REST Resource: admin.directory.v1.customers.chrome.printServers

Resource: PrintServer

Configuration for a print server.

JSON representation
{
  "name": string,
  "id": string,
  "displayName": string,
  "description": string,
  "uri": string,
  "createTime": string,
  "orgUnitId": string
}
Fields
name

string

Immutable. Resource name of the print server. Leave empty when creating.

Format: customers/{customer.id}/printServers/{printServer.id}

id

string

Immutable. ID of the print server. Leave empty when creating.

displayName

string

Editable. Display name of the print server (as shown in the Admin console).

description

string

Editable. Description of the print server (as shown in the Admin console).

uri

string

Editable. Print server URI.

createTime

string (Timestamp format)

Output only. Time when the print server was created.

A timestamp in RFC3339 UTC "Zulu" format, with nanosecond resolution and up to nine fractional digits. Examples: "2014-10-02T15:01:23Z" and "2014-10-02T15:01:23.045123456Z".

orgUnitId

string

ID of the organization unit (OU) that owns this print server. This value can only be set when the print server is initially created. If it's not populated, the print server is placed under the root OU.

The orgUnitId can be retrieved using the Directory API.

Methods

batchCreatePrintServers

Creates multiple print servers.

batchDeletePrintServers

Deletes multiple print servers.

create

Creates a print server.

delete

Deletes a print server.

get

Returns a print server's configuration.

list

Lists print server configurations.

patch

Updates a print server's configuration.