ContentKeyPolicyPlayReadyContentEncryptionKeyFromKeyIdentifierArgs

data class ContentKeyPolicyPlayReadyContentEncryptionKeyFromKeyIdentifierArgs(val keyId: Output<String>, val odataType: Output<String>) : ConvertibleToJava<ContentKeyPolicyPlayReadyContentEncryptionKeyFromKeyIdentifierArgs>

Specifies that the content key ID is specified in the PlayReady configuration.

Constructors

constructor(keyId: Output<String>, odataType: Output<String>)

Properties

Link copied to clipboard
val keyId: Output<String>

The content key ID.

Link copied to clipboard
val odataType: Output<String>

The discriminator for derived types. Expected value is '#Microsoft.Media.ContentKeyPolicyPlayReadyContentEncryptionKeyFromKeyIdentifier'.

Functions

Link copied to clipboard
open override fun toJava(): ContentKeyPolicyPlayReadyContentEncryptionKeyFromKeyIdentifierArgs