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 = 1The account type is a classic administrator.
Device = 2The account is a device.
ForeignGroup = 3The account is a foreign group.
Group = 4The account is a group.
ServicePrincipal = 5The account is a application service principal (application).
Unknown = 0The account type is unknown.
User = 6The account is a user.