Skip to content

Latest commit

 

History

History
19 lines (15 loc) · 1.36 KB

File metadata and controls

19 lines (15 loc) · 1.36 KB

akeyless.Model.PolicyUpdateKeys

Properties

Name Type Description Notes
AllowedAlgorithms List<string> Specify allowed key algorithms (e.g., [RSA2048,AES128GCM]) [optional]
AllowedKeyNames List<string> Specify allowed protection key names. To enforce using the account's default protection key, use 'default-account-key' [optional]
AllowedKeyTypes List<string> Specify allowed key protection types (dfc, classic-key) [optional]
Id string Policy id
Json bool Set output format to JSON [optional] [default to false]
MaxRotationIntervalDays int Set the maximum rotation interval for automatic key rotation. [optional]
ObjectTypes List<string> The object type this policy will apply to (items, targets) [optional]
Path string The path the policy refers to [optional]
Token string Authentication token (see `/auth` and `/configure`) [optional]
UidToken string The universal identity token, Required only for universal_identity authentication [optional]

[Back to Model list] [Back to API list] [Back to README]