|
17 | 17 | description: | |
18 | 18 | Retrieve Server Configs |
19 | 19 | |
20 | | - <b>Scope(Permission) required:</b> `internal_login` |
| 20 | + <b>Scope(Permission) required:</b> `internal_config_view` |
21 | 21 | responses: |
22 | 22 | '200': |
23 | 23 | description: Successful Response |
@@ -118,7 +118,7 @@ paths: |
118 | 118 | description: | |
119 | 119 | Retrieve Server Inbound SCIM Configs |
120 | 120 | |
121 | | - <b>Scope(Permission) required:</b> `internal_login` |
| 121 | + <b>Scope(Permission) required:</b> `internal_config_view` |
122 | 122 | responses: |
123 | 123 | '200': |
124 | 124 | description: Successful Response |
@@ -216,7 +216,7 @@ paths: |
216 | 216 | description: | |
217 | 217 | List available local authenticators of the server |
218 | 218 | |
219 | | - <b>Scope(Permission) required:</b> `internal_login` |
| 219 | + <b>Scope(Permission) required:</b> `internal_config_view` |
220 | 220 | parameters: |
221 | 221 | - $ref: '#/components/parameters/typeQueryParam' |
222 | 222 | responses: |
@@ -270,7 +270,7 @@ paths: |
270 | 270 | description: | |
271 | 271 | By passing in the appropriate authenticator ID, you can retrieve authenticator details |
272 | 272 | |
273 | | - <b>Scope(Permission) required:</b> `internal_login` |
| 273 | + <b>Scope(Permission) required:</b> `internal_config_view` |
274 | 274 | parameters: |
275 | 275 | - name: authenticator-id |
276 | 276 | in: path |
@@ -356,7 +356,7 @@ paths: |
356 | 356 | description: | |
357 | 357 | Retrieve the tenant CORS configuration. |
358 | 358 | |
359 | | - <b>Scope(Permission) required:</b> `internal_login` |
| 359 | + <b>Scope(Permission) required:</b> `internal_config_view` |
360 | 360 | responses: |
361 | 361 | '200': |
362 | 362 | description: Successful Response |
@@ -503,7 +503,7 @@ paths: |
503 | 503 | description: | |
504 | 504 | Retrieve Schemas supported by Server. |
505 | 505 | |
506 | | - <b>Scope(Permission) required:</b> `internal_login` |
| 506 | + <b>Scope(Permission) required:</b> `internal_config_view` |
507 | 507 | responses: |
508 | 508 | '200': |
509 | 509 | description: Successful Response |
@@ -552,7 +552,7 @@ paths: |
552 | 552 | description: | |
553 | 553 | By passing in the appropriate schema ID, you can retrieve attributes of a schema supported by the Server. |
554 | 554 | |
555 | | - <b>Scope(Permission) required:</b> `internal_login` |
| 555 | + <b>Scope(Permission) required:</b> `internal_config_view` |
556 | 556 | parameters: |
557 | 557 | - name: schema-id |
558 | 558 | in: path |
@@ -605,7 +605,7 @@ paths: |
605 | 605 | description: | |
606 | 606 | Retrieve Remote Logging Configurations |
607 | 607 | |
608 | | - <b>Scope(Permission) required:</b> `internal_login` |
| 608 | + <b>Scope(Permission) required:</b> `internal_config_view` |
609 | 609 | responses: |
610 | 610 | '200': |
611 | 611 | description: Successful Response |
@@ -759,7 +759,7 @@ paths: |
759 | 759 | description: | |
760 | 760 | Retrieve Remote Logging Configurations by log type. |
761 | 761 | |
762 | | - <b>Scope(Permission) required:</b> `internal_login` |
| 762 | + <b>Scope(Permission) required:</b> `internal_config_view` |
763 | 763 | parameters: |
764 | 764 | - name: log-type |
765 | 765 | in: path |
@@ -926,7 +926,7 @@ paths: |
926 | 926 | description: | |
927 | 927 | Retrieve server SAML2 inbound authentication configurations. |
928 | 928 | |
929 | | - <b>Scope(Permission) required:</b> `internal_login` |
| 929 | + <b>Scope(Permission) required:</b> `internal_config_view` |
930 | 930 | operationId: getSAMLInboundAuthConfig |
931 | 931 | responses: |
932 | 932 | '200': |
@@ -1054,7 +1054,7 @@ paths: |
1054 | 1054 | description: | |
1055 | 1055 | Retrieve WS Federation (Passive STS) inbound authentication configurations. |
1056 | 1056 | |
1057 | | - <b>Scope(Permission) required:</b> `internal_login` |
| 1057 | + <b>Scope(Permission) required:</b> `internal_config_view` |
1058 | 1058 | operationId: getPassiveSTSInboundAuthConfig |
1059 | 1059 | responses: |
1060 | 1060 | '200': |
|
0 commit comments