IdentitySourceOpenIdConnectIdentityTokenConfigurationArgs

data class IdentitySourceOpenIdConnectIdentityTokenConfigurationArgs(val clientIds: Output<List<String>>? = null, val principalIdClaim: Output<String>? = null) : ConvertibleToJava<IdentitySourceOpenIdConnectIdentityTokenConfigurationArgs>

Constructors

constructor(clientIds: Output<List<String>>? = null, principalIdClaim: Output<String>? = null)

Properties

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

Functions

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