RoleMiningIdentity
Properties
| Name | Type | Description | Notes |
|---|---|---|---|
| Id | String | Id of the identity | [optional] |
| Name | String | Name of the identity | [optional] |
| Attributes | map[string]String | [optional] |
Examples
- Prepare the resource
$RoleMiningIdentity = Initialize-BetaRoleMiningIdentity -Id null `
-Name null `
-Attributes null
- Convert the resource to JSON
$RoleMiningIdentity | ConvertTo-JSON