Automated commit by github action: 5426931446

This commit is contained in:
GitHub Action Bot
2023-06-30 20:56:56 +00:00
parent 917ddb5d6b
commit 54f68d9240

View File

@@ -961,9 +961,45 @@ paths:
profiles. | profiles. |
requestBody: requestBody:
content: content:
'*/*': application/json:
schema: schema:
type: string type: object
properties:
filter:
type: string
description: |
Defines the identity or identities which this refresh applies to.
The filter must use searchable identity attributes.
If the filter cannot be understood or parsed, all identities will be refreshed.
refreshArgs:
type: object
properties:
correlateEntitlements:
type: boolean
example: true
description: This will refresh entitlement, role, and access profile calculations.
promoteAttributes:
type: boolean
example: true
description: This will calculate identity attributes.
refreshManagerStatus:
type: boolean
example: false
description: |
This recalculates manager correlation and manager status. Note: This is computationally expensive to run.
synchronizeAttributes:
type: boolean
example: false
description: Enables attribute synchronization.
pruneIdentities:
type: boolean
example: false
description: |
Option that will enable deletion of an identity objects if there are no account objects. Note: This is not typically used in IdentityNow, except by guidance from SailPoint.
provision:
type: boolean
example: false
description: Enables provisioning of role assignments with entitlements that are not currently fulfilled.
example: >- example: >-
"{\n \"filter\" : \"uid == \\\"1219028\\\"\",\n "{\n \"filter\" : \"uid == \\\"1219028\\\"\",\n
\"refreshArgs\" : {\n \"correlateEntitlements\" : \"refreshArgs\" : {\n \"correlateEntitlements\" :