Skip to main content

RoleMiningPotentialRoleRef

Properties

NameTypeDescriptionNotes
IdStringId of the potential role[optional]
NameStringName of the potential role[optional]

Examples

  • Prepare the resource
$RoleMiningPotentialRoleRef = Initialize-PSSailpoint.V2024RoleMiningPotentialRoleRef  -Id e0cc5d7d-bf7f-4f81-b2af-8885b09d9923 `
-Name Potential Role - e0cc5d
  • Convert the resource to JSON
$RoleMiningPotentialRoleRef | ConvertTo-JSON

[Back to top]