Show / Hide Table of Contents

Class SslConfigTemplate

Ssl config details of a connector version

Inheritance
object
SslConfigTemplate
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.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

Implements

IDirectResponseSchema
In this article
Back to top Generated by DocFX