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

SasPortalCustomer

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

Entity representing a SAS customer.

interface SasPortalCustomer {
displayName?: string;
name?: string;
sasUserIds?: string[];
}

§Properties

§
displayName?: string
[src]

Required. Name of the organization that the customer entity represents.

§
name?: string
[src]

Output only. Resource name of the customer.

§
sasUserIds?: string[]
[src]

User IDs used by the devices belonging to this customer.