Skip to content

Commit 3dd0ec3

Browse files
feat(iam): view permission sets (#4072)
1 parent 7f415d6 commit 3dd0ec3

File tree

2 files changed

+35
-0
lines changed

2 files changed

+35
-0
lines changed
Lines changed: 31 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,31 @@
1+
---
2+
meta:
3+
title: How to view permission sets
4+
description: Learn how to view your permission sets in Scaleway IAM.
5+
content:
6+
h1: How to view permission sets
7+
paragraph: Learn how to view your permission sets in Scaleway IAM.
8+
tags: iam permission set rights authorization read write guest owner organization
9+
dates:
10+
validation: 2024-12-03
11+
posted: 2024-12-03
12+
---
13+
14+
<Macro id="requirements" />
15+
16+
- A Scaleway account logged into the [console](https://console.scaleway.com)
17+
- [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
18+
19+
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.
20+
<Lightbox src="scaleway-iam-users-dashboard.webp" alt="" />
21+
2. Click the name of the user whose permissions you want to view. The user information page displays.
22+
<Message type="tip">
23+
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 may not have the necessary permissions.
24+
</Message>
25+
3. Scroll to the **Permission sets** section.
26+
27+
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.
28+
29+
30+
31+

menu/navigation.json

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -366,6 +366,10 @@
366366
{
367367
"label": "View event logs",
368368
"slug": "view-logs"
369+
},
370+
{
371+
"label": "View permission sets",
372+
"slug": "view-permission-sets"
369373
}
370374
],
371375
"label": "How to",

0 commit comments

Comments
 (0)