Class SmSection
Provides access to sm API endpoints
public class SmSection
- Inheritance
-
SmSection
- Inherited Members
Constructors
SmSection()
public SmSection()
Properties
ApnsCert
Get the organization's APNS certificate
public ISmApnsCert ApnsCert { get; }
Property Value
Devices
Return a single device
public SmDevicesSection Devices { get; }
Property Value
Profiles
List all the profiles in the network
public ISmProfiles Profiles { get; }
Property Value
TargetGroups
Add a target group
public ISmTargetGroups TargetGroups { get; }
Property Value
UserAccessDevices
List User Access Devices and its Trusted Access Connections
public ISmUserAccessDevices UserAccessDevices { get; }
Property Value
Users
Gets the users
public SmUsersSection Users { get; }
Property Value
VppAccounts
List the VPP accounts in the organization
public ISmVppAccounts VppAccounts { get; }