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 |
Immutable. Resource name of the print server. Leave empty when creating. Format: |
id |
Immutable. ID of the print server. Leave empty when creating. |
displayName |
Editable. Display name of the print server (as shown in the Admin console). |
description |
Editable. Description of the print server (as shown in the Admin console). |
uri |
Editable. Print server URI. |
createTime |
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: |
orgUnitId |
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 |
Methods |
|
---|---|
|
Creates multiple print servers. |
|
Deletes multiple print servers. |
|
Creates a print server. |
|
Deletes a print server. |
|
Returns a print server's configuration. |
|
Lists print server configurations. |
|
Updates a print server's configuration. |