public sealed class DetachTrustRequest : IMessage<DetachTrustRequest>, IEquatable<DetachTrustRequest>, IDeepCloneable<DetachTrustRequest>, IBufferMessage, IMessage
Reference documentation and code samples for the Managed Service for Microsoft Active Directory v1 API class DetachTrustRequest.
Request message for
[DetachTrust][google.cloud.managedidentities.v1.DetachTrust]
[[["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 `DetachTrustRequest` class is part of the Google Cloud Managed Identities v1 API, used for managing Microsoft Active Directory."],["This class serves as a request message for detaching a trust from a domain in the Managed Service for Microsoft Active Directory."],["The latest version of the `DetachTrustRequest` documentation available is 3.3.0, but documentation is provided back to version 2.2.0."],["`DetachTrustRequest` implements multiple interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, which offer it various functionalities such as serialization, comparison, and cloning."],["The `DetachTrustRequest` class requires the `Name` of the domain and the `Trust` resource to detach, which are set through their respective properties."]]],[]]