Skip to main content

RoleMiningPotentialRoleExportResponse

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]
ExportIdStringID used to reference this export[optional]
StatusRoleMiningPotentialRoleExportState[optional]

Examples

  • Prepare the resource
$RoleMiningPotentialRoleExportResponse = Initialize-PSSailpoint.BetaRoleMiningPotentialRoleExportResponse  -MinEntitlementPopularity 0 `
-IncludeCommonAccess true `
-ExportId 0c6cdb76-1227-4aaf-af21-192dbdfbfa04 `
-Status null
  • Convert the resource to JSON
$RoleMiningPotentialRoleExportResponse | ConvertTo-JSON

[Back to top]