print_servers
Overview
Name | print_servers |
Type | Resource |
Id | googleadmin.directory.print_servers |
Fields
Name | Datatype | Description |
---|---|---|
id | string | Immutable. ID of the print server. Leave empty when creating. |
name | string | Immutable. Resource name of the print server. Leave empty when creating. Format: customers/{customer.id}/printServers/{print_server.id} |
description | string | Editable. Description of the print server (as shown in the Admin console). |
createTime | string | Output only. Time when the print server was created. |
displayName | string | Editable. Display name of the print server (as shown in the Admin console). |
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 org_unit_id can be retrieved using the Directory API. |
uri | string | Editable. Print server URI. |
Methods
Name | Accessible by | Required Params | Description |
---|---|---|---|
get | SELECT | customersId, printServersId | Returns a print server's configuration. |
list | SELECT | customersId | Lists print server configurations. |
insert | INSERT | customersId | Creates a print server. |
delete | DELETE | customersId, printServersId | Deletes a print server. |
_list | EXEC | customersId | Lists print server configurations. |
batchCreatePrintServers | EXEC | customersId | Creates multiple print servers. |
batchDeletePrintServers | EXEC | customersId | Deletes multiple print servers. |
patch | EXEC | customersId, printServersId | Updates a print server's configuration. |