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 in the Google Cloud Identity-Aware Proxy v1 API."],["The `ResetIdentityAwareProxyClientSecretRequest` class represents the request sent to `ResetIdentityAwareProxyClientSecret`, and it implements multiple interfaces like `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["The class has a constructor for creating a new instance, as well as a constructor for creating a copy of an existing `ResetIdentityAwareProxyClientSecretRequest` object."],["The `Name` property of this class specifies the Identity Aware Proxy client to have its secret reset, and it is a string in a specific format that includes the project number/ID, brand, and client ID."],["There are several versions of this class available, with version 2.7.0 being the latest."]]],[]]