EventSubscriptionIdentity interface  
The identity information with the event subscription.
Properties
| type | The type of managed identity used. Can be either 'SystemAssigned' or 'UserAssigned'.  | 
| user | 
	The user identity associated with the resource.  | 
Property Details
type
The type of managed identity used. Can be either 'SystemAssigned' or 'UserAssigned'.
type?: string
				Property Value
string
		userAssignedIdentity
	  
	The user identity associated with the resource.
userAssignedIdentity?: string
				Property Value
string