RoleMiningIdentityDistribution
Properties
| Name | Type | Description | Notes |
|---|---|---|---|
| AttributeName | String | Id 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