Files
developer.sailpoint.com/docs/tools/sdk/powershell/Reference/V2024/Models/RoleMiningIdentity.md
2025-03-06 23:07:50 +00:00

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
powershell
PowerShell
sdk
RoleMiningIdentity
V2024RoleMiningIdentity
/tools/sdk/powershell/v2024/models/role-mining-identity
SDK
Software Development Kit
RoleMiningIdentity
V2024RoleMiningIdentity

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

[Back to top]