Class DatabaseApiGatewayConfigCertificatePrivateKeyFileName
Describes a certificate private key file to be used with SSL
Inherited Members
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 |