RoleInsightsIdentities
Properties
Name | Type | Description | Notes |
---|---|---|---|
Id | String | Id for identity | [optional] |
Name | String | Name for identity | [optional] |
Attributes | map[string]String | [optional] |
Examples
- Prepare the resource
$RoleInsightsIdentities = Initialize-PSSailpoint.BetaRoleInsightsIdentities -Id null `
-Name null `
-Attributes null
- Convert the resource to JSON
$RoleInsightsIdentities | ConvertTo-JSON