Enum AzureRoleAssignmentAccountType
- Namespace
- CENTREL.XIA.Configuration.Types
- Assembly
- CENTREL.XIA.Configuration.Types.dll
Represents the type of account for which an Azure role is assigned.
[TypeConverter(typeof(GlobalizedEnumConverter))]
public enum AzureRoleAssignmentAccountType
Fields
ClassicAdministrator = 1
The account type is a classic administrator.
Device = 2
The account is a device.
ForeignGroup = 3
The account is a foreign group.
Group = 4
The account is a group.
ServicePrincipal = 5
The account is a application service principal (application).
Unknown = 0
The account type is unknown.
User = 6
The account is a user.