Skip to content

Commit

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

Devrel 1664' by github action: 10270238089' python sdk: 10270244079
  • Loading branch information
developer-relations-sp committed Aug 6, 2024
1 parent 59aad14 commit d57d6a5
Show file tree
Hide file tree
Showing 15 changed files with 276 additions and 276 deletions.
132 changes: 66 additions & 66 deletions sailpoint/beta/api/certification_campaigns_api.py

Large diffs are not rendered by default.

44 changes: 22 additions & 22 deletions sailpoint/beta/docs/CertificationCampaignsApi.md

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion sailpoint/beta/test/test_account_usage.py
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ def make_instance(self, include_optional) -> AccountUsage:
model = AccountUsage()
if include_optional:
return AccountUsage(
var_date = 'Thu Apr 20 20:00:00 EDT 2023',
var_date = 'Fri Apr 21 00:00:00 UTC 2023',
count = 10
)
else:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -53,8 +53,8 @@ def make_instance(self, include_optional) -> NonEmployeeRequestWithoutApprovalIt
approval_status = 'APPROVED',
comment = '',
completion_date = '2020-03-24T11:11:41.139-05:00',
start_date = 'Mon Mar 23 20:00:00 EDT 2020',
end_date = 'Wed Mar 24 20:00:00 EDT 2021',
start_date = 'Tue Mar 24 00:00:00 UTC 2020',
end_date = 'Thu Mar 25 00:00:00 UTC 2021',
modified = '2020-03-24T11:11:41.139-05:00',
created = '2020-03-24T11:11:41.139-05:00'
)
Expand Down
2 changes: 1 addition & 1 deletion sailpoint/beta/test/test_source_usage.py
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ def make_instance(self, include_optional) -> SourceUsage:
model = SourceUsage()
if include_optional:
return SourceUsage(
var_date = 'Thu Apr 20 20:00:00 EDT 2023',
var_date = 'Fri Apr 21 00:00:00 UTC 2023',
count = 10.45
)
else:
Expand Down
132 changes: 66 additions & 66 deletions sailpoint/v2024/api/certification_campaigns_api.py

Large diffs are not rendered by default.

44 changes: 22 additions & 22 deletions sailpoint/v2024/docs/CertificationCampaignsApi.md
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ Method | HTTP request | Description
Complete a Campaign

:::caution This endpoint will run successfully for any campaigns that are **past due**. This endpoint will return a content error if the campaign is **not past due**. ::: Use this API to complete a certification campaign. This functionality is provided to admins so that they can complete a certification even if all items have not been completed. Calling this endpoint requires roles of CERT_ADMIN and ORG_ADMIN.
:::caution This endpoint will run successfully for any campaigns that are **past due**. This endpoint will return a content error if the campaign is **not past due**. ::: Use this API to complete a certification campaign. This functionality is provided to admins so that they can complete a certification even if all items have not been completed. A token with ORG_ADMIN or CERT_ADMIN authority is required to call this API.

### Example

Expand Down Expand Up @@ -121,7 +121,7 @@ Name | Type | Description | Notes
Create a campaign

Use this API to create a certification campaign with the information provided in the request body.
Use this API to create a certification campaign with the information provided in the request body. A token with ORG_ADMIN or CERT_ADMIN authority is required to call this API.

### Example

Expand Down Expand Up @@ -206,7 +206,7 @@ Name | Type | Description | Notes
Create a Campaign Template

Use this API to create a certification campaign template based on campaign.
Use this API to create a certification campaign template based on campaign. A token with ORG_ADMIN or CERT_ADMIN authority is required to call this API.

### Example

Expand Down Expand Up @@ -291,7 +291,7 @@ Name | Type | Description | Notes
Delete a Campaign Template

Use this API to delete a certification campaign template by ID.
Use this API to delete a certification campaign template by ID. A token with ORG_ADMIN or CERT_ADMIN authority is required to call this API.

### Example

Expand Down Expand Up @@ -374,7 +374,7 @@ void (empty response body)
Delete Campaign Template Schedule

Use this API to delete the schedule for a certification campaign template. The API returns a 404 if there is no schedule set.
Use this API to delete the schedule for a certification campaign template. The API returns a 404 if there is no schedule set. A token with ORG_ADMIN or CERT_ADMIN authority is required to call this API.

### Example

Expand Down Expand Up @@ -457,7 +457,7 @@ void (empty response body)
Delete Campaigns

Use this API to delete certification campaigns whose IDs are specified in the provided list of campaign IDs. Authorized callers must be ORG_ADMINs or CERT_ADMINs.
Use this API to delete certification campaigns whose IDs are specified in the provided list of campaign IDs. A token with ORG_ADMIN or CERT_ADMIN authority is required to call this API.

### Example

Expand Down Expand Up @@ -543,7 +543,7 @@ Name | Type | Description | Notes
List Campaigns

