- Resource: DeidentifyTemplate
- JSON representation
- DeidentifyConfig
- InfoTypeTransformations
- InfoTypeTransformation
- PrimitiveTransformation
- ReplaceValueConfig
- RedactConfig
- CharacterMaskConfig
- CharsToIgnore
- CommonCharsToIgnore
- CryptoReplaceFfxFpeConfig
- CryptoKey
- TransientCryptoKey
- UnwrappedCryptoKey
- KmsWrappedCryptoKey
- FfxCommonNativeAlphabet
- FixedSizeBucketingConfig
- BucketingConfig
- Bucket
- ReplaceWithInfoTypeConfig
- TimePartConfig
- TimePart
- CryptoHashConfig
- DateShiftConfig
- CryptoDeterministicConfig
- ReplaceDictionaryConfig
- RecordTransformations
- FieldTransformation
- RecordCondition
- Expressions
- LogicalOperator
- Conditions
- Condition
- RelationalOperator
- RecordSuppression
- ImageTransformations
- ImageTransformation
- SelectedInfoTypes
- AllInfoTypes
- AllText
- Color
- TransformationErrorHandling
- ThrowError
- LeaveUntransformed
- Methods
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: |
displayName |
Display name (max 256 chars). |
description |
Short description (max 256 chars). |
createTime |
Output only. The creation timestamp of an inspectTemplate. Uses RFC 3339, where generated output will always be Z-normalized and use 0, 3, 6 or 9 fractional digits. Offsets other than "Z" are also accepted. Examples: |
updateTime |
Output only. The last update timestamp of an inspectTemplate. Uses RFC 3339, where generated output will always be Z-normalized and use 0, 3, 6 or 9 fractional digits. Offsets other than "Z" are also accepted. Examples: |
deidentifyConfig |
The core content of the template. |
DeidentifyConfig
The configuration that controls how the data will change.
JSON representation |
---|
{ "transformationErrorHandling": { object ( |
Fields | |
---|---|
transformationErrorHandling |
Mode for handling transformation errors. If left unspecified, the default mode is |
Union field transformation . Type of transformation transformation can be only one of the following: |
|
infoTypeTransformations |
|