ContentKeyPolicyX509CertificateTokenKeyArgs

data class ContentKeyPolicyX509CertificateTokenKeyArgs(val odataType: Output<String>, val rawBody: Output<String>) : ConvertibleToJava<ContentKeyPolicyX509CertificateTokenKeyArgs>

Specifies a certificate for token validation.

Constructors

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

Properties

Link copied to clipboard
val odataType: Output<String>

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

Link copied to clipboard
val rawBody: Output<String>

The raw data field of a certificate in PKCS 12 format (X509Certificate2 in .NET)

Functions

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