You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
@@ -77,17 +84,29 @@ The following arguments are supported:
77
84
78
85
-`realm_id` - (Required) The realm this group exists in.
79
86
-`client_id` - (Required) The id of the client that provides the role.
80
-
-`view_scope_policy_id` - (Optional) Policy id that will be set on the scope based view permission automatically created by enabling permissions on the reference openid client.
81
-
-`manage_scope_policy_id` - (Optional) Policy id that will be set on the scope based manage permission automatically created by enabling permissions on the reference openid client.
82
-
-`configure_scope_policy_id` - (Optional) Policy id that will be set on the scope based configure permission automatically created by enabling permissions on the reference openid client.
83
-
-`map_roles_scope_policy_id` - (Optional) Policy id that will be set on the scope based map-roles permission automatically created by enabling permissions on the reference openid client.
84
-
-`map_roles_client_scope_scope_policy_id` - (Optional) Policy id that will be set on the scope based map-roles-client-scope permission automatically created by enabling permissions on the reference openid client.
85
-
-`map_roles_composite_scope_policy_id` - (Optional) Policy id that will be set on the scope based map-roles-composite permission automatically created by enabling permissions on the reference openid client.
86
-
-`token_exchange_scope_policy_id` - (Optional) Policy id that will be set on the scope based token-exchange permission automatically created by enabling permissions on the reference openid client.
87
+
88
+
#### Permission Scopes
89
+
90
+
Permission scopes can be defined using the following attributes:
91
+
92
+
-`view_scope`
93
+
-`manage_scope`
94
+
-`configure_scope`
95
+
-`map_roles_scope`
96
+
-`map_roles_client_scope_scope`
97
+
-`map_roles_composite_scope`
98
+
-`token_exchange_scope`
99
+
100
+
Each of these attributes have the following schema:
101
+
102
+
-`policies` - (Optional) A list of policy IDs
103
+
-`description` - (Optional) A description for the permission scope
104
+
-`decision_strategy` - (Optional) The decision strategy, can be one of `UNANIMOUS`, `AFFIRMATIVE`, or `CONSENSUS`.
87
105
88
106
### Attributes Reference
89
107
90
108
In addition to the arguments listed above, the following computed attributes are exported:
91
109
92
-
-`authorization_resource_server_id` - Resource server id representing the realm management client on which this permission is managed.
110
+
-`authorization_resource_server_id` - Resource server id representing the realm management client on which this
0 commit comments