IdentityProfilesConnections
Properties
| Name | Type | Description | Notes |
|---|---|---|---|
| id | str | ID of the IdentityProfile this reference applies | [optional] |
| name | str | Human-readable display name of the IdentityProfile to which this reference applies | [optional] |
| identity_count | int | The Number of Identities managed by this IdentityProfile | [optional] |
| } |
Example
from sailpoint.v2024.models.identity_profiles_connections import IdentityProfilesConnections
identity_profiles_connections = IdentityProfilesConnections(
id='76cfddb62818416f816bc494410f46c4',
name='ODS-Identity-Profile',
identity_count=100
)