Skip to main content

RoleMiningIdentityDistribution

Properties

NameTypeDescriptionNotes
AttributeNameStringId of the potential role[optional]
Distribution[]System.Collections.Hashtable[optional]

Examples

  • Prepare the resource
$RoleMiningIdentityDistribution = Initialize-PSSailpoint.BetaRoleMiningIdentityDistribution  -AttributeName department `
-Distribution [{attributeValue=NM Tier 3, count=6}]
  • Convert the resource to JSON
$RoleMiningIdentityDistribution | ConvertTo-JSON

[Back to top]