Chrome Verified Access API
קל לארגן דפים בעזרת אוספים
אפשר לשמור ולסווג תוכן על סמך ההעדפות שלך.
ממשק API לתוסף Chrome לגישה מאומתת כדי לספק אימות פרטי כניסה עבור מכשירי Chrome המתחברים לרשת ארגונית
שירות: verificationaccess.googleapis.com
כדי להתקשר לשירות הזה, מומלץ להשתמש בספריות הלקוח ש-Google מספקת. אם האפליקציה שלכם צריכה להשתמש בספריות משלכם כדי לקרוא לשירות הזה, עליכם להשתמש במידע הבא כשתשלחו את בקשות ה-API.
מסמך Discovery
מסמך Discovery הוא מפרט קריא למחשבים המיועד לתיאור ולצריכה של ממשקי API ל-REST. הוא משמש לבניית ספריות לקוח, יישומי פלאגין של IDE וכלים אחרים שמקיימים אינטראקציה עם Google APIs. שירות אחד עשוי לספק מספר מסמכי גילוי השירות הזה כולל את מסמכי הגילוי הבאים:
נקודת הקצה לשירות
נקודת קצה (endpoint) היא כתובת URL בסיסית שמציינת את כתובת הרשת של שירות API. בשירות אחד יכולות להיות כמה נקודות קצה בשירות. לשירות הזה יש את נקודת הקצה הבאה לכל שירות, וכל מזהי ה-URI שלמטה יחסיים לנקודת הקצה הזו:
https://verifiedaccess.googleapis.com
שיטות |
generate |
POST /v2/challenge:generate
יצירת אתגר חדש. |
verify |
POST /v2/challenge:verify
אימות התשובה לאתגר. |
שיטות |
create |
POST /v1/challenge
ממשק API של CreateChallenge |
verify |
POST /v1/challenge:verify
ממשק API לאתגר אימות |
אלא אם צוין אחרת, התוכן של דף זה הוא ברישיון Creative Commons Attribution 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 |"]]