Skip to main content

IdentityDocumentAllOfIdentityProfile

Identity's identity profile.

Properties

NameTypeDescriptionNotes
idstrIdentity profile's ID.[optional]
namestrIdentity profile's name.[optional]
}

Example

from sailpoint.v3.models.identity_document_all_of_identity_profile import IdentityDocumentAllOfIdentityProfile

identity_document_all_of_identity_profile = IdentityDocumentAllOfIdentityProfile(
id='3bc8ad26b8664945866b31339d1ff7d2',
name='HR Employees'
)

[Back to top]