Table of Contents

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

The assigned license is active.

ActiveWithError = 2

The assigned license is active (with error).

Disabled = 3

The assigned license is disabled.

Error = 4

The assigned license is in an error state.

Orphaned = 5

The assigned license is orphaned.

Unknown = 0

The assigned license state is unknown.