Back to Node Auth0

Interface ConnectionResponseContentPlanningCenter

docs/interfaces/management.Management.ConnectionResponseContentPlanningCenter.html

5.9.13.2 KB
Original Source

Interface ConnectionResponseContentPlanningCenter

Response for connections with strategy=planningcenter

interface ConnectionResponseContentPlanningCenter {
authentication?: ConnectionAuthenticationPurpose;
connected_accounts?: ConnectionConnectedAccountsPurpose;
id?: string;
realms?: ConnectionRealms;
strategy: "planningcenter";
options?: ConnectionOptionsPlanningCenter;
name?: string;
enabled_clients?: string[];
display_name?: string;
is_domain_connection?: boolean;
metadata?: ConnectionsMetadata;
}

Hierarchy (View Summary)

Index

Properties

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

Properties

Optionalauthentication

authentication?: ConnectionAuthenticationPurpose

Optionalconnected_accounts

connected_accounts?: ConnectionConnectedAccountsPurpose

Optionalid

id?: string

Optionalrealms

realms?: ConnectionRealms

strategy

strategy: "planningcenter"

Optionaloptions

options?: ConnectionOptionsPlanningCenter

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

Settings

Member Visibility

  • Protected
  • Inherited

ThemeOSLightDark

On This Page

Properties authenticationconnected_accountsidrealmsstrategyoptionsnameenabled_clientsdisplay_nameis_domain_connectionmetadata