Identity Source Open Id Connect Configuration Args
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
Link copied to clipboard
constructor(entityIdPrefix: Output<String>? = null, groupConfiguration: Output<IdentitySourceOpenIdConnectGroupConfigurationArgs>? = null, issuer: Output<String>, tokenSelection: Output<Either<IdentitySourceOpenIdConnectTokenSelection0PropertiesArgs, IdentitySourceOpenIdConnectTokenSelection1PropertiesArgs>>)