EventSubscriptionIdentity Class

The identity information with the event subscription.

Inheritance
EventSubscriptionIdentity

Constructor

EventSubscriptionIdentity(*, type: Optional[Union[str, azure.mgmt.eventgrid.models._event_grid_management_client_enums.EventSubscriptionIdentityType]] = None, user_assigned_identity: Optional[str] = None, **kwargs)

Variables

type
str or EventSubscriptionIdentityType

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.