Use this API to get a list of campaigns. This API can provide increased level of detail for each campaign for the correct provided query.
Use this API to get a list of campaigns. This API can provide increased level of detail for each campaign for the correct provided query. A token with ORG_ADMIN, CERT_ADMIN or REPORT_ADMIN authority is required to call this API.

### Example

Expand Down Expand Up @@ -638,7 +638,7 @@ Name | Type | Description | Notes
Get Campaign

Use this API to get information for an existing certification campaign by the campaign's ID. Authorized callers must be reviewers for this campaign, ORG_ADMINs, or a CERT_ADMINs.
Use this API to get information for an existing certification campaign by the campaign's ID. A token with ORG_ADMIN or CERT_ADMIN authority is required to call this API.

### Example

Expand Down Expand Up @@ -726,7 +726,7 @@ Name | Type | Description | Notes
Get Campaign Reports

Use this API to fetch all reports for a certification campaign by campaign ID. Calling this endpoint requires roles of CERT_ADMIN, DASHBOARD, ORG_ADMIN and REPORT_ADMIN.
Use this API to fetch all reports for a certification campaign by campaign ID. A token with ORG_ADMIN, CERT_ADMIN or REPORT_ADMIN authority is required to call this API.

### Example

Expand Down Expand Up @@ -812,7 +812,7 @@ Name | Type | Description | Notes
Get Campaign Reports Configuration

Use this API to fetch the configuration for certification campaign reports. The configuration includes only one element - identity attributes defined as custom report columns. Calling this endpoint requires roles of CERT_ADMIN and ORG_ADMIN.
Use this API to fetch the configuration for certification campaign reports. The configuration includes only one element - identity attributes defined as custom report columns. A token with ORG_ADMIN or CERT_ADMIN authority is required to call this API.

### Example

Expand Down Expand Up @@ -893,7 +893,7 @@ This endpoint does not need any parameter.
Get a Campaign Template

Use this API to fetch a certification campaign template by ID.
Use this API to fetch a certification campaign template by ID. A token with ORG_ADMIN or CERT_ADMIN authority is required to call this API.

### Example

Expand Down Expand Up @@ -979,7 +979,7 @@ Name | Type | Description | Notes
Get Campaign Template Schedule

Use this API to get the schedule for a certification campaign template. The API returns a 404 if there is no schedule set.
Use this API to get the schedule for a certification campaign template. The API returns a 404 if there is no schedule set. A token with ORG_ADMIN or CERT_ADMIN authority is required to call this API.

### Example

Expand Down Expand Up @@ -1065,7 +1065,7 @@ Name | Type | Description | Notes
List Campaign Templates

Use this API to get a list of all campaign templates. Scope can be reduced through standard V3 query params. The API returns all campaign templates matching the query parameters.
Use this API to get a list of all campaign templates. Scope can be reduced through standard V3 query params. The API returns all campaign templates matching the query parameters. A token with ORG_ADMIN or CERT_ADMIN authority is required to call this API.

### Example

Expand Down Expand Up @@ -1158,7 +1158,7 @@ Name | Type | Description | Notes
Reassign Certifications

This API reassigns the specified certifications from one identity to another. A token with ORG_ADMIN or CERT_ADMIN authority is required to call this API.
This API reassigns the specified certifications from one identity to another. A token with ORG_ADMIN or CERT_ADMIN authority is required to call this API.

### Example

Expand Down Expand Up @@ -1247,7 +1247,7 @@ Name | Type | Description | Notes
Update a Campaign Template

