GoogleApi.SASPortal.V1alpha1.Model.SasPortalDeployment (google_api_sas_portal v0.13.0) View Source

The Deployment.

Attributes

  • allowedBillingModes (type: list(String.t), default: nil) - The allowed billing modes under this deployment.
  • defaultBillingMode (type: String.t, default: nil) - Default billing mode for the deployment and devices under it.
  • displayName (type: String.t, default: nil) - The deployment's display name.
  • frns (type: list(String.t), default: nil) - Output only. The FRNs copied from its direct parent.
  • name (type: String.t, default: nil) - Output only. Resource name.
  • sasUserIds (type: list(String.t), default: nil) - User ID used by the devices belonging to this deployment. Each deployment should be associated with one unique user ID.

Link to this section Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Link to this section Types

Specs

t() :: %GoogleApi.SASPortal.V1alpha1.Model.SasPortalDeployment{
  allowedBillingModes: [String.t()] | nil,
  defaultBillingMode: String.t() | nil,
  displayName: String.t() | nil,
  frns: [String.t()] | nil,
  name: String.t() | nil,
  sasUserIds: [String.t()] | nil
}

Link to this section Functions

Specs

decode(struct(), keyword()) :: struct()

Unwrap a decoded JSON object into its complex fields.