EventSubscriptionIdentity Class

Definition

The identity information with the event subscription.

public class EventSubscriptionIdentity
type EventSubscriptionIdentity = class
Public Class EventSubscriptionIdentity
Inheritance
EventSubscriptionIdentity

Constructors

EventSubscriptionIdentity()

Initializes a new instance of the EventSubscriptionIdentity class.

EventSubscriptionIdentity(String, String)

Initializes a new instance of the EventSubscriptionIdentity class.

Properties

Type

Gets or sets 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. Possible values include: 'SystemAssigned', 'UserAssigned'

UserAssignedIdentity

Gets or sets the user identity associated with the resource.

Applies to