Skip to content

Commit 2dce7a1

Browse files
Automated build 'Automated commit 'Merge pull request #2341 from sailpoint/DEVREL-2128-get-identity-certification-api-documentation-needs-to-be-changed
DEVREL-2128 updated list identity certifications doc' by github action: 19141191239' python sdk: 19141211925
1 parent cf12074 commit 2dce7a1

File tree

13 files changed

+81
-1950
lines changed

13 files changed

+81
-1950
lines changed

.openapi-generator/FILES

Lines changed: 61 additions & 1930 deletions
Large diffs are not rendered by default.

sailpoint/v2024/api/certifications_api.py

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -344,7 +344,7 @@ def get_identity_certification(
344344
) -> IdentityCertificationDto:
345345
"""Identity certification by id
346346
347-
This API returns a single identity campaign certification by its ID. Reviewers for this certification can also call this API. This API does not support requests for certifications assigned to Governance Groups.
347+
This API returns a single identity campaign certification by its ID. Reviewers for this certification can also call this API.
348348
349349
:param id: The certification id (required)
350350
:type id: str
@@ -417,7 +417,7 @@ def get_identity_certification_with_http_info(
417417
) -> ApiResponse[IdentityCertificationDto]:
418418
"""Identity certification by id
419419
420-
This API returns a single identity campaign certification by its ID. Reviewers for this certification can also call this API. This API does not support requests for certifications assigned to Governance Groups.
420+
This API returns a single identity campaign certification by its ID. Reviewers for this certification can also call this API.
421421
422422
:param id: The certification id (required)
423423
:type id: str
@@ -490,7 +490,7 @@ def get_identity_certification_without_preload_content(
490490
) -> RESTResponseType:
491491
"""Identity certification by id
492492
493-
This API returns a single identity campaign certification by its ID. Reviewers for this certification can also call this API. This API does not support requests for certifications assigned to Governance Groups.
493+
This API returns a single identity campaign certification by its ID. Reviewers for this certification can also call this API.
494494
495495
:param id: The certification id (required)
496496
:type id: str

sailpoint/v2024/docs/Methods/CertificationsApi.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -112,7 +112,7 @@ with ApiClient(configuration) as api_client:
112112

113113
## get-identity-certification
114114
Identity certification by id
115-
This API returns a single identity campaign certification by its ID. Reviewers for this certification can also call this API. This API does not support requests for certifications assigned to Governance Groups.
115+
This API returns a single identity campaign certification by its ID. Reviewers for this certification can also call this API.
116116

117117
[API Spec](https://developer.sailpoint.com/docs/api/v2024/get-identity-certification)
118118

sailpoint/v2025/api/certifications_api.py

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -344,7 +344,7 @@ def get_identity_certification(
344344
) -> IdentityCertificationDto:
345345
"""Identity certification by id
346346
347-
This API returns a single identity campaign certification by its ID. Reviewers for this certification can also call this API. This API does not support requests for certifications assigned to Governance Groups.
347+
This API returns a single identity campaign certification by its ID. Reviewers for this certification can also call this API.
348348
349349
:param id: The certification id (required)
350350
:type id: str
@@ -417,7 +417,7 @@ def get_identity_certification_with_http_info(
417417
) -> ApiResponse[IdentityCertificationDto]:
418418
"""Identity certification by id
419419
420-
This API returns a single identity campaign certification by its ID. Reviewers for this certification can also call this API. This API does not support requests for certifications assigned to Governance Groups.
420+
This API returns a single identity campaign certification by its ID. Reviewers for this certification can also call this API.
421421
422422
:param id: The certification id (required)
423423
:type id: str
@@ -490,7 +490,7 @@ def get_identity_certification_without_preload_content(
490490
) -> RESTResponseType:
491491
"""Identity certification by id
492492
493-
This API returns a single identity campaign certification by its ID. Reviewers for this certification can also call this API. This API does not support requests for certifications assigned to Governance Groups.
493+
This API returns a single identity campaign certification by its ID. Reviewers for this certification can also call this API.
494494
495495
:param id: The certification id (required)
496496
:type id: str

sailpoint/v2025/docs/Methods/CertificationsApi.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -112,7 +112,7 @@ with ApiClient(configuration) as api_client:
112112

113113
## get-identity-certification
114114
Identity certification by id
115-
This API returns a single identity campaign certification by its ID. Reviewers for this certification can also call this API. This API does not support requests for certifications assigned to Governance Groups.
115+
This API returns a single identity campaign certification by its ID. Reviewers for this certification can also call this API.
116116

117117
[API Spec](https://developer.sailpoint.com/docs/api/v2025/get-identity-certification)
118118

sailpoint/v3/api/certifications_api.py

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2123,7 +2123,7 @@ def list_identity_certifications(
21232123
) -> List[IdentityCertificationDto]:
21242124
"""List identity campaign certifications
21252125
2126-
Use this API to get a list of identity campaign certifications for the specified query parameters. Any authenticated token can call this API, but only certifications you are authorized to review will be returned. This API does not support requests for certifications assigned to governance groups.
2126+
Use this API to get a list of identity campaign certifications for the specified query parameters. Any authenticated token can call this API, but only certifications you are authorized to review will be returned.
21272127
21282128
:param reviewer_identity: Reviewer's identity. *me* indicates the current user.
21292129
:type reviewer_identity: str
@@ -2215,7 +2215,7 @@ def list_identity_certifications_with_http_info(
22152215
) -> ApiResponse[List[IdentityCertificationDto]]:
22162216
"""List identity campaign certifications
22172217
2218-
Use this API to get a list of identity campaign certifications for the specified query parameters. Any authenticated token can call this API, but only certifications you are authorized to review will be returned. This API does not support requests for certifications assigned to governance groups.
2218+
Use this API to get a list of identity campaign certifications for the specified query parameters. Any authenticated token can call this API, but only certifications you are authorized to review will be returned.
22192219
22202220
:param reviewer_identity: Reviewer's identity. *me* indicates the current user.
22212221
:type reviewer_identity: str
@@ -2307,7 +2307,7 @@ def list_identity_certifications_without_preload_content(
23072307
) -> RESTResponseType:
23082308
"""List identity campaign certifications
23092309
2310-
Use this API to get a list of identity campaign certifications for the specified query parameters. Any authenticated token can call this API, but only certifications you are authorized to review will be returned. This API does not support requests for certifications assigned to governance groups.
2310+
Use this API to get a list of identity campaign certifications for the specified query parameters. Any authenticated token can call this API, but only certifications you are authorized to review will be returned.
23112311
23122312
:param reviewer_identity: Reviewer's identity. *me* indicates the current user.
23132313
:type reviewer_identity: str

sailpoint/v3/docs/Methods/CertificationsApi.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -455,7 +455,7 @@ with ApiClient(configuration) as api_client:
455455

456456
## list-identity-certifications
457457
List identity campaign certifications
458-
Use this API to get a list of identity campaign certifications for the specified query parameters. Any authenticated token can call this API, but only certifications you are authorized to review will be returned. This API does not support requests for certifications assigned to governance groups.
458+
Use this API to get a list of identity campaign certifications for the specified query parameters. Any authenticated token can call this API, but only certifications you are authorized to review will be returned.
459459

460460
[API Spec](https://developer.sailpoint.com/docs/api/v3/list-identity-certifications)
461461

sailpoint/v3/docs/Models/AccountUsage.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ Name | Type | Description | Notes
2626
from sailpoint.v3.models.account_usage import AccountUsage
2727

2828
account_usage = AccountUsage(
29-
var_date='Thu Apr 20 20:00:00 EDT 2023',
29+
var_date='Fri Apr 21 00:00:00 UTC 2023',
3030
count=10
3131
)
3232

sailpoint/v3/docs/Models/NonEmployeeRequestWithoutApprovalItem.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -56,8 +56,8 @@ data={description=Auditing},
5656
approval_status='APPROVED',
5757
comment='approved',
5858
completion_date='2020-03-24T11:11:41.139-05:00',
59-
start_date='Mon Mar 23 20:00:00 EDT 2020',
60-
end_date='Wed Mar 24 20:00:00 EDT 2021',
59+
start_date='Tue Mar 24 00:00:00 UTC 2020',
60+
end_date='Thu Mar 25 00:00:00 UTC 2021',
6161
modified='2020-03-24T11:11:41.139-05:00',
6262
created='2020-03-24T11:11:41.139-05:00'
6363
)

sailpoint/v3/docs/Models/SourceUsage.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ Name | Type | Description | Notes
2626
from sailpoint.v3.models.source_usage import SourceUsage
2727

2828
source_usage = SourceUsage(
29-
var_date='Thu Apr 20 20:00:00 EDT 2023',
29+
var_date='Fri Apr 21 00:00:00 UTC 2023',
3030
count=10.45
3131
)
3232

0 commit comments

Comments
 (0)