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."],[[["This page details the `ResetAdminPasswordRequest` class, which is used to send a request to reset the administrator password in Google Cloud Managed Identities."],["The class is part of the `Google.Cloud.ManagedIdentities.V1` namespace and is implemented in the `Google.Cloud.ManagedIdentities.V1.dll` assembly."],["It provides methods and properties, including a constructor and `DomainName` and `Name` properties, for managing the password reset request."],["There are multiple versions of the class available, ranging from version 2.2.0 to the latest version, 3.3.0, with each version link directing to the relevant documentation."],["The class implements several interfaces, such as `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, to support various functionalities within the .NET environment."]]],[]]