Class BatchChangeChromeOsDeviceStatusRequest
A request for changing the status of a batch of ChromeOS devices.
Implements
Inherited Members
Namespace: Google.Apis.Admin.Directory.directory_v1.Data
Assembly: Google.Apis.Admin.Directory.directory_v1.dll
Syntax
public class BatchChangeChromeOsDeviceStatusRequest : IDirectResponseSchema
Properties
ChangeChromeOsDeviceStatusAction
Required. The action to take on the ChromeOS device in order to change its status.
Declaration
[JsonProperty("changeChromeOsDeviceStatusAction")]
public virtual string ChangeChromeOsDeviceStatusAction { get; set; }
Property Value
Type | Description |
---|---|
string |
DeprovisionReason
Optional. The reason behind a device deprovision. Must be provided if 'changeChromeOsDeviceStatusAction' is set to 'CHANGE_CHROME_OS_DEVICE_STATUS_ACTION_DEPROVISION'. Otherwise, omit this field.
Declaration
[JsonProperty("deprovisionReason")]
public virtual string DeprovisionReason { get; set; }
Property Value
Type | Description |
---|---|
string |
DeviceIds
Required. List of the IDs of the ChromeOS devices to change. Maximum 50.
Declaration
[JsonProperty("deviceIds")]
public virtual IList<string> DeviceIds { get; set; }
Property Value
Type | Description |
---|---|
IList<string> |
ETag
The ETag of the item.
Declaration
public virtual string ETag { get; set; }
Property Value
Type | Description |
---|---|
string |