Required. The project or organization and location from which the SecurityProfileGroups should be listed, specified in the format projects|organizations/*/locations/{location}.
Query parameters
Parameters
pageSize
integer
Maximum number of SecurityProfileGroups to return per call.
pageToken
string
The value returned by the last ListSecurityProfileGroupsResponse Indicates that this is a continuation of a prior securityProfileGroups.list call, and that the system should return the next page of data.
Request body
The request body must be empty.
Response body
Response returned by the securityProfileGroups.list method.
If successful, the response body contains data with the following structure:
If there might be more results than those appearing in this response, then nextPageToken is included. To get the next set of results, call this method again using the value of nextPageToken as pageToken.
[[["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 webpage details how to list SecurityProfileGroups within a specified organization and location using a GET request."],["The URL for the request is structured using gRPC Transcoding syntax, including a required `parent` path parameter for the organization and location."],["Optional query parameters, `pageSize` and `pageToken`, allow for pagination when retrieving a large number of SecurityProfileGroups."],["The request body must be empty, and a successful response contains a list of `securityProfileGroups` and a `nextPageToken` for subsequent data retrieval if necessary."],["Accessing this information requires the `https://www.googleapis.com/auth/cloud-platform` OAuth scope for authorization."]]],[]]