Required. Name of the Identity Aware Proxy client to that will have its secret reset. In the following format: projects/{projectNumber/id}/brands/{brand}/identityAwareProxyClients/{clientId}.
Authorization requires the following IAM permission on the specified resource name:
[[["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 2024-05-03 UTC."],[[["This webpage details how to reset the secret for an Identity Aware Proxy (IAP) OAuth client, specifically if the secret has been compromised."],["The process involves a POST HTTP request to a specific URL with the client's name, formatted as `projects/{projectNumber/id}/brands/{brand}/identityAwareProxyClients/{clientId}`, as a path parameter."],["The request body must be empty, and successful requests will return an instance of `IdentityAwareProxyClient` in the response body."],["Resetting the secret requires `clientauthconfig.clients.update` IAM permission on the specified client resource, and `https://www.googleapis.com/auth/cloud-platform` OAuth scope for authorization."]]],[]]