libZSservicesZSamazonka-servicecatalogZSamazonka-servicecatalog
Copyright(c) 2013-2021 Brendan Hay
LicenseMozilla Public License, v. 2.0.
MaintainerBrendan Hay <brendan.g.hay+amazonka@gmail.com>
Stabilityauto-generated
Portabilitynon-portable (GHC extensions)
Safe HaskellNone

Amazonka.ServiceCatalog.ListOrganizationPortfolioAccess

Description

Lists the organization nodes that have access to the specified portfolio. This API can only be called by the management account in the organization or by a delegated admin.

If a delegated admin is de-registered, they can no longer perform this operation.

This operation returns paginated results.

Synopsis

Creating a Request

data ListOrganizationPortfolioAccess Source #

See: newListOrganizationPortfolioAccess smart constructor.

Constructors

ListOrganizationPortfolioAccess' 

Fields

  • acceptLanguage :: Maybe Text

    The language code.

    • en - English (default)
    • jp - Japanese
    • zh - Chinese
  • pageToken :: Maybe Text

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

  • pageSize :: Maybe Natural

    The maximum number of items to return with this call.

  • portfolioId :: Text

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

  • organizationNodeType :: OrganizationNodeType

    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.

Instances

Instances details
Eq ListOrganizationPortfolioAccess Source # 
Instance details

Defined in Amazonka.ServiceCatalog.ListOrganizationPortfolioAccess

Read ListOrganizationPortfolioAccess Source # 
Instance details

Defined in Amazonka.ServiceCatalog.ListOrganizationPortfolioAccess

Show ListOrganizationPortfolioAccess Source # 
Instance details

Defined in Amazonka.ServiceCatalog.ListOrganizationPortfolioAccess

Generic ListOrganizationPortfolioAccess Source # 
Instance details

Defined in Amazonka.ServiceCatalog.ListOrganizationPortfolioAccess

Associated Types

type Rep ListOrganizationPortfolioAccess :: Type -> Type #

NFData ListOrganizationPortfolioAccess Source # 
Instance details

Defined in Amazonka.ServiceCatalog.ListOrganizationPortfolioAccess

Hashable ListOrganizationPortfolioAccess Source # 
Instance details

Defined in Amazonka.ServiceCatalog.ListOrganizationPortfolioAccess

ToJSON ListOrganizationPortfolioAccess Source # 
Instance details

Defined in Amazonka.ServiceCatalog.ListOrganizationPortfolioAccess

AWSPager ListOrganizationPortfolioAccess Source # 
Instance details

Defined in Amazonka.ServiceCatalog.ListOrganizationPortfolioAccess

AWSRequest ListOrganizationPortfolioAccess Source # 
Instance details

Defined in Amazonka.ServiceCatalog.ListOrganizationPortfolioAccess

ToHeaders ListOrganizationPortfolioAccess Source # 
Instance details

Defined in Amazonka.ServiceCatalog.ListOrganizationPortfolioAccess

ToPath ListOrganizationPortfolioAccess Source # 
Instance details

Defined in Amazonka.ServiceCatalog.ListOrganizationPortfolioAccess

ToQuery ListOrganizationPortfolioAccess Source # 
Instance details

Defined in Amazonka.ServiceCatalog.ListOrganizationPortfolioAccess

type Rep ListOrganizationPortfolioAccess Source # 
Instance details

Defined in Amazonka.ServiceCatalog.ListOrganizationPortfolioAccess

