Cloud Channel v1 API - Class CheckCloudIdentityAccountsExistResponse (2.8.0)

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

Reference documentation and code samples for the Cloud Channel v1 API class CheckCloudIdentityAccountsExistResponse.

Response message for [CloudChannelService.CheckCloudIdentityAccountsExist][google.cloud.channel.v1.CloudChannelService.CheckCloudIdentityAccountsExist].

Inheritance

object > CheckCloudIdentityAccountsExistResponse

Namespace

Google.Cloud.Channel.V1

Assembly

Google.Cloud.Channel.V1.dll

Constructors

CheckCloudIdentityAccountsExistResponse()

public CheckCloudIdentityAccountsExistResponse()

CheckCloudIdentityAccountsExistResponse(CheckCloudIdentityAccountsExistResponse)

public CheckCloudIdentityAccountsExistResponse(CheckCloudIdentityAccountsExistResponse other)
Parameter
NameDescription
otherCheckCloudIdentityAccountsExistResponse

Properties

CloudIdentityAccounts

public RepeatedField<CloudIdentityCustomerAccount> CloudIdentityAccounts { get; }

The Cloud Identity accounts associated with the domain.

Property Value
TypeDescription
RepeatedFieldCloudIdentityCustomerAccount