[[["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-08-06 UTC."],[[["\u003cp\u003eThis webpage outlines how to retrieve security settings for a specific group using a GET request.\u003c/p\u003e\n"],["\u003cp\u003eThe required URL format is \u003ccode\u003ehttps://cloudidentity.googleapis.com/v1/{name=groups/*/securitySettings}\u003c/code\u003e, utilizing gRPC Transcoding syntax.\u003c/p\u003e\n"],["\u003cp\u003eThe \u003ccode\u003ename\u003c/code\u003e parameter in the URL path is mandatory, representing the group's security settings in the format \u003ccode\u003egroups/{groupId}/securitySettings\u003c/code\u003e.\u003c/p\u003e\n"],["\u003cp\u003eThe optional \u003ccode\u003ereadMask\u003c/code\u003e query parameter can be used to specify which fields to return, allowing for a focused response, if not used all fields are returned.\u003c/p\u003e\n"],["\u003cp\u003eSuccessful requests will return a response body that contains an instance of \u003ccode\u003eSecuritySettings\u003c/code\u003e, and you will require one of the four provided authorization scopes to perform this request.\u003c/p\u003e\n"]]],[],null,["# Method: groups.getSecuritySettings\n\nGet Security Settings\n\n### HTTP request\n\n`GET https://cloudidentity.googleapis.com/v1/{name=groups/*/securitySettings}`\n\nThe URL uses [gRPC Transcoding](https://google.aip.dev/127) syntax.\n\n### Path parameters\n\n### Query 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 [SecuritySettings](/identity/docs/reference/rest/v1/SecuritySettings).\n\n### Authorization scopes\n\nRequires one of the following OAuth scopes:\n\n- `https://www.googleapis.com/auth/cloud-identity.groups.readonly`\n- `https://www.googleapis.com/auth/cloud-identity.groups`\n- `https://www.googleapis.com/auth/cloud-identity`\n- `https://www.googleapis.com/auth/cloud-platform`\n\nFor more information, see the [Authorization guide](/workspace/guides/configure-oauth-consent)."]]