Show / Hide Table of Contents

Class OracleSslConfig

Oracle SSL configuration information.

Inheritance
object
OracleSslConfig
Implements
IDirectResponseSchema
Inherited Members
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
object.ToString()
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

Implements

IDirectResponseSchema
In this article
Back to top Generated by DocFX