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

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

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

[Back to top]