Interface IAuthenticationConfiguration
Interface for an authentication configuration
Inherited Members
Namespace: Tableau.Migration.Content
Assembly: Tableau.Migration.dll
Syntax
public interface IAuthenticationConfiguration : IContentReference, IEquatable<IContentReference>, IRestIdentifiable
Properties
AuthSetting
Gets the auth setting name.
Declaration
string AuthSetting { get; }
Property Value
Type | Description |
---|---|
string |
Enabled
Gets the enabled flag.
Declaration
bool Enabled { get; }
Property Value
Type | Description |
---|---|
bool |
IdpConfigurationName
Gets the IdP configuration name.
Declaration
string IdpConfigurationName { get; }
Property Value
Type | Description |
---|---|
string |
KnownProviderAlias
Gets the known provider alias.
Declaration
string? KnownProviderAlias { get; }
Property Value
Type | Description |
---|---|
string |