Resource: DataTaxonomy
DataTaxonomy represents a set of hierarchical DataAttributes resources, grouped with a common theme Eg: 'SensitiveDataTaxonomy' can have attributes to manage PII data. It is defined at project level.
JSON representation |
---|
{ "name": string, "uid": string, "createTime": string, "updateTime": string, "description": string, "displayName": string, "labels": { string: string, ... }, "attributeCount": integer, "etag": string, "classCount": integer } |
Fields | |
---|---|
name |
Output only. The relative resource name of the DataTaxonomy, of the form: projects/{project_number}/locations/{locationId}/dataTaxonomies/{dataTaxonomyId}. |
uid |
Output only. System generated globally unique ID for the dataTaxonomy. This ID will be different if the DataTaxonomy is deleted and re-created with the same name. |
createTime |
Output only. The time when the DataTaxonomy was created. A timestamp in RFC3339 UTC "Zulu" format, with nanosecond resolution and up to nine fractional digits. Examples: |
updateTime |
Output only. The time when the DataTaxonomy was last updated. A timestamp in RFC3339 UTC "Zulu" format, with nanosecond resolution and up to nine fractional digits. Examples: |
description |
Optional. Description of the DataTaxonomy. |
displayName |
Optional. User friendly display name. |
labels |
Optional. User-defined labels for the DataTaxonomy. An object containing a list of |
attributeCount |
Output only. The number of attributes in the DataTaxonomy. |
etag |
This checksum is computed by the server based on the value of other fields, and may be sent on update and delete requests to ensure the client has an up-to-date value before proceeding. |
classCount |
Output only. The number of classes in the DataTaxonomy. |
Methods |
|
---|---|
|
Create a DataTaxonomy resource. |
|
Deletes a DataTaxonomy resource. |
|
Retrieves a DataTaxonomy resource. |
|
Gets the access control policy for a resource. |
|
Lists DataTaxonomy resources in a project and location. |
|
Updates a DataTaxonomy resource. |
|
Sets the access control policy on the specified resource. |
|
Returns permissions that a caller has on the specified resource. |