AI-generated Key Takeaways
- 
          This document provides information on the Deployment resource within the Spectrum Access System. 
- 
          A Deployment is represented by properties like name, display name, SAS user IDs, and FRNs (FCC Registration Numbers). 
- 
          Key methods to manage Deployments include creation, deletion, retrieval, listing, moving, and patching. 
- 
          Each deployment should be uniquely identified by a user ID associated with its devices. 
- 
          FRNs linked to a deployment are inherited from its parent node or customer in the hierarchy. 
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. | 
| 
 | Deletes a deployment. | 
| 
 | Returns a requested deployment. | 
| 
 | Lists deployments. | 
| 
 | Moves a deploymentunder anothernodeorcustomer. | 
| 
 | Updates an existing deployment. |