AI-generated Key Takeaways
- 
          A Deployment is a resource that represents a group of devices and is associated with a unique user ID. 
- 
          It includes properties like name, display name, SAS user IDs, and FCC Registration Numbers (FRNs). 
- 
          You can manage Deployments using methods like delete, get, list, move, and patch to create, retrieve, update, or delete them. 
- 
          Deployments can be associated with nodes or customers for organizational purposes. 
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 | |
|---|---|
| 
 | Deletes a deployment. | 
| 
 | Returns a requested deployment. | 
| 
 | Lists deployments. | 
| 
 | Moves a deploymentunder anothernodeorcustomer. | 
| 
 | Updates an existing deployment. |