AttachManagedPolicyToPermissionSetRequest
public struct AttachManagedPolicyToPermissionSetRequest : AWSShape
Undocumented
-
Declaration
Swift
public static var _members: [AWSShapeMember]
-
The ARN of the SSO instance under which the operation will be executed. For more information about ARNs, see Amazon Resource Names (ARNs) and AWS Service Namespaces in the AWS General Reference.
Declaration
Swift
public let instanceArn: String
-
The IAM managed policy ARN to be attached to a permission set.
Declaration
Swift
public let managedPolicyArn: String
-
The ARN of the PermissionSet that the managed policy should be attached to.
Declaration
Swift
public let permissionSetArn: String
-
Undocumented
Declaration
Swift
public init(instanceArn: String, managedPolicyArn: String, permissionSetArn: String)
-
Declaration
Swift
public func validate(name: String) throws