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

SasPortalDeployment

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

The Deployment.

interface SasPortalDeployment {
displayName?: string;
readonly frns?: string[];
readonly name?: string;
sasUserIds?: string[];
}

§Properties

§
displayName?: string
[src]

The deployment's display name.

§
readonly frns?: string[]
[src]

Output only. The FCC Registration Numbers (FRNs) copied from its direct parent.

§
readonly name?: string
[src]

Output only. Resource name.

§
sasUserIds?: string[]
[src]

User ID used by the devices belonging to this deployment. Each deployment should be associated with one unique user ID.