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

GoogleCloudChannelV1CloudIdentityCustomerAccount

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

Entity representing a Cloud Identity account that may be associated with a Channel Services API partner.

interface GoogleCloudChannelV1CloudIdentityCustomerAccount {
customerCloudIdentityId?: string;
customerName?: string;
existing?: boolean;
owned?: boolean;
}

§Properties

§
customerCloudIdentityId?: string
[src]

If existing = true, the Cloud Identity ID of the customer.

§
customerName?: string
[src]

If owned = true, the name of the customer that owns the Cloud Identity account. Customer_name uses the format: accounts/{account_id}/customers/{customer_id}

§
existing?: boolean
[src]

Returns true if a Cloud Identity account exists for a specific domain.

§
owned?: boolean
[src]

Returns true if the Cloud Identity account is associated with a customer of the Channel Services partner.