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

Customer

import type { Customer } from "https://googleapis.deno.dev/v1/cloudcontrolspartner:v1.ts";

Contains metadata around a Cloud Controls Partner Customer

interface Customer {
customerOnboardingState?: CustomerOnboardingState;
displayName?: string;
isOnboarded?: boolean;
name?: string;
}

§Properties

§
customerOnboardingState?: CustomerOnboardingState
[src]

Container for customer onboarding steps

§
displayName?: string
[src]

The customer organization's display name. E.g. "google.com".

§
isOnboarded?: boolean
[src]

Indicates whether a customer is fully onboarded

§
name?: string
[src]

Identifier. Format: organizations/{organization}/locations/{location}/customers/{customer}