# GlobalPolicy.md

## NAMESPACE

RASAdminEngine.Core.OutputModels.ClientRulesPolicy.ClientOptions.Advanced

## DESCRIPTION

Client Options Global Policy

## INHERITED FROM

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

⇒

GlobalPolicy

## INTERFACES

* ISerializable
* IComparable

## PUBLIC PROPERTIES

| Type                                                      | Name        | Description                                                         |
| --------------------------------------------------------- | ----------- | ------------------------------------------------------------------- |
| Boolean                                                   | AutoAddFarm | Add the RAS Connections automatically when starting web or shortcut |
| items                                                     | Boolean     | ClearCookies                                                        |
| Clear session cookies on exit.                            | Boolean     | ClientWorkAreaBackground                                            |
| Enable the work area background for the chrome client     | Boolean     | DontPromptAutoAddFarm                                               |
| No messages are prompted when auto adding ras connections | Boolean     | DPIAware                                                            |
| Enable the dpi aware                                      | Boolean     | Enabled                                                             |
| Whether Advanced Global policy is enabled or not          | Boolean     | GraphicsAccel                                                       |
| Enable the graphics acceleration for the chrome client    | Boolean     | MinimizeToTrayOnClose                                               |
| Minimize to tray on close or escape                       | Boolean     | ShowFolders                                                         |
| Show the connection trees                                 | Boolean     | SSLNoWarning                                                        |
| Do not warn if the server certificate is not verified     | Boolean     | SuppErrMsgs                                                         |
| Close any errors automatically                            | Boolean     | SwapMouse                                                           |
| Swap the mouse buttons                                    | Boolean     | TurnOffUDPOnClient                                                  |

## PUBLIC METHODS

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


---

# Agent Instructions: 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:

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

The question should be specific, self-contained, and written in natural language.
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.
