Show / Hide Table of Contents

Class AuthzPolicyAuthzRule

Conditions to match against the incoming request.

Inheritance
object
AuthzPolicyAuthzRule
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.NetworkSecurity.v1.Data
Assembly: Google.Apis.NetworkSecurity.v1.dll
Syntax
public class AuthzPolicyAuthzRule : IDirectResponseSchema

Properties

ETag

The ETag of the item.

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

From

Optional. Describes properties of a source of a request.

Declaration
[JsonProperty("from")]
public virtual AuthzPolicyAuthzRuleFrom From { get; set; }
Property Value
Type Description
AuthzPolicyAuthzRuleFrom

To

Optional. Describes properties of a target of a request.

Declaration
[JsonProperty("to")]
public virtual AuthzPolicyAuthzRuleTo To { get; set; }
Property Value
Type Description
AuthzPolicyAuthzRuleTo

When

Optional. CEL expression that describes the conditions to be satisfied for the action. The result of the CEL expression is ANDed with the from and to. Refer to the CEL language reference for a list of available attributes.

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

Implements

IDirectResponseSchema
In this article
Back to top Generated by DocFX