organizations:ListDelegatedServicesForAccount

List

organizations:ListDelegatedServicesForAccount is a List access-level action in the organizations service. Grants permission to list the AWS services for which the specified account is a delegated administrator in this organization

Resource types

ARNs that organizations:ListDelegatedServicesForAccount can be scoped to in an IAM policy.

arn:${Partition}:organizations::${Account}:account/o-${OrganizationId}/${AccountId}
account

Condition keys

Keys you can use in the Condition block of a policy that grants organizations:ListDelegatedServicesForAccount.

aws:ResourceTag/${TagKey} String

Filters access by the tags associated with the resource

Example IAM policy

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

{
  "Version": "2012-10-17",
  "Statement": [
    {
      "Sid": "AllowOrganizationsListDelegatedServicesForAccount",
      "Effect": "Allow",
      "Action": "organizations:ListDelegatedServicesForAccount",
      "Resource": "*"
    }
  ]
}

Related actions in organizations

View all organizations actions →