ContentKeyPolicyRsaTokenKeyArgs

data class ContentKeyPolicyRsaTokenKeyArgs(val exponent: Output<String>, val modulus: Output<String>, val odataType: Output<String>) : ConvertibleToJava<ContentKeyPolicyRsaTokenKeyArgs>

Specifies a RSA key for token validation

Constructors

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

Properties

Link copied to clipboard
val exponent: Output<String>

The RSA Parameter exponent

Link copied to clipboard
val modulus: Output<String>

The RSA Parameter modulus

Link copied to clipboard
val odataType: Output<String>

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

Functions

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