[[["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 endpoint retrieves the IAP settings for a specific IAP-protected resource using a GET request.\u003c/p\u003e\n"],["\u003cp\u003eThe request URL utilizes gRPC Transcoding syntax and requires a \u003ccode\u003ename\u003c/code\u003e path parameter specifying the resource for which settings are being requested.\u003c/p\u003e\n"],["\u003cp\u003eThe request body must be empty, and a successful response will contain an instance of \u003ccode\u003eIapSettings\u003c/code\u003e.\u003c/p\u003e\n"],["\u003cp\u003eAccess to this resource requires the \u003ccode\u003ehttps://www.googleapis.com/auth/cloud-platform\u003c/code\u003e OAuth scope.\u003c/p\u003e\n"],["\u003cp\u003eSpecific IAM permissions, such as \u003ccode\u003eiap.organizations.getSettings\u003c/code\u003e or \u003ccode\u003eiap.projects.getSettings\u003c/code\u003e, are necessary for authorization, depending on the resource type specified in the \u003ccode\u003ename\u003c/code\u003e parameter.\u003c/p\u003e\n"]]],[],null,["# Method: getIapSettings\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- [IAM Permissions](#body.aspect_1)\n- [Try it!](#try-it)\n\nGets the IAP settings on a particular IAP protected resource.\n\n### HTTP request\n\n`GET https://iap.googleapis.com/v1/{name=**}:iapSettings`\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 [IapSettings](/iap/docs/reference/rest/v1/IapSettings).\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).\n\n### IAM Permissions\n\nRequires **one of** the following [IAM](https://cloud.google.com/iam/docs) permissions on the `name` resource, depending on the resource type:\n\n- `iap.folders.getSettings`\n- `iap.organizations.getSettings`\n- `iap.projects.getSettings`\n- `iap.web.getSettings`\n- `iap.webServices.getSettings`\n- `iap.webServiceVersions.getSettings`\n- `iap.webTypes.getSettings`\n\nFor more information, see the [IAM documentation](https://cloud.google.com/iam/docs)."]]