Method: enterprises.structures.list
يسرد البِنى التي تديرها المؤسسة.
طلب HTTP
GET https://smartdevicemanagement.googleapis.com/v1/{parent=enterprises/*}/structures
يستخدِم عنوان URL بنية تحويل ترميز gRPC.
مَعلمات المسار
المعلمات |
parent |
string
المؤسسة الرئيسية المطلوب إدراج الهياكل ضمنها. مثلاً: "enterprises/XYZ".
|
معامِلات طلب البحث
المعلمات |
filter |
string
يمكنك أيضًا استخدام فلتر اختياري لإدراج البُنى.
|
نص الطلب
يجب أن يكون نص الطلب فارغًا.
نص الاستجابة
رسالة الاستجابة لـ SmartDeviceManagementService.Liststructureds
إذا كانت الاستجابة ناجحة، سيحتوي نص الاستجابة على بيانات بالبنية التالية:
تمثيل 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 (حسب التوقيت العالمي المتفَّق عليه)
[null,null,["تاريخ التعديل الأخير: 2024-10-14 (حسب التوقيت العالمي المتفَّق عليه)"],[[["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"]]