Dpc class

An EMM's DPC (device policy controller).

Zero-touch enrollment installs a DPC (listed in the Configuration) on a device to maintain the customer's mobile policies. All the DPCs listed by the API support zero-touch enrollment and are available in Google Play.

Constructors

Dpc({String? dpcName, String? name, String? packageName})
Dpc.fromJson(Map json_)

Properties

dpcName String?
The title of the DPC app in Google Play.
getter/setter pair
hashCode int
The hash code for this object.
no setterinherited
name String?
The API resource name in the format customers/[CUSTOMER_ID]/dpcs/[DPC_ID].
getter/setter pair
packageName String?
The DPC's Android application ID that looks like a Java package name.
getter/setter pair
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toJson() Map<String, dynamic>
toString() String
A string representation of this object.
inherited

Operators

operator ==(Object other) bool
The equality operator.
inherited