Method: enterprises.structures.list
הצגת רשימה של מבנים שמנוהלים על ידי הארגון.
בקשת HTTP
GET https://smartdevicemanagement.googleapis.com/v1/{parent=enterprises/*}/structures
בכתובת ה-URL נעשה שימוש בתחביר המרת קידוד של gRPC.
פרמטרים של נתיב
פרמטרים |
parent |
string
ארגון ההורה להצגת המבנים שתחתיו. לדוגמה "enterprises/XYZ".
|
פרמטרים של שאילתה
פרמטרים |
filter |
string
מסנן אופציונלי להצגת המבנים.
|
גוף הבקשה
גוף הבקשה חייב להיות ריק.
גוף התשובה
הודעת תגובה לגבי SmartDeviceManagementService.ListStructures
אם הפעולה בוצעה ללא שגיאות, גוף התגובה יכיל נתונים במבנה הבא:
ייצוג JSON |
{
"structures": [
{
object (Structure )
}
]
} |
שדות |
structures[] |
object (Structure )
רשימת המבנים.
|
היקפי ההרשאות
נדרש היקף ההרשאות הבא של OAuth:
https://www.googleapis.com/auth/sdm.service
למידע נוסף, קראו את המאמר סקירה כללית של OAuth 2.0.
אלא אם צוין אחרת, התוכן של דף זה הוא ברישיון Creative Commons Attribution 4.0 ודוגמאות הקוד הן ברישיון Apache 2.0. לפרטים, ניתן לעיין במדיניות האתר Google Developers. Java הוא סימן מסחרי רשום של חברת Oracle ו/או של השותפים העצמאיים שלה.
עדכון אחרון: 2024-10-14 (שעון UTC).
[null,null,["עדכון אחרון: 2024-10-14 (שעון UTC)."],[[["Lists device access structures managed by an enterprise using the provided endpoint."],["Allows filtering structures via an optional query parameter."],["Requires authorization using the `https://www.googleapis.com/auth/sdm.service` scope."],["Returns a list of structures if successful, formatted as outlined in the response body section."]]],["This document details retrieving a list of enterprise-managed structures. It uses a `GET` request to a specific URL: `https://smartdevicemanagement.googleapis.com/v1/{parent=enterprises/*}/structures`. The `parent` path parameter specifies the enterprise. An optional `filter` query parameter refines the structure list. The request body is empty. The successful response includes a list of `structures` in JSON format. This action requires the `https://www.googleapis.com/auth/sdm.service` authorization scope.\n"]]