fms:ListAdminAccountsForOrganization is a List access-level action in the fms service. Grants permission to return a AdminAccounts object that lists the Firewall Manager administrators within the organization that are onboarded to Firewall Manager by AssociateAdminAccount
This action does not support resource-level permissions; use "Resource": "*" in your policy.
No condition keys are documented for this action.
A minimal policy that allows fms:ListAdminAccountsForOrganization. Replace "Resource": "*" with a specific ARN to follow least privilege.
{
"Version": "2012-10-17",
"Statement": [
{
"Sid": "AllowFmsListAdminAccountsForOrganization",
"Effect": "Allow",
"Action": "fms:ListAdminAccountsForOrganization",
"Resource": "*"
}
]
}