public static class SecurityMonitoringApi.ListAssetsSBOMsOptionalParameters extends Object
| Constructor and Description |
|---|
ListAssetsSBOMsOptionalParameters() |
public SecurityMonitoringApi.ListAssetsSBOMsOptionalParameters pageToken(String pageToken)
pageToken - Its value must come from the links section of the response of
the first request. Do not manually edit it. (optional)public SecurityMonitoringApi.ListAssetsSBOMsOptionalParameters pageNumber(Long pageNumber)
pageNumber - The page number to be retrieved. It should be equal to or greater than 1.
(optional)public SecurityMonitoringApi.ListAssetsSBOMsOptionalParameters filterAssetType(AssetType filterAssetType)
filterAssetType - The type of the assets for the SBOM request. (optional)public SecurityMonitoringApi.ListAssetsSBOMsOptionalParameters filterAssetName(String filterAssetName)
filterAssetName - The name of the asset for the SBOM request. (optional)public SecurityMonitoringApi.ListAssetsSBOMsOptionalParameters filterPackageName(String filterPackageName)
filterPackageName - The name of the component that is a dependency of an asset.
(optional)public SecurityMonitoringApi.ListAssetsSBOMsOptionalParameters filterPackageVersion(String filterPackageVersion)
filterPackageVersion - The version of the component that is a dependency of an asset.
(optional)public SecurityMonitoringApi.ListAssetsSBOMsOptionalParameters filterLicenseName(String filterLicenseName)
filterLicenseName - The software license name of the component that is a dependency of
an asset. (optional)public SecurityMonitoringApi.ListAssetsSBOMsOptionalParameters filterLicenseType(SBOMComponentLicenseType filterLicenseType)
filterLicenseType - The software license type of the component that is a dependency of
an asset. (optional)Copyright © 2025. All rights reserved.