SslConfigTemplate class

Ssl config details of a connector version

Constructors

SslConfigTemplate({List<ConfigVariableTemplate>? additionalVariables, List<String>? clientCertType, bool? isTlsMandatory, List<String>? serverCertType, String? sslType})
SslConfigTemplate.fromJson(Map json_)

Properties

additionalVariables List<ConfigVariableTemplate>?
Any additional fields that need to be rendered
getter/setter pair
clientCertType List<String>?
List of supported Client Cert Types
getter/setter pair
hashCode int
The hash code for this object.
no setterinherited
isTlsMandatory bool?
Boolean for determining if the connector version mandates TLS.
getter/setter pair
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
serverCertType List<String>?
List of supported Server Cert Types
getter/setter pair
sslType String?
Controls the ssl type for the given connector version Possible string values are:
getter/setter pair

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toJson() Map<String, dynamic>
toString() String
A string representation of this object.
inherited

Operators

operator ==(Object other) bool
The equality operator.
inherited