Class OrganizationLicenseState
An organization licence state
[DataContract]
public class OrganizationLicenseState
- Inheritance
-
OrganizationLicenseState
- Inherited Members
Properties
ExpirationDate
status
[DataMember(Name = "expirationDate")]
public string ExpirationDate { get; set; }
Property Value
LicenseCount
Total number of licenses (Per-device licensing only)
[DataMember(Name = "licenseCount")]
public int LicenseCount { get; set; }
Property Value
LicenseTypes
Data by license type (Per-device licensing only)
[DataMember(Name = "licenseTypes")]
public List<OrganizationLicenseStateLicenseType> LicenseTypes { get; set; }
Property Value
LicensedDeviceCounts
Licensed device counts
[DataMember(Name = "licensedDeviceCounts")]
public Dictionary<string, int> LicensedDeviceCounts { get; set; }
Property Value
States
Aggregated data for licenses by state (Per-device licensing only)
[DataMember(Name = "states")]
public OrganizationLicenseStateStates States { get; set; }
Property Value
Status
status
[DataMember(Name = "status")]
public string Status { get; set; }
Property Value
SystemsManager
Aggregated data for Systems Manager licenses (Per-device licensing only)
[DataMember(Name = "systemsManager")]
public OrganizationLicenseStateSystemsManager SystemsManager { get; set; }