ContentKeyPolicyProperties Class
The properties of the Content Key Policy.
Variables are only populated by the server, and will be ignored when sending a request.
All required parameters must be populated in order to send to Azure.
- Inheritance
-
azure.mgmt.media._serialization.ModelContentKeyPolicyProperties
Constructor
ContentKeyPolicyProperties(*, options: List[_models.ContentKeyPolicyOption], description: str | None = None, **kwargs)
Keyword-Only Parameters
Name | Description |
---|---|
description
|
A description for the Policy. |
options
|
The Key Policy options. Required. |
Variables
Name | Description |
---|---|
policy_id
|
The legacy Policy ID. |
created
|
The creation date of the Policy. |
last_modified
|
The last modified date of the Policy. |
description
|
A description for the Policy. |
options
|
The Key Policy options. Required. |
Collaborer avec nous sur GitHub
La source de ce contenu se trouve sur GitHub, où vous pouvez également créer et examiner les problèmes et les demandes de tirage. Pour plus d’informations, consultez notre guide du contributeur.
Azure SDK for Python