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 2025-06-17 UTC."],[[["\u003cp\u003eThis webpage details how to reset the secret for an Identity Aware Proxy (IAP) OAuth client, specifically if the secret has been compromised.\u003c/p\u003e\n"],["\u003cp\u003eThe process involves a POST HTTP request to a specific URL with the client's name, formatted as \u003ccode\u003eprojects/{projectNumber/id}/brands/{brand}/identityAwareProxyClients/{clientId}\u003c/code\u003e, as a path parameter.\u003c/p\u003e\n"],["\u003cp\u003eThe request body must be empty, and successful requests will return an instance of \u003ccode\u003eIdentityAwareProxyClient\u003c/code\u003e in the response body.\u003c/p\u003e\n"],["\u003cp\u003eResetting the secret requires \u003ccode\u003eclientauthconfig.clients.update\u003c/code\u003e IAM permission on the specified client resource, and \u003ccode\u003ehttps://www.googleapis.com/auth/cloud-platform\u003c/code\u003e OAuth scope for authorization.\u003c/p\u003e\n"]]],[],null,["# Method: projects.brands.identityAwareProxyClients.resetSecret\n\n- [HTTP request](#body.HTTP_TEMPLATE)\n- [Path parameters](#body.PATH_PARAMETERS)\n- [Request body](#body.request_body)\n- [Response body](#body.response_body)\n- [Authorization scopes](#body.aspect)\n- [Try it!](#try-it)\n\nResets an Identity Aware Proxy (IAP) OAuth client secret. Useful if the secret was compromised. Requires that the client is owned by IAP.\n\n### HTTP request\n\n`POST https://iap.googleapis.com/v1/{name=projects/*/brands/*/identityAwareProxyClients/*}:resetSecret`\n\nThe URL uses [gRPC Transcoding](https://google.aip.dev/127) syntax.\n\n### Path parameters\n\n### Request body\n\nThe request body must be empty.\n\n### Response body\n\nIf successful, the response body contains an instance of [IdentityAwareProxyClient](/iap/docs/reference/rest/v1/projects.brands.identityAwareProxyClients#IdentityAwareProxyClient).\n\n### Authorization scopes\n\nRequires the following OAuth scope:\n\n- `https://www.googleapis.com/auth/cloud-platform`\n\nFor more information, see the [Authentication Overview](/docs/authentication#authorization-gcp)."]]