Skip to main content

Identityreference

The manager for the identity.

Properties

NameTypeDescriptionNotes
typeDtotype[optional]
idstrIdentity id[optional]
namestrHuman-readable display name of identity.[optional]
}

Example

from sailpoint.public_identities_config.models.identityreference import Identityreference

identityreference = Identityreference(
type='IDENTITY',
id='2c9180a46faadee4016fb4e018c20639',
name='Thomas Edison'
)

[Back to top]