mirror of
https://github.com/LukeHagar/developer.sailpoint.com.git
synced 2025-12-08 12:27:47 +00:00
875 B
875 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 | |||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
| beta-forward-approval-dto | ForwardApprovalDto | ForwardApprovalDto | ForwardApprovalDto | pythonsdk |
|
/tools/sdk/python/beta/models/forward-approval-dto |
|
ForwardApprovalDto
Properties
| Name | Type | Description | Notes |
|---|---|---|---|
| new_owner_id | str | The Id of the new owner | [required] |
| comment | str | The comment provided by the forwarder | [required] |
| } |
Example
from sailpoint.beta.models.forward_approval_dto import ForwardApprovalDto
forward_approval_dto = ForwardApprovalDto(
new_owner_id='0',
comment='0'
)