Required. The parent resource of the SecurityProfileGroup. Must be in the format projects|organizations/*/locations/{location}.
Query parameters
Parameters
securityProfileGroupId
string
Required. Short name of the SecurityProfileGroup resource to be created. This value should be 1-63 characters long, containing only letters, numbers, hyphens, and underscores, and should not start with a number. E.g. "security_profile_group1".
[[["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 endpoint creates a new SecurityProfileGroup within a specified organization and location using a POST request.\u003c/p\u003e\n"],["\u003cp\u003eThe request URL follows gRPC Transcoding syntax and requires a \u003ccode\u003eparent\u003c/code\u003e path parameter indicating the organization and location.\u003c/p\u003e\n"],["\u003cp\u003eA \u003ccode\u003esecurityProfileGroupId\u003c/code\u003e query parameter is mandatory, adhering to specific length and character constraints, for the new SecurityProfileGroup's name.\u003c/p\u003e\n"],["\u003cp\u003eThe request body must contain an instance of the \u003ccode\u003eSecurityProfileGroup\u003c/code\u003e, while the response body returns an \u003ccode\u003eOperation\u003c/code\u003e upon successful creation.\u003c/p\u003e\n"],["\u003cp\u003eAuthorization for this operation requires the \u003ccode\u003ehttps://www.googleapis.com/auth/cloud-platform\u003c/code\u003e OAuth scope.\u003c/p\u003e\n"]]],[],null,["# Method: organizations.locations.securityProfileGroups.create\n\nCreates a new SecurityProfileGroup in a given organization and location.\n\n### HTTP request\n\n`POST https://networksecurity.googleapis.com/v1beta1/{parent=organizations/*/locations/*}/securityProfileGroups`\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 contains an instance of [SecurityProfileGroup](/firewall/docs/reference/network-security/rest/v1beta1/organizations.locations.securityProfileGroups#SecurityProfileGroup).\n\n### Response body\n\nIf successful, the response body contains a newly created instance of [Operation](/firewall/docs/reference/network-security/rest/Shared.Types/ListOperationsResponse#Operation).\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)."]]