class Aws::ServiceCatalog::Types::AssociatePrincipalWithPortfolioInput
@note When making an API call, you may pass AssociatePrincipalWithPortfolioInput
data as a hash: { accept_language: "AcceptLanguage", portfolio_id: "Id", # required principal_arn: "PrincipalARN", # required principal_type: "IAM", # required, accepts IAM }
@!attribute [rw] accept_language
The language code. * `en` - English (default) * `jp` - Japanese * `zh` - Chinese @return [String]
@!attribute [rw] portfolio_id
The portfolio identifier. @return [String]
@!attribute [rw] principal_arn
The ARN of the principal (IAM user, role, or group). @return [String]
@!attribute [rw] principal_type
The principal type. The supported value is `IAM`. @return [String]
@see docs.aws.amazon.com/goto/WebAPI/servicecatalog-2015-12-10/AssociatePrincipalWithPortfolioInput AWS API Documentation
Constants
- SENSITIVE