organizations:AcceptHandshake is a Write access-level action in the organizations service. Grants permission to send a response to the originator of a handshake agreeing to the action proposed by the handshake request
ARNs that organizations:AcceptHandshake can be scoped to in an IAM policy.
No condition keys are documented for this action.
To use organizations:AcceptHandshake you may also need to grant:
A minimal policy that allows organizations:AcceptHandshake. Replace "Resource": "*" with a specific ARN to follow least privilege.
{
"Version": "2012-10-17",
"Statement": [
{
"Sid": "AllowOrganizationsAcceptHandshake",
"Effect": "Allow",
"Action": "organizations:AcceptHandshake",
"Resource": "*"
}
]
}