mirror of
https://github.com/LukeHagar/developer.sailpoint.com.git
synced 2025-12-06 04:19:31 +00:00
27 lines
700 B
YAML
27 lines
700 B
YAML
get:
|
|
operationId: getAuthOrgConfig
|
|
tags:
|
|
- Auth Org Configuration
|
|
summary: Get Auth Org Configuration
|
|
description: >-
|
|
This gets the details of an org's auth configuration.
|
|
|
|
Requires security scope of: 'sp:auth-org:read'
|
|
responses:
|
|
'200':
|
|
description: Auth org configuration for the tenant.
|
|
content:
|
|
application/json:
|
|
schema:
|
|
$ref: '../schemas/AuthOrgConfiguration.yaml'
|
|
'401':
|
|
$ref: '../../v3/responses/401.yaml'
|
|
'403':
|
|
$ref: '../../v3/responses/403.yaml'
|
|
'404':
|
|
$ref: '../../v3/responses/404.yaml'
|
|
'500':
|
|
$ref: '../../v3/responses/500.yaml'
|
|
# security:
|
|
# - oauth2: [sp:auth-org:read]
|