Class CommitWorkbookPublishRequest.WorkbookType.ConnectionType.ConnectionCredentialsType
The connection credentials type in the API request body.
Inheritance
CommitWorkbookPublishRequest.WorkbookType.ConnectionType.ConnectionCredentialsType
Namespace: Tableau.Migration.Api.Rest.Models.Requests
Assembly: Tableau.Migration.dll
Syntax
public class CommitWorkbookPublishRequest.WorkbookType.ConnectionType.ConnectionCredentialsType
Constructors
ConnectionCredentialsType()
Default parameterless constructor
Declaration
public ConnectionCredentialsType()
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 |