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 = 1The license status is deleted.
Enabled = 2The license status is enabled.
LockedOut = 3The license status is locked out.
Suspended = 4The license status is suspended.
Unknown = 0The license status is unknown.
Warning = 5The license status is warning.