Enum EntraDirectoryRoleType
- Namespace
- CENTREL.XIA.Configuration.Types
- Assembly
- CENTREL.XIA.Configuration.Types.dll
Represents the type of Entra directory role.
[TypeConverter(typeof(GlobalizedEnumConverter))]
public enum EntraDirectoryRoleType
Fields
BuiltIn = 1
The role is a built-in role.
Custom = 2
The role is a custom role.
Unknown = 0
The role type is unknown.