removing beta docs

This commit is contained in:
darrell-thobe-sp
2025-01-23 23:30:59 -05:00
parent 7194b934e8
commit befdd82384
999 changed files with 0 additions and 70946 deletions

View File

@@ -1,41 +0,0 @@
---
id: role-mining-entitlement-ref
title: RoleMiningEntitlementRef
pagination_label: RoleMiningEntitlementRef
sidebar_label: RoleMiningEntitlementRef
sidebar_class_name: powershellsdk
keywords: ['powershell', 'PowerShell', 'sdk', 'RoleMiningEntitlementRef']
slug: /tools/sdk/powershell/beta/models/role-mining-entitlement-ref
tags: ['SDK', 'Software Development Kit', 'RoleMiningEntitlementRef']
---
# RoleMiningEntitlementRef
## Properties
Name | Type | Description | Notes
------------ | ------------- | ------------- | -------------
**Id** | Pointer to **String** | Id of the entitlement | [optional]
**Name** | Pointer to **String** | Name of the entitlement | [optional]
**Description** | Pointer to **String** | Description forthe entitlement | [optional]
**Attribute** | Pointer to **String** | The entitlement attribute | [optional]
## Examples
- Prepare the resource
```powershell
$RoleMiningEntitlementRef = Initialize-PSSailpoint.BetaRoleMiningEntitlementRef -Id 2c91808a7e95e6e0017e96e2086206c8 `
-Name App.entitlement.1 `
-Description Entitlement 1 `
-Attribute groups
```
- Convert the resource to JSON
```powershell
$RoleMiningEntitlementRef | ConvertTo-JSON
```
[[Back to top]](#)