Class SimulatedConnectionCredentials
The simulated connection credentials class.
Namespace: Tableau.Migration.Api.Simulation
Assembly: Tableau.Migration.dll
Syntax
public class SimulatedConnectionCredentials
Constructors
SimulatedConnectionCredentials()
Default parameterless constructor
Declaration
public SimulatedConnectionCredentials()
SimulatedConnectionCredentials(ConnectionCredentialsType?)
Constructor to build from CommitWorkbookPublishRequest.WorkbookType.ConnectionType.ConnectionCredentialsType
Declaration
public SimulatedConnectionCredentials(CommitWorkbookPublishRequest.WorkbookType.ConnectionType.ConnectionCredentialsType? response)
Parameters
Type | Name | Description |
---|---|---|
CommitWorkbookPublishRequest.WorkbookType.ConnectionType.ConnectionCredentialsType | response | The credentials type from workbook publish request. |
Properties
Embed
Gets or sets the connection credentials embed flag for the request's project.
Declaration
public string? Embed { get; set; }
Property Value
Type | Description |
---|---|
string |
Name
Gets or sets the connection credentials name for the request's project.
Declaration
public string? Name { get; set; }
Property Value
Type | Description |
---|---|
string |
OAuth
Gets or sets the connection credentials embed flag for the request's project.
Declaration
public string? OAuth { get; set; }
Property Value
Type | Description |
---|---|
string |
Password
Gets or sets the connection credentials password for the request's project.
Declaration
public string? Password { get; set; }
Property Value
Type | Description |
---|---|
string |