Class UpdateConnectionRequest.ConnectionType
The user type in the API request body.
Inheritance
UpdateConnectionRequest.ConnectionType
Assembly: Tableau.Migration.dll
Syntax
public class UpdateConnectionRequest.ConnectionType
Constructors
ConnectionType()
The default parameterless constructor.
Declaration
ConnectionType(IUpdateConnectionOptions)
Declaration
public ConnectionType(IUpdateConnectionOptions updateOptions)
Parameters
Properties
ConnectionUsername
Declaration
public string? ConnectionUsername { get; set; }
Property Value
EmbedPassword
Declaration
public string? EmbedPassword { get; set; }
Property Value
EmbedPasswordFlag
Declaration
public bool? EmbedPasswordFlag { get; set; }
Property Value
Password
Declaration
public string? Password { get; set; }
Property Value
QueryTaggingEnabled
Declaration
public string? QueryTaggingEnabled { get; set; }
Property Value
QueryTaggingEnabledFlag
Declaration
public bool? QueryTaggingEnabledFlag { get; set; }
Property Value
ServerAddress
Declaration
public string? ServerAddress { get; set; }
Property Value
ServerPort
Declaration
public string? ServerPort { get; set; }
Property Value