public sealed class AttachTrustRequest : IMessage<AttachTrustRequest>, IEquatable<AttachTrustRequest>, IDeepCloneable<AttachTrustRequest>, IBufferMessage, IMessage
Request message for
[AttachTrust][google.cloud.managedidentities.v1.AttachTrust]
[[["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 describes the `AttachTrustRequest` class, which is a request message used for attaching a trust within the Google Cloud Managed Identities V1 API."],["The `AttachTrustRequest` class is part of the `Google.Cloud.ManagedIdentities.V1` namespace and is found in the `Google.Cloud.ManagedIdentities.V1.dll` assembly, version 2.2.0."],["This class implements multiple interfaces including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage` and inherits members from the base `Object` class."],["Key properties of the `AttachTrustRequest` include `DomainName`, which is a `DomainName`-typed view, `Name`, a string representing the resource domain, and `Trust`, representing the domain trust resource."],["The current latest version available for the API is 3.3.0, along with previous versions 3.2.0, 3.1.0, 3.0.0, 2.3.0, and the current 2.2.0 version documented here."]]],[]]