Skip to content

Commit ba3bfe3

Browse files
authored
Update readme.md
1 parent 4a75708 commit ba3bfe3

File tree

1 file changed

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

1 file changed

+4
-2
lines changed

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

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,14 +16,16 @@ In this tutorial, I will explain how to add a group to an admin role, and also h
1616

1717
For this tutorial, I will be using POSTMAN and the collection provided by Oracle.
1818

19-
> **Note:** This tutorial assumes that you have a working knowledge of REST APIs and are familiar with Postman.
19+
> **Disclaimer** When using Postman Cloud, environment variables such as client ID and client secret may be synchronised into Postman Cloud. Ensure that your Postman account is sufficiently secure to protect any sensitive data.
2020
2121
## Pre-requisites
2222

2323
- Administrative access to an OCI IAM identity domain (or its predecessor, IDCS)
2424
- Configuration of Postman and the OCI IAM collection as explained [here](https://www.oracle.com/webfolder/technetwork/tutorials/obe/cloud/idcs/idcs_rest_postman_obe/rest_postman.html)
2525
- Obtained an OAUTH Access Token through the REST API to enable authenticated REST API calls to IAM
2626

27+
> **Note:** This tutorial assumes that you have a working knowledge of REST APIs and are familiar with Postman.
28+
2729
## Adding a Group to an Admin Role
2830

2931
Before you can execute the API to add a user to a group, you need to obtain a number of identifiers, which will be used to populate the variables within the appropriate request.
@@ -164,4 +166,4 @@ Copyright (c) 2024 Oracle and/or its affiliates.
164166

165167
Licensed under the Universal Permissive License (UPL), Version 1.0.
166168

167-
See LICENSE for more details.
169+
See LICENSE for more details.

0 commit comments

Comments
 (0)