Chrome Verified Access API
コレクションでコンテンツを整理
必要に応じて、コンテンツの保存と分類を行います。
Chrome Enterprise Verified Access Chrome 拡張機能用の API を使って、企業ネットワークに接続されている Chrome デバイスの認証情報を検証できます
サービス: 確認済みアクセス.googleapis.com
このサービスを呼び出すには、Google 提供のクライアント ライブラリを使用することをおすすめします。アプリケーションでこのサービスの呼び出しに独自のライブラリを使用する必要がある場合は、API リクエストを行うときに次の情報を使用します。
ディスカバリ ドキュメント
ディスカバリ ドキュメントは、REST API を記述して使用するための機械可読仕様です。クライアント ライブラリ、IDE プラグイン、Google API と連携するその他のツールのビルドに使用されます。1 つのサービスで複数のディスカバリ ドキュメントを提供できます。このサービスでは、次のディスカバリ ドキュメントが用意されています。
サービス エンドポイント
サービス エンドポイントは、API サービスのネットワーク アドレスを指定するベース URL です。1 つのサービスに複数のサービス エンドポイントが存在することがあります。このサービスには次のサービス エンドポイントがあり、以下のすべての URI がこのサービス エンドポイントに関連しています。
https://verifiedaccess.googleapis.com
Methods |
generate |
POST /v2/challenge:generate
新しいチャレンジを生成します。 |
verify |
POST /v2/challenge:verify
チャレンジ レスポンスを確認します。 |
Methods |
create |
POST /v1/challenge
CreateChallenge API |
verify |
POST /v1/challenge:verify
VerifyChallengeResponse API |
特に記載のない限り、このページのコンテンツはクリエイティブ・コモンズの表示 4.0 ライセンスにより使用許諾されます。コードサンプルは Apache 2.0 ライセンスにより使用許諾されます。詳しくは、Google Developers サイトのポリシーをご覧ください。Java は Oracle および関連会社の登録商標です。
最終更新日 2023-04-24 UTC。
[null,null,["最終更新日 2023-04-24 UTC。"],[[["\u003cp\u003eThe Verified Access API provides credential verification for Chrome devices accessing enterprise networks.\u003c/p\u003e\n"],["\u003cp\u003eIt offers REST resources for generating and verifying challenges, available in v1 and v2.\u003c/p\u003e\n"],["\u003cp\u003eDevelopers can use Google-provided client libraries or their own libraries to interact with the API.\u003c/p\u003e\n"],["\u003cp\u003eThe service endpoint for the API is \u003ccode\u003ehttps://verifiedaccess.googleapis.com\u003c/code\u003e.\u003c/p\u003e\n"],["\u003cp\u003eDiscovery documents are available to facilitate integration with the API.\u003c/p\u003e\n"]]],[],null,["# Chrome Verified Access API\n\nAPI for Verified Access chrome extension to provide credential verification for chrome devices connecting to an enterprise network\n\n- [REST Resource: v2.challenge](#v2.challenge)\n- [REST Resource: v1.challenge](#v1.challenge)\n\nService: verifiedaccess.googleapis.com\n--------------------------------------\n\nTo call this service, we recommend that you use the Google-provided [client libraries](https://cloud.google.com/apis/docs/client-libraries-explained). If your application needs to use your own libraries to call this service, use the following information when you make the API requests.\n\n### Discovery document\n\nA [Discovery Document](https://developers.google.com/discovery/v1/reference/apis) is a machine-readable specification for describing and consuming REST APIs. It is used to build client libraries, IDE plugins, and other tools that interact with Google APIs. One service may provide multiple discovery documents. This service provides the following discovery documents:\n\n- \u003chttps://verifiedaccess.googleapis.com/$discovery/rest?version=v2\u003e\n- \u003chttps://verifiedaccess.googleapis.com/$discovery/rest?version=v1\u003e\n\n### Service endpoint\n\nA [service endpoint](https://cloud.google.com/apis/design/glossary#api_service_endpoint) is a base URL that specifies the network address of an API service. One service might have multiple service endpoints. This service has the following service endpoint and all URIs below are relative to this service endpoint:\n\n- `https://verifiedaccess.googleapis.com`\n\nREST Resource: [v2.challenge](/chrome/verified-access/reference/rest/v2/challenge)\n----------------------------------------------------------------------------------\n\n| Methods ||\n|--------------------------------------------------------------------------|--------------------------------------------------------------|\n| [generate](/chrome/verified-access/reference/rest/v2/challenge/generate) | `POST /v2/challenge:generate` Generates a new challenge. |\n| [verify](/chrome/verified-access/reference/rest/v2/challenge/verify) | `POST /v2/challenge:verify` Verifies the challenge response. |\n\nREST Resource: [v1.challenge](/chrome/verified-access/reference/rest/v1/challenge)\n----------------------------------------------------------------------------------\n\n| Methods ||\n|----------------------------------------------------------------------|---------------------------------------------------------|\n| [create](/chrome/verified-access/reference/rest/v1/challenge/create) | `POST /v1/challenge` CreateChallenge API |\n| [verify](/chrome/verified-access/reference/rest/v1/challenge/verify) | `POST /v1/challenge:verify` VerifyChallengeResponse API |"]]