AI-generated Key Takeaways
-
Generates a secret used for installer validation via the
installer.validate
method. -
Employs a
POST
request tohttps://sasportal.googleapis.com/v1alpha1/installer:generateSecret
with an empty request body. -
The response provides a JSON object containing the generated secret.
-
Utilizes gRPC Transcoding for the URL structure and necessitates the
https://www.googleapis.com/auth/sasportal
OAuth scope.
Generates a secret to be used with the installer.validate
.
HTTP request
POST https://sasportal.googleapis.com/v1alpha1/installer:generateSecret
The URL uses gRPC Transcoding syntax.
Request body
The request body must be empty.
Response body
If successful, the response body contains data with the following structure:
Response for installer.generateSecret
.
JSON representation |
---|
{ "secret": string } |
Fields | |
---|---|
secret |
The secret generated by the string and used by |
Authorization Scopes
Requires the following OAuth scope:
https://www.googleapis.com/auth/sasportal