Content Key Policy Policy Option Token Restriction Alternate Key Args
data class ContentKeyPolicyPolicyOptionTokenRestrictionAlternateKeyArgs(val rsaTokenKeyExponent: Output<String>? = null, val rsaTokenKeyModulus: Output<String>? = null, val symmetricTokenKey: Output<String>? = null, val x509TokenKeyRaw: Output<String>? = null) : ConvertibleToJava<ContentKeyPolicyPolicyOptionTokenRestrictionAlternateKeyArgs>
Properties
Link copied to clipboard
The RSA parameter exponent.
Link copied to clipboard
The RSA parameter modulus.
Link copied to clipboard
The key value of the key. Specifies a symmetric key for token validation.
Link copied to clipboard
The raw data field of a certificate in PKCS 12 format (X509Certificate2 in .NET). Specifies a certificate for token validation.