Azure Active Directory Validation Args
data class AzureActiveDirectoryValidationArgs(val allowedAudiences: Output<List<String>>? = null, val jwtClaimChecks: Output<JwtClaimChecksArgs>? = null) : ConvertibleToJava<AzureActiveDirectoryValidationArgs>
The configuration settings of the Azure Active Directory token validation flow.
Constructors
Link copied to clipboard
constructor(allowedAudiences: Output<List<String>>? = null, jwtClaimChecks: Output<JwtClaimChecksArgs>? = null)