public sealed class Domain : IMessage<Domain>, IEquatable<Domain>, IDeepCloneable<Domain>, IBufferMessage, IMessageReference 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.
Namespace
Google.Cloud.Dlp.V2Assembly
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 |
|