Files
developer.sailpoint.com/api-specs/idn/beta/paths/authorization-capabilities.yaml
github-actions[bot] 44504ff0ab Deploy to GitHub pages
2023-07-24 14:20:28 +00:00

32 lines
871 B
YAML

get:
operationId: listAuthoriztionCapabilities
# security:
# - oauth2: [idn:authorization-model:read]
tags:
- Authorization Model
summary: List Authorization Model Capabilities
description: >-
This API returns the list of capabilities from the Authorization Model Service.
Request will require the following security scope:
- 'idn:authorization-model:read'
responses:
'200':
description: List of Capabilities
content:
application/json:
schema:
type: array
items:
$ref: '../schemas/AmsCapability.yaml'
'400':
$ref: '../../v3/responses/400.yaml'
'401':
$ref: '../../v3/responses/401.yaml'
'403':
$ref: '../../v3/responses/403.yaml'
'429':
$ref: '../../v3/responses/429.yaml'
'500':
$ref: '../../v3/responses/500.yaml'