Obligatorio. El proyecto y la ubicación de los que se deben mostrar los BackendAuthenticationConfigs, especificados en el formato projects/*/locations/{location}.
La autorización requiere el siguiente permiso IAM en el recurso especificado parent:
networksecurity.backendAuthenticationConfigs.list
Parámetros de consulta
Parámetros
pageSize
integer
Es la cantidad máxima de BackendAuthenticationConfigs que se mostrarán por llamada.
pageToken
string
El valor que muestra el último ListBackendAuthenticationConfigsResponse indica que se trata de una continuación de una llamada backendAuthenticationConfigs.list anterior y que el sistema debe mostrar la siguiente página de datos.
Cuerpo de la solicitud
El cuerpo de la solicitud debe estar vacío.
Cuerpo de la respuesta
Respuesta que devuelve el método backendAuthenticationConfigs.list.
Si se ejecuta correctamente, el cuerpo de la respuesta contiene datos con la siguiente estructura:
Es la lista de recursos de BackendAuthenticationConfig.
nextPageToken
string
Si es posible que haya más resultados que los que aparecen en esta respuesta, se incluye nextPageToken. Para obtener el siguiente conjunto de resultados, vuelve a llamar a este método con el valor de nextPageToken como pageToken.
[[["Fácil de comprender","easyToUnderstand","thumb-up"],["Resolvió mi problema","solvedMyProblem","thumb-up"],["Otro","otherUp","thumb-up"]],[["Difícil de entender","hardToUnderstand","thumb-down"],["Información o código de muestra incorrectos","incorrectInformationOrSampleCode","thumb-down"],["Faltan la información o los ejemplos que necesito","missingTheInformationSamplesINeed","thumb-down"],["Problema de traducción","translationIssue","thumb-down"],["Otro","otherDown","thumb-down"]],["Última actualización: 2025-07-15 (UTC)"],[],[],null,["# Method: projects.locations.backendAuthenticationConfigs.list\n\n- [HTTP request](#body.HTTP_TEMPLATE)\n- [Path parameters](#body.PATH_PARAMETERS)\n- [Query parameters](#body.QUERY_PARAMETERS)\n- [Request body](#body.request_body)\n- [Response body](#body.response_body)\n - [JSON representation](#body.ListBackendAuthenticationConfigsResponse.SCHEMA_REPRESENTATION)\n- [Authorization scopes](#body.aspect)\n\nLists BackendAuthenticationConfigs in a given project and location.\n\n### HTTP request\n\n`GET https://networksecurity.googleapis.com/v1/{parent=projects/*/locations/*}/backendAuthenticationConfigs`\n\nThe URL uses [gRPC Transcoding](https://google.aip.dev/127) syntax.\n\n### Path parameters\n\n### Query parameters\n\n### Request body\n\nThe request body must be empty.\n\n### Response body\n\nResponse returned by the backendAuthenticationConfigs.list method.\n\nIf successful, the response body contains data with the following structure:\n\n### Authorization scopes\n\nRequires the following OAuth scope:\n\n- `https://www.googleapis.com/auth/cloud-platform`\n\nFor more information, see the [Authentication Overview](/docs/authentication#authorization-gcp)."]]