- 1.39.0 (latest)
- 1.38.0
- 1.37.0
- 1.36.0
- 1.35.1
- 1.33.1
- 1.32.1
- 1.31.0
- 1.30.1
- 1.29.0
- 1.28.0
- 1.27.0
- 1.26.1
- 1.25.0
- 1.24.1
- 1.23.2
- 1.22.0
- 1.21.0
- 1.20.0
- 1.19.1
- 1.18.2
- 1.17.0
- 1.16.2
- 1.15.0
- 1.14.0
- 1.13.0
- 1.12.0
- 1.11.1
- 1.10.0
- 1.9.0
- 1.8.0
- 1.7.0
- 1.6.0
- 1.5.2
- 1.4.0
- 1.3.1
- 1.2.0
- 1.1.0
- 1.0.0
- 0.7.3
- 0.6.0
- 0.5.0
- 0.4.0
- 0.3.0
IpRules(mapping=None, *, ignore_unknown_fields=False, **kwargs)
IP rules associated with the finding.
This message has oneof
_ fields (mutually exclusive fields).
For each oneof, at most one member field can be set at the same time.
Setting any member of the oneof automatically clears all other
members.
.. _oneof: https://proto-plus-python.readthedocs.io/en/stable/fields.html#oneofs-mutually-exclusive-fields
Attributes |
|
---|---|
Name | Description |
direction |
google.cloud.securitycenter_v2.types.IpRules.Direction
The direction that the rule is applicable to, one of ingress or egress. |
allowed |
google.cloud.securitycenter_v2.types.Allowed
Tuple with allowed rules. This field is a member of oneof _ rules .
|
denied |
google.cloud.securitycenter_v2.types.Denied
Tuple with denied rules. This field is a member of oneof _ rules .
|
source_ip_ranges |
MutableSequence[str]
If source IP ranges are specified, the firewall rule applies only to traffic that has a source IP address in these ranges. These ranges must be expressed in CIDR format. Only supports IPv4. |
destination_ip_ranges |
MutableSequence[str]
If destination IP ranges are specified, the firewall rule applies only to traffic that has a destination IP address in these ranges. These ranges must be expressed in CIDR format. Only supports IPv4. |
exposed_services |
MutableSequence[str]
Name of the network protocol service, such as FTP, that is exposed by the open port. Follows the naming convention available at: https://www.iana.org/assignments/service-names-port-numbers/service-names-port-numbers.xhtml. |
Classes
Direction
Direction(value)
The type of direction that the rule is applicable to, one of ingress or egress. Not applicable to OPEN_X_PORT findings.