mirror of
https://github.com/LukeHagar/developer.sailpoint.com.git
synced 2025-12-08 12:27:47 +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 | |||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
| beta-role-mining-identity-distribution | RoleMiningIdentityDistribution | RoleMiningIdentityDistribution | RoleMiningIdentityDistribution | pythonsdk |
|
/tools/sdk/python/beta/models/role-mining-identity-distribution |
|
RoleMiningIdentityDistribution
Properties
| Name | Type | Description | Notes |
|---|---|---|---|
| attribute_name | str | Id of the potential role | [optional] |
| distribution | []Dict[str, str] | [optional] | |
| } |
Example
from sailpoint.beta.models.role_mining_identity_distribution import RoleMiningIdentityDistribution
role_mining_identity_distribution = RoleMiningIdentityDistribution(
attribute_name='department',
distribution=[{attributeValue=NM Tier 3, count=6}]
)