Class From (0.13.3)

From(mapping=None, *, ignore_unknown_fields=False, **kwargs)

Describes properties of one or more sources of a request.

Attributes

Name Description
sources MutableSequence[google.cloud.network_security_v1alpha1.types.AuthzPolicy.AuthzRule.From.RequestSource]
Optional. Describes the properties of a request's sources. At least one of sources or notSources must be specified. Limited to 1 source. A match occurs when ANY source (in sources or notSources) matches the request. Within a single source, the match follows AND semantics across fields and OR semantics within a single field, i.e. a match occurs when ANY principal matches AND ANY ipBlocks match.
not_sources MutableSequence[google.cloud.network_security_v1alpha1.types.AuthzPolicy.AuthzRule.From.RequestSource]
Optional. 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.

Classes

RequestSource

RequestSource(mapping=None, *, ignore_unknown_fields=False, **kwargs)

Describes the properties of a single source.