Class ChromeOsDeviceAction
Data about an update to the status of a Chrome OS device.
Implements
Inherited Members
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 |