Use this API to update individual fields on a certification campaign template, using the [JSON Patch](https://tools.ietf.org/html/rfc6902) standard.
Use this API to update individual fields on a certification campaign template, using the [JSON Patch](https://tools.ietf.org/html/rfc6902) standard. A token with ORG_ADMIN or CERT_ADMIN authority is required to call this API.

### Example

Expand Down Expand Up @@ -1336,7 +1336,7 @@ Name | Type | Description | Notes
Set Campaign Reports Configuration

Use this API to overwrite the configuration for campaign reports. Calling this endpoint requires roles of CERT_ADMIN and ORG_ADMIN.
Use this API to overwrite the configuration for campaign reports. A token with ORG_ADMIN or CERT_ADMIN authority is required to call this API.

### Example

Expand Down Expand Up @@ -1421,7 +1421,7 @@ Name | Type | Description | Notes
Set Campaign Template Schedule

Use this API to set the schedule for a certification campaign template. If a schedule already exists, the API overwrites it with the new one.
Use this API to set the schedule for a certification campaign template. If a schedule already exists, the API overwrites it with the new one. A token with ORG_ADMIN or CERT_ADMIN authority is required to call this API.

### Example

Expand Down Expand Up @@ -1507,7 +1507,7 @@ void (empty response body)
Activate a Campaign

Use this API to submit a job to activate the certified campaign with the specified ID. The campaign must be staged. Calling this endpoint requires roles of CERT_ADMIN and ORG_ADMIN.
Use this API to submit a job to activate the certified campaign with the specified ID. The campaign must be staged. A token with ORG_ADMIN or CERT_ADMIN authority is required to call this API.

### Example

Expand Down Expand Up @@ -1595,7 +1595,7 @@ Name | Type | Description | Notes
Run Campaign Remediation Scan

Use this API to run a remediation scan task for a certification campaign. Calling this endpoint requires roles of CERT_ADMIN and ORG_ADMIN.
Use this API to run a remediation scan task for a certification campaign. A token with ORG_ADMIN, CERT_ADMIN or REPORT_ADMIN authority is required to call this API.

### Example

Expand Down Expand Up @@ -1680,7 +1680,7 @@ Name | Type | Description | Notes
Run Campaign Report

Use this API to run a report for a certification campaign. Calling this endpoint requires the following roles: CERT_ADMIN, DASHBOARD, ORG_ADMIN and REPORT_ADMIN.
Use this API to run a report for a certification campaign. A token with ORG_ADMIN, CERT_ADMIN or REPORT_ADMIN authority is required to call this API.

### Example

Expand Down Expand Up @@ -1768,7 +1768,7 @@ Name | Type | Description | Notes
Generate a Campaign from Template

Use this API to generate a new certification campaign from a campaign template. The campaign object contained in the template has special formatting applied to its name and description fields that determine the generated campaign's name/description. Placeholders in those fields are formatted with the current date and time upon generation. Placeholders consist of a percent sign followed by a letter indicating what should be inserted. For example, \"%Y\" inserts the current year, and a campaign template named \"Campaign for %y\" generates a campaign called \"Campaign for 2020\" (assuming the year at generation time is 2020). Valid placeholders are the date/time conversion suffix characters supported by [java.util.Formatter](https://docs.oracle.com/javase/8/docs/api/java/util/Formatter.html). Calling this endpoint requires the ORG_ADMIN role.
Use this API to generate a new certification campaign from a campaign template. The campaign object contained in the template has special formatting applied to its name and description fields that determine the generated campaign's name/description. Placeholders in those fields are formatted with the current date and time upon generation. Placeholders consist of a percent sign followed by a letter indicating what should be inserted. For example, \"%Y\" inserts the current year, and a campaign template named \"Campaign for %y\" generates a campaign called \"Campaign for 2020\" (assuming the year at generation time is 2020). Valid placeholders are the date/time conversion suffix characters supported by [java.util.Formatter](https://docs.oracle.com/javase/8/docs/api/java/util/Formatter.html). A token with ORG_ADMIN or CERT_ADMIN authority is required to call this API.

### Example

Expand Down Expand Up @@ -1853,7 +1853,7 @@ Name | Type | Description | Notes
Update a Campaign

Use this API to update individual fields on a certification campaign, using the [JSON Patch](https://tools.ietf.org/html/rfc6902) standard.
Use this API to update individual fields on a certification campaign, using the [JSON Patch](https://tools.ietf.org/html/rfc6902) standard. A token with ORG_ADMIN or CERT_ADMIN authority is required to call this API.

### Example

Expand Down
2 changes: 1 addition & 1 deletion sailpoint/v2024/test/test_account_usage.py
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ def make_instance(self, include_optional) -> AccountUsage:
model = AccountUsage()
if include_optional:
return AccountUsage(
var_date = 'Thu Apr 20 20:00:00 EDT 2023',
var_date = 'Fri Apr 21 00:00:00 UTC 2023',
count = 10
)
else:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -51,8 +51,8 @@ def make_instance(self, include_optional) -> NonEmployeeRequestWithoutApprovalIt
approval_status = 'APPROVED',
comment = 'approved',
completion_date = '2020-03-24T11:11:41.139-05:00',
start_date = 'Mon Mar 23 20:00:00 EDT 2020',
end_date = 'Wed Mar 24 20:00:00 EDT 2021',
start_date = 'Tue Mar 24 00:00:00 UTC 2020',
end_date = 'Thu Mar 25 00:00:00 UTC 2021',
modified = '2020-03-24T11:11:41.139-05:00',
created = '2020-03-24T11:11:41.139-05:00'
)
Expand Down
2 changes: 1 addition & 1 deletion sailpoint/v2024/test/test_source_usage.py
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ def make_instance(self, include_optional) -> SourceUsage:
model = SourceUsage()
if include_optional:
return SourceUsage(
var_date = 'Thu Apr 20 20:00:00 EDT 2023',
var_date = 'Fri Apr 21 00:00:00 UTC 2023',
count = 10.45
)
else:
Expand Down
Loading

0 comments on commit d57d6a5

Please sign in to comment.