get Content Key Policy
Get the details of a Content Key Policy in the Media Services account Azure REST API version: 2023-01-01.
Return
A Content Key Policy resource.
Parameters
argument
null
suspend fun getContentKeyPolicy(accountName: String, contentKeyPolicyName: String, resourceGroupName: String): GetContentKeyPolicyResult
Return
A Content Key Policy resource.
See also
Parameters
account Name
The Media Services account name.
content Key Policy Name
The Content Key Policy name.
resource Group Name
The name of the resource group within the Azure subscription.
suspend fun getContentKeyPolicy(argument: suspend GetContentKeyPolicyPlainArgsBuilder.() -> Unit): GetContentKeyPolicyResult
Return
A Content Key Policy resource.
See also
Parameters
argument
Builder for com.pulumi.azurenative.media.kotlin.inputs.GetContentKeyPolicyPlainArgs.