SAS Portal API . deployments

Instance Methods

get(name, x__xgafv=None)

Returns a requested deployment.

Method Details

get(name, x__xgafv=None)
Returns a requested deployment.

Args:
  name: string, Required. The name of the deployment. (required)
  x__xgafv: string, V1 error format.
    Allowed values
      1 - v1 error format
      2 - v2 error format

Returns:
  An object of the form:

    { # The Deployment.
      "defaultBillingMode": "A String", # Default billing mode for the deployment and devices under it.
      "allowedBillingModes": [ # The allowed billing modes under this deployment.
        "A String",
      ],
      "name": "A String", # Output only. Resource name.
      "displayName": "A String", # 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.
        "A String",
      ],
    }