mirror of
https://github.com/LukeHagar/developer.sailpoint.com.git
synced 2025-12-07 12:27:47 +00:00
1.3 KiB
1.3 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-entitlement-ref | RoleMiningEntitlementRef | RoleMiningEntitlementRef | RoleMiningEntitlementRef | powershellsdk |
|
/tools/sdk/powershell/v2024/models/role-mining-entitlement-ref |
|
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
$RoleMiningEntitlementRef = Initialize-PSSailpoint.V2024RoleMiningEntitlementRef -Id 2c91808a7e95e6e0017e96e2086206c8 `
-Name App.entitlement.1 `
-Description Entitlement 1 `
-Attribute groups
- Convert the resource to JSON
$RoleMiningEntitlementRef | ConvertTo-JSON