Skip to main content

RoleMiningPotentialRoleEntitlements

Properties

NameTypeDescriptionNotes
IdStringId of the entitlement[optional]
NameStringName of the entitlement[optional]

Examples

  • Prepare the resource
$RoleMiningPotentialRoleEntitlements = Initialize-PSSailpoint.BetaRoleMiningPotentialRoleEntitlements  -Id {id=2c9180877212632a017228d5a796292c} `
-Name {name=LauncherTest2}
  • Convert the resource to JSON
$RoleMiningPotentialRoleEntitlements | ConvertTo-JSON

[Back to top]