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-PSSailpoint.V2024RoleMiningIdentity -Id null `
-Name null `
-Attributes null
- Convert the resource to JSON
$RoleMiningIdentity | ConvertTo-JSON