Method: enterprises.webTokens.create
特定のエンタープライズ用に埋め込み可能な managed Google Play ウェブ UI にアクセスするためのウェブトークンを作成します。
HTTP リクエスト
POST https://androidmanagement.googleapis.com/v1/{parent=enterprises/*}/webTokens
この URL は gRPC Transcoding 構文を使用します。
パスパラメータ
パラメータ |
parent |
string
エンタープライズの名前(enterprises/{enterpriseId} の形式)。
|
リクエストの本文
リクエストの本文には WebToken
のインスタンスが含まれます。
レスポンスの本文
成功した場合、レスポンスの本文には、新しく作成された WebToken
のインスタンスが含まれます。
認可スコープ
次の OAuth スコープが必要です。
https://www.googleapis.com/auth/androidmanagement
詳細については、OAuth 2.0 Overview をご覧ください。
特に記載のない限り、このページのコンテンツはクリエイティブ・コモンズの表示 4.0 ライセンスにより使用許諾されます。コードサンプルは Apache 2.0 ライセンスにより使用許諾されます。詳しくは、Google Developers サイトのポリシーをご覧ください。Java は Oracle および関連会社の登録商標です。
最終更新日 2025-01-29 UTC。
[null,null,["最終更新日 2025-01-29 UTC。"],[[["Creates a web token for accessing an embeddable managed Google Play web UI for a given enterprise."],["Uses a POST request to `https://androidmanagement.googleapis.com/v1/{parent=enterprises/*}/webTokens` with the enterprise name as a path parameter."],["Requires a request body containing a WebToken object and provides a newly created WebToken object in the response upon success."],["Needs authorization with the `https://www.googleapis.com/auth/androidmanagement` scope."]]],["This outlines the process to create a web token for accessing a managed Google Play web UI. A `POST` HTTP request is sent to a specified URL, including a `parent` path parameter that identifies the enterprise. The request body requires a `WebToken` instance. Upon success, the response body returns a newly created `WebToken` instance. This action requires the `https://www.googleapis.com/auth/androidmanagement` OAuth scope for authorization. The complete path to the resource is: `https://androidmanagement.googleapis.com/v1/{parent=enterprises/*}/webTokens`.\n"]]