Method: projects.androidApps.sha.list

מפרט את אישורי SHA-1 ו-SHA-256 עבור ה- AndroidApp שצוין.

בקשת HTTP

GET https://firebase.googleapis.com/v1beta1/{parent=projects/*/androidApps/*}/sha

כתובת האתר משתמשת בתחביר GRPC Transcoding .

פרמטרים של נתיב

פרמטרים
parent

string

שם המשאב של ה- AndroidApp שעבורו יש לרשום כל ShaCertificate משויך, בפורמט:

projects/ PROJECT_IDENTIFIER /androidApps/ APP_ID


מכיוון ש- APP_ID הוא מזהה ייחודי, ניתן להשתמש בדפוס הגישה של המשאב הייחודי מאוסף המשנה כאן, בפורמט:

projects/-/androidApps/ APP_ID


עיין בשדה name AndroidApp לפרטים על ערכי PROJECT_IDENTIFIER ו- APP_ID .

גוף הבקשה

גוף הבקשה חייב להיות ריק.

גוף תגובה

אם זה מצליח, גוף התגובה מכיל נתונים עם המבנה הבא:

ייצוג JSON
{
  "certificates": [
    {
      object (ShaCertificate)
    }
  ]
}
שדות
certificates[]

object ( ShaCertificate )

הרשימה של כל ShaCertificate המשויך ל- AndroidApp .

היקף ההרשאה

דורש אחד מהיקפי OAuth הבאים:

  • https://www.googleapis.com/auth/cloud-platform
  • https://www.googleapis.com/auth/cloud-platform.read-only
  • https://www.googleapis.com/auth/firebase
  • https://www.googleapis.com/auth/firebase.readonly

למידע נוסף, עיין בסקירת האימות .