starting point for adding python sdk docs

This commit is contained in:
darrell-thobe-sp
2025-02-20 12:59:19 -05:00
parent 3b9e39ca19
commit c18583ede4
2726 changed files with 370294 additions and 5 deletions

View File

@@ -0,0 +1,35 @@
---
id: v2024-role-mining-potential-role-entitlements
title: RoleMiningPotentialRoleEntitlements
pagination_label: RoleMiningPotentialRoleEntitlements
sidebar_label: RoleMiningPotentialRoleEntitlements
sidebar_class_name: pythonsdk
keywords: ['python', 'Python', 'sdk', 'RoleMiningPotentialRoleEntitlements', 'V2024RoleMiningPotentialRoleEntitlements']
slug: /tools/sdk/python/v2024/models/role-mining-potential-role-entitlements
tags: ['SDK', 'Software Development Kit', 'RoleMiningPotentialRoleEntitlements', 'V2024RoleMiningPotentialRoleEntitlements']
---
# RoleMiningPotentialRoleEntitlements
## Properties
Name | Type | Description | Notes
------------ | ------------- | ------------- | -------------
**id** | **str** | Id of the entitlement | [optional]
**name** | **str** | Name of the entitlement | [optional]
}
## Example
```python
from sailpoint.v2024.models.role_mining_potential_role_entitlements import RoleMiningPotentialRoleEntitlements
role_mining_potential_role_entitlements = RoleMiningPotentialRoleEntitlements(
id='{id=2c9180877212632a017228d5a796292c}',
name='{name=LauncherTest2}'
)
```
[[Back to top]](#)