Show / Hide Table of Contents

Class GooglePrivacyDlpV2PolicyRule

A single policy rule. The first rule to match from the list above controls the result.

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

Properties

Action

Required. Action to take if this rule applies.

Declaration
[JsonProperty("action")]
public virtual GooglePrivacyDlpV2PolicyAction Action { get; set; }
Property Value
Type Description
GooglePrivacyDlpV2PolicyAction

Conditions

Optional. Conditions that must match for this rule to apply. All conditions must match (AND). For OR conditions, use multiple rules.

Declaration
[JsonProperty("conditions")]
public virtual IList<GooglePrivacyDlpV2PolicyCondition> Conditions { get; set; }
Property Value
Type Description
IList<GooglePrivacyDlpV2PolicyCondition>

ETag

The ETag of the item.

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

ReturnVerdict

If set, the verdict will be returned to the user. Deprecated: Use action instead.

Declaration
[JsonProperty("returnVerdict")]
public virtual string ReturnVerdict { get; set; }
Property Value
Type Description
string

Implements

IDirectResponseSchema
In this article
Back to top Generated by DocFX