Back to Node Auth0

Interface CreateConnectionRequestContentWindowsLive

docs/interfaces/management.Management.CreateConnectionRequestContentWindowsLive.html

5.9.12.9 KB
Original Source

Interface CreateConnectionRequestContentWindowsLive

Create a connection with strategy=windowslive

interface CreateConnectionRequestContentWindowsLive {
authentication?: ConnectionAuthenticationPurpose;
connected_accounts?: ConnectionConnectedAccountsPurpose;
name?: string;
enabled_clients?: string[];
display_name?: string;
is_domain_connection?: boolean;
metadata?: ConnectionsMetadata;
strategy: "windowslive";
options?: ConnectionOptionsWindowsLive;
}

Hierarchy (View Summary)

Index

Properties

authentication?connected_accounts?name?enabled_clients?display_name?is_domain_connection?metadata?strategyoptions?

Properties

Optionalauthentication

authentication?: ConnectionAuthenticationPurpose

Optionalconnected_accounts

connected_accounts?: ConnectionConnectedAccountsPurpose

Optionalname

name?: string

Optionalenabled_clients

enabled_clients?: string[]

Use of this property is NOT RECOMMENDED. Use the PATCH /v2/connections/{id}/clients endpoint to enable the connection for a set of clients.

Optionaldisplay_name

display_name?: string

Optionalis_domain_connection

is_domain_connection?: boolean

Optionalmetadata

metadata?: ConnectionsMetadata

strategy

strategy: "windowslive"

Optionaloptions

options?: ConnectionOptionsWindowsLive

Settings

Member Visibility

  • Protected
  • Inherited

ThemeOSLightDark

On This Page

Properties authenticationconnected_accountsnameenabled_clientsdisplay_nameis_domain_connectionmetadatastrategyoptions