Skip to content

Commit

Permalink
Automated build 'Automated commit 'Merge pull request #1780 from sail…
Browse files Browse the repository at this point in the history
…point/DEVREL-1720

Fix scope' by github action: 10585359644' powershell sdk: 10585365309
  • Loading branch information
developer-relations-sp committed Aug 27, 2024
1 parent 601064e commit f66124d
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion PSSailpoint/v2024/docs/V2024CertificationsApi.md
Original file line number Diff line number Diff line change
Expand Up @@ -624,7 +624,7 @@ Name | Type | Description | Notes
Reassign Certifications Asynchronously

This API initiates a task to reassign up to 500 identities or items in an identity campaign certification to another reviewer. The `certification-tasks` API can be used to get an updated status on the task and determine when the reassignment is complete. A token with ORG_ADMIN or CERT_ADMIN authority is required to call this API. Reviewers for this certification can also call this API.
This API initiates a task to reassign up to 500 identities or items in an identity campaign certification to another reviewer. The `certification-tasks` API can be used to get an updated status on the task and determine when the reassignment is complete. A token with ORG_ADMIN or CERT_ADMIN authority is required to call this API. Reviewers for this certification can also call this API.

### Example
```powershell
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -1074,7 +1074,7 @@ Reassign Certifications Asynchronously
.DESCRIPTION
This API initiates a task to reassign up to 500 identities or items in an identity campaign certification to another reviewer. The `certification-tasks` API can be used to get an updated status on the task and determine when the reassignment is complete. A token with ORG_ADMIN or CERT_ADMIN authority is required to call this API. Reviewers for this certification can also call this API.
This API initiates a task to reassign up to 500 identities or items in an identity campaign certification to another reviewer. The `certification-tasks` API can be used to get an updated status on the task and determine when the reassignment is complete. A token with ORG_ADMIN or CERT_ADMIN authority is required to call this API. Reviewers for this certification can also call this API.
.PARAMETER Id
The identity campaign certification ID
Expand Down
2 changes: 1 addition & 1 deletion PSSailpoint/v3/docs/CertificationsApi.md
Original file line number Diff line number Diff line change
Expand Up @@ -624,7 +624,7 @@ Name | Type | Description | Notes
Reassign Certifications Asynchronously

This API initiates a task to reassign up to 500 identities or items in an identity campaign certification to another reviewer. The `certification-tasks` API can be used to get an updated status on the task and determine when the reassignment is complete. A token with ORG_ADMIN or CERT_ADMIN authority is required to call this API. Reviewers for this certification can also call this API.
This API initiates a task to reassign up to 500 identities or items in an identity campaign certification to another reviewer. The `certification-tasks` API can be used to get an updated status on the task and determine when the reassignment is complete. A token with ORG_ADMIN or CERT_ADMIN authority is required to call this API. Reviewers for this certification can also call this API.

### Example
```powershell
Expand Down
2 changes: 1 addition & 1 deletion PSSailpoint/v3/src/PSSailpoint/Api/CertificationsApi.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -1074,7 +1074,7 @@ Reassign Certifications Asynchronously
.DESCRIPTION
This API initiates a task to reassign up to 500 identities or items in an identity campaign certification to another reviewer. The `certification-tasks` API can be used to get an updated status on the task and determine when the reassignment is complete. A token with ORG_ADMIN or CERT_ADMIN authority is required to call this API. Reviewers for this certification can also call this API.
This API initiates a task to reassign up to 500 identities or items in an identity campaign certification to another reviewer. The `certification-tasks` API can be used to get an updated status on the task and determine when the reassignment is complete. A token with ORG_ADMIN or CERT_ADMIN authority is required to call this API. Reviewers for this certification can also call this API.
.PARAMETER Id
The identity campaign certification ID
Expand Down

0 comments on commit f66124d

Please sign in to comment.