public interface OracleSslConfigOrBuilder extends MessageOrBuilder
Implements
MessageOrBuilderMethods
getCaCertificate()
public abstract String getCaCertificate()
Input only. PEM-encoded certificate of the CA that signed the source database server's certificate.
string ca_certificate = 1 [(.google.api.field_behavior) = INPUT_ONLY];
Returns | |
---|---|
Type | Description |
String |
The caCertificate. |
getCaCertificateBytes()
public abstract ByteString getCaCertificateBytes()
Input only. PEM-encoded certificate of the CA that signed the source database server's certificate.
string ca_certificate = 1 [(.google.api.field_behavior) = INPUT_ONLY];
Returns | |
---|---|
Type | Description |
ByteString |
The bytes for caCertificate. |
getCaCertificateSet()
public abstract boolean getCaCertificateSet()
Output only. Indicates whether the ca_certificate field has been set for this Connection-Profile.
bool ca_certificate_set = 2 [(.google.api.field_behavior) = OUTPUT_ONLY];
Returns | |
---|---|
Type | Description |
boolean |
The caCertificateSet. |
getServerCertificateDistinguishedName()
public abstract String getServerCertificateDistinguishedName()
Optional. 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.
string server_certificate_distinguished_name = 3 [(.google.api.field_behavior) = OPTIONAL];
Returns | |
---|---|
Type | Description |
String |
The serverCertificateDistinguishedName. |
getServerCertificateDistinguishedNameBytes()
public abstract ByteString getServerCertificateDistinguishedNameBytes()
Optional. 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.
string server_certificate_distinguished_name = 3 [(.google.api.field_behavior) = OPTIONAL];
Returns | |
---|---|
Type | Description |
ByteString |
The bytes for serverCertificateDistinguishedName. |