Class SslConfigTemplate
Ssl config details of a connector version
Implements
Inherited Members
Namespace: Google.Apis.Connectors.v1.Data
Assembly: Google.Apis.Connectors.v1.dll
Syntax
public class SslConfigTemplate : IDirectResponseSchema
Properties
AdditionalVariables
Any additional fields that need to be rendered
Declaration
[JsonProperty("additionalVariables")]
public virtual IList<ConfigVariableTemplate> AdditionalVariables { get; set; }
Property Value
Type | Description |
---|---|
IList<ConfigVariableTemplate> |
ClientCertType
List of supported Client Cert Types
Declaration
[JsonProperty("clientCertType")]
public virtual IList<string> ClientCertType { get; set; }
Property Value
Type | Description |
---|---|
IList<string> |
ETag
The ETag of the item.
Declaration
public virtual string ETag { get; set; }
Property Value
Type | Description |
---|---|
string |
IsTlsMandatory
Boolean for determining if the connector version mandates TLS.
Declaration
[JsonProperty("isTlsMandatory")]
public virtual bool? IsTlsMandatory { get; set; }
Property Value
Type | Description |
---|---|
bool? |
ServerCertType
List of supported Server Cert Types
Declaration
[JsonProperty("serverCertType")]
public virtual IList<string> ServerCertType { get; set; }
Property Value
Type | Description |
---|---|
IList<string> |
SslType
Controls the ssl type for the given connector version
Declaration
[JsonProperty("sslType")]
public virtual string SslType { get; set; }
Property Value
Type | Description |
---|---|
string |