AllowedAudiencesValidationArgs

data class AllowedAudiencesValidationArgs(val allowedAudiences: Output<List<String>>? = null) : ConvertibleToJava<AllowedAudiencesValidationArgs>

The configuration settings of the Allowed Audiences validation flow.

Constructors

Link copied to clipboard
constructor(allowedAudiences: Output<List<String>>? = null)

Properties

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

The configuration settings of the allowed list of audiences from which to validate the JWT token.

Functions

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