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. |
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