Skip to main content

Identityprofilesconnections

Properties

NameTypeDescriptionNotes
idstrID of the IdentityProfile this reference applies[optional]
namestrHuman-readable display name of the IdentityProfile to which this reference applies[optional]
identity_countintThe Number of Identities managed by this IdentityProfile[optional]
}

Example

from sailpoint.sources.models.identityprofilesconnections import Identityprofilesconnections

identityprofilesconnections = Identityprofilesconnections(
id='76cfddb62818416f816bc494410f46c4',
name='ODS-Identity-Profile',
identity_count=100
)

[Back to top]