Skip to main content

RoleMiningPotentialRoleExportRequest

Properties

NameTypeDescriptionNotes
MinEntitlementPopularityInt32The minimum popularity among identities in the role which an entitlement must have to be included in the report[optional]
IncludeCommonAccessBooleanIf false, do not include entitlements that are highly popular among the entire orginization[optional]

Examples

  • Prepare the resource
$RoleMiningPotentialRoleExportRequest = Initialize-PSSailpoint.V2024RoleMiningPotentialRoleExportRequest  -MinEntitlementPopularity 0 `
-IncludeCommonAccess true
  • Convert the resource to JSON
$RoleMiningPotentialRoleExportRequest | ConvertTo-JSON

[Back to top]