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

1023 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-mining-identity RoleMiningIdentity RoleMiningIdentity RoleMiningIdentity pythonsdk
python
Python
sdk
RoleMiningIdentity
V2025RoleMiningIdentity
/tools/sdk/python/v2025/models/role-mining-identity
SDK
Software Development Kit
RoleMiningIdentity
V2025RoleMiningIdentity

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.v2025.models.role_mining_identity import RoleMiningIdentity

role_mining_identity = RoleMiningIdentity(
id='2c9180877212632a017228d5934525e6',
name='Allene Abernathy-Welch',
attributes={jobTitle=SQL Developer, department=IT, location=NYC, firstName=Allene}
)

[Back to top]