@@ -44,24 +44,24 @@ Key Capabilities
4444Key Models
4545----------
4646
47- +---------------------------+------------------------------------------ +
48- | Model | Description |
49- +===========================+========================================== +
50- | ``spp.api.client `` | OAuth 2.0 credentials, organization |
51- | | verification |
52- +---------------------------+------------------------------------------ +
53- | ``spp.api.client.scope `` | Resource/action permissions |
54- +---------------------------+------------------------------------------ +
55- | ``spp.api.path `` | Endpoint configuration and filters |
56- +---------------------------+------------------------------------------ +
57- | ``spp.api.path.filter `` | Field-level filter configurations |
58- +---------------------------+------------------------------------------ +
59- | ``spp.api.filter.preset `` | Saved filter combinations |
60- +---------------------------+------------------------------------------ +
61- | ``spp.api.extension `` | Domain field registry |
62- +---------------------------+------------------------------------------ +
63- | ``spp.consent.scope `` | Resource types per consent |
64- +---------------------------+------------------------------------------ +
47+ +---------------------------+-----------------------------------------+
48+ | Model | Description |
49+ +===========================+=========================================+
50+ | ``spp.api.client `` | OAuth 2.0 credentials, organization |
51+ | | verification |
52+ +---------------------------+-----------------------------------------+
53+ | ``spp.api.client.scope `` | Resource/action permissions |
54+ +---------------------------+-----------------------------------------+
55+ | ``spp.api.path `` | Endpoint configuration and filters |
56+ +---------------------------+-----------------------------------------+
57+ | ``spp.api.path.filter `` | Field-level filter configurations |
58+ +---------------------------+-----------------------------------------+
59+ | ``spp.api.filter.preset `` | Saved filter combinations |
60+ +---------------------------+-----------------------------------------+
61+ | ``spp.api.extension `` | Domain field registry |
62+ +---------------------------+-----------------------------------------+
63+ | ``spp.consent.scope `` | Resource types per consent |
64+ +---------------------------+-----------------------------------------+
6565
6666UI Location
6767-----------
@@ -110,20 +110,20 @@ API endpoints available at ``/api/v2/`` (token endpoint:
110110Security
111111--------
112112
113- +--------------------------+------------------------------------------- +
114- | Group | Access |
115- +==========================+=========================================== +
116- | ``group_api_v2_viewer `` | Read-only: all API configuration and |
117- | | consent |
118- +--------------------------+------------------------------------------- +
119- | ``group_api_v2_officer `` | Read/Write: all models (no |
120- | | create/delete), full CRUD on consent |
121- | | scopes |
122- +--------------------------+------------------------------------------- +
123- | ``group_api_v2_manager `` | Full CRUD: clients, scopes, paths, |
124- | | filters, presets, extensions; |
125- | | Read/Write/Create on consent (no delete) |
126- +--------------------------+------------------------------------------- +
113+ +--------------------------+------------------------------------------+
114+ | Group | Access |
115+ +==========================+==========================================+
116+ | ``group_api_v2_viewer `` | Read-only: all API configuration and |
117+ | | consent |
118+ +--------------------------+------------------------------------------+
119+ | ``group_api_v2_officer `` | Read/Write: all models (no |
120+ | | create/delete), full CRUD on consent |
121+ | | scopes |
122+ +--------------------------+------------------------------------------+
123+ | ``group_api_v2_manager `` | Full CRUD: clients, scopes, paths, |
124+ | | filters, presets, extensions; |
125+ | | Read/Write/Create on consent (no delete) |
126+ +--------------------------+------------------------------------------+
127127
128128Extension Points
129129----------------
0 commit comments