UserIdentityArgs

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

User identity configuration.

Constructors

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

Functions

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

Properties

Link copied to clipboard
val identityType: Output<String>

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