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

GoogleCloudSecuritycenterV2AwsOrganizationalUnit

import type { GoogleCloudSecuritycenterV2AwsOrganizationalUnit } from "https://googleapis.deno.dev/v1/securitycenter:v1.ts";

An Organizational Unit (OU) is a container of AWS accounts within a root of an organization. Policies that are attached to an OU apply to all accounts contained in that OU and in any child OUs.

interface GoogleCloudSecuritycenterV2AwsOrganizationalUnit {
id?: string;
name?: string;
}

§Properties

§
id?: string
[src]

The unique identifier (ID) associated with this OU. The regex pattern for an organizational unit ID string requires "ou-" followed by from 4 to 32 lowercase letters or digits (the ID of the root that contains the OU). This string is followed by a second "-" dash and from 8 to 32 additional lowercase letters or digits. For example, "ou-ab12-cd34ef56".

§
name?: string
[src]

The friendly name of the OU.