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 message google.cloud.channel.v1.CloudIdentityInfo
Namespace
Google \ Cloud \ Channel \ V1Methods
__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. |
↳ edu_data |
EduData
Edu information about the customer. |
getCustomerType
CustomerType indicates verification type needed for using services.
| Returns | |
|---|---|
| Type | Description |
int |
Enum of type CustomerType. |
setCustomerType
CustomerType indicates verification type needed for using services.
| Parameter | |
|---|---|
| Name | Description |
var |
int
Enum of type CustomerType. |
| 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.
| Parameter | |
|---|---|
| Name | Description |
var |
string
|
| Returns | |
|---|---|
| Type | Description |
$this |
|
getEduData
Edu information about the customer.
| Returns | |
|---|---|
| Type | Description |
EduData|null |
|
hasEduData
clearEduData
setEduData
Edu information about the customer.
| Parameter | |
|---|---|
| Name | Description |
var |
EduData
|
| Returns | |
|---|---|
| Type | Description |
$this |
|