Class AuthenticationTypes
Class containing authentication type constants.
See Tableau API Reference for documentation.
Inherited Members
Namespace: Tableau.Migration.Api.Rest.Models.Types
Assembly: Tableau.Migration.dll
Syntax
public class AuthenticationTypes : StringEnum<AuthenticationTypes>
Fields
OpenId
Gets the name of the Open ID authentication type.
Declaration
public const string OpenId = "OpenID"
Field Value
Type | Description |
---|---|
string |
Saml
Gets the name of the SAML authentication type.
Declaration
public const string Saml = "SAML"
Field Value
Type | Description |
---|---|
string |
ServerDefault
Gets the name of the server default authentication type.
Declaration
public const string ServerDefault = "ServerDefault"
Field Value
Type | Description |
---|---|
string |
TableauIdWithMfa
Gets the name of the Tableau ID with MFA authentication type.
Declaration
public const string TableauIdWithMfa = "TableauIDWithMFA"
Field Value
Type | Description |
---|---|
string |