Class ClaimDeviceRequest
Request message to claim a device on behalf of a customer.
Implements
Inherited Members
Namespace: Google.Apis.AndroidProvisioningPartner.v1.Data
Assembly: Google.Apis.AndroidProvisioningPartner.v1.dll
Syntax
public class ClaimDeviceRequest : IDirectResponseSchema
Properties
ConfigurationId
Optional. The ID of the configuration applied to the device section.
Declaration
[JsonProperty("configurationId")]
public virtual long? ConfigurationId { get; set; }
Property Value
Type | Description |
---|---|
long? |
CustomerId
The ID of the customer for whom the device is being claimed.
Declaration
[JsonProperty("customerId")]
public virtual long? CustomerId { get; set; }
Property Value
Type | Description |
---|---|
long? |
DeviceIdentifier
Required. Required. The device identifier of the device to claim.
Declaration
[JsonProperty("deviceIdentifier")]
public virtual DeviceIdentifier DeviceIdentifier { get; set; }
Property Value
Type | Description |
---|---|
DeviceIdentifier |
DeviceMetadata
Optional. The metadata to attach to the device.
Declaration
[JsonProperty("deviceMetadata")]
public virtual DeviceMetadata DeviceMetadata { get; set; }
Property Value
Type | Description |
---|---|
DeviceMetadata |
ETag
The ETag of the item.
Declaration
public virtual string ETag { get; set; }
Property Value
Type | Description |
---|---|
string |
GoogleWorkspaceCustomerId
The Google Workspace customer ID.
Declaration
[JsonProperty("googleWorkspaceCustomerId")]
public virtual string GoogleWorkspaceCustomerId { get; set; }
Property Value
Type | Description |
---|---|
string |
PreProvisioningToken
Optional. Must and can only be set for Chrome OS devices.
Declaration
[JsonProperty("preProvisioningToken")]
public virtual string PreProvisioningToken { get; set; }
Property Value
Type | Description |
---|---|
string |
SectionType
Required. The section type of the device's provisioning record.
Declaration
[JsonProperty("sectionType")]
public virtual string SectionType { get; set; }
Property Value
Type | Description |
---|---|
string |
SimlockProfileId
Optional. Must and can only be set when DeviceProvisioningSectionType is SECTION_TYPE_SIM_LOCK. The unique identifier of the SimLock profile.
Declaration
[JsonProperty("simlockProfileId")]
public virtual long? SimlockProfileId { get; set; }
Property Value
Type | Description |
---|---|
long? |