Reference documentation and code samples for the Google Cloud Network Security V1 Client class AuthzRule.
Conditions to match against the incoming request.
Generated from protobuf message google.cloud.networksecurity.v1.AuthzPolicy.AuthzRule
Namespace
Google \ Cloud \ NetworkSecurity \ V1 \ AuthzPolicyMethods
__construct
Constructor.
data
array
Optional. Data for populating the Message object.
↳ from
↳ to
↳ when
string
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.
getFrom
Optional. Describes properties of a source of a request.
hasFrom
clearFrom
setFrom
Optional. Describes properties of a source of a request.
$this
getTo
Optional. Describes properties of a target of a request.
hasTo
clearTo
setTo
Optional. Describes properties of a target of a request.
$this
getWhen
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.
string
setWhen
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.
var
string
$this

