Show / Hide Table of Contents

Class DeviceClaim

A record of a device claimed by a reseller for a customer. Devices claimed for zero-touch enrollment have a claim with the type SECTION_TYPE_ZERO_TOUCH. To learn more, read Claim devices for customers.

Inheritance
object
DeviceClaim
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 DeviceClaim : IDirectResponseSchema

Properties

AdditionalService

The Additional service registered for the device.

Declaration
[JsonProperty("additionalService")]
public virtual string AdditionalService { 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

GoogleWorkspaceCustomerId

The ID of the Google Workspace account that owns the Chrome OS device.

Declaration
[JsonProperty("googleWorkspaceCustomerId")]
public virtual string GoogleWorkspaceCustomerId { get; set; }
Property Value
Type Description
string

OwnerCompanyId

The ID of the Customer that purchased the device.

Declaration
[JsonProperty("ownerCompanyId")]
public virtual long? OwnerCompanyId { get; set; }
Property Value
Type Description
long?

ResellerId

The ID of the reseller that claimed the device.

Declaration
[JsonProperty("resellerId")]
public virtual long? ResellerId { get; set; }
Property Value
Type Description
long?

SectionType

Output only. The type of claim made on the device.

Declaration
[JsonProperty("sectionType")]
public virtual string SectionType { get; set; }
Property Value
Type Description
string

VacationModeExpireTime

object representation of VacationModeExpireTimeRaw.

Declaration
[JsonIgnore]
[Obsolete("This property is obsolete and may behave unexpectedly; please use VacationModeExpireTimeDateTimeOffset instead.")]
public virtual object VacationModeExpireTime { get; set; }
Property Value
Type Description
object

VacationModeExpireTimeDateTimeOffset

DateTimeOffset representation of VacationModeExpireTimeRaw.

Declaration
[JsonIgnore]
public virtual DateTimeOffset? VacationModeExpireTimeDateTimeOffset { get; set; }
Property Value
Type Description
DateTimeOffset?

VacationModeExpireTimeRaw

The timestamp when the device will exit ‘vacation mode’. This value is present iff the device is in 'vacation mode'.

Declaration
[JsonProperty("vacationModeExpireTime")]
public virtual string VacationModeExpireTimeRaw { get; set; }
Property Value
Type Description
string

VacationModeStartTime

object representation of VacationModeStartTimeRaw.

Declaration
[JsonIgnore]
[Obsolete("This property is obsolete and may behave unexpectedly; please use VacationModeStartTimeDateTimeOffset instead.")]
public virtual object VacationModeStartTime { get; set; }
Property Value
Type Description
object

VacationModeStartTimeDateTimeOffset

DateTimeOffset representation of VacationModeStartTimeRaw.

Declaration
[JsonIgnore]
public virtual DateTimeOffset? VacationModeStartTimeDateTimeOffset { get; set; }
Property Value
Type Description
DateTimeOffset?

VacationModeStartTimeRaw

The timestamp when the device was put into ‘vacation mode’. This value is present iff the device is in 'vacation mode'.

Declaration
[JsonProperty("vacationModeStartTime")]
public virtual string VacationModeStartTimeRaw { get; set; }
Property Value
Type Description
string

Implements

IDirectResponseSchema
In this article
Back to top Generated by DocFX