Method: installer.generateSecret
Zadbaj o dobrą organizację dzięki kolekcji
Zapisuj i kategoryzuj treści zgodnie ze swoimi preferencjami.
Żądanie HTTP
POST https://sasportal.googleapis.com/v1alpha1/installer:generateSecret
Adres URL używa składni transkodowania gRPC.
Treść żądania
Treść żądania musi być pusta.
Treść odpowiedzi
W przypadku powodzenia treść żądania zawiera dane o następującej strukturze:
Odpowiedź na zapytanie installer.generateSecret
.
Zapis JSON |
{
"secret": string
} |
Pola |
secret |
string
Obiekt tajny wygenerowany przez ciąg znaków i używany przez installer.validate .
|
Zakresy autoryzacji
Wymaga następującego zakresu OAuth:
https://www.googleapis.com/auth/sasportal
O ile nie stwierdzono inaczej, treść tej strony jest objęta licencją Creative Commons – uznanie autorstwa 4.0, a fragmenty kodu są dostępne na licencji Apache 2.0. Szczegółowe informacje na ten temat zawierają zasady dotyczące witryny Google Developers. Java jest zastrzeżonym znakiem towarowym firmy Oracle i jej podmiotów stowarzyszonych.
Ostatnia aktualizacja: 2025-07-25 UTC.
[null,null,["Ostatnia aktualizacja: 2025-07-25 UTC."],[[["\u003cp\u003eGenerates a secret used for installer validation via the \u003ccode\u003einstaller.validate\u003c/code\u003e method.\u003c/p\u003e\n"],["\u003cp\u003eEmploys a \u003ccode\u003ePOST\u003c/code\u003e request to \u003ccode\u003ehttps://sasportal.googleapis.com/v1alpha1/installer:generateSecret\u003c/code\u003e with an empty request body.\u003c/p\u003e\n"],["\u003cp\u003eThe response provides a JSON object containing the generated secret.\u003c/p\u003e\n"],["\u003cp\u003eUtilizes gRPC Transcoding for the URL structure and necessitates the \u003ccode\u003ehttps://www.googleapis.com/auth/sasportal\u003c/code\u003e OAuth scope.\u003c/p\u003e\n"]]],["A secret is generated for use with the `installer.validate` function. The HTTP request is a `POST` to `https://sasportal.googleapis.com/v1alpha1/installer:generateSecret`. The request body must be empty. A successful response returns a JSON object containing a `secret` string. This action requires the `https://www.googleapis.com/auth/sasportal` OAuth scope for authorization. The gRPC Transcoding syntax is used to generate this secret.\n"],null,["# Method: installer.generateSecret\n\n- [HTTP request](#body.HTTP_TEMPLATE)\n- [Request body](#body.request_body)\n- [Response body](#body.response_body)\n - [JSON representation](#body.GenerateSecretResponse.SCHEMA_REPRESENTATION)\n- [Authorization Scopes](#body.aspect)\n\nGenerates a secret to be used with the [installer.validate](/spectrum-access-system/reference/rest/v1alpha1/installer/validate#spectrum.sas.portal.v1alpha1.DeviceManager.ValidateInstaller).\n\n### HTTP request\n\n`POST https://sasportal.googleapis.com/v1alpha1/installer:generateSecret`\n\nThe URL uses [gRPC Transcoding](https://google.aip.dev/127) syntax.\n\n### Request body\n\nThe request body must be empty.\n\n### Response body\n\nIf successful, the response body contains data with the following structure:\nResponse for [installer.generateSecret](/spectrum-access-system/reference/rest/v1alpha1/installer/generateSecret#spectrum.sas.portal.v1alpha1.DeviceManager.GenerateSecret).\n\n| JSON representation |\n|------------------------------|\n| ``` { \"secret\": string } ``` |\n\n| Fields ||\n|----------|----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|\n| `secret` | `string` The secret generated by the string and used by [installer.validate](/spectrum-access-system/reference/rest/v1alpha1/installer/validate#spectrum.sas.portal.v1alpha1.DeviceManager.ValidateInstaller). |\n\n### Authorization Scopes\n\nRequires the following OAuth scope:\n\n- `https://www.googleapis.com/auth/sasportal`"]]