CloudIdentityInfo

Cloud Identity information for the Cloud Channel Customer.

JSON representation
{
  "customerType": enum (CustomerType),
  "primaryDomain": string,
  "isDomainVerified": boolean,
  "alternateEmail": string,
  "phoneNumber": string,
  "languageCode": string,
  "adminConsoleUri": string,
  "eduData": {
    object (EduData)
  }
}
Fields
customerType

enum (CustomerType)

CustomerType indicates verification type needed for using services.

primaryDomain

string

Output only. The primary domain name.

isDomainVerified

boolean

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

string

The alternate email.

phoneNumber

string

Phone number associated with the Cloud Identity.

languageCode

string

Language code.

adminConsoleUri

string

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

eduData

object (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 (InstituteType),
  "instituteSize": enum (InstituteSize),
  "website": string
}
Fields
instituteType

enum (InstituteType)

Designated institute type of customer.

instituteSize

enum (InstituteSize)

Size of the institute.

website

string

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 +