IdentityArgs

data class IdentityArgs(val type: Output<String>? = null) : ConvertibleToJava<IdentityArgs>

Describes how identity is verified

Constructors

Link copied to clipboard
constructor(type: Output<String>? = null)

Properties

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

The identity type

Functions

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