Class GooglePrivacyDlpV2TagCondition
The tag to attach to profiles matching the condition. At most one TagCondition
can be specified per
sensitivity level.
Implements
Inherited Members
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 |