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

SecurityContext

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

Container security context.

interface SecurityContext {
Privileged?: boolean | null;
}

§Properties

§
Privileged?: boolean | null
[src]

Whether the container is privileged.