CustomJwtAuthenticationManagedIdentity Constructor

Definition

Initializes a new instance of CustomJwtAuthenticationManagedIdentity.

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

Parameters

identityType
CustomJwtAuthenticationManagedIdentityType

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

Applies to