Skip to main content

RoleMiningIdentity

Properties

NameTypeDescriptionNotes
IdStringId of the identity[optional]
NameStringName of the identity[optional]
Attributesmap[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]