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 2024-03-11 UTC."],[[["This API call creates a new SecurityProfileGroup within a specified organization and location using a POST request."],["The request URL requires the `parent` path parameter, indicating the organization and location where the SecurityProfileGroup will be created."],["The `securityProfileGroupId` query parameter is required to define the name of the SecurityProfileGroup, adhering to specific length and character constraints."],["The request body must contain the details of the SecurityProfileGroup instance, while a successful response returns an Operation instance."],["Authorization to make this request requires the `https://www.googleapis.com/auth/cloud-platform` OAuth scope."]]],[]]