mirror of
https://github.com/LukeHagar/developer.sailpoint.com.git
synced 2025-12-08 12:27:47 +00:00
992 B
992 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-approval-info-response | ApprovalInfoResponse | ApprovalInfoResponse | ApprovalInfoResponse | pythonsdk |
|
/tools/sdk/python/v2024/models/approval-info-response |
|
ApprovalInfoResponse
Properties
| Name | Type | Description | Notes |
|---|---|---|---|
| id | str | the id of approver | [optional] |
| name | str | the name of approver | [optional] |
| status | str | the status of the approval request | [optional] |
| } |
Example
from sailpoint.v2024.models.approval_info_response import ApprovalInfoResponse
approval_info_response = ApprovalInfoResponse(
id='8a80828f643d484f01643e14202e2000',
name='John Snow',
status='Approved'
)