Files
developer.sailpoint.com/docs/tools/sdk/python/Reference/V2025/Models/RoleInsightsIdentities.md
2025-04-01 09:23:12 -04:00

1002 B

id, title, pagination_label, sidebar_label, sidebar_class_name, keywords, slug, tags
id title pagination_label sidebar_label sidebar_class_name keywords slug tags
v2025-role-insights-identities RoleInsightsIdentities RoleInsightsIdentities RoleInsightsIdentities pythonsdk
python
Python
sdk
RoleInsightsIdentities
V2025RoleInsightsIdentities
/tools/sdk/python/v2025/models/role-insights-identities
SDK
Software Development Kit
RoleInsightsIdentities
V2025RoleInsightsIdentities

RoleInsightsIdentities

Properties

Name Type Description Notes
id str Id for identity [optional]
name str Name for identity [optional]
attributes map[string]str [optional]
}

Example

from sailpoint.v2025.models.role_insights_identities import RoleInsightsIdentities

role_insights_identities = RoleInsightsIdentities(
id='',
name='',
attributes={
                    'key' : ''
                    }
)

[Back to top]