Skip to main content

ForwardApprovalDto

Properties

NameTypeDescriptionNotes
new_owner_idstrThe Id of the new owner[required]
commentstrThe 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'
)

[Back to top]