You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
/** Name of the connection in the scope of this organization. */
3101
+
organization_connection_name?: string;
3102
+
/** When true, all users that log in with this connection will be automatically granted membership in the organization. When false, users must be granted membership in the organization before logging in with this connection. */
3103
+
assign_membership_on_login?: boolean;
3104
+
/** Determines whether a connection should be displayed on this organization’s login prompt. Only applicable for enterprise connections. Default: true. */
3105
+
show_as_button?: boolean;
3106
+
/** Determines whether organization signup should be enabled for this organization connection. Only applicable for database connections. Default: false. */
/** Name of the connection in the scope of this organization. */
3121
+
organization_connection_name?: string|null;
3122
+
/** When true, all users that log in with this connection will be automatically granted membership in the organization. When false, users must be granted membership in the organization before logging in with this connection. */
3123
+
assign_membership_on_login?: boolean;
3124
+
/** Determines whether a connection should be displayed on this organization’s login prompt. Only applicable for enterprise connections. Default: true. */
3125
+
show_as_button?: boolean;
3126
+
/** Determines whether organization signup should be enabled for this organization connection. Only applicable for database connections. Default: false. */
0 commit comments