REST Resource: customers.nodes.deployments
المورد: النشر
تمثيل JSON |
{
"name": string,
"displayName": string,
"sasUserIds": [
string
],
"frns": [
string
]
} |
الحقول |
name |
string
الناتج فقط. اسم المورد
|
displayName |
string
الاسم المعروض للنشر.
|
sasUserIds[] |
string
رقم تعريف المستخدم الذي تستخدمه الأجهزة التي تنتمي إلى عملية النشر هذه. يجب ربط كل عملية نشر بمعرّف مستخدم فريد واحد.
|
frns[] |
string
الناتج فقط. تم نسخ أرقام تسجيل هيئة الاتصالات الفيدرالية (FRN) من الشركة الرئيسية المباشرة.
|
إنّ محتوى هذه الصفحة مرخّص بموجب ترخيص Creative Commons Attribution 4.0 ما لم يُنصّ على خلاف ذلك، ونماذج الرموز مرخّصة بموجب ترخيص Apache 2.0. للاطّلاع على التفاصيل، يُرجى مراجعة سياسات موقع Google Developers. إنّ Java هي علامة تجارية مسجَّلة لشركة Oracle و/أو شركائها التابعين.
تاريخ التعديل الأخير: 2022-11-02 (حسب التوقيت العالمي المتفَّق عليه)
[null,null,["تاريخ التعديل الأخير: 2022-11-02 (حسب التوقيت العالمي المتفَّق عليه)"],[[["Deployments manage device access using unique user IDs and FCC Registration Numbers (FRNs)."],["A Deployment resource includes a name, display name, associated user IDs (sasUserIds), and FRNs."],["You can create and list deployments using the provided API methods."],["Each deployment should have one unique user ID associated with it for device identification."]]],["Deployments, represented in JSON, contain a `name`, `displayName`, `sasUserIds`, and `frns`. The `name` and `frns` are output-only strings, while `displayName` is the deployment's name. `sasUserIds` contain user IDs linked to the deployment's devices. Key actions involve the ability to create new deployments and list existing ones via the `create` and `list` methods, respectively. Each deployment needs an associated, unique user ID.\n"]]