Method: organizations.securityProfiles.listRevisions

securityProfiles.listRevisions lists all the revisions of the security profile.

HTTP request

GET https://apigee.googleapis.com/v1/{name=organizations/*/securityProfiles/*}:listRevisions

The URL uses gRPC Transcoding syntax.

Path parameters

Parameters
name

string

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.

Request body

The request body must be empty.

Response body

Response for securityProfiles.listRevisions.

If successful, the response body contains data with the following structure:

JSON representation
{
  "securityProfiles": [
    {
      object (SecurityProfile)
    }
  ],
  "nextPageToken": string
}
Fields
securityProfiles[]

object (SecurityProfile)

List of security profile revisions. The revisions may be attached or unattached to any environment.

nextPageToken

string

A token that can be sent as pageToken to retrieve the next page. If this field is omitted, there are no subsequent pages.

Authorization scopes

Requires the following OAuth scope:

  • https://www.googleapis.com/auth/cloud-platform