$schema: "http://json-schema.org/draft-06/schema#" title: datastream v1 OracleSslConfig export schema description: A gcloud export/import command YAML validation schema. type: object additionalProperties: false properties: COMMENT: type: object description: User specified info ignored by gcloud import. additionalProperties: false properties: template-id: type: string region: type: string description: type: string date: type: string version: type: string UNKNOWN: type: array description: Unknown API fields that cannot be imported. items: type: string caCertificate: description: |- Input only. PEM-encoded certificate of the CA that signed the source database server's certificate. type: string serverCertificateDistinguishedName: description: |- The distinguished name (DN) mentioned in the server certificate. This corresponds to SSL_SERVER_CERT_DN sqlnet parameter. Refer https://docs.oracle.com/en/database/oracle/oracle- database/19/netrf/local-naming-parameters-in-tns-ora- file.html#GUID-70AB0695-A9AA-4A94-B141-4C605236EEB7 If this field is not provided, the DN matching is not enforced. type: string