Dead Letter With Resource Identity Response
data class DeadLetterWithResourceIdentityResponse(val deadLetterDestination: StorageBlobDeadLetterDestinationResponse? = null, val identity: EventSubscriptionIdentityResponse? = null)
Information about the deadletter destination with resource identity.
Constructors
Link copied to clipboard
constructor(deadLetterDestination: StorageBlobDeadLetterDestinationResponse? = null, identity: EventSubscriptionIdentityResponse? = null)
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.