Generates an SBOM for the given resource.
HTTP request
The URLs use gRPC Transcoding syntax.
Path parameters
| Parameters | |
|---|---|
name
|
Required. The name of the resource in the form of |
Request body
The request body contains data with the following structure:
| JSON representation |
|---|
{ // Union field |
target
. The location of the SBOM export. target
can be only one of the following:cloudStorageLocation
object (
CloudStorageLocation
)
Optional. Empty placeholder to denote that this is a Google Cloud Storage export request.
Response body
If successful, the response body contains an instance of ExportSBOMResponse
.
Authorization scopes
Requires the following OAuth scope:
-
https://www.googleapis.com/auth/cloud-platform
For more information, see the Authentication Overview .

