ManagedIdentityAuthenticationSettingProperties interface

Authentication setting properties for Azure Managed Identity

Extends

Properties

authenticationKind

Kind of the authentication setting

managedIdentityName

Name of the managed identity to use. Either 'SystemAssigned' or the resourceId of a user-assigned identity.

Inherited Properties

displayName

Display name

provisioningState

The status of the last operation.

Property Details

authenticationKind

Kind of the authentication setting

authenticationKind: "ManagedIdentity"

Property Value

"ManagedIdentity"

managedIdentityName

Name of the managed identity to use. Either 'SystemAssigned' or the resourceId of a user-assigned identity.

managedIdentityName: string

Property Value

string

Inherited Property Details

displayName

Display name

displayName?: string

Property Value

string

Inherited From AuthenticationSettingProperties.displayName

provisioningState

The status of the last operation.

provisioningState?: string

Property Value

string

Inherited From AuthenticationSettingProperties.provisioningState