type Rep ListOrganizationPortfolioAccess = D1 ('MetaData "ListOrganizationPortfolioAccess" "Amazonka.ServiceCatalog.ListOrganizationPortfolioAccess" "libZSservicesZSamazonka-servicecatalogZSamazonka-servicecatalog" 'False) (C1 ('MetaCons "ListOrganizationPortfolioAccess'" 'PrefixI 'True) ((S1 ('MetaSel ('Just "acceptLanguage") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "pageToken") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text))) :*: (S1 ('MetaSel ('Just "pageSize") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Natural)) :*: (S1 ('MetaSel ('Just "portfolioId") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text) :*: S1 ('MetaSel ('Just "organizationNodeType") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 OrganizationNodeType)))))
type AWSResponse ListOrganizationPortfolioAccess Source # 
Instance details

Defined in Amazonka.ServiceCatalog.ListOrganizationPortfolioAccess

newListOrganizationPortfolioAccess Source #

Create a value of ListOrganizationPortfolioAccess with all optional fields omitted.

Use generic-lens or optics to modify other optional fields.

The following record fields are available, with the corresponding lenses provided for backwards compatibility:

$sel:acceptLanguage:ListOrganizationPortfolioAccess', listOrganizationPortfolioAccess_acceptLanguage - The language code.

  • en - English (default)
  • jp - Japanese
  • zh - Chinese

$sel:pageToken:ListOrganizationPortfolioAccess', listOrganizationPortfolioAccess_pageToken - The page token for the next set of results. To retrieve the first set of results, use null.

$sel:pageSize:ListOrganizationPortfolioAccess', listOrganizationPortfolioAccess_pageSize - The maximum number of items to return with this call.

$sel:portfolioId:ListOrganizationPortfolioAccess', listOrganizationPortfolioAccess_portfolioId - The portfolio identifier. For example, port-2abcdext3y5fk.

$sel:organizationNodeType:ListOrganizationPortfolioAccess', listOrganizationPortfolioAccess_organizationNodeType - 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.

Request Lenses

listOrganizationPortfolioAccess_acceptLanguage :: Lens' ListOrganizationPortfolioAccess (Maybe Text) Source #

The language code.

  • en - English (default)
  • jp - Japanese
  • zh - Chinese

listOrganizationPortfolioAccess_pageToken :: Lens' ListOrganizationPortfolioAccess (Maybe Text) Source #

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

listOrganizationPortfolioAccess_pageSize :: Lens' ListOrganizationPortfolioAccess (Maybe Natural) Source #

The maximum number of items to return with this call.

listOrganizationPortfolioAccess_portfolioId :: Lens' ListOrganizationPortfolioAccess Text Source #

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

listOrganizationPortfolioAccess_organizationNodeType :: Lens' ListOrganizationPortfolioAccess OrganizationNodeType Source #

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.

Destructuring the Response

data ListOrganizationPortfolioAccessResponse Source #

Constructors

ListOrganizationPortfolioAccessResponse' 

Fields

Instances

Instances details
Eq ListOrganizationPortfolioAccessResponse Source # 
Instance details

Defined in Amazonka.ServiceCatalog.ListOrganizationPortfolioAccess

Read ListOrganizationPortfolioAccessResponse Source # 
Instance details

Defined in Amazonka.ServiceCatalog.ListOrganizationPortfolioAccess

Show ListOrganizationPortfolioAccessResponse Source # 
Instance details

Defined in Amazonka.ServiceCatalog.ListOrganizationPortfolioAccess

Generic ListOrganizationPortfolioAccessResponse Source # 
Instance details

Defined in Amazonka.ServiceCatalog.ListOrganizationPortfolioAccess

NFData ListOrganizationPortfolioAccessResponse Source # 
Instance details

Defined in Amazonka.ServiceCatalog.ListOrganizationPortfolioAccess

type Rep ListOrganizationPortfolioAccessResponse Source # 
Instance details

Defined in Amazonka.ServiceCatalog.ListOrganizationPortfolioAccess

type Rep ListOrganizationPortfolioAccessResponse = D1 ('MetaData "ListOrganizationPortfolioAccessResponse" "Amazonka.ServiceCatalog.ListOrganizationPortfolioAccess" "libZSservicesZSamazonka-servicecatalogZSamazonka-servicecatalog" 'False) (C1 ('MetaCons "ListOrganizationPortfolioAccessResponse'" 'PrefixI 'True) (S1 ('MetaSel ('Just "nextPageToken") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: (S1 ('MetaSel ('Just "organizationNodes") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe [OrganizationNode])) :*: S1 ('MetaSel ('Just "httpStatus") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Int))))

newListOrganizationPortfolioAccessResponse Source #

Create a value of ListOrganizationPortfolioAccessResponse with all optional fields omitted.

Use generic-lens or optics to modify other optional fields.

The following record fields are available, with the corresponding lenses provided for backwards compatibility:

$sel:nextPageToken:ListOrganizationPortfolioAccessResponse', listOrganizationPortfolioAccessResponse_nextPageToken - The page token to use to retrieve the next set of results. If there are no additional results, this value is null.

$sel:organizationNodes:ListOrganizationPortfolioAccessResponse', listOrganizationPortfolioAccessResponse_organizationNodes - Displays information about the organization nodes.

$sel:httpStatus:ListOrganizationPortfolioAccessResponse', listOrganizationPortfolioAccessResponse_httpStatus - The response's http status code.

Response Lenses

listOrganizationPortfolioAccessResponse_nextPageToken :: Lens' ListOrganizationPortfolioAccessResponse (Maybe Text) Source #

The page token to use to retrieve the next set of results. If there are no additional results, this value is null.