Class CloudIdentityInfo (1.3.0)

public sealed class CloudIdentityInfo : IMessage<CloudIdentityInfo>, IEquatable<CloudIdentityInfo>, IDeepCloneable<CloudIdentityInfo>, IBufferMessage, IMessage

Cloud Identity information for the Cloud Channel Customer.

Inheritance

Object > CloudIdentityInfo

Namespace

Google.Cloud.Channel.V1

Assembly

Google.Cloud.Channel.V1.dll

Constructors

CloudIdentityInfo()

public CloudIdentityInfo()

CloudIdentityInfo(CloudIdentityInfo)

public CloudIdentityInfo(CloudIdentityInfo other)
Parameter
NameDescription
otherCloudIdentityInfo

Properties

AdminConsoleUri

public string AdminConsoleUri { get; set; }

Output only. URI of Customer's Admin console dashboard.

Property Value
TypeDescription
String

AlternateEmail

public string AlternateEmail { get; set; }

The alternate email.

Property Value
TypeDescription
String

CustomerType

public CloudIdentityInfo.Types.CustomerType CustomerType { get; set; }

CustomerType indicates verification type needed for using services.

Property Value
TypeDescription
CloudIdentityInfo.Types.CustomerType

EduData

public EduData EduData { get; set; }

Edu information about the customer.

Property Value
TypeDescription
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
TypeDescription
Boolean

LanguageCode

public string LanguageCode { get; set; }

Language code.

Property Value
TypeDescription
String

PhoneNumber

public string PhoneNumber { get; set; }

Phone number associated with the Cloud Identity.

Property Value
TypeDescription
String

PrimaryDomain

public string PrimaryDomain { get; set; }

Output only. The primary domain name.

Property Value
TypeDescription
String