User Identity Args
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
fun UserIdentityArgs(autoUser: Output<AutoUserSpecificationArgs>? = null, userName: Output<String>? = null)