worklink:ListWebsiteAuthorizationProviders

List

worklink:ListWebsiteAuthorizationProviders is a List access-level action in the worklink service. Grants permission to list the website authorization providers for an Amazon WorkLink fleet

Resource types

ARNs that worklink:ListWebsiteAuthorizationProviders can be scoped to in an IAM policy.

arn:${Partition}:worklink::${Account}:fleet/${FleetName}
fleet

Condition keys

Keys you can use in the Condition block of a policy that grants worklink:ListWebsiteAuthorizationProviders.

aws:ResourceTag/${TagKey} String

Filters actions based on tag key-value pairs attached to the resource

Example IAM policy

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

{
  "Version": "2012-10-17",
  "Statement": [
    {
      "Sid": "AllowWorklinkListWebsiteAuthorizationProviders",
      "Effect": "Allow",
      "Action": "worklink:ListWebsiteAuthorizationProviders",
      "Resource": "*"
    }
  ]
}

Related actions in worklink

View all worklink actions →