AI-generated Key Takeaways
-
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.
Resource: Deployment
The Deployment.
JSON representation |
---|
{ "name": string, "displayName": string, "sasUserIds": [ string ], "frns": [ string ] } |
Fields | |
---|---|
name |
Output only. Resource name. |
displayName |
The deployment's display name. |
sasUserIds[] |
User ID used by the devices belonging to this deployment. Each deployment should be associated with one unique user ID. |
frns[] |
Output only. The FCC Registration Numbers (FRNs) copied from its direct parent. |
Methods |
|
---|---|
|
Creates a new deployment . |
|
Lists deployments . |