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

Permission

import type { Permission } from "https://aws-api.deno.dev/v0.3/services/inspector2.ts?docs=full";

Contains information on the permissions an account has within Amazon Inspector.

interface Permission {
operation: Operation;
service: Service;
}

§Properties

§
operation: Operation
[src]

The operations that can be performed with the given permissions.

§
service: Service
[src]

The services that the permissions allow an account to perform the given operations for.