CASettings

NAMESPACE

RASAdminEngine.Core.OutputModels

DESCRIPTION

Certificate Authority Settings

INHERITED FROM

RASSerilazableObj

CASettings

INTERFACES

  • ISerializable

  • IComparable

PUBLIC PROPERTIES

Type
Name
Description

String

AccessKeyId

Access Key Secret (AWS Private CA)

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

Boolean

Equals (Object obj)

Inherited from RASSerilazableObj

Int32

GetHashCode ()

Inherited from RASSerilazableObj

Type

GetType ()

String

ToString ()

### References to Types

Last updated