Table of Contents

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 = 1

The permission type is application.

Both = 2

The permission type is both application and delegated.

Delegated = 3

The permission type is delegated.

Unknown = 0

The permission type is unknown.