Event Subscription Identity Response
data class EventSubscriptionIdentityResponse(val type: String? = null, val userAssignedIdentity: String? = null)
The identity information with the event subscription.
The identity information with the event subscription.