mirror of
https://github.com/LukeHagar/api-specs.git
synced 2025-12-06 04:19:09 +00:00
Automated commit by github action: 3138603162
This commit is contained in:
@@ -1,7 +1,7 @@
|
||||
get:
|
||||
operationId: getPublicIdentityConfig
|
||||
tags:
|
||||
- Public Identity Config
|
||||
- Public Identities Config
|
||||
summary: Get Public Identity Config
|
||||
description: >-
|
||||
This gets details of public identity config.
|
||||
@@ -12,6 +12,8 @@ get:
|
||||
application/json:
|
||||
schema:
|
||||
$ref: '../schemas/PublicIdentityConfig.yaml'
|
||||
'400':
|
||||
$ref: '../../v3/responses/400.yaml'
|
||||
'401':
|
||||
$ref: '../../v3/responses/401.yaml'
|
||||
'403':
|
||||
@@ -23,7 +25,7 @@ get:
|
||||
put:
|
||||
operationId: updatePublicIdentityConfig
|
||||
tags:
|
||||
- Public Identity Config
|
||||
- Public Identities Config
|
||||
summary: Update Public Identity Config
|
||||
description: >-
|
||||
This updates the details of public identity config.
|
||||
@@ -40,6 +42,8 @@ put:
|
||||
application/json:
|
||||
schema:
|
||||
$ref: '../schemas/PublicIdentityConfig.yaml'
|
||||
'400':
|
||||
$ref: '../../v3/responses/400.yaml'
|
||||
'401':
|
||||
$ref: '../../v3/responses/401.yaml'
|
||||
'403':
|
||||
|
||||
@@ -11,4 +11,4 @@ properties:
|
||||
url:
|
||||
type: string
|
||||
description: URL for the external trigger to invoke
|
||||
example: https://{tenant}.api.identitynow.com/beta/workflows/execute/external/c17bea3a-574d-453c-9e04-4365fbf5af0b
|
||||
example: https://tenant.api.identitynow.com/beta/workflows/execute/external/c17bea3a-574d-453c-9e04-4365fbf5af0b
|
||||
|
||||
@@ -4,8 +4,8 @@ description: >-
|
||||
[Best Practices: IdentityNow REST API Authentication](https://developer.sailpoint.com/docs/authentication.html)
|
||||
flows:
|
||||
authorizationCode:
|
||||
authorizationUrl: 'https://{tenant}.identitynow.com/oauth/authorize'
|
||||
tokenUrl: 'https://{tenant}.identitynow.com/oauth/token'
|
||||
authorizationUrl: 'https://tenant.identitynow.com/oauth/authorize'
|
||||
tokenUrl: 'https://tenant.identitynow.com/oauth/token'
|
||||
scopes:
|
||||
'idn:task-definition:read': Task Definition read access
|
||||
'idn:task-definition:write': Task Definition write access
|
||||
|
||||
@@ -783,13 +783,13 @@ components:
|
||||
Learn more about how to find your `tokenUrl` and `authorizationUrl` [in our docs](https://developer.sailpoint.com/docs/authentication.html#finding-your-tenant-s-oauth-details)
|
||||
flows:
|
||||
clientCredentials:
|
||||
tokenUrl: https://{tenant}.api.identitynow.com/oauth/token
|
||||
tokenUrl: https://tenant.api.identitynow.com/oauth/token
|
||||
scopes:
|
||||
'sp:scopes:default': 'default scope'
|
||||
'sp:scopes:all': 'access to all scopes'
|
||||
authorizationCode:
|
||||
authorizationUrl: https://{tenant}.identitynow.com/oauth/authorize
|
||||
tokenUrl: https://{tenant}.api.identitynow.com/oauth/token
|
||||
authorizationUrl: https://tenant.identitynow.com/oauth/authorize
|
||||
tokenUrl: https://tenant.api.identitynow.com/oauth/token
|
||||
scopes:
|
||||
'sp:scopes:default': 'default scope'
|
||||
'sp:scopes:all': 'access to all scopes'
|
||||
|
||||
@@ -461,13 +461,13 @@ components:
|
||||
Learn more about how to find your `tokenUrl` and `authorizationUrl` [in our docs](https://developer.sailpoint.com/docs/authentication.html#finding-your-tenant-s-oauth-details)
|
||||
flows:
|
||||
clientCredentials:
|
||||
tokenUrl: https://{tenant}.api.identitynow.com/oauth/token
|
||||
tokenUrl: https://tenant.api.identitynow.com/oauth/token
|
||||
scopes:
|
||||
'sp:scopes:default': 'default scope'
|
||||
'sp:scopes:all': 'access to all scopes'
|
||||
authorizationCode:
|
||||
authorizationUrl: https://{tenant}.identitynow.com/oauth/authorize
|
||||
tokenUrl: https://{tenant}.api.identitynow.com/oauth/token
|
||||
authorizationUrl: https://tenant.identitynow.com/oauth/authorize
|
||||
tokenUrl: https://tenant.api.identitynow.com/oauth/token
|
||||
scopes:
|
||||
'sp:scopes:default': 'default scope'
|
||||
'sp:scopes:all': 'access to all scopes'
|
||||
|
||||
@@ -6,7 +6,7 @@ post:
|
||||
externalDocs:
|
||||
description: Learn more about search.
|
||||
url: https://documentation.sailpoint.com/saas/help/search/index.html
|
||||
operationId: search
|
||||
operationId: searchPost
|
||||
summary: "Perform Search"
|
||||
parameters:
|
||||
- $ref: '../parameters/offset.yaml'
|
||||
|
||||
Reference in New Issue
Block a user