# APISettings

## NAMESPACE

RASAdminEngine.Core.OutputModels.ConnectionBroker

## DESCRIPTION

RAS Connection Broker API Settings

## INHERITED FROM

[RASSerilazableObj](https://docs.parallels.com/landing/ras-powershell-api-guide/parallels-ras-powershell-admin-module/types/rasserilazableobj)

⇒

APISettings

## INTERFACES

* ISerializable
* IComparable

## PUBLIC PROPERTIES

| Type                                                                                                                                             | Name             | Description                                                   |
| ------------------------------------------------------------------------------------------------------------------------------------------------ | ---------------- | ------------------------------------------------------------- |
| UInt32                                                                                                                                           | APIPort          | The API port.                                                 |
| String                                                                                                                                           | APIToken         | The API token.                                                |
| UInt32                                                                                                                                           | CertificateId    | The ID of the specific Certificate to be used.                |
| String                                                                                                                                           | Cipher           | Cipher string.                                                |
| Boolean                                                                                                                                          | CipherPreference | Enable or disable Use ciphers according to server preference. |
| [CipherStrength](https://docs.parallels.com/landing/ras-powershell-api-guide/parallels-ras-powershell-admin-module/types/cipherstrength)         | CipherStrength   | Cipher strength.                                              |
| Boolean                                                                                                                                          | EnableAPI        | Whether the API is enabled or disabled.                       |
| [AcceptedSSLVersion](https://docs.parallels.com/landing/ras-powershell-api-guide/parallels-ras-powershell-admin-module/types/acceptedsslversion) | MinSSLVersion    | Minimum SSL version.                                          |

## PUBLIC METHODS

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