UserIdentityArgs

data class UserIdentityArgs(val autoUser: Output<AutoUserSpecificationArgs>? = null, val userName: Output<String>? = null) : ConvertibleToJava<UserIdentityArgs>

Specify either the userName or autoUser property, but not both.

Constructors

Link copied to clipboard
constructor(autoUser: Output<AutoUserSpecificationArgs>? = null, userName: Output<String>? = null)

Properties

Link copied to clipboard
val autoUser: Output<AutoUserSpecificationArgs>? = null

The userName and autoUser properties are mutually exclusive; you must specify one but not both.

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

The userName and autoUser properties are mutually exclusive; you must specify one but not both.

Functions

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