Class SqlServerSslConfig
SQL Server SSL configuration information.
Implements
Inherited Members
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 |