Show / Hide Table of Contents

Class GooglePrivacyDlpV2TagResources

If set, attaches the [tags] (https://cloud.google.com/resource-manager/docs/tags/tags-overview) provided to profiled resources. Tags support access control. You can conditionally grant or deny access to a resource based on whether the resource has a specific tag.

Inheritance
object
GooglePrivacyDlpV2TagResources
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 GooglePrivacyDlpV2TagResources : IDirectResponseSchema

Properties

ETag

The ETag of the item.

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

LowerDataRiskToLow

Whether applying a tag to a resource should lower the risk of the profile for that resource. For example, in conjunction with an IAM deny policy, you can deny all principals a permission if a tag value is present, mitigating the risk of the resource. This also lowers the data risk of resources at the lower levels of the resource hierarchy. For example, reducing the data risk of a table data profile also reduces the data risk of the constituent column data profiles.

Declaration
[JsonProperty("lowerDataRiskToLow")]
public virtual bool? LowerDataRiskToLow { get; set; }
Property Value
Type Description
bool?

ProfileGenerationsToTag

The profile generations for which the tag should be attached to resources. If you attach a tag to only new profiles, then if the sensitivity score of a profile subsequently changes, its tag doesn't change. By default, this field includes only new profiles. To include both new and updated profiles for tagging, this field should explicitly include both PROFILE_GENERATION_NEW and PROFILE_GENERATION_UPDATE.

Declaration
[JsonProperty("profileGenerationsToTag")]
public virtual IList<string> ProfileGenerationsToTag { get; set; }
Property Value
Type Description
IList<string>

TagConditions

The tags to associate with different conditions.

Declaration
[JsonProperty("tagConditions")]
public virtual IList<GooglePrivacyDlpV2TagCondition> TagConditions { get; set; }
Property Value
Type Description
IList<GooglePrivacyDlpV2TagCondition>

Implements

IDirectResponseSchema
In this article
Back to top Generated by DocFX