Skip to content

Latest commit

 

History

History
18 lines (14 loc) · 1.36 KB

File metadata and controls

18 lines (14 loc) · 1.36 KB

akeyless.Model.PolicyCreateKeys

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]
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 types this policy will apply to (items, targets). If not provided, defaults to [items, targets]. [optional]
Path string The path the policy refers to
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]