ExportSBOMRequest(mapping=None, *, ignore_unknown_fields=False, **kwargs)
The request to generate and export SBOM. Target must be specified for the request.
.. _oneof: https://proto-plus-python.readthedocs.io/en/stable/fields.html#oneofs-mutually-exclusive-fields
Attributes |
|
---|---|
Name | Description |
name |
str
Required. The name of the resource in the form of projects/[PROJECT_ID]/resources/[RESOURCE_URL] .
|
cloud_storage_location |
google.cloud.devtools.containeranalysis_v1.types.ExportSBOMRequest.CloudStorageLocation
Optional. Empty placeholder to denote that this is a Google Cloud Storage export request. This field is a member of oneof _ target .
|
Classes
CloudStorageLocation
CloudStorageLocation(mapping=None, *, ignore_unknown_fields=False, **kwargs)
Empty placeholder to denote that this is a Google Cloud Storage export request.