public sealed class CheckCloudIdentityAccountsExistRequest : IMessage<CheckCloudIdentityAccountsExistRequest>, IEquatable<CheckCloudIdentityAccountsExistRequest>, IDeepCloneable<CheckCloudIdentityAccountsExistRequest>, IBufferMessage, IMessage
Reference documentation and code samples for the Cloud Channel v1 API class CheckCloudIdentityAccountsExistRequest.
Request message for
[CloudChannelService.CheckCloudIdentityAccountsExist][google.cloud.channel.v1.CloudChannelService.CheckCloudIdentityAccountsExist].
[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Hard to understand","hardToUnderstand","thumb-down"],["Incorrect information or sample code","incorrectInformationOrSampleCode","thumb-down"],["Missing the information/samples I need","missingTheInformationSamplesINeed","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2025-03-21 UTC."],[[["This page provides reference documentation for the `CheckCloudIdentityAccountsExistRequest` class within the Google Cloud Channel v1 API, specifically for the .NET environment."],["The `CheckCloudIdentityAccountsExistRequest` class is used to send requests to check for the existence of Cloud Identity accounts through the `CloudChannelService.CheckCloudIdentityAccountsExist` method."],["The latest version available for this API is 2.14.0, with the documentation listing versions ranging from 1.0.0 up to the most current one, which can all be accessed via the provided links."],["The class inherits from the base `object` class and implements several interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, offering methods for message manipulation, equality checking, deep cloning, and buffer message interaction."],["The `CheckCloudIdentityAccountsExistRequest` has 2 properties: `Domain` which is a required string parameter to fetch customer information, and `Parent` which specifies the reseller account’s resource name and is also required."]]],[]]