mirror of
https://github.com/LukeHagar/developer.sailpoint.com.git
synced 2025-12-08 20:37:46 +00:00
942 B
942 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 | |||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
| v2025-forward-approval-dto | ForwardApprovalDto | ForwardApprovalDto | ForwardApprovalDto | pythonsdk |
|
/tools/sdk/python/v2025/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.v2025.models.forward_approval_dto import ForwardApprovalDto
forward_approval_dto = ForwardApprovalDto(
new_owner_id='2c91808568c529c60168cca6f90c1314',
comment='2c91808568c529c60168cca6f90c1313'
)