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 = 1The role is a built-in role.
Custom = 2The role is a custom role.
Unknown = 0The role type is unknown.