Class DatabaseApiGatewayConfigCertificateBundleFileName
The certificate bundle that describes the SSL certicicate files.
Inheritance
DatabaseApiGatewayConfigCertificateBundleFileName
Inherited Members
Namespace: Oci.DatabasetoolsruntimeService.Models
Assembly: OCI.DotNetSDK.Databasetoolsruntime.dll
Syntax
public class DatabaseApiGatewayConfigCertificateBundleFileName : DatabaseApiGatewayConfigCertificateBundle
Properties
CertificatePrivateKey
Declaration
[JsonProperty(PropertyName = "certificatePrivateKey")]
public DatabaseApiGatewayConfigCertificatePrivateKeyFileName CertificatePrivateKey { get; set; }
Property Value
| Type | Description |
|---|---|
| DatabaseApiGatewayConfigCertificatePrivateKeyFileName |
CertificatePublic
Declaration
[JsonProperty(PropertyName = "certificatePublic")]
public DatabaseApiGatewayConfigCertificatePublicFileName CertificatePublic { get; set; }
Property Value
| Type | Description |
|---|---|
| DatabaseApiGatewayConfigCertificatePublicFileName |