mirror of
https://github.com/LukeHagar/developer.sailpoint.com.git
synced 2025-12-09 12:27:47 +00:00
starting point for adding python sdk docs
This commit is contained in:
@@ -0,0 +1,35 @@
|
||||
---
|
||||
id: v2024-role-mining-identity-distribution
|
||||
title: RoleMiningIdentityDistribution
|
||||
pagination_label: RoleMiningIdentityDistribution
|
||||
sidebar_label: RoleMiningIdentityDistribution
|
||||
sidebar_class_name: pythonsdk
|
||||
keywords: ['python', 'Python', 'sdk', 'RoleMiningIdentityDistribution', 'V2024RoleMiningIdentityDistribution']
|
||||
slug: /tools/sdk/python/v2024/models/role-mining-identity-distribution
|
||||
tags: ['SDK', 'Software Development Kit', 'RoleMiningIdentityDistribution', 'V2024RoleMiningIdentityDistribution']
|
||||
---
|
||||
|
||||
# RoleMiningIdentityDistribution
|
||||
|
||||
|
||||
## Properties
|
||||
|
||||
Name | Type | Description | Notes
|
||||
------------ | ------------- | ------------- | -------------
|
||||
**attribute_name** | **str** | Id of the potential role | [optional]
|
||||
**distribution** | **[]Dict[str, str]** | | [optional]
|
||||
}
|
||||
|
||||
## Example
|
||||
|
||||
```python
|
||||
from sailpoint.v2024.models.role_mining_identity_distribution import RoleMiningIdentityDistribution
|
||||
|
||||
role_mining_identity_distribution = RoleMiningIdentityDistribution(
|
||||
attribute_name='department',
|
||||
distribution=[{attributeValue=NM Tier 3, count=6}]
|
||||
)
|
||||
|
||||
```
|
||||
[[Back to top]](#)
|
||||
|
||||
Reference in New Issue
Block a user