REST Resource: deployments

Stay organized with collections Save and categorize content based on your preferences.

Resource: Deployment

The Deployment.

JSON representation
{
  "name": string,
  "displayName": string,
  "sasUserIds": [
    string
  ],
  "defaultBillingMode": enum (BillingMode),
  "allowedBillingModes": [
    enum (BillingMode)
  ]
}
Fields
name

string

Output only. Resource name.

displayName

string

The deployment's display name.

sasUserIds[]

string

User ID used by the devices belonging to this deployment. Each deployment should be associated with one unique user ID.

defaultBillingMode

enum (BillingMode)

Default billing mode for the deployment and devices under it.

allowedBillingModes[]

enum (BillingMode)

The allowed billing modes under this deployment.

Methods

get

Returns a requested deployment.