Resource: DeidentifyTemplate
DeidentifyTemplates contains instructions on how to de-identify content. See https://cloud.google.com/sensitive-data-protection/docs/concepts-templates to learn more.
JSON representation |
---|
{
"name": string,
"displayName": string,
"description": string,
"createTime": string,
"updateTime": string,
"deidentifyConfig": {
object ( |
Fields | |
---|---|
name |
Output only. The template name. The template will have one of the following formats: |
display |
Display name (max 256 chars). |
description |
Short description (max 256 chars). |
create |
Output only. The creation timestamp of an inspectTemplate. A timestamp in RFC3339 UTC "Zulu" format, with nanosecond resolution and up to nine fractional digits. Examples: |
update |
Output only. The last update timestamp of an inspectTemplate. A timestamp in RFC3339 UTC "Zulu" format, with nanosecond resolution and up to nine fractional digits. Examples: |
deidentify |
The core content of the template. |
Methods |
|
---|---|
|
Creates a DeidentifyTemplate for reusing frequently used configuration for de-identifying content, images, and storage. |
|
Deletes a DeidentifyTemplate. |
|
Gets a DeidentifyTemplate. |
|
Lists DeidentifyTemplates. |
|
Updates the DeidentifyTemplate. |