public sealed class CloudIdentityInfo : IMessage<CloudIdentityInfo>, IEquatable<CloudIdentityInfo>, IDeepCloneable<CloudIdentityInfo>, IBufferMessage, IMessageReference documentation and code samples for the Cloud Channel v1 API class CloudIdentityInfo.
Cloud Identity information for the Cloud Channel Customer.
Implements
IMessage<CloudIdentityInfo>, IEquatable<CloudIdentityInfo>, IDeepCloneable<CloudIdentityInfo>, IBufferMessage, IMessageNamespace
Google.Cloud.Channel.V1Assembly
Google.Cloud.Channel.V1.dll
Constructors
CloudIdentityInfo()
public CloudIdentityInfo()CloudIdentityInfo(CloudIdentityInfo)
public CloudIdentityInfo(CloudIdentityInfo other)| Parameter | |
|---|---|
| Name | Description |
other |
CloudIdentityInfo |
Properties
AdminConsoleUri
public string AdminConsoleUri { get; set; }Output only. URI of Customer's Admin console dashboard.
| Property Value | |
|---|---|
| Type | Description |
String |
|
AlternateEmail
public string AlternateEmail { get; set; }The alternate email.
| Property Value | |
|---|---|
| Type | Description |
String |
|
CustomerType
public CloudIdentityInfo.Types.CustomerType CustomerType { get; set; }CustomerType indicates verification type needed for using services.
| Property Value | |
|---|---|
| Type | Description |
CloudIdentityInfo.Types.CustomerType |
|
EduData
public EduData EduData { get; set; }Edu information about the customer.
| Property Value | |
|---|---|
| Type | Description |
EduData |
|
IsDomainVerified
public bool IsDomainVerified { get; set; }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.
| Property Value | |
|---|---|
| Type | Description |
Boolean |
|
LanguageCode
public string LanguageCode { get; set; }Language code.
| Property Value | |
|---|---|
| Type | Description |
String |
|
PhoneNumber
public string PhoneNumber { get; set; }Phone number associated with the Cloud Identity.
| Property Value | |
|---|---|
| Type | Description |
String |
|
PrimaryDomain
public string PrimaryDomain { get; set; }Output only. The primary domain name.
| Property Value | |
|---|---|
| Type | Description |
String |
|