Skip to content

Latest commit

 

History

History
21 lines (13 loc) · 1.21 KB

File metadata and controls

21 lines (13 loc) · 1.21 KB

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 Boolean Set output format to JSON [optional]
maxRotationIntervalDays Integer 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]