ContentKeyPolicyOption Class
Represents a policy option.
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.ModelContentKeyPolicyOption
Constructor
ContentKeyPolicyOption(*, configuration: _models.ContentKeyPolicyConfiguration, restriction: _models.ContentKeyPolicyRestriction, name: str | None = None, **kwargs)
Keyword-Only Parameters
Name | Description |
---|---|
name
|
The Policy Option description. |
configuration
|
The key delivery configuration. Required. |
restriction
|
The requirements that must be met to deliver keys with this configuration. Required. |
Variables
Name | Description |
---|---|
policy_option_id
|
The legacy Policy Option ID. |
name
|
The Policy Option description. |
configuration
|
The key delivery configuration. Required. |
restriction
|
The requirements that must be met to deliver keys with this configuration. Required. |
GitHub에서 Microsoft와 공동 작업
이 콘텐츠의 원본은 GitHub에서 찾을 수 있으며, 여기서 문제와 끌어오기 요청을 만들고 검토할 수도 있습니다. 자세한 내용은 참여자 가이드를 참조하세요.
Azure SDK for Python