Class TenantFlags
Inheritance
System.Object
TenantFlags
Inherited Members
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
Syntax
public sealed class TenantFlags
Fields
View Source
ChangePwdFlowV1
Boolean. Indicates whether or not to use the older v1 change password flow. Not recommended except for backward compatibility.
Declaration
public readonly bool? ChangePwdFlowV1
Field Value
| Type |
Description |
| System.Nullable<System.Boolean> |
|
View Source
Boolean. Indicated whether or not classic Universal Login prompts include additional security headers to prevent clickjacking.
Declaration
public readonly bool? DisableClickjackProtectionHeaders
Field Value
| Type |
Description |
| System.Nullable<System.Boolean> |
|
View Source
EnableApisSection
Boolean. Indicates whether or not the APIs section is enabled for the tenant.
Declaration
public readonly bool? EnableApisSection
Field Value
| Type |
Description |
| System.Nullable<System.Boolean> |
|
View Source
EnableClientConnections
Boolean. Indicates whether or not all current connections should be enabled when a new client is created.
Declaration
public readonly bool? EnableClientConnections
Field Value
| Type |
Description |
| System.Nullable<System.Boolean> |
|
View Source
EnableCustomDomainInEmails
Boolean. Indicates whether or not the tenant allows custom domains in emails.
Declaration
public readonly bool? EnableCustomDomainInEmails
Field Value
| Type |
Description |
| System.Nullable<System.Boolean> |
|
View Source
EnableDynamicClientRegistration
Boolean. Indicates whether or not the tenant allows dynamic client registration.
Declaration
public readonly bool? EnableDynamicClientRegistration
Field Value
| Type |
Description |
| System.Nullable<System.Boolean> |
|
View Source
EnableLegacyLogsSearchV2
Boolean. Indicates whether or not to use the older v2 legacy logs search.
Declaration
public readonly bool? EnableLegacyLogsSearchV2
Field Value
| Type |
Description |
| System.Nullable<System.Boolean> |
|
View Source
EnablePipeline2
Boolean. Indicates whether or not advanced API Authorization scenarios are enabled.
Declaration
public readonly bool? EnablePipeline2
Field Value
| Type |
Description |
| System.Nullable<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 readonly bool? EnablePublicSignupUserExistsError
Field Value
| Type |
Description |
| System.Nullable<System.Boolean> |
|
View Source
UniversalLogin
Boolean. Indicates whether or not the tenant uses universal login.
Declaration
public readonly bool? UniversalLogin
Field Value
| Type |
Description |
| System.Nullable<System.Boolean> |
|
View Source
UseScopeDescriptionsForConsent
Declaration
public readonly bool? UseScopeDescriptionsForConsent
Field Value
| Type |
Description |
| System.Nullable<System.Boolean> |
|