public sealed class KeyValueMetadataLabel : IMessage<KeyValueMetadataLabel>, IEquatable<KeyValueMetadataLabel>, IDeepCloneable<KeyValueMetadataLabel>, IBufferMessage, IMessageReference documentation and code samples for the Google Cloud Data Loss Prevention v2 API class KeyValueMetadataLabel.
The metadata key that contains a finding.
Implements
IMessageKeyValueMetadataLabel, IEquatableKeyValueMetadataLabel, IDeepCloneableKeyValueMetadataLabel, IBufferMessage, IMessageNamespace
Google.Cloud.Dlp.V2Assembly
Google.Cloud.Dlp.V2.dll
Constructors
KeyValueMetadataLabel()
public KeyValueMetadataLabel()KeyValueMetadataLabel(KeyValueMetadataLabel)
public KeyValueMetadataLabel(KeyValueMetadataLabel other)| Parameter | |
|---|---|
| Name | Description |
other |
KeyValueMetadataLabel |
Properties
Key
public string Key { get; set; }The metadata key. The format depends on the source of the metadata.
Example:
MSIP_Label_122709e3-8f6b-4860-985f-7f722a94f61e_Enabled(a Microsoft Purview Information Protection key example)
| Property Value | |
|---|---|
| Type | Description |
string |
|