|
38 | 38 | * [`Bacula::Command`](#Bacula--Command): A Bacula console command |
39 | 39 | * [`Bacula::JobType`](#Bacula--JobType): The type of job |
40 | 40 | * [`Bacula::Message`](#Bacula--Message): A Bacula message specification |
41 | | -* [`Bacula::Password`](#Bacula--Password): Temporary workarond to accept Sensitive and non-Sensitive passwords |
42 | 41 | * [`Bacula::Runscript`](#Bacula--Runscript): A Bacula Runscript specification |
43 | 42 | * [`Bacula::Size`](#Bacula--Size): A size indication |
44 | 43 | * [`Bacula::Time`](#Bacula--Time): A time indication |
@@ -380,7 +379,7 @@ Default value: `[]` |
380 | 379 |
|
381 | 380 | ##### <a name="-bacula--client--password"></a>`password` |
382 | 381 |
|
383 | | -Data type: `Bacula::Password` |
| 382 | +Data type: `Sensitive[String[1]]` |
384 | 383 |
|
385 | 384 | A password to use for communication with this File Daemon |
386 | 385 |
|
@@ -585,7 +584,7 @@ Default value: `'bacula'` |
585 | 584 |
|
586 | 585 | ##### <a name="-bacula--director--db_pw"></a>`db_pw` |
587 | 586 |
|
588 | | -Data type: `Bacula::Password` |
| 587 | +Data type: `Sensitive[String[1]]` |
589 | 588 |
|
590 | 589 | The database user's password |
591 | 590 |
|
@@ -682,7 +681,7 @@ Default value: `true` |
682 | 681 |
|
683 | 682 | ##### <a name="-bacula--director--password"></a>`password` |
684 | 683 |
|
685 | | -Data type: `Bacula::Password` |
| 684 | +Data type: `Sensitive[String[1]]` |
686 | 685 |
|
687 | 686 | password to connect to the director |
688 | 687 |
|
@@ -756,7 +755,7 @@ Default value: `$bacula::director::db_name` |
756 | 755 |
|
757 | 756 | ##### <a name="-bacula--director--postgresql--db_pw"></a>`db_pw` |
758 | 757 |
|
759 | | -Data type: `Bacula::Password` |
| 758 | +Data type: `Sensitive[String[1]]` |
760 | 759 |
|
761 | 760 | The database user's password |
762 | 761 |
|
@@ -937,7 +936,7 @@ Default value: `'File'` |
937 | 936 |
|
938 | 937 | ##### <a name="-bacula--storage--password"></a>`password` |
939 | 938 |
|
940 | | -Data type: `Bacula::Password` |
| 939 | +Data type: `Sensitive[String[1]]` |
941 | 940 |
|
942 | 941 | Specifies the password that must be supplied by the named Director |
943 | 942 |
|
@@ -1032,7 +1031,7 @@ The port of the Bacula File server daemon |
1032 | 1031 |
|
1033 | 1032 | ##### <a name="-bacula--director--client--password"></a>`password` |
1034 | 1033 |
|
1035 | | -Data type: `Bacula::Password` |
| 1034 | +Data type: `Sensitive[String[1]]` |
1036 | 1035 |
|
1037 | 1036 | The password to be used when establishing a connection with the File services |
1038 | 1037 |
|
@@ -1107,7 +1106,7 @@ Default value: `$bacula::conf_dir` |
1107 | 1106 |
|
1108 | 1107 | ##### <a name="-bacula--director--console--password"></a>`password` |
1109 | 1108 |
|
1110 | | -Data type: `Bacula::Password` |
| 1109 | +Data type: `Sensitive[String[1]]` |
1111 | 1110 |
|
1112 | 1111 | The password that must be supplied for a named Bacula Console to be authorized |
1113 | 1112 |
|
@@ -1478,7 +1477,7 @@ Default value: `9103` |
1478 | 1477 |
|
1479 | 1478 | ##### <a name="-bacula--director--storage--password"></a>`password` |
1480 | 1479 |
|
1481 | | -Data type: `Bacula::Password` |
| 1480 | +Data type: `Sensitive[String[1]]` |
1482 | 1481 |
|
1483 | 1482 | Bacula director configuration for Storage option 'Password' |
1484 | 1483 |
|
@@ -2399,12 +2398,6 @@ Struct[{ |
2399 | 2398 | }] |
2400 | 2399 | ``` |
2401 | 2400 |
|
2402 | | -### <a name="Bacula--Password"></a>`Bacula::Password` |
2403 | | - |
2404 | | -Temporary workarond to accept Sensitive and non-Sensitive passwords |
2405 | | - |
2406 | | -Alias of `Variant[String[1], Sensitive[String[1]]]` |
2407 | | - |
2408 | 2401 | ### <a name="Bacula--Runscript"></a>`Bacula::Runscript` |
2409 | 2402 |
|
2410 | 2403 | A Bacula Runscript specification |
|
0 commit comments