Skip to content

Commit b12bc26

Browse files
committedMar 4, 2024
Release v3.6.2
1 parent a490ba4 commit b12bc26

File tree

1,232 files changed

+66778
-3552
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

1,232 files changed

+66778
-3552
lines changed
 

‎README.md

+233-9
Large diffs are not rendered by default.

‎docs/AccountGeneralSettings.md

+2
Original file line numberDiff line numberDiff line change
@@ -8,12 +8,14 @@ Name | Type | Description | Notes
88
**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]
99
**authUsageEvent** | [**UsageEventSetting**](UsageEventSetting.md) | | [optional]
1010
**dataProtectionSection** | [**DataProtectionSection**](DataProtectionSection.md) | | [optional]
11+
**dynamicSecretMaxTtl** | [**DynamicSecretMaxTtl**](DynamicSecretMaxTtl.md) | | [optional]
1112
**enableRequestForAccess** | **Boolean** | | [optional]
1213
**invalidCharacters** | **String** | InvalidCharacters is the invalid characters for items/targets/roles/auths/notifier_forwarder naming convention | [optional]
1314
**itemUsageEvent** | [**UsageEventSetting**](UsageEventSetting.md) | | [optional]
1415
**lockDefaultKey** | **Boolean** | LockDefaultKey determines whether the configured default key can be updated by end-users on a per-request basis true - all requests use the configured default key false - every request can determine its protection key (default) nil - change nothing (every request can determine its protection key (default)) This parameter is only relevant if AccountDefaultKeyItemID is not empty | [optional]
1516
**passwordPolicy** | [**PasswordPolicyInfo**](PasswordPolicyInfo.md) | | [optional]
1617
**protectItemsByDefault** | **Boolean** | | [optional]
18+
**rotationSecretMaxInterval** | [**RotationSecretMaxInterval**](RotationSecretMaxInterval.md) | | [optional]
1719
**sharingPolicy** | [**SharingPolicyInfo**](SharingPolicyInfo.md) | | [optional]
1820

1921

0 commit comments

Comments
 (0)