Show / Hide Table of Contents

Class ConnectionArgs

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

Constructors

View Source

ConnectionArgs()

Declaration
public ConnectionArgs()

Properties

View Source

DisplayName

Name used in login screen

Declaration
public Input<string> DisplayName { get; set; }
Property Value
Type Description
Pulumi.Input<System.String>
View Source

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>
View Source

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>
View Source

Name

String. Name of the connection.

Declaration
public Input<string> Name { get; set; }
Property Value
Type Description
Pulumi.Input<System.String>
View Source

Options

List(Resource). Configuration settings for connection options. For details, see Options.

Declaration
public Input<ConnectionOptionsArgs> Options { get; set; }
Property Value
Type Description
Pulumi.Input<ConnectionOptionsArgs>
View Source

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>
View Source

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>
View Source

StrategyVersion

Int. Version 1 is deprecated, use version 2.

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