Show / Hide Table of Contents

Class ConnectionOptions

Inheritance
System.Object
ConnectionOptions
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()
Namespace: Pulumi.Auth0.Outputs
Assembly: Pulumi.Auth0.dll
Syntax
public sealed class ConnectionOptions

Fields

View Source

AdfsServer

String. ADFS Metadata source.

Declaration
public readonly string AdfsServer
Field Value
Type Description
System.String
View Source

AllowedAudiences

Declaration
public readonly ImmutableArray<string> AllowedAudiences
Field Value
Type Description
System.Collections.Immutable.ImmutableArray<System.String>
View Source

ApiEnableUsers

Boolean.

Declaration
public readonly bool? ApiEnableUsers
Field Value
Type Description
System.Nullable<System.Boolean>
View Source

AppDomain

String. Azure AD domain name.

Declaration
public readonly string AppDomain
Field Value
Type Description
System.String
View Source

AppId

String

Declaration
public readonly string AppId
Field Value
Type Description
System.String
View Source

AuthorizationEndpoint

String.

Declaration
public readonly string AuthorizationEndpoint
Field Value
Type Description
System.String
View Source

BruteForceProtection

Boolean. Indicates whether or not to enable brute force protection, which will limit the number of signups and failed logins from a suspicious IP address.

Declaration
public readonly bool? BruteForceProtection
Field Value
Type Description
System.Nullable<System.Boolean>
View Source

ClientId

String. Client ID given by your OIDC provider.

Declaration
public readonly string ClientId
Field Value
Type Description
System.String
View Source

ClientSecret

String, Case-sensitive. Client secret given by your OIDC provider.

Declaration
public readonly string ClientSecret
Field Value
Type Description
System.String
View Source

CommunityBaseUrl

String.

Declaration
public readonly string CommunityBaseUrl
Field Value
Type Description
System.String
View Source

Configuration

Map(String), Case-sensitive.

Declaration
public readonly ImmutableDictionary<string, string> Configuration
Field Value
Type Description
System.Collections.Immutable.ImmutableDictionary<System.String, System.String>
View Source

CustomScripts

Map(String).

Declaration
public readonly ImmutableDictionary<string, string> CustomScripts
Field Value
Type Description
System.Collections.Immutable.ImmutableDictionary<System.String, System.String>
View Source

DisableCache

Declaration
public readonly bool? DisableCache
Field Value
Type Description
System.Nullable<System.Boolean>
View Source

DisableSignup

Boolean. Indicates whether or not to allow user sign-ups to your application.

Declaration
public readonly bool? DisableSignup
Field Value
Type Description
System.Nullable<System.Boolean>
View Source

DiscoveryUrl

String. Usually an URL ending with /.well-known/openid-configuration

Declaration
public readonly string DiscoveryUrl
Field Value
Type Description
System.String
View Source

Domain

Declaration
public readonly string Domain
Field Value
Type Description
System.String
View Source

DomainAliases

List(String). List of the domains that can be authenticated using the Identity Provider. Only needed for Identifier First authentication flows.

Declaration
public readonly ImmutableArray<string> DomainAliases
Field Value
Type Description
System.Collections.Immutable.ImmutableArray<System.String>
View Source

EnabledDatabaseCustomization

Boolean.

Declaration
public readonly bool? EnabledDatabaseCustomization
Field Value
Type Description
System.Nullable<System.Boolean>
View Source

From

String. SMS number for the sender. Used when SMS Source is From.

Declaration
public readonly string From
Field Value
Type Description
System.String
View Source

IconUrl

Declaration
public readonly string IconUrl
Field Value
Type Description
System.String
View Source

IdentityApi

Declaration
public readonly string IdentityApi
Field Value
Type Description
System.String
View Source

ImportMode

Boolean. Indicates whether or not you have a legacy user store and want to gradually migrate those users to the Auth0 user store. Learn more.

Declaration
public readonly bool? ImportMode
Field Value
Type Description
System.Nullable<System.Boolean>
View Source

Ips

Declaration
public readonly ImmutableArray<string> Ips
Field Value
Type Description
System.Collections.Immutable.ImmutableArray<System.String>
View Source

Issuer

String. URL of the issuer.

Declaration
public readonly string Issuer
Field Value
Type Description
System.String
View Source

JwksUri

String.

Declaration
public readonly string JwksUri
Field Value
Type Description
System.String
View Source

KeyId

Declaration
public readonly string KeyId
Field Value
Type Description
System.String
View Source

MaxGroupsToRetrieve

String. Maximum number of groups to retrieve.

Declaration
public readonly string MaxGroupsToRetrieve
Field Value
Type Description
System.String
View Source

MessagingServiceSid

String. SID for Copilot. Used when SMS Source is Copilot.

Declaration
public readonly string MessagingServiceSid
Field Value
Type Description
System.String
View Source

Name

String.

Declaration
public readonly string Name
Field Value
Type Description
System.String
View Source

PasswordComplexityOptions

List(Resource). Configuration settings for password complexity. For details, see Password Complexity Options.

Declaration
public readonly ConnectionOptionsPasswordComplexityOptions PasswordComplexityOptions
Field Value
Type Description
ConnectionOptionsPasswordComplexityOptions
View Source

PasswordDictionary

List(Resource). Configuration settings for the password dictionary check, which does not allow passwords that are part of the password dictionary. For details, see Password Dictionary.

Declaration
public readonly ConnectionOptionsPasswordDictionary PasswordDictionary
Field Value
Type Description
ConnectionOptionsPasswordDictionary
View Source

PasswordHistories

List(Resource). Configuration settings for the password history that is maintained for each user to prevent the reuse of passwords. For details, see Password History.

Declaration
public readonly ImmutableArray<ConnectionOptionsPasswordHistory> PasswordHistories
Field Value
Type Description
System.Collections.Immutable.ImmutableArray<ConnectionOptionsPasswordHistory>
View Source

PasswordNoPersonalInfo

List(Resource). Configuration settings for the password personal info check, which does not allow passwords that contain any part of the user's personal data, including user's name, username, nickname, user_metadata.name, user_metadata.first, user_metadata.last, user's email, or first part of the user's email. For details, see Password No Personal Info.

Declaration
public readonly ConnectionOptionsPasswordNoPersonalInfo PasswordNoPersonalInfo
Field Value
Type Description
ConnectionOptionsPasswordNoPersonalInfo
View Source

PasswordPolicy

String. Indicates level of password strength to enforce during authentication. A strong password policy will make it difficult, if not improbable, for someone to guess a password through either manual or automated means. Options include none, low, fair, good, excellent.

Declaration
public readonly string PasswordPolicy
Field Value
Type Description
System.String
View Source

RequiresUsername

Boolean. Indicates whether or not the user is required to provide a username in addition to an email address.

Declaration
public readonly bool? RequiresUsername
Field Value
Type Description
System.Nullable<System.Boolean>
View Source

Scopes

List(String). Value must be a list of scopes. For example [&quot;openid&quot;, &quot;profile&quot;, &quot;email&quot;]

Declaration
public readonly ImmutableArray<string> Scopes
Field Value
Type Description
System.Collections.Immutable.ImmutableArray<System.String>
View Source

StrategyVersion

Int. Version 1 is deprecated, use version 2.

Declaration
public readonly int? StrategyVersion
Field Value
Type Description
System.Nullable<System.Int32>
View Source

Subject

Declaration
public readonly string Subject
Field Value
Type Description
System.String
View Source

Syntax

String. Syntax of the SMS. Options include markdown and liquid.

Declaration
public readonly string Syntax
Field Value
Type Description
System.String
View Source

TeamId

Declaration
public readonly string TeamId
Field Value
Type Description
System.String
View Source

Template

String. Template for the SMS. You can use @@password@@ as a placeholder for the password value.

Declaration
public readonly string Template
Field Value
Type Description
System.String
View Source

TenantDomain

String

Declaration
public readonly string TenantDomain
Field Value
Type Description
System.String
View Source

TokenEndpoint

String.

Declaration
public readonly string TokenEndpoint
Field Value
Type Description
System.String
View Source

Totp

Map(Resource). Configuration options for one-time passwords. For details, see TOTP.

Declaration
public readonly ConnectionOptionsTotp Totp
Field Value
Type Description
ConnectionOptionsTotp
View Source

TwilioSid

String. SID for your Twilio account.

Declaration
public readonly string TwilioSid
Field Value
Type Description
System.String
View Source

TwilioToken

String, Case-sensitive. AuthToken for your Twilio account.

Declaration
public readonly string TwilioToken
Field Value
Type Description
System.String
View Source

Type

String. Value must be back_channel or front_channel

Declaration
public readonly string Type
Field Value
Type Description
System.String
View Source

UseCertAuth

Declaration
public readonly bool? UseCertAuth
Field Value
Type Description
System.Nullable<System.Boolean>
View Source

UseKerberos

Declaration
public readonly bool? UseKerberos
Field Value
Type Description
System.Nullable<System.Boolean>
View Source

UserinfoEndpoint

String.

Declaration
public readonly string UserinfoEndpoint
Field Value
Type Description
System.String
View Source

UseWsfed

Bool

Declaration
public readonly bool? UseWsfed
Field Value
Type Description
System.Nullable<System.Boolean>
View Source

Validation

String.

Declaration
public readonly ImmutableDictionary<string, string> Validation
Field Value
Type Description
System.Collections.Immutable.ImmutableDictionary<System.String, System.String>
View Source

WaadCommonEndpoint

Boolean. Indicates whether or not to use the common endpoint rather than the default endpoint. Typically enabled if you're using this for a multi-tenant application in Azure AD.

Declaration
public readonly bool? WaadCommonEndpoint
Field Value
Type Description
System.Nullable<System.Boolean>
View Source

WaadProtocol

String

Declaration
public readonly string WaadProtocol
Field Value
Type Description
System.String
  • View Source
Back to top Copyright 2016-2020, Pulumi Corporation.