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

ListOrganizationPortfolioAccessInput

import type { ListOrganizationPortfolioAccessInput } from "https://aws-api.deno.dev/v0.4/services/servicecatalog.ts?docs=full";
interface ListOrganizationPortfolioAccessInput {
AcceptLanguage?: string | null;
OrganizationNodeType: OrganizationNodeType;
PageSize?: number | null;
PageToken?: string | null;
PortfolioId: string;
}

§Properties

§
AcceptLanguage?: string | null
[src]

The language code.

  • en - English (default)
  • jp - Japanese
  • zh - Chinese
§
OrganizationNodeType: OrganizationNodeType
[src]

The organization node type that will be returned in the output.

  • ORGANIZATION - Organization that has access to the portfolio.
  • ORGANIZATIONAL_UNIT - Organizational unit that has access to the portfolio within your organization.
  • ACCOUNT - Account that has access to the portfolio within your organization.
§
PageSize?: number | null
[src]

The maximum number of items to return with this call.

§
PageToken?: string | null
[src]

The page token for the next set of results. To retrieve the first set of results, use null.

§
PortfolioId: string
[src]

The portfolio identifier. For example, port-2abcdext3y5fk.