Table of Contents

Enum EntraAssignedLicenseAssignmentType

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

The assignment type of an Entra assigned license.

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

Fields

Both = 3

The license is assigned by a group and directly.

Direct = 1

The license is assigned directly.

Group = 2

The license is assigned by a group.

Unknown = 0

The assigned license assignment type is unknown.