Method: organizations.securityFeedback.list

Lists all feedback reports which have already been submitted.

HTTP request

GET https://apigee.googleapis.com/v1/{parent=organizations/*}/securityFeedback

The URL uses gRPC Transcoding syntax.

Path parameters

Parameters
parent

string

Required. Name of the organization. Format: organizations/{org}. Example: organizations/apigee-organization-name/securityFeedback

Authorization requires the following IAM permission on the specified resource parent:

  • apigee.securityFeedback.list

Query parameters

Parameters
pageSize

integer

Optional. The maximum number of feedback reports to return. The service may return fewer than this value. LINT.IfChange(documented_page_size_limits) If unspecified, at most 10 feedback reports will be returned. The maximum value is 100; values above 100 will be coerced to 100. LINT.ThenChange( //depot/google3/edge/sense/boq/service/v1/securityfeedback/securityfeedback_rpc.go:page_size_limits )

pageToken

string

Optional. A page token, received from a previous securityFeedback.list call. Provide this to retrieve the subsequent page. When paginating, all other parameters provided to securityFeedback.list must match the call that provided the page token.

Request body

The request body must be empty.

Response body

Response for securityFeedback.list

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

JSON representation
{
  "securityFeedback": [
    {
      object (SecurityFeedback)
    }
  ],
  "nextPageToken": string
}
Fields
securityFeedback[]

object (SecurityFeedback)

List of SecurityFeedback reports.

nextPageToken

string

A token that can be sent as pageToken in ListSecurityFeedbackRequest 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