UserAssignedResourceIdentity interface   
Represents the user assigned identity that is contained within the UserAssignedIdentities dictionary on ResourceIdentity
Properties
| principal | 
	The principal id of user assigned identity. NOTE: This property will not be serialized. It can only be populated by the server.  | 
| tenant | 
	The tenant id of user assigned identity. NOTE: This property will not be serialized. It can only be populated by the server.  | 
Property Details
		principalId
	 
	The principal id of user assigned identity. NOTE: This property will not be serialized. It can only be populated by the server.
principalId?: string
				Property Value
string
		tenantId
	 
	The tenant id of user assigned identity. NOTE: This property will not be serialized. It can only be populated by the server.
tenantId?: string
				Property Value
string