Uses of Class
com.azure.resourcemanager.mediaservices.models.ContentKeyPolicyTokenRestriction
Package
Description
Package containing the data models for AzureMediaServices.
-
Uses of ContentKeyPolicyTokenRestriction in com.azure.resourcemanager.mediaservices.models
Modifier and TypeMethodDescriptionContentKeyPolicyTokenRestriction.withAlternateVerificationKeys
(List<ContentKeyPolicyRestrictionTokenKey> alternateVerificationKeys) Set the alternateVerificationKeys property: A list of alternative verification keys.ContentKeyPolicyTokenRestriction.withAudience
(String audience) Set the audience property: The audience for the token.ContentKeyPolicyTokenRestriction.withIssuer
(String issuer) Set the issuer property: The token issuer.ContentKeyPolicyTokenRestriction.withOpenIdConnectDiscoveryDocument
(String openIdConnectDiscoveryDocument) Set the openIdConnectDiscoveryDocument property: The OpenID connect discovery document.ContentKeyPolicyTokenRestriction.withPrimaryVerificationKey
(ContentKeyPolicyRestrictionTokenKey primaryVerificationKey) Set the primaryVerificationKey property: The primary verification key.ContentKeyPolicyTokenRestriction.withRequiredClaims
(List<ContentKeyPolicyTokenClaim> requiredClaims) Set the requiredClaims property: A list of required token claims.ContentKeyPolicyTokenRestriction.withRestrictionTokenType
(ContentKeyPolicyRestrictionTokenType restrictionTokenType) Set the restrictionTokenType property: The type of token.