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 available is 3.3.0, with version 2.2.0 detailed on this page and other versions ranging from 2.3.0 to 3.2.0 listed as well."],["`ResetAdminPasswordRequest` is a class representing a request message for resetting the admin password in the Google Cloud Managed Identities service."],["The `ResetAdminPasswordRequest` class implements several interfaces including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["The class includes properties such as `DomainName` and `Name`, where the `Name` property specifies the domain resource name in the format `projects/{project_id}/locations/global/domains/{domain_name}`."],["There are 2 constructors for this class, one default and one that takes in the class as a parameter, to create a new `ResetAdminPasswordRequest`."]]],[]]