Learn R Programming

paws.management (version 0.1.9)

servicecatalog_list_portfolio_access: Lists the account IDs that have access to the specified portfolio

Description

Lists the account IDs that have access to the specified portfolio.

Usage

servicecatalog_list_portfolio_access(AcceptLanguage, PortfolioId,
  OrganizationParentId, PageToken, PageSize)

Arguments

AcceptLanguage

The language code.

  • en - English (default)

  • jp - Japanese

  • zh - Chinese

PortfolioId

[required] The portfolio identifier.

OrganizationParentId

The ID of an organization node the portfolio is shared with. All children of this node with an inherited portfolio share will be returned.

PageToken

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

PageSize

The maximum number of items to return with this call.

Request syntax

svc$list_portfolio_access(
  AcceptLanguage = "string",
  PortfolioId = "string",
  OrganizationParentId = "string",
  PageToken = "string",
  PageSize = 123
)

Details

A delegated admin can list the accounts that have access to the shared portfolio. Note that if a delegated admin is de-registered, they can no longer perform this operation.