Interface ConnectionForList

Hierarchy

  • ConnectionForList

Properties

display_name?: string

Connection name used in login screen

id?: string

The connection's identifier

is_domain_connection?: boolean

True if the connection is domain level

metadata?: {
    [key: string]: any;
}

Metadata associated with the connection in the form of an object with string values (max 255 chars). Maximum of 10 metadata properties allowed.

Type declaration

  • [key: string]: any
name?: string

The name of the connection

options?: {
    [key: string]: any;
}

In order to return options in the response, the read:connections_options scope must be present

Type declaration

  • [key: string]: any
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.

show_as_button?: boolean

Enables showing a button for the connection in the login page (new experience only). If false, it will be usable only by HRD.

strategy?: string

The type of the connection, related to the identity provider