Class ConnectionState
Inheritance
Inherited Members
Namespace: Pulumi.Auth0
Assembly: Pulumi.Auth0.dll
Syntax
public sealed class ConnectionState : ResourceArgs
Constructors
View SourceConnectionState()
Declaration
public ConnectionState()
Properties
View SourceDisplayName
Name used in login screen
Declaration
public Input<string> DisplayName { get; set; }
Property Value
| Type | Description |
|---|---|
| Pulumi.Input<System.String> |
EnabledClients
Set(String). IDs of the clients for which the connection is enabled. If not specified, no clients are enabled.
Declaration
public InputList<string> EnabledClients { get; set; }
Property Value
| Type | Description |
|---|---|
| Pulumi.InputList<System.String> |
IsDomainConnection
Boolean. Indicates whether or not the connection is domain level.
Declaration
public Input<bool> IsDomainConnection { get; set; }
Property Value
| Type | Description |
|---|---|
| Pulumi.Input<System.Boolean> |
Name
String. Name of the connection.
Declaration
public Input<string> Name { get; set; }
Property Value
| Type | Description |
|---|---|
| Pulumi.Input<System.String> |
Options
List(Resource). Configuration settings for connection options. For details, see Options.
Declaration
public Input<ConnectionOptionsGetArgs> Options { get; set; }
Property Value
| Type | Description |
|---|---|
| Pulumi.Input<ConnectionOptionsGetArgs> |
Realms
List(String). Defines the realms for which the connection will be used (i.e., email domains). If not specified, the connection name is added as the realm.
Declaration
public InputList<string> Realms { get; set; }
Property Value
| Type | Description |
|---|---|
| Pulumi.InputList<System.String> |
Strategy
String. Type of the connection, which indicates the identity provider. Options include ad, adfs, amazon, aol, apple, auth0, auth0-adldap, auth0-oidc, baidu, bitbucket, bitly, box, custom, daccount, dropbox, dwolla, email, evernote, evernote-sandbox, exact, facebook, fitbit, flickr, github, google-apps, google-oauth2, guardian, instagram, ip, line, linkedin, miicard, oauth1, oauth2, office365, oidc, paypal, paypal-sandbox, pingfederate, planningcenter, renren, salesforce, salesforce-community, salesforce-sandbox samlp, sharepoint, shopify, sms, soundcloud, thecity, thecity-sandbox, thirtysevensignals, twitter, untappd, vkontakte, waad, weibo, windowslive, wordpress, yahoo, yammer, yandex.
Declaration
public Input<string> Strategy { get; set; }
Property Value
| Type | Description |
|---|---|
| Pulumi.Input<System.String> |
StrategyVersion
Int. Version 1 is deprecated, use version 2.
Declaration
public Input<string> StrategyVersion { get; set; }
Property Value
| Type | Description |
|---|---|
| Pulumi.Input<System.String> |