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. |
Совместная работа с нами на GitHub
Источник этого содержимого можно найти на GitHub, где также можно создавать и просматривать проблемы и запросы на вытягивание. Дополнительные сведения см. в нашем руководстве для участников.
Azure SDK for Python