organizations:DeclineHandshake is a Write access-level action in the organizations service. Grants permission to decline a handshake request. This sets the handshake state to DECLINED and effectively deactivates the request
ARNs that organizations:DeclineHandshake can be scoped to in an IAM policy.
No condition keys are documented for this action.
A minimal policy that allows organizations:DeclineHandshake. Replace "Resource": "*" with a specific ARN to follow least privilege.
{
"Version": "2012-10-17",
"Statement": [
{
"Sid": "AllowOrganizationsDeclineHandshake",
"Effect": "Allow",
"Action": "organizations:DeclineHandshake",
"Resource": "*"
}
]
}