Skip to content
Merged
Show file tree
Hide file tree
Changes from 2 commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
@@ -0,0 +1,31 @@
---
meta:
title: How to view permission sets
description: Learn how to view your permission sets in Scaleway IAM.
content:
h1: How to view permission sets
paragraph: Learn how to view your permission sets in Scaleway IAM.
tags: iam event-logs
dates:
validation: 2024-12-03
posted: 2023-11-15
---

<Macro id="requirements" />

- A Scaleway account logged into the [console](https://console.scaleway.com)
- [Owner](/identity-and-access-management/iam/concepts/#owner) status or [IAM permissions](/identity-and-access-management/iam/concepts/#permission) allowing you to perform actions in the intended Organization

1. Click **Identity and Access Management (IAM)** from the top-right of the [Organization Dashboard](https://console.scaleway.com/organization) in the Scaleway console. The **Users** tab of the [Identity and Access Management dashboard](https://console.scaleway.com/iam/users) displays.
<Lightbox src="scaleway-iam-users-dashboard.webp" alt="" />
2. Click the name of the user for who you want to view the permissions. The user information page displays.
<Message type="tip">
To view your own permissions in someone else's Organization, you can follow the same process and click on your name. If you cannot see your own permissions, contact an admin of the Organization, as you might lack read permissions.
</Message>
3. Scroll to the **Permission sets** section.

A list of your permission sets for the selected Organization displays. You can see the scope of the permissions, in which [IAM policy](/identity-and-access-management/iam/concepts/#policy) they were defined, and to which [principal](/identity-and-access-management/iam/concepts/#principal) they are attached to.




4 changes: 4 additions & 0 deletions menu/navigation.json
Original file line number Diff line number Diff line change
Expand Up @@ -366,6 +366,10 @@
{
"label": "View event logs",
"slug": "view-logs"
},
{
"label": "View permission sets",
"slug": "view-permission-sets"
}
],
"label": "How to",
Expand Down
Loading