Show / Hide Table of Contents

Class DatabaseApiGatewayConfigCertificatePublicFileName

Describes a certificate file to be used with SSL. Ignored if the httpsPort is 0.

Inheritance
object
DatabaseApiGatewayConfigCertificatePublicFileName
Inherited Members
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
object.ToString()
Namespace: Oci.DatabasetoolsruntimeService.Models
Assembly: OCI.DotNetSDK.Databasetoolsruntime.dll
Syntax
public class DatabaseApiGatewayConfigCertificatePublicFileName

Properties

Format

Declaration
[JsonProperty(PropertyName = "format")]
[JsonConverter(typeof(ResponseEnumConverter))]
public DatabaseApiGatewayConfigCertificatePublicFileName.FormatEnum? Format { get; set; }
Property Value
Type Description
DatabaseApiGatewayConfigCertificatePublicFileName.FormatEnum?

The format of the file

Path

Declaration
[JsonProperty(PropertyName = "path")]
public string Path { get; set; }
Property Value
Type Description
string

The path to the file

In this article
Back to top