- HTTP request
- Path parameters
- Query parameters
- Request body
- Response body
- Authorization scopes
- Try it!
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 |
Required. The parent, which owns this collection of SecurityActions. Format: organizations/{org}/environments/{env} |
Query parameters
Parameters | |
---|---|
pageSize |
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 |
A page token, received from a previous |
filter |
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 ( |
Fields | |
---|---|
securityActions[] |
The SecurityActions for the specified environment. |
nextPageToken |
A token, which can be sent as |
Authorization scopes
Requires the following OAuth scope:
https://www.googleapis.com/auth/cloud-platform