Class OracleSslConfig
Oracle SSL configuration information.
Implements
Inherited Members
Namespace: Google.Apis.Datastream.v1.Data
Assembly: Google.Apis.Datastream.v1.dll
Syntax
public class OracleSslConfig : IDirectResponseSchema
Properties
CaCertificate
Input only. PEM-encoded certificate of the CA that signed the source database server's certificate.
Declaration
[JsonProperty("caCertificate")]
public virtual string CaCertificate { get; set; }
Property Value
Type | Description |
---|---|
string |
CaCertificateSet
Output only. Indicates whether the ca_certificate field has been set for this Connection-Profile.
Declaration
[JsonProperty("caCertificateSet")]
public virtual bool? CaCertificateSet { get; set; }
Property Value
Type | Description |
---|---|
bool? |
ETag
The ETag of the item.
Declaration
public virtual string ETag { get; set; }
Property Value
Type | Description |
---|---|
string |