mirror of
https://github.com/LukeHagar/developer.sailpoint.com.git
synced 2025-12-09 12:27:47 +00:00
adding powershell sdk docs back
This commit is contained in:
@@ -0,0 +1,37 @@
|
||||
---
|
||||
id: v2024-role-mining-identity-distribution
|
||||
title: RoleMiningIdentityDistribution
|
||||
pagination_label: RoleMiningIdentityDistribution
|
||||
sidebar_label: RoleMiningIdentityDistribution
|
||||
sidebar_class_name: powershellsdk
|
||||
keywords: ['powershell', 'PowerShell', 'sdk', 'RoleMiningIdentityDistribution', 'V2024RoleMiningIdentityDistribution']
|
||||
slug: /tools/sdk/powershell/v2024/models/role-mining-identity-distribution
|
||||
tags: ['SDK', 'Software Development Kit', 'RoleMiningIdentityDistribution', 'V2024RoleMiningIdentityDistribution']
|
||||
---
|
||||
|
||||
|
||||
# RoleMiningIdentityDistribution
|
||||
|
||||
## Properties
|
||||
|
||||
Name | Type | Description | Notes
|
||||
------------ | ------------- | ------------- | -------------
|
||||
**AttributeName** | Pointer to **String** | Id of the potential role | [optional]
|
||||
**Distribution** | Pointer to **[]System.Collections.Hashtable** | | [optional]
|
||||
|
||||
## Examples
|
||||
|
||||
- Prepare the resource
|
||||
```powershell
|
||||
$RoleMiningIdentityDistribution = Initialize-PSSailpoint.V2024RoleMiningIdentityDistribution -AttributeName department `
|
||||
-Distribution [{attributeValue=NM Tier 3, count=6}]
|
||||
```
|
||||
|
||||
- Convert the resource to JSON
|
||||
```powershell
|
||||
$RoleMiningIdentityDistribution | ConvertTo-JSON
|
||||
```
|
||||
|
||||
|
||||
[[Back to top]](#)
|
||||
|
||||
Reference in New Issue
Block a user