mirror of
https://github.com/LukeHagar/developer.sailpoint.com.git
synced 2025-12-08 20:37:46 +00:00
896 B
896 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-access-item-ref | AccessItemRef | AccessItemRef | AccessItemRef | pythonsdk |
|
/tools/sdk/python/v2024/models/access-item-ref |
|
AccessItemRef
Properties
| Name | Type | Description | Notes |
|---|---|---|---|
| id | str | ID of the access item to retrieve the recommendation for. | [optional] |
| type | Enum [ 'ENTITLEMENT', 'ACCESS_PROFILE', 'ROLE' ] | Access item's type. | [optional] |
| } |
Example
from sailpoint.v2024.models.access_item_ref import AccessItemRef
access_item_ref = AccessItemRef(
id='2c938083633d259901633d2623ec0375',
type='ENTITLEMENT'
)