mirror of
https://github.com/LukeHagar/developer.sailpoint.com.git
synced 2025-12-09 04:19:37 +00:00
starting point for adding python sdk docs
This commit is contained in:
@@ -0,0 +1,36 @@
|
||||
---
|
||||
id: v2024-role-mining-potential-role-summary-created-by
|
||||
title: RoleMiningPotentialRoleSummaryCreatedBy
|
||||
pagination_label: RoleMiningPotentialRoleSummaryCreatedBy
|
||||
sidebar_label: RoleMiningPotentialRoleSummaryCreatedBy
|
||||
sidebar_class_name: pythonsdk
|
||||
keywords: ['python', 'Python', 'sdk', 'RoleMiningPotentialRoleSummaryCreatedBy', 'V2024RoleMiningPotentialRoleSummaryCreatedBy']
|
||||
slug: /tools/sdk/python/v2024/models/role-mining-potential-role-summary-created-by
|
||||
tags: ['SDK', 'Software Development Kit', 'RoleMiningPotentialRoleSummaryCreatedBy', 'V2024RoleMiningPotentialRoleSummaryCreatedBy']
|
||||
---
|
||||
|
||||
# RoleMiningPotentialRoleSummaryCreatedBy
|
||||
|
||||
The potential role created by details
|
||||
|
||||
## Properties
|
||||
|
||||
Name | Type | Description | Notes
|
||||
------------ | ------------- | ------------- | -------------
|
||||
**id** | **str** | ID of the creator | [optional]
|
||||
**display_name** | **str** | The display name of the creator | [optional]
|
||||
}
|
||||
|
||||
## Example
|
||||
|
||||
```python
|
||||
from sailpoint.v2024.models.role_mining_potential_role_summary_created_by import RoleMiningPotentialRoleSummaryCreatedBy
|
||||
|
||||
role_mining_potential_role_summary_created_by = RoleMiningPotentialRoleSummaryCreatedBy(
|
||||
id='2c918090761a5aac0176215c46a62d58',
|
||||
display_name='Ashley.Pierce'
|
||||
)
|
||||
|
||||
```
|
||||
[[Back to top]](#)
|
||||
|
||||
Reference in New Issue
Block a user