rolesanywhere:UpdateProfile

Write

rolesanywhere:UpdateProfile is a Write access-level action in the rolesanywhere service. Grants permission to update a profile

Resource types

ARNs that rolesanywhere:UpdateProfile can be scoped to in an IAM policy.

arn:${Partition}:rolesanywhere:${Region}:${Account}:profile/${ProfileId}
profile

Condition keys

Keys you can use in the Condition block of a policy that grants rolesanywhere:UpdateProfile.

aws:ResourceTag/${TagKey} String

Filters access by the tags associated with the resource

Dependent actions

To use rolesanywhere:UpdateProfile you may also need to grant:

Example IAM policy

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

{
  "Version": "2012-10-17",
  "Statement": [
    {
      "Sid": "AllowRolesanywhereUpdateProfile",
      "Effect": "Allow",
      "Action": "rolesanywhere:UpdateProfile",
      "Resource": "*"
    }
  ]
}

Related actions in rolesanywhere

View all rolesanywhere actions →