updated to reflect the new ui (#1531)
* updated to reflect the new ui fixes: #1500 * pr review comments
Before Width: | Height: | Size: 50 KiB After Width: | Height: | Size: 55 KiB |
Before Width: | Height: | Size: 52 KiB After Width: | Height: | Size: 62 KiB |
Before Width: | Height: | Size: 82 KiB After Width: | Height: | Size: 67 KiB |
Before Width: | Height: | Size: 108 KiB After Width: | Height: | Size: 104 KiB |
|
@ -3,7 +3,12 @@
|
|||
|
||||
A resource-based permission defines a set of one or more resources to protect using a set of one or more authorization policies.
|
||||
|
||||
ifeval::[{project_community}==true]
|
||||
To create a new resource-based permission, select *Create resource-based permission* from the *Create permission* dropdown.
|
||||
endif::[]
|
||||
ifeval::[{project_product}==true]
|
||||
To create a new resource-based permission, select *Resource-based* in the item list in the upper right corner of the permission listing.
|
||||
endif::[]
|
||||
|
||||
.Add Resource Permission
|
||||
image:{project_images}/permission/create-resource.png[alt="Add Resource Permission"]
|
||||
|
@ -32,7 +37,12 @@ Defines the resource type to protect. When defined, this permission is evaluated
|
|||
+
|
||||
Defines a set of one or more resources to protect.
|
||||
|
||||
ifeval::[{project_community}==true]
|
||||
* *Policy*
|
||||
endif::[]
|
||||
ifeval::[{project_product}==true]
|
||||
* *Apply Policy*
|
||||
endif::[]
|
||||
+
|
||||
Defines a set of one or more policies to associate with a permission. To associate a policy you can either select an existing policy
|
||||
or create a new one by selecting the type of the policy you want to create.
|
||||
|
|
|
@ -3,7 +3,12 @@
|
|||
|
||||
A scope-based permission defines a set of one or more scopes to protect using a set of one or more authorization policies. Unlike resource-based permissions, you can use this permission type to create permissions not only for a resource, but also for the scopes associated with it, providing more granularity when defining the permissions that govern your resources and the actions that can be performed on them.
|
||||
|
||||
ifeval::[{project_community}==true]
|
||||
To create a new scope-based permission, select *Create scope-based permission* from the *Create permission* dropdown.
|
||||
endif::[]
|
||||
ifeval::[{project_product}==true]
|
||||
To create a new scope-based permission, select *Scope-based* in the item list in the upper right corner of the permission listing.
|
||||
endif::[]
|
||||
|
||||
.Add Scope Permission
|
||||
image:{project_images}/permission/create-scope.png[alt="Add Scope Permission"]
|
||||
|
@ -27,7 +32,12 @@ Restricts the scopes to those associated with the selected resource. If none is
|
|||
+
|
||||
Defines a set of one or more scopes to protect.
|
||||
|
||||
ifeval::[{project_community}==true]
|
||||
* *Policy*
|
||||
endif::[]
|
||||
ifeval::[{project_product}==true]
|
||||
* *Apply Policy*
|
||||
endif::[]
|
||||
+
|
||||
Defines a set of one or more policies to associate with a permission. To associate a policy you can either select an existing policy
|
||||
or create a new one by selecting the type of the policy you want to create.
|
||||
|
|