Enum EntraApiPermissionType
- Namespace
- CENTREL.XIA.Configuration.Types
- Assembly
- CENTREL.XIA.Configuration.Types.dll
The Entra API permission type.
[TypeConverter(typeof(GlobalizedEnumConverter))]
public enum EntraApiPermissionType
Fields
Application = 1The permission type is application.
Both = 2The permission type is both application and delegated.
Delegated = 3The permission type is delegated.
Unknown = 0The permission type is unknown.