public sealed class ResetAdminPasswordResponse : IMessage<ResetAdminPasswordResponse>, IEquatable<ResetAdminPasswordResponse>, IDeepCloneable<ResetAdminPasswordResponse>, IBufferMessage, IMessage
Response 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 document provides information about the `ResetAdminPasswordResponse` class within the `Google.Cloud.ManagedIdentities.V1` namespace, specifically for version 2.3.0."],["The `ResetAdminPasswordResponse` class is a response message used in the `ResetAdminPassword` operation and inherits from `Object`, while implementing interfaces like `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["This class has a property called `Password`, which is a string type that holds the randomly generated admin password."],["The document covers details about the constructors available for `ResetAdminPasswordResponse`, including a default constructor and one that takes another `ResetAdminPasswordResponse` object as a parameter."],["The other versions for this document are available from 3.3.0 to 2.2.0, with 3.3.0 being the most current version."]]],[]]