mirror of
https://github.com/LukeHagar/developer.sailpoint.com.git
synced 2025-12-06 20:37:46 +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 | powershellsdk |
|
/tools/sdk/powershell/beta/models/role-mining-identity-distribution |
|
RoleMiningIdentityDistribution
Properties
| Name | Type | Description | Notes |
|---|---|---|---|
| AttributeName | String | Id of the potential role | [optional] |
| Distribution | []System.Collections.Hashtable | [optional] |
Examples
- Prepare the resource
$RoleMiningIdentityDistribution = Initialize-BetaRoleMiningIdentityDistribution -AttributeName department `
-Distribution [{attributeValue=NM Tier 3, count=6}]
- Convert the resource to JSON
$RoleMiningIdentityDistribution | ConvertTo-JSON