View Source GoogleApi.SASPortal.V1alpha1.Model.SasPortalProvisionDeploymentRequest (google_api_sas_portal v0.17.0)

Request for [ProvisionDeployment]. [spectrum.sas.portal.v1alpha1.Provisioning.ProvisionDeployment]. GCP Project, Organization Info, and caller’s GAIA ID should be retrieved from the RPC handler, and used as inputs to create a new SAS organization (if not exists) and a new SAS deployment.

Attributes

  • newDeploymentDisplayName (type: String.t, default: nil) - Optional. If this field is set, and a new SAS Portal Deployment needs to be created, its display name will be set to the value of this field.
  • newOrganizationDisplayName (type: String.t, default: nil) - Optional. If this field is set, and a new SAS Portal Organization needs to be created, its display name will be set to the value of this field.
  • organizationId (type: String.t, default: nil) - Optional. If this field is set then a new deployment will be created under the organization specified by this id.

Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Types

@type t() :: %GoogleApi.SASPortal.V1alpha1.Model.SasPortalProvisionDeploymentRequest{
  newDeploymentDisplayName: String.t() | nil,
  newOrganizationDisplayName: String.t() | nil,
  organizationId: String.t() | nil
}

Functions

@spec decode(struct(), keyword()) :: struct()

Unwrap a decoded JSON object into its complex fields.