This is a translation of the original English documentation page. Help us make it better.
Table of Contents

Tokenオブジェクト

次のオブジェクトは、tokenAPIに直接関連しています。

Token

token オブジェクトには次のプロパティがあります。

プロパティ タイプ 説明
tokenid string (読取専用) トークンのID
name
(必須)
string トークンの名前
description text トークンの説明
userid string (updateの時は読取専用) トークンが割り当てられているユーザー

デフォルト:現在のユーザー
lastaccess timestamp (読取専用) トークンが認証された最新の日時

トークンが認証されたことがない場合はゼロ
status integer トークンのステータス

使用可能な値:
0 - (デフォルト) 有効なトークン
1 - 無効なトークン
expires_at timestamp トークンの有効期限日時

有効期限切れが無いトークンの場合はゼロ
created_at timestamp (読取専用) トークンの作成日時
creator_userid string (読取専用) トークンの作成者ユーザー