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.access_request_approvals.models.forwardapprovaldto import Forwardapprovaldto

forwardapprovaldto = Forwardapprovaldto(
new_owner_id='2c91808568c529c60168cca6f90c1314',
comment='2c91808568c529c60168cca6f90c1313'
)

[Back to top]