Method: customers.v2.Schemas.list

מאחזר את כל הסכימות.

בקשת HTTP

GET https://cloudidentityscim.googleapis.com/v1/customers/{customerId}/v2/Schemas

כתובת ה-URL כתובה בתחביר של gRPC Transcoding.

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

פרמטרים
customerId

string

חובה. מספר הלקוח.

גוף הבקשה

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

גוף התשובה

הודעת תגובה מסכימות של כרטיסי מוצר.

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

ייצוג JSON
{
  "schemas": [
    string
  ],
  "resources": [
    {
      object (Schema)
    }
  ],
  "totalResults": integer
}
שדות
schemas[]

string

הסכימות של המשאבים שמוחזרים.

resources[]

object (Schema)

רשימת המשאבים המבוקשים.

totalResults

integer

המספר הכולל של התוצאות.

היקפי הרשאות

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

  • https://www.googleapis.com/auth/cloud-identity.groups.readonly
  • https://www.googleapis.com/auth/cloud-identity.groups
  • https://www.googleapis.com/auth/cloud-identity
  • https://www.googleapis.com/auth/cloud-platform
  • https://www.googleapis.com/auth/admin.directory.user.readonly
  • https://www.googleapis.com/auth/admin.directory.user

מידע נוסף זמין במדריך ההרשאות.