Connection(mapping=None, *, ignore_unknown_fields=False, **kwargs)
Contains information about the IP connection associated with the finding.
Attributes |
|
---|---|
Name | Description |
destination_ip |
str
Destination IP address. Not present for sockets that are listening and not connected. |
destination_port |
int
Destination port. Not present for sockets that are listening and not connected. |
source_ip |
str
Source IP address. |
source_port |
int
Source port. |
protocol |
google.cloud.securitycenter_v2.types.Connection.Protocol
IANA Internet Protocol Number such as TCP(6) and UDP(17). |
Classes
Protocol
Protocol(value)
IANA Internet Protocol Number such as TCP(6) and UDP(17).