Skip to main content

IdentityDocumentAllOfManager

Identity's manager.

Properties

NameTypeDescriptionNotes
idstrID of identity's manager.[optional]
namestrName of identity's manager.[optional]
display_namestrDisplay name of identity's manager.[optional]
}

Example

from sailpoint.v3.models.identity_document_all_of_manager import IdentityDocumentAllOfManager

identity_document_all_of_manager = IdentityDocumentAllOfManager(
id='2c9180867dfe694b017e208e27c05799',
name='Amanda.Ross',
display_name='Amanda.Ross'
)

[Back to top]