Files
developer.sailpoint.com/docs/tools/sdk/python/Reference/V2024/Models/RoleInsightsIdentities.md
2025-02-20 12:59:19 -05: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
v2024-role-insights-identities RoleInsightsIdentities RoleInsightsIdentities RoleInsightsIdentities pythonsdk
python
Python
sdk
RoleInsightsIdentities
V2024RoleInsightsIdentities
/tools/sdk/python/v2024/models/role-insights-identities
SDK
Software Development Kit
RoleInsightsIdentities
V2024RoleInsightsIdentities

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.v2024.models.role_insights_identities import RoleInsightsIdentities

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

[Back to top]