Share via


CustomWebhookAuthenticationManagedIdentity Constructor

Definition

Initializes a new instance of CustomWebhookAuthenticationManagedIdentity.

public CustomWebhookAuthenticationManagedIdentity(Azure.ResourceManager.EventGrid.Models.CustomWebhookAuthenticationManagedIdentityType identityType);
new Azure.ResourceManager.EventGrid.Models.CustomWebhookAuthenticationManagedIdentity : Azure.ResourceManager.EventGrid.Models.CustomWebhookAuthenticationManagedIdentityType -> Azure.ResourceManager.EventGrid.Models.CustomWebhookAuthenticationManagedIdentity
Public Sub New (identityType As CustomWebhookAuthenticationManagedIdentityType)

Parameters

identityType
CustomWebhookAuthenticationManagedIdentityType

The type of managed identity used. Can be either 'SystemAssigned' or 'UserAssigned'.

Applies to