Google Cloud Data Loss Prevention v2 API - Class Domain (4.20.0)

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

Reference documentation and code samples for the Google Cloud Data Loss Prevention v2 API class Domain.

A domain represents a thematic category that a data profile can fall under.

Inheritance

object > Domain

Namespace

Google.Cloud.Dlp.V2

Assembly

Google.Cloud.Dlp.V2.dll

Constructors

Domain()

public Domain()

Domain(Domain)

public Domain(Domain other)
Parameter
Name Description
other Domain

Properties

Category

public Domain.Types.Category Category { get; set; }

A domain category that this profile is related to.

Property Value
Type Description
DomainTypesCategory

Signals

public RepeatedField<Domain.Types.Signal> Signals { get; }

The collection of signals that influenced selection of the category.

Property Value
Type Description
RepeatedFieldDomainTypesSignal