AssociatePrincipalWithPortfolioInput
public struct AssociatePrincipalWithPortfolioInput : AWSShape
Undocumented
-
Declaration
Swift
public static var _members: [AWSShapeMember] -
The language code. en - English (default) jp - Japanese zh - Chinese
Declaration
Swift
public let acceptLanguage: String? -
The portfolio identifier.
Declaration
Swift
public let portfolioId: String -
The ARN of the principal (IAM user, role, or group).
Declaration
Swift
public let principalARN: String -
The principal type. The supported value is IAM.
Declaration
Swift
public let principalType: PrincipalType -
Undocumented
Declaration
Swift
public init(acceptLanguage: String? = nil, portfolioId: String, principalARN: String, principalType: PrincipalType) -
Declaration
Swift
public func validate(name: String) throws
View on GitHub
AssociatePrincipalWithPortfolioInput Structure Reference