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.beta.models.approval_status_dto_current_owner import ApprovalStatusDtoCurrentOwner

approval_status_dto_current_owner = ApprovalStatusDtoCurrentOwner(
type='IDENTITY',
id='2c3780a46faadee4016fb4e018c20652',
name='Allen Albertson'
)

[Back to top]