mirror of
https://github.com/LukeHagar/developer.sailpoint.com.git
synced 2025-12-07 12:27:47 +00:00
adding powershell sdk docs back
This commit is contained in:
@@ -0,0 +1,41 @@
|
||||
---
|
||||
id: beta-role-mining-potential-role-export-response
|
||||
title: RoleMiningPotentialRoleExportResponse
|
||||
pagination_label: RoleMiningPotentialRoleExportResponse
|
||||
sidebar_label: RoleMiningPotentialRoleExportResponse
|
||||
sidebar_class_name: powershellsdk
|
||||
keywords: ['powershell', 'PowerShell', 'sdk', 'RoleMiningPotentialRoleExportResponse', 'BetaRoleMiningPotentialRoleExportResponse']
|
||||
slug: /tools/sdk/powershell/beta/models/role-mining-potential-role-export-response
|
||||
tags: ['SDK', 'Software Development Kit', 'RoleMiningPotentialRoleExportResponse', 'BetaRoleMiningPotentialRoleExportResponse']
|
||||
---
|
||||
|
||||
|
||||
# RoleMiningPotentialRoleExportResponse
|
||||
|
||||
## 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]
|
||||
**ExportId** | Pointer to **String** | ID used to reference this export | [optional]
|
||||
**Status** | Pointer to [**RoleMiningPotentialRoleExportState**](role-mining-potential-role-export-state) | | [optional]
|
||||
|
||||
## Examples
|
||||
|
||||
- Prepare the resource
|
||||
```powershell
|
||||
$RoleMiningPotentialRoleExportResponse = Initialize-PSSailpoint.BetaRoleMiningPotentialRoleExportResponse -MinEntitlementPopularity 0 `
|
||||
-IncludeCommonAccess true `
|
||||
-ExportId 0c6cdb76-1227-4aaf-af21-192dbdfbfa04 `
|
||||
-Status null
|
||||
```
|
||||
|
||||
- Convert the resource to JSON
|
||||
```powershell
|
||||
$RoleMiningPotentialRoleExportResponse | ConvertTo-JSON
|
||||
```
|
||||
|
||||
|
||||
[[Back to top]](#)
|
||||
|
||||
Reference in New Issue
Block a user