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. Uses RFC 3339, where generated output will always be Z-normalized and uses 0, 3, 6 or 9 fractional digits. Offsets other than "Z" are also accepted. Examples: |
updateTime
|
Output only. The time when the DataTaxonomy was last updated. Uses RFC 3339, where generated output will always be Z-normalized and uses 0, 3, 6 or 9 fractional digits. Offsets other than "Z" are also accepted. 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 |
|
---|---|
(deprecated) |
Create a DataTaxonomy resource. |
(deprecated) |
Deletes a DataTaxonomy resource. |
(deprecated) |
Retrieves a DataTaxonomy resource. |
|
Gets the access control policy for a resource. |
(deprecated) |
Lists DataTaxonomy resources in a project and location. |
(deprecated) |
Updates a DataTaxonomy resource. |
|
Sets the access control policy on the specified resource. |
|
Returns permissions that a caller has on the specified resource. |