Hi there! Are you looking for the official Deno documentation? Try docs.deno.com for all your Deno learning needs.

KubernetesApiCallAction

import type { KubernetesApiCallAction } from "https://aws-api.deno.dev/v0.4/services/guardduty.ts?docs=full";

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

interface KubernetesApiCallAction {
Parameters?: string | null;
RemoteIpDetails?: RemoteIpDetails | null;
RequestUri?: string | null;
SourceIps?: string[] | null;
StatusCode?: number | null;
UserAgent?: string | null;
Verb?: string | null;
}

§Properties

§
Parameters?: string | null
[src]

Parameters related to the Kubernetes API call action.

§
RemoteIpDetails?: RemoteIpDetails | null
[src]
§
RequestUri?: string | null
[src]

The Kubernetes API request URI.

§
SourceIps?: string[] | null
[src]

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

§
StatusCode?: number | null
[src]

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

§
UserAgent?: string | null
[src]

The user agent of the caller of the Kubernetes API.

§
Verb?: string | null
[src]

The Kubernetes API request HTTP verb.