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

KubernetesUserDetails

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

Details about the Kubernetes user involved in a Kubernetes finding.

interface KubernetesUserDetails {
Groups?: string[] | null;
Uid?: string | null;
Username?: string | null;
}

§Properties

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

The groups that include the user who called the Kubernetes API.

§
Uid?: string | null
[src]

The user ID of the user who called the Kubernetes API.

§
Username?: string | null
[src]

The username of the user who called the Kubernetes API.