Skip to main content

AccessItemRequestedForDto1

Identity whom the access item is requested for.

Properties

NameTypeDescriptionNotes
typeEnum [ 'IDENTITY' ]DTO type of the identity whom the access item is requested for.[optional]
idstrID of the identity whom the access item is requested for.[optional]
namestrName of the identity whom the access item is requested for.[optional]
}

Example

from sailpoint.beta.models.access_item_requested_for_dto1 import AccessItemRequestedForDto1

access_item_requested_for_dto1 = AccessItemRequestedForDto1(
type='IDENTITY',
id='2c4180a46faadee4016fb4e018c20626',
name='Robert Robinson'
)

[Back to top]