Required. The name of the resource in the form of projects/[PROJECT_ID]/resources/[RESOURCE_URL].
Request body
The request body contains data with the following structure:
JSON representation
{// Union field target can be only one of the following:"cloudStorageLocation": {object (CloudStorageLocation)}// End of list of possible types for union field target.}
Fields
Union field target. The location of the SBOM export. target can be only one of the following:
[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Hard to understand","hardToUnderstand","thumb-down"],["Incorrect information or sample code","incorrectInformationOrSampleCode","thumb-down"],["Missing the information/samples I need","missingTheInformationSamplesINeed","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2024-10-02 UTC."],[[["This webpage details the process of generating a Software Bill of Materials (SBOM) for a specified resource, utilizing gRPC Transcoding syntax for the URLs."],["The resource's location is a required field, and users can select from a predefined list of locations, such as `global`, `asia-east1`, `us-central1`, among others."],["The `name` path parameter is mandatory and must be a string formatted as `projects/[PROJECT_ID]/resources/[RESOURCE_URL]`."],["The request body must include a union field `target`, which can only be of type `cloudStorageLocation` to indicate a Google Cloud Storage export request."],["Successful requests will result in a response body containing an instance of `ExportSBOMResponse`, and requests require `https://www.googleapis.com/auth/cloud-platform` OAuth scope for authorization."]]],[]]