SystemTopicEventSubscriptionDeliveryIdentity

data class SystemTopicEventSubscriptionDeliveryIdentity(val type: String, val userAssignedIdentity: String? = null)

Constructors

constructor(type: String, userAssignedIdentity: String? = null)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

Specifies the type of Managed Service Identity that is used for event delivery. Allowed value is SystemAssigned, UserAssigned.

Link copied to clipboard

The user identity associated with the resource.