Show / Hide Table of Contents

Class ChromeOsDeviceAction

Data about an update to the status of a Chrome OS device.

Inheritance
object
ChromeOsDeviceAction
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.Admin.Directory.directory_v1.Data
Assembly: Google.Apis.Admin.Directory.directory_v1.dll
Syntax
public class ChromeOsDeviceAction : IDirectResponseSchema

Properties

Action

Action to be taken on the Chrome OS device.

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

DeprovisionReason

Only used when the action is deprovision. With the deprovision action, this field is required. Note: The deprovision reason is audited because it might have implications on licenses for perpetual subscription customers.

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

Implements

IDirectResponseSchema
In this article
Back to top Generated by DocFX