detective:ListInvitations

List

detective:ListInvitations is a List access-level action in the detective service. Grants permission to retrieve details on the behavior graphs to which this account has been invited to join

Resource types

This action does not support resource-level permissions; use "Resource": "*" in your policy.

Condition keys

No condition keys are documented for this action.

Example IAM policy

A minimal policy that allows detective:ListInvitations. Replace "Resource": "*" with a specific ARN to follow least privilege.

{
  "Version": "2012-10-17",
  "Statement": [
    {
      "Sid": "AllowDetectiveListInvitations",
      "Effect": "Allow",
      "Action": "detective:ListInvitations",
      "Resource": "*"
    }
  ]
}

Related actions in detective

View all detective actions →