Show / Hide Table of Contents

Class PartnerClaim

Identifies one claim request.

Inheritance
object
PartnerClaim
Implements
IDirectResponseSchema
Inherited Members
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
object.ToString()
Namespace: Google.Apis.AndroidProvisioningPartner.v1.Data
Assembly: Google.Apis.AndroidProvisioningPartner.v1.dll
Syntax
public class PartnerClaim : 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. Device identifier of the device.

Declaration
[JsonProperty("deviceIdentifier")]
public virtual DeviceIdentifier DeviceIdentifier { get; set; }
Property Value
Type Description
DeviceIdentifier

DeviceMetadata

Required. The metadata to attach to the device at claim.

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?

Implements

IDirectResponseSchema
In this article
Back to top Generated by DocFX