notOperations property

List<AuthzPolicyAuthzRuleToRequestOperation>? notOperations
getter/setter pair

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.

Optional.

Implementation

core.List<AuthzPolicyAuthzRuleToRequestOperation>? notOperations;