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 webpage provides reference documentation for the `ResetIdentityAwareProxyClientSecretRequest` class within the Google Cloud Identity-Aware Proxy (IAP) v1 API."],["The content details the class's implementation, showing that it inherits from `object` and implements multiple interfaces such as `IMessage`, `IEquatable`, and `IDeepCloneable`."],["The documentation lists various versions of the API, ranging from version 1.0.0 up to the latest version 2.7.0, with links to the documentation of each of these versions."],["The page details the constructors and properties, including a `Name` property, which is a string specifying the client's resource name, essential for identifying the Identity Aware Proxy client."],["The page is part of the Google Cloud .NET documentation, specifically within the `Google.Cloud.Iap.V1` namespace and `Google.Cloud.Iap.V1.dll` assembly."]]],[]]