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.
servicecatalog_disassociate_principal_from_portfolio(
AcceptLanguage = NULL,
PortfolioId,
PrincipalARN,
PrincipalType = NULL
)The language code.
jp - Japanese
zh - Chinese
[required] The portfolio identifier.
[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.
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.