Class SiteAuthConfigurationsResponse.SiteAuthConfigurationType
Class representing a site authentication configuration item.
Namespace: Tableau.Migration.Api.Rest.Models.Responses
Assembly: Tableau.Migration.dll
Syntax
public class SiteAuthConfigurationsResponse.SiteAuthConfigurationType
Properties
AuthSetting
Gets or sets the auth setting name for the item.
Declaration
public string? AuthSetting { get; set; }
Property Value
Type | Description |
---|---|
string |
Enabled
Gets or sets the enabled flag for the item.
Declaration
public bool Enabled { get; set; }
Property Value
Type | Description |
---|---|
bool |
IdpConfigurationId
Gets or sets the IdP configuration ID for the item.
Declaration
public Guid IdpConfigurationId { get; set; }
Property Value
Type | Description |
---|---|
Guid |
IdpConfigurationName
Gets or sets the IdP configuration name for the item.
Declaration
public string? IdpConfigurationName { get; set; }
Property Value
Type | Description |
---|---|
string |
KnownProviderAlias
Gets or sets the known provider alias for the item.
Declaration
public string? KnownProviderAlias { get; set; }
Property Value
Type | Description |
---|---|
string |