Skip to content

Latest commit

 

History

History
19 lines (15 loc) · 1.31 KB

File metadata and controls

19 lines (15 loc) · 1.31 KB

PolicyUpdateKeys

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]
id str Policy id
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 type this policy will apply to (items, targets) [optional]
path str The path the policy refers to [optional]
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]