Skip to content

Commit 4d155d1

Browse files
committed
minor-typos-fixed
1 parent d206cc0 commit 4d155d1

File tree

1 file changed

+2
-2
lines changed
  • security/ciso-office/shared-assets/oci_iam_adding_group_to_admin_role

1 file changed

+2
-2
lines changed

security/ciso-office/shared-assets/oci_iam_adding_group_to_admin_role/readme.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -30,15 +30,15 @@ Before you can execute the API to add a user to a group, you need to obtain a nu
3030

3131
### Obtaining the Group ID
3232

33-
The first identifier that you need to obtain is the ID of the group that you want to add to the admin role. In this tutorial, I have created a group called `SecurityAdmins`, which I will assign to the Security Administrators admin role.
33+
The first identifier that you need to obtain is the ID of the group that you want to add to the admin role. In this tutorial, I have created a group called `SecurityAdmins`, which I will assign to the `Security Administrators` admin role.
3434

3535
![Screenshot of the Security Admins group.](images/iam-securityadmins-users.png "Screenshot of the Security Admins group.")
3636

3737
To obtain the identifier for the group:
3838

3939
1. Within the Postman collection, navigate to **Groups** -> **Search** -> **Search all groups (with search criteria)**.
4040

41-
2. Enter the search criteria in the URL. In my example my filter is `filter=displayName sw "Security"`.
41+
2. Enter the search criteria in the URL. In my example, my filter is `filter=displayName sw "Security"`.
4242

4343
> **Note** I have also added the query parameter **attributes** containing `displayname,id` so that the API only returns the attributes I need.
4444

0 commit comments

Comments
 (0)