EventSubscriptionDeadLetterIdentity

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

Constructors

Link copied to clipboard
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 dead lettering. Allowed value is SystemAssigned, UserAssigned.

Link copied to clipboard

The user identity associated with the resource.