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.beta.models.approval_info_response import ApprovalInfoResponse
approval_info_response = ApprovalInfoResponse(
id='8a80828f643d484f01643e14202e2000',
name='John Snow',
status='Approved'
)