EventSubscriptionIdentity Class

The identity information with the event subscription.

Inheritance
msrest.serialization.Model
EventSubscriptionIdentity

Constructor

EventSubscriptionIdentity(*, type: str | EventSubscriptionIdentityType | None = None, user_assigned_identity: str | None = None, **kwargs)

Keyword-Only Parameters

Name Description
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. Possible values include: "SystemAssigned", "UserAssigned".

user_assigned_identity
str

The user identity associated with the resource.

Variables

Name Description
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. Possible values include: "SystemAssigned", "UserAssigned".

user_assigned_identity
str

The user identity associated with the resource.