Interface IUserType
Interface for a user REST response.
Namespace: Tableau.Migration.Api.Rest.Models
Assembly: Tableau.Migration.dll
Syntax
public interface IUserType
Properties
AuthSetting
Gets the auth setting.
Declaration
string? AuthSetting { get; }
Property Value
Type | Description |
---|---|
string |
IdpConfigurationId
Gets the IdP configuration ID.
Declaration
string? IdpConfigurationId { get; }
Property Value
Type | Description |
---|---|
string |