EventSubscriptionIdentity interface
The identity information with the event subscription.
Properties
type | The type of managed identity used. The type 'SystemAssigned, UserAssigned' includes both an implicitly created identity and a set of user-assigned identities. The type 'None' will remove any identity. |
user |
The user identity associated with the resource. |
Property Details
type
The type of managed identity used. The type 'SystemAssigned, UserAssigned' includes both an implicitly created identity and a set of user-assigned identities. The type 'None' will remove any identity.
type?: string
Property Value
string
userAssignedIdentity
The user identity associated with the resource.
userAssignedIdentity?: string
Property Value
string