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. |
Collaborate with us on GitHub
The source for this content can be found on GitHub, where you can also create and review issues and pull requests. For more information, see our contributor guide.
Azure SDK for Python