ContentKeyPolicy Class
A Content Key Policy resource.
Variables are only populated by the server, and will be ignored when sending a request.
- Inheritance
-
azure.mgmt.media.models._models_py3.ProxyResourceContentKeyPolicy
Constructor
ContentKeyPolicy(*, description: str | None = None, options: List[_models.ContentKeyPolicyOption] | None = None, **kwargs)
Keyword-Only Parameters
Name | Description |
---|---|
description
|
A description for the Policy. |
options
|
The Key Policy options. |
Variables
Name | Description |
---|---|
id
|
Fully qualified resource ID for the resource. Ex - /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/{resourceProviderNamespace}/{resourceType}/{resourceName}. |
name
|
The name of the resource. |
type
|
The type of the resource. E.g. "Microsoft.Compute/virtualMachines" or "Microsoft.Storage/storageAccounts". |
system_data
|
The system metadata relating to this resource. |
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. |
Azure SDK for Python