GoogleApi.DataCatalog.V1beta1.Model.GoogleCloudDatacatalogV1beta1Taxonomy (google_api_data_catalog v0.22.1) View Source
A taxonomy is a collection of policy tags that classify data along a common axis. For instance a data sensitivity taxonomy could contain policy tags denoting PII such as age, zipcode, and SSN. A data origin taxonomy could contain policy tags to distinguish user data, employee data, partner data, public data.
Attributes
-
activatedPolicyTypes(type:list(String.t), default:nil) - Optional. A list of policy types that are activated for this taxonomy. If not set, defaults to an empty list. -
description(type:String.t, default:nil) - Optional. Description of this taxonomy. It must: contain only unicode characters, tabs, newlines, carriage returns and page breaks; and be at most 2000 bytes long when encoded in UTF-8. If not set, defaults to an empty description. -
displayName(type:String.t, default:nil) - Required. User defined name of this taxonomy. It must: contain only unicode letters, numbers, underscores, dashes and spaces; not start or end with spaces; and be at most 200 bytes long when encoded in UTF-8. -
name(type:String.t, default:nil) - Output only. Resource name of this taxonomy, whose format is: "projects/{project_number}/locations/{location_id}/taxonomies/{id}". -
policyTagCount(type:integer(), default:nil) - Output only. Number of policy tags contained in this taxonomy. -
taxonomyTimestamps(type:GoogleApi.DataCatalog.V1beta1.Model.GoogleCloudDatacatalogV1beta1SystemTimestamps.t, default:nil) - Output only. Timestamps about this taxonomy. Only create_time and update_time are used.
Link to this section Summary
Functions
Unwrap a decoded JSON object into its complex fields.
Link to this section Types
Specs
t() ::
%GoogleApi.DataCatalog.V1beta1.Model.GoogleCloudDatacatalogV1beta1Taxonomy{
activatedPolicyTypes: [String.t()],
description: String.t(),
displayName: String.t(),
name: String.t(),
policyTagCount: integer(),
taxonomyTimestamps:
GoogleApi.DataCatalog.V1beta1.Model.GoogleCloudDatacatalogV1beta1SystemTimestamps.t()
}
Link to this section Functions
Specs
Unwrap a decoded JSON object into its complex fields.