public sealed class ResetIdentityAwareProxyClientSecretRequest : IMessage<ResetIdentityAwareProxyClientSecretRequest>, IEquatable<ResetIdentityAwareProxyClientSecretRequest>, IDeepCloneable<ResetIdentityAwareProxyClientSecretRequest>, IBufferMessage, IMessage
Reference documentation and code samples for the Cloud Identity-Aware Proxy v1 API class ResetIdentityAwareProxyClientSecretRequest.
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 document provides reference information for the `ResetIdentityAwareProxyClientSecretRequest` class within the Google Cloud Identity-Aware Proxy (IAP) v1 API."],["The `ResetIdentityAwareProxyClientSecretRequest` class is used to send requests to reset the secret of an Identity Aware Proxy client."],["It outlines the class's inheritance, implementing interfaces like `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["The document also lists the available versions of the API, ranging from 1.0.0 to the latest 2.7.0."],["The required property `Name` is a string that represents the Identity Aware Proxy client to be reset and it follows a certain format."]]],[]]