View Source GoogleApi.SecurityCenter.V1.Model.Connection (google_api_security_center v0.29.0)

Contains information about the IP connection associated with the finding.

Attributes

  • destinationIp (type: String.t, default: nil) - Destination IP address. Not present for sockets that are listening and not connected.
  • destinationPort (type: integer(), default: nil) - Destination port. Not present for sockets that are listening and not connected.
  • protocol (type: String.t, default: nil) - IANA Internet Protocol Number such as TCP(6) and UDP(17).
  • sourceIp (type: String.t, default: nil) - Source IP address.
  • sourcePort (type: integer(), default: nil) - Source port.

Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Types

@type t() :: %GoogleApi.SecurityCenter.V1.Model.Connection{
  destinationIp: String.t() | nil,
  destinationPort: integer() | nil,
  protocol: String.t() | nil,
  sourceIp: String.t() | nil,
  sourcePort: integer() | nil
}

Functions

@spec decode(struct(), keyword()) :: struct()

Unwrap a decoded JSON object into its complex fields.