Show / Hide Table of Contents

Class TenantState

Inheritance
System.Object
Pulumi.InputArgs
Pulumi.ResourceArgs
TenantState
Inherited Members
Pulumi.ResourceArgs.Empty
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.ToString()
Namespace: Pulumi.Auth0
Assembly: Pulumi.Auth0.dll
Syntax
public sealed class TenantState : ResourceArgs

Constructors

View Source

TenantState()

Declaration
public TenantState()

Properties

View Source

AllowedLogoutUrls

List(String). URLs that Auth0 may redirect to after logout.

Declaration
public InputList<string> AllowedLogoutUrls { get; set; }
Property Value
Type Description
Pulumi.InputList<System.String>
View Source

ChangePassword

List(Resource). Configuration settings for change passsword page. For details, see Change Password Page.

Declaration
public Input<TenantChangePasswordGetArgs> ChangePassword { get; set; }
Property Value
Type Description
Pulumi.Input<TenantChangePasswordGetArgs>
View Source

DefaultAudience

String. API Audience to use by default for API Authorization flows. This setting is equivalent to appending the audience to every authorization request made to the tenant for every application.

Declaration
public Input<string> DefaultAudience { get; set; }
Property Value
Type Description
Pulumi.Input<System.String>
View Source

DefaultDirectory

String. Name of the connection to be used for Password Grant exchanges. Options include auth0-adldap, ad, auth0, email, sms, waad, and adfs.

Declaration
public Input<string> DefaultDirectory { get; set; }
Property Value
Type Description
Pulumi.Input<System.String>
View Source

DefaultRedirectionUri

String. The default absolute redirection uri, must be https and cannot contain a fragment.

Declaration
public Input<string> DefaultRedirectionUri { get; set; }
Property Value
Type Description
Pulumi.Input<System.String>
View Source

EnabledLocales

Declaration
public InputList<string> EnabledLocales { get; set; }
Property Value
Type Description
Pulumi.InputList<System.String>
View Source

ErrorPage

List(Resource). Configuration settings for error pages. For details, see Error Page.

Declaration
public Input<TenantErrorPageGetArgs> ErrorPage { get; set; }
Property Value
Type Description
Pulumi.Input<TenantErrorPageGetArgs>
View Source

Flags

List(Resource). Configuration settings for tenant flags. For details, see Flags.

Declaration
public Input<TenantFlagsGetArgs> Flags { get; set; }
Property Value
Type Description
Pulumi.Input<TenantFlagsGetArgs>
View Source

FriendlyName

String. Friendly name for the tenant.

Declaration
public Input<string> FriendlyName { get; set; }
Property Value
Type Description
Pulumi.Input<System.String>
View Source

GuardianMfaPage

List(Resource). Configuration settings for the Guardian MFA page. For details, see Guardian MFA Page.

Declaration
public Input<TenantGuardianMfaPageGetArgs> GuardianMfaPage { get; set; }
Property Value
Type Description
Pulumi.Input<TenantGuardianMfaPageGetArgs>
View Source

IdleSessionLifetime

Integer. Number of hours during which a session can be inactive before the user must log in again.

Declaration
public Input<int> IdleSessionLifetime { get; set; }
Property Value
Type Description
Pulumi.Input<System.Int32>
View Source

PictureUrl

. String URL of logo to be shown for the tenant. Recommended size is 150px x 150px. If no URL is provided, the Auth0 logo will be used.

Declaration
public Input<string> PictureUrl { get; set; }
Property Value
Type Description
Pulumi.Input<System.String>
View Source

SandboxVersion

String. Selected sandbox version for the extensibility environment, which allows you to use custom scripts to extend parts of Auth0's functionality.

Declaration
public Input<string> SandboxVersion { get; set; }
Property Value
Type Description
Pulumi.Input<System.String>
View Source

SessionLifetime

Integer. Number of hours during which a session will stay valid.

Declaration
public Input<int> SessionLifetime { get; set; }
Property Value
Type Description
Pulumi.Input<System.Int32>
View Source

SupportEmail

String. Support email address for authenticating users.

Declaration
public Input<string> SupportEmail { get; set; }
Property Value
Type Description
Pulumi.Input<System.String>
View Source

SupportUrl

String. Support URL for authenticating users.

Declaration
public Input<string> SupportUrl { get; set; }
Property Value
Type Description
Pulumi.Input<System.String>
View Source

UniversalLogin

List(Resource). Configuration settings for Universal Login. For details, see Universal Login.

Declaration
public Input<TenantUniversalLoginGetArgs> UniversalLogin { get; set; }
Property Value
Type Description
Pulumi.Input<TenantUniversalLoginGetArgs>
  • View Source
Back to top Copyright 2016-2020, Pulumi Corporation.