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

OrganizationsDecisionDetail

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

Contains information about the effect that Organizations has on a policy simulation.

interface OrganizationsDecisionDetail {
AllowedByOrganizations?: boolean | null;
}

§Properties

§
AllowedByOrganizations?: boolean | null
[src]

Specifies whether the simulated operation is allowed by the Organizations service control policies that impact the simulated user's account.