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 requests to reset the Identity Aware Proxy client secret."],["The latest version of the `ResetIdentityAwareProxyClientSecretRequest` class is 2.7.0, with previous versions from 2.6.0 to 1.0.0 also available."],["The `ResetIdentityAwareProxyClientSecretRequest` class implements several interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["It inherits from the `Object` class and includes properties like `Name`, which is a string representing the IAP client name in the format projects/{project_number/id}/brands/{brand}/identityAwareProxyClients/{client_id}."],["There are two constructors available for the class, one empty and the other that takes in another instance of itself as a parameter."]]],[]]