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 |
| powershell |
| PowerShell |
| sdk |
| PermissionDto |
|
/tools/sdk/powershell/v2024/models/permission-dto |
| SDK |
| Software Development Kit |
| PermissionDto |
|
PermissionDto
Properties
| Name |
Type |
Description |
Notes |
| Rights |
Pointer to []String |
All the rights (e.g. actions) that this permission allows on the target |
[optional] [readonly] |
| Target |
Pointer to String |
The target the permission would grants rights on. |
[optional] [readonly] |
Examples
- Convert the resource to JSON
[Back to top]