mirror of
https://github.com/LukeHagar/developer.sailpoint.com.git
synced 2025-12-09 20:37:47 +00:00
adding powershell sdk docs back
This commit is contained in:
@@ -0,0 +1,39 @@
|
||||
---
|
||||
id: v2024-role-mining-identity
|
||||
title: RoleMiningIdentity
|
||||
pagination_label: RoleMiningIdentity
|
||||
sidebar_label: RoleMiningIdentity
|
||||
sidebar_class_name: powershellsdk
|
||||
keywords: ['powershell', 'PowerShell', 'sdk', 'RoleMiningIdentity', 'V2024RoleMiningIdentity']
|
||||
slug: /tools/sdk/powershell/v2024/models/role-mining-identity
|
||||
tags: ['SDK', 'Software Development Kit', 'RoleMiningIdentity', 'V2024RoleMiningIdentity']
|
||||
---
|
||||
|
||||
|
||||
# RoleMiningIdentity
|
||||
|
||||
## Properties
|
||||
|
||||
Name | Type | Description | Notes
|
||||
------------ | ------------- | ------------- | -------------
|
||||
**Id** | Pointer to **String** | Id of the identity | [optional]
|
||||
**Name** | Pointer to **String** | Name of the identity | [optional]
|
||||
**Attributes** | Pointer to **map[string]String** | | [optional]
|
||||
|
||||
## Examples
|
||||
|
||||
- Prepare the resource
|
||||
```powershell
|
||||
$RoleMiningIdentity = Initialize-PSSailpoint.V2024RoleMiningIdentity -Id null `
|
||||
-Name null `
|
||||
-Attributes null
|
||||
```
|
||||
|
||||
- Convert the resource to JSON
|
||||
```powershell
|
||||
$RoleMiningIdentity | ConvertTo-JSON
|
||||
```
|
||||
|
||||
|
||||
[[Back to top]](#)
|
||||
|
||||
Reference in New Issue
Block a user