Show / Hide Table of Contents

Class GooglePrivacyDlpV2StoredInfoTypeConfig

Configuration for stored infoTypes. All fields and subfield are provided by the user. For more information, see https://cloud.google.com/sensitive-data-protection/docs/creating-custom-infotypes.

Inheritance
object
GooglePrivacyDlpV2StoredInfoTypeConfig
Implements
IDirectResponseSchema
Inherited Members
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
object.ToString()
Namespace: Google.Apis.DLP.v2.Data
Assembly: Google.Apis.DLP.v2.dll
Syntax
public class GooglePrivacyDlpV2StoredInfoTypeConfig : IDirectResponseSchema

Properties

Description

Description of the StoredInfoType (max 256 characters).

Declaration
[JsonProperty("description")]
public virtual string Description { get; set; }
Property Value
Type Description
string

Dictionary

Store dictionary-based CustomInfoType.

Declaration
[JsonProperty("dictionary")]
public virtual GooglePrivacyDlpV2Dictionary Dictionary { get; set; }
Property Value
Type Description
GooglePrivacyDlpV2Dictionary

DisplayName

Display name of the StoredInfoType (max 256 characters).

Declaration
[JsonProperty("displayName")]
public virtual string DisplayName { 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

LargeCustomDictionary

StoredInfoType where findings are defined by a dictionary of phrases.

Declaration
[JsonProperty("largeCustomDictionary")]
public virtual GooglePrivacyDlpV2LargeCustomDictionaryConfig LargeCustomDictionary { get; set; }
Property Value
Type Description
GooglePrivacyDlpV2LargeCustomDictionaryConfig

Regex

Store regular expression-based StoredInfoType.

Declaration
[JsonProperty("regex")]
public virtual GooglePrivacyDlpV2Regex Regex { get; set; }
Property Value
Type Description
GooglePrivacyDlpV2Regex

Implements

IDirectResponseSchema
In this article
Back to top Generated by DocFX