# CASettings

## NAMESPACE

RASAdminEngine.Core.OutputModels

## DESCRIPTION

Certificate Authority Settings

## INHERITED FROM

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

⇒

CASettings

## INTERFACES

* ISerializable
* IComparable

## PUBLIC PROPERTIES

| Type                                                                                                                     | Name                       | Description                                                                  |
| ------------------------------------------------------------------------------------------------------------------------ | -------------------------- | ---------------------------------------------------------------------------- |
| String                                                                                                                   | AccessKeyId                | Access Key Secret (AWS Private CA)                                           |
| [CAType](https://docs.parallels.com/landing/ras-powershell-api-guide/parallels-ras-powershell-admin-module/types/catype) | CAType                     | Certificate authority type                                                   |
| String                                                                                                                   | CertificateAuthority       | Certificate authority                                                        |
| UInt32                                                                                                                   | ProviderId                 | The ID of the specific Provider to be used (AWS Private CA)                  |
| String                                                                                                                   | Region                     | Region (AWS Private CA)                                                      |
| Boolean                                                                                                                  | UseSameAccessKeyAsProvider | Specifies whether to use same access key as provider or not (AWS Private CA) |

## 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 |                                                                                                                                                               |
