google_api_android_device_provisioning v0.7.0 GoogleApi.AndroidDeviceProvisioning.V1.Model.Dpc View Source
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.
Attributes
- dpcName (String.t): Output only. The title of the DPC app in Google Play. For example, Google
Apps Device Policy. Useful in an application's user interface. Defaults to
nil
. - name (String.t): 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
). Defaults tonil
. - packageName (String.t): 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. Defaults to
nil
.
Link to this section Summary
Functions
Unwrap a decoded JSON object into its complex fields.
Link to this section Types
Link to this section Functions
Link to this function
decode(value, options) View Source
Unwrap a decoded JSON object into its complex fields.