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()
Assembly: Pulumi.Auth0.dll
public sealed class TenantFlagsArgs : ResourceArgs
Constructors
View Source
Declaration
Properties
View Source
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
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
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
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
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
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
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
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
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
Declaration
public Input<bool> UseScopeDescriptionsForConsent { get; set; }
Property Value
| Type |
Description |
| Pulumi.Input<System.Boolean> |
|