Class SignInResponse
Class representing a sign-in response.
See Tableau API Reference for documentation
Inheritance
SignInResponse
Inherited Members
Namespace: Tableau.Migration.Api.Rest.Models.Responses
Assembly: Tableau.Migration.dll
Syntax
public class SignInResponse : TableauServerResponse<SignInResponse.CredentialsType>, ITableauServerResponse<SignInResponse.CredentialsType>, ITableauServerResponse
Constructors
SignInResponse()
Creates a new SignInResponse instance.
Declaration
public SignInResponse()
Properties
Item
Gets or sets the credentials for the response.
Declaration
public override SignInResponse.CredentialsType? Item { get; set; }
Property Value
Type | Description |
---|---|
SignInResponse.CredentialsType |