IdentitySourceOpenIdConnectConfigurationArgs

data class IdentitySourceOpenIdConnectConfigurationArgs(val entityIdPrefix: Output<String>? = null, val groupConfiguration: Output<IdentitySourceOpenIdConnectGroupConfigurationArgs>? = null, val issuer: Output<String>, val tokenSelection: Output<Either<IdentitySourceOpenIdConnectTokenSelection0PropertiesArgs, IdentitySourceOpenIdConnectTokenSelection1PropertiesArgs>>) : ConvertibleToJava<IdentitySourceOpenIdConnectConfigurationArgs>

Constructors

constructor(entityIdPrefix: Output<String>? = null, groupConfiguration: Output<IdentitySourceOpenIdConnectGroupConfigurationArgs>? = null, issuer: Output<String>, tokenSelection: Output<Either<IdentitySourceOpenIdConnectTokenSelection0PropertiesArgs, IdentitySourceOpenIdConnectTokenSelection1PropertiesArgs>>)

Properties

Link copied to clipboard
val entityIdPrefix: Output<String>? = null
Link copied to clipboard
val issuer: Output<String>

Functions

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