public sealed class ResetIdentityAwareProxyClientSecretRequest : IMessage<ResetIdentityAwareProxyClientSecretRequest>, IEquatable<ResetIdentityAwareProxyClientSecretRequest>, IDeepCloneable<ResetIdentityAwareProxyClientSecretRequest>, IBufferMessage, IMessage
The request sent to ResetIdentityAwareProxyClientSecret.
Required. Name of the Identity Aware Proxy client to that will have its
secret reset. In the following format:
projects/{project_number/id}/brands/{brand}/identityAwareProxyClients/{client_id}.
[[["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 webpage details the `ResetIdentityAwareProxyClientSecretRequest` class, which is used to send a request to reset an Identity Aware Proxy client's secret."],["The `ResetIdentityAwareProxyClientSecretRequest` class implements interfaces like `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, and inherits from the `Object` class."],["The page provides access to multiple versions of the request, ranging from the latest version 2.7.0 down to version 1.0.0, allowing for version specific information."],["The `ResetIdentityAwareProxyClientSecretRequest` class has a `Name` property, which is a string that contains the fully qualified resource name of the Identity Aware Proxy client."],["There are 2 constructors for `ResetIdentityAwareProxyClientSecretRequest`, the default constructor, and a copy constructor that takes another instance of `ResetIdentityAwareProxyClientSecretRequest` as a parameter."]]],[]]