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 null `
-Name null `
-Attributes null
  • Convert the resource to JSON
$RoleMiningIdentity | ConvertTo-JSON

[Back to top]