identity-sync:ListSyncFilters is a List access-level action in the identity-sync service. Grants permission to list the sync filters from the sync profile
ARNs that identity-sync:ListSyncFilters can be scoped to in an IAM policy.
No condition keys are documented for this action.
A minimal policy that allows identity-sync:ListSyncFilters. Replace "Resource": "*" with a specific ARN to follow least privilege.
{
"Version": "2012-10-17",
"Statement": [
{
"Sid": "AllowIdentitysyncListSyncFilters",
"Effect": "Allow",
"Action": "identity-sync:ListSyncFilters",
"Resource": "*"
}
]
}