> For the complete documentation index, see [llms.txt](https://docs.parallels.com/landing/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.parallels.com/landing/ras-powershell-api-guide/parallels-ras-powershell-admin-module/types/sectionpermission.md).

# SectionPermission

## NAMESPACE

RASAdminEngine.Core.OutputModels

## DESCRIPTION

The section permission policy

## INHERITED FROM

[RASSerilazableObj](/landing/ras-powershell-api-guide/parallels-ras-powershell-admin-module/types/rasserilazableobj.md)

⇒

SectionPermission

## INTERFACES

* ISerializable
* IComparable

## PUBLIC PROPERTIES

| Type    | Name               | Description                                                 |
| ------- | ------------------ | ----------------------------------------------------------- |
| Boolean | ADIntegration      | Permission to manage AD Integration                         |
| Boolean | Administration     | Permission to manage Administration                         |
| Boolean | Auditing           | Permission to manage Auditing                               |
| Boolean | AutoPromote        | Permission to Auto Promote                                  |
| Boolean | Brokers            | Permission to manage Connection Brokers                     |
| Boolean | Certificates       | Permission to manage Certificates                           |
| Boolean | ConnAllowedDevices | Permission to manage Connection Allowed Devices             |
| Boolean | ConnAuthenticate   | Permission to manage Connection Authentication              |
| Boolean | Connection         | Permission to manage Connection                             |
| Boolean | ConnMFAuthenticate | Permission to manage Connection Multi-Factor Authentication |
| Boolean | ConnSettings       | Permission to manage Connection Settings                    |
| Boolean | DeviceManager      | Permission to manage Device Manager                         |
| Boolean | Devices            | Permission to manage Devices                                |
| Boolean | DevicesOptions     | Permission to manage Devices Options                        |
| Boolean | DevicesSchedule    | Permission to manage Devices Schedule                       |
| Boolean | EnrollmentServers  | Permission to manage Enrollment Servers                     |
| Boolean | FarmFeatures       | Permission to manage Farm Features                          |
| Boolean | Gateways           | Permission to manage Gateways                               |
| Boolean | GlobalClientSetts  | Permission to manage Global Client Settings                 |
| Boolean | GlobalLogging      | Permission to manage Global Logging                         |
| Boolean | HALB               | Permission to manage HALB                                   |
| Boolean | LoadBalancer       | Permission to manage Load Balancer                          |
| Boolean | Notifications      | Permission to manage Notifications                          |
| Boolean | PCs                | Permission to manage PCs                                    |
| Boolean | Providers          | Permission to manage Providers                              |
| Boolean | Publishing         | Permission to manage Publishing                             |
| Boolean | RDPGroups          | Permission to manage Remote Desktop Groups                  |
| Boolean | RDPScheduler       | Permission to manage Remote Desktop Scheduler               |
| Boolean | RDPServers         | Permission to manage Remote Desktop Servers                 |
| Boolean | RDPSessionMgmnt    | Permission to manage Remote Desktop Sessions                |
| Boolean | RedirURL           | Permission to manage URL Redirection                        |
| Boolean | SAML               | Permission to manage SAML                                   |
| Boolean | SiteFeatures       | Permission to manage Site Features                          |
| UInt32  | SiteId             | Site ID                                                     |
| Boolean | Tenants            | Permission to manage Tenants                                |
| Boolean | Themes             | Permission to manage Themes                                 |
| Boolean | TunnelingPolicies  | Permission to manage Tunneling Policies                     |
| Boolean | UniversalPrinting  | Permission to manage Universal Printing                     |
| Boolean | UniversalScanning  | Permission to manage Universal Scanning                     |
| Boolean | VDIHostPools       | Permission to manage VDI Host Pools                         |
| Boolean | VDIHosts           | Permission to manage VDI Hosts                              |
| Boolean | VDISessionMgmnt    | Permission to manage VDI Sessions                           |
| Boolean | VDITemplates       | Permission to manage VDI Templates                          |
| Boolean | WinDeviceGroups    | Permission to manage Windows Device Groups                  |

## PUBLIC METHODS

| Type        | Name                    | Description                                                                                                                            |
| ----------- | ----------------------- | -------------------------------------------------------------------------------------------------------------------------------------- |
| Int32       | CompareTo (Object obj)  | Inherited from [RASSerilazableObj](/landing/ras-powershell-api-guide/parallels-ras-powershell-admin-module/types/rasserilazableobj.md) |
| Boolean     | Equals (Object obj)     | Inherited from [RASSerilazableObj](/landing/ras-powershell-api-guide/parallels-ras-powershell-admin-module/types/rasserilazableobj.md) |
| Int32       | GetHashCode ()          | Inherited from [RASSerilazableObj](/landing/ras-powershell-api-guide/parallels-ras-powershell-admin-module/types/rasserilazableobj.md) |
| Type        | GetType ()              | String                                                                                                                                 |
| ToString () | ### References to Types |                                                                                                                                        |


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## Querying This Documentation
If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter, and the optional `goal` query parameter:

```
GET https://docs.parallels.com/landing/ras-powershell-api-guide/parallels-ras-powershell-admin-module/types/sectionpermission.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
