To(mapping=None, *, ignore_unknown_fields=False, **kwargs)Describes properties of one or more targets of a request.
Attributes |
|
|---|---|
| Name | Description |
operations |
MutableSequence[google.cloud.network_security_v1alpha1.types.AuthzPolicy.AuthzRule.To.RequestOperation]
Optional. Describes properties of one or more targets of a request. At least one of operations or notOperations must be specified. Limited to 1 operation. A match occurs when ANY operation (in operations or notOperations) matches. Within an operation, the match follows AND semantics across fields and OR semantics within a field, i.e. a match occurs when ANY path matches AND ANY header matches and ANY method matches. |
not_operations |
MutableSequence[google.cloud.network_security_v1alpha1.types.AuthzPolicy.AuthzRule.To.RequestOperation]
Optional. Describes the negated properties of the targets of a request. Matches requests for operations that do not match the criteria specified in this field. At least one of operations or notOperations must be specified. |
Classes
RequestOperation
RequestOperation(mapping=None, *, ignore_unknown_fields=False, **kwargs)Describes properties of one or more targets of a request.