You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/AccountGeneralSettings.md
+1Lines changed: 1 addition & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -7,6 +7,7 @@ Name | Type | Description | Notes
7
7
**accountDefaultKeyItemId** | **Number** | AccountDefaultKeyItemID is the item ID of the DFC key item configured as the default protection key | [optional]
8
8
**accountDefaultKeyName** | **String** | AccountDefaultKeyName is the name of the DFC key item configured as the default key This is here simply for the response to include the item name in addition to the display ID so the client can properly show this to the user. It will not be saved to the DB, only the AccountDefaultKeyItemID will. | [optional]
Copy file name to clipboardExpand all lines: docs/ListItems.md
+1Lines changed: 1 addition & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -7,6 +7,7 @@ Name | Type | Description | Notes
7
7
**accessibility** | **String** | for personal password manager | [optional][default to 'regular']
8
8
**advancedFilter** | **String** | Filter by item name/username/website or part of it | [optional]
9
9
**autoPagination** | **String** | Retrieve all items using pagination, when disabled retrieving only first 1000 items | [optional][default to 'enabled']
10
+
**currentFolder** | **Boolean** | List only items in the current folder (excludes subfolders) | [optional][default to false]
10
11
**filter** | **String** | Filter by item name or part of it | [optional]
11
12
**json** | **Boolean** | Set output format to JSON | [optional][default to false]
12
13
**minimalView** | **Boolean** | Show only basic information of the items | [optional]
**apiKey** | **String** | Admin API key value to rotate (relevant only for rotator-type=api-key) | [optional]
8
+
**apiKeyId** | **String** | Admin API key ID to rotate (relevant only for rotator-type=api-key) | [optional]
9
+
**authenticationCredentials** | **String** | The credentials to connect with use-user-creds/use-target-creds | [optional][default to 'use-user-creds']
10
+
**autoRotate** | **String** | Whether to automatically rotate every --rotation-interval days, or disable existing automatic rotation [true/false] | [optional]
11
+
**deleteProtection** | **String** | Protection from accidental deletion of this object [true/false] | [optional]
12
+
**description** | **String** | Description of the object | [optional]
13
+
**itemCustomFields** | **{String: String}** | Additional custom fields to associate with the item | [optional]
14
+
**json** | **Boolean** | Set output format to JSON | [optional][default to false]
15
+
**key** | **String** | The name of a key that used to encrypt the secret value (if empty, the account default protectionKey key will be used) | [optional]
16
+
**maxVersions** | **String** | Set the maximum number of versions, limited by the account settings defaults. | [optional]
17
+
**name** | **String** | Rotated secret name |
18
+
**passwordLength** | **String** | The length of the password to be generated | [optional]
19
+
**rotationEventIn** | **[String]** | How many days before the rotation of the item would you like to be notified | [optional]
20
+
**rotationHour** | **Number** | The Hour of the rotation in UTC | [optional]
21
+
**rotationInterval** | **String** | The number of days to wait between every automatic key rotation (1-365) | [optional]
22
+
**rotatorType** | **String** | The rotator type. options: [target/api-key] |
23
+
**tags** | **[String]** | Add tags attached to this object | [optional]
24
+
**targetName** | **String** | Target name |
25
+
**token** | **String** | Authentication token (see `/auth` and `/configure`) | [optional]
26
+
**uidToken** | **String** | The universal identity token, Required only for universal_identity authentication | [optional]
**addTag** | **[String]** | List of the new tags that will be attached to this item | [optional]
8
+
**apiKey** | **String** | Admin API key value to update (relevant only for rotator-type=api-key) | [optional]
9
+
**apiKeyId** | **String** | Admin API key ID to update (relevant only for rotator-type=api-key) | [optional]
10
+
**authenticationCredentials** | **String** | The credentials to connect with use-user-creds/use-target-creds | [optional][default to 'use-user-creds']
11
+
**autoRotate** | **String** | Whether to automatically rotate every --rotation-interval days, or disable existing automatic rotation [true/false] | [optional]
12
+
**deleteProtection** | **String** | Protection from accidental deletion of this object [true/false] | [optional]
13
+
**description** | **String** | Description of the object | [optional][default to 'default_metadata']
14
+
**itemCustomFields** | **{String: String}** | Additional custom fields to associate with the item | [optional]
15
+
**json** | **Boolean** | Set output format to JSON | [optional][default to false]
16
+
**keepPrevVersion** | **String** | Whether to keep previous version [true/false]. If not set, use default according to account settings | [optional]
17
+
**key** | **String** | The name of a key that used to encrypt the secret value (if empty, the account default protectionKey key will be used) | [optional]
18
+
**maxVersions** | **String** | Set the maximum number of versions, limited by the account settings defaults. | [optional]
19
+
**name** | **String** | Rotated secret name |
20
+
**newName** | **String** | New item name | [optional]
21
+
**passwordLength** | **String** | The length of the password to be generated | [optional]
22
+
**rmTag** | **[String]** | List of the existent tags that will be removed from this item | [optional]
23
+
**rotationEventIn** | **[String]** | How many days before the rotation of the item would you like to be notified | [optional]
24
+
**rotationHour** | **Number** | The Hour of the rotation in UTC | [optional]
25
+
**rotationInterval** | **String** | The number of days to wait between every automatic key rotation (1-365) | [optional]
26
+
**token** | **String** | Authentication token (see `/auth` and `/configure`) | [optional]
27
+
**uidToken** | **String** | The universal identity token, Required only for universal_identity authentication | [optional]
0 commit comments