API Reference
Class
MdmInfo
Host MDM posture summary.
Inheritance
- Object
- MdmInfo
Constructors
public MdmInfo() #Inherited Methods
public override Boolean Equals(Object obj) #Returns:
BooleanInherited from Object
Parameters
- obj Object
Properties
public String ComputerName { get; set; } #Computer name these values were collected for.
public Boolean IsEnrolled { get; set; } #True when MDM enrollment indicators are present.
public Boolean IsAzureAdJoined { get; set; } #True when Azure AD join indicators are present.
public Boolean IsWorkplaceJoined { get; set; } #True when device registration/Workplace Join indicator is present.
public Int32 EnrollmentCount { get; set; } #Count of enrollment registrations discovered.
public Int32 OmadmAccountCount { get; set; } #Count of OMA-DM account registrations discovered.
public List<MdmEnrollmentInfo> Enrollments { get; set; } #Enrollment registrations.