Files
developer.sailpoint.com/docs/tools/sdk/powershell/Reference/Beta/Models/RoleMiningPotentialRoleExportRequest.md
2025-01-28 13:29:29 -05:00

1.4 KiB

id, title, pagination_label, sidebar_label, sidebar_class_name, keywords, slug, tags
id title pagination_label sidebar_label sidebar_class_name keywords slug tags
beta-role-mining-potential-role-export-request RoleMiningPotentialRoleExportRequest RoleMiningPotentialRoleExportRequest RoleMiningPotentialRoleExportRequest powershellsdk
powershell
PowerShell
sdk
RoleMiningPotentialRoleExportRequest
BetaRoleMiningPotentialRoleExportRequest
/tools/sdk/powershell/beta/models/role-mining-potential-role-export-request
SDK
Software Development Kit
RoleMiningPotentialRoleExportRequest
BetaRoleMiningPotentialRoleExportRequest

RoleMiningPotentialRoleExportRequest

Properties

Name Type Description Notes
MinEntitlementPopularity Pointer to Int32 The minimum popularity among identities in the role which an entitlement must have to be included in the report [optional]
IncludeCommonAccess Pointer to Boolean If false, do not include entitlements that are highly popular among the entire orginization [optional]

Examples

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

[Back to top]