Skip to main content

RoleMiningIdentityDistribution

Properties

NameTypeDescriptionNotes
AttributeNameStringId of the potential role[optional]
Distribution[]RoleMiningIdentityDistributionDistributionInner[optional]

Examples

  • Prepare the resource
$RoleMiningIdentityDistribution = Initialize-RoleMiningIdentityDistribution  -AttributeName department `
-Distribution null
  • Convert the resource to JSON
$RoleMiningIdentityDistribution | ConvertTo-JSON

[Back to top]