Class GoogleCloudChannelV1CloudIdentityInfo
Cloud Identity information for the Cloud Channel Customer.
Implements
Inherited Members
Namespace: Google.Apis.Cloudchannel.v1.Data
Assembly: Google.Apis.Cloudchannel.v1.dll
Syntax
public class GoogleCloudChannelV1CloudIdentityInfo : IDirectResponseSchema
Properties
AdminConsoleUri
Output only. URI of Customer's Admin console dashboard.
Declaration
[JsonProperty("adminConsoleUri")]
public virtual string AdminConsoleUri { get; set; }
Property Value
Type | Description |
---|---|
string |
AlternateEmail
The alternate email.
Declaration
[JsonProperty("alternateEmail")]
public virtual string AlternateEmail { get; set; }
Property Value
Type | Description |
---|---|
string |
CustomerType
CustomerType indicates verification type needed for using services.
Declaration
[JsonProperty("customerType")]
public virtual string CustomerType { get; set; }
Property Value
Type | Description |
---|---|
string |
ETag
The ETag of the item.
Declaration
public virtual string ETag { get; set; }
Property Value
Type | Description |
---|---|
string |
EduData
Edu information about the customer.
Declaration
[JsonProperty("eduData")]
public virtual GoogleCloudChannelV1EduData EduData { get; set; }
Property Value
Type | Description |
---|---|
GoogleCloudChannelV1EduData |
IsDomainVerified
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.
Declaration
[JsonProperty("isDomainVerified")]
public virtual bool? IsDomainVerified { get; set; }
Property Value
Type | Description |
---|---|
bool? |
LanguageCode
Language code.
Declaration
[JsonProperty("languageCode")]
public virtual string LanguageCode { get; set; }
Property Value
Type | Description |
---|---|
string |
PhoneNumber
Phone number associated with the Cloud Identity.
Declaration
[JsonProperty("phoneNumber")]
public virtual string PhoneNumber { get; set; }
Property Value
Type | Description |
---|---|
string |
PrimaryDomain
Output only. The primary domain name.
Declaration
[JsonProperty("primaryDomain")]
public virtual string PrimaryDomain { get; set; }
Property Value
Type | Description |
---|---|
string |