Files
developer.sailpoint.com/docs/tools/sdk/powershell/Reference/V2024/Models/RoleMiningIdentityDistribution.md
2025-05-07 14:37:48 +00:00

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
powershell
PowerShell
sdk
RoleMiningIdentityDistribution
V2024RoleMiningIdentityDistribution
/tools/sdk/powershell/v2024/models/role-mining-identity-distribution
SDK
Software Development Kit
RoleMiningIdentityDistribution
V2024RoleMiningIdentityDistribution

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

[Back to top]