content_key_policies_policy_properties_with_secrets
Creates, updates, deletes, gets or lists a content_key_policies_policy_properties_with_secrets
resource.
Overview
Name | content_key_policies_policy_properties_with_secrets |
Type | Resource |
Id | azure.media_services.content_key_policies_policy_properties_with_secrets |
Fields
Name | Datatype | Description |
---|---|---|
description | string | A description for the Policy. |
created | string | The creation date of the Policy |
lastModified | string | The last modified date of the Policy |
options | array | The Key Policy options. |
policyId | string | The legacy Policy ID. |
Methods
Name | Accessible by | Required Params | Description |
---|---|---|---|
get | SELECT | accountName, contentKeyPolicyName, resourceGroupName, subscriptionId | Get a Content Key Policy including secret values |
SELECT
examples
Get a Content Key Policy including secret values
SELECT
description,
created,
lastModified,
options,
policyId
FROM azure.media_services.content_key_policies_policy_properties_with_secrets
WHERE accountName = '{{ accountName }}'
AND contentKeyPolicyName = '{{ contentKeyPolicyName }}'
AND resourceGroupName = '{{ resourceGroupName }}'
AND subscriptionId = '{{ subscriptionId }}';