Content Key Policy Token Restriction Args
data class ContentKeyPolicyTokenRestrictionArgs(val alternateVerificationKeys: Output<List<Any>>? = null, val audience: Output<String>, val issuer: Output<String>, val odataType: Output<String>, val openIdConnectDiscoveryDocument: Output<String>? = null, val primaryVerificationKey: Output<Any>, val requiredClaims: Output<List<ContentKeyPolicyTokenClaimArgs>>? = null, val restrictionTokenType: Output<Either<String, ContentKeyPolicyRestrictionTokenType>>) : ConvertibleToJava<ContentKeyPolicyTokenRestrictionArgs>
Represents a token restriction. Provided token must match these requirements for successful license or key delivery.
Constructors
Link copied to clipboard
constructor(alternateVerificationKeys: Output<List<Any>>? = null, audience: Output<String>, issuer: Output<String>, odataType: Output<String>, openIdConnectDiscoveryDocument: Output<String>? = null, primaryVerificationKey: Output<Any>, requiredClaims: Output<List<ContentKeyPolicyTokenClaimArgs>>? = null, restrictionTokenType: Output<Either<String, ContentKeyPolicyRestrictionTokenType>>)