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'
)