Class SignInResponse.CredentialsType
Class representing a credentials response.
Namespace: Tableau.Migration.Api.Rest.Models.Responses
Assembly: Tableau.Migration.dll
Syntax
public class SignInResponse.CredentialsType
Constructors
CredentialsType()
Creates a new SignInResponse.CredentialsType instance.
Declaration
public CredentialsType()
Properties
Site
Gets or sets the site for the response.
Declaration
public SignInResponse.CredentialsType.SiteType? Site { get; set; }
Property Value
Type | Description |
---|---|
SignInResponse.CredentialsType.SiteType |
Token
Gets or sets the authentication token for the response.
Declaration
public string? Token { get; set; }
Property Value
Type | Description |
---|---|
string |
User
Gets or sets the user for the response.
Declaration
public SignInResponse.CredentialsType.UserType? User { get; set; }
Property Value
Type | Description |
---|---|
SignInResponse.CredentialsType.UserType |