Learn R Programming

paws.management (version 0.2.0)

servicecatalog_associate_principal_with_portfolio: Associates the specified principal ARN with the specified portfolio

Description

Associates the specified principal ARN with the specified portfolio.

See https://paws-r.github.io/docs/servicecatalog/associate_principal_with_portfolio.html for full documentation.

Usage

servicecatalog_associate_principal_with_portfolio(
  AcceptLanguage = NULL,
  PortfolioId,
  PrincipalARN,
  PrincipalType
)

Arguments

AcceptLanguage

The language code.

  • en - English (default)

  • jp - Japanese

  • zh - Chinese

PortfolioId

[required] The portfolio identifier.

PrincipalARN

[required] The ARN of the principal (IAM user, role, or group).

PrincipalType

[required] The principal type. The supported value is IAM.