REST Resource: asps
コレクションでコンテンツを整理
必要に応じて、コンテンツの保存と分類を行います。
リソース: Asp
アプリケーション固有のパスワード(ASP)は、特定のデバイスでアプリケーションにログインする際に確認コードを受け付けないアプリケーションで使用されます。ASP アクセスコードは、ブラウザからアプリケーションにアクセスする際に通常使用するログイン名とパスワードの代わりに使用されます。ASP とその作成方法について詳しくは、ヘルプセンターをご覧ください。
JSON 表現 |
{
"codeId": integer,
"name": string,
"creationTime": string,
"lastTimeUsed": string,
"userKey": string,
"kind": string,
"etag": string
} |
フィールド |
codeId |
integer
ASP の一意の ID。
|
name |
string
ASP の作成時にユーザー(userId で表されます)が入力したアプリケーションの名前。
|
creationTime |
string (int64 format)
ASP が作成された時刻。Unix 時間形式で表されます。
|
lastTimeUsed |
string (int64 format)
ASP が最後に使用された時刻。Unix 時間形式で表されます。
|
userKey |
string
ASP を発行したユーザーの一意の ID。
|
kind |
string
API リソースのタイプ。これは常に admin#directory#asp です。
|
etag |
string
ASP の ETag。
|
メソッド |
|
ユーザーが発行した ASP を削除します。 |
|
ユーザーが発行した ASP に関する情報を取得します。 |
|
ユーザーが発行した ASP を一覧表示します。 |
特に記載のない限り、このページのコンテンツはクリエイティブ・コモンズの表示 4.0 ライセンスにより使用許諾されます。コードサンプルは Apache 2.0 ライセンスにより使用許諾されます。詳しくは、Google Developers サイトのポリシーをご覧ください。Java は Oracle および関連会社の登録商標です。
最終更新日 2025-07-24 UTC。
[null,null,["最終更新日 2025-07-24 UTC。"],[],[],null,["# REST Resource: asps\n\nResource: Asp\n-------------\n\nAn application-specific password (ASP) is used with applications that do not accept a verification code when logging into the application on certain devices. The ASP access code is used instead of the login and password you commonly use when accessing an application through a browser. For more information about ASPs and how to create one, see the [help center](https://support.google.com/a/answer/2537800#asp).\n\n| JSON representation |\n|--------------------------------------------------------------------------------------------------------------------------------------------------|\n| ``` { \"codeId\": integer, \"name\": string, \"creationTime\": string, \"lastTimeUsed\": string, \"userKey\": string, \"kind\": string, \"etag\": string } ``` |\n\n| Fields ||\n|----------------|-----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|\n| `codeId` | `integer` The unique ID of the ASP. |\n| `name` | `string` The name of the application that the user, represented by their `userId`, entered when the ASP was created. |\n| `creationTime` | `string (`[int64](https://developers.google.com/discovery/v1/type-format)` format)` The time when the ASP was created. Expressed in [Unix time](https://en.wikipedia.org/wiki/Epoch_time) format. |\n| `lastTimeUsed` | `string (`[int64](https://developers.google.com/discovery/v1/type-format)` format)` The time when the ASP was last used. Expressed in [Unix time](https://en.wikipedia.org/wiki/Epoch_time) format. |\n| `userKey` | `string` The unique ID of the user who issued the ASP. |\n| `kind` | `string` The type of the API resource. This is always `admin#directory#asp`. |\n| `etag` | `string` ETag of the ASP. |\n\n| Methods ------- ||\n|------------------------------------------------------------------------|-------------------------------------------------|\n| ### [delete](/workspace/admin/directory/reference/rest/v1/asps/delete) | Deletes an ASP issued by a user. |\n| ### [get](/workspace/admin/directory/reference/rest/v1/asps/get) | Gets information about an ASP issued by a user. |\n| ### [list](/workspace/admin/directory/reference/rest/v1/asps/list) | Lists the ASPs issued by a user. |"]]