Show / Hide Table of Contents

Class DatabaseApiGatewayConfigCertificatePrivateKeyFileName

Describes a certificate private key file to be used with SSL

Inheritance
object
DatabaseApiGatewayConfigCertificatePrivateKeyFileName
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 DatabaseApiGatewayConfigCertificatePrivateKeyFileName

Properties

Format

Declaration
[JsonProperty(PropertyName = "format")]
[JsonConverter(typeof(ResponseEnumConverter))]
public DatabaseApiGatewayConfigCertificatePrivateKeyFileName.FormatEnum? Format { get; set; }
Property Value
Type Description
DatabaseApiGatewayConfigCertificatePrivateKeyFileName.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