mirror of
https://github.com/LukeHagar/developer.sailpoint.com.git
synced 2025-12-06 20:37:46 +00:00
1.1 KiB
1.1 KiB
id, title, pagination_label, sidebar_label, sidebar_class_name, keywords, slug, tags
| id | title | pagination_label | sidebar_label | sidebar_class_name | keywords | slug | tags | |||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
| v2024-role-mining-identity | RoleMiningIdentity | RoleMiningIdentity | RoleMiningIdentity | powershellsdk |
|
/tools/sdk/powershell/v2024/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-PSSailpoint.V2024RoleMiningIdentity -Id 2c9180877212632a017228d5934525e6 `
-Name Allene Abernathy-Welch `
-Attributes {jobTitle=SQL Developer, department=IT, location=NYC, firstName=Allene}
- Convert the resource to JSON
$RoleMiningIdentity | ConvertTo-JSON