KeyReleasePolicy Class

KeyReleasePolicy.

Inheritance
azure.mgmt.keyvault._serialization.Model
KeyReleasePolicy

Constructor

KeyReleasePolicy(*, content_type: str = 'application/json; charset=utf-8', data: bytes | None = None, **kwargs: Any)

Keyword-Only Parameters

Name Description
content_type
str

Content type and version of key release policy.

default value: application/json; charset=utf-8
data

Blob encoding the policy rules under which the key can be released.

Variables

Name Description
content_type
str

Content type and version of key release policy.

data

Blob encoding the policy rules under which the key can be released.