ArmApplicationManagedIdentityType Enum

Definition

The identity type.

public enum ArmApplicationManagedIdentityType
type ArmApplicationManagedIdentityType = 
Public Enum ArmApplicationManagedIdentityType
Inheritance
ArmApplicationManagedIdentityType

Fields

Name Value Description
None 0

None.

SystemAssigned 1

SystemAssigned.

UserAssigned 2

UserAssigned.

SystemAssignedUserAssigned 3

SystemAssigned, UserAssigned.

Applies to