Required. For a specific profile, list all the revisions. Format: organizations/{org}/securityProfiles/{profile}
Query parameters
Parameters
pageSize
integer
The maximum number of profile revisions to return. The service may return fewer than this value. If unspecified, at most 50 revisions will be returned.
pageToken
string
A page token, received from a previous securityProfiles.listRevisions call. Provide this to retrieve the subsequent page.
[[["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-07-09 UTC."],[[["This page details how to list all revisions of a specific security profile using the `securityProfiles.listRevisions` method."],["The HTTP request is a `GET` operation that uses a URL with gRPC Transcoding syntax, including a required path parameter `name` to identify the profile."],["Optional query parameters, such as `pageSize` and `pageToken`, allow for control over the number of revisions returned and pagination."],["The request body for listing revisions must be empty, and the response body includes a list of `securityProfiles` revisions and a `nextPageToken` for pagination, if applicable."],["Accessing this functionality requires the `https://www.googleapis.com/auth/cloud-platform` OAuth scope."]]],[]]