Table of Contents

Enum EntraLicenseStatus

Namespace
CENTREL.XIA.Configuration.Types
Assembly
CENTREL.XIA.Configuration.Types.dll

The status of an Entra license.

[TypeConverter(typeof(GlobalizedEnumConverter))]
public enum EntraLicenseStatus

Fields

Deleted = 1

The license status is deleted.

Enabled = 2

The license status is enabled.

LockedOut = 3

The license status is locked out.

Suspended = 4

The license status is suspended.

Unknown = 0

The license status is unknown.

Warning = 5

The license status is warning.