data class UserIdentityArgs(val appId: Output<String>? = null, val objectId: Output<String>? = null, val principalId: Output<String>? = null, val principalName: Output<String>? = null, val tenantId: Output<String>? = null) : ConvertibleToJava<UserIdentityArgs>
Set to the object Id of the client JWT making the request. Not all users have object Id. For CSP (reseller) scenarios for example, object Id is not available.