Class GooglePrivacyDlpV2CharsToIgnore
Characters to skip when doing deidentification of a value. These will be left alone and skipped.
Implements
Inherited Members
Namespace: Google.Apis.DLP.v2.Data
Assembly: Google.Apis.DLP.v2.dll
Syntax
public class GooglePrivacyDlpV2CharsToIgnore : IDirectResponseSchema
Properties
CharactersToSkip
Characters to not transform when masking.
Declaration
[JsonProperty("charactersToSkip")]
public virtual string CharactersToSkip { get; set; }
Property Value
Type | Description |
---|---|
string |
CommonCharactersToIgnore
Common characters to not transform when masking. Useful to avoid removing punctuation.
Declaration
[JsonProperty("commonCharactersToIgnore")]
public virtual string CommonCharactersToIgnore { get; set; }
Property Value
Type | Description |
---|---|
string |
ETag
The ETag of the item.
Declaration
public virtual string ETag { get; set; }
Property Value
Type | Description |
---|---|
string |