mirror of
https://github.com/LukeHagar/developer.sailpoint.com.git
synced 2025-12-06 20:37:46 +00:00
1.4 KiB
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 | |||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
| v2024-role-mining-potential-role-export-request | RoleMiningPotentialRoleExportRequest | RoleMiningPotentialRoleExportRequest | RoleMiningPotentialRoleExportRequest | powershellsdk |
|
/tools/sdk/powershell/v2024/models/role-mining-potential-role-export-request |
|
RoleMiningPotentialRoleExportRequest
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] |
Examples
- Prepare the resource
$RoleMiningPotentialRoleExportRequest = Initialize-V2024RoleMiningPotentialRoleExportRequest -MinEntitlementPopularity 0 `
-IncludeCommonAccess true
- Convert the resource to JSON
$RoleMiningPotentialRoleExportRequest | ConvertTo-JSON