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 {
readonly customerOnboardingState?: CustomerOnboardingState;
displayName?: string;
readonly isOnboarded?: boolean;
name?: string;
readonly organizationDomain?: string;
}

§Properties

§
readonly customerOnboardingState?: CustomerOnboardingState
[src]

Output only. Container for customer onboarding steps

§
displayName?: string
[src]

Required. Display name for the customer

§
readonly isOnboarded?: boolean
[src]

Output only. Indicates whether a customer is fully onboarded

§
name?: string
[src]

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

§
readonly organizationDomain?: string
[src]

Output only. The customer organization domain, extracted from CRM Organization’s display_name field. e.g. "google.com"