Interface ISignInResult
Interface for an API client sign-in result model.
Namespace: Tableau.Migration.Api.Models
Assembly: Tableau.Migration.dll
Syntax
public interface ISignInResult
Properties
SiteContentUrl
Gets the content URL for the signed-in site.
Declaration
string SiteContentUrl { get; }
Property Value
Type | Description |
---|---|
string |
SiteId
Gets the ID for the signed-in site.
Declaration
Guid SiteId { get; }
Property Value
Type | Description |
---|---|
Guid |
Token
Gets the authentication token for the sign-in.
Declaration
string Token { get; }
Property Value
Type | Description |
---|---|
string |
UserId
Gets the ID for the signed-in user.
Declaration
Guid UserId { get; }
Property Value
Type | Description |
---|---|
Guid |