Class DpcMigrationInfo
Information related to whether this device was migrated from being managed by another Device Policy Controller (DPC).
Implements
Inherited Members
Namespace: Google.Apis.AndroidManagement.v1.Data
Assembly: Google.Apis.AndroidManagement.v1.dll
Syntax
public class DpcMigrationInfo : IDirectResponseSchema
Properties
AdditionalData
Output only. If this device was migrated from another DPC, the additionalData field of the migration token is populated here.
Declaration
[JsonProperty("additionalData")]
public virtual string AdditionalData { 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 |
PreviousDpc
Output only. If this device was migrated from another DPC, this is its package name. Not populated otherwise.
Declaration
[JsonProperty("previousDpc")]
public virtual string PreviousDpc { get; set; }
Property Value
Type | Description |
---|---|
string |