mirror of
https://github.com/LukeHagar/developer.sailpoint.com.git
synced 2025-12-08 20:37:46 +00:00
1.1 KiB
1.1 KiB
id, title, pagination_label, sidebar_label, sidebar_class_name, keywords, slug, tags
| id | title | pagination_label | sidebar_label | sidebar_class_name | keywords | slug | tags | |||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
| v2024-recommendation-request | RecommendationRequest | RecommendationRequest | RecommendationRequest | pythonsdk |
|
/tools/sdk/python/v2024/models/recommendation-request |
|
RecommendationRequest
Properties
| Name | Type | Description | Notes |
|---|---|---|---|
| identity_id | str | The identity ID | [optional] |
| item | AccessItemRef | [optional] | |
| } |
Example
from sailpoint.v2024.models.recommendation_request import RecommendationRequest
recommendation_request = RecommendationRequest(
identity_id='2c938083633d259901633d25c68c00fa',
item=sailpoint.v2024.models.access_item_ref.Access Item Ref(
id = '2c938083633d259901633d2623ec0375',
type = 'ENTITLEMENT', )
)