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.v3.models.identity_profiles_connections import IdentityProfilesConnections

identity_profiles_connections = IdentityProfilesConnections(
id='76cfddb62818416f816bc494410f46c4',
name='ODS-Identity-Profile',
identity_count=100
)

[Back to top]