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

GoogleCloudChannelV1CloudIdentityInfo

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

Cloud Identity information for the Cloud Channel Customer.

interface GoogleCloudChannelV1CloudIdentityInfo {
readonly adminConsoleUri?: string;
alternateEmail?: string;
customerType?: "CUSTOMER_TYPE_UNSPECIFIED" | "DOMAIN" | "TEAM";
readonly isDomainVerified?: boolean;
languageCode?: string;
phoneNumber?: string;
readonly primaryDomain?: string;
}

§Properties

§
readonly adminConsoleUri?: string
[src]

Output only. URI of Customer's Admin console dashboard.

§
alternateEmail?: string
[src]

The alternate email.

§
customerType?: "CUSTOMER_TYPE_UNSPECIFIED" | "DOMAIN" | "TEAM"
[src]

CustomerType indicates verification type needed for using services.

§

Edu information about the customer.

§
readonly isDomainVerified?: boolean
[src]

Output only. Whether the domain is verified. This field is not returned for a Customer's cloud_identity_info resource. Partners can use the domains.get() method of the Workspace SDK's Directory API, or listen to the PRIMARY_DOMAIN_VERIFIED Pub/Sub event in to track domain verification of their resolve Workspace customers.

§
languageCode?: string
[src]

Language code.

§
phoneNumber?: string
[src]

Phone number associated with the Cloud Identity.

§
readonly primaryDomain?: string
[src]

Output only. The primary domain name.