Automated commit by github action: 3138603162

This commit is contained in:
GitHub Action Bot
2022-09-27 20:05:21 +00:00
parent 9274a0bef0
commit 4d2cc0922e
6 changed files with 16 additions and 12 deletions

View File

@@ -1,7 +1,7 @@
get: get:
operationId: getPublicIdentityConfig operationId: getPublicIdentityConfig
tags: tags:
- Public Identity Config - Public Identities Config
summary: Get Public Identity Config summary: Get Public Identity Config
description: >- description: >-
This gets details of public identity config. This gets details of public identity config.
@@ -12,6 +12,8 @@ get:
application/json: application/json:
schema: schema:
$ref: '../schemas/PublicIdentityConfig.yaml' $ref: '../schemas/PublicIdentityConfig.yaml'
'400':
$ref: '../../v3/responses/400.yaml'
'401': '401':
$ref: '../../v3/responses/401.yaml' $ref: '../../v3/responses/401.yaml'
'403': '403':
@@ -23,7 +25,7 @@ get:
put: put:
operationId: updatePublicIdentityConfig operationId: updatePublicIdentityConfig
tags: tags:
- Public Identity Config - Public Identities Config
summary: Update Public Identity Config summary: Update Public Identity Config
description: >- description: >-
This updates the details of public identity config. This updates the details of public identity config.
@@ -40,6 +42,8 @@ put:
application/json: application/json:
schema: schema:
$ref: '../schemas/PublicIdentityConfig.yaml' $ref: '../schemas/PublicIdentityConfig.yaml'
'400':
$ref: '../../v3/responses/400.yaml'
'401': '401':
$ref: '../../v3/responses/401.yaml' $ref: '../../v3/responses/401.yaml'
'403': '403':

View File

@@ -11,4 +11,4 @@ properties:
url: url:
type: string type: string
description: URL for the external trigger to invoke 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

View File

@@ -4,8 +4,8 @@ description: >-
[Best Practices: IdentityNow REST API Authentication](https://developer.sailpoint.com/docs/authentication.html) [Best Practices: IdentityNow REST API Authentication](https://developer.sailpoint.com/docs/authentication.html)
flows: flows:
authorizationCode: authorizationCode:
authorizationUrl: 'https://{tenant}.identitynow.com/oauth/authorize' authorizationUrl: 'https://tenant.identitynow.com/oauth/authorize'
tokenUrl: 'https://{tenant}.identitynow.com/oauth/token' tokenUrl: 'https://tenant.identitynow.com/oauth/token'
scopes: scopes:
'idn:task-definition:read': Task Definition read access 'idn:task-definition:read': Task Definition read access
'idn:task-definition:write': Task Definition write access 'idn:task-definition:write': Task Definition write access

View File

@@ -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) 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: flows:
clientCredentials: clientCredentials:
tokenUrl: https://{tenant}.api.identitynow.com/oauth/token tokenUrl: https://tenant.api.identitynow.com/oauth/token
scopes: scopes:
'sp:scopes:default': 'default scope' 'sp:scopes:default': 'default scope'
'sp:scopes:all': 'access to all scopes' 'sp:scopes:all': 'access to all scopes'
authorizationCode: authorizationCode:
authorizationUrl: https://{tenant}.identitynow.com/oauth/authorize authorizationUrl: https://tenant.identitynow.com/oauth/authorize
tokenUrl: https://{tenant}.api.identitynow.com/oauth/token tokenUrl: https://tenant.api.identitynow.com/oauth/token
scopes: scopes:
'sp:scopes:default': 'default scope' 'sp:scopes:default': 'default scope'
'sp:scopes:all': 'access to all scopes' 'sp:scopes:all': 'access to all scopes'

View File

@@ -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) 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: flows:
clientCredentials: clientCredentials:
tokenUrl: https://{tenant}.api.identitynow.com/oauth/token tokenUrl: https://tenant.api.identitynow.com/oauth/token
scopes: scopes:
'sp:scopes:default': 'default scope' 'sp:scopes:default': 'default scope'
'sp:scopes:all': 'access to all scopes' 'sp:scopes:all': 'access to all scopes'
authorizationCode: authorizationCode:
authorizationUrl: https://{tenant}.identitynow.com/oauth/authorize authorizationUrl: https://tenant.identitynow.com/oauth/authorize
tokenUrl: https://{tenant}.api.identitynow.com/oauth/token tokenUrl: https://tenant.api.identitynow.com/oauth/token
scopes: scopes:
'sp:scopes:default': 'default scope' 'sp:scopes:default': 'default scope'
'sp:scopes:all': 'access to all scopes' 'sp:scopes:all': 'access to all scopes'

View File

@@ -6,7 +6,7 @@ post:
externalDocs: externalDocs:
description: Learn more about search. description: Learn more about search.
url: https://documentation.sailpoint.com/saas/help/search/index.html url: https://documentation.sailpoint.com/saas/help/search/index.html
operationId: search operationId: searchPost
summary: "Perform Search" summary: "Perform Search"
parameters: parameters:
- $ref: '../parameters/offset.yaml' - $ref: '../parameters/offset.yaml'