Back to Node Auth0

Interface CreateConnectionRequestContentPingFederate

docs/interfaces/management.Management.CreateConnectionRequestContentPingFederate.html

5.9.12.3 KB
Original Source

Interface CreateConnectionRequestContentPingFederate

Create a connection with strategy=pingfederate

interface CreateConnectionRequestContentPingFederate {
name?: string;
enabled_clients?: string[];
display_name?: string;
is_domain_connection?: boolean;
metadata?: ConnectionsMetadata;
strategy: "pingfederate";
options?: ConnectionOptionsPingFederate;
show_as_button?: boolean;
}

Hierarchy (View Summary)

Index

Properties

name?enabled_clients?display_name?is_domain_connection?metadata?strategyoptions?show_as_button?

Properties

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: "pingfederate"

Optionaloptions

options?: ConnectionOptionsPingFederate

Optionalshow_as_button

show_as_button?: boolean

Settings

Member Visibility

  • Protected
  • Inherited

ThemeOSLightDark

On This Page

Properties nameenabled_clientsdisplay_nameis_domain_connectionmetadatastrategyoptionsshow_as_button