Enum EntraAssignedLicenseState
- Namespace
- CENTREL.XIA.Configuration.Types
- Assembly
- CENTREL.XIA.Configuration.Types.dll
The state of an Entra assigned license.
[TypeConverter(typeof(GlobalizedEnumConverter))]
public enum EntraAssignedLicenseState
Fields
Active = 1The assigned license is active.
ActiveWithError = 2The assigned license is active (with error).
Disabled = 3The assigned license is disabled.
Error = 4The assigned license is in an error state.
Orphaned = 5The assigned license is orphaned.
Unknown = 0The assigned license state is unknown.