DeadLetterWithResourceIdentityResponse

Information about the deadletter destination with resource identity.

Constructors

Link copied to clipboard
constructor(deadLetterDestination: StorageBlobDeadLetterDestinationResponse? = null, identity: EventSubscriptionIdentityResponse? = null)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

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.

Link copied to clipboard

The identity to use when dead-lettering events.