public sealed class ValidateTrustRequest : IMessage<ValidateTrustRequest>, IEquatable<ValidateTrustRequest>, IDeepCloneable<ValidateTrustRequest>, IBufferMessage, IMessage
Reference documentation and code samples for the Managed Service for Microsoft Active Directory v1 API class ValidateTrustRequest.
Request message for
[ValidateTrust][google.cloud.managedidentities.v1.ValidateTrust]
[[["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 document provides reference documentation for the `ValidateTrustRequest` class within the Google Cloud Managed Identities v1 API."],["The `ValidateTrustRequest` class is used as a request message for validating trust relationships within the Managed Service for Microsoft Active Directory."],["It implements several interfaces including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage` for functionality in data handling and comparison."],["The class has two constructors, a default constructor and one that accepts another `ValidateTrustRequest` object for cloning."],["Key properties of the `ValidateTrustRequest` class include `DomainName`, `Name`, and `Trust`, which are used to specify the domain and the trust relationship being validated."]]],[]]