servicecatalog_disassociate_principal_from_portfolio: Disassociates a previously associated principal ARN from a...

View source: R/servicecatalog_operations.R

servicecatalog_disassociate_principal_from_portfolioR Documentation

Disassociates a previously associated principal ARN from a specified portfolio

Description

Disassociates a previously associated principal ARN from a specified portfolio.

See https://www.paws-r-sdk.com/docs/servicecatalog_disassociate_principal_from_portfolio/ for full documentation.

Usage

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

Arguments

AcceptLanguage

The language code.

  • jp - Japanese

  • zh - Chinese

PortfolioId

[required] The portfolio identifier.

PrincipalARN

[required] The ARN of the principal (user, role, or group). This field allows an ARN with no accountID with or without wildcard characters if PrincipalType is IAM_PATTERN.

PrincipalType

The supported value is IAM if you use a fully defined ARN, or IAM_PATTERN if you specify an IAM ARN with no AccountId, with or without wildcard characters.


paws.management documentation built on Sept. 12, 2023, 1:06 a.m.