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. |
Spolupracujte s námi na GitHubu
Zdroj tohoto obsahu najdete na GitHubu, kde můžete také vytvářet a kontrolovat problémy a žádosti o přijetí změn. Další informace najdete v našem průvodci pro přispěvatele.
Azure SDK for Python