Files
developer.sailpoint.com/docs/tools/sdk/python/Reference/V2025/Models/RequestableObjectRequestStatus.md
2025-04-01 09:23:12 -04:00

1.2 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
v2025-requestable-object-request-status RequestableObjectRequestStatus RequestableObjectRequestStatus RequestableObjectRequestStatus pythonsdk
python
Python
sdk
RequestableObjectRequestStatus
V2025RequestableObjectRequestStatus
/tools/sdk/python/v2025/models/requestable-object-request-status
SDK
Software Development Kit
RequestableObjectRequestStatus
V2025RequestableObjectRequestStatus

RequestableObjectRequestStatus

Status indicating the ability of an access request for the object to be made by or on behalf of the identity specified by identity-id. AVAILABLE indicates the object is available to request. PENDING indicates the object is unavailable because the identity has a pending request in flight. ASSIGNED indicates the object is unavailable because the identity already has the indicated role or access profile. If identity-id is not specified (allowed only for admin users), then status will be AVAILABLE for all results.

Enum

  • AVAILABLE (value: 'AVAILABLE')

  • PENDING (value: 'PENDING')

  • ASSIGNED (value: 'ASSIGNED')

[Back to top]