KeyReleasePolicy Class
KeyReleasePolicy.
- Inheritance
-
azure.mgmt.keyvault._serialization.ModelKeyReleasePolicy
Constructor
KeyReleasePolicy(*, content_type: str = 'application/json; charset=utf-8', data: bytes | None = None, **kwargs: Any)
Keyword-Only Parameters
Name | Description |
---|---|
content_type
|
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
|
Content type and version of key release policy. |
data
|
Blob encoding the policy rules under which the key can be released. |
Colaborar con nosotros en GitHub
El origen de este contenido se puede encontrar en GitHub, donde también puede crear y revisar problemas y solicitudes de incorporación de cambios. Para más información, consulte nuestra guía para colaboradores.
Azure SDK for Python