Class GooglePrivacyDlpV2TagFilter
A single tag to filter against.
Implements
Inherited Members
Namespace: Google.Apis.DLP.v2.Data
Assembly: Google.Apis.DLP.v2.dll
Syntax
public class GooglePrivacyDlpV2TagFilter : IDirectResponseSchema
Properties
ETag
The ETag of the item.
Declaration
public virtual string ETag { get; set; }
Property Value
| Type | Description |
|---|---|
| string |
NamespacedTagKey
The namespaced name for the tag key. Must be in the format {parent_id}/{tag_key_short_name}, for example,
"123456/sensitive" for an organization parent, or "my-project/sensitive" for a project parent.
Declaration
[JsonProperty("namespacedTagKey")]
public virtual string NamespacedTagKey { get; set; }
Property Value
| Type | Description |
|---|---|
| string |
NamespacedTagValue
The namespaced name for the tag value. Must be in the format
{parent_id}/{tag_key_short_name}/{short_name}, for example, "123456/environment/prod" for an organization
parent, or "my-project/environment/prod" for a project parent.
Declaration
[JsonProperty("namespacedTagValue")]
public virtual string NamespacedTagValue { get; set; }
Property Value
| Type | Description |
|---|---|
| string |