public sealed class CheckCloudIdentityAccountsExistRequest : IMessage<CheckCloudIdentityAccountsExistRequest>, IEquatable<CheckCloudIdentityAccountsExistRequest>, IDeepCloneable<CheckCloudIdentityAccountsExistRequest>, IBufferMessage, IMessageReference documentation and code samples for the Cloud Channel v1 API class CheckCloudIdentityAccountsExistRequest.
Request message for [CloudChannelService.CheckCloudIdentityAccountsExist][google.cloud.channel.v1.CloudChannelService.CheckCloudIdentityAccountsExist].
Implements
IMessageCheckCloudIdentityAccountsExistRequest, IEquatableCheckCloudIdentityAccountsExistRequest, IDeepCloneableCheckCloudIdentityAccountsExistRequest, IBufferMessage, IMessageNamespace
Google.Cloud.Channel.V1Assembly
Google.Cloud.Channel.V1.dll
Constructors
CheckCloudIdentityAccountsExistRequest()
public CheckCloudIdentityAccountsExistRequest()CheckCloudIdentityAccountsExistRequest(CheckCloudIdentityAccountsExistRequest)
public CheckCloudIdentityAccountsExistRequest(CheckCloudIdentityAccountsExistRequest other)| Parameter | |
|---|---|
| Name | Description |
other |
CheckCloudIdentityAccountsExistRequest |
Properties
Domain
public string Domain { get; set; }Required. Domain to fetch for Cloud Identity account customers, including domain and team customers. For team customers, please use the domain for their emails.
| Property Value | |
|---|---|
| Type | Description |
string |
|
Parent
public string Parent { get; set; }Required. The reseller account's resource name. Parent uses the format: accounts/{account_id}
| Property Value | |
|---|---|
| Type | Description |
string |
|
PrimaryAdminEmail
public string PrimaryAdminEmail { get; set; }Optional. Primary admin email to fetch for Cloud Identity account team customer.
| Property Value | |
|---|---|
| Type | Description |
string |
|