Skip to content

Commit edf49f7

Browse files
Automated build 'Automated commit 'IDA-25744: Update scopes for ARR in API documentation (#1984)' by github action: 13795978164' python sdk: 13795986939
1 parent 4313dbf commit edf49f7

8 files changed

+118
-118
lines changed

sailpoint/beta/api/iai_access_request_recommendations_api.py

Lines changed: 21 additions & 21 deletions
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,7 @@ def add_access_request_recommendations_ignored_item(
5858
_headers: Optional[Dict[StrictStr, Any]] = None,
5959
_host_index: Annotated[StrictInt, Field(ge=0, le=0)] = 0,
6060
) -> AccessRequestRecommendationActionItemResponseDto:
61-
"""Notification of Ignored Access Request Recommendations
61+
"""Ignore Access Request Recommendation
6262
6363
This API ignores a recommended access request item. Once an item is ignored, it will be marked as ignored=true if it is still a recommended item. The consumer can decide to hide ignored recommendations.
6464
@@ -130,7 +130,7 @@ def add_access_request_recommendations_ignored_item_with_http_info(
130130
_headers: Optional[Dict[StrictStr, Any]] = None,
131131
_host_index: Annotated[StrictInt, Field(ge=0, le=0)] = 0,
132132
) -> ApiResponse[AccessRequestRecommendationActionItemResponseDto]:
133-
"""Notification of Ignored Access Request Recommendations
133+
"""Ignore Access Request Recommendation
134134
135135
This API ignores a recommended access request item. Once an item is ignored, it will be marked as ignored=true if it is still a recommended item. The consumer can decide to hide ignored recommendations.
136136
@@ -202,7 +202,7 @@ def add_access_request_recommendations_ignored_item_without_preload_content(
202202
_headers: Optional[Dict[StrictStr, Any]] = None,
203203
_host_index: Annotated[StrictInt, Field(ge=0, le=0)] = 0,
204204
) -> RESTResponseType:
205-
"""Notification of Ignored Access Request Recommendations
205+
"""Ignore Access Request Recommendation
206206
207207
This API ignores a recommended access request item. Once an item is ignored, it will be marked as ignored=true if it is still a recommended item. The consumer can decide to hide ignored recommendations.
208208
@@ -348,7 +348,7 @@ def add_access_request_recommendations_requested_item(
348348
_headers: Optional[Dict[StrictStr, Any]] = None,
349349
_host_index: Annotated[StrictInt, Field(ge=0, le=0)] = 0,
350350
) -> AccessRequestRecommendationActionItemResponseDto:
351-
"""Notification of Requested Access Request Recommendations
351+
"""Accept Access Request Recommendation
352352
353353
This API consumes a notification that a recommended access request item was requested. This API does not actually make the request, it is just a notification. This will help provide feedback in order to improve our recommendations.
354354
@@ -420,7 +420,7 @@ def add_access_request_recommendations_requested_item_with_http_info(
420420
_headers: Optional[Dict[StrictStr, Any]] = None,
421421
_host_index: Annotated[StrictInt, Field(ge=0, le=0)] = 0,
422422
) -> ApiResponse[AccessRequestRecommendationActionItemResponseDto]:
423-
"""Notification of Requested Access Request Recommendations
423+
"""Accept Access Request Recommendation
424424
425425
This API consumes a notification that a recommended access request item was requested. This API does not actually make the request, it is just a notification. This will help provide feedback in order to improve our recommendations.
426426
@@ -492,7 +492,7 @@ def add_access_request_recommendations_requested_item_without_preload_content(
492492
_headers: Optional[Dict[StrictStr, Any]] = None,
493493
_host_index: Annotated[StrictInt, Field(ge=0, le=0)] = 0,
494494
) -> RESTResponseType:
495-
"""Notification of Requested Access Request Recommendations
495+
"""Accept Access Request Recommendation
496496
497497
This API consumes a notification that a recommended access request item was requested. This API does not actually make the request, it is just a notification. This will help provide feedback in order to improve our recommendations.
498498
@@ -638,7 +638,7 @@ def add_access_request_recommendations_viewed_item(
638638
_headers: Optional[Dict[StrictStr, Any]] = None,
639639
_host_index: Annotated[StrictInt, Field(ge=0, le=0)] = 0,
640640
) -> AccessRequestRecommendationActionItemResponseDto:
641-
"""Notification of Viewed Access Request Recommendations
641+
"""Mark Viewed Access Request Recommendations
642642
643643
This API consumes a notification that a recommended access request item was viewed. Future recommendations with this item will be marked with viewed=true. This can be useful for the consumer to determine if there are any new/unviewed recommendations.
644644
@@ -710,7 +710,7 @@ def add_access_request_recommendations_viewed_item_with_http_info(
710710
_headers: Optional[Dict[StrictStr, Any]] = None,
711711
_host_index: Annotated[StrictInt, Field(ge=0, le=0)] = 0,
712712
) -> ApiResponse[AccessRequestRecommendationActionItemResponseDto]:
713-
"""Notification of Viewed Access Request Recommendations
713+
"""Mark Viewed Access Request Recommendations
714714
715715
This API consumes a notification that a recommended access request item was viewed. Future recommendations with this item will be marked with viewed=true. This can be useful for the consumer to determine if there are any new/unviewed recommendations.
716716
@@ -782,7 +782,7 @@ def add_access_request_recommendations_viewed_item_without_preload_content(
782782
_headers: Optional[Dict[StrictStr, Any]] = None,
783783
_host_index: Annotated[StrictInt, Field(ge=0, le=0)] = 0,
784784
) -> RESTResponseType:
785-
"""Notification of Viewed Access Request Recommendations
785+
"""Mark Viewed Access Request Recommendations
786786
787787
This API consumes a notification that a recommended access request item was viewed. Future recommendations with this item will be marked with viewed=true. This can be useful for the consumer to determine if there are any new/unviewed recommendations.
788788
@@ -928,7 +928,7 @@ def add_access_request_recommendations_viewed_items(
928928
_headers: Optional[Dict[StrictStr, Any]] = None,
929929
_host_index: Annotated[StrictInt, Field(ge=0, le=0)] = 0,
930930
) -> List[AccessRequestRecommendationActionItemResponseDto]:
931-
"""Notification of Viewed Access Request Recommendations in Bulk
931+
"""Bulk Mark Viewed Access Request Recommendations
932932
933933
This API consumes a notification that a set of recommended access request item were viewed. Future recommendations with these items will be marked with viewed=true. This can be useful for the consumer to determine if there are any new/unviewed recommendations.
934934
@@ -1000,7 +1000,7 @@ def add_access_request_recommendations_viewed_items_with_http_info(
10001000
_headers: Optional[Dict[StrictStr, Any]] = None,
10011001
_host_index: Annotated[StrictInt, Field(ge=0, le=0)] = 0,
10021002
) -> ApiResponse[List[AccessRequestRecommendationActionItemResponseDto]]:
1003-
"""Notification of Viewed Access Request Recommendations in Bulk
1003+
"""Bulk Mark Viewed Access Request Recommendations
10041004
10051005
This API consumes a notification that a set of recommended access request item were viewed. Future recommendations with these items will be marked with viewed=true. This can be useful for the consumer to determine if there are any new/unviewed recommendations.
10061006
@@ -1072,7 +1072,7 @@ def add_access_request_recommendations_viewed_items_without_preload_content(
10721072
_headers: Optional[Dict[StrictStr, Any]] = None,
10731073
_host_index: Annotated[StrictInt, Field(ge=0, le=0)] = 0,
10741074
) -> RESTResponseType:
1075-
"""Notification of Viewed Access Request Recommendations in Bulk
1075+
"""Bulk Mark Viewed Access Request Recommendations
10761076
10771077
This API consumes a notification that a set of recommended access request item were viewed. Future recommendations with these items will be marked with viewed=true. This can be useful for the consumer to determine if there are any new/unviewed recommendations.
10781078
@@ -1604,7 +1604,7 @@ def get_access_request_recommendations_ignored_items(
16041604
_headers: Optional[Dict[StrictStr, Any]] = None,
16051605
_host_index: Annotated[StrictInt, Field(ge=0, le=0)] = 0,
16061606
) -> List[AccessRequestRecommendationActionItemResponseDto]:
1607-
"""List of Ignored Access Request Recommendations
1607+
"""List Ignored Access Request Recommendations
16081608
16091609
This API returns the list of ignored access request recommendations.
16101610
@@ -1692,7 +1692,7 @@ def get_access_request_recommendations_ignored_items_with_http_info(
16921692
_headers: Optional[Dict[StrictStr, Any]] = None,
16931693
_host_index: Annotated[StrictInt, Field(ge=0, le=0)] = 0,
16941694
) -> ApiResponse[List[AccessRequestRecommendationActionItemResponseDto]]:
1695-
"""List of Ignored Access Request Recommendations
1695+
"""List Ignored Access Request Recommendations
16961696
16971697
This API returns the list of ignored access request recommendations.
16981698
@@ -1780,7 +1780,7 @@ def get_access_request_recommendations_ignored_items_without_preload_content(
17801780
_headers: Optional[Dict[StrictStr, Any]] = None,
17811781
_host_index: Annotated[StrictInt, Field(ge=0, le=0)] = 0,
17821782
) -> RESTResponseType:
1783-
"""List of Ignored Access Request Recommendations
1783+
"""List Ignored Access Request Recommendations
17841784
17851785
This API returns the list of ignored access request recommendations.
17861786
@@ -1951,7 +1951,7 @@ def get_access_request_recommendations_requested_items(
19511951
_headers: Optional[Dict[StrictStr, Any]] = None,
19521952
_host_index: Annotated[StrictInt, Field(ge=0, le=0)] = 0,
19531953
) -> List[AccessRequestRecommendationActionItemResponseDto]:
1954-
"""List of Requested Access Request Recommendations
1954+
"""List Accepted Access Request Recommendations
19551955
19561956
This API returns a list of requested access request recommendations.
19571957
@@ -2039,7 +2039,7 @@ def get_access_request_recommendations_requested_items_with_http_info(
20392039
_headers: Optional[Dict[StrictStr, Any]] = None,
20402040
_host_index: Annotated[StrictInt, Field(ge=0, le=0)] = 0,
20412041
) -> ApiResponse[List[AccessRequestRecommendationActionItemResponseDto]]:
2042-
"""List of Requested Access Request Recommendations
2042+
"""List Accepted Access Request Recommendations
20432043
20442044
This API returns a list of requested access request recommendations.
20452045
@@ -2127,7 +2127,7 @@ def get_access_request_recommendations_requested_items_without_preload_content(
21272127
_headers: Optional[Dict[StrictStr, Any]] = None,
21282128
_host_index: Annotated[StrictInt, Field(ge=0, le=0)] = 0,
21292129
) -> RESTResponseType:
2130-
"""List of Requested Access Request Recommendations
2130+
"""List Accepted Access Request Recommendations
21312131
21322132
This API returns a list of requested access request recommendations.
21332133
@@ -2298,7 +2298,7 @@ def get_access_request_recommendations_viewed_items(
22982298
_headers: Optional[Dict[StrictStr, Any]] = None,
22992299
_host_index: Annotated[StrictInt, Field(ge=0, le=0)] = 0,
23002300
) -> List[AccessRequestRecommendationActionItemResponseDto]:
2301-
"""List of Viewed Access Request Recommendations
2301+
"""List Viewed Access Request Recommendations
23022302
23032303
This API returns the list of viewed access request recommendations.
23042304
@@ -2386,7 +2386,7 @@ def get_access_request_recommendations_viewed_items_with_http_info(
23862386
_headers: Optional[Dict[StrictStr, Any]] = None,
23872387
_host_index: Annotated[StrictInt, Field(ge=0, le=0)] = 0,
23882388
) -> ApiResponse[List[AccessRequestRecommendationActionItemResponseDto]]:
2389-
"""List of Viewed Access Request Recommendations
2389+
"""List Viewed Access Request Recommendations
23902390
23912391
This API returns the list of viewed access request recommendations.
23922392
@@ -2474,7 +2474,7 @@ def get_access_request_recommendations_viewed_items_without_preload_content(
24742474
_headers: Optional[Dict[StrictStr, Any]] = None,
24752475
_host_index: Annotated[StrictInt, Field(ge=0, le=0)] = 0,
24762476
) -> RESTResponseType:
2477-
"""List of Viewed Access Request Recommendations
2477+
"""List Viewed Access Request Recommendations
24782478
24792479
This API returns the list of viewed access request recommendations.
24802480

0 commit comments

Comments
 (0)