Skip to main content
GET
C#

承認

Authorization
string
header
必須

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

パスパラメータ

id
string
必須

organization 識別子。

Maximum string length: 50
connection_id
string
必須

接続識別子。

Required string length: 1 - 50

レスポンス

接続を正常に取得しました。

connection_id
string<connection-id>
必須

接続識別子。

Required string length: 1 - 50
assign_membership_on_login
boolean

true の場合、この接続でログインするすべてのユーザーに、そのorganizationのメンバーシップが自動的に付与されます。false の場合、ユーザーはこの接続でログインする前に、そのorganizationのメンバーシップを付与されている必要があります。

connection
object
is_enabled
boolean

この接続がorganizationに対して有効かどうか。

is_signup_enabled
boolean

このorganization接続でorganization signupを有効にするかどうかを決定します。データベース接続にのみ適用されます。既定値: false。

organization_access_level
enum<string>

organizationのアクセスレベル(例: "none"、"full")。

利用可能なオプション:
none,
readonly,
limited,
full
organization_connection_name
string

このorganizationのスコープ内にある接続名。

Required string length: 1 - 50
Pattern: ^[^]*$
show_as_button
boolean

このorganizationのログイン画面に接続を表示するかどうかを決定します。エンタープライズ接続にのみ適用されます。既定値: true。