List
|
|||||
|
|
Lists DeidentifyTemplates. See https://cloud.google.com/dlp/docs/creating-templates-deid to learn more
Authorization
To use this building block you will have to grant access to at least one of the following scopes:
- View and manage your data across Google Cloud Platform services
Input
This building block consumes 4 input parameters
Name | Format | Description |
---|---|---|
parent Required |
STRING |
The parent resource name, for example projects/my-project-id or organizations/my-org-id |
pageSize |
INTEGER |
Optional size of the page, can be limited by server. If zero server returns a page of max size 100 |
pageToken |
STRING |
Optional page token to continue retrieval. Comes from previous call
to |
orderBy |
STRING |
Optional comma separated list of fields to order by,
followed by Example: Supported fields are:
|
= Parameter name
= Format
parent STRING Required The parent resource name, for example projects/my-project-id or organizations/my-org-id |
pageSize INTEGER Optional size of the page, can be limited by server. If zero server returns a page of max size 100 |
pageToken STRING Optional page token to continue retrieval. Comes from previous call
to |
orderBy STRING Optional comma separated list of fields to order by,
followed by Example: Supported fields are:
|
Output
This building block provides 10 output parameters
Name | Format | Description |
---|---|---|
deidentifyTemplates[] |
OBJECT |
The DeidentifyTemplates contains instructions on how to deidentify content. See https://cloud.google.com/dlp/docs/concepts-templates to learn more |
deidentifyTemplates[].displayName |
STRING |
Display name (max 256 chars) |
deidentifyTemplates[].description |
STRING |
Short description (max 256 chars) |
deidentifyTemplates[].deidentifyConfig |
OBJECT |
The configuration that controls how the data will change |
deidentifyTemplates[].deidentifyConfig.recordTransformations |
OBJECT |
A type of transformation that is applied over structured data such as a table |
deidentifyTemplates[].deidentifyConfig.infoTypeTransformations |
OBJECT |
A type of transformation that will scan unstructured text and
apply various |
deidentifyTemplates[].createTime |
ANY |
The creation timestamp of a inspectTemplate, output only field |
deidentifyTemplates[].updateTime |
ANY |
The last update timestamp of a inspectTemplate, output only field |
deidentifyTemplates[].name |
STRING |
The template name. Output only. The template will have one of the following formats:
|
nextPageToken |
STRING |
If the next page is available then the next page token to be used in following ListDeidentifyTemplates request |
= Parameter name
= Format
deidentifyTemplates[] OBJECT The DeidentifyTemplates contains instructions on how to deidentify content. See https://cloud.google.com/dlp/docs/concepts-templates to learn more |
deidentifyTemplates[].displayName STRING Display name (max 256 chars) |
deidentifyTemplates[].description STRING Short description (max 256 chars) |
deidentifyTemplates[].deidentifyConfig OBJECT The configuration that controls how the data will change |
deidentifyTemplates[].deidentifyConfig.recordTransformations OBJECT A type of transformation that is applied over structured data such as a table |
deidentifyTemplates[].deidentifyConfig.infoTypeTransformations OBJECT A type of transformation that will scan unstructured text and
apply various |
deidentifyTemplates[].createTime ANY The creation timestamp of a inspectTemplate, output only field |
deidentifyTemplates[].updateTime ANY The last update timestamp of a inspectTemplate, output only field |
deidentifyTemplates[].name STRING The template name. Output only. The template will have one of the following formats:
|
nextPageToken STRING If the next page is available then the next page token to be used in following ListDeidentifyTemplates request |