DeliveryWithResourceIdentity Class

Information about the delivery for an event subscription with resource identity.

Inheritance
DeliveryWithResourceIdentity

Constructor

DeliveryWithResourceIdentity(*, identity: Optional[azure.mgmt.eventgrid.models._models_py3.EventSubscriptionIdentity] = None, destination: Optional[azure.mgmt.eventgrid.models._models_py3.EventSubscriptionDestination] = None, **kwargs)

Variables

identity
EventSubscriptionIdentity

The identity to use when delivering events.

destination
EventSubscriptionDestination

Information about the destination where events have to be delivered for the event subscription. Uses Azure Event Grid's identity to acquire the authentication tokens being used during delivery / dead-lettering.