Imports all taxonomies and their policy tags to a project as new taxonomies.
This method provides a bulk taxonomy / policy tag creation using nested proto structure.
HTTP request
POST https://datacatalog.googleapis.com/v1beta1/{parent}/taxonomies:import
Path parameters
| Parameters | |
|---|---|
parent |
Required. Resource name of project that the imported taxonomies will belong to. It takes the form Authorization requires the following IAM permission on the specified resource
|
Request body
The request body contains data with the following structure:
| JSON representation |
|---|
{ // Union field |
| Fields | |
|---|---|
Union field source. Source taxonomies to be imported. source can be only one of the following: |
|
inlineSource |
Inline source used for taxonomies to be imported. |
Response body
Response message for taxonomies.import.
If successful, the response body contains data with the following structure:
| JSON representation |
|---|
{
"taxonomies": [
{
object ( |
| Fields | |
|---|---|
taxonomies[] |
Taxonomies that were imported. |
Authorization scopes
Requires the following OAuth scope:
https://www.googleapis.com/auth/cloud-platform
For more information, see the Authentication Overview.
InlineSource
Inline source used for taxonomies import.
| JSON representation |
|---|
{
"taxonomies": [
{
object ( |
| Fields | |
|---|---|
taxonomies[] |
Required. Taxonomies to be imported. |