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

PolicyDetails

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

Provides the details of a policy finding.

interface PolicyDetails {
action?: FindingAction | null;
actor?: FindingActor | null;
}

§Properties

§
action?: FindingAction | null
[src]

The action that produced the finding.

§
actor?: FindingActor | null
[src]

The entity that performed the action that produced the finding.