ManagedIdentityAuthenticationSettingProperties interface
Authentication setting properties for Azure Managed Identity
- Extends
Properties
| authentication |
Kind of the authentication setting |
| managed |
Name of the managed identity to use. Either 'SystemAssigned' or the resourceId of a user-assigned identity. |
Inherited Properties
| display |
Display name |
| provisioning |
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