mirror of
https://github.com/LukeHagar/developer.sailpoint.com.git
synced 2025-12-08 12:27:47 +00:00
988 B
988 B
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-requested-item-details | RequestedItemDetails | RequestedItemDetails | RequestedItemDetails | pythonsdk |
|
/tools/sdk/python/v2024/models/requested-item-details |
|
RequestedItemDetails
Properties
| Name | Type | Description | Notes |
|---|---|---|---|
| type | Enum [ 'ACCESS_PROFILE', 'ENTITLEMENT', 'ROLE' ] | The type of access item requested. | [optional] |
| id | str | The id of the access item requested. | [optional] |
| } |
Example
from sailpoint.v2024.models.requested_item_details import RequestedItemDetails
requested_item_details = RequestedItemDetails(
type='ENTITLEMENT',
id='779c6fd7171540bba1184e5946112c28'
)