schemas
Overview
Name | schemas |
Type | Resource |
Id | googleadmin.directory.schemas |
Fields
Name | Datatype | Description |
---|---|---|
displayName | string | Display name for the schema. |
etag | string | The ETag of the resource. |
fields | array | A list of fields in the schema. |
kind | string | Kind of resource this is. |
schemaId | string | The unique identifier of the schema (Read-only) |
schemaName | string | The schema's name. Each schema_name must be unique within a customer. Reusing a name results in a 409: Entity already exists error. |
Methods
Name | Accessible by | Required Params | Description |
---|---|---|---|
get | SELECT | customerId, schemaKey | Retrieves a schema. |
list | SELECT | customerId | Retrieves all schemas for a customer. |
insert | INSERT | customerId | Creates a schema. |
delete | DELETE | customerId, schemaKey | Deletes a schema. |
_list | EXEC | customerId | Retrieves all schemas for a customer. |
patch | EXEC | customerId, schemaKey | Patches a schema. |
update | EXEC | customerId, schemaKey | Updates a schema. |