User Identity Args
data class UserIdentityArgs(val clientId: Output<String>? = null, val principalId: Output<String>? = null) : ConvertibleToJava<UserIdentityArgs>
Describes a single user-assigned identity associated with the application.