Show / Hide Table of Contents

Class GooglePrivacyDlpV2TagCondition

The tag to attach to profiles matching the condition. At most one TagCondition can be specified per sensitivity level.

Inheritance
object
GooglePrivacyDlpV2TagCondition
Implements
IDirectResponseSchema
Inherited Members
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
object.ToString()
Namespace: Google.Apis.DLP.v2.Data
Assembly: Google.Apis.DLP.v2.dll
Syntax
public class GooglePrivacyDlpV2TagCondition : IDirectResponseSchema

Properties

ETag

The ETag of the item.

Declaration
public virtual string ETag { get; set; }
Property Value
Type Description
string

SensitivityScore

Conditions attaching the tag to a resource on its profile having this sensitivity score.

Declaration
[JsonProperty("sensitivityScore")]
public virtual GooglePrivacyDlpV2SensitivityScore SensitivityScore { get; set; }
Property Value
Type Description
GooglePrivacyDlpV2SensitivityScore

Tag

The tag value to attach to resources.

Declaration
[JsonProperty("tag")]
public virtual GooglePrivacyDlpV2TagValue Tag { get; set; }
Property Value
Type Description
GooglePrivacyDlpV2TagValue

Implements

IDirectResponseSchema
In this article
Back to top Generated by DocFX