Skip to main content

RoleMiningIdentityDistribution

Properties

NameTypeDescriptionNotes
AttributeNameStringId 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-PSSailpoint.V2024RoleMiningIdentityDistribution  -AttributeName department `
-Distribution [{attributeValue=NM Tier 3, count=6}]
  • Convert the resource to JSON
$RoleMiningIdentityDistribution | ConvertTo-JSON

[Back to top]