Skip to content

Latest commit

 

History

History
18 lines (14 loc) · 1.31 KB

File metadata and controls

18 lines (14 loc) · 1.31 KB

PolicyCreateKeys

Properties

Name Type Description Notes
allowed_algorithms list[str] Specify allowed key algorithms (e.g., [RSA2048,AES128GCM]) [optional]
allowed_key_names list[str] Specify allowed protection key names. To enforce using the account's default protection key, use 'default-account-key' [optional]
allowed_key_types list[str] Specify allowed key protection types (dfc, classic-key) [optional]
json bool Set output format to JSON [optional] [default to False]
max_rotation_interval_days int Set the maximum rotation interval for automatic key rotation. [optional]
object_types list[str] The object types this policy will apply to (items, targets). If not provided, defaults to [items, targets]. [optional]
path str The path the policy refers to
token str Authentication token (see `/auth` and `/configure`) [optional]
uid_token str The universal identity token, Required only for universal_identity authentication [optional]

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