একটি সংস্থান পরিচালনা করার জন্য প্রতিটি ব্যবহারকারীর ক্ষমতা নির্ভর করে সংস্থান বা অভিভাবক সংস্থানে নির্ধারিত ব্যবহারকারীর ভূমিকার উপর। অনুমতিগুলি অভিভাবক সংস্থান থেকে উত্তরাধিকারসূত্রে পাওয়া যায়৷
ইউজার আইডি
একটি ব্যবহারকারী আইডি অনন্যভাবে একটি CBSD অপারেটর সনাক্ত করে। SAS একটি গ্রাহককে একটি ডিভাইস বরাদ্দ করতে ব্যবহারকারী আইডি ব্যবহার করে। প্রতিটি SAS গ্রাহককে গ্রাহক অ্যাকাউন্ট সেটআপের সময় কমপক্ষে একটি ব্যবহারকারী আইডি প্রদান করতে হবে। আপনি পরে অতিরিক্ত ব্যবহারকারী আইডি যোগ করতে পারেন.
ডিভাইস
SAS পোর্টাল API CBSD-এর বহু-পদক্ষেপ নিবন্ধন সক্ষম করে। একটি সার্টিফাইড প্রফেশনাল ইন্সটলার (CPI) দ্বারা ইনস্টল করা প্রয়োজন এমন ডিভাইসগুলির জন্য, মাল্টি-স্টেপ রেজিস্ট্রেশন প্রক্রিয়া শুরু করার জন্য আপনার কাছে দুটি বিকল্প রয়েছে:
বিকল্প 1: একটি CPI অ্যাকাউন্ট দিয়ে প্রক্রিয়া শুরু করুন। এই বিকল্পের জন্য, ব্যবহারকারীকে অবশ্যই role_cpi ভূমিকা দিয়ে প্রমাণীকরণ করতে হবে। প্রথমে, ব্যবহারকারীকে ValidateInstaller() পদ্ধতির মাধ্যমে যাচাই করা হয়, এবং তারপর তারা SAS-এ CPI- যাচাইকৃত কনফিগারেশন পাঠাতে SignDevice() পদ্ধতি ব্যবহার করে।
বিকল্প 2: যেকোনো অ্যাকাউন্ট দিয়ে প্রক্রিয়া শুরু করুন। এই বিকল্পের জন্য, যেকোনো ব্যবহারকারী একটি নিষ্ক্রিয় ডিভাইস কনফিগারেশন তৈরি করতে CreateSigned() পদ্ধতি ব্যবহার করতে পারেন যা CBSD ব্যবহারের জন্য প্রস্তুত। এই পদ্ধতিটি ডিভাইসের প্যারামিটার ব্যবহার করে যা একটি CPI এর ব্যক্তিগত কী দিয়ে এনকোড করা হয়।
আপনি যে বিকল্পটি ব্যবহার করুন না কেন, এই প্রক্রিয়াটি SAS-এ ডিভাইসের জন্য একটি নিষ্ক্রিয় কনফিগারেশন তৈরি করে। তারপর, সিবিএসডি এসএএস-কে একটি নিবন্ধন অনুরোধ পাঠায়। এটি সফল হলে, ডিভাইসের স্থিতি "নিবন্ধিত" এ পরিবর্তিত হয়।
CBSD-এর জন্য যেগুলির CPI যাচাইকরণের প্রয়োজন নেই, CreateDevice() পদ্ধতি ব্যবহার করুন।
CPI-এনকোডেড ডেটা সহ একক-পদক্ষেপ নিবন্ধনের জন্য, WInnForum দ্বারা সংজ্ঞায়িত SAS-CBSD API ব্যবহার করুন।
[null,null,["2025-07-25 UTC-তে শেষবার আপডেট করা হয়েছে।"],[[["\u003cp\u003eThe SAS Portal API enables management of User IDs and Devices within your CBRS network, including creation, viewing, updating, and deletion.\u003c/p\u003e\n"],["\u003cp\u003eUser IDs uniquely identify CBSD operators and are used for device assignment to customers.\u003c/p\u003e\n"],["\u003cp\u003eDevices can be registered through a multi-step process involving CPI validation or a single-step process for devices without CPI requirements.\u003c/p\u003e\n"],["\u003cp\u003eDevice registration can be initiated by a CPI or any user with appropriate permissions, ultimately leading to a "REGISTERED" status upon successful CBSD registration request.\u003c/p\u003e\n"],["\u003cp\u003eUsers' ability to manage resources is determined by their assigned role and inherited permissions.\u003c/p\u003e\n"]]],["The SAS Portal API allows managing User IDs and Devices within a CBRS network. User permissions are role-based and inherit from parent resources. Devices can be registered via a multi-step process involving CPI validation, either initiated with a CPI account using `ValidateInstaller()` and `SignDevice()` methods, or with any account using `CreateSigned()`. Non-CPI validated devices use `CreateDevice()`. After creating an inactive device configuration, a successful CBSD registration request changes its status to \"REGISTERED.\" Single-step registration uses the SAS-CBSD API.\n"],null,["# Resource management\n\nThe SAS Portal API allows you to create, view, update, or delete the following resources within\nyour CBRS network:\n\n- [User IDs](/spectrum-access-system/guides/resource-management#user-ids)\n- [Devices](/spectrum-access-system/guides/resource-management#devices)\n\nThe ability for each user to manage a resource depends on the user role assigned to the resource\nor parent resource. Permissions are inherited from the parent resource.\n\nUser IDs\n--------\n\nA user ID uniquely identifies the operator of a CBSD. The SAS uses user IDs to assign a device to\na Customer. Every SAS customer has to provide at least one user ID during Customer account setup.\nYou can add additional user IDs later.\n\nDevices\n-------\n\nThe SAS Portal API enables multi-step registration of CBSDs. For devices that need to be\ninstalled by a Certified Professional Installer (CPI), you have two options to initiate the\nmulti-step registration process:\n\n- **Option 1:** Initiate the process with a CPI account. For this option, the user must be\n authenticated with the `role_cpi` role. First, the user is verified with the\n [`ValidateInstaller()`](/spectrum-access-system/reference/rest/customers.devices/validate)\n method, and then they use the\n [`SignDevice()`](/spectrum-access-system/reference/rest/customers.devices/signDevice)\n method to send the CPI-validated configuration to the SAS.\n\n | **Note:** The user only needs to validate their CPI identity once.\n- **Option 2:** Initiate the process with any account. For this option, any user can use the [`CreateSigned()`](/spectrum-access-system/reference/rest/customers.devices/createSigned) method to create an inactive device configuration that's ready for the CBSD to use. This method uses device parameters that are encoded with a CPI's private key.\n\nRegardless of which option you use, this process creates an inactive configuration for the device\nin the SAS. Then, the CBSD sends a registration request to the SAS. If it's successful, the device status\nchanges to \"REGISTERED.\"\n\nFor CBSDs that don't need CPI validation, use the\n[`CreateDevice()`](/spectrum-access-system/reference/rest/customers.devices/create)\nmethod.\n\nFor single-step registration with CPI-encoded data, use the\n[SAS-CBSD API](https://winnf.memberclicks.net/assets/CBRS/WINNF-TS-0016.pdf)\ndefined by WInnForum."]]