mirror of
https://github.com/LukeHagar/developer.sailpoint.com.git
synced 2025-12-08 20:37:46 +00:00
1.1 KiB
1.1 KiB
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-potential-role-entitlements | RoleMiningPotentialRoleEntitlements | RoleMiningPotentialRoleEntitlements | RoleMiningPotentialRoleEntitlements | pythonsdk |
|
/tools/sdk/python/v2025/models/role-mining-potential-role-entitlements |
|
RoleMiningPotentialRoleEntitlements
Properties
| Name | Type | Description | Notes |
|---|---|---|---|
| id | str | Id of the entitlement | [optional] |
| name | str | Name of the entitlement | [optional] |
| } |
Example
from sailpoint.v2025.models.role_mining_potential_role_entitlements import RoleMiningPotentialRoleEntitlements
role_mining_potential_role_entitlements = RoleMiningPotentialRoleEntitlements(
id='{id=2c9180877212632a017228d5a796292c}',
name='{name=LauncherTest2}'
)