paws.management (version 0.1.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.

Usage

servicecatalog_associate_principal_with_portfolio(AcceptLanguage,
  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.

Request syntax

svc$associate_principal_with_portfolio(
  AcceptLanguage = "string",
  PortfolioId = "string",
  PrincipalARN = "string",
  PrincipalType = "IAM"
)