sso:ListApplicationProviders

List

sso:ListApplicationProviders is a List access-level action in the sso service. Grants permission to list application providers

Resource types

ARNs that sso:ListApplicationProviders can be scoped to in an IAM policy.

arn:${Partition}:sso::aws:applicationProvider/${ApplicationProviderId}
ApplicationProvider

Condition keys

No condition keys are documented for this action.

Example IAM policy

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

{
  "Version": "2012-10-17",
  "Statement": [
    {
      "Sid": "AllowSsoListApplicationProviders",
      "Effect": "Allow",
      "Action": "sso:ListApplicationProviders",
      "Resource": "*"
    }
  ]
}

Related actions in sso

View all sso actions →