Class SignInRequest
Class representing a sign-in request.
See Tableau API Reference for documentation
Namespace: Tableau.Migration.Api.Rest.Models.Requests
Assembly: Tableau.Migration.dll
Syntax
public class SignInRequest : TableauServerRequest
Constructors
SignInRequest()
Creates a new SignInRequest instance.
Declaration
public SignInRequest()
SignInRequest(string, string, string)
Creates a new SignInRequest instance.
Declaration
public SignInRequest(string personalAccessTokenName, string personalAccessToken, string siteContentUrl)
Parameters
Type | Name | Description |
---|---|---|
string | personalAccessTokenName | The personal access token name for the request |
string | personalAccessToken | The personal access token secret for the request. |
string | siteContentUrl | The site content URL for the request. |
SignInRequest(TableauSiteConnectionConfiguration)
Creates a new SignInRequest instance.
Declaration
public SignInRequest(TableauSiteConnectionConfiguration connectionConfig)
Parameters
Type | Name | Description |
---|---|---|
TableauSiteConnectionConfiguration | connectionConfig | The TableauSiteConnectionConfiguration containing sign-in information. |
Properties
Credentials
Gets or sets the credentials for the request.
Declaration
public SignInRequest.CredentialsType? Credentials { get; set; }
Property Value
Type | Description |
---|---|
SignInRequest.CredentialsType |