Google Cloud Data Loss Prevention v2 API - Class KeyValueMetadataLabel (4.23.0)

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

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

The metadata key that contains a finding.

Inheritance

object > KeyValueMetadataLabel

Namespace

Google.Cloud.Dlp.V2

Assembly

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