diff --git a/identity-and-access-management/iam/how-to/view-permission-sets.mdx b/identity-and-access-management/iam/how-to/view-permission-sets.mdx new file mode 100644 index 0000000000..0124124b53 --- /dev/null +++ b/identity-and-access-management/iam/how-to/view-permission-sets.mdx @@ -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 permission set rights authorization read write guest owner organization +dates: + validation: 2024-12-03 + posted: 2024-12-03 +--- + + + +- 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. + +2. Click the name of the user whose permissions you want to view. The user information page displays. + + 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. + +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. + + + + diff --git a/menu/navigation.json b/menu/navigation.json index b4435d489d..4781336e43 100644 --- a/menu/navigation.json +++ b/menu/navigation.json @@ -366,6 +366,10 @@ { "label": "View event logs", "slug": "view-logs" + }, + { + "label": "View permission sets", + "slug": "view-permission-sets" } ], "label": "How to",