Back to Node Auth0

Interface EventStreamCloudEventConnectionCreatedObject5

docs/interfaces/management.Management.EventStreamCloudEventConnectionCreatedObject5.html

6.0.03.7 KB
Original Source

Interface EventStreamCloudEventConnectionCreatedObject5

interface EventStreamCloudEventConnectionCreatedObject5 {
authentication?: EventStreamCloudEventConnectionCreatedObject5Authentication;
connected_accounts?: EventStreamCloudEventConnectionCreatedObject5ConnectedAccounts;
display_name?: string;
enabled_clients?: string[];
id: string;
is_domain_connection?: boolean;
metadata?: EventStreamCloudEventConnectionCreatedObject5Metadata;
name: string;
realms?: string[];
options?: EventStreamCloudEventConnectionCreatedObject5Options;
strategy: "ad";
}

Index

Properties

authentication?connected_accounts?display_name?enabled_clients?idis_domain_connection?metadata?namerealms?options?strategy

Properties

Optionalauthentication

authentication?: EventStreamCloudEventConnectionCreatedObject5Authentication

Optionalconnected_accounts

connected_accounts?: EventStreamCloudEventConnectionCreatedObject5ConnectedAccounts

Optionaldisplay_name

display_name?: string

Connection name used in the new universal login experience

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.

id

id: string

The connection's identifier

Optionalis_domain_connection

is_domain_connection?: boolean

true promotes to a domain-level connection so that third-party applications can use it. false does not promote the connection, so only first-party applications with the connection enabled can use it. (Defaults to false.)

Optionalmetadata

metadata?: EventStreamCloudEventConnectionCreatedObject5Metadata

name

name: string

The name of the connection. Must start and end with an alphanumeric character and can only contain alphanumeric characters and '-'. Max length 128

Optionalrealms

realms?: string[]

Defines the realms for which the connection will be used (ie: email domains). If the array is empty or the property is not specified, the connection name will be added as realm.

Optionaloptions

options?: EventStreamCloudEventConnectionCreatedObject5Options

strategy

strategy: "ad"

Settings

Member Visibility

  • Protected
  • Inherited

ThemeOSLightDark

On This Page

Properties authenticationconnected_accountsdisplay_nameenabled_clientsidis_domain_connectionmetadatanamerealmsoptionsstrategy