2016-11-29 15:30:53 +00:00
[[_permission_create_scope]]
2022-04-18 14:10:57 +00:00
= Creating scope-based permissions
2016-05-31 20:36:14 +00:00
2016-11-15 21:34:20 +00:00
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.
2016-06-05 22:17:31 +00:00
2022-07-25 20:36:51 +00:00
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]
2022-04-18 14:10:57 +00:00
To create a new scope-based permission, select *Scope-based* in the item list in the upper right corner of the permission listing.
2022-07-25 20:36:51 +00:00
endif::[]
2016-06-14 23:50:50 +00:00
2022-04-18 14:10:57 +00:00
.Add Scope Permission
image:{project_images}/permission/create-scope.png[alt="Add Scope Permission"]
2016-06-14 23:50:50 +00:00
2017-10-09 06:38:46 +00:00
== Configuration
2016-06-05 22:17:31 +00:00
* *Name*
+
2016-11-15 21:34:20 +00:00
A human-readable and unique string describing the permission. A best practice is to use names that are closely related to your business and security requirements, so you
can identify them more easily.
2016-06-05 22:17:31 +00:00
+
* *Description*
+
2016-11-15 21:34:20 +00:00
A string containing details about this permission.
2016-06-05 22:17:31 +00:00
+
* *Resource*
+
2016-11-15 21:34:20 +00:00
Restricts the scopes to those associated with the selected resource. If none is selected, all scopes are available.
2016-06-05 22:17:31 +00:00
+
* *Scopes*
+
2016-09-09 03:53:39 +00:00
Defines a set of one or more scopes to protect.
2016-06-05 22:17:31 +00:00
2022-07-25 20:36:51 +00:00
ifeval::[{project_community}==true]
* *Policy*
endif::[]
ifeval::[{project_product}==true]
2016-06-05 22:17:31 +00:00
* *Apply Policy*
2022-07-25 20:36:51 +00:00
endif::[]
2016-06-05 22:17:31 +00:00
+
2017-12-21 14:01:55 +00:00
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.
2016-06-05 22:17:31 +00:00
* *Decision Strategy*
+
2017-10-09 06:38:46 +00:00
The <<_permission_decision_strategies, Decision Strategy>> for this permission.