Show / Hide Table of Contents

Class TenantFlagsArgs

Inheritance
System.Object
Pulumi.InputArgs
Pulumi.ResourceArgs
TenantFlagsArgs
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.Inputs
Assembly: Pulumi.Auth0.dll
Syntax
public sealed class TenantFlagsArgs : ResourceArgs

Constructors

View Source

TenantFlagsArgs()

Declaration
public TenantFlagsArgs()

Properties

View Source

ChangePwdFlowV1

Boolean. Indicates whether or not to use the older v1 change password flow. Not recommended except for backward compatibility.

Declaration
public Input<bool> ChangePwdFlowV1 { get; set; }
Property Value
Type Description
Pulumi.Input<System.Boolean>
View Source

DisableClickjackProtectionHeaders

Boolean. Indicated whether or not classic Universal Login prompts include additional security headers to prevent clickjacking.

Declaration
public Input<bool> DisableClickjackProtectionHeaders { get; set; }
Property Value
Type Description
Pulumi.Input<System.Boolean>
View Source

EnableApisSection

Boolean. Indicates whether or not the APIs section is enabled for the tenant.

Declaration
public Input<bool> EnableApisSection { get; set; }
Property Value
Type Description
Pulumi.Input<System.Boolean>
View Source

EnableClientConnections

Boolean. Indicates whether or not all current connections should be enabled when a new client is created.

Declaration
public Input<bool> EnableClientConnections { get; set; }
Property Value
Type Description
Pulumi.Input<System.Boolean>
View Source

EnableCustomDomainInEmails

Boolean. Indicates whether or not the tenant allows custom domains in emails.

Declaration
public Input<bool> EnableCustomDomainInEmails { get; set; }
Property Value
Type Description
Pulumi.Input<System.Boolean>
View Source

EnableDynamicClientRegistration

Boolean. Indicates whether or not the tenant allows dynamic client registration.

Declaration
public Input<bool> EnableDynamicClientRegistration { get; set; }
Property Value
Type Description
Pulumi.Input<System.Boolean>
View Source

EnableLegacyLogsSearchV2

Boolean. Indicates whether or not to use the older v2 legacy logs search.

Declaration
public Input<bool> EnableLegacyLogsSearchV2 { get; set; }
Property Value
Type Description
Pulumi.Input<System.Boolean>
View Source

EnablePipeline2

Boolean. Indicates whether or not advanced API Authorization scenarios are enabled.

Declaration
public Input<bool> EnablePipeline2 { get; set; }
Property Value
Type Description
Pulumi.Input<System.Boolean>
View Source

EnablePublicSignupUserExistsError

Boolean. Indicates whether or not the public sign up process shows a user_exists error if the user already exists.

Declaration
public Input<bool> EnablePublicSignupUserExistsError { get; set; }
Property Value
Type Description
Pulumi.Input<System.Boolean>
View Source

UniversalLogin

Boolean. Indicates whether or not the tenant uses universal login.

Declaration
public Input<bool> UniversalLogin { get; set; }
Property Value
Type Description
Pulumi.Input<System.Boolean>
View Source

UseScopeDescriptionsForConsent

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