Skip to main content
POST
C#

承認

Authorization
string
header
必須

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

パスパラメータ

id
string
必須

SCIMトークンを作成する対象の接続ID

ボディ

SCIM トークン

scopes
string[]

SCIM トークンのスコープ

Minimum array length: 1

このトークンのスコープ

token_lifetime
integer | null

トークンの有効期間(秒)。900 より大きい必要があります

レスポンス

接続のSCIMトークンが作成されました。スキーマについてはResponse Schemasを参照してください。

created_at
string

このトークンの作成日時を示すタイムスタンプ

scopes
string[]

SCIM トークンのスコープ

このトークンのスコープ

token
string

SCIM クライアントのトークン

token_id
string

このトークンの識別子

valid_until
string

このトークンの有効期限を示すタイムスタンプ