Table of Contents

Class TenantSettingsBase

Namespace
Auth0.ManagementApi.Models
Assembly
Auth0.ManagementApi.dll

Settings for a given tenant.

public class TenantSettingsBase
Inheritance
TenantSettingsBase
Derived
Inherited Members

Properties

AllowedLogoutUrls

A set of URLs that are valid to redirect to after logout from Auth0.

[JsonProperty("allowed_logout_urls")]
public string[] AllowedLogoutUrls { get; set; }

Property Value

string[]

ChangePassword

Change Password page customization.

[JsonProperty("change_password")]
public TenantChangePassword ChangePassword { get; set; }

Property Value

TenantChangePassword

CustomizeMfaInPostLoginAction

Whether to enable flexible factors for MFA in the PostLogin action

[JsonProperty("customize_mfa_in_postlogin_action")]
public bool? CustomizeMfaInPostLoginAction { get; set; }

Property Value

bool?

DefaultAudience

Default audience for API Authorization.

[JsonProperty("default_audience")]
public string DefaultAudience { get; set; }

Property Value

string

DefaultDirectory

Name of the connection that will be used for password grants at the token endpoint. Only the following connection types are supported: LDAP, AD, Database Connections, Passwordless, Windows Azure Active Directory, ADFS.

[JsonProperty("default_directory")]
public string DefaultDirectory { get; set; }

Property Value

string

DeviceFlow

Tenant Device Flow configuration.

[JsonProperty("device_flow")]
public TenantDeviceFlow DeviceFlow { get; set; }

Property Value

TenantDeviceFlow

EnabledLocales

Supported locales for the UI.

[JsonProperty("enabled_locales")]
public string[] EnabledLocales { get; set; }

Property Value

string[]

ErrorPage

Tenant error page customization.

[JsonProperty("error_page")]
public TenantErrorPage ErrorPage { get; set; }

Property Value

TenantErrorPage

Flags

Tenant flags.

[JsonProperty("flags")]
public TenantFlags Flags { get; set; }

Property Value

TenantFlags

FriendlyName

The friendly name of the tenant.

[JsonProperty("friendly_name")]
public string FriendlyName { get; set; }

Property Value

string

GuardianMfaPage

Guardian page customization.

[JsonProperty("guardian_mfa_page")]
public TenantGuardianMfaPage GuardianMfaPage { get; set; }

Property Value

TenantGuardianMfaPage

IdleSessionLifetime

Force a user to login after they have been inactive for the specified number (unit: hours).

[JsonProperty("idle_session_lifetime")]
public float? IdleSessionLifetime { get; set; }

Property Value

float?

PictureUrl

The URL of the tenant logo (recommended size: 150x150).

[JsonProperty("picture_url")]
public string PictureUrl { get; set; }

Property Value

string

SandboxVersion

The selected sandbox version to be used for the extensibility environment.

[JsonProperty("sandbox_version")]
public string SandboxVersion { get; set; }

Property Value

string

SandboxVersionsAvailable

A set of available sandbox versions for the extensibility environment.

[JsonProperty("sandbox_versions_available")]
public string[] SandboxVersionsAvailable { get; set; }

Property Value

string[]

SessionCookie

Session cookie configuration

[JsonProperty("session_cookie")]
public SessionCookie SessionCookie { get; set; }

Property Value

SessionCookie

SessionLifetime

Login session lifetime, how long the session will stay valid (unit: hours).

[JsonProperty("session_lifetime")]
public float? SessionLifetime { get; set; }

Property Value

float?

SupportEmail

User support email.

[JsonProperty("support_email")]
public string SupportEmail { get; set; }

Property Value

string

SupportUrl

User support URL.

[JsonProperty("support_url")]
public string SupportUrl { get; set; }

Property Value

string