mirror of
https://github.com/LukeHagar/developer.sailpoint.com.git
synced 2025-12-08 20:37:46 +00:00
starting point for adding python sdk docs
This commit is contained in:
@@ -0,0 +1,35 @@
|
||||
---
|
||||
id: beta-role-mining-potential-role-application
|
||||
title: RoleMiningPotentialRoleApplication
|
||||
pagination_label: RoleMiningPotentialRoleApplication
|
||||
sidebar_label: RoleMiningPotentialRoleApplication
|
||||
sidebar_class_name: pythonsdk
|
||||
keywords: ['python', 'Python', 'sdk', 'RoleMiningPotentialRoleApplication', 'BetaRoleMiningPotentialRoleApplication']
|
||||
slug: /tools/sdk/python/beta/models/role-mining-potential-role-application
|
||||
tags: ['SDK', 'Software Development Kit', 'RoleMiningPotentialRoleApplication', 'BetaRoleMiningPotentialRoleApplication']
|
||||
---
|
||||
|
||||
# RoleMiningPotentialRoleApplication
|
||||
|
||||
|
||||
## Properties
|
||||
|
||||
Name | Type | Description | Notes
|
||||
------------ | ------------- | ------------- | -------------
|
||||
**id** | **str** | Id of the application | [optional]
|
||||
**name** | **str** | Name of the application | [optional]
|
||||
}
|
||||
|
||||
## Example
|
||||
|
||||
```python
|
||||
from sailpoint.beta.models.role_mining_potential_role_application import RoleMiningPotentialRoleApplication
|
||||
|
||||
role_mining_potential_role_application = RoleMiningPotentialRoleApplication(
|
||||
id='{id=2c9180877212632a017228d5a796292b}',
|
||||
name='{name=Slack}'
|
||||
)
|
||||
|
||||
```
|
||||
[[Back to top]](#)
|
||||
|
||||
Reference in New Issue
Block a user