CustomWebhookAuthenticationManagedIdentity interface    
The identity configuration required for authenticating a custom webhook.
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