Delivery With Resource Identity Response
data class DeliveryWithResourceIdentityResponse(val destination: Any? = null, val identity: EventSubscriptionIdentityResponse? = null)
Information about the delivery for an event subscription with resource identity.
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 delivery.
Link copied to clipboard
The identity to use when delivering events.