mirror of
https://github.com/LukeHagar/developer.sailpoint.com.git
synced 2025-12-07 20:37:46 +00:00
Update to powershell SDK docs: 13400083192
This commit is contained in:
@@ -0,0 +1,37 @@
|
||||
---
|
||||
id: v2024-entitlement-document-all-of-permissions
|
||||
title: EntitlementDocumentAllOfPermissions
|
||||
pagination_label: EntitlementDocumentAllOfPermissions
|
||||
sidebar_label: EntitlementDocumentAllOfPermissions
|
||||
sidebar_class_name: powershellsdk
|
||||
keywords: ['powershell', 'PowerShell', 'sdk', 'EntitlementDocumentAllOfPermissions', 'V2024EntitlementDocumentAllOfPermissions']
|
||||
slug: /tools/sdk/powershell/v2024/models/entitlement-document-all-of-permissions
|
||||
tags: ['SDK', 'Software Development Kit', 'EntitlementDocumentAllOfPermissions', 'V2024EntitlementDocumentAllOfPermissions']
|
||||
---
|
||||
|
||||
|
||||
# EntitlementDocumentAllOfPermissions
|
||||
|
||||
## Properties
|
||||
|
||||
Name | Type | Description | Notes
|
||||
------------ | ------------- | ------------- | -------------
|
||||
**Target** | **String** | The target the permission would grants rights on. | [optional]
|
||||
**Rights** | **[]String** | All the rights (e.g. actions) that this permission allows on the target | [optional]
|
||||
|
||||
## Examples
|
||||
|
||||
- Prepare the resource
|
||||
```powershell
|
||||
$EntitlementDocumentAllOfPermissions = Initialize-PSSailpoint.V2024EntitlementDocumentAllOfPermissions -Target SYS.GV_$TRANSACTION `
|
||||
-Rights null
|
||||
```
|
||||
|
||||
- Convert the resource to JSON
|
||||
```powershell
|
||||
$EntitlementDocumentAllOfPermissions | ConvertTo-JSON
|
||||
```
|
||||
|
||||
|
||||
[[Back to top]](#)
|
||||
|
||||
Reference in New Issue
Block a user