User Identity Properties Args
data class UserIdentityPropertiesArgs(val clientId: Output<String>? = null, val principalId: Output<String>? = null) : ConvertibleToJava<UserIdentityPropertiesArgs>
The information about the user identity.
Constructors
Link copied to clipboard
fun UserIdentityPropertiesArgs(clientId: Output<String>? = null, principalId: Output<String>? = null)