mirror of
https://github.com/LukeHagar/developer.sailpoint.com.git
synced 2025-12-06 20:37:46 +00:00
991 B
991 B
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-permission-dto | PermissionDto | PermissionDto | PermissionDto | powershellsdk |
|
/tools/sdk/powershell/v2024/models/permission-dto |
|
PermissionDto
Properties
| Name | Type | Description | Notes |
|---|---|---|---|
| Rights | []String | All the rights (e.g. actions) that this permission allows on the target | [optional] [readonly] |
| Target | String | The target the permission would grants rights on. | [optional] [readonly] |
Examples
- Prepare the resource
$PermissionDto = Initialize-PSSailpoint.V2024PermissionDto -Rights null `
-Target SYS.GV_$TRANSACTION
- Convert the resource to JSON
$PermissionDto | ConvertTo-JSON