Cloud Identity information for the Cloud Channel Customer.
| JSON representation | 
|---|
| { "customerType": enum ( | 
| Fields | |
|---|---|
| customerType | 
 CustomerType indicates verification type needed for using services. | 
| primaryDomain | 
 Output only. The primary domain name. | 
| isDomainVerified | 
 Output only. Whether the domain is verified. This field is not returned for a Customer's cloudIdentityInfo 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. | 
| alternateEmail | 
 The alternate email. | 
| phoneNumber | 
 Phone number associated with the Cloud Identity. | 
| languageCode | 
 Language code. | 
| adminConsoleUri | 
 Output only. URI of Customer's Admin console dashboard. | 
| eduData | 
 Edu information about the customer. | 
CustomerType
CustomerType of the customer
| Enums | |
|---|---|
| CUSTOMER_TYPE_UNSPECIFIED | Not used. | 
| DOMAIN | Domain-owning customer which needs domain verification to use services. | 
| TEAM | Team customer which needs email verification to use services. | 
EduData
Required Edu Attributes
| JSON representation | 
|---|
| { "instituteType": enum ( | 
| Fields | |
|---|---|
| instituteType | 
 Designated institute type of customer. | 
| instituteSize | 
 Size of the institute. | 
| website | 
 Web address for the edu customer's institution. | 
InstituteType
Enum to specify the institute type.
| Enums | |
|---|---|
| INSTITUTE_TYPE_UNSPECIFIED | Not used. | 
| K12 | Elementary/Secondary Schools & Districts | 
| UNIVERSITY | Higher Education Universities & Colleges | 
InstituteSize
Number of students and staff the institute has.
| Enums | |
|---|---|
| INSTITUTE_SIZE_UNSPECIFIED | Not used. | 
| SIZE_1_100 | 1 - 100 | 
| SIZE_101_500 | 101 - 500 | 
| SIZE_501_1000 | 501 - 1,000 | 
| SIZE_1001_2000 | 1,001 - 2,000 | 
| SIZE_2001_5000 | 2,001 - 5,000 | 
| SIZE_5001_10000 | 5,001 - 10,000 | 
| SIZE_10001_OR_MORE | 10,001 + |