mirror of
https://github.com/LukeHagar/developer.sailpoint.com.git
synced 2025-12-08 20:37:46 +00:00
997 B
997 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 | |||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
| beta-role-insights-identities | RoleInsightsIdentities | RoleInsightsIdentities | RoleInsightsIdentities | pythonsdk |
|
/tools/sdk/python/beta/models/role-insights-identities |
|
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.beta.models.role_insights_identities import RoleInsightsIdentities
role_insights_identities = RoleInsightsIdentities(
id='',
name='',
attributes={
'key' : ''
}
)