Class Dpc
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.
Implements
Inherited Members
Namespace: Google.Apis.AndroidProvisioningPartner.v1.Data
Assembly: Google.Apis.AndroidProvisioningPartner.v1.dll
Syntax
public class Dpc : IDirectResponseSchema
Properties
DpcName
Output only. The title of the DPC app in Google Play. For example, Google Apps Device Policy. Useful in an application's user interface.
Declaration
[JsonProperty("dpcName")]
public virtual string DpcName { get; set; }
Property Value
Type | Description |
---|---|
string |
ETag
The ETag of the item.
Declaration
public virtual string ETag { get; set; }
Property Value
Type | Description |
---|---|
string |
Name
Output only. The API resource name in the format customers/[CUSTOMER_ID]/dpcs/[DPC_ID]
. Assigned by the
server. To maintain a reference to a DPC across customer accounts, persist and match the last path component
(DPC_ID
).
Declaration
[JsonProperty("name")]
public virtual string Name { get; set; }
Property Value
Type | Description |
---|---|
string |
PackageName
Output only. The DPC's Android application ID that looks like a Java package name. Zero-touch enrollment installs the DPC app onto a device using this identifier.
Declaration
[JsonProperty("packageName")]
public virtual string PackageName { get; set; }
Property Value
Type | Description |
---|---|
string |