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 {
channelPartnerCloudIdentityId?: string;
customerCloudIdentityId?: string;
customerName?: string;
customerType?: "CUSTOMER_TYPE_UNSPECIFIED" | "DOMAIN" | "TEAM";
existing?: boolean;
owned?: boolean;
}§Properties
§
channelPartnerCloudIdentityId?: string
[src]If existing = true, and is 2-tier customer, the channel partner 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}