mirror of
https://github.com/LukeHagar/developer.sailpoint.com.git
synced 2025-12-09 04:19:37 +00:00
Update python SDK docs: 16633304233
This commit is contained in:
@@ -19,6 +19,9 @@ Name | Type | Description | Notes
|
||||
------------ | ------------- | ------------- | -------------
|
||||
**id** | **str** | Id of the reference object | [optional]
|
||||
**type** | **str** | What reference object does this ID correspond to | [optional]
|
||||
**name** | **str** | Name of the reference object | [optional]
|
||||
**email** | **str** | Email associated with the reference object | [optional]
|
||||
**serial_order** | **int** | The serial step of the identity in the approval. For example serialOrder 1 is the first identity to action in an approval request chain. Parallel approvals are set to 0. | [optional]
|
||||
}
|
||||
|
||||
## Example
|
||||
@@ -28,7 +31,10 @@ from sailpoint.v2025.models.approval_reference import ApprovalReference
|
||||
|
||||
approval_reference = ApprovalReference(
|
||||
id='64012350-8fd9-4f6c-a170-1fe123683899',
|
||||
type='AccessRequestId'
|
||||
type='AccessRequestId',
|
||||
name='Access Request',
|
||||
email='user@example.com',
|
||||
serial_order=0
|
||||
)
|
||||
|
||||
```
|
||||
|
||||
Reference in New Issue
Block a user