mirror of
https://github.com/LukeHagar/developer.sailpoint.com.git
synced 2025-12-08 20:37:46 +00:00
952 B
952 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-mining-identity | RoleMiningIdentity | RoleMiningIdentity | RoleMiningIdentity | pythonsdk |
|
/tools/sdk/python/v2024/models/role-mining-identity |
|
RoleMiningIdentity
Properties
| Name | Type | Description | Notes |
|---|---|---|---|
| id | str | Id of the identity | [optional] |
| name | str | Name of the identity | [optional] |
| attributes | map[string]str | [optional] | |
| } |
Example
from sailpoint.v2024.models.role_mining_identity import RoleMiningIdentity
role_mining_identity = RoleMiningIdentity(
id='',
name='',
attributes={
'key' : ''
}
)