Files
developer.sailpoint.com/docs/tools/sdk/python/Reference/V3/Models/ForwardApprovalDto.md
2025-02-20 12:59:19 -05:00

920 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
forward-approval-dto ForwardApprovalDto ForwardApprovalDto ForwardApprovalDto pythonsdk
python
Python
sdk
ForwardApprovalDto
ForwardApprovalDto
/tools/sdk/python/v3/models/forward-approval-dto
SDK
Software Development Kit
ForwardApprovalDto
ForwardApprovalDto

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.v3.models.forward_approval_dto import ForwardApprovalDto

forward_approval_dto = ForwardApprovalDto(
new_owner_id='2c91808568c529c60168cca6f90c1314',
comment='2c91808568c529c60168cca6f90c1313'
)

[Back to top]