UserIdentityArgs

data class UserIdentityArgs(val identityType: Output<String>) : ConvertibleToJava<UserIdentityArgs>

User identity configuration.

Constructors

Link copied to clipboard
constructor(identityType: Output<String>)

Properties

Link copied to clipboard
val identityType: Output<String>

Enum to determine identity framework. Expected value is 'UserIdentity'.

Functions

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