IdentityArgs

data class IdentityArgs(val oidc: Output<OIDCArgs>? = null) : ConvertibleToJava<IdentityArgs>

Definition of Identity

Constructors

Link copied to clipboard
constructor(oidc: Output<OIDCArgs>? = null)

Properties

Link copied to clipboard
val oidc: Output<OIDCArgs>? = null

An object representing the OpenID Connect identity provider information.

Functions

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