AzureActiveDirectoryValidationArgs

data class AzureActiveDirectoryValidationArgs(val allowedAudiences: Output<List<String>>? = null, val defaultAuthorizationPolicy: Output<DefaultAuthorizationPolicyArgs>? = 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, defaultAuthorizationPolicy: Output<DefaultAuthorizationPolicyArgs>? = null, jwtClaimChecks: Output<JwtClaimChecksArgs>? = null)

Properties

Link copied to clipboard
val allowedAudiences: Output<List<String>>? = null

The list of audiences that can make successful authentication/authorization requests.

Link copied to clipboard

The configuration settings of the default authorization policy.

Link copied to clipboard
val jwtClaimChecks: Output<JwtClaimChecksArgs>? = null

The configuration settings of the checks that should be made while validating the JWT Claims.

Functions

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