Method: organizations.environments.securityActions.list

Returns a list of SecurityActions. This returns both enabled and disabled actions.

HTTP request

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

The URL uses gRPC Transcoding syntax.

Path parameters

Parameters
parent

string

Required. The parent, which owns this collection of SecurityActions. Format: organizations/{org}/environments/{env}

Query parameters

Parameters
pageSize

integer

The maximum number of SecurityActions to return. If unspecified, at most 50 SecurityActions will be returned. The maximum value is 1000; values above 1000 will be coerced to 1000.

pageToken

string

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

filter

string

The filter expression to filter List results. https://google.aip.dev/160. Allows for filtering over: state and apiProxies. E.g.: state = ACTIVE AND apiProxies:foo. Filtering by action is not supported https://github.com/aip-dev/google.aip.dev/issues/624

Request body

The request body must be empty.

Response body

Contains a list of SecurityActions in response to a ListSecurityActionRequest.

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

JSON representation
{
  "securityActions": [
    {
      object (SecurityAction)
    }
  ],
  "nextPageToken": string
}
Fields
securityActions[]

object (SecurityAction)

The SecurityActions for the specified environment.

nextPageToken

string

A token, which 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