Class GoogleCloudChannelV1CheckCloudIdentityAccountsExistRequest
Request message for CloudChannelService.CheckCloudIdentityAccountsExist.
Implements
Inherited Members
Namespace: Google.Apis.Cloudchannel.v1.Data
Assembly: Google.Apis.Cloudchannel.v1.dll
Syntax
public class GoogleCloudChannelV1CheckCloudIdentityAccountsExistRequest : IDirectResponseSchema
Properties
Domain
Required. Domain to fetch for Cloud Identity account customers, including domain and team customers. For team customers, please use the domain for their emails.
Declaration
[JsonProperty("domain")]
public virtual string Domain { 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 |
PrimaryAdminEmail
Optional. Primary admin email to fetch for Cloud Identity account team customer.
Declaration
[JsonProperty("primaryAdminEmail")]
public virtual string PrimaryAdminEmail { get; set; }
Property Value
Type | Description |
---|---|
string |