GoogleCloudChannelV1CloudIdentityInfoResponse

data class GoogleCloudChannelV1CloudIdentityInfoResponse(val adminConsoleUri: String, val alternateEmail: String, val customerType: String, val eduData: GoogleCloudChannelV1EduDataResponse, val isDomainVerified: Boolean, val languageCode: String, val phoneNumber: String, val primaryDomain: String)

Cloud Identity information for the Cloud Channel Customer.

Constructors

fun GoogleCloudChannelV1CloudIdentityInfoResponse(adminConsoleUri: String, alternateEmail: String, customerType: String, eduData: GoogleCloudChannelV1EduDataResponse, isDomainVerified: Boolean, languageCode: String, phoneNumber: String, primaryDomain: String)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

URI of Customer's Admin console dashboard.

Link copied to clipboard

The alternate email.

Link copied to clipboard

CustomerType indicates verification type needed for using services.

Link copied to clipboard

Edu information about the customer.

Link copied to clipboard

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.

Link copied to clipboard

Language code.

Link copied to clipboard

Phone number associated with the Cloud Identity.

Link copied to clipboard

The primary domain name.