IndexUserTokenConfigurationsArgs

data class IndexUserTokenConfigurationsArgs(val jsonTokenTypeConfiguration: Output<IndexUserTokenConfigurationsJsonTokenTypeConfigurationArgs>? = null, val jwtTokenTypeConfiguration: Output<IndexUserTokenConfigurationsJwtTokenTypeConfigurationArgs>? = null) : ConvertibleToJava<IndexUserTokenConfigurationsArgs>

Constructors

Link copied to clipboard
constructor(jsonTokenTypeConfiguration: Output<IndexUserTokenConfigurationsJsonTokenTypeConfigurationArgs>? = null, jwtTokenTypeConfiguration: Output<IndexUserTokenConfigurationsJwtTokenTypeConfigurationArgs>? = null)

Properties

Link copied to clipboard

A block that specifies the information about the JSON token type configuration. Detailed below.

Link copied to clipboard

A block that specifies the information about the JWT token type configuration. Detailed below.

Functions

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