mirror of
https://github.com/LukeHagar/developer.sailpoint.com.git
synced 2025-12-06 20:37:46 +00:00
1.2 KiB
1.2 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 | |||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
| v2024-role-mining-identity-distribution | RoleMiningIdentityDistribution | RoleMiningIdentityDistribution | RoleMiningIdentityDistribution | powershellsdk |
|
/tools/sdk/powershell/v2024/models/role-mining-identity-distribution |
|
RoleMiningIdentityDistribution
Properties
| Name | Type | Description | Notes |
|---|---|---|---|
| AttributeName | String | Id of the potential role | [optional] |
| Distribution | [[]System.Collections.Hashtable]https://learn.microsoft.com/en-us/dotnet/api/system.collections.hashtable?view=net-9.0 | [optional] |
Examples
- Prepare the resource
$RoleMiningIdentityDistribution = Initialize-V2024RoleMiningIdentityDistribution -AttributeName department `
-Distribution [{attributeValue=NM Tier 3, count=6}]
- Convert the resource to JSON
$RoleMiningIdentityDistribution | ConvertTo-JSON