Hi there! Are you looking for the official Deno documentation? Try docs.deno.com for all your Deno learning needs.

SasPortalProvisionDeploymentRequest

import type { SasPortalProvisionDeploymentRequest } from "https://googleapis.deno.dev/v1/prod_tt_sasportal:v1alpha1.ts";

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.

interface SasPortalProvisionDeploymentRequest {
newDeploymentDisplayName?: string;
newOrganizationDisplayName?: string;
organizationId?: bigint;
}

§Properties

§
newDeploymentDisplayName?: string
[src]

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?: string
[src]

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?: bigint
[src]

Optional. If this field is set then a new deployment will be created under the organization specified by this id.