Skip to content

Guardduty  >  Structures  >  KubernetesApiCallAction

KubernetesApiCallAction

Structure Class

KubernetesApiCallAction dataclass

Information about the Kubernetes API call action described in this finding.

Attributes

namespace class-attribute instance-attribute
namespace: str | None = None

The name of the namespace where the Kubernetes API call action takes place.

parameters class-attribute instance-attribute
parameters: str | None = None

Parameters related to the Kubernetes API call action.

remote_ip_details class-attribute instance-attribute
remote_ip_details: RemoteIpDetails | None = None

Contains information about the remote IP address of the connection.

request_uri class-attribute instance-attribute
request_uri: str | None = None

The Kubernetes API request URI.

resource class-attribute instance-attribute
resource: str | None = None

The resource component in the Kubernetes API call action.

resource_name class-attribute instance-attribute
resource_name: str | None = None

The name of the resource in the Kubernetes API call action.

source_ips class-attribute instance-attribute
source_ips: list[str] | None = None

The IP of the Kubernetes API caller and the IPs of any proxies or load balancers between the caller and the API endpoint.

status_code class-attribute instance-attribute
status_code: int | None = None

The resulting HTTP response code of the Kubernetes API call action.

subresource class-attribute instance-attribute
subresource: str | None = None

The name of the sub-resource in the Kubernetes API call action.

user_agent class-attribute instance-attribute
user_agent: str | None = None

The user agent of the caller of the Kubernetes API.

verb class-attribute instance-attribute
verb: str | None = None

The Kubernetes API request HTTP verb.