Hi there! Are you looking for the official Deno documentation? Try docs.deno.com for all your Deno learning needs.

PartnerClaim

import type { PartnerClaim } from "https://googleapis.deno.dev/v1/androiddeviceprovisioning:v1.ts";

Identifies one claim request.

interface PartnerClaim {
configurationId?: bigint;
customerId?: bigint;
deviceIdentifier?: DeviceIdentifier;
deviceMetadata?: DeviceMetadata;
googleWorkspaceCustomerId?: string;
preProvisioningToken?: string;
sectionType?: "SECTION_TYPE_UNSPECIFIED" | "SECTION_TYPE_SIM_LOCK" | "SECTION_TYPE_ZERO_TOUCH";
simlockProfileId?: bigint;
}

§Properties

§
configurationId?: bigint
[src]

Optional. The ID of the configuration applied to the device section.

§
customerId?: bigint
[src]

The ID of the customer for whom the device is being claimed.

§
deviceIdentifier?: DeviceIdentifier
[src]

Required. Required. Device identifier of the device.

§
deviceMetadata?: DeviceMetadata
[src]

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

§
googleWorkspaceCustomerId?: string
[src]

The Google Workspace customer ID.

§
preProvisioningToken?: string
[src]

Optional. Must and can only be set for Chrome OS devices.

§
sectionType?: "SECTION_TYPE_UNSPECIFIED" | "SECTION_TYPE_SIM_LOCK" | "SECTION_TYPE_ZERO_TOUCH"
[src]

Required. The section type of the device's provisioning record.

§
simlockProfileId?: bigint
[src]

Optional. Must and can only be set when DeviceProvisioningSectionType is SECTION_TYPE_SIM_LOCK. The unique identifier of the SimLock profile.