public sealed class ValidateTrustRequest : IMessage<ValidateTrustRequest>, IEquatable<ValidateTrustRequest>, IDeepCloneable<ValidateTrustRequest>, IBufferMessage, IMessage
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."],[[["The latest version available for `ValidateTrustRequest` is 3.3.0, with version 2.2.0 being the context of the provided documentation."],["`ValidateTrustRequest` is a request message used for validating a trust within Google Cloud Managed Identities, and it inherits from `Object` and implements multiple interfaces like `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["The class provides two constructors: a default constructor `ValidateTrustRequest()` and another that takes another `ValidateTrustRequest` object as an argument for parameter `other`."],["`ValidateTrustRequest` class has three key properties: `DomainName` (a typed view of the resource name), `Name` (the resource domain name, project name, and location in a specific format), and `Trust` (the domain trust to validate)."],["The `Name` property within the `ValidateTrustRequest` class requires a specific formatting string as such: `projects/{project_id}/locations/global/domains/{domain_name}`."]]],[]]