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 2023-08-29 UTC."],[[["This endpoint creates a new SecurityProfileGroup within a specified organization and location using a POST request."],["The request URL follows gRPC Transcoding syntax and requires a `parent` path parameter indicating the organization and location."],["A `securityProfileGroupId` query parameter is mandatory, adhering to specific length and character constraints, for the new SecurityProfileGroup's name."],["The request body must contain an instance of the `SecurityProfileGroup`, while the response body returns an `Operation` upon successful creation."],["Authorization for this operation requires the `https://www.googleapis.com/auth/cloud-platform` OAuth scope."]]],[]]