Class CustomInfoType (3.2.0)

public sealed class CustomInfoType : IMessage<CustomInfoType>, IEquatable<CustomInfoType>, IDeepCloneable<CustomInfoType>, IBufferMessage, IMessage

Custom information type provided by the user. Used to find domain-specific sensitive information configurable to the data in question.

Inheritance

Object > CustomInfoType

Namespace

Google.Cloud.Dlp.V2

Assembly

Google.Cloud.Dlp.V2.dll

Constructors

CustomInfoType()

public CustomInfoType()

CustomInfoType(CustomInfoType)

public CustomInfoType(CustomInfoType other)
Parameter
Name Description
other CustomInfoType

Properties

DetectionRules

public RepeatedField<CustomInfoType.Types.DetectionRule> DetectionRules { get; }

Set of detection rules to apply to all findings of this CustomInfoType. Rules are applied in order that they are specified. Not supported for the surrogate_type CustomInfoType.

Property Value
Type Description
RepeatedField<