Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit b261a02

Browse files
Updated policy in README.md
1 parent ab9fc55 commit b261a02

File tree

4 files changed

+10
-10
lines changed

4 files changed

+10
-10
lines changed

‎oci-list-instances-python/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ ALL {resource.type = 'fnfunc', resource.compartment.id = 'ocid1.compartment.oc1.
4646

4747
## Create or Update IAM Policies
4848

49-
Create a new policy that allows the dynamic group to inspect `instances` in
49+
Create a new policy that allows the dynamic group to `inspect instances` in
5050
the functions related compartment.
5151

5252
![user input icon](../images/userinput.png)

‎oci-objectstorage-get-object-python/README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -51,18 +51,18 @@ ALL {resource.type = 'fnfunc', resource.compartment.id = 'ocid1.compartment.oc1.
5151

5252
## Create or Update IAM Policies
5353

54-
Create a new policy that allows the dynamic group to read `object-family` in
54+
Create a new policy that allows the dynamic group to `read objects` in
5555
the functions related compartment.
5656

5757
![user input icon](./images/userinput.png)
5858

5959
Your policy should look something like this:
6060
```
61-
Allow dynamic-group <dynamic-group name> to read object-family in compartment <compartment-name>
61+
Allow dynamic-group <dynamic-group name> to read objects in compartment <compartment-name>
6262
```
6363
e.g.
6464
```
65-
Allow dynamic-group demo-func-dyn-group to read object-family in compartment demo-func-compartment
65+
Allow dynamic-group demo-func-dyn-group to read objects in compartment demo-func-compartment
6666
```
6767

6868
For more information on how to create policies, go [here](https://docs.cloud.oracle.com/iaas/Content/Identity/Concepts/policysyntax.htm).

‎oci-objectstorage-list-objects-python/README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -51,18 +51,18 @@ ALL {resource.type = 'fnfunc', resource.compartment.id = 'ocid1.compartment.oc1.
5151

5252
## Create or Update IAM Policies
5353

54-
Create a new policy that allows the dynamic group to inspect `object-family` in
54+
Create a new policy that allows the dynamic group to `inspect objects` in
5555
the functions related compartment.
5656

5757
![user input icon](../images/userinput.png)
5858

5959
Your policy should look something like this:
6060
```
61-
Allow dynamic-group <dynamic-group-name> to inspect object-family in compartment <compartment-name>
61+
Allow dynamic-group <dynamic-group-name> to inspect objects in compartment <compartment-name>
6262
```
6363
e.g.
6464
```
65-
Allow dynamic-group demo-func-dyn-group to inspect object-family in compartment demo-func-compartment
65+
Allow dynamic-group demo-func-dyn-group to inspect objects in compartment demo-func-compartment
6666
```
6767
For more information on how to create policies, go [here](https://docs.cloud.oracle.com/iaas/Content/Identity/Concepts/policysyntax.htm).
6868

‎oci-objectstorage-put-object-python/README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -51,17 +51,17 @@ ALL {resource.type = 'fnfunc', resource.compartment.id = 'ocid1.compartment.oc1.
5151

5252
## Create or Update IAM Policies
5353

54-
Create a new policy that allows the dynamic group to manage `object-family` in the functions related compartment.
54+
Create a new policy that allows the dynamic group to `manage objects` in the functions related compartment.
5555

5656
![user input icon](../images/userinput.png)
5757

5858
Your policy should look something like this:
5959
```
60-
Allow dynamic-group <dynamic-group-name> to manage object-family in compartment <compartment-name>
60+
Allow dynamic-group <dynamic-group-name> to manage objects in compartment <compartment-name>
6161
```
6262
e.g.
6363
```
64-
Allow dynamic-group demo-func-dyn-group to manage object-family in compartment demo-func-compartment
64+
Allow dynamic-group demo-func-dyn-group to manage objects in compartment demo-func-compartment
6565
```
6666
For more information on how to create policies, go [here](https://docs.cloud.oracle.com/iaas/Content/Identity/Concepts/policysyntax.htm).
6767

0 commit comments

Comments
(0)

AltStyle によって変換されたページ (->オリジナル) /