Skip to main content

print_servers

Overview

Nameprint_servers
TypeResource
Idgoogleadmin.directory.print_servers

Fields

NameDatatypeDescription
idstringImmutable. ID of the print server. Leave empty when creating.
namestringImmutable. Resource name of the print server. Leave empty when creating. Format: customers/{customer.id}/printServers/{print_server.id}
descriptionstringEditable. Description of the print server (as shown in the Admin console).
createTimestringOutput only. Time when the print server was created.
displayNamestringEditable. Display name of the print server (as shown in the Admin console).
orgUnitIdstringID 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.
uristringEditable. Print server URI.

Methods

NameAccessible byRequired ParamsDescription
getSELECTcustomersId, printServersIdReturns a print server's configuration.
listSELECTcustomersIdLists print server configurations.
insertINSERTcustomersIdCreates a print server.
deleteDELETEcustomersId, printServersIdDeletes a print server.
_listEXECcustomersIdLists print server configurations.
batchCreatePrintServersEXECcustomersIdCreates multiple print servers.
batchDeletePrintServersEXECcustomersIdDeletes multiple print servers.
patchEXECcustomersId, printServersIdUpdates a print server's configuration.