mirror of
https://github.com/LukeHagar/developer.sailpoint.com.git
synced 2025-12-09 12:27:47 +00:00
starting point for adding python sdk docs
This commit is contained in:
@@ -0,0 +1,37 @@
|
||||
---
|
||||
id: beta-approval-info-response
|
||||
title: ApprovalInfoResponse
|
||||
pagination_label: ApprovalInfoResponse
|
||||
sidebar_label: ApprovalInfoResponse
|
||||
sidebar_class_name: pythonsdk
|
||||
keywords: ['python', 'Python', 'sdk', 'ApprovalInfoResponse', 'BetaApprovalInfoResponse']
|
||||
slug: /tools/sdk/python/beta/models/approval-info-response
|
||||
tags: ['SDK', 'Software Development Kit', 'ApprovalInfoResponse', 'BetaApprovalInfoResponse']
|
||||
---
|
||||
|
||||
# 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
|
||||
|
||||
```python
|
||||
from sailpoint.beta.models.approval_info_response import ApprovalInfoResponse
|
||||
|
||||
approval_info_response = ApprovalInfoResponse(
|
||||
id='8a80828f643d484f01643e14202e2000',
|
||||
name='John Snow',
|
||||
status='Approved'
|
||||
)
|
||||
|
||||
```
|
||||
[[Back to top]](#)
|
||||
|
||||
Reference in New Issue
Block a user