DeadLetterWithResourceIdentity interface
Information about the deadletter destination with resource identity.
Properties
dead |
Information about the destination where events have to be delivered for the event subscription. Uses the managed identity setup on the parent resource (namely, topic or ___domain) to acquire the authentication tokens being used during dead-lettering. |
identity | The identity to use when dead-lettering events. |
Property Details
deadLetterDestination
Information about the destination where events have to be delivered for the event subscription. Uses the managed identity setup on the parent resource (namely, topic or ___domain) to acquire the authentication tokens being used during dead-lettering.
deadLetterDestination?: DeadLetterDestinationUnion
Property Value
identity
The identity to use when dead-lettering events.
identity?: EventSubscriptionIdentity