public sealed class CloudIdentityInfo : IMessage<CloudIdentityInfo>, IEquatable<CloudIdentityInfo>, IDeepCloneable<CloudIdentityInfo>, IBufferMessage, IMessageCloud Identity information for the Cloud Channel Customer.
Implements
Google.Protobuf.IMessage<CloudIdentityInfo>, IEquatable<CloudIdentityInfo>, Google.Protobuf.IDeepCloneable<CloudIdentityInfo>, Google.Protobuf.IBufferMessage, Google.Protobuf.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; }Whether the domain is verified.
| 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 |
|