Show / Hide Table of Contents

Class SqlServerSslConfig

SQL Server SSL configuration information.

Inheritance
object
SqlServerSslConfig
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 SqlServerSslConfig : IDirectResponseSchema

Properties

BasicEncryption

If set, Datastream will enforce encryption without authenticating server identity. Server certificates will be trusted by default.

Declaration
[JsonProperty("basicEncryption")]
public virtual BasicEncryption BasicEncryption { get; set; }
Property Value
Type Description
BasicEncryption

ETag

The ETag of the item.

Declaration
public virtual string ETag { get; set; }
Property Value
Type Description
string

EncryptionAndServerValidation

If set, Datastream will enforce encryption and authenticate server identity.

Declaration
[JsonProperty("encryptionAndServerValidation")]
public virtual EncryptionAndServerValidation EncryptionAndServerValidation { get; set; }
Property Value
Type Description
EncryptionAndServerValidation

EncryptionNotEnforced

If set, Datastream will not enforce encryption. If the DB server mandates encryption, then connection will be encrypted but server identity will not be authenticated.

Declaration
[JsonProperty("encryptionNotEnforced")]
public virtual EncryptionNotEnforced EncryptionNotEnforced { get; set; }
Property Value
Type Description
EncryptionNotEnforced

Implements

IDirectResponseSchema
In this article
Back to top Generated by DocFX