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

SasPortalDeploymentAssociation

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

Association between a gcp project and a SAS user id.

interface SasPortalDeploymentAssociation {
gcpProjectId?: string;
userId?: string;
}

§Properties

§
gcpProjectId?: string
[src]

GCP project id of the associated project.

§
userId?: string
[src]

User id of the deployment.