Reference documentation and code samples for the Google Cloud Channel V1 Client class CloudIdentityInfo.
Cloud Identity information for the Cloud Channel Customer.
Generated from protobuf messagegoogle.cloud.channel.v1.CloudIdentityInfo
Namespace
Google \ Cloud \ Channel \ V1
Methods
__construct
Constructor.
Parameters
Name
Description
data
array
Optional. Data for populating the Message object.
↳ customer_type
int
CustomerType indicates verification type needed for using services.
↳ primary_domain
string
Output only. The primary domain name.
↳ is_domain_verified
bool
Output only. 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.
↳ alternate_email
string
The alternate email.
↳ phone_number
string
Phone number associated with the Cloud Identity.
↳ language_code
string
Language code.
↳ admin_console_uri
string
Output only. URI of Customer's Admin console dashboard.
CustomerType indicates verification type needed for using services.
Returns
Type
Description
int
setCustomerType
CustomerType indicates verification type needed for using services.
Parameter
Name
Description
var
int
Returns
Type
Description
$this
getPrimaryDomain
Output only. The primary domain name.
Returns
Type
Description
string
setPrimaryDomain
Output only. The primary domain name.
Parameter
Name
Description
var
string
Returns
Type
Description
$this
getIsDomainVerified
Output only. 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.
Returns
Type
Description
bool
setIsDomainVerified
Output only. 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.
Parameter
Name
Description
var
bool
Returns
Type
Description
$this
getAlternateEmail
The alternate email.
Returns
Type
Description
string
setAlternateEmail
The alternate email.
Parameter
Name
Description
var
string
Returns
Type
Description
$this
getPhoneNumber
Phone number associated with the Cloud Identity.
Returns
Type
Description
string
setPhoneNumber
Phone number associated with the Cloud Identity.
Parameter
Name
Description
var
string
Returns
Type
Description
$this
getLanguageCode
Language code.
Returns
Type
Description
string
setLanguageCode
Language code.
Parameter
Name
Description
var
string
Returns
Type
Description
$this
getAdminConsoleUri
Output only. URI of Customer's Admin console dashboard.
Returns
Type
Description
string
setAdminConsoleUri
Output only. URI of Customer's Admin console dashboard.
[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Hard to understand","hardToUnderstand","thumb-down"],["Incorrect information or sample code","incorrectInformationOrSampleCode","thumb-down"],["Missing the information/samples I need","missingTheInformationSamplesINeed","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2025-09-04 UTC."],[],[],null,["# Google Cloud Channel V1 Client - Class CloudIdentityInfo (2.2.1)\n\nVersion latestkeyboard_arrow_down\n\n- [2.2.1 (latest)](/php/docs/reference/cloud-channel/latest/V1.CloudIdentityInfo)\n- [2.2.0](/php/docs/reference/cloud-channel/2.2.0/V1.CloudIdentityInfo)\n- [2.1.4](/php/docs/reference/cloud-channel/2.1.4/V1.CloudIdentityInfo)\n- [2.0.0](/php/docs/reference/cloud-channel/2.0.0/V1.CloudIdentityInfo)\n- [1.9.5](/php/docs/reference/cloud-channel/1.9.5/V1.CloudIdentityInfo)\n- [1.8.2](/php/docs/reference/cloud-channel/1.8.2/V1.CloudIdentityInfo)\n- [1.7.0](/php/docs/reference/cloud-channel/1.7.0/V1.CloudIdentityInfo)\n- [1.6.0](/php/docs/reference/cloud-channel/1.6.0/V1.CloudIdentityInfo)\n- [1.5.0](/php/docs/reference/cloud-channel/1.5.0/V1.CloudIdentityInfo)\n- [1.4.0](/php/docs/reference/cloud-channel/1.4.0/V1.CloudIdentityInfo)\n- [1.3.0](/php/docs/reference/cloud-channel/1.3.0/V1.CloudIdentityInfo)\n- [1.2.1](/php/docs/reference/cloud-channel/1.2.1/V1.CloudIdentityInfo)\n- [1.1.1](/php/docs/reference/cloud-channel/1.1.1/V1.CloudIdentityInfo)\n- [1.0.1](/php/docs/reference/cloud-channel/1.0.1/V1.CloudIdentityInfo) \nReference documentation and code samples for the Google Cloud Channel V1 Client class CloudIdentityInfo.\n\nCloud Identity information for the Cloud Channel Customer.\n\nGenerated from protobuf message `google.cloud.channel.v1.CloudIdentityInfo`\n\nNamespace\n---------\n\nGoogle \\\\ Cloud \\\\ Channel \\\\ V1\n\nMethods\n-------\n\n### __construct\n\nConstructor.\n\n### getCustomerType\n\nCustomerType indicates verification type needed for using services.\n\n### setCustomerType\n\nCustomerType indicates verification type needed for using services.\n\n### getPrimaryDomain\n\nOutput only. The primary domain name.\n\n### setPrimaryDomain\n\nOutput only. The primary domain name.\n\n### getIsDomainVerified\n\nOutput only. Whether the domain is verified.\n\nThis field is not returned for a Customer's cloud_identity_info resource.\nPartners can use the domains.get() method of the Workspace SDK's\nDirectory API, or listen to the PRIMARY_DOMAIN_VERIFIED Pub/Sub event in\nto track domain verification of their resolve Workspace customers.\n\n### setIsDomainVerified\n\nOutput only. Whether the domain is verified.\n\nThis field is not returned for a Customer's cloud_identity_info resource.\nPartners can use the domains.get() method of the Workspace SDK's\nDirectory API, or listen to the PRIMARY_DOMAIN_VERIFIED Pub/Sub event in\nto track domain verification of their resolve Workspace customers.\n\n### getAlternateEmail\n\nThe alternate email.\n\n### setAlternateEmail\n\nThe alternate email.\n\n### getPhoneNumber\n\nPhone number associated with the Cloud Identity.\n\n### setPhoneNumber\n\nPhone number associated with the Cloud Identity.\n\n### getLanguageCode\n\nLanguage code.\n\n### setLanguageCode\n\nLanguage code.\n\n### getAdminConsoleUri\n\nOutput only. URI of Customer's Admin console dashboard.\n\n### setAdminConsoleUri\n\nOutput only. URI of Customer's Admin console dashboard.\n\n### getEduData\n\nEdu information about the customer.\n\n### hasEduData\n\n### clearEduData\n\n### setEduData\n\nEdu information about the customer."]]