--- id: v2024-role-mining-identity-distribution title: RoleMiningIdentityDistribution pagination_label: RoleMiningIdentityDistribution sidebar_label: RoleMiningIdentityDistribution sidebar_class_name: powershellsdk keywords: ['powershell', 'PowerShell', 'sdk', 'RoleMiningIdentityDistribution', 'V2024RoleMiningIdentityDistribution'] slug: /tools/sdk/powershell/v2024/models/role-mining-identity-distribution tags: ['SDK', 'Software Development Kit', 'RoleMiningIdentityDistribution', 'V2024RoleMiningIdentityDistribution'] --- # RoleMiningIdentityDistribution ## Properties Name | Type | Description | Notes ------------ | ------------- | ------------- | ------------- **AttributeName** | Pointer to **String** | Id of the potential role | [optional] **Distribution** | Pointer to **[]System.Collections.Hashtable** | | [optional] ## Examples - Prepare the resource ```powershell $RoleMiningIdentityDistribution = Initialize-PSSailpoint.V2024RoleMiningIdentityDistribution -AttributeName department ` -Distribution [{attributeValue=NM Tier 3, count=6}] ``` - Convert the resource to JSON ```powershell $RoleMiningIdentityDistribution | ConvertTo-JSON ``` [[Back to top]](#)