Obrigatório. O projeto e o local em que as BackendAuthenticationConfigs precisam ser listadas, especificados no formato projects/*/locations/{location}.
A autorização requer a seguinte permissão do IAM no recurso especificado parent:
networksecurity.backendAuthenticationConfigs.list
Parâmetros de consulta
Parâmetros
pageSize
integer
Número máximo de BackendAuthenticationConfigs a serem retornados por chamada.
pageToken
string
O valor retornado pelo último ListBackendAuthenticationConfigsResponse indica que esta é uma continuação de uma chamada backendAuthenticationConfigs.list anterior e que o sistema precisa retornar a próxima página de dados.
Corpo da solicitação
O corpo da solicitação precisa estar vazio.
Corpo da resposta
Resposta retornada pelo método backendAuthenticationConfigs.list.
Se bem-sucedido, o corpo da resposta incluirá dados com a estrutura a seguir:
Se houver mais resultados do que os mostrados nesta resposta, nextPageToken será incluído. Para receber o próximo conjunto de resultados, chame esse método novamente usando o valor de nextPageToken como pageToken.
[[["Fácil de entender","easyToUnderstand","thumb-up"],["Meu problema foi resolvido","solvedMyProblem","thumb-up"],["Outro","otherUp","thumb-up"]],[["Difícil de entender","hardToUnderstand","thumb-down"],["Informações incorretas ou exemplo de código","incorrectInformationOrSampleCode","thumb-down"],["Não contém as informações/amostras de que eu preciso","missingTheInformationSamplesINeed","thumb-down"],["Problema na tradução","translationIssue","thumb-down"],["Outro","otherDown","thumb-down"]],["Última atualização 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)."]]