---
title: "POST /v1/{+parent}/taxonomies"
method: POST
path: "/v1/{+parent}/taxonomies"
tags: ["projects"]
---

# POST /v1/{+parent}/taxonomies

`POST /v1/{+parent}/taxonomies`

Creates a taxonomy in a specified project. The taxonomy is initially empty, that is, it doesn't contain policy tags.

## Path parameters

- `parent` string, required

## Request body

- GoogleCloudDatacatalogV1Taxonomy — A taxonomy is a collection of hierarchical policy tags that classify data along a common axis. For example, a "data sensitivity" taxonomy might contain the following policy tags: ``` + PII + Account number + Age + SSN + Zipcode + Financials + Revenue ``` A "data origin" taxonomy might contain the following policy tags: ``` + User data + Employee data + Partner data + Public data ```
  - `name` string — Identifier. Resource name of this taxonomy in URL format. Note: Policy tag manager generates unique taxonomy IDs.
  - `displayName` string — Required. User-defined name of this taxonomy. The name can't start or end with spaces, must contain only Unicode letters, numbers, underscores, dashes, and spaces, and be at most 200 bytes long when encoded in UTF-8. The taxonomy display name must be unique within an organization.
  - `description` string — Optional. Description of this taxonomy. If not set, defaults to empty. The description must contain only Unicode characters, tabs, newlines, carriage returns, and page breaks, and be at most 2000 bytes long when encoded in UTF-8.
  - `policyTagCount` integer — Output only. Number of policy tags in this taxonomy.
  - `taxonomyTimestamps` GoogleCloudDatacatalogV1SystemTimestamps — Timestamps associated with this resource in a particular system.
    - `createTime` string, google-datetime — Creation timestamp of the resource within the given system.
    - `updateTime` string, google-datetime — Timestamp of the last modification of the resource or its metadata within a given system. Note: Depending on the source system, not every modification updates this timestamp. For example, BigQuery timestamps every metadata modification but not data or permission changes.
    - `expireTime` string, google-datetime — Output only. Expiration timestamp of the resource within the given system. Currently only applicable to BigQuery resources.
  - `activatedPolicyTypes` string[] — Optional. A list of policy types that are activated for this taxonomy. If not set, defaults to an empty list.
  - `service` GoogleCloudDatacatalogV1TaxonomyService — The source system of the Taxonomy.
    - `name` 'MANAGING_SYSTEM_UNSPECIFIED' | 'MANAGING_SYSTEM_DATAPLEX' | 'MANAGING_SYSTEM_OTHER' — The Google Cloud service name.
    - `identity` string — The service agent for the service.

## Response `200`

Successful response

---

[API](https://skmtc.net/google/apis/datacatalog.md) · [All operations](https://skmtc.net/google/apis/datacatalog/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/google/datacatalog/versions/d65a3d49b170/schema)
