mirror of
https://github.com/LukeHagar/developer.sailpoint.com.git
synced 2025-12-06 20:37:46 +00:00
984 B
984 B
id, title, pagination_label, sidebar_label, sidebar_class_name, keywords, slug, tags
| id | title | pagination_label | sidebar_label | sidebar_class_name | keywords | slug | tags | |||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
| beta-role-mining-identity | RoleMiningIdentity | RoleMiningIdentity | RoleMiningIdentity | powershellsdk |
|
/tools/sdk/powershell/beta/models/role-mining-identity |
|
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