Files
developer.sailpoint.com/docs/tools/sdk/powershell/Reference/Beta/Models/RoleMiningPotentialRoleExportResponse.md
2025-05-07 14:37:48 +00:00

1.6 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-response RoleMiningPotentialRoleExportResponse RoleMiningPotentialRoleExportResponse RoleMiningPotentialRoleExportResponse powershellsdk
powershell
PowerShell
sdk
RoleMiningPotentialRoleExportResponse
BetaRoleMiningPotentialRoleExportResponse
/tools/sdk/powershell/beta/models/role-mining-potential-role-export-response
SDK
Software Development Kit
RoleMiningPotentialRoleExportResponse
BetaRoleMiningPotentialRoleExportResponse

RoleMiningPotentialRoleExportResponse

Properties

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

Examples

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

[Back to top]