Skip to main content

schemas

Overview

Nameschemas
TypeResource
Idgoogleadmin.directory.schemas

Fields

NameDatatypeDescription
displayNamestringDisplay name for the schema.
etagstringThe ETag of the resource.
fieldsarrayA list of fields in the schema.
kindstringKind of resource this is.
schemaIdstringThe unique identifier of the schema (Read-only)
schemaNamestringThe schema's name. Each schema_name must be unique within a customer. Reusing a name results in a 409: Entity already exists error.

Methods

NameAccessible byRequired ParamsDescription
getSELECTcustomerId, schemaKeyRetrieves a schema.
listSELECTcustomerIdRetrieves all schemas for a customer.
insertINSERTcustomerIdCreates a schema.
deleteDELETEcustomerId, schemaKeyDeletes a schema.
_listEXECcustomerIdRetrieves all schemas for a customer.
patchEXECcustomerId, schemaKeyPatches a schema.
updateEXECcustomerId, schemaKeyUpdates a schema.