You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
<pclass="firstline">Creates new taxonomies (including their policy tags) in a given project by importing from inlined or cross-regional sources. For a cross-regional source, new taxonomies are created by copying from a source in another region. For an inlined source, taxonomies and policy tags are created in bulk using nested protocol buffer structures.</p>
"displayName": "A 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.
142
142
"name": "A String", # Output only. Resource name of this taxonomy in URL format. Note: Policy tag manager generates unique taxonomy IDs.
143
143
"policyTagCount": 42, # Output only. Number of policy tags in this taxonomy.
144
+
"service": { # The source system of the Taxonomy. # Output only. Identity of the service which owns the Taxonomy. This field is only populated when the taxonomy is created by a GCP service. Currently only 'DATAPLEX' is supported.
145
+
"identity": "A String", # P4SA Identity of the service.
146
+
"name": "A String", # The GCP service name.
147
+
},
144
148
"taxonomyTimestamps": { # Timestamps associated with this resource in a particular system. # Output only. Creation and modification timestamps of this taxonomy.
145
149
"createTime": "A String", # Creation timestamp of the resource within the given system.
146
150
"expireTime": "A String", # Output only. Expiration timestamp of the resource within the given system. Currently only applicable to BigQuery resources.
@@ -164,6 +168,10 @@ <h3>Method Details</h3>
164
168
"displayName": "A 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.
165
169
"name": "A String", # Output only. Resource name of this taxonomy in URL format. Note: Policy tag manager generates unique taxonomy IDs.
166
170
"policyTagCount": 42, # Output only. Number of policy tags in this taxonomy.
171
+
"service": { # The source system of the Taxonomy. # Output only. Identity of the service which owns the Taxonomy. This field is only populated when the taxonomy is created by a GCP service. Currently only 'DATAPLEX' is supported.
172
+
"identity": "A String", # P4SA Identity of the service.
173
+
"name": "A String", # The GCP service name.
174
+
},
167
175
"taxonomyTimestamps": { # Timestamps associated with this resource in a particular system. # Output only. Creation and modification timestamps of this taxonomy.
168
176
"createTime": "A String", # Creation timestamp of the resource within the given system.
169
177
"expireTime": "A String", # Output only. Expiration timestamp of the resource within the given system. Currently only applicable to BigQuery resources.
@@ -251,6 +259,10 @@ <h3>Method Details</h3>
251
259
"displayName": "A 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.
252
260
"name": "A String", # Output only. Resource name of this taxonomy in URL format. Note: Policy tag manager generates unique taxonomy IDs.
253
261
"policyTagCount": 42, # Output only. Number of policy tags in this taxonomy.
262
+
"service": { # The source system of the Taxonomy. # Output only. Identity of the service which owns the Taxonomy. This field is only populated when the taxonomy is created by a GCP service. Currently only 'DATAPLEX' is supported.
263
+
"identity": "A String", # P4SA Identity of the service.
264
+
"name": "A String", # The GCP service name.
265
+
},
254
266
"taxonomyTimestamps": { # Timestamps associated with this resource in a particular system. # Output only. Creation and modification timestamps of this taxonomy.
255
267
"createTime": "A String", # Creation timestamp of the resource within the given system.
256
268
"expireTime": "A String", # Output only. Expiration timestamp of the resource within the given system. Currently only applicable to BigQuery resources.
@@ -356,6 +368,10 @@ <h3>Method Details</h3>
356
368
"displayName": "A 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.
357
369
"name": "A String", # Output only. Resource name of this taxonomy in URL format. Note: Policy tag manager generates unique taxonomy IDs.
358
370
"policyTagCount": 42, # Output only. Number of policy tags in this taxonomy.
371
+
"service": { # The source system of the Taxonomy. # Output only. Identity of the service which owns the Taxonomy. This field is only populated when the taxonomy is created by a GCP service. Currently only 'DATAPLEX' is supported.
372
+
"identity": "A String", # P4SA Identity of the service.
373
+
"name": "A String", # The GCP service name.
374
+
},
359
375
"taxonomyTimestamps": { # Timestamps associated with this resource in a particular system. # Output only. Creation and modification timestamps of this taxonomy.
360
376
"createTime": "A String", # Creation timestamp of the resource within the given system.
361
377
"expireTime": "A String", # Output only. Expiration timestamp of the resource within the given system. Currently only applicable to BigQuery resources.
<pre>Lists all taxonomies in a project in a particular location that you have a permission to view.
372
388
373
389
Args:
374
390
parent: string, Required. Resource name of the project to list the taxonomies of. (required)
391
+
filter: string, Supported field for filter is 'service' and value is 'dataplex'. Eg: service=dataplex.
375
392
pageSize: integer, The maximum number of items to return. Must be a value between 1 and 1000 inclusively. If not set, defaults to 50.
376
393
pageToken: string, The pagination token of the next results page. If not set, the first page is returned. The token is returned in the response to a previous list request.
377
394
x__xgafv: string, V1 error format.
@@ -393,6 +410,10 @@ <h3>Method Details</h3>
393
410
"displayName": "A 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.
394
411
"name": "A String", # Output only. Resource name of this taxonomy in URL format. Note: Policy tag manager generates unique taxonomy IDs.
395
412
"policyTagCount": 42, # Output only. Number of policy tags in this taxonomy.
413
+
"service": { # The source system of the Taxonomy. # Output only. Identity of the service which owns the Taxonomy. This field is only populated when the taxonomy is created by a GCP service. Currently only 'DATAPLEX' is supported.
414
+
"identity": "A String", # P4SA Identity of the service.
415
+
"name": "A String", # The GCP service name.
416
+
},
396
417
"taxonomyTimestamps": { # Timestamps associated with this resource in a particular system. # Output only. Creation and modification timestamps of this taxonomy.
397
418
"createTime": "A String", # Creation timestamp of the resource within the given system.
398
419
"expireTime": "A String", # Output only. Expiration timestamp of the resource within the given system. Currently only applicable to BigQuery resources.
@@ -434,6 +455,10 @@ <h3>Method Details</h3>
434
455
"displayName": "A 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.
435
456
"name": "A String", # Output only. Resource name of this taxonomy in URL format. Note: Policy tag manager generates unique taxonomy IDs.
436
457
"policyTagCount": 42, # Output only. Number of policy tags in this taxonomy.
458
+
"service": { # The source system of the Taxonomy. # Output only. Identity of the service which owns the Taxonomy. This field is only populated when the taxonomy is created by a GCP service. Currently only 'DATAPLEX' is supported.
459
+
"identity": "A String", # P4SA Identity of the service.
460
+
"name": "A String", # The GCP service name.
461
+
},
437
462
"taxonomyTimestamps": { # Timestamps associated with this resource in a particular system. # Output only. Creation and modification timestamps of this taxonomy.
438
463
"createTime": "A String", # Creation timestamp of the resource within the given system.
439
464
"expireTime": "A String", # Output only. Expiration timestamp of the resource within the given system. Currently only applicable to BigQuery resources.
@@ -458,6 +483,10 @@ <h3>Method Details</h3>
458
483
"displayName": "A 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.
459
484
"name": "A String", # Output only. Resource name of this taxonomy in URL format. Note: Policy tag manager generates unique taxonomy IDs.
460
485
"policyTagCount": 42, # Output only. Number of policy tags in this taxonomy.
486
+
"service": { # The source system of the Taxonomy. # Output only. Identity of the service which owns the Taxonomy. This field is only populated when the taxonomy is created by a GCP service. Currently only 'DATAPLEX' is supported.
487
+
"identity": "A String", # P4SA Identity of the service.
488
+
"name": "A String", # The GCP service name.
489
+
},
461
490
"taxonomyTimestamps": { # Timestamps associated with this resource in a particular system. # Output only. Creation and modification timestamps of this taxonomy.
462
491
"createTime": "A String", # Creation timestamp of the resource within the given system.
463
492
"expireTime": "A String", # Output only. Expiration timestamp of the resource within the given system. Currently only applicable to BigQuery resources.
@@ -511,6 +540,10 @@ <h3>Method Details</h3>
511
540
"displayName": "A 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.
512
541
"name": "A String", # Output only. Resource name of this taxonomy in URL format. Note: Policy tag manager generates unique taxonomy IDs.
513
542
"policyTagCount": 42, # Output only. Number of policy tags in this taxonomy.
543
+
"service": { # The source system of the Taxonomy. # Output only. Identity of the service which owns the Taxonomy. This field is only populated when the taxonomy is created by a GCP service. Currently only 'DATAPLEX' is supported.
544
+
"identity": "A String", # P4SA Identity of the service.
545
+
"name": "A String", # The GCP service name.
546
+
},
514
547
"taxonomyTimestamps": { # Timestamps associated with this resource in a particular system. # Output only. Creation and modification timestamps of this taxonomy.
515
548
"createTime": "A String", # Creation timestamp of the resource within the given system.
516
549
"expireTime": "A String", # Output only. Expiration timestamp of the resource within the given system. Currently only applicable to BigQuery resources.
0 commit comments