DeliveryWithResourceIdentity interface

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

Properties

destination

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.

identity

The identity to use when delivering events.

Property Details

destination

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.

destination?: EventSubscriptionDestinationUnion

Property Value

identity

The identity to use when delivering events.

identity?: EventSubscriptionIdentity

Property Value