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.
Implements
IMessage<CustomInfoType>, IEquatable<CustomInfoType>, IDeepCloneable<CustomInfoType>, IBufferMessage, IMessageNamespace
Google.Cloud.Dlp.V2Assembly
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< |