View source: R/servicecatalog_operations.R
servicecatalog_associate_principal_with_portfolio | R Documentation |
Associates the specified principal ARN with the specified portfolio.
See https://www.paws-r-sdk.com/docs/servicecatalog_associate_principal_with_portfolio/ for full documentation.
servicecatalog_associate_principal_with_portfolio(
AcceptLanguage = NULL,
PortfolioId,
PrincipalARN,
PrincipalType
)
AcceptLanguage |
The language code.
|
PortfolioId |
[required] The portfolio identifier. |
PrincipalARN |
[required] The ARN of the principal (user, role, or group). If the arn:partition:iam:::resource-type/resource-id The ARN resource-id can be either:
Examples of an acceptable wildcard ARN:
Examples of an unacceptable wildcard ARN:
You can associate multiple The "?" wildcard character matches zero or one of any character. This is similar to ".?" in regular regex context. The "" wildcard character matches any number of any characters. This is similar to "." in regular regex context. In the IAM Principal ARN format (arn:partition:iam:::resource-type/resource-path/resource-name), valid resource-type values include user/, group/, or role/. The "?" and "*" characters are allowed only after the resource-type in the resource-id segment. You can use special characters anywhere within the resource-id. The "*" character also matches the "/" character, allowing paths to be formed within the resource-id. For example, arn:aws:iam:::role/*/ResourceName_? matches both arn:aws:iam:::role/pathA/pathB/ResourceName_1 and arn:aws:iam:::role/pathA/ResourceName_1. |
PrincipalType |
[required] The principal type. The supported value is |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.