notSources property

List<AuthzPolicyAuthzRuleFromRequestSource>? notSources
getter/setter pair

Describes the negated properties of request sources.

Matches requests from sources that do not match the criteria specified in this field. At least one of sources or notSources must be specified.

Optional.

Implementation

core.List<AuthzPolicyAuthzRuleFromRequestSource>? notSources;