Class DatabaseApiGatewayConfigCertificatePublicFileName
Describes a certificate file to be used with SSL. Ignored if the httpsPort is 0.
Inherited Members
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 |