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.