Class OrganizationLicenseStateSystemsManagerCounts
Aggregated license count data for Systems Manager
[DataContract]
public class OrganizationLicenseStateSystemsManagerCounts
- Inheritance
-
OrganizationLicenseStateSystemsManagerCounts
- Inherited Members
Properties
ActiveSeats
The number of Systems Manager seats in use
[DataMember(Name = "activeSeats")]
public int ActiveSeats { get; set; }
Property Value
OrgwideEnrolledDevices
The total number of enrolled Systems Manager devices
[DataMember(Name = "orgwideEnrolledDevices")]
public int OrgwideEnrolledDevices { get; set; }
Property Value
TotalSeats
The total number of Systems Manager seats
[DataMember(Name = "totalSeats")]
public int TotalSeats { get; set; }
Property Value
UnassignedSeats
The number of unused Systems Manager seats
[DataMember(Name = "unassignedSeats")]
public int UnassignedSeats { get; set; }