ContentKeyPolicySymmetricTokenKeyArgs

data class ContentKeyPolicySymmetricTokenKeyArgs(val keyValue: Output<String>, val odataType: Output<String>) : ConvertibleToJava<ContentKeyPolicySymmetricTokenKeyArgs>

Specifies a symmetric key for token validation.

Constructors

Link copied to clipboard
constructor(keyValue: Output<String>, odataType: Output<String>)

Properties

Link copied to clipboard
val keyValue: Output<String>

The key value of the key

Link copied to clipboard
val odataType: Output<String>

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

Functions

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