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

PortfolioShareDetail

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

Information about the portfolio share.

interface PortfolioShareDetail {
Accepted?: boolean | null;
PrincipalId?: string | null;
SharePrincipals?: boolean | null;
ShareTagOptions?: boolean | null;
}

§Properties

§
Accepted?: boolean | null
[src]

Indicates whether the shared portfolio is imported by the recipient account. If the recipient is in an organization node, the share is automatically imported, and the field is always set to true.

§
PrincipalId?: string | null
[src]

The identifier of the recipient entity that received the portfolio share. The recipient entity can be one of the following:

An external account.

An organziation member account.

An organzational unit (OU).

The organization itself. (This shares with every account in the organization).

§
SharePrincipals?: boolean | null
[src]

Indicates if Principal sharing is enabled or disabled for the portfolio share.

§
ShareTagOptions?: boolean | null
[src]

Indicates whether TagOptions sharing is enabled or disabled for the portfolio share.

§

The type of the portfolio share.