GetTaxonomyResult

data class GetTaxonomyResult(val activatedPolicyTypes: List<String>, val description: String, val displayName: String, val name: String, val policyTagCount: Int, val service: GoogleCloudDatacatalogV1beta1TaxonomyServiceResponse, val taxonomyTimestamps: GoogleCloudDatacatalogV1beta1SystemTimestampsResponse)

Constructors

Link copied to clipboard
fun GetTaxonomyResult(activatedPolicyTypes: List<String>, description: String, displayName: String, name: String, policyTagCount: Int, service: GoogleCloudDatacatalogV1beta1TaxonomyServiceResponse, taxonomyTimestamps: GoogleCloudDatacatalogV1beta1SystemTimestampsResponse)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

Optional. A list of policy types that are activated for this taxonomy. If not set, defaults to an empty list.

Link copied to clipboard

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.

Link copied to clipboard

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. The taxonomy display name must be unique within an organization.

Link copied to clipboard

Resource name of this taxonomy, whose format is: "projects/{project_number}/locations/{location_id}/taxonomies/{id}".

Link copied to clipboard

Number of policy tags contained in this taxonomy.

Link copied to clipboard

Identity of the service which owns the Taxonomy. This field is only populated when the taxonomy is created by a Google Cloud service. Currently only 'DATAPLEX' is supported.

Link copied to clipboard

Timestamps about this taxonomy. Only create_time and update_time are used.