public sealed class ResetAdminPasswordRequest : IMessage<ResetAdminPasswordRequest>, IEquatable<ResetAdminPasswordRequest>, IDeepCloneable<ResetAdminPasswordRequest>, IBufferMessage, IMessage
Request message for
[ResetAdminPassword][google.cloud.managedidentities.v1.ResetAdminPassword]
[[["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 of the `ResetAdminPasswordRequest` is 3.3.0, with multiple prior versions available, including 2.3.0, which the current documentation covers."],["`ResetAdminPasswordRequest` is a request message used for resetting the admin password, part of the `Google.Cloud.ManagedIdentities.V1` namespace."],["This class inherits from `Object` and implements several interfaces such as `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["It includes properties such as `DomainName` and `Name`, with `Name` being a required field that represents the domain resource name in a specific format."],["There are two constructors available, one for a new instance of `ResetAdminPasswordRequest` and the other for creating a copy of another `ResetAdminPasswordRequest`."]]],[]]