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 = 3The license is assigned by a group and directly.
Direct = 1The license is assigned directly.
Group = 2The license is assigned by a group.
Unknown = 0The assigned license assignment type is unknown.