Skip to main content

ApprovalstatusdtoCurrentOwner

Properties

NameTypeDescriptionNotes
typeEnum [ 'IDENTITY' ]DTO type of identity who reviewed the access item request.[optional]
idstrID of identity who reviewed the access item request.[optional]
namestrHuman-readable display name of identity who reviewed the access item request.[optional]
}

Example

from sailpoint.access_requests.models.approvalstatusdto_current_owner import ApprovalstatusdtoCurrentOwner

approvalstatusdto_current_owner = ApprovalstatusdtoCurrentOwner(
type='IDENTITY',
id='2c3780a46faadee4016fb4e018c20652',
name='Allen Albertson'
)

[Back to top]