EventSubscriptionIdentityResponse

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

The identity information with the event subscription.

Constructors

Link copied to clipboard
constructor(type: String? = null, userAssignedIdentity: String? = null)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
val type: String? = null

The type of managed identity used. The type 'SystemAssigned, UserAssigned' includes both an implicitly created identity and a set of user-assigned identities. The type 'None' will remove any identity.

Link copied to clipboard

The user identity associated with the resource.