Versions in this module Expand all Collapse all v1 v1.0.0 Dec 6, 2022 Changes in this version + const ServerBaseURL + var ContextAPIKeys = contextKey("apiKeys") + var ContextAccessToken = contextKey("accesstoken") + var ContextBasicAuth = contextKey("basic") + var ContextHttpSignatureAuth = contextKey("httpsignature") + var ContextOAuth2 = contextKey("token") + var ContextOperationServerIndices = contextKey("serverOperationIndices") + var ContextOperationServerVariables = contextKey("serverOperationVariables") + var ContextServerIndex = contextKey("serverIndex") + var ContextServerVariables = contextKey("serverVariables") + func CacheExpires(r *http.Response) time.Time + func Document() string + func PtrBool(v bool) *bool + func PtrFloat32(v float32) *float32 + func PtrFloat64(v float64) *float64 + func PtrInt(v int) *int + func PtrInt32(v int32) *int32 + func PtrInt64(v int64) *int64 + func PtrString(v string) *string + func PtrTime(v time.Time) *time.Time + type APIClient struct + ActionsApi ActionsApi + AlertsApi AlertsApi + ApplicationsApi ApplicationsApi + ComplianceApi ComplianceApi + CorrectionsApi CorrectionsApi + ImagesApi ImagesApi + ImportsApi ImportsApi + InventoriesApi InventoriesApi + RelationshipsApi RelationshipsApi + SourcesApi SourcesApi + StatelessApi StatelessApi + func NewAPIClient(cfg *Configuration) *APIClient + func (c *APIClient) GetConfig() *Configuration + type APIKey struct + Key string + Prefix string + type APIResponse struct + Message string + Method string + Operation string + Payload []byte + RequestURL string + func NewAPIResponse(r *http.Response) *APIResponse + func NewAPIResponseWithError(errorMessage string) *APIResponse + type ActionPlan struct + ConfigurationId *string + CreatedAt *time.Time + Endpoint *string + ImageDigest *string + ImageTag *string + LastUpdated *time.Time + Message *string + PolicyId *string + Resolutions *[]ActionPlanResolution + Subject *string + Type *string + Uuid *string + func NewActionPlan() *ActionPlan + func NewActionPlanWithDefaults() *ActionPlan + func (o *ActionPlan) GetConfigurationId() string + func (o *ActionPlan) GetConfigurationIdOk() (*string, bool) + func (o *ActionPlan) GetCreatedAt() time.Time + func (o *ActionPlan) GetCreatedAtOk() (*time.Time, bool) + func (o *ActionPlan) GetEndpoint() string + func (o *ActionPlan) GetEndpointOk() (*string, bool) + func (o *ActionPlan) GetImageDigest() string + func (o *ActionPlan) GetImageDigestOk() (*string, bool) + func (o *ActionPlan) GetImageTag() string + func (o *ActionPlan) GetImageTagOk() (*string, bool) + func (o *ActionPlan) GetLastUpdated() time.Time + func (o *ActionPlan) GetLastUpdatedOk() (*time.Time, bool) + func (o *ActionPlan) GetMessage() string + func (o *ActionPlan) GetMessageOk() (*string, bool) + func (o *ActionPlan) GetPolicyId() string + func (o *ActionPlan) GetPolicyIdOk() (*string, bool) + func (o *ActionPlan) GetResolutions() []ActionPlanResolution + func (o *ActionPlan) GetResolutionsOk() (*[]ActionPlanResolution, bool) + func (o *ActionPlan) GetSubject() string + func (o *ActionPlan) GetSubjectOk() (*string, bool) + func (o *ActionPlan) GetType() string + func (o *ActionPlan) GetTypeOk() (*string, bool) + func (o *ActionPlan) GetUuid() string + func (o *ActionPlan) GetUuidOk() (*string, bool) + func (o *ActionPlan) HasConfigurationId() bool + func (o *ActionPlan) HasCreatedAt() bool + func (o *ActionPlan) HasEndpoint() bool + func (o *ActionPlan) HasImageDigest() bool + func (o *ActionPlan) HasImageTag() bool + func (o *ActionPlan) HasLastUpdated() bool + func (o *ActionPlan) HasMessage() bool + func (o *ActionPlan) HasPolicyId() bool + func (o *ActionPlan) HasResolutions() bool + func (o *ActionPlan) HasSubject() bool + func (o *ActionPlan) HasType() bool + func (o *ActionPlan) HasUuid() bool + func (o *ActionPlan) SetConfigurationId(v string) + func (o *ActionPlan) SetCreatedAt(v time.Time) + func (o *ActionPlan) SetEndpoint(v string) + func (o *ActionPlan) SetImageDigest(v string) + func (o *ActionPlan) SetImageTag(v string) + func (o *ActionPlan) SetLastUpdated(v time.Time) + func (o *ActionPlan) SetMessage(v string) + func (o *ActionPlan) SetPolicyId(v string) + func (o *ActionPlan) SetResolutions(v []ActionPlanResolution) + func (o *ActionPlan) SetSubject(v string) + func (o *ActionPlan) SetType(v string) + func (o *ActionPlan) SetUuid(v string) + func (o ActionPlan) MarshalJSON() ([]byte, error) + type ActionPlanResolution struct + Content *string + TriggerIds *[]string + func NewActionPlanResolution() *ActionPlanResolution + func NewActionPlanResolutionWithDefaults() *ActionPlanResolution + func (o *ActionPlanResolution) GetContent() string + func (o *ActionPlanResolution) GetContentOk() (*string, bool) + func (o *ActionPlanResolution) GetTriggerIds() []string + func (o *ActionPlanResolution) GetTriggerIdsOk() (*[]string, bool) + func (o *ActionPlanResolution) HasContent() bool + func (o *ActionPlanResolution) HasTriggerIds() bool + func (o *ActionPlanResolution) SetContent(v string) + func (o *ActionPlanResolution) SetTriggerIds(v []string) + func (o ActionPlanResolution) MarshalJSON() ([]byte, error) + type ActionsApi interface + AddActionPlan func(ctx _context.Context) ApiAddActionPlanRequest + AddActionPlanExecute func(r ApiAddActionPlanRequest) (ActionPlan, *_nethttp.Response, error) + GetActionPlans func(ctx _context.Context) ApiGetActionPlansRequest + GetActionPlansExecute func(r ApiGetActionPlansRequest) ([]ActionPlan, *_nethttp.Response, error) + type ActionsApiService service + func (a *ActionsApiService) AddActionPlan(ctx _context.Context) ApiAddActionPlanRequest + func (a *ActionsApiService) AddActionPlanExecute(r ApiAddActionPlanRequest) (ActionPlan, *_nethttp.Response, error) + func (a *ActionsApiService) GetActionPlans(ctx _context.Context) ApiGetActionPlansRequest + func (a *ActionsApiService) GetActionPlansExecute(r ApiGetActionPlansRequest) ([]ActionPlan, *_nethttp.Response, error) + type AlertSummary struct + ClosedBy *string + ClosedReason *string + CreatedAt *time.Time + LastUpdated *time.Time + ResourceLabels *[]ResourceLabel + State *string + Type *string + Uuid *string + func NewAlertSummary() *AlertSummary + func NewAlertSummaryWithDefaults() *AlertSummary + func (o *AlertSummary) GetClosedBy() string + func (o *AlertSummary) GetClosedByOk() (*string, bool) + func (o *AlertSummary) GetClosedReason() string + func (o *AlertSummary) GetClosedReasonOk() (*string, bool) + func (o *AlertSummary) GetCreatedAt() time.Time + func (o *AlertSummary) GetCreatedAtOk() (*time.Time, bool) + func (o *AlertSummary) GetLastUpdated() time.Time + func (o *AlertSummary) GetLastUpdatedOk() (*time.Time, bool) + func (o *AlertSummary) GetResourceLabels() []ResourceLabel + func (o *AlertSummary) GetResourceLabelsOk() (*[]ResourceLabel, bool) + func (o *AlertSummary) GetState() string + func (o *AlertSummary) GetStateOk() (*string, bool) + func (o *AlertSummary) GetType() string + func (o *AlertSummary) GetTypeOk() (*string, bool) + func (o *AlertSummary) GetUuid() string + func (o *AlertSummary) GetUuidOk() (*string, bool) + func (o *AlertSummary) HasClosedBy() bool + func (o *AlertSummary) HasClosedReason() bool + func (o *AlertSummary) HasCreatedAt() bool + func (o *AlertSummary) HasLastUpdated() bool + func (o *AlertSummary) HasResourceLabels() bool + func (o *AlertSummary) HasState() bool + func (o *AlertSummary) HasType() bool + func (o *AlertSummary) HasUuid() bool + func (o *AlertSummary) SetClosedBy(v string) + func (o *AlertSummary) SetClosedReason(v string) + func (o *AlertSummary) SetCreatedAt(v time.Time) + func (o *AlertSummary) SetLastUpdated(v time.Time) + func (o *AlertSummary) SetResourceLabels(v []ResourceLabel) + func (o *AlertSummary) SetState(v string) + func (o *AlertSummary) SetType(v string) + func (o *AlertSummary) SetUuid(v string) + func (o AlertSummary) MarshalJSON() ([]byte, error) + type AlertsApi interface + GetAlertSummaries func(ctx _context.Context) ApiGetAlertSummariesRequest + GetAlertSummariesExecute func(r ApiGetAlertSummariesRequest) ([]AlertSummary, *_nethttp.Response, error) + GetComplianceViolationAlert func(ctx _context.Context, uuid string) ApiGetComplianceViolationAlertRequest + GetComplianceViolationAlertExecute func(r ApiGetComplianceViolationAlertRequest) (ComplianceViolationAlert, *_nethttp.Response, error) + GetComplianceViolationAlerts func(ctx _context.Context) ApiGetComplianceViolationAlertsRequest + GetComplianceViolationAlertsExecute func(r ApiGetComplianceViolationAlertsRequest) ([]ComplianceViolationAlert, *_nethttp.Response, error) + UpdateComplianceViolationAlertState func(ctx _context.Context, uuid string, state string) ApiUpdateComplianceViolationAlertStateRequest + UpdateComplianceViolationAlertStateExecute func(r ApiUpdateComplianceViolationAlertStateRequest) (ComplianceViolationAlert, *_nethttp.Response, error) + type AlertsApiService service + func (a *AlertsApiService) GetAlertSummaries(ctx _context.Context) ApiGetAlertSummariesRequest + func (a *AlertsApiService) GetAlertSummariesExecute(r ApiGetAlertSummariesRequest) ([]AlertSummary, *_nethttp.Response, error) + func (a *AlertsApiService) GetComplianceViolationAlert(ctx _context.Context, uuid string) ApiGetComplianceViolationAlertRequest + func (a *AlertsApiService) GetComplianceViolationAlertExecute(r ApiGetComplianceViolationAlertRequest) (ComplianceViolationAlert, *_nethttp.Response, error) + func (a *AlertsApiService) GetComplianceViolationAlerts(ctx _context.Context) ApiGetComplianceViolationAlertsRequest + func (a *AlertsApiService) GetComplianceViolationAlertsExecute(r ApiGetComplianceViolationAlertsRequest) ([]ComplianceViolationAlert, *_nethttp.Response, error) + func (a *AlertsApiService) UpdateComplianceViolationAlertState(ctx _context.Context, uuid string, state string) ApiUpdateComplianceViolationAlertStateRequest + func (a *AlertsApiService) UpdateComplianceViolationAlertStateExecute(r ApiUpdateComplianceViolationAlertStateRequest) (ComplianceViolationAlert, *_nethttp.Response, error) + type ApiAddActionPlanRequest struct + ApiService ActionsApi + func (r ApiAddActionPlanRequest) ActionPlan(actionPlan ActionPlan) ApiAddActionPlanRequest + func (r ApiAddActionPlanRequest) Execute() (ActionPlan, *_nethttp.Response, error) + type ApiAddApplicationRequest struct + ApiService ApplicationsApi + func (r ApiAddApplicationRequest) Application(application Application) ApiAddApplicationRequest + func (r ApiAddApplicationRequest) Execute() (Application, *_nethttp.Response, error) + func (r ApiAddApplicationRequest) XAnchoreAccount(xAnchoreAccount string) ApiAddApplicationRequest + type ApiAddApplicationVersionRequest struct + ApiService ApplicationsApi + func (r ApiAddApplicationVersionRequest) ApplicationVersion(applicationVersion ApplicationVersion) ApiAddApplicationVersionRequest + func (r ApiAddApplicationVersionRequest) Execute() (ApplicationVersion, *_nethttp.Response, error) + func (r ApiAddApplicationVersionRequest) XAnchoreAccount(xAnchoreAccount string) ApiAddApplicationVersionRequest + type ApiAddArtifactRelationshipRequest struct + ApiService RelationshipsApi + func (r ApiAddArtifactRelationshipRequest) Execute() (interface{}, *_nethttp.Response, error) + func (r ApiAddArtifactRelationshipRequest) Relationship(relationship ArtifactRelationship) ApiAddArtifactRelationshipRequest + type ApiAddArtifactToApplicationVersionRequest struct + ApiService ApplicationsApi + func (r ApiAddArtifactToApplicationVersionRequest) ArtifactRequest(artifactRequest ArtifactAssociationRequest) ApiAddArtifactToApplicationVersionRequest + func (r ApiAddArtifactToApplicationVersionRequest) Execute() (ArtifactAssociationResponse, *_nethttp.Response, error) + func (r ApiAddArtifactToApplicationVersionRequest) XAnchoreAccount(xAnchoreAccount string) ApiAddArtifactToApplicationVersionRequest + type ApiAddCorrectionRequest struct + ApiService CorrectionsApi + func (r ApiAddCorrectionRequest) Correction(correction Correction) ApiAddCorrectionRequest + func (r ApiAddCorrectionRequest) Execute() (Correction, *_nethttp.Response, error) + func (r ApiAddCorrectionRequest) XAnchoreAccount(xAnchoreAccount string) ApiAddCorrectionRequest + type ApiAddRuntimeComplianceCheckRequest struct + ApiService ComplianceApi + func (r ApiAddRuntimeComplianceCheckRequest) CheckType(checkType string) ApiAddRuntimeComplianceCheckRequest + func (r ApiAddRuntimeComplianceCheckRequest) EndTime(endTime time.Time) ApiAddRuntimeComplianceCheckRequest + func (r ApiAddRuntimeComplianceCheckRequest) Execute() (RuntimeComplianceCheck, *_nethttp.Response, error) + func (r ApiAddRuntimeComplianceCheckRequest) ImageDigest(imageDigest string) ApiAddRuntimeComplianceCheckRequest + func (r ApiAddRuntimeComplianceCheckRequest) ImageTag(imageTag string) ApiAddRuntimeComplianceCheckRequest + func (r ApiAddRuntimeComplianceCheckRequest) Namespace(namespace string) ApiAddRuntimeComplianceCheckRequest + func (r ApiAddRuntimeComplianceCheckRequest) Pod(pod string) ApiAddRuntimeComplianceCheckRequest + func (r ApiAddRuntimeComplianceCheckRequest) ReportFile(reportFile *os.File) ApiAddRuntimeComplianceCheckRequest + func (r ApiAddRuntimeComplianceCheckRequest) Result(result string) ApiAddRuntimeComplianceCheckRequest + func (r ApiAddRuntimeComplianceCheckRequest) ResultFile(resultFile *os.File) ApiAddRuntimeComplianceCheckRequest + func (r ApiAddRuntimeComplianceCheckRequest) StartTime(startTime time.Time) ApiAddRuntimeComplianceCheckRequest + func (r ApiAddRuntimeComplianceCheckRequest) XAnchoreAccount(xAnchoreAccount string) ApiAddRuntimeComplianceCheckRequest + type ApiCreateOperationRequest struct + ApiService ImportsApi + func (r ApiCreateOperationRequest) Execute() (SourceImportOperation, *_nethttp.Response, error) + type ApiDeleteApplicationRequest struct + ApiService ApplicationsApi + func (r ApiDeleteApplicationRequest) Execute() (*_nethttp.Response, error) + func (r ApiDeleteApplicationRequest) XAnchoreAccount(xAnchoreAccount string) ApiDeleteApplicationRequest + type ApiDeleteApplicationVersionRequest struct + ApiService ApplicationsApi + func (r ApiDeleteApplicationVersionRequest) Execute() (*_nethttp.Response, error) + func (r ApiDeleteApplicationVersionRequest) XAnchoreAccount(xAnchoreAccount string) ApiDeleteApplicationVersionRequest + type ApiDeleteArtifactRelationshipsRequest struct + ApiService RelationshipsApi + func (r ApiDeleteArtifactRelationshipsRequest) Execute() (interface{}, *_nethttp.Response, error) + func (r ApiDeleteArtifactRelationshipsRequest) RelationshipIds(relationshipIds []string) ApiDeleteArtifactRelationshipsRequest + type ApiDeleteCorrectionByUuidRequest struct + ApiService CorrectionsApi + func (r ApiDeleteCorrectionByUuidRequest) Execute() (*_nethttp.Response, error) + func (r ApiDeleteCorrectionByUuidRequest) XAnchoreAccount(xAnchoreAccount string) ApiDeleteCorrectionByUuidRequest + type ApiDeleteSourceRequest struct + ApiService SourcesApi + func (r ApiDeleteSourceRequest) Execute() (SourceManifest, *_nethttp.Response, error) + func (r ApiDeleteSourceRequest) Force(force bool) ApiDeleteSourceRequest + type ApiErrorResponse struct + Code *int32 + Detail *interface{} + ErrorType *string + Message *string + func NewApiErrorResponse() *ApiErrorResponse + func NewApiErrorResponseWithDefaults() *ApiErrorResponse + func (o *ApiErrorResponse) GetCode() int32 + func (o *ApiErrorResponse) GetCodeOk() (*int32, bool) + func (o *ApiErrorResponse) GetDetail() interface{} + func (o *ApiErrorResponse) GetDetailOk() (*interface{}, bool) + func (o *ApiErrorResponse) GetErrorType() string + func (o *ApiErrorResponse) GetErrorTypeOk() (*string, bool) + func (o *ApiErrorResponse) GetMessage() string + func (o *ApiErrorResponse) GetMessageOk() (*string, bool) + func (o *ApiErrorResponse) HasCode() bool + func (o *ApiErrorResponse) HasDetail() bool + func (o *ApiErrorResponse) HasErrorType() bool + func (o *ApiErrorResponse) HasMessage() bool + func (o *ApiErrorResponse) SetCode(v int32) + func (o *ApiErrorResponse) SetDetail(v interface{}) + func (o *ApiErrorResponse) SetErrorType(v string) + func (o *ApiErrorResponse) SetMessage(v string) + func (o ApiErrorResponse) MarshalJSON() ([]byte, error) + type ApiFinalizeOperationRequest struct + ApiService ImportsApi + func (r ApiFinalizeOperationRequest) Execute() (SourceManifest, *_nethttp.Response, error) + func (r ApiFinalizeOperationRequest) Metadata(metadata SourceImportMetadata) ApiFinalizeOperationRequest + type ApiGetActionPlansRequest struct + ApiService ActionsApi + func (r ApiGetActionPlansRequest) CreatedAfter(createdAfter time.Time) ApiGetActionPlansRequest + func (r ApiGetActionPlansRequest) Execute() ([]ActionPlan, *_nethttp.Response, error) + func (r ApiGetActionPlansRequest) ImageDigest(imageDigest string) ApiGetActionPlansRequest + func (r ApiGetActionPlansRequest) ImageTag(imageTag string) ApiGetActionPlansRequest + func (r ApiGetActionPlansRequest) XAnchoreAccount(xAnchoreAccount string) ApiGetActionPlansRequest + type ApiGetAlertSummariesRequest struct + ApiService AlertsApi + func (r ApiGetAlertSummariesRequest) CreatedAfter(createdAfter time.Time) ApiGetAlertSummariesRequest + func (r ApiGetAlertSummariesRequest) CreatedBefore(createdBefore time.Time) ApiGetAlertSummariesRequest + func (r ApiGetAlertSummariesRequest) Execute() ([]AlertSummary, *_nethttp.Response, error) + func (r ApiGetAlertSummariesRequest) Limit(limit int32) ApiGetAlertSummariesRequest + func (r ApiGetAlertSummariesRequest) Page(page int32) ApiGetAlertSummariesRequest + func (r ApiGetAlertSummariesRequest) ResourceLabel(resourceLabel []string) ApiGetAlertSummariesRequest + func (r ApiGetAlertSummariesRequest) State(state string) ApiGetAlertSummariesRequest + func (r ApiGetAlertSummariesRequest) Type_(type_ string) ApiGetAlertSummariesRequest + func (r ApiGetAlertSummariesRequest) XAnchoreAccount(xAnchoreAccount string) ApiGetAlertSummariesRequest + type ApiGetApplicationRequest struct + ApiService ApplicationsApi + func (r ApiGetApplicationRequest) Execute() (Application, *_nethttp.Response, error) + func (r ApiGetApplicationRequest) IncludeVersions(includeVersions bool) ApiGetApplicationRequest + func (r ApiGetApplicationRequest) XAnchoreAccount(xAnchoreAccount string) ApiGetApplicationRequest + type ApiGetApplicationVersionRequest struct + ApiService ApplicationsApi + func (r ApiGetApplicationVersionRequest) Execute() (ApplicationVersion, *_nethttp.Response, error) + func (r ApiGetApplicationVersionRequest) XAnchoreAccount(xAnchoreAccount string) ApiGetApplicationVersionRequest + type ApiGetApplicationVersionSbomRequest struct + ApiService ApplicationsApi + func (r ApiGetApplicationVersionSbomRequest) ArtifactTypes(artifactTypes []string) ApiGetApplicationVersionSbomRequest + func (r ApiGetApplicationVersionSbomRequest) Execute() (ApplicationVersionSbom, *_nethttp.Response, error) + func (r ApiGetApplicationVersionSbomRequest) XAnchoreAccount(xAnchoreAccount string) ApiGetApplicationVersionSbomRequest + type ApiGetApplicationVersionVulnerabilitiesRequest struct + ApiService ApplicationsApi + func (r ApiGetApplicationVersionVulnerabilitiesRequest) Execute() (ApplicationVersionVulnerabilityReport, *_nethttp.Response, error) + func (r ApiGetApplicationVersionVulnerabilitiesRequest) WillNotFix(willNotFix bool) ApiGetApplicationVersionVulnerabilitiesRequest + func (r ApiGetApplicationVersionVulnerabilitiesRequest) XAnchoreAccount(xAnchoreAccount string) ApiGetApplicationVersionVulnerabilitiesRequest + type ApiGetApplicationVersionsRequest struct + ApiService ApplicationsApi + func (r ApiGetApplicationVersionsRequest) Execute() ([]ApplicationVersion, *_nethttp.Response, error) + func (r ApiGetApplicationVersionsRequest) XAnchoreAccount(xAnchoreAccount string) ApiGetApplicationVersionsRequest + type ApiGetApplicationsRequest struct + ApiService ApplicationsApi + func (r ApiGetApplicationsRequest) Execute() ([]Application, *_nethttp.Response, error) + func (r ApiGetApplicationsRequest) IncludeVersions(includeVersions bool) ApiGetApplicationsRequest + func (r ApiGetApplicationsRequest) XAnchoreAccount(xAnchoreAccount string) ApiGetApplicationsRequest + type ApiGetArtifactRelationshipRequest struct + ApiService RelationshipsApi + func (r ApiGetArtifactRelationshipRequest) Execute() (ArtifactRelationship, *_nethttp.Response, error) + type ApiGetComplianceViolationAlertRequest struct + ApiService AlertsApi + func (r ApiGetComplianceViolationAlertRequest) Execute() (ComplianceViolationAlert, *_nethttp.Response, error) + func (r ApiGetComplianceViolationAlertRequest) XAnchoreAccount(xAnchoreAccount string) ApiGetComplianceViolationAlertRequest + type ApiGetComplianceViolationAlertsRequest struct + ApiService AlertsApi + func (r ApiGetComplianceViolationAlertsRequest) CreatedAfter(createdAfter time.Time) ApiGetComplianceViolationAlertsRequest + func (r ApiGetComplianceViolationAlertsRequest) CreatedBefore(createdBefore time.Time) ApiGetComplianceViolationAlertsRequest + func (r ApiGetComplianceViolationAlertsRequest) Execute() ([]ComplianceViolationAlert, *_nethttp.Response, error) + func (r ApiGetComplianceViolationAlertsRequest) Limit(limit int32) ApiGetComplianceViolationAlertsRequest + func (r ApiGetComplianceViolationAlertsRequest) Page(page int32) ApiGetComplianceViolationAlertsRequest + func (r ApiGetComplianceViolationAlertsRequest) ResourceImageDigest(resourceImageDigest string) ApiGetComplianceViolationAlertsRequest + func (r ApiGetComplianceViolationAlertsRequest) ResourceImageTag(resourceImageTag string) ApiGetComplianceViolationAlertsRequest + func (r ApiGetComplianceViolationAlertsRequest) ResourceRegistry(resourceRegistry string) ApiGetComplianceViolationAlertsRequest + func (r ApiGetComplianceViolationAlertsRequest) ResourceRepository(resourceRepository string) ApiGetComplianceViolationAlertsRequest + func (r ApiGetComplianceViolationAlertsRequest) State(state string) ApiGetComplianceViolationAlertsRequest + func (r ApiGetComplianceViolationAlertsRequest) XAnchoreAccount(xAnchoreAccount string) ApiGetComplianceViolationAlertsRequest + type ApiGetCorrectionByUuidRequest struct + ApiService CorrectionsApi + func (r ApiGetCorrectionByUuidRequest) Execute() (Correction, *_nethttp.Response, error) + func (r ApiGetCorrectionByUuidRequest) XAnchoreAccount(xAnchoreAccount string) ApiGetCorrectionByUuidRequest + type ApiGetCorrectionsRequest struct + ApiService CorrectionsApi + func (r ApiGetCorrectionsRequest) CorrectionType(correctionType string) ApiGetCorrectionsRequest + func (r ApiGetCorrectionsRequest) Execute() ([]Correction, *_nethttp.Response, error) + func (r ApiGetCorrectionsRequest) XAnchoreAccount(xAnchoreAccount string) ApiGetCorrectionsRequest + type ApiGetImageAncestorsRequest struct + ApiService ImagesApi + func (r ApiGetImageAncestorsRequest) Execute() ([]ImageAncestor, *_nethttp.Response, error) + func (r ApiGetImageAncestorsRequest) XAnchoreAccount(xAnchoreAccount string) ApiGetImageAncestorsRequest + type ApiGetImageInventoryRequest struct + ApiService InventoriesApi + func (r ApiGetImageInventoryRequest) Context(context string) ApiGetImageInventoryRequest + func (r ApiGetImageInventoryRequest) Execute() ([]InventoryItem, *_nethttp.Response, error) + func (r ApiGetImageInventoryRequest) ImageDigest(imageDigest string) ApiGetImageInventoryRequest + func (r ApiGetImageInventoryRequest) InventoryType(inventoryType string) ApiGetImageInventoryRequest + func (r ApiGetImageInventoryRequest) XAnchoreAccount(xAnchoreAccount string) ApiGetImageInventoryRequest + type ApiGetImagePolicyCheckByDigestRequest struct + ApiService ImagesApi + func (r ApiGetImagePolicyCheckByDigestRequest) BaseDigest(baseDigest string) ApiGetImagePolicyCheckByDigestRequest + func (r ApiGetImagePolicyCheckByDigestRequest) Detail(detail bool) ApiGetImagePolicyCheckByDigestRequest + func (r ApiGetImagePolicyCheckByDigestRequest) Execute() ([]interface{}, *_nethttp.Response, error) + func (r ApiGetImagePolicyCheckByDigestRequest) History(history bool) ApiGetImagePolicyCheckByDigestRequest + func (r ApiGetImagePolicyCheckByDigestRequest) Interactive(interactive bool) ApiGetImagePolicyCheckByDigestRequest + func (r ApiGetImagePolicyCheckByDigestRequest) PolicyId(policyId string) ApiGetImagePolicyCheckByDigestRequest + func (r ApiGetImagePolicyCheckByDigestRequest) Tag(tag string) ApiGetImagePolicyCheckByDigestRequest + func (r ApiGetImagePolicyCheckByDigestRequest) XAnchoreAccount(xAnchoreAccount string) ApiGetImagePolicyCheckByDigestRequest + type ApiGetImageVulnerabilitiesByDigestRequest struct + ApiService ImagesApi + func (r ApiGetImageVulnerabilitiesByDigestRequest) BaseDigest(baseDigest string) ApiGetImageVulnerabilitiesByDigestRequest + func (r ApiGetImageVulnerabilitiesByDigestRequest) Execute() (EnterpriseVulnerabilityResponse, *_nethttp.Response, error) + func (r ApiGetImageVulnerabilitiesByDigestRequest) ForceRefresh(forceRefresh bool) ApiGetImageVulnerabilitiesByDigestRequest + func (r ApiGetImageVulnerabilitiesByDigestRequest) VendorOnly(vendorOnly bool) ApiGetImageVulnerabilitiesByDigestRequest + func (r ApiGetImageVulnerabilitiesByDigestRequest) XAnchoreAccount(xAnchoreAccount string) ApiGetImageVulnerabilitiesByDigestRequest + type ApiGetImportSourcesSbomRequest struct + ApiService ImportsApi + func (r ApiGetImportSourcesSbomRequest) Execute() (SourceImportContentResponse, *_nethttp.Response, error) + type ApiGetOperationRequest struct + ApiService ImportsApi + func (r ApiGetOperationRequest) Execute() (SourceImportOperation, *_nethttp.Response, error) + type ApiGetRelationshipSbomDiffRequest struct + ApiService RelationshipsApi + func (r ApiGetRelationshipSbomDiffRequest) Execute() (RelationshipSbomDiff, *_nethttp.Response, error) + type ApiGetRuntimeComplianceChecksRequest struct + ApiService ComplianceApi + func (r ApiGetRuntimeComplianceChecksRequest) Execute() ([]RuntimeComplianceCheck, *_nethttp.Response, error) + func (r ApiGetRuntimeComplianceChecksRequest) ImageDigest(imageDigest string) ApiGetRuntimeComplianceChecksRequest + func (r ApiGetRuntimeComplianceChecksRequest) XAnchoreAccount(xAnchoreAccount string) ApiGetRuntimeComplianceChecksRequest + type ApiGetRuntimeComplianceResultRequest struct + ApiService ComplianceApi + func (r ApiGetRuntimeComplianceResultRequest) Execute() (*os.File, *_nethttp.Response, error) + func (r ApiGetRuntimeComplianceResultRequest) XAnchoreAccount(xAnchoreAccount string) ApiGetRuntimeComplianceResultRequest + type ApiGetSourceContentByTypeRequest struct + ApiService SourcesApi + func (r ApiGetSourceContentByTypeRequest) Execute() (SourceContentPackageResponse, *_nethttp.Response, error) + type ApiGetSourceContentTypesRequest struct + ApiService SourcesApi + func (r ApiGetSourceContentTypesRequest) Execute() ([]string, *_nethttp.Response, error) + type ApiGetSourcePolicyCheckRequest struct + ApiService SourcesApi + func (r ApiGetSourcePolicyCheckRequest) Execute() ([]PolicyEvaluationResult, *_nethttp.Response, error) + func (r ApiGetSourcePolicyCheckRequest) PolicyId(policyId string) ApiGetSourcePolicyCheckRequest + type ApiGetSourceRequest struct + ApiService SourcesApi + func (r ApiGetSourceRequest) Execute() (SourceManifest, *_nethttp.Response, error) + type ApiGetSourceSbomNativeRequest struct + ApiService SourcesApi + func (r ApiGetSourceSbomNativeRequest) Execute() (*os.File, *_nethttp.Response, error) + type ApiGetSourceSbomTypesRequest struct + ApiService SourcesApi + func (r ApiGetSourceSbomTypesRequest) Execute() ([]string, *_nethttp.Response, error) + type ApiGetSourceVulnerabilitiesRequest struct + ApiService SourcesApi + func (r ApiGetSourceVulnerabilitiesRequest) Execute() (SourceVulnerabilitiesResponse, *_nethttp.Response, error) + func (r ApiGetSourceVulnerabilitiesRequest) ForceRefresh(forceRefresh bool) ApiGetSourceVulnerabilitiesRequest + func (r ApiGetSourceVulnerabilitiesRequest) WillNotFix(willNotFix bool) ApiGetSourceVulnerabilitiesRequest + func (r ApiGetSourceVulnerabilitiesRequest) XAnchoreAccount(xAnchoreAccount string) ApiGetSourceVulnerabilitiesRequest + type ApiGetSourceVulnerabilityTypesRequest struct + ApiService SourcesApi + func (r ApiGetSourceVulnerabilityTypesRequest) Execute() ([]string, *_nethttp.Response, error) + func (r ApiGetSourceVulnerabilityTypesRequest) XAnchoreAccount(xAnchoreAccount string) ApiGetSourceVulnerabilityTypesRequest + type ApiGetStatelessSbomVulnerabilitiesRequest struct + ApiService StatelessApi + func (r ApiGetStatelessSbomVulnerabilitiesRequest) Execute() (SBOMVulnerabilitiesResponse, *_nethttp.Response, error) + func (r ApiGetStatelessSbomVulnerabilitiesRequest) Sbom(sbom interface{}) ApiGetStatelessSbomVulnerabilitiesRequest + func (r ApiGetStatelessSbomVulnerabilitiesRequest) WillNotFix(willNotFix bool) ApiGetStatelessSbomVulnerabilitiesRequest + func (r ApiGetStatelessSbomVulnerabilitiesRequest) XAnchoreAccount(xAnchoreAccount string) ApiGetStatelessSbomVulnerabilitiesRequest + type ApiInvalidateOperationRequest struct + ApiService ImportsApi + func (r ApiInvalidateOperationRequest) Execute() (SourceImportOperation, *_nethttp.Response, error) + type ApiListArtifactRelationshipsRequest struct + ApiService RelationshipsApi + func (r ApiListArtifactRelationshipsRequest) ArtifactId(artifactId string) ApiListArtifactRelationshipsRequest + func (r ApiListArtifactRelationshipsRequest) ArtifactType(artifactType string) ApiListArtifactRelationshipsRequest + func (r ApiListArtifactRelationshipsRequest) Execute() ([]ArtifactRelationship, *_nethttp.Response, error) + type ApiListArtifactsRequest struct + ApiService ApplicationsApi + func (r ApiListArtifactsRequest) ArtifactTypes(artifactTypes []string) ApiListArtifactsRequest + func (r ApiListArtifactsRequest) Execute() (ArtifactListResponse, *_nethttp.Response, error) + func (r ApiListArtifactsRequest) XAnchoreAccount(xAnchoreAccount string) ApiListArtifactsRequest + type ApiListOperationsRequest struct + ApiService ImportsApi + func (r ApiListOperationsRequest) Execute() ([]SourceImportOperation, *_nethttp.Response, error) + type ApiListSourcesRequest struct + ApiService SourcesApi + func (r ApiListSourcesRequest) Execute() ([]Source, *_nethttp.Response, error) + type ApiRemoveArtifactFromApplicationVersionRequest struct + ApiService ApplicationsApi + func (r ApiRemoveArtifactFromApplicationVersionRequest) Execute() (*_nethttp.Response, error) + func (r ApiRemoveArtifactFromApplicationVersionRequest) XAnchoreAccount(xAnchoreAccount string) ApiRemoveArtifactFromApplicationVersionRequest + type ApiSyncImageInventoryRequest struct + ApiService InventoriesApi + func (r ApiSyncImageInventoryRequest) Execute() ([]InventoryItem, *_nethttp.Response, error) + func (r ApiSyncImageInventoryRequest) Inventory(inventory InventoryReport) ApiSyncImageInventoryRequest + func (r ApiSyncImageInventoryRequest) XAnchoreAccount(xAnchoreAccount string) ApiSyncImageInventoryRequest + type ApiUpdateApplicationRequest struct + ApiService ApplicationsApi + func (r ApiUpdateApplicationRequest) Application(application Application) ApiUpdateApplicationRequest + func (r ApiUpdateApplicationRequest) Execute() (Application, *_nethttp.Response, error) + func (r ApiUpdateApplicationRequest) XAnchoreAccount(xAnchoreAccount string) ApiUpdateApplicationRequest + type ApiUpdateApplicationVersionRequest struct + ApiService ApplicationsApi + func (r ApiUpdateApplicationVersionRequest) ApplicationVersion(applicationVersion ApplicationVersion) ApiUpdateApplicationVersionRequest + func (r ApiUpdateApplicationVersionRequest) Execute() (ApplicationVersion, *_nethttp.Response, error) + func (r ApiUpdateApplicationVersionRequest) XAnchoreAccount(xAnchoreAccount string) ApiUpdateApplicationVersionRequest + type ApiUpdateComplianceViolationAlertStateRequest struct + ApiService AlertsApi + func (r ApiUpdateComplianceViolationAlertStateRequest) Execute() (ComplianceViolationAlert, *_nethttp.Response, error) + func (r ApiUpdateComplianceViolationAlertStateRequest) XAnchoreAccount(xAnchoreAccount string) ApiUpdateComplianceViolationAlertStateRequest + type ApiUpdateCorrectionByUuidRequest struct + ApiService CorrectionsApi + func (r ApiUpdateCorrectionByUuidRequest) Correction(correction Correction) ApiUpdateCorrectionByUuidRequest + func (r ApiUpdateCorrectionByUuidRequest) Execute() (Correction, *_nethttp.Response, error) + func (r ApiUpdateCorrectionByUuidRequest) XAnchoreAccount(xAnchoreAccount string) ApiUpdateCorrectionByUuidRequest + type ApiUploadImportSourcesSbomRequest struct + ApiService ImportsApi + func (r ApiUploadImportSourcesSbomRequest) Execute() (SourceImportContentResponse, *_nethttp.Response, error) + func (r ApiUploadImportSourcesSbomRequest) Sbom(sbom NativeSBOM) ApiUploadImportSourcesSbomRequest + type Application struct + ApplicationId *string + ApplicationVersions *[]ApplicationVersion + CreatedAt *time.Time + Description *string + LastUpdated *time.Time + Name *string + func NewApplication() *Application + func NewApplicationWithDefaults() *Application + func (o *Application) GetApplicationId() string + func (o *Application) GetApplicationIdOk() (*string, bool) + func (o *Application) GetApplicationVersions() []ApplicationVersion + func (o *Application) GetApplicationVersionsOk() (*[]ApplicationVersion, bool) + func (o *Application) GetCreatedAt() time.Time + func (o *Application) GetCreatedAtOk() (*time.Time, bool) + func (o *Application) GetDescription() string + func (o *Application) GetDescriptionOk() (*string, bool) + func (o *Application) GetLastUpdated() time.Time + func (o *Application) GetLastUpdatedOk() (*time.Time, bool) + func (o *Application) GetName() string + func (o *Application) GetNameOk() (*string, bool) + func (o *Application) HasApplicationId() bool + func (o *Application) HasApplicationVersions() bool + func (o *Application) HasCreatedAt() bool + func (o *Application) HasDescription() bool + func (o *Application) HasLastUpdated() bool + func (o *Application) HasName() bool + func (o *Application) SetApplicationId(v string) + func (o *Application) SetApplicationVersions(v []ApplicationVersion) + func (o *Application) SetCreatedAt(v time.Time) + func (o *Application) SetDescription(v string) + func (o *Application) SetLastUpdated(v time.Time) + func (o *Application) SetName(v string) + func (o Application) MarshalJSON() ([]byte, error) + type ApplicationVersion struct + ApplicationId *string + ApplicationVersionId *string + CreatedAt *time.Time + LastUpdated *time.Time + VersionName string + func NewApplicationVersion(versionName string) *ApplicationVersion + func NewApplicationVersionWithDefaults() *ApplicationVersion + func (o *ApplicationVersion) GetApplicationId() string + func (o *ApplicationVersion) GetApplicationIdOk() (*string, bool) + func (o *ApplicationVersion) GetApplicationVersionId() string + func (o *ApplicationVersion) GetApplicationVersionIdOk() (*string, bool) + func (o *ApplicationVersion) GetCreatedAt() time.Time + func (o *ApplicationVersion) GetCreatedAtOk() (*time.Time, bool) + func (o *ApplicationVersion) GetLastUpdated() time.Time + func (o *ApplicationVersion) GetLastUpdatedOk() (*time.Time, bool) + func (o *ApplicationVersion) GetVersionName() string + func (o *ApplicationVersion) GetVersionNameOk() (*string, bool) + func (o *ApplicationVersion) HasApplicationId() bool + func (o *ApplicationVersion) HasApplicationVersionId() bool + func (o *ApplicationVersion) HasCreatedAt() bool + func (o *ApplicationVersion) HasLastUpdated() bool + func (o *ApplicationVersion) SetApplicationId(v string) + func (o *ApplicationVersion) SetApplicationVersionId(v string) + func (o *ApplicationVersion) SetCreatedAt(v time.Time) + func (o *ApplicationVersion) SetLastUpdated(v time.Time) + func (o *ApplicationVersion) SetVersionName(v string) + func (o ApplicationVersion) MarshalJSON() ([]byte, error) + type ApplicationVersionSbom struct + Application *Application + ApplicationVersion *ApplicationVersion + CreatedAt *time.Time + ImageSboms *[]interface{} + SourceSboms *[]interface{} + func NewApplicationVersionSbom() *ApplicationVersionSbom + func NewApplicationVersionSbomWithDefaults() *ApplicationVersionSbom + func (o *ApplicationVersionSbom) GetApplication() Application + func (o *ApplicationVersionSbom) GetApplicationOk() (*Application, bool) + func (o *ApplicationVersionSbom) GetApplicationVersion() ApplicationVersion + func (o *ApplicationVersionSbom) GetApplicationVersionOk() (*ApplicationVersion, bool) + func (o *ApplicationVersionSbom) GetCreatedAt() time.Time + func (o *ApplicationVersionSbom) GetCreatedAtOk() (*time.Time, bool) + func (o *ApplicationVersionSbom) GetImageSboms() []interface{} + func (o *ApplicationVersionSbom) GetImageSbomsOk() (*[]interface{}, bool) + func (o *ApplicationVersionSbom) GetSourceSboms() []interface{} + func (o *ApplicationVersionSbom) GetSourceSbomsOk() (*[]interface{}, bool) + func (o *ApplicationVersionSbom) HasApplication() bool + func (o *ApplicationVersionSbom) HasApplicationVersion() bool + func (o *ApplicationVersionSbom) HasCreatedAt() bool + func (o *ApplicationVersionSbom) HasImageSboms() bool + func (o *ApplicationVersionSbom) HasSourceSboms() bool + func (o *ApplicationVersionSbom) SetApplication(v Application) + func (o *ApplicationVersionSbom) SetApplicationVersion(v ApplicationVersion) + func (o *ApplicationVersionSbom) SetCreatedAt(v time.Time) + func (o *ApplicationVersionSbom) SetImageSboms(v []interface{}) + func (o *ApplicationVersionSbom) SetSourceSboms(v []interface{}) + func (o ApplicationVersionSbom) MarshalJSON() ([]byte, error) + type ApplicationVersionVulnerabilityReport struct + Application *ApplicationVersionVulnerabilityReportApplication + Vulnerabilities *[]VersionVulnerability + func NewApplicationVersionVulnerabilityReport() *ApplicationVersionVulnerabilityReport + func NewApplicationVersionVulnerabilityReportWithDefaults() *ApplicationVersionVulnerabilityReport + func (o *ApplicationVersionVulnerabilityReport) GetApplication() ApplicationVersionVulnerabilityReportApplication + func (o *ApplicationVersionVulnerabilityReport) GetApplicationOk() (*ApplicationVersionVulnerabilityReportApplication, bool) + func (o *ApplicationVersionVulnerabilityReport) GetVulnerabilities() []VersionVulnerability + func (o *ApplicationVersionVulnerabilityReport) GetVulnerabilitiesOk() (*[]VersionVulnerability, bool) + func (o *ApplicationVersionVulnerabilityReport) HasApplication() bool + func (o *ApplicationVersionVulnerabilityReport) HasVulnerabilities() bool + func (o *ApplicationVersionVulnerabilityReport) SetApplication(v ApplicationVersionVulnerabilityReportApplication) + func (o *ApplicationVersionVulnerabilityReport) SetVulnerabilities(v []VersionVulnerability) + func (o ApplicationVersionVulnerabilityReport) MarshalJSON() ([]byte, error) + type ApplicationVersionVulnerabilityReportApplication struct + Artifacts *ApplicationVersionVulnerabilityReportApplicationArtifacts + Id *string + Name *string + VersionId *string + VersionName *string + func NewApplicationVersionVulnerabilityReportApplication() *ApplicationVersionVulnerabilityReportApplication + func NewApplicationVersionVulnerabilityReportApplicationWithDefaults() *ApplicationVersionVulnerabilityReportApplication + func (o *ApplicationVersionVulnerabilityReportApplication) GetArtifacts() ApplicationVersionVulnerabilityReportApplicationArtifacts + func (o *ApplicationVersionVulnerabilityReportApplication) GetArtifactsOk() (*ApplicationVersionVulnerabilityReportApplicationArtifacts, bool) + func (o *ApplicationVersionVulnerabilityReportApplication) GetId() string + func (o *ApplicationVersionVulnerabilityReportApplication) GetIdOk() (*string, bool) + func (o *ApplicationVersionVulnerabilityReportApplication) GetName() string + func (o *ApplicationVersionVulnerabilityReportApplication) GetNameOk() (*string, bool) + func (o *ApplicationVersionVulnerabilityReportApplication) GetVersionId() string + func (o *ApplicationVersionVulnerabilityReportApplication) GetVersionIdOk() (*string, bool) + func (o *ApplicationVersionVulnerabilityReportApplication) GetVersionName() string + func (o *ApplicationVersionVulnerabilityReportApplication) GetVersionNameOk() (*string, bool) + func (o *ApplicationVersionVulnerabilityReportApplication) HasArtifacts() bool + func (o *ApplicationVersionVulnerabilityReportApplication) HasId() bool + func (o *ApplicationVersionVulnerabilityReportApplication) HasName() bool + func (o *ApplicationVersionVulnerabilityReportApplication) HasVersionId() bool + func (o *ApplicationVersionVulnerabilityReportApplication) HasVersionName() bool + func (o *ApplicationVersionVulnerabilityReportApplication) SetArtifacts(v ApplicationVersionVulnerabilityReportApplicationArtifacts) + func (o *ApplicationVersionVulnerabilityReportApplication) SetId(v string) + func (o *ApplicationVersionVulnerabilityReportApplication) SetName(v string) + func (o *ApplicationVersionVulnerabilityReportApplication) SetVersionId(v string) + func (o *ApplicationVersionVulnerabilityReportApplication) SetVersionName(v string) + func (o ApplicationVersionVulnerabilityReportApplication) MarshalJSON() ([]byte, error) + type ApplicationVersionVulnerabilityReportApplicationArtifacts struct + Images *[]VersionVulnerabilityReportImage + Sources *[]VersionVulnerabilityReportSource + func NewApplicationVersionVulnerabilityReportApplicationArtifacts() *ApplicationVersionVulnerabilityReportApplicationArtifacts + func NewApplicationVersionVulnerabilityReportApplicationArtifactsWithDefaults() *ApplicationVersionVulnerabilityReportApplicationArtifacts + func (o *ApplicationVersionVulnerabilityReportApplicationArtifacts) GetImages() []VersionVulnerabilityReportImage + func (o *ApplicationVersionVulnerabilityReportApplicationArtifacts) GetImagesOk() (*[]VersionVulnerabilityReportImage, bool) + func (o *ApplicationVersionVulnerabilityReportApplicationArtifacts) GetSources() []VersionVulnerabilityReportSource + func (o *ApplicationVersionVulnerabilityReportApplicationArtifacts) GetSourcesOk() (*[]VersionVulnerabilityReportSource, bool) + func (o *ApplicationVersionVulnerabilityReportApplicationArtifacts) HasImages() bool + func (o *ApplicationVersionVulnerabilityReportApplicationArtifacts) HasSources() bool + func (o *ApplicationVersionVulnerabilityReportApplicationArtifacts) SetImages(v []VersionVulnerabilityReportImage) + func (o *ApplicationVersionVulnerabilityReportApplicationArtifacts) SetSources(v []VersionVulnerabilityReportSource) + func (o ApplicationVersionVulnerabilityReportApplicationArtifacts) MarshalJSON() ([]byte, error) + type ApplicationsApi interface + AddApplication func(ctx _context.Context) ApiAddApplicationRequest + AddApplicationExecute func(r ApiAddApplicationRequest) (Application, *_nethttp.Response, error) + AddApplicationVersion func(ctx _context.Context, applicationId string) ApiAddApplicationVersionRequest + AddApplicationVersionExecute func(r ApiAddApplicationVersionRequest) (ApplicationVersion, *_nethttp.Response, error) + AddArtifactToApplicationVersion func(ctx _context.Context, applicationId string, applicationVersionId string) ApiAddArtifactToApplicationVersionRequest + AddArtifactToApplicationVersionExecute func(r ApiAddArtifactToApplicationVersionRequest) (ArtifactAssociationResponse, *_nethttp.Response, error) + DeleteApplication func(ctx _context.Context, applicationId string) ApiDeleteApplicationRequest + DeleteApplicationExecute func(r ApiDeleteApplicationRequest) (*_nethttp.Response, error) + DeleteApplicationVersion func(ctx _context.Context, applicationId string, applicationVersionId string) ApiDeleteApplicationVersionRequest + DeleteApplicationVersionExecute func(r ApiDeleteApplicationVersionRequest) (*_nethttp.Response, error) + GetApplication func(ctx _context.Context, applicationId string) ApiGetApplicationRequest + GetApplicationExecute func(r ApiGetApplicationRequest) (Application, *_nethttp.Response, error) + GetApplicationVersion func(ctx _context.Context, applicationId string, applicationVersionId string) ApiGetApplicationVersionRequest + GetApplicationVersionExecute func(r ApiGetApplicationVersionRequest) (ApplicationVersion, *_nethttp.Response, error) + GetApplicationVersionSbom func(ctx _context.Context, applicationId string, applicationVersionId string) ApiGetApplicationVersionSbomRequest + GetApplicationVersionSbomExecute func(r ApiGetApplicationVersionSbomRequest) (ApplicationVersionSbom, *_nethttp.Response, error) + GetApplicationVersionVulnerabilities func(ctx _context.Context, applicationId string, applicationVersionId string) ApiGetApplicationVersionVulnerabilitiesRequest + GetApplicationVersionVulnerabilitiesExecute func(r ApiGetApplicationVersionVulnerabilitiesRequest) (ApplicationVersionVulnerabilityReport, *_nethttp.Response, error) + GetApplicationVersions func(ctx _context.Context, applicationId string) ApiGetApplicationVersionsRequest + GetApplicationVersionsExecute func(r ApiGetApplicationVersionsRequest) ([]ApplicationVersion, *_nethttp.Response, error) + GetApplications func(ctx _context.Context) ApiGetApplicationsRequest + GetApplicationsExecute func(r ApiGetApplicationsRequest) ([]Application, *_nethttp.Response, error) + ListArtifacts func(ctx _context.Context, applicationId string, applicationVersionId string) ApiListArtifactsRequest + ListArtifactsExecute func(r ApiListArtifactsRequest) (ArtifactListResponse, *_nethttp.Response, error) + RemoveArtifactFromApplicationVersion func(ctx _context.Context, applicationId string, applicationVersionId string, ...) ApiRemoveArtifactFromApplicationVersionRequest + RemoveArtifactFromApplicationVersionExecute func(r ApiRemoveArtifactFromApplicationVersionRequest) (*_nethttp.Response, error) + UpdateApplication func(ctx _context.Context, applicationId string) ApiUpdateApplicationRequest + UpdateApplicationExecute func(r ApiUpdateApplicationRequest) (Application, *_nethttp.Response, error) + UpdateApplicationVersion func(ctx _context.Context, applicationId string, applicationVersionId string) ApiUpdateApplicationVersionRequest + UpdateApplicationVersionExecute func(r ApiUpdateApplicationVersionRequest) (ApplicationVersion, *_nethttp.Response, error) + type ApplicationsApiService service + func (a *ApplicationsApiService) AddApplication(ctx _context.Context) ApiAddApplicationRequest + func (a *ApplicationsApiService) AddApplicationExecute(r ApiAddApplicationRequest) (Application, *_nethttp.Response, error) + func (a *ApplicationsApiService) AddApplicationVersion(ctx _context.Context, applicationId string) ApiAddApplicationVersionRequest + func (a *ApplicationsApiService) AddApplicationVersionExecute(r ApiAddApplicationVersionRequest) (ApplicationVersion, *_nethttp.Response, error) + func (a *ApplicationsApiService) AddArtifactToApplicationVersion(ctx _context.Context, applicationId string, applicationVersionId string) ApiAddArtifactToApplicationVersionRequest + func (a *ApplicationsApiService) AddArtifactToApplicationVersionExecute(r ApiAddArtifactToApplicationVersionRequest) (ArtifactAssociationResponse, *_nethttp.Response, error) + func (a *ApplicationsApiService) DeleteApplication(ctx _context.Context, applicationId string) ApiDeleteApplicationRequest + func (a *ApplicationsApiService) DeleteApplicationExecute(r ApiDeleteApplicationRequest) (*_nethttp.Response, error) + func (a *ApplicationsApiService) DeleteApplicationVersion(ctx _context.Context, applicationId string, applicationVersionId string) ApiDeleteApplicationVersionRequest + func (a *ApplicationsApiService) DeleteApplicationVersionExecute(r ApiDeleteApplicationVersionRequest) (*_nethttp.Response, error) + func (a *ApplicationsApiService) GetApplication(ctx _context.Context, applicationId string) ApiGetApplicationRequest + func (a *ApplicationsApiService) GetApplicationExecute(r ApiGetApplicationRequest) (Application, *_nethttp.Response, error) + func (a *ApplicationsApiService) GetApplicationVersion(ctx _context.Context, applicationId string, applicationVersionId string) ApiGetApplicationVersionRequest + func (a *ApplicationsApiService) GetApplicationVersionExecute(r ApiGetApplicationVersionRequest) (ApplicationVersion, *_nethttp.Response, error) + func (a *ApplicationsApiService) GetApplicationVersionSbom(ctx _context.Context, applicationId string, applicationVersionId string) ApiGetApplicationVersionSbomRequest + func (a *ApplicationsApiService) GetApplicationVersionSbomExecute(r ApiGetApplicationVersionSbomRequest) (ApplicationVersionSbom, *_nethttp.Response, error) + func (a *ApplicationsApiService) GetApplicationVersionVulnerabilities(ctx _context.Context, applicationId string, applicationVersionId string) ApiGetApplicationVersionVulnerabilitiesRequest + func (a *ApplicationsApiService) GetApplicationVersionVulnerabilitiesExecute(r ApiGetApplicationVersionVulnerabilitiesRequest) (ApplicationVersionVulnerabilityReport, *_nethttp.Response, error) + func (a *ApplicationsApiService) GetApplicationVersions(ctx _context.Context, applicationId string) ApiGetApplicationVersionsRequest + func (a *ApplicationsApiService) GetApplicationVersionsExecute(r ApiGetApplicationVersionsRequest) ([]ApplicationVersion, *_nethttp.Response, error) + func (a *ApplicationsApiService) GetApplications(ctx _context.Context) ApiGetApplicationsRequest + func (a *ApplicationsApiService) GetApplicationsExecute(r ApiGetApplicationsRequest) ([]Application, *_nethttp.Response, error) + func (a *ApplicationsApiService) ListArtifacts(ctx _context.Context, applicationId string, applicationVersionId string) ApiListArtifactsRequest + func (a *ApplicationsApiService) ListArtifactsExecute(r ApiListArtifactsRequest) (ArtifactListResponse, *_nethttp.Response, error) + func (a *ApplicationsApiService) RemoveArtifactFromApplicationVersion(ctx _context.Context, applicationId string, applicationVersionId string, ...) ApiRemoveArtifactFromApplicationVersionRequest + func (a *ApplicationsApiService) RemoveArtifactFromApplicationVersionExecute(r ApiRemoveArtifactFromApplicationVersionRequest) (*_nethttp.Response, error) + func (a *ApplicationsApiService) UpdateApplication(ctx _context.Context, applicationId string) ApiUpdateApplicationRequest + func (a *ApplicationsApiService) UpdateApplicationExecute(r ApiUpdateApplicationRequest) (Application, *_nethttp.Response, error) + func (a *ApplicationsApiService) UpdateApplicationVersion(ctx _context.Context, applicationId string, applicationVersionId string) ApiUpdateApplicationVersionRequest + func (a *ApplicationsApiService) UpdateApplicationVersionExecute(r ApiUpdateApplicationVersionRequest) (ApplicationVersion, *_nethttp.Response, error) + type ArtifactAssociationMetadata struct + AssociationId *string + CreatedAt *time.Time + LastUpdated *time.Time + func NewArtifactAssociationMetadata() *ArtifactAssociationMetadata + func NewArtifactAssociationMetadataWithDefaults() *ArtifactAssociationMetadata + func (o *ArtifactAssociationMetadata) GetAssociationId() string + func (o *ArtifactAssociationMetadata) GetAssociationIdOk() (*string, bool) + func (o *ArtifactAssociationMetadata) GetCreatedAt() time.Time + func (o *ArtifactAssociationMetadata) GetCreatedAtOk() (*time.Time, bool) + func (o *ArtifactAssociationMetadata) GetLastUpdated() time.Time + func (o *ArtifactAssociationMetadata) GetLastUpdatedOk() (*time.Time, bool) + func (o *ArtifactAssociationMetadata) HasAssociationId() bool + func (o *ArtifactAssociationMetadata) HasCreatedAt() bool + func (o *ArtifactAssociationMetadata) HasLastUpdated() bool + func (o *ArtifactAssociationMetadata) SetAssociationId(v string) + func (o *ArtifactAssociationMetadata) SetCreatedAt(v time.Time) + func (o *ArtifactAssociationMetadata) SetLastUpdated(v time.Time) + func (o ArtifactAssociationMetadata) MarshalJSON() ([]byte, error) + type ArtifactAssociationRequest struct + ArtifactKeys interface{} + ArtifactType string + func NewArtifactAssociationRequest(artifactType string, artifactKeys interface{}) *ArtifactAssociationRequest + func NewArtifactAssociationRequestWithDefaults() *ArtifactAssociationRequest + func (o *ArtifactAssociationRequest) GetArtifactKeys() interface{} + func (o *ArtifactAssociationRequest) GetArtifactKeysOk() (*interface{}, bool) + func (o *ArtifactAssociationRequest) GetArtifactType() string + func (o *ArtifactAssociationRequest) GetArtifactTypeOk() (*string, bool) + func (o *ArtifactAssociationRequest) SetArtifactKeys(v interface{}) + func (o *ArtifactAssociationRequest) SetArtifactType(v string) + func (o ArtifactAssociationRequest) MarshalJSON() ([]byte, error) + type ArtifactAssociationResponse struct + ArtifactAssociationMetadata *ArtifactAssociationMetadata + Image *ImageArtifact + Source *Source + func NewArtifactAssociationResponse() *ArtifactAssociationResponse + func NewArtifactAssociationResponseWithDefaults() *ArtifactAssociationResponse + func (o *ArtifactAssociationResponse) GetArtifactAssociationMetadata() ArtifactAssociationMetadata + func (o *ArtifactAssociationResponse) GetArtifactAssociationMetadataOk() (*ArtifactAssociationMetadata, bool) + func (o *ArtifactAssociationResponse) GetImage() ImageArtifact + func (o *ArtifactAssociationResponse) GetImageOk() (*ImageArtifact, bool) + func (o *ArtifactAssociationResponse) GetSource() Source + func (o *ArtifactAssociationResponse) GetSourceOk() (*Source, bool) + func (o *ArtifactAssociationResponse) HasArtifactAssociationMetadata() bool + func (o *ArtifactAssociationResponse) HasImage() bool + func (o *ArtifactAssociationResponse) HasSource() bool + func (o *ArtifactAssociationResponse) SetArtifactAssociationMetadata(v ArtifactAssociationMetadata) + func (o *ArtifactAssociationResponse) SetImage(v ImageArtifact) + func (o *ArtifactAssociationResponse) SetSource(v Source) + func (o ArtifactAssociationResponse) MarshalJSON() ([]byte, error) + type ArtifactListResponse struct + AssociatedImageArtifacts *[]AssociatedImageArtifact + AssociatedSourceArtifacts *[]AssociatedSourceArtifact + func NewArtifactListResponse() *ArtifactListResponse + func NewArtifactListResponseWithDefaults() *ArtifactListResponse + func (o *ArtifactListResponse) GetAssociatedImageArtifacts() []AssociatedImageArtifact + func (o *ArtifactListResponse) GetAssociatedImageArtifactsOk() (*[]AssociatedImageArtifact, bool) + func (o *ArtifactListResponse) GetAssociatedSourceArtifacts() []AssociatedSourceArtifact + func (o *ArtifactListResponse) GetAssociatedSourceArtifactsOk() (*[]AssociatedSourceArtifact, bool) + func (o *ArtifactListResponse) HasAssociatedImageArtifacts() bool + func (o *ArtifactListResponse) HasAssociatedSourceArtifacts() bool + func (o *ArtifactListResponse) SetAssociatedImageArtifacts(v []AssociatedImageArtifact) + func (o *ArtifactListResponse) SetAssociatedSourceArtifacts(v []AssociatedSourceArtifact) + func (o ArtifactListResponse) MarshalJSON() ([]byte, error) + type ArtifactReference struct + ArtifactId *string + ArtifactType *ArtifactType + func NewArtifactReference() *ArtifactReference + func NewArtifactReferenceWithDefaults() *ArtifactReference + func (o *ArtifactReference) GetArtifactId() string + func (o *ArtifactReference) GetArtifactIdOk() (*string, bool) + func (o *ArtifactReference) GetArtifactType() ArtifactType + func (o *ArtifactReference) GetArtifactTypeOk() (*ArtifactType, bool) + func (o *ArtifactReference) HasArtifactId() bool + func (o *ArtifactReference) HasArtifactType() bool + func (o *ArtifactReference) SetArtifactId(v string) + func (o *ArtifactReference) SetArtifactType(v ArtifactType) + func (o ArtifactReference) MarshalJSON() ([]byte, error) + type ArtifactRelationship struct + Comment *string + CreatedAt *time.Time + RelationshipType *RelationshipType + Source *ArtifactReference + Target *ArtifactReference + UserMetadata *interface{} + func NewArtifactRelationship() *ArtifactRelationship + func NewArtifactRelationshipWithDefaults() *ArtifactRelationship + func (o *ArtifactRelationship) GetComment() string + func (o *ArtifactRelationship) GetCommentOk() (*string, bool) + func (o *ArtifactRelationship) GetCreatedAt() time.Time + func (o *ArtifactRelationship) GetCreatedAtOk() (*time.Time, bool) + func (o *ArtifactRelationship) GetRelationshipType() RelationshipType + func (o *ArtifactRelationship) GetRelationshipTypeOk() (*RelationshipType, bool) + func (o *ArtifactRelationship) GetSource() ArtifactReference + func (o *ArtifactRelationship) GetSourceOk() (*ArtifactReference, bool) + func (o *ArtifactRelationship) GetTarget() ArtifactReference + func (o *ArtifactRelationship) GetTargetOk() (*ArtifactReference, bool) + func (o *ArtifactRelationship) GetUserMetadata() interface{} + func (o *ArtifactRelationship) GetUserMetadataOk() (*interface{}, bool) + func (o *ArtifactRelationship) HasComment() bool + func (o *ArtifactRelationship) HasCreatedAt() bool + func (o *ArtifactRelationship) HasRelationshipType() bool + func (o *ArtifactRelationship) HasSource() bool + func (o *ArtifactRelationship) HasTarget() bool + func (o *ArtifactRelationship) HasUserMetadata() bool + func (o *ArtifactRelationship) SetComment(v string) + func (o *ArtifactRelationship) SetCreatedAt(v time.Time) + func (o *ArtifactRelationship) SetRelationshipType(v RelationshipType) + func (o *ArtifactRelationship) SetSource(v ArtifactReference) + func (o *ArtifactRelationship) SetTarget(v ArtifactReference) + func (o *ArtifactRelationship) SetUserMetadata(v interface{}) + func (o ArtifactRelationship) MarshalJSON() ([]byte, error) + type ArtifactType string + const IMAGE + const SOURCE + func NewArtifactTypeFromValue(v string) (*ArtifactType, error) + func (v *ArtifactType) UnmarshalJSON(src []byte) error + func (v ArtifactType) IsValid() bool + func (v ArtifactType) Ptr() *ArtifactType + type AssociatedImageArtifact struct + ArtifactAssociationMetadata *ArtifactAssociationMetadata + Image *ImageArtifact + func NewAssociatedImageArtifact() *AssociatedImageArtifact + func NewAssociatedImageArtifactWithDefaults() *AssociatedImageArtifact + func (o *AssociatedImageArtifact) GetArtifactAssociationMetadata() ArtifactAssociationMetadata + func (o *AssociatedImageArtifact) GetArtifactAssociationMetadataOk() (*ArtifactAssociationMetadata, bool) + func (o *AssociatedImageArtifact) GetImage() ImageArtifact + func (o *AssociatedImageArtifact) GetImageOk() (*ImageArtifact, bool) + func (o *AssociatedImageArtifact) HasArtifactAssociationMetadata() bool + func (o *AssociatedImageArtifact) HasImage() bool + func (o *AssociatedImageArtifact) SetArtifactAssociationMetadata(v ArtifactAssociationMetadata) + func (o *AssociatedImageArtifact) SetImage(v ImageArtifact) + func (o AssociatedImageArtifact) MarshalJSON() ([]byte, error) + type AssociatedSourceArtifact struct + ArtifactAssociationMetadata *ArtifactAssociationMetadata + Source *Source + func NewAssociatedSourceArtifact() *AssociatedSourceArtifact + func NewAssociatedSourceArtifactWithDefaults() *AssociatedSourceArtifact + func (o *AssociatedSourceArtifact) GetArtifactAssociationMetadata() ArtifactAssociationMetadata + func (o *AssociatedSourceArtifact) GetArtifactAssociationMetadataOk() (*ArtifactAssociationMetadata, bool) + func (o *AssociatedSourceArtifact) GetSource() Source + func (o *AssociatedSourceArtifact) GetSourceOk() (*Source, bool) + func (o *AssociatedSourceArtifact) HasArtifactAssociationMetadata() bool + func (o *AssociatedSourceArtifact) HasSource() bool + func (o *AssociatedSourceArtifact) SetArtifactAssociationMetadata(v ArtifactAssociationMetadata) + func (o *AssociatedSourceArtifact) SetSource(v Source) + func (o AssociatedSourceArtifact) MarshalJSON() ([]byte, error) + type BasicAuth struct + Password string + UserName string + type CVSSV2Scores struct + BaseScore NullableFloat32 + ExploitabilityScore NullableFloat32 + ImpactScore NullableFloat32 + func NewCVSSV2Scores() *CVSSV2Scores + func NewCVSSV2ScoresWithDefaults() *CVSSV2Scores + func (o *CVSSV2Scores) GetBaseScore() float32 + func (o *CVSSV2Scores) GetBaseScoreOk() (*float32, bool) + func (o *CVSSV2Scores) GetExploitabilityScore() float32 + func (o *CVSSV2Scores) GetExploitabilityScoreOk() (*float32, bool) + func (o *CVSSV2Scores) GetImpactScore() float32 + func (o *CVSSV2Scores) GetImpactScoreOk() (*float32, bool) + func (o *CVSSV2Scores) HasBaseScore() bool + func (o *CVSSV2Scores) HasExploitabilityScore() bool + func (o *CVSSV2Scores) HasImpactScore() bool + func (o *CVSSV2Scores) SetBaseScore(v float32) + func (o *CVSSV2Scores) SetBaseScoreNil() + func (o *CVSSV2Scores) SetExploitabilityScore(v float32) + func (o *CVSSV2Scores) SetExploitabilityScoreNil() + func (o *CVSSV2Scores) SetImpactScore(v float32) + func (o *CVSSV2Scores) SetImpactScoreNil() + func (o *CVSSV2Scores) UnsetBaseScore() + func (o *CVSSV2Scores) UnsetExploitabilityScore() + func (o *CVSSV2Scores) UnsetImpactScore() + func (o CVSSV2Scores) MarshalJSON() ([]byte, error) + type CVSSV3Scores struct + BaseScore NullableFloat32 + ExploitabilityScore NullableFloat32 + ImpactScore NullableFloat32 + func NewCVSSV3Scores() *CVSSV3Scores + func NewCVSSV3ScoresWithDefaults() *CVSSV3Scores + func (o *CVSSV3Scores) GetBaseScore() float32 + func (o *CVSSV3Scores) GetBaseScoreOk() (*float32, bool) + func (o *CVSSV3Scores) GetExploitabilityScore() float32 + func (o *CVSSV3Scores) GetExploitabilityScoreOk() (*float32, bool) + func (o *CVSSV3Scores) GetImpactScore() float32 + func (o *CVSSV3Scores) GetImpactScoreOk() (*float32, bool) + func (o *CVSSV3Scores) HasBaseScore() bool + func (o *CVSSV3Scores) HasExploitabilityScore() bool + func (o *CVSSV3Scores) HasImpactScore() bool + func (o *CVSSV3Scores) SetBaseScore(v float32) + func (o *CVSSV3Scores) SetBaseScoreNil() + func (o *CVSSV3Scores) SetExploitabilityScore(v float32) + func (o *CVSSV3Scores) SetExploitabilityScoreNil() + func (o *CVSSV3Scores) SetImpactScore(v float32) + func (o *CVSSV3Scores) SetImpactScoreNil() + func (o *CVSSV3Scores) UnsetBaseScore() + func (o *CVSSV3Scores) UnsetExploitabilityScore() + func (o *CVSSV3Scores) UnsetImpactScore() + func (o CVSSV3Scores) MarshalJSON() ([]byte, error) + type ComplianceApi interface + AddRuntimeComplianceCheck func(ctx _context.Context) ApiAddRuntimeComplianceCheckRequest + AddRuntimeComplianceCheckExecute func(r ApiAddRuntimeComplianceCheckRequest) (RuntimeComplianceCheck, *_nethttp.Response, error) + GetRuntimeComplianceChecks func(ctx _context.Context) ApiGetRuntimeComplianceChecksRequest + GetRuntimeComplianceChecksExecute func(r ApiGetRuntimeComplianceChecksRequest) ([]RuntimeComplianceCheck, *_nethttp.Response, error) + GetRuntimeComplianceResult func(ctx _context.Context, complianceFileId string) ApiGetRuntimeComplianceResultRequest + GetRuntimeComplianceResultExecute func(r ApiGetRuntimeComplianceResultRequest) (*os.File, *_nethttp.Response, error) + type ComplianceApiService service + func (a *ComplianceApiService) AddRuntimeComplianceCheck(ctx _context.Context) ApiAddRuntimeComplianceCheckRequest + func (a *ComplianceApiService) AddRuntimeComplianceCheckExecute(r ApiAddRuntimeComplianceCheckRequest) (RuntimeComplianceCheck, *_nethttp.Response, error) + func (a *ComplianceApiService) GetRuntimeComplianceChecks(ctx _context.Context) ApiGetRuntimeComplianceChecksRequest + func (a *ComplianceApiService) GetRuntimeComplianceChecksExecute(r ApiGetRuntimeComplianceChecksRequest) ([]RuntimeComplianceCheck, *_nethttp.Response, error) + func (a *ComplianceApiService) GetRuntimeComplianceResult(ctx _context.Context, complianceFileId string) ApiGetRuntimeComplianceResultRequest + func (a *ComplianceApiService) GetRuntimeComplianceResultExecute(r ApiGetRuntimeComplianceResultRequest) (*os.File, *_nethttp.Response, error) + type ComplianceResource struct + EvaluatedAt *time.Time + EvaluationId *string + ImageDigest *string + ImageTag *string + PolicyId *string + Registry *string + Repository *string + func NewComplianceResource() *ComplianceResource + func NewComplianceResourceWithDefaults() *ComplianceResource + func (o *ComplianceResource) GetEvaluatedAt() time.Time + func (o *ComplianceResource) GetEvaluatedAtOk() (*time.Time, bool) + func (o *ComplianceResource) GetEvaluationId() string + func (o *ComplianceResource) GetEvaluationIdOk() (*string, bool) + func (o *ComplianceResource) GetImageDigest() string + func (o *ComplianceResource) GetImageDigestOk() (*string, bool) + func (o *ComplianceResource) GetImageTag() string + func (o *ComplianceResource) GetImageTagOk() (*string, bool) + func (o *ComplianceResource) GetPolicyId() string + func (o *ComplianceResource) GetPolicyIdOk() (*string, bool) + func (o *ComplianceResource) GetRegistry() string + func (o *ComplianceResource) GetRegistryOk() (*string, bool) + func (o *ComplianceResource) GetRepository() string + func (o *ComplianceResource) GetRepositoryOk() (*string, bool) + func (o *ComplianceResource) HasEvaluatedAt() bool + func (o *ComplianceResource) HasEvaluationId() bool + func (o *ComplianceResource) HasImageDigest() bool + func (o *ComplianceResource) HasImageTag() bool + func (o *ComplianceResource) HasPolicyId() bool + func (o *ComplianceResource) HasRegistry() bool + func (o *ComplianceResource) HasRepository() bool + func (o *ComplianceResource) SetEvaluatedAt(v time.Time) + func (o *ComplianceResource) SetEvaluationId(v string) + func (o *ComplianceResource) SetImageDigest(v string) + func (o *ComplianceResource) SetImageTag(v string) + func (o *ComplianceResource) SetPolicyId(v string) + func (o *ComplianceResource) SetRegistry(v string) + func (o *ComplianceResource) SetRepository(v string) + func (o ComplianceResource) MarshalJSON() ([]byte, error) + type ComplianceViolationAlert struct + ClosedBy *string + ClosedReason *string + ComplianceStatusReason *string + CreatedAt *time.Time + LastUpdated *time.Time + Resource *ComplianceResource + State *string + Type *string + Uuid *string + ViolationsCount *int32 + func NewComplianceViolationAlert() *ComplianceViolationAlert + func NewComplianceViolationAlertWithDefaults() *ComplianceViolationAlert + func (o *ComplianceViolationAlert) GetClosedBy() string + func (o *ComplianceViolationAlert) GetClosedByOk() (*string, bool) + func (o *ComplianceViolationAlert) GetClosedReason() string + func (o *ComplianceViolationAlert) GetClosedReasonOk() (*string, bool) + func (o *ComplianceViolationAlert) GetComplianceStatusReason() string + func (o *ComplianceViolationAlert) GetComplianceStatusReasonOk() (*string, bool) + func (o *ComplianceViolationAlert) GetCreatedAt() time.Time + func (o *ComplianceViolationAlert) GetCreatedAtOk() (*time.Time, bool) + func (o *ComplianceViolationAlert) GetLastUpdated() time.Time + func (o *ComplianceViolationAlert) GetLastUpdatedOk() (*time.Time, bool) + func (o *ComplianceViolationAlert) GetResource() ComplianceResource + func (o *ComplianceViolationAlert) GetResourceOk() (*ComplianceResource, bool) + func (o *ComplianceViolationAlert) GetState() string + func (o *ComplianceViolationAlert) GetStateOk() (*string, bool) + func (o *ComplianceViolationAlert) GetType() string + func (o *ComplianceViolationAlert) GetTypeOk() (*string, bool) + func (o *ComplianceViolationAlert) GetUuid() string + func (o *ComplianceViolationAlert) GetUuidOk() (*string, bool) + func (o *ComplianceViolationAlert) GetViolationsCount() int32 + func (o *ComplianceViolationAlert) GetViolationsCountOk() (*int32, bool) + func (o *ComplianceViolationAlert) HasClosedBy() bool + func (o *ComplianceViolationAlert) HasClosedReason() bool + func (o *ComplianceViolationAlert) HasComplianceStatusReason() bool + func (o *ComplianceViolationAlert) HasCreatedAt() bool + func (o *ComplianceViolationAlert) HasLastUpdated() bool + func (o *ComplianceViolationAlert) HasResource() bool + func (o *ComplianceViolationAlert) HasState() bool + func (o *ComplianceViolationAlert) HasType() bool + func (o *ComplianceViolationAlert) HasUuid() bool + func (o *ComplianceViolationAlert) HasViolationsCount() bool + func (o *ComplianceViolationAlert) SetClosedBy(v string) + func (o *ComplianceViolationAlert) SetClosedReason(v string) + func (o *ComplianceViolationAlert) SetComplianceStatusReason(v string) + func (o *ComplianceViolationAlert) SetCreatedAt(v time.Time) + func (o *ComplianceViolationAlert) SetLastUpdated(v time.Time) + func (o *ComplianceViolationAlert) SetResource(v ComplianceResource) + func (o *ComplianceViolationAlert) SetState(v string) + func (o *ComplianceViolationAlert) SetType(v string) + func (o *ComplianceViolationAlert) SetUuid(v string) + func (o *ComplianceViolationAlert) SetViolationsCount(v int32) + func (o ComplianceViolationAlert) MarshalJSON() ([]byte, error) + type Configuration struct + Debug bool + DefaultHeader map[string]string + HTTPClient *http.Client + Host string + Logger logger.Logger + OperationServers map[string]ServerConfigurations + Scheme string + Servers ServerConfigurations + UserAgent string + func NewConfiguration() *Configuration + func (c *Configuration) AddDefaultHeader(key string, value string) + func (c *Configuration) ServerURL(index int, variables map[string]string) (string, error) + func (c *Configuration) ServerURLWithContext(ctx context.Context, endpoint string) (string, error) + type ContentFilesResponse struct + Content *[]ContentFilesResponseContent + ContentType *string + ImageDigest *string + func NewContentFilesResponse() *ContentFilesResponse + func NewContentFilesResponseWithDefaults() *ContentFilesResponse + func (o *ContentFilesResponse) GetContent() []ContentFilesResponseContent + func (o *ContentFilesResponse) GetContentOk() (*[]ContentFilesResponseContent, bool) + func (o *ContentFilesResponse) GetContentType() string + func (o *ContentFilesResponse) GetContentTypeOk() (*string, bool) + func (o *ContentFilesResponse) GetImageDigest() string + func (o *ContentFilesResponse) GetImageDigestOk() (*string, bool) + func (o *ContentFilesResponse) HasContent() bool + func (o *ContentFilesResponse) HasContentType() bool + func (o *ContentFilesResponse) HasImageDigest() bool + func (o *ContentFilesResponse) SetContent(v []ContentFilesResponseContent) + func (o *ContentFilesResponse) SetContentType(v string) + func (o *ContentFilesResponse) SetImageDigest(v string) + func (o ContentFilesResponse) MarshalJSON() ([]byte, error) + type ContentFilesResponseContent struct + Filename *string + Gid *int32 + Linkdest NullableString + Mode *string + Sha256 NullableString + Size *int32 + Type *string + Uid *int32 + func NewContentFilesResponseContent() *ContentFilesResponseContent + func NewContentFilesResponseContentWithDefaults() *ContentFilesResponseContent + func (o *ContentFilesResponseContent) GetFilename() string + func (o *ContentFilesResponseContent) GetFilenameOk() (*string, bool) + func (o *ContentFilesResponseContent) GetGid() int32 + func (o *ContentFilesResponseContent) GetGidOk() (*int32, bool) + func (o *ContentFilesResponseContent) GetLinkdest() string + func (o *ContentFilesResponseContent) GetLinkdestOk() (*string, bool) + func (o *ContentFilesResponseContent) GetMode() string + func (o *ContentFilesResponseContent) GetModeOk() (*string, bool) + func (o *ContentFilesResponseContent) GetSha256() string + func (o *ContentFilesResponseContent) GetSha256Ok() (*string, bool) + func (o *ContentFilesResponseContent) GetSize() int32 + func (o *ContentFilesResponseContent) GetSizeOk() (*int32, bool) + func (o *ContentFilesResponseContent) GetType() string + func (o *ContentFilesResponseContent) GetTypeOk() (*string, bool) + func (o *ContentFilesResponseContent) GetUid() int32 + func (o *ContentFilesResponseContent) GetUidOk() (*int32, bool) + func (o *ContentFilesResponseContent) HasFilename() bool + func (o *ContentFilesResponseContent) HasGid() bool + func (o *ContentFilesResponseContent) HasLinkdest() bool + func (o *ContentFilesResponseContent) HasMode() bool + func (o *ContentFilesResponseContent) HasSha256() bool + func (o *ContentFilesResponseContent) HasSize() bool + func (o *ContentFilesResponseContent) HasType() bool + func (o *ContentFilesResponseContent) HasUid() bool + func (o *ContentFilesResponseContent) SetFilename(v string) + func (o *ContentFilesResponseContent) SetGid(v int32) + func (o *ContentFilesResponseContent) SetLinkdest(v string) + func (o *ContentFilesResponseContent) SetLinkdestNil() + func (o *ContentFilesResponseContent) SetMode(v string) + func (o *ContentFilesResponseContent) SetSha256(v string) + func (o *ContentFilesResponseContent) SetSha256Nil() + func (o *ContentFilesResponseContent) SetSize(v int32) + func (o *ContentFilesResponseContent) SetType(v string) + func (o *ContentFilesResponseContent) SetUid(v int32) + func (o *ContentFilesResponseContent) UnsetLinkdest() + func (o *ContentFilesResponseContent) UnsetSha256() + func (o ContentFilesResponseContent) MarshalJSON() ([]byte, error) + type ContentJAVAPackageResponse struct + Content *[]ContentJAVAPackageResponseContent + ContentType *string + ImageDigest *string + func NewContentJAVAPackageResponse() *ContentJAVAPackageResponse + func NewContentJAVAPackageResponseWithDefaults() *ContentJAVAPackageResponse + func (o *ContentJAVAPackageResponse) GetContent() []ContentJAVAPackageResponseContent + func (o *ContentJAVAPackageResponse) GetContentOk() (*[]ContentJAVAPackageResponseContent, bool) + func (o *ContentJAVAPackageResponse) GetContentType() string + func (o *ContentJAVAPackageResponse) GetContentTypeOk() (*string, bool) + func (o *ContentJAVAPackageResponse) GetImageDigest() string + func (o *ContentJAVAPackageResponse) GetImageDigestOk() (*string, bool) + func (o *ContentJAVAPackageResponse) HasContent() bool + func (o *ContentJAVAPackageResponse) HasContentType() bool + func (o *ContentJAVAPackageResponse) HasImageDigest() bool + func (o *ContentJAVAPackageResponse) SetContent(v []ContentJAVAPackageResponseContent) + func (o *ContentJAVAPackageResponse) SetContentType(v string) + func (o *ContentJAVAPackageResponse) SetImageDigest(v string) + func (o ContentJAVAPackageResponse) MarshalJSON() ([]byte, error) + type ContentJAVAPackageResponseContent struct + Cpes *[]string + ImplementationVersion *string + Location *string + MavenVersion *string + Origin *string + Package *string + SpecificationVersion *string + Type *string + func NewContentJAVAPackageResponseContent() *ContentJAVAPackageResponseContent + func NewContentJAVAPackageResponseContentWithDefaults() *ContentJAVAPackageResponseContent + func (o *ContentJAVAPackageResponseContent) GetCpes() []string + func (o *ContentJAVAPackageResponseContent) GetCpesOk() (*[]string, bool) + func (o *ContentJAVAPackageResponseContent) GetImplementationVersion() string + func (o *ContentJAVAPackageResponseContent) GetImplementationVersionOk() (*string, bool) + func (o *ContentJAVAPackageResponseContent) GetLocation() string + func (o *ContentJAVAPackageResponseContent) GetLocationOk() (*string, bool) + func (o *ContentJAVAPackageResponseContent) GetMavenVersion() string + func (o *ContentJAVAPackageResponseContent) GetMavenVersionOk() (*string, bool) + func (o *ContentJAVAPackageResponseContent) GetOrigin() string + func (o *ContentJAVAPackageResponseContent) GetOriginOk() (*string, bool) + func (o *ContentJAVAPackageResponseContent) GetPackage() string + func (o *ContentJAVAPackageResponseContent) GetPackageOk() (*string, bool) + func (o *ContentJAVAPackageResponseContent) GetSpecificationVersion() string + func (o *ContentJAVAPackageResponseContent) GetSpecificationVersionOk() (*string, bool) + func (o *ContentJAVAPackageResponseContent) GetType() string + func (o *ContentJAVAPackageResponseContent) GetTypeOk() (*string, bool) + func (o *ContentJAVAPackageResponseContent) HasCpes() bool + func (o *ContentJAVAPackageResponseContent) HasImplementationVersion() bool + func (o *ContentJAVAPackageResponseContent) HasLocation() bool + func (o *ContentJAVAPackageResponseContent) HasMavenVersion() bool + func (o *ContentJAVAPackageResponseContent) HasOrigin() bool + func (o *ContentJAVAPackageResponseContent) HasPackage() bool + func (o *ContentJAVAPackageResponseContent) HasSpecificationVersion() bool + func (o *ContentJAVAPackageResponseContent) HasType() bool + func (o *ContentJAVAPackageResponseContent) SetCpes(v []string) + func (o *ContentJAVAPackageResponseContent) SetImplementationVersion(v string) + func (o *ContentJAVAPackageResponseContent) SetLocation(v string) + func (o *ContentJAVAPackageResponseContent) SetMavenVersion(v string) + func (o *ContentJAVAPackageResponseContent) SetOrigin(v string) + func (o *ContentJAVAPackageResponseContent) SetPackage(v string) + func (o *ContentJAVAPackageResponseContent) SetSpecificationVersion(v string) + func (o *ContentJAVAPackageResponseContent) SetType(v string) + func (o ContentJAVAPackageResponseContent) MarshalJSON() ([]byte, error) + type Correction struct + CreatedAt *time.Time + Description *string + LastUpdated *time.Time + Match CorrectionMatch + Replace []CorrectionFieldMatch + Type string + Uuid *string + func NewCorrection(type_ string, match CorrectionMatch, replace []CorrectionFieldMatch) *Correction + func NewCorrectionWithDefaults() *Correction + func (o *Correction) GetCreatedAt() time.Time + func (o *Correction) GetCreatedAtOk() (*time.Time, bool) + func (o *Correction) GetDescription() string + func (o *Correction) GetDescriptionOk() (*string, bool) + func (o *Correction) GetLastUpdated() time.Time + func (o *Correction) GetLastUpdatedOk() (*time.Time, bool) + func (o *Correction) GetMatch() CorrectionMatch + func (o *Correction) GetMatchOk() (*CorrectionMatch, bool) + func (o *Correction) GetReplace() []CorrectionFieldMatch + func (o *Correction) GetReplaceOk() (*[]CorrectionFieldMatch, bool) + func (o *Correction) GetType() string + func (o *Correction) GetTypeOk() (*string, bool) + func (o *Correction) GetUuid() string + func (o *Correction) GetUuidOk() (*string, bool) + func (o *Correction) HasCreatedAt() bool + func (o *Correction) HasDescription() bool + func (o *Correction) HasLastUpdated() bool + func (o *Correction) HasUuid() bool + func (o *Correction) SetCreatedAt(v time.Time) + func (o *Correction) SetDescription(v string) + func (o *Correction) SetLastUpdated(v time.Time) + func (o *Correction) SetMatch(v CorrectionMatch) + func (o *Correction) SetReplace(v []CorrectionFieldMatch) + func (o *Correction) SetType(v string) + func (o *Correction) SetUuid(v string) + func (o Correction) MarshalJSON() ([]byte, error) + type CorrectionFieldMatch struct + FieldName string + FieldValue string + func NewCorrectionFieldMatch(fieldName string, fieldValue string) *CorrectionFieldMatch + func NewCorrectionFieldMatchWithDefaults() *CorrectionFieldMatch + func (o *CorrectionFieldMatch) GetFieldName() string + func (o *CorrectionFieldMatch) GetFieldNameOk() (*string, bool) + func (o *CorrectionFieldMatch) GetFieldValue() string + func (o *CorrectionFieldMatch) GetFieldValueOk() (*string, bool) + func (o *CorrectionFieldMatch) SetFieldName(v string) + func (o *CorrectionFieldMatch) SetFieldValue(v string) + func (o CorrectionFieldMatch) MarshalJSON() ([]byte, error) + type CorrectionMatch struct + FieldMatches *[]CorrectionFieldMatch + Type string + func NewCorrectionMatch(type_ string) *CorrectionMatch + func NewCorrectionMatchWithDefaults() *CorrectionMatch + func (o *CorrectionMatch) GetFieldMatches() []CorrectionFieldMatch + func (o *CorrectionMatch) GetFieldMatchesOk() (*[]CorrectionFieldMatch, bool) + func (o *CorrectionMatch) GetType() string + func (o *CorrectionMatch) GetTypeOk() (*string, bool) + func (o *CorrectionMatch) HasFieldMatches() bool + func (o *CorrectionMatch) SetFieldMatches(v []CorrectionFieldMatch) + func (o *CorrectionMatch) SetType(v string) + func (o CorrectionMatch) MarshalJSON() ([]byte, error) + type CorrectionsApi interface + AddCorrection func(ctx _context.Context) ApiAddCorrectionRequest + AddCorrectionExecute func(r ApiAddCorrectionRequest) (Correction, *_nethttp.Response, error) + DeleteCorrectionByUuid func(ctx _context.Context, uuid string) ApiDeleteCorrectionByUuidRequest + DeleteCorrectionByUuidExecute func(r ApiDeleteCorrectionByUuidRequest) (*_nethttp.Response, error) + GetCorrectionByUuid func(ctx _context.Context, uuid string) ApiGetCorrectionByUuidRequest + GetCorrectionByUuidExecute func(r ApiGetCorrectionByUuidRequest) (Correction, *_nethttp.Response, error) + GetCorrections func(ctx _context.Context) ApiGetCorrectionsRequest + GetCorrectionsExecute func(r ApiGetCorrectionsRequest) ([]Correction, *_nethttp.Response, error) + UpdateCorrectionByUuid func(ctx _context.Context, uuid string) ApiUpdateCorrectionByUuidRequest + UpdateCorrectionByUuidExecute func(r ApiUpdateCorrectionByUuidRequest) (Correction, *_nethttp.Response, error) + type CorrectionsApiService service + func (a *CorrectionsApiService) AddCorrection(ctx _context.Context) ApiAddCorrectionRequest + func (a *CorrectionsApiService) AddCorrectionExecute(r ApiAddCorrectionRequest) (Correction, *_nethttp.Response, error) + func (a *CorrectionsApiService) DeleteCorrectionByUuid(ctx _context.Context, uuid string) ApiDeleteCorrectionByUuidRequest + func (a *CorrectionsApiService) DeleteCorrectionByUuidExecute(r ApiDeleteCorrectionByUuidRequest) (*_nethttp.Response, error) + func (a *CorrectionsApiService) GetCorrectionByUuid(ctx _context.Context, uuid string) ApiGetCorrectionByUuidRequest + func (a *CorrectionsApiService) GetCorrectionByUuidExecute(r ApiGetCorrectionByUuidRequest) (Correction, *_nethttp.Response, error) + func (a *CorrectionsApiService) GetCorrections(ctx _context.Context) ApiGetCorrectionsRequest + func (a *CorrectionsApiService) GetCorrectionsExecute(r ApiGetCorrectionsRequest) ([]Correction, *_nethttp.Response, error) + func (a *CorrectionsApiService) UpdateCorrectionByUuid(ctx _context.Context, uuid string) ApiUpdateCorrectionByUuidRequest + func (a *CorrectionsApiService) UpdateCorrectionByUuidExecute(r ApiUpdateCorrectionByUuidRequest) (Correction, *_nethttp.Response, error) + type CustomJsonPatch struct + Add *[]JsonPatchAdd + Copy *[]JsonPatchCopy + Move *[]JsonPatchMove + Operations *[]string + Remove *[]JsonPatchRemove + Replace *[]JsonPatchReplace + Test *[]JsonPatchTest + func NewCustomJsonPatch() *CustomJsonPatch + func NewCustomJsonPatchWithDefaults() *CustomJsonPatch + func (o *CustomJsonPatch) GetAdd() []JsonPatchAdd + func (o *CustomJsonPatch) GetAddOk() (*[]JsonPatchAdd, bool) + func (o *CustomJsonPatch) GetCopy() []JsonPatchCopy + func (o *CustomJsonPatch) GetCopyOk() (*[]JsonPatchCopy, bool) + func (o *CustomJsonPatch) GetMove() []JsonPatchMove + func (o *CustomJsonPatch) GetMoveOk() (*[]JsonPatchMove, bool) + func (o *CustomJsonPatch) GetOperations() []string + func (o *CustomJsonPatch) GetOperationsOk() (*[]string, bool) + func (o *CustomJsonPatch) GetRemove() []JsonPatchRemove + func (o *CustomJsonPatch) GetRemoveOk() (*[]JsonPatchRemove, bool) + func (o *CustomJsonPatch) GetReplace() []JsonPatchReplace + func (o *CustomJsonPatch) GetReplaceOk() (*[]JsonPatchReplace, bool) + func (o *CustomJsonPatch) GetTest() []JsonPatchTest + func (o *CustomJsonPatch) GetTestOk() (*[]JsonPatchTest, bool) + func (o *CustomJsonPatch) HasAdd() bool + func (o *CustomJsonPatch) HasCopy() bool + func (o *CustomJsonPatch) HasMove() bool + func (o *CustomJsonPatch) HasOperations() bool + func (o *CustomJsonPatch) HasRemove() bool + func (o *CustomJsonPatch) HasReplace() bool + func (o *CustomJsonPatch) HasTest() bool + func (o *CustomJsonPatch) SetAdd(v []JsonPatchAdd) + func (o *CustomJsonPatch) SetCopy(v []JsonPatchCopy) + func (o *CustomJsonPatch) SetMove(v []JsonPatchMove) + func (o *CustomJsonPatch) SetOperations(v []string) + func (o *CustomJsonPatch) SetRemove(v []JsonPatchRemove) + func (o *CustomJsonPatch) SetReplace(v []JsonPatchReplace) + func (o *CustomJsonPatch) SetTest(v []JsonPatchTest) + func (o CustomJsonPatch) MarshalJSON() ([]byte, error) + type EnterpriseVulnerability struct + Feed *string + FeedGroup *string + Fix *string + InheritedFromBase *bool + NvdData *[]NvdDataObject + Package *string + PackageCpe *string + PackageName *string + PackagePath *string + PackageType *string + PackageVersion *string + Severity *string + Url *string + VendorData *[]VendorDataObject + Vuln *string + WillNotFix *bool + func NewEnterpriseVulnerability() *EnterpriseVulnerability + func NewEnterpriseVulnerabilityWithDefaults() *EnterpriseVulnerability + func (o *EnterpriseVulnerability) GetFeed() string + func (o *EnterpriseVulnerability) GetFeedGroup() string + func (o *EnterpriseVulnerability) GetFeedGroupOk() (*string, bool) + func (o *EnterpriseVulnerability) GetFeedOk() (*string, bool) + func (o *EnterpriseVulnerability) GetFix() string + func (o *EnterpriseVulnerability) GetFixOk() (*string, bool) + func (o *EnterpriseVulnerability) GetInheritedFromBase() bool + func (o *EnterpriseVulnerability) GetInheritedFromBaseOk() (*bool, bool) + func (o *EnterpriseVulnerability) GetNvdData() []NvdDataObject + func (o *EnterpriseVulnerability) GetNvdDataOk() (*[]NvdDataObject, bool) + func (o *EnterpriseVulnerability) GetPackage() string + func (o *EnterpriseVulnerability) GetPackageCpe() string + func (o *EnterpriseVulnerability) GetPackageCpeOk() (*string, bool) + func (o *EnterpriseVulnerability) GetPackageName() string + func (o *EnterpriseVulnerability) GetPackageNameOk() (*string, bool) + func (o *EnterpriseVulnerability) GetPackageOk() (*string, bool) + func (o *EnterpriseVulnerability) GetPackagePath() string + func (o *EnterpriseVulnerability) GetPackagePathOk() (*string, bool) + func (o *EnterpriseVulnerability) GetPackageType() string + func (o *EnterpriseVulnerability) GetPackageTypeOk() (*string, bool) + func (o *EnterpriseVulnerability) GetPackageVersion() string + func (o *EnterpriseVulnerability) GetPackageVersionOk() (*string, bool) + func (o *EnterpriseVulnerability) GetSeverity() string + func (o *EnterpriseVulnerability) GetSeverityOk() (*string, bool) + func (o *EnterpriseVulnerability) GetUrl() string + func (o *EnterpriseVulnerability) GetUrlOk() (*string, bool) + func (o *EnterpriseVulnerability) GetVendorData() []VendorDataObject + func (o *EnterpriseVulnerability) GetVendorDataOk() (*[]VendorDataObject, bool) + func (o *EnterpriseVulnerability) GetVuln() string + func (o *EnterpriseVulnerability) GetVulnOk() (*string, bool) + func (o *EnterpriseVulnerability) GetWillNotFix() bool + func (o *EnterpriseVulnerability) GetWillNotFixOk() (*bool, bool) + func (o *EnterpriseVulnerability) HasFeed() bool + func (o *EnterpriseVulnerability) HasFeedGroup() bool + func (o *EnterpriseVulnerability) HasFix() bool + func (o *EnterpriseVulnerability) HasInheritedFromBase() bool + func (o *EnterpriseVulnerability) HasNvdData() bool + func (o *EnterpriseVulnerability) HasPackage() bool + func (o *EnterpriseVulnerability) HasPackageCpe() bool + func (o *EnterpriseVulnerability) HasPackageName() bool + func (o *EnterpriseVulnerability) HasPackagePath() bool + func (o *EnterpriseVulnerability) HasPackageType() bool + func (o *EnterpriseVulnerability) HasPackageVersion() bool + func (o *EnterpriseVulnerability) HasSeverity() bool + func (o *EnterpriseVulnerability) HasUrl() bool + func (o *EnterpriseVulnerability) HasVendorData() bool + func (o *EnterpriseVulnerability) HasVuln() bool + func (o *EnterpriseVulnerability) HasWillNotFix() bool + func (o *EnterpriseVulnerability) SetFeed(v string) + func (o *EnterpriseVulnerability) SetFeedGroup(v string) + func (o *EnterpriseVulnerability) SetFix(v string) + func (o *EnterpriseVulnerability) SetInheritedFromBase(v bool) + func (o *EnterpriseVulnerability) SetNvdData(v []NvdDataObject) + func (o *EnterpriseVulnerability) SetPackage(v string) + func (o *EnterpriseVulnerability) SetPackageCpe(v string) + func (o *EnterpriseVulnerability) SetPackageName(v string) + func (o *EnterpriseVulnerability) SetPackagePath(v string) + func (o *EnterpriseVulnerability) SetPackageType(v string) + func (o *EnterpriseVulnerability) SetPackageVersion(v string) + func (o *EnterpriseVulnerability) SetSeverity(v string) + func (o *EnterpriseVulnerability) SetUrl(v string) + func (o *EnterpriseVulnerability) SetVendorData(v []VendorDataObject) + func (o *EnterpriseVulnerability) SetVuln(v string) + func (o *EnterpriseVulnerability) SetWillNotFix(v bool) + func (o EnterpriseVulnerability) MarshalJSON() ([]byte, error) + type EnterpriseVulnerabilityResponse struct + BaseDigest *string + ImageDigest *string + Vulnerabilities *[]EnterpriseVulnerability + VulnerabilityType *string + func NewEnterpriseVulnerabilityResponse() *EnterpriseVulnerabilityResponse + func NewEnterpriseVulnerabilityResponseWithDefaults() *EnterpriseVulnerabilityResponse + func (o *EnterpriseVulnerabilityResponse) GetBaseDigest() string + func (o *EnterpriseVulnerabilityResponse) GetBaseDigestOk() (*string, bool) + func (o *EnterpriseVulnerabilityResponse) GetImageDigest() string + func (o *EnterpriseVulnerabilityResponse) GetImageDigestOk() (*string, bool) + func (o *EnterpriseVulnerabilityResponse) GetVulnerabilities() []EnterpriseVulnerability + func (o *EnterpriseVulnerabilityResponse) GetVulnerabilitiesOk() (*[]EnterpriseVulnerability, bool) + func (o *EnterpriseVulnerabilityResponse) GetVulnerabilityType() string + func (o *EnterpriseVulnerabilityResponse) GetVulnerabilityTypeOk() (*string, bool) + func (o *EnterpriseVulnerabilityResponse) HasBaseDigest() bool + func (o *EnterpriseVulnerabilityResponse) HasImageDigest() bool + func (o *EnterpriseVulnerabilityResponse) HasVulnerabilities() bool + func (o *EnterpriseVulnerabilityResponse) HasVulnerabilityType() bool + func (o *EnterpriseVulnerabilityResponse) SetBaseDigest(v string) + func (o *EnterpriseVulnerabilityResponse) SetImageDigest(v string) + func (o *EnterpriseVulnerabilityResponse) SetVulnerabilities(v []EnterpriseVulnerability) + func (o *EnterpriseVulnerabilityResponse) SetVulnerabilityType(v string) + func (o EnterpriseVulnerabilityResponse) MarshalJSON() ([]byte, error) + type GenericOpenAPIError struct + func (e GenericOpenAPIError) Body() []byte + func (e GenericOpenAPIError) Error() string + func (e GenericOpenAPIError) Model() interface{} + type ImageAncestor struct + ImageDigest *string + Layers *[]string + Tags *[]string + func NewImageAncestor() *ImageAncestor + func NewImageAncestorWithDefaults() *ImageAncestor + func (o *ImageAncestor) GetImageDigest() string + func (o *ImageAncestor) GetImageDigestOk() (*string, bool) + func (o *ImageAncestor) GetLayers() []string + func (o *ImageAncestor) GetLayersOk() (*[]string, bool) + func (o *ImageAncestor) GetTags() []string + func (o *ImageAncestor) GetTagsOk() (*[]string, bool) + func (o *ImageAncestor) HasImageDigest() bool + func (o *ImageAncestor) HasLayers() bool + func (o *ImageAncestor) HasTags() bool + func (o *ImageAncestor) SetImageDigest(v string) + func (o *ImageAncestor) SetLayers(v []string) + func (o *ImageAncestor) SetTags(v []string) + func (o ImageAncestor) MarshalJSON() ([]byte, error) + type ImageArtifact struct + AccountId *string + AnalysisStatus *string + AnalyzedAt *time.Time + CreatedAt *time.Time + Distro *string + DistroVersion *string + ImageDigest *string + ImageStatus *string + LastUpdated *time.Time + func NewImageArtifact() *ImageArtifact + func NewImageArtifactWithDefaults() *ImageArtifact + func (o *ImageArtifact) GetAccountId() string + func (o *ImageArtifact) GetAccountIdOk() (*string, bool) + func (o *ImageArtifact) GetAnalysisStatus() string + func (o *ImageArtifact) GetAnalysisStatusOk() (*string, bool) + func (o *ImageArtifact) GetAnalyzedAt() time.Time + func (o *ImageArtifact) GetAnalyzedAtOk() (*time.Time, bool) + func (o *ImageArtifact) GetCreatedAt() time.Time + func (o *ImageArtifact) GetCreatedAtOk() (*time.Time, bool) + func (o *ImageArtifact) GetDistro() string + func (o *ImageArtifact) GetDistroOk() (*string, bool) + func (o *ImageArtifact) GetDistroVersion() string + func (o *ImageArtifact) GetDistroVersionOk() (*string, bool) + func (o *ImageArtifact) GetImageDigest() string + func (o *ImageArtifact) GetImageDigestOk() (*string, bool) + func (o *ImageArtifact) GetImageStatus() string + func (o *ImageArtifact) GetImageStatusOk() (*string, bool) + func (o *ImageArtifact) GetLastUpdated() time.Time + func (o *ImageArtifact) GetLastUpdatedOk() (*time.Time, bool) + func (o *ImageArtifact) HasAccountId() bool + func (o *ImageArtifact) HasAnalysisStatus() bool + func (o *ImageArtifact) HasAnalyzedAt() bool + func (o *ImageArtifact) HasCreatedAt() bool + func (o *ImageArtifact) HasDistro() bool + func (o *ImageArtifact) HasDistroVersion() bool + func (o *ImageArtifact) HasImageDigest() bool + func (o *ImageArtifact) HasImageStatus() bool + func (o *ImageArtifact) HasLastUpdated() bool + func (o *ImageArtifact) SetAccountId(v string) + func (o *ImageArtifact) SetAnalysisStatus(v string) + func (o *ImageArtifact) SetAnalyzedAt(v time.Time) + func (o *ImageArtifact) SetCreatedAt(v time.Time) + func (o *ImageArtifact) SetDistro(v string) + func (o *ImageArtifact) SetDistroVersion(v string) + func (o *ImageArtifact) SetImageDigest(v string) + func (o *ImageArtifact) SetImageStatus(v string) + func (o *ImageArtifact) SetLastUpdated(v time.Time) + func (o ImageArtifact) MarshalJSON() ([]byte, error) + type ImagesApi interface + GetImageAncestors func(ctx _context.Context, imageDigest string) ApiGetImageAncestorsRequest + GetImageAncestorsExecute func(r ApiGetImageAncestorsRequest) ([]ImageAncestor, *_nethttp.Response, error) + GetImagePolicyCheckByDigest func(ctx _context.Context, imageDigest string) ApiGetImagePolicyCheckByDigestRequest + GetImagePolicyCheckByDigestExecute func(r ApiGetImagePolicyCheckByDigestRequest) ([]interface{}, *_nethttp.Response, error) + GetImageVulnerabilitiesByDigest func(ctx _context.Context, imageDigest string, vtype string) ApiGetImageVulnerabilitiesByDigestRequest + GetImageVulnerabilitiesByDigestExecute func(r ApiGetImageVulnerabilitiesByDigestRequest) (EnterpriseVulnerabilityResponse, *_nethttp.Response, error) + type ImagesApiService service + func (a *ImagesApiService) GetImageAncestors(ctx _context.Context, imageDigest string) ApiGetImageAncestorsRequest + func (a *ImagesApiService) GetImageAncestorsExecute(r ApiGetImageAncestorsRequest) ([]ImageAncestor, *_nethttp.Response, error) + func (a *ImagesApiService) GetImagePolicyCheckByDigest(ctx _context.Context, imageDigest string) ApiGetImagePolicyCheckByDigestRequest + func (a *ImagesApiService) GetImagePolicyCheckByDigestExecute(r ApiGetImagePolicyCheckByDigestRequest) ([]interface{}, *_nethttp.Response, error) + func (a *ImagesApiService) GetImageVulnerabilitiesByDigest(ctx _context.Context, imageDigest string, vtype string) ApiGetImageVulnerabilitiesByDigestRequest + func (a *ImagesApiService) GetImageVulnerabilitiesByDigestExecute(r ApiGetImageVulnerabilitiesByDigestRequest) (EnterpriseVulnerabilityResponse, *_nethttp.Response, error) + type ImportsApi interface + CreateOperation func(ctx _context.Context) ApiCreateOperationRequest + CreateOperationExecute func(r ApiCreateOperationRequest) (SourceImportOperation, *_nethttp.Response, error) + FinalizeOperation func(ctx _context.Context, operationId string) ApiFinalizeOperationRequest + FinalizeOperationExecute func(r ApiFinalizeOperationRequest) (SourceManifest, *_nethttp.Response, error) + GetImportSourcesSbom func(ctx _context.Context, operationId string) ApiGetImportSourcesSbomRequest + GetImportSourcesSbomExecute func(r ApiGetImportSourcesSbomRequest) (SourceImportContentResponse, *_nethttp.Response, error) + GetOperation func(ctx _context.Context, operationId string) ApiGetOperationRequest + GetOperationExecute func(r ApiGetOperationRequest) (SourceImportOperation, *_nethttp.Response, error) + InvalidateOperation func(ctx _context.Context, operationId string) ApiInvalidateOperationRequest + InvalidateOperationExecute func(r ApiInvalidateOperationRequest) (SourceImportOperation, *_nethttp.Response, error) + ListOperations func(ctx _context.Context) ApiListOperationsRequest + ListOperationsExecute func(r ApiListOperationsRequest) ([]SourceImportOperation, *_nethttp.Response, error) + UploadImportSourcesSbom func(ctx _context.Context, operationId string) ApiUploadImportSourcesSbomRequest + UploadImportSourcesSbomExecute func(r ApiUploadImportSourcesSbomRequest) (SourceImportContentResponse, *_nethttp.Response, error) + type ImportsApiService service + func (a *ImportsApiService) CreateOperation(ctx _context.Context) ApiCreateOperationRequest + func (a *ImportsApiService) CreateOperationExecute(r ApiCreateOperationRequest) (SourceImportOperation, *_nethttp.Response, error) + func (a *ImportsApiService) FinalizeOperation(ctx _context.Context, operationId string) ApiFinalizeOperationRequest + func (a *ImportsApiService) FinalizeOperationExecute(r ApiFinalizeOperationRequest) (SourceManifest, *_nethttp.Response, error) + func (a *ImportsApiService) GetImportSourcesSbom(ctx _context.Context, operationId string) ApiGetImportSourcesSbomRequest + func (a *ImportsApiService) GetImportSourcesSbomExecute(r ApiGetImportSourcesSbomRequest) (SourceImportContentResponse, *_nethttp.Response, error) + func (a *ImportsApiService) GetOperation(ctx _context.Context, operationId string) ApiGetOperationRequest + func (a *ImportsApiService) GetOperationExecute(r ApiGetOperationRequest) (SourceImportOperation, *_nethttp.Response, error) + func (a *ImportsApiService) InvalidateOperation(ctx _context.Context, operationId string) ApiInvalidateOperationRequest + func (a *ImportsApiService) InvalidateOperationExecute(r ApiInvalidateOperationRequest) (SourceImportOperation, *_nethttp.Response, error) + func (a *ImportsApiService) ListOperations(ctx _context.Context) ApiListOperationsRequest + func (a *ImportsApiService) ListOperationsExecute(r ApiListOperationsRequest) ([]SourceImportOperation, *_nethttp.Response, error) + func (a *ImportsApiService) UploadImportSourcesSbom(ctx _context.Context, operationId string) ApiUploadImportSourcesSbomRequest + func (a *ImportsApiService) UploadImportSourcesSbomExecute(r ApiUploadImportSourcesSbomRequest) (SourceImportContentResponse, *_nethttp.Response, error) + type InventoriesApi interface + GetImageInventory func(ctx _context.Context) ApiGetImageInventoryRequest + GetImageInventoryExecute func(r ApiGetImageInventoryRequest) ([]InventoryItem, *_nethttp.Response, error) + SyncImageInventory func(ctx _context.Context) ApiSyncImageInventoryRequest + SyncImageInventoryExecute func(r ApiSyncImageInventoryRequest) ([]InventoryItem, *_nethttp.Response, error) + type InventoriesApiService service + func (a *InventoriesApiService) GetImageInventory(ctx _context.Context) ApiGetImageInventoryRequest + func (a *InventoriesApiService) GetImageInventoryExecute(r ApiGetImageInventoryRequest) ([]InventoryItem, *_nethttp.Response, error) + func (a *InventoriesApiService) SyncImageInventory(ctx _context.Context) ApiSyncImageInventoryRequest + func (a *InventoriesApiService) SyncImageInventoryExecute(r ApiSyncImageInventoryRequest) ([]InventoryItem, *_nethttp.Response, error) + type InventoryItem struct + Context *string + CreatedAt *time.Time + ImageDigest *string + ImageTag *string + InventoryType *string + LastSeen *time.Time + LastUpdated *time.Time + func NewInventoryItem() *InventoryItem + func NewInventoryItemWithDefaults() *InventoryItem + func (o *InventoryItem) GetContext() string + func (o *InventoryItem) GetContextOk() (*string, bool) + func (o *InventoryItem) GetCreatedAt() time.Time + func (o *InventoryItem) GetCreatedAtOk() (*time.Time, bool) + func (o *InventoryItem) GetImageDigest() string + func (o *InventoryItem) GetImageDigestOk() (*string, bool) + func (o *InventoryItem) GetImageTag() string + func (o *InventoryItem) GetImageTagOk() (*string, bool) + func (o *InventoryItem) GetInventoryType() string + func (o *InventoryItem) GetInventoryTypeOk() (*string, bool) + func (o *InventoryItem) GetLastSeen() time.Time + func (o *InventoryItem) GetLastSeenOk() (*time.Time, bool) + func (o *InventoryItem) GetLastUpdated() time.Time + func (o *InventoryItem) GetLastUpdatedOk() (*time.Time, bool) + func (o *InventoryItem) HasContext() bool + func (o *InventoryItem) HasCreatedAt() bool + func (o *InventoryItem) HasImageDigest() bool + func (o *InventoryItem) HasImageTag() bool + func (o *InventoryItem) HasInventoryType() bool + func (o *InventoryItem) HasLastSeen() bool + func (o *InventoryItem) HasLastUpdated() bool + func (o *InventoryItem) SetContext(v string) + func (o *InventoryItem) SetCreatedAt(v time.Time) + func (o *InventoryItem) SetImageDigest(v string) + func (o *InventoryItem) SetImageTag(v string) + func (o *InventoryItem) SetInventoryType(v string) + func (o *InventoryItem) SetLastSeen(v time.Time) + func (o *InventoryItem) SetLastUpdated(v time.Time) + func (o InventoryItem) MarshalJSON() ([]byte, error) + type InventoryReport struct + ClusterName *string + InventoryType *string + Results *[]InventoryReportItem + Timestamp *time.Time + func NewInventoryReport() *InventoryReport + func NewInventoryReportWithDefaults() *InventoryReport + func (o *InventoryReport) GetClusterName() string + func (o *InventoryReport) GetClusterNameOk() (*string, bool) + func (o *InventoryReport) GetInventoryType() string + func (o *InventoryReport) GetInventoryTypeOk() (*string, bool) + func (o *InventoryReport) GetResults() []InventoryReportItem + func (o *InventoryReport) GetResultsOk() (*[]InventoryReportItem, bool) + func (o *InventoryReport) GetTimestamp() time.Time + func (o *InventoryReport) GetTimestampOk() (*time.Time, bool) + func (o *InventoryReport) HasClusterName() bool + func (o *InventoryReport) HasInventoryType() bool + func (o *InventoryReport) HasResults() bool + func (o *InventoryReport) HasTimestamp() bool + func (o *InventoryReport) SetClusterName(v string) + func (o *InventoryReport) SetInventoryType(v string) + func (o *InventoryReport) SetResults(v []InventoryReportItem) + func (o *InventoryReport) SetTimestamp(v time.Time) + func (o InventoryReport) MarshalJSON() ([]byte, error) + type InventoryReportImage struct + RepoDigest *string + Tag string + func NewInventoryReportImage(tag string) *InventoryReportImage + func NewInventoryReportImageWithDefaults() *InventoryReportImage + func (o *InventoryReportImage) GetRepoDigest() string + func (o *InventoryReportImage) GetRepoDigestOk() (*string, bool) + func (o *InventoryReportImage) GetTag() string + func (o *InventoryReportImage) GetTagOk() (*string, bool) + func (o *InventoryReportImage) HasRepoDigest() bool + func (o *InventoryReportImage) SetRepoDigest(v string) + func (o *InventoryReportImage) SetTag(v string) + func (o InventoryReportImage) MarshalJSON() ([]byte, error) + type InventoryReportItem struct + Images *[]InventoryReportImage + Namespace *string + func NewInventoryReportItem() *InventoryReportItem + func NewInventoryReportItemWithDefaults() *InventoryReportItem + func (o *InventoryReportItem) GetImages() []InventoryReportImage + func (o *InventoryReportItem) GetImagesOk() (*[]InventoryReportImage, bool) + func (o *InventoryReportItem) GetNamespace() string + func (o *InventoryReportItem) GetNamespaceOk() (*string, bool) + func (o *InventoryReportItem) HasImages() bool + func (o *InventoryReportItem) HasNamespace() bool + func (o *InventoryReportItem) SetImages(v []InventoryReportImage) + func (o *InventoryReportItem) SetNamespace(v string) + func (o InventoryReportItem) MarshalJSON() ([]byte, error) + type JsonPatchAdd struct + Id *string + Op string + Path string + Value interface{} + func NewJsonPatchAdd(op string, path string, value interface{}) *JsonPatchAdd + func NewJsonPatchAddWithDefaults() *JsonPatchAdd + func (o *JsonPatchAdd) GetId() string + func (o *JsonPatchAdd) GetIdOk() (*string, bool) + func (o *JsonPatchAdd) GetOp() string + func (o *JsonPatchAdd) GetOpOk() (*string, bool) + func (o *JsonPatchAdd) GetPath() string + func (o *JsonPatchAdd) GetPathOk() (*string, bool) + func (o *JsonPatchAdd) GetValue() interface{} + func (o *JsonPatchAdd) GetValueOk() (*interface{}, bool) + func (o *JsonPatchAdd) HasId() bool + func (o *JsonPatchAdd) SetId(v string) + func (o *JsonPatchAdd) SetOp(v string) + func (o *JsonPatchAdd) SetPath(v string) + func (o *JsonPatchAdd) SetValue(v interface{}) + func (o JsonPatchAdd) MarshalJSON() ([]byte, error) + type JsonPatchCopy struct + From string + Id *string + Op string + Path string + func NewJsonPatchCopy(op string, path string, from string) *JsonPatchCopy + func NewJsonPatchCopyWithDefaults() *JsonPatchCopy + func (o *JsonPatchCopy) GetFrom() string + func (o *JsonPatchCopy) GetFromOk() (*string, bool) + func (o *JsonPatchCopy) GetId() string + func (o *JsonPatchCopy) GetIdOk() (*string, bool) + func (o *JsonPatchCopy) GetOp() string + func (o *JsonPatchCopy) GetOpOk() (*string, bool) + func (o *JsonPatchCopy) GetPath() string + func (o *JsonPatchCopy) GetPathOk() (*string, bool) + func (o *JsonPatchCopy) HasId() bool + func (o *JsonPatchCopy) SetFrom(v string) + func (o *JsonPatchCopy) SetId(v string) + func (o *JsonPatchCopy) SetOp(v string) + func (o *JsonPatchCopy) SetPath(v string) + func (o JsonPatchCopy) MarshalJSON() ([]byte, error) + type JsonPatchMove struct + From string + Id *string + Op string + Path string + func NewJsonPatchMove(op string, path string, from string) *JsonPatchMove + func NewJsonPatchMoveWithDefaults() *JsonPatchMove + func (o *JsonPatchMove) GetFrom() string + func (o *JsonPatchMove) GetFromOk() (*string, bool) + func (o *JsonPatchMove) GetId() string + func (o *JsonPatchMove) GetIdOk() (*string, bool) + func (o *JsonPatchMove) GetOp() string + func (o *JsonPatchMove) GetOpOk() (*string, bool) + func (o *JsonPatchMove) GetPath() string + func (o *JsonPatchMove) GetPathOk() (*string, bool) + func (o *JsonPatchMove) HasId() bool + func (o *JsonPatchMove) SetFrom(v string) + func (o *JsonPatchMove) SetId(v string) + func (o *JsonPatchMove) SetOp(v string) + func (o *JsonPatchMove) SetPath(v string) + func (o JsonPatchMove) MarshalJSON() ([]byte, error) + type JsonPatchRemove struct + Id *string + Op string + Path string + func NewJsonPatchRemove(op string, path string) *JsonPatchRemove + func NewJsonPatchRemoveWithDefaults() *JsonPatchRemove + func (o *JsonPatchRemove) GetId() string + func (o *JsonPatchRemove) GetIdOk() (*string, bool) + func (o *JsonPatchRemove) GetOp() string + func (o *JsonPatchRemove) GetOpOk() (*string, bool) + func (o *JsonPatchRemove) GetPath() string + func (o *JsonPatchRemove) GetPathOk() (*string, bool) + func (o *JsonPatchRemove) HasId() bool + func (o *JsonPatchRemove) SetId(v string) + func (o *JsonPatchRemove) SetOp(v string) + func (o *JsonPatchRemove) SetPath(v string) + func (o JsonPatchRemove) MarshalJSON() ([]byte, error) + type JsonPatchReplace struct + Id *string + Op string + Path string + Value interface{} + func NewJsonPatchReplace(op string, path string, value interface{}) *JsonPatchReplace + func NewJsonPatchReplaceWithDefaults() *JsonPatchReplace + func (o *JsonPatchReplace) GetId() string + func (o *JsonPatchReplace) GetIdOk() (*string, bool) + func (o *JsonPatchReplace) GetOp() string + func (o *JsonPatchReplace) GetOpOk() (*string, bool) + func (o *JsonPatchReplace) GetPath() string + func (o *JsonPatchReplace) GetPathOk() (*string, bool) + func (o *JsonPatchReplace) GetValue() interface{} + func (o *JsonPatchReplace) GetValueOk() (*interface{}, bool) + func (o *JsonPatchReplace) HasId() bool + func (o *JsonPatchReplace) SetId(v string) + func (o *JsonPatchReplace) SetOp(v string) + func (o *JsonPatchReplace) SetPath(v string) + func (o *JsonPatchReplace) SetValue(v interface{}) + func (o JsonPatchReplace) MarshalJSON() ([]byte, error) + type JsonPatchTest struct + Id *string + Op string + Path string + Value interface{} + func NewJsonPatchTest(op string, path string, value interface{}) *JsonPatchTest + func NewJsonPatchTestWithDefaults() *JsonPatchTest + func (o *JsonPatchTest) GetId() string + func (o *JsonPatchTest) GetIdOk() (*string, bool) + func (o *JsonPatchTest) GetOp() string + func (o *JsonPatchTest) GetOpOk() (*string, bool) + func (o *JsonPatchTest) GetPath() string + func (o *JsonPatchTest) GetPathOk() (*string, bool) + func (o *JsonPatchTest) GetValue() interface{} + func (o *JsonPatchTest) GetValueOk() (*interface{}, bool) + func (o *JsonPatchTest) HasId() bool + func (o *JsonPatchTest) SetId(v string) + func (o *JsonPatchTest) SetOp(v string) + func (o *JsonPatchTest) SetPath(v string) + func (o *JsonPatchTest) SetValue(v interface{}) + func (o JsonPatchTest) MarshalJSON() ([]byte, error) + type ModifiedPackage struct + Patch *CustomJsonPatch + Source *Package + Target *Package + func NewModifiedPackage() *ModifiedPackage + func NewModifiedPackageWithDefaults() *ModifiedPackage + func (o *ModifiedPackage) GetPatch() CustomJsonPatch + func (o *ModifiedPackage) GetPatchOk() (*CustomJsonPatch, bool) + func (o *ModifiedPackage) GetSource() Package + func (o *ModifiedPackage) GetSourceOk() (*Package, bool) + func (o *ModifiedPackage) GetTarget() Package + func (o *ModifiedPackage) GetTargetOk() (*Package, bool) + func (o *ModifiedPackage) HasPatch() bool + func (o *ModifiedPackage) HasSource() bool + func (o *ModifiedPackage) HasTarget() bool + func (o *ModifiedPackage) SetPatch(v CustomJsonPatch) + func (o *ModifiedPackage) SetSource(v Package) + func (o *ModifiedPackage) SetTarget(v Package) + func (o ModifiedPackage) MarshalJSON() ([]byte, error) + type NativeSBOM struct + ArtifactRelationships *[]NativeSBOMPackageRelationship + Artifacts []NativeSBOMPackage + Descriptor *NativeSBOMDescriptor + Distro NativeSBOMDistribution + Schema *NativeSBOMSchema + Source NativeSBOMSource + func NewNativeSBOM(artifacts []NativeSBOMPackage, source NativeSBOMSource, ...) *NativeSBOM + func NewNativeSBOMWithDefaults() *NativeSBOM + func (o *NativeSBOM) GetArtifactRelationships() []NativeSBOMPackageRelationship + func (o *NativeSBOM) GetArtifactRelationshipsOk() (*[]NativeSBOMPackageRelationship, bool) + func (o *NativeSBOM) GetArtifacts() []NativeSBOMPackage + func (o *NativeSBOM) GetArtifactsOk() (*[]NativeSBOMPackage, bool) + func (o *NativeSBOM) GetDescriptor() NativeSBOMDescriptor + func (o *NativeSBOM) GetDescriptorOk() (*NativeSBOMDescriptor, bool) + func (o *NativeSBOM) GetDistro() NativeSBOMDistribution + func (o *NativeSBOM) GetDistroOk() (*NativeSBOMDistribution, bool) + func (o *NativeSBOM) GetSchema() NativeSBOMSchema + func (o *NativeSBOM) GetSchemaOk() (*NativeSBOMSchema, bool) + func (o *NativeSBOM) GetSource() NativeSBOMSource + func (o *NativeSBOM) GetSourceOk() (*NativeSBOMSource, bool) + func (o *NativeSBOM) HasArtifactRelationships() bool + func (o *NativeSBOM) HasDescriptor() bool + func (o *NativeSBOM) HasSchema() bool + func (o *NativeSBOM) SetArtifactRelationships(v []NativeSBOMPackageRelationship) + func (o *NativeSBOM) SetArtifacts(v []NativeSBOMPackage) + func (o *NativeSBOM) SetDescriptor(v NativeSBOMDescriptor) + func (o *NativeSBOM) SetDistro(v NativeSBOMDistribution) + func (o *NativeSBOM) SetSchema(v NativeSBOMSchema) + func (o *NativeSBOM) SetSource(v NativeSBOMSource) + func (o NativeSBOM) MarshalJSON() ([]byte, error) + type NativeSBOMDescriptor struct + Name string + Version string + func NewNativeSBOMDescriptor(name string, version string) *NativeSBOMDescriptor + func NewNativeSBOMDescriptorWithDefaults() *NativeSBOMDescriptor + func (o *NativeSBOMDescriptor) GetName() string + func (o *NativeSBOMDescriptor) GetNameOk() (*string, bool) + func (o *NativeSBOMDescriptor) GetVersion() string + func (o *NativeSBOMDescriptor) GetVersionOk() (*string, bool) + func (o *NativeSBOMDescriptor) SetName(v string) + func (o *NativeSBOMDescriptor) SetVersion(v string) + func (o NativeSBOMDescriptor) MarshalJSON() ([]byte, error) + type NativeSBOMDistribution struct + Id NullableString + IdLike *interface{} + Name NullableString + Version NullableString + VersionID NullableString + func NewNativeSBOMDistribution() *NativeSBOMDistribution + func NewNativeSBOMDistributionWithDefaults() *NativeSBOMDistribution + func (o *NativeSBOMDistribution) GetId() string + func (o *NativeSBOMDistribution) GetIdLike() interface{} + func (o *NativeSBOMDistribution) GetIdLikeOk() (*interface{}, bool) + func (o *NativeSBOMDistribution) GetIdOk() (*string, bool) + func (o *NativeSBOMDistribution) GetName() string + func (o *NativeSBOMDistribution) GetNameOk() (*string, bool) + func (o *NativeSBOMDistribution) GetVersion() string + func (o *NativeSBOMDistribution) GetVersionID() string + func (o *NativeSBOMDistribution) GetVersionIDOk() (*string, bool) + func (o *NativeSBOMDistribution) GetVersionOk() (*string, bool) + func (o *NativeSBOMDistribution) HasId() bool + func (o *NativeSBOMDistribution) HasIdLike() bool + func (o *NativeSBOMDistribution) HasName() bool + func (o *NativeSBOMDistribution) HasVersion() bool + func (o *NativeSBOMDistribution) HasVersionID() bool + func (o *NativeSBOMDistribution) SetId(v string) + func (o *NativeSBOMDistribution) SetIdLike(v interface{}) + func (o *NativeSBOMDistribution) SetIdNil() + func (o *NativeSBOMDistribution) SetName(v string) + func (o *NativeSBOMDistribution) SetNameNil() + func (o *NativeSBOMDistribution) SetVersion(v string) + func (o *NativeSBOMDistribution) SetVersionID(v string) + func (o *NativeSBOMDistribution) SetVersionIDNil() + func (o *NativeSBOMDistribution) SetVersionNil() + func (o *NativeSBOMDistribution) UnsetId() + func (o *NativeSBOMDistribution) UnsetName() + func (o *NativeSBOMDistribution) UnsetVersion() + func (o *NativeSBOMDistribution) UnsetVersionID() + func (o NativeSBOMDistribution) MarshalJSON() ([]byte, error) + type NativeSBOMPackage struct + Cpes []string + FoundBy *string + Id *string + Language string + Licenses []string + Locations []NativeSBOMPackageLocation + Metadata interface{} + MetadataType NullableString + Name string + Purl *string + Type string + Version string + func NewNativeSBOMPackage(name string, version string, type_ string, ...) *NativeSBOMPackage + func NewNativeSBOMPackageWithDefaults() *NativeSBOMPackage + func (o *NativeSBOMPackage) GetCpes() []string + func (o *NativeSBOMPackage) GetCpesOk() (*[]string, bool) + func (o *NativeSBOMPackage) GetFoundBy() string + func (o *NativeSBOMPackage) GetFoundByOk() (*string, bool) + func (o *NativeSBOMPackage) GetId() string + func (o *NativeSBOMPackage) GetIdOk() (*string, bool) + func (o *NativeSBOMPackage) GetLanguage() string + func (o *NativeSBOMPackage) GetLanguageOk() (*string, bool) + func (o *NativeSBOMPackage) GetLicenses() []string + func (o *NativeSBOMPackage) GetLicensesOk() (*[]string, bool) + func (o *NativeSBOMPackage) GetLocations() []NativeSBOMPackageLocation + func (o *NativeSBOMPackage) GetLocationsOk() (*[]NativeSBOMPackageLocation, bool) + func (o *NativeSBOMPackage) GetMetadata() interface{} + func (o *NativeSBOMPackage) GetMetadataOk() (*interface{}, bool) + func (o *NativeSBOMPackage) GetMetadataType() string + func (o *NativeSBOMPackage) GetMetadataTypeOk() (*string, bool) + func (o *NativeSBOMPackage) GetName() string + func (o *NativeSBOMPackage) GetNameOk() (*string, bool) + func (o *NativeSBOMPackage) GetPurl() string + func (o *NativeSBOMPackage) GetPurlOk() (*string, bool) + func (o *NativeSBOMPackage) GetType() string + func (o *NativeSBOMPackage) GetTypeOk() (*string, bool) + func (o *NativeSBOMPackage) GetVersion() string + func (o *NativeSBOMPackage) GetVersionOk() (*string, bool) + func (o *NativeSBOMPackage) HasFoundBy() bool + func (o *NativeSBOMPackage) HasId() bool + func (o *NativeSBOMPackage) HasMetadata() bool + func (o *NativeSBOMPackage) HasMetadataType() bool + func (o *NativeSBOMPackage) HasPurl() bool + func (o *NativeSBOMPackage) SetCpes(v []string) + func (o *NativeSBOMPackage) SetFoundBy(v string) + func (o *NativeSBOMPackage) SetId(v string) + func (o *NativeSBOMPackage) SetLanguage(v string) + func (o *NativeSBOMPackage) SetLicenses(v []string) + func (o *NativeSBOMPackage) SetLocations(v []NativeSBOMPackageLocation) + func (o *NativeSBOMPackage) SetMetadata(v interface{}) + func (o *NativeSBOMPackage) SetMetadataType(v string) + func (o *NativeSBOMPackage) SetMetadataTypeNil() + func (o *NativeSBOMPackage) SetName(v string) + func (o *NativeSBOMPackage) SetPurl(v string) + func (o *NativeSBOMPackage) SetType(v string) + func (o *NativeSBOMPackage) SetVersion(v string) + func (o *NativeSBOMPackage) UnsetMetadataType() + func (o NativeSBOMPackage) MarshalJSON() ([]byte, error) + type NativeSBOMPackageLocation struct + LayerID *string + Path string + func NewNativeSBOMPackageLocation(path string) *NativeSBOMPackageLocation + func NewNativeSBOMPackageLocationWithDefaults() *NativeSBOMPackageLocation + func (o *NativeSBOMPackageLocation) GetLayerID() string + func (o *NativeSBOMPackageLocation) GetLayerIDOk() (*string, bool) + func (o *NativeSBOMPackageLocation) GetPath() string + func (o *NativeSBOMPackageLocation) GetPathOk() (*string, bool) + func (o *NativeSBOMPackageLocation) HasLayerID() bool + func (o *NativeSBOMPackageLocation) SetLayerID(v string) + func (o *NativeSBOMPackageLocation) SetPath(v string) + func (o NativeSBOMPackageLocation) MarshalJSON() ([]byte, error) + type NativeSBOMPackageRelationship struct + Child string + Metadata *interface{} + Parent string + Type string + func NewNativeSBOMPackageRelationship(parent string, child string, type_ string) *NativeSBOMPackageRelationship + func NewNativeSBOMPackageRelationshipWithDefaults() *NativeSBOMPackageRelationship + func (o *NativeSBOMPackageRelationship) GetChild() string + func (o *NativeSBOMPackageRelationship) GetChildOk() (*string, bool) + func (o *NativeSBOMPackageRelationship) GetMetadata() interface{} + func (o *NativeSBOMPackageRelationship) GetMetadataOk() (*interface{}, bool) + func (o *NativeSBOMPackageRelationship) GetParent() string + func (o *NativeSBOMPackageRelationship) GetParentOk() (*string, bool) + func (o *NativeSBOMPackageRelationship) GetType() string + func (o *NativeSBOMPackageRelationship) GetTypeOk() (*string, bool) + func (o *NativeSBOMPackageRelationship) HasMetadata() bool + func (o *NativeSBOMPackageRelationship) SetChild(v string) + func (o *NativeSBOMPackageRelationship) SetMetadata(v interface{}) + func (o *NativeSBOMPackageRelationship) SetParent(v string) + func (o *NativeSBOMPackageRelationship) SetType(v string) + func (o NativeSBOMPackageRelationship) MarshalJSON() ([]byte, error) + type NativeSBOMSchema struct + Url string + Version string + func NewNativeSBOMSchema(version string, url string) *NativeSBOMSchema + func NewNativeSBOMSchemaWithDefaults() *NativeSBOMSchema + func (o *NativeSBOMSchema) GetUrl() string + func (o *NativeSBOMSchema) GetUrlOk() (*string, bool) + func (o *NativeSBOMSchema) GetVersion() string + func (o *NativeSBOMSchema) GetVersionOk() (*string, bool) + func (o *NativeSBOMSchema) SetUrl(v string) + func (o *NativeSBOMSchema) SetVersion(v string) + func (o NativeSBOMSchema) MarshalJSON() ([]byte, error) + type NativeSBOMSource struct + Target interface{} + Type string + func NewNativeSBOMSource(type_ string, target interface{}) *NativeSBOMSource + func NewNativeSBOMSourceWithDefaults() *NativeSBOMSource + func (o *NativeSBOMSource) GetTarget() interface{} + func (o *NativeSBOMSource) GetTargetOk() (*interface{}, bool) + func (o *NativeSBOMSource) GetType() string + func (o *NativeSBOMSource) GetTypeOk() (*string, bool) + func (o *NativeSBOMSource) SetTarget(v interface{}) + func (o *NativeSBOMSource) SetType(v string) + func (o NativeSBOMSource) MarshalJSON() ([]byte, error) + type NullableActionPlan struct + func NewNullableActionPlan(val *ActionPlan) *NullableActionPlan + func (v *NullableActionPlan) Set(val *ActionPlan) + func (v *NullableActionPlan) UnmarshalJSON(src []byte) error + func (v *NullableActionPlan) Unset() + func (v NullableActionPlan) Get() *ActionPlan + func (v NullableActionPlan) IsSet() bool + func (v NullableActionPlan) MarshalJSON() ([]byte, error) + type NullableActionPlanResolution struct + func NewNullableActionPlanResolution(val *ActionPlanResolution) *NullableActionPlanResolution + func (v *NullableActionPlanResolution) Set(val *ActionPlanResolution) + func (v *NullableActionPlanResolution) UnmarshalJSON(src []byte) error + func (v *NullableActionPlanResolution) Unset() + func (v NullableActionPlanResolution) Get() *ActionPlanResolution + func (v NullableActionPlanResolution) IsSet() bool + func (v NullableActionPlanResolution) MarshalJSON() ([]byte, error) + type NullableAlertSummary struct + func NewNullableAlertSummary(val *AlertSummary) *NullableAlertSummary + func (v *NullableAlertSummary) Set(val *AlertSummary) + func (v *NullableAlertSummary) UnmarshalJSON(src []byte) error + func (v *NullableAlertSummary) Unset() + func (v NullableAlertSummary) Get() *AlertSummary + func (v NullableAlertSummary) IsSet() bool + func (v NullableAlertSummary) MarshalJSON() ([]byte, error) + type NullableApiErrorResponse struct + func NewNullableApiErrorResponse(val *ApiErrorResponse) *NullableApiErrorResponse + func (v *NullableApiErrorResponse) Set(val *ApiErrorResponse) + func (v *NullableApiErrorResponse) UnmarshalJSON(src []byte) error + func (v *NullableApiErrorResponse) Unset() + func (v NullableApiErrorResponse) Get() *ApiErrorResponse + func (v NullableApiErrorResponse) IsSet() bool + func (v NullableApiErrorResponse) MarshalJSON() ([]byte, error) + type NullableApplication struct + func NewNullableApplication(val *Application) *NullableApplication + func (v *NullableApplication) Set(val *Application) + func (v *NullableApplication) UnmarshalJSON(src []byte) error + func (v *NullableApplication) Unset() + func (v NullableApplication) Get() *Application + func (v NullableApplication) IsSet() bool + func (v NullableApplication) MarshalJSON() ([]byte, error) + type NullableApplicationVersion struct + func NewNullableApplicationVersion(val *ApplicationVersion) *NullableApplicationVersion + func (v *NullableApplicationVersion) Set(val *ApplicationVersion) + func (v *NullableApplicationVersion) UnmarshalJSON(src []byte) error + func (v *NullableApplicationVersion) Unset() + func (v NullableApplicationVersion) Get() *ApplicationVersion + func (v NullableApplicationVersion) IsSet() bool + func (v NullableApplicationVersion) MarshalJSON() ([]byte, error) + type NullableApplicationVersionSbom struct + func NewNullableApplicationVersionSbom(val *ApplicationVersionSbom) *NullableApplicationVersionSbom + func (v *NullableApplicationVersionSbom) Set(val *ApplicationVersionSbom) + func (v *NullableApplicationVersionSbom) UnmarshalJSON(src []byte) error + func (v *NullableApplicationVersionSbom) Unset() + func (v NullableApplicationVersionSbom) Get() *ApplicationVersionSbom + func (v NullableApplicationVersionSbom) IsSet() bool + func (v NullableApplicationVersionSbom) MarshalJSON() ([]byte, error) + type NullableApplicationVersionVulnerabilityReport struct + func NewNullableApplicationVersionVulnerabilityReport(val *ApplicationVersionVulnerabilityReport) *NullableApplicationVersionVulnerabilityReport + func (v *NullableApplicationVersionVulnerabilityReport) Set(val *ApplicationVersionVulnerabilityReport) + func (v *NullableApplicationVersionVulnerabilityReport) UnmarshalJSON(src []byte) error + func (v *NullableApplicationVersionVulnerabilityReport) Unset() + func (v NullableApplicationVersionVulnerabilityReport) Get() *ApplicationVersionVulnerabilityReport + func (v NullableApplicationVersionVulnerabilityReport) IsSet() bool + func (v NullableApplicationVersionVulnerabilityReport) MarshalJSON() ([]byte, error) + type NullableApplicationVersionVulnerabilityReportApplication struct + func NewNullableApplicationVersionVulnerabilityReportApplication(val *ApplicationVersionVulnerabilityReportApplication) *NullableApplicationVersionVulnerabilityReportApplication + func (v *NullableApplicationVersionVulnerabilityReportApplication) Set(val *ApplicationVersionVulnerabilityReportApplication) + func (v *NullableApplicationVersionVulnerabilityReportApplication) UnmarshalJSON(src []byte) error + func (v *NullableApplicationVersionVulnerabilityReportApplication) Unset() + func (v NullableApplicationVersionVulnerabilityReportApplication) Get() *ApplicationVersionVulnerabilityReportApplication + func (v NullableApplicationVersionVulnerabilityReportApplication) IsSet() bool + func (v NullableApplicationVersionVulnerabilityReportApplication) MarshalJSON() ([]byte, error) + type NullableApplicationVersionVulnerabilityReportApplicationArtifacts struct + func NewNullableApplicationVersionVulnerabilityReportApplicationArtifacts(val *ApplicationVersionVulnerabilityReportApplicationArtifacts) *NullableApplicationVersionVulnerabilityReportApplicationArtifacts + func (v *NullableApplicationVersionVulnerabilityReportApplicationArtifacts) Set(val *ApplicationVersionVulnerabilityReportApplicationArtifacts) + func (v *NullableApplicationVersionVulnerabilityReportApplicationArtifacts) UnmarshalJSON(src []byte) error + func (v *NullableApplicationVersionVulnerabilityReportApplicationArtifacts) Unset() + func (v NullableApplicationVersionVulnerabilityReportApplicationArtifacts) Get() *ApplicationVersionVulnerabilityReportApplicationArtifacts + func (v NullableApplicationVersionVulnerabilityReportApplicationArtifacts) IsSet() bool + func (v NullableApplicationVersionVulnerabilityReportApplicationArtifacts) MarshalJSON() ([]byte, error) + type NullableArtifactAssociationMetadata struct + func NewNullableArtifactAssociationMetadata(val *ArtifactAssociationMetadata) *NullableArtifactAssociationMetadata + func (v *NullableArtifactAssociationMetadata) Set(val *ArtifactAssociationMetadata) + func (v *NullableArtifactAssociationMetadata) UnmarshalJSON(src []byte) error + func (v *NullableArtifactAssociationMetadata) Unset() + func (v NullableArtifactAssociationMetadata) Get() *ArtifactAssociationMetadata + func (v NullableArtifactAssociationMetadata) IsSet() bool + func (v NullableArtifactAssociationMetadata) MarshalJSON() ([]byte, error) + type NullableArtifactAssociationRequest struct + func NewNullableArtifactAssociationRequest(val *ArtifactAssociationRequest) *NullableArtifactAssociationRequest + func (v *NullableArtifactAssociationRequest) Set(val *ArtifactAssociationRequest) + func (v *NullableArtifactAssociationRequest) UnmarshalJSON(src []byte) error + func (v *NullableArtifactAssociationRequest) Unset() + func (v NullableArtifactAssociationRequest) Get() *ArtifactAssociationRequest + func (v NullableArtifactAssociationRequest) IsSet() bool + func (v NullableArtifactAssociationRequest) MarshalJSON() ([]byte, error) + type NullableArtifactAssociationResponse struct + func NewNullableArtifactAssociationResponse(val *ArtifactAssociationResponse) *NullableArtifactAssociationResponse + func (v *NullableArtifactAssociationResponse) Set(val *ArtifactAssociationResponse) + func (v *NullableArtifactAssociationResponse) UnmarshalJSON(src []byte) error + func (v *NullableArtifactAssociationResponse) Unset() + func (v NullableArtifactAssociationResponse) Get() *ArtifactAssociationResponse + func (v NullableArtifactAssociationResponse) IsSet() bool + func (v NullableArtifactAssociationResponse) MarshalJSON() ([]byte, error) + type NullableArtifactListResponse struct + func NewNullableArtifactListResponse(val *ArtifactListResponse) *NullableArtifactListResponse + func (v *NullableArtifactListResponse) Set(val *ArtifactListResponse) + func (v *NullableArtifactListResponse) UnmarshalJSON(src []byte) error + func (v *NullableArtifactListResponse) Unset() + func (v NullableArtifactListResponse) Get() *ArtifactListResponse + func (v NullableArtifactListResponse) IsSet() bool + func (v NullableArtifactListResponse) MarshalJSON() ([]byte, error) + type NullableArtifactReference struct + func NewNullableArtifactReference(val *ArtifactReference) *NullableArtifactReference + func (v *NullableArtifactReference) Set(val *ArtifactReference) + func (v *NullableArtifactReference) UnmarshalJSON(src []byte) error + func (v *NullableArtifactReference) Unset() + func (v NullableArtifactReference) Get() *ArtifactReference + func (v NullableArtifactReference) IsSet() bool + func (v NullableArtifactReference) MarshalJSON() ([]byte, error) + type NullableArtifactRelationship struct + func NewNullableArtifactRelationship(val *ArtifactRelationship) *NullableArtifactRelationship + func (v *NullableArtifactRelationship) Set(val *ArtifactRelationship) + func (v *NullableArtifactRelationship) UnmarshalJSON(src []byte) error + func (v *NullableArtifactRelationship) Unset() + func (v NullableArtifactRelationship) Get() *ArtifactRelationship + func (v NullableArtifactRelationship) IsSet() bool + func (v NullableArtifactRelationship) MarshalJSON() ([]byte, error) + type NullableArtifactType struct + func NewNullableArtifactType(val *ArtifactType) *NullableArtifactType + func (v *NullableArtifactType) Set(val *ArtifactType) + func (v *NullableArtifactType) UnmarshalJSON(src []byte) error + func (v *NullableArtifactType) Unset() + func (v NullableArtifactType) Get() *ArtifactType + func (v NullableArtifactType) IsSet() bool + func (v NullableArtifactType) MarshalJSON() ([]byte, error) + type NullableAssociatedImageArtifact struct + func NewNullableAssociatedImageArtifact(val *AssociatedImageArtifact) *NullableAssociatedImageArtifact + func (v *NullableAssociatedImageArtifact) Set(val *AssociatedImageArtifact) + func (v *NullableAssociatedImageArtifact) UnmarshalJSON(src []byte) error + func (v *NullableAssociatedImageArtifact) Unset() + func (v NullableAssociatedImageArtifact) Get() *AssociatedImageArtifact + func (v NullableAssociatedImageArtifact) IsSet() bool + func (v NullableAssociatedImageArtifact) MarshalJSON() ([]byte, error) + type NullableAssociatedSourceArtifact struct + func NewNullableAssociatedSourceArtifact(val *AssociatedSourceArtifact) *NullableAssociatedSourceArtifact + func (v *NullableAssociatedSourceArtifact) Set(val *AssociatedSourceArtifact) + func (v *NullableAssociatedSourceArtifact) UnmarshalJSON(src []byte) error + func (v *NullableAssociatedSourceArtifact) Unset() + func (v NullableAssociatedSourceArtifact) Get() *AssociatedSourceArtifact + func (v NullableAssociatedSourceArtifact) IsSet() bool + func (v NullableAssociatedSourceArtifact) MarshalJSON() ([]byte, error) + type NullableBool struct + func NewNullableBool(val *bool) *NullableBool + func (v *NullableBool) Set(val *bool) + func (v *NullableBool) UnmarshalJSON(src []byte) error + func (v *NullableBool) Unset() + func (v NullableBool) Get() *bool + func (v NullableBool) IsSet() bool + func (v NullableBool) MarshalJSON() ([]byte, error) + type NullableCVSSV2Scores struct + func NewNullableCVSSV2Scores(val *CVSSV2Scores) *NullableCVSSV2Scores + func (v *NullableCVSSV2Scores) Set(val *CVSSV2Scores) + func (v *NullableCVSSV2Scores) UnmarshalJSON(src []byte) error + func (v *NullableCVSSV2Scores) Unset() + func (v NullableCVSSV2Scores) Get() *CVSSV2Scores + func (v NullableCVSSV2Scores) IsSet() bool + func (v NullableCVSSV2Scores) MarshalJSON() ([]byte, error) + type NullableCVSSV3Scores struct + func NewNullableCVSSV3Scores(val *CVSSV3Scores) *NullableCVSSV3Scores + func (v *NullableCVSSV3Scores) Set(val *CVSSV3Scores) + func (v *NullableCVSSV3Scores) UnmarshalJSON(src []byte) error + func (v *NullableCVSSV3Scores) Unset() + func (v NullableCVSSV3Scores) Get() *CVSSV3Scores + func (v NullableCVSSV3Scores) IsSet() bool + func (v NullableCVSSV3Scores) MarshalJSON() ([]byte, error) + type NullableComplianceResource struct + func NewNullableComplianceResource(val *ComplianceResource) *NullableComplianceResource + func (v *NullableComplianceResource) Set(val *ComplianceResource) + func (v *NullableComplianceResource) UnmarshalJSON(src []byte) error + func (v *NullableComplianceResource) Unset() + func (v NullableComplianceResource) Get() *ComplianceResource + func (v NullableComplianceResource) IsSet() bool + func (v NullableComplianceResource) MarshalJSON() ([]byte, error) + type NullableComplianceViolationAlert struct + func NewNullableComplianceViolationAlert(val *ComplianceViolationAlert) *NullableComplianceViolationAlert + func (v *NullableComplianceViolationAlert) Set(val *ComplianceViolationAlert) + func (v *NullableComplianceViolationAlert) UnmarshalJSON(src []byte) error + func (v *NullableComplianceViolationAlert) Unset() + func (v NullableComplianceViolationAlert) Get() *ComplianceViolationAlert + func (v NullableComplianceViolationAlert) IsSet() bool + func (v NullableComplianceViolationAlert) MarshalJSON() ([]byte, error) + type NullableContentFilesResponse struct + func NewNullableContentFilesResponse(val *ContentFilesResponse) *NullableContentFilesResponse + func (v *NullableContentFilesResponse) Set(val *ContentFilesResponse) + func (v *NullableContentFilesResponse) UnmarshalJSON(src []byte) error + func (v *NullableContentFilesResponse) Unset() + func (v NullableContentFilesResponse) Get() *ContentFilesResponse + func (v NullableContentFilesResponse) IsSet() bool + func (v NullableContentFilesResponse) MarshalJSON() ([]byte, error) + type NullableContentFilesResponseContent struct + func NewNullableContentFilesResponseContent(val *ContentFilesResponseContent) *NullableContentFilesResponseContent + func (v *NullableContentFilesResponseContent) Set(val *ContentFilesResponseContent) + func (v *NullableContentFilesResponseContent) UnmarshalJSON(src []byte) error + func (v *NullableContentFilesResponseContent) Unset() + func (v NullableContentFilesResponseContent) Get() *ContentFilesResponseContent + func (v NullableContentFilesResponseContent) IsSet() bool + func (v NullableContentFilesResponseContent) MarshalJSON() ([]byte, error) + type NullableContentJAVAPackageResponse struct + func NewNullableContentJAVAPackageResponse(val *ContentJAVAPackageResponse) *NullableContentJAVAPackageResponse + func (v *NullableContentJAVAPackageResponse) Set(val *ContentJAVAPackageResponse) + func (v *NullableContentJAVAPackageResponse) UnmarshalJSON(src []byte) error + func (v *NullableContentJAVAPackageResponse) Unset() + func (v NullableContentJAVAPackageResponse) Get() *ContentJAVAPackageResponse + func (v NullableContentJAVAPackageResponse) IsSet() bool + func (v NullableContentJAVAPackageResponse) MarshalJSON() ([]byte, error) + type NullableContentJAVAPackageResponseContent struct + func NewNullableContentJAVAPackageResponseContent(val *ContentJAVAPackageResponseContent) *NullableContentJAVAPackageResponseContent + func (v *NullableContentJAVAPackageResponseContent) Set(val *ContentJAVAPackageResponseContent) + func (v *NullableContentJAVAPackageResponseContent) UnmarshalJSON(src []byte) error + func (v *NullableContentJAVAPackageResponseContent) Unset() + func (v NullableContentJAVAPackageResponseContent) Get() *ContentJAVAPackageResponseContent + func (v NullableContentJAVAPackageResponseContent) IsSet() bool + func (v NullableContentJAVAPackageResponseContent) MarshalJSON() ([]byte, error) + type NullableCorrection struct + func NewNullableCorrection(val *Correction) *NullableCorrection + func (v *NullableCorrection) Set(val *Correction) + func (v *NullableCorrection) UnmarshalJSON(src []byte) error + func (v *NullableCorrection) Unset() + func (v NullableCorrection) Get() *Correction + func (v NullableCorrection) IsSet() bool + func (v NullableCorrection) MarshalJSON() ([]byte, error) + type NullableCorrectionFieldMatch struct + func NewNullableCorrectionFieldMatch(val *CorrectionFieldMatch) *NullableCorrectionFieldMatch + func (v *NullableCorrectionFieldMatch) Set(val *CorrectionFieldMatch) + func (v *NullableCorrectionFieldMatch) UnmarshalJSON(src []byte) error + func (v *NullableCorrectionFieldMatch) Unset() + func (v NullableCorrectionFieldMatch) Get() *CorrectionFieldMatch + func (v NullableCorrectionFieldMatch) IsSet() bool + func (v NullableCorrectionFieldMatch) MarshalJSON() ([]byte, error) + type NullableCorrectionMatch struct + func NewNullableCorrectionMatch(val *CorrectionMatch) *NullableCorrectionMatch + func (v *NullableCorrectionMatch) Set(val *CorrectionMatch) + func (v *NullableCorrectionMatch) UnmarshalJSON(src []byte) error + func (v *NullableCorrectionMatch) Unset() + func (v NullableCorrectionMatch) Get() *CorrectionMatch + func (v NullableCorrectionMatch) IsSet() bool + func (v NullableCorrectionMatch) MarshalJSON() ([]byte, error) + type NullableCustomJsonPatch struct + func NewNullableCustomJsonPatch(val *CustomJsonPatch) *NullableCustomJsonPatch + func (v *NullableCustomJsonPatch) Set(val *CustomJsonPatch) + func (v *NullableCustomJsonPatch) UnmarshalJSON(src []byte) error + func (v *NullableCustomJsonPatch) Unset() + func (v NullableCustomJsonPatch) Get() *CustomJsonPatch + func (v NullableCustomJsonPatch) IsSet() bool + func (v NullableCustomJsonPatch) MarshalJSON() ([]byte, error) + type NullableEnterpriseVulnerability struct + func NewNullableEnterpriseVulnerability(val *EnterpriseVulnerability) *NullableEnterpriseVulnerability + func (v *NullableEnterpriseVulnerability) Set(val *EnterpriseVulnerability) + func (v *NullableEnterpriseVulnerability) UnmarshalJSON(src []byte) error + func (v *NullableEnterpriseVulnerability) Unset() + func (v NullableEnterpriseVulnerability) Get() *EnterpriseVulnerability + func (v NullableEnterpriseVulnerability) IsSet() bool + func (v NullableEnterpriseVulnerability) MarshalJSON() ([]byte, error) + type NullableEnterpriseVulnerabilityResponse struct + func NewNullableEnterpriseVulnerabilityResponse(val *EnterpriseVulnerabilityResponse) *NullableEnterpriseVulnerabilityResponse + func (v *NullableEnterpriseVulnerabilityResponse) Set(val *EnterpriseVulnerabilityResponse) + func (v *NullableEnterpriseVulnerabilityResponse) UnmarshalJSON(src []byte) error + func (v *NullableEnterpriseVulnerabilityResponse) Unset() + func (v NullableEnterpriseVulnerabilityResponse) Get() *EnterpriseVulnerabilityResponse + func (v NullableEnterpriseVulnerabilityResponse) IsSet() bool + func (v NullableEnterpriseVulnerabilityResponse) MarshalJSON() ([]byte, error) + type NullableFloat32 struct + func NewNullableFloat32(val *float32) *NullableFloat32 + func (v *NullableFloat32) Set(val *float32) + func (v *NullableFloat32) UnmarshalJSON(src []byte) error + func (v *NullableFloat32) Unset() + func (v NullableFloat32) Get() *float32 + func (v NullableFloat32) IsSet() bool + func (v NullableFloat32) MarshalJSON() ([]byte, error) + type NullableFloat64 struct + func NewNullableFloat64(val *float64) *NullableFloat64 + func (v *NullableFloat64) Set(val *float64) + func (v *NullableFloat64) UnmarshalJSON(src []byte) error + func (v *NullableFloat64) Unset() + func (v NullableFloat64) Get() *float64 + func (v NullableFloat64) IsSet() bool + func (v NullableFloat64) MarshalJSON() ([]byte, error) + type NullableImageAncestor struct + func NewNullableImageAncestor(val *ImageAncestor) *NullableImageAncestor + func (v *NullableImageAncestor) Set(val *ImageAncestor) + func (v *NullableImageAncestor) UnmarshalJSON(src []byte) error + func (v *NullableImageAncestor) Unset() + func (v NullableImageAncestor) Get() *ImageAncestor + func (v NullableImageAncestor) IsSet() bool + func (v NullableImageAncestor) MarshalJSON() ([]byte, error) + type NullableImageArtifact struct + func NewNullableImageArtifact(val *ImageArtifact) *NullableImageArtifact + func (v *NullableImageArtifact) Set(val *ImageArtifact) + func (v *NullableImageArtifact) UnmarshalJSON(src []byte) error + func (v *NullableImageArtifact) Unset() + func (v NullableImageArtifact) Get() *ImageArtifact + func (v NullableImageArtifact) IsSet() bool + func (v NullableImageArtifact) MarshalJSON() ([]byte, error) + type NullableInt struct + func NewNullableInt(val *int) *NullableInt + func (v *NullableInt) Set(val *int) + func (v *NullableInt) UnmarshalJSON(src []byte) error + func (v *NullableInt) Unset() + func (v NullableInt) Get() *int + func (v NullableInt) IsSet() bool + func (v NullableInt) MarshalJSON() ([]byte, error) + type NullableInt32 struct + func NewNullableInt32(val *int32) *NullableInt32 + func (v *NullableInt32) Set(val *int32) + func (v *NullableInt32) UnmarshalJSON(src []byte) error + func (v *NullableInt32) Unset() + func (v NullableInt32) Get() *int32 + func (v NullableInt32) IsSet() bool + func (v NullableInt32) MarshalJSON() ([]byte, error) + type NullableInt64 struct + func NewNullableInt64(val *int64) *NullableInt64 + func (v *NullableInt64) Set(val *int64) + func (v *NullableInt64) UnmarshalJSON(src []byte) error + func (v *NullableInt64) Unset() + func (v NullableInt64) Get() *int64 + func (v NullableInt64) IsSet() bool + func (v NullableInt64) MarshalJSON() ([]byte, error) + type NullableInventoryItem struct + func NewNullableInventoryItem(val *InventoryItem) *NullableInventoryItem + func (v *NullableInventoryItem) Set(val *InventoryItem) + func (v *NullableInventoryItem) UnmarshalJSON(src []byte) error + func (v *NullableInventoryItem) Unset() + func (v NullableInventoryItem) Get() *InventoryItem + func (v NullableInventoryItem) IsSet() bool + func (v NullableInventoryItem) MarshalJSON() ([]byte, error) + type NullableInventoryReport struct + func NewNullableInventoryReport(val *InventoryReport) *NullableInventoryReport + func (v *NullableInventoryReport) Set(val *InventoryReport) + func (v *NullableInventoryReport) UnmarshalJSON(src []byte) error + func (v *NullableInventoryReport) Unset() + func (v NullableInventoryReport) Get() *InventoryReport + func (v NullableInventoryReport) IsSet() bool + func (v NullableInventoryReport) MarshalJSON() ([]byte, error) + type NullableInventoryReportImage struct + func NewNullableInventoryReportImage(val *InventoryReportImage) *NullableInventoryReportImage + func (v *NullableInventoryReportImage) Set(val *InventoryReportImage) + func (v *NullableInventoryReportImage) UnmarshalJSON(src []byte) error + func (v *NullableInventoryReportImage) Unset() + func (v NullableInventoryReportImage) Get() *InventoryReportImage + func (v NullableInventoryReportImage) IsSet() bool + func (v NullableInventoryReportImage) MarshalJSON() ([]byte, error) + type NullableInventoryReportItem struct + func NewNullableInventoryReportItem(val *InventoryReportItem) *NullableInventoryReportItem + func (v *NullableInventoryReportItem) Set(val *InventoryReportItem) + func (v *NullableInventoryReportItem) UnmarshalJSON(src []byte) error + func (v *NullableInventoryReportItem) Unset() + func (v NullableInventoryReportItem) Get() *InventoryReportItem + func (v NullableInventoryReportItem) IsSet() bool + func (v NullableInventoryReportItem) MarshalJSON() ([]byte, error) + type NullableJsonPatchAdd struct + func NewNullableJsonPatchAdd(val *JsonPatchAdd) *NullableJsonPatchAdd + func (v *NullableJsonPatchAdd) Set(val *JsonPatchAdd) + func (v *NullableJsonPatchAdd) UnmarshalJSON(src []byte) error + func (v *NullableJsonPatchAdd) Unset() + func (v NullableJsonPatchAdd) Get() *JsonPatchAdd + func (v NullableJsonPatchAdd) IsSet() bool + func (v NullableJsonPatchAdd) MarshalJSON() ([]byte, error) + type NullableJsonPatchCopy struct + func NewNullableJsonPatchCopy(val *JsonPatchCopy) *NullableJsonPatchCopy + func (v *NullableJsonPatchCopy) Set(val *JsonPatchCopy) + func (v *NullableJsonPatchCopy) UnmarshalJSON(src []byte) error + func (v *NullableJsonPatchCopy) Unset() + func (v NullableJsonPatchCopy) Get() *JsonPatchCopy + func (v NullableJsonPatchCopy) IsSet() bool + func (v NullableJsonPatchCopy) MarshalJSON() ([]byte, error) + type NullableJsonPatchMove struct + func NewNullableJsonPatchMove(val *JsonPatchMove) *NullableJsonPatchMove + func (v *NullableJsonPatchMove) Set(val *JsonPatchMove) + func (v *NullableJsonPatchMove) UnmarshalJSON(src []byte) error + func (v *NullableJsonPatchMove) Unset() + func (v NullableJsonPatchMove) Get() *JsonPatchMove + func (v NullableJsonPatchMove) IsSet() bool + func (v NullableJsonPatchMove) MarshalJSON() ([]byte, error) + type NullableJsonPatchRemove struct + func NewNullableJsonPatchRemove(val *JsonPatchRemove) *NullableJsonPatchRemove + func (v *NullableJsonPatchRemove) Set(val *JsonPatchRemove) + func (v *NullableJsonPatchRemove) UnmarshalJSON(src []byte) error + func (v *NullableJsonPatchRemove) Unset() + func (v NullableJsonPatchRemove) Get() *JsonPatchRemove + func (v NullableJsonPatchRemove) IsSet() bool + func (v NullableJsonPatchRemove) MarshalJSON() ([]byte, error) + type NullableJsonPatchReplace struct + func NewNullableJsonPatchReplace(val *JsonPatchReplace) *NullableJsonPatchReplace + func (v *NullableJsonPatchReplace) Set(val *JsonPatchReplace) + func (v *NullableJsonPatchReplace) UnmarshalJSON(src []byte) error + func (v *NullableJsonPatchReplace) Unset() + func (v NullableJsonPatchReplace) Get() *JsonPatchReplace + func (v NullableJsonPatchReplace) IsSet() bool + func (v NullableJsonPatchReplace) MarshalJSON() ([]byte, error) + type NullableJsonPatchTest struct + func NewNullableJsonPatchTest(val *JsonPatchTest) *NullableJsonPatchTest + func (v *NullableJsonPatchTest) Set(val *JsonPatchTest) + func (v *NullableJsonPatchTest) UnmarshalJSON(src []byte) error + func (v *NullableJsonPatchTest) Unset() + func (v NullableJsonPatchTest) Get() *JsonPatchTest + func (v NullableJsonPatchTest) IsSet() bool + func (v NullableJsonPatchTest) MarshalJSON() ([]byte, error) + type NullableModifiedPackage struct + func NewNullableModifiedPackage(val *ModifiedPackage) *NullableModifiedPackage + func (v *NullableModifiedPackage) Set(val *ModifiedPackage) + func (v *NullableModifiedPackage) UnmarshalJSON(src []byte) error + func (v *NullableModifiedPackage) Unset() + func (v NullableModifiedPackage) Get() *ModifiedPackage + func (v NullableModifiedPackage) IsSet() bool + func (v NullableModifiedPackage) MarshalJSON() ([]byte, error) + type NullableNativeSBOM struct + func NewNullableNativeSBOM(val *NativeSBOM) *NullableNativeSBOM + func (v *NullableNativeSBOM) Set(val *NativeSBOM) + func (v *NullableNativeSBOM) UnmarshalJSON(src []byte) error + func (v *NullableNativeSBOM) Unset() + func (v NullableNativeSBOM) Get() *NativeSBOM + func (v NullableNativeSBOM) IsSet() bool + func (v NullableNativeSBOM) MarshalJSON() ([]byte, error) + type NullableNativeSBOMDescriptor struct + func NewNullableNativeSBOMDescriptor(val *NativeSBOMDescriptor) *NullableNativeSBOMDescriptor + func (v *NullableNativeSBOMDescriptor) Set(val *NativeSBOMDescriptor) + func (v *NullableNativeSBOMDescriptor) UnmarshalJSON(src []byte) error + func (v *NullableNativeSBOMDescriptor) Unset() + func (v NullableNativeSBOMDescriptor) Get() *NativeSBOMDescriptor + func (v NullableNativeSBOMDescriptor) IsSet() bool + func (v NullableNativeSBOMDescriptor) MarshalJSON() ([]byte, error) + type NullableNativeSBOMDistribution struct + func NewNullableNativeSBOMDistribution(val *NativeSBOMDistribution) *NullableNativeSBOMDistribution + func (v *NullableNativeSBOMDistribution) Set(val *NativeSBOMDistribution) + func (v *NullableNativeSBOMDistribution) UnmarshalJSON(src []byte) error + func (v *NullableNativeSBOMDistribution) Unset() + func (v NullableNativeSBOMDistribution) Get() *NativeSBOMDistribution + func (v NullableNativeSBOMDistribution) IsSet() bool + func (v NullableNativeSBOMDistribution) MarshalJSON() ([]byte, error) + type NullableNativeSBOMPackage struct + func NewNullableNativeSBOMPackage(val *NativeSBOMPackage) *NullableNativeSBOMPackage + func (v *NullableNativeSBOMPackage) Set(val *NativeSBOMPackage) + func (v *NullableNativeSBOMPackage) UnmarshalJSON(src []byte) error + func (v *NullableNativeSBOMPackage) Unset() + func (v NullableNativeSBOMPackage) Get() *NativeSBOMPackage + func (v NullableNativeSBOMPackage) IsSet() bool + func (v NullableNativeSBOMPackage) MarshalJSON() ([]byte, error) + type NullableNativeSBOMPackageLocation struct + func NewNullableNativeSBOMPackageLocation(val *NativeSBOMPackageLocation) *NullableNativeSBOMPackageLocation + func (v *NullableNativeSBOMPackageLocation) Set(val *NativeSBOMPackageLocation) + func (v *NullableNativeSBOMPackageLocation) UnmarshalJSON(src []byte) error + func (v *NullableNativeSBOMPackageLocation) Unset() + func (v NullableNativeSBOMPackageLocation) Get() *NativeSBOMPackageLocation + func (v NullableNativeSBOMPackageLocation) IsSet() bool + func (v NullableNativeSBOMPackageLocation) MarshalJSON() ([]byte, error) + type NullableNativeSBOMPackageRelationship struct + func NewNullableNativeSBOMPackageRelationship(val *NativeSBOMPackageRelationship) *NullableNativeSBOMPackageRelationship + func (v *NullableNativeSBOMPackageRelationship) Set(val *NativeSBOMPackageRelationship) + func (v *NullableNativeSBOMPackageRelationship) UnmarshalJSON(src []byte) error + func (v *NullableNativeSBOMPackageRelationship) Unset() + func (v NullableNativeSBOMPackageRelationship) Get() *NativeSBOMPackageRelationship + func (v NullableNativeSBOMPackageRelationship) IsSet() bool + func (v NullableNativeSBOMPackageRelationship) MarshalJSON() ([]byte, error) + type NullableNativeSBOMSchema struct + func NewNullableNativeSBOMSchema(val *NativeSBOMSchema) *NullableNativeSBOMSchema + func (v *NullableNativeSBOMSchema) Set(val *NativeSBOMSchema) + func (v *NullableNativeSBOMSchema) UnmarshalJSON(src []byte) error + func (v *NullableNativeSBOMSchema) Unset() + func (v NullableNativeSBOMSchema) Get() *NativeSBOMSchema + func (v NullableNativeSBOMSchema) IsSet() bool + func (v NullableNativeSBOMSchema) MarshalJSON() ([]byte, error) + type NullableNativeSBOMSource struct + func NewNullableNativeSBOMSource(val *NativeSBOMSource) *NullableNativeSBOMSource + func (v *NullableNativeSBOMSource) Set(val *NativeSBOMSource) + func (v *NullableNativeSBOMSource) UnmarshalJSON(src []byte) error + func (v *NullableNativeSBOMSource) Unset() + func (v NullableNativeSBOMSource) Get() *NativeSBOMSource + func (v NullableNativeSBOMSource) IsSet() bool + func (v NullableNativeSBOMSource) MarshalJSON() ([]byte, error) + type NullableNvdDataObject struct + func NewNullableNvdDataObject(val *NvdDataObject) *NullableNvdDataObject + func (v *NullableNvdDataObject) Set(val *NvdDataObject) + func (v *NullableNvdDataObject) UnmarshalJSON(src []byte) error + func (v *NullableNvdDataObject) Unset() + func (v NullableNvdDataObject) Get() *NvdDataObject + func (v NullableNvdDataObject) IsSet() bool + func (v NullableNvdDataObject) MarshalJSON() ([]byte, error) + type NullablePackage struct + func NewNullablePackage(val *Package) *NullablePackage + func (v *NullablePackage) Set(val *Package) + func (v *NullablePackage) UnmarshalJSON(src []byte) error + func (v *NullablePackage) Unset() + func (v NullablePackage) Get() *Package + func (v NullablePackage) IsSet() bool + func (v NullablePackage) MarshalJSON() ([]byte, error) + type NullablePolicyEvaluationResult struct + func NewNullablePolicyEvaluationResult(val *PolicyEvaluationResult) *NullablePolicyEvaluationResult + func (v *NullablePolicyEvaluationResult) Set(val *PolicyEvaluationResult) + func (v *NullablePolicyEvaluationResult) UnmarshalJSON(src []byte) error + func (v *NullablePolicyEvaluationResult) Unset() + func (v NullablePolicyEvaluationResult) Get() *PolicyEvaluationResult + func (v NullablePolicyEvaluationResult) IsSet() bool + func (v NullablePolicyEvaluationResult) MarshalJSON() ([]byte, error) + type NullableRelationshipSbomDiff struct + func NewNullableRelationshipSbomDiff(val *RelationshipSbomDiff) *NullableRelationshipSbomDiff + func (v *NullableRelationshipSbomDiff) Set(val *RelationshipSbomDiff) + func (v *NullableRelationshipSbomDiff) UnmarshalJSON(src []byte) error + func (v *NullableRelationshipSbomDiff) Unset() + func (v NullableRelationshipSbomDiff) Get() *RelationshipSbomDiff + func (v NullableRelationshipSbomDiff) IsSet() bool + func (v NullableRelationshipSbomDiff) MarshalJSON() ([]byte, error) + type NullableRelationshipType struct + func NewNullableRelationshipType(val *RelationshipType) *NullableRelationshipType + func (v *NullableRelationshipType) Set(val *RelationshipType) + func (v *NullableRelationshipType) UnmarshalJSON(src []byte) error + func (v *NullableRelationshipType) Unset() + func (v NullableRelationshipType) Get() *RelationshipType + func (v NullableRelationshipType) IsSet() bool + func (v NullableRelationshipType) MarshalJSON() ([]byte, error) + type NullableResourceLabel struct + func NewNullableResourceLabel(val *ResourceLabel) *NullableResourceLabel + func (v *NullableResourceLabel) Set(val *ResourceLabel) + func (v *NullableResourceLabel) UnmarshalJSON(src []byte) error + func (v *NullableResourceLabel) Unset() + func (v NullableResourceLabel) Get() *ResourceLabel + func (v NullableResourceLabel) IsSet() bool + func (v NullableResourceLabel) MarshalJSON() ([]byte, error) + type NullableRuntimeComplianceCheck struct + func NewNullableRuntimeComplianceCheck(val *RuntimeComplianceCheck) *NullableRuntimeComplianceCheck + func (v *NullableRuntimeComplianceCheck) Set(val *RuntimeComplianceCheck) + func (v *NullableRuntimeComplianceCheck) UnmarshalJSON(src []byte) error + func (v *NullableRuntimeComplianceCheck) Unset() + func (v NullableRuntimeComplianceCheck) Get() *RuntimeComplianceCheck + func (v NullableRuntimeComplianceCheck) IsSet() bool + func (v NullableRuntimeComplianceCheck) MarshalJSON() ([]byte, error) + type NullableSBOMVulnerabilitiesResponse struct + func NewNullableSBOMVulnerabilitiesResponse(val *SBOMVulnerabilitiesResponse) *NullableSBOMVulnerabilitiesResponse + func (v *NullableSBOMVulnerabilitiesResponse) Set(val *SBOMVulnerabilitiesResponse) + func (v *NullableSBOMVulnerabilitiesResponse) UnmarshalJSON(src []byte) error + func (v *NullableSBOMVulnerabilitiesResponse) Unset() + func (v NullableSBOMVulnerabilitiesResponse) Get() *SBOMVulnerabilitiesResponse + func (v NullableSBOMVulnerabilitiesResponse) IsSet() bool + func (v NullableSBOMVulnerabilitiesResponse) MarshalJSON() ([]byte, error) + type NullableSource struct + func NewNullableSource(val *Source) *NullableSource + func (v *NullableSource) Set(val *Source) + func (v *NullableSource) UnmarshalJSON(src []byte) error + func (v *NullableSource) Unset() + func (v NullableSource) Get() *Source + func (v NullableSource) IsSet() bool + func (v NullableSource) MarshalJSON() ([]byte, error) + type NullableSourceContentPackageResponse struct + func NewNullableSourceContentPackageResponse(val *SourceContentPackageResponse) *NullableSourceContentPackageResponse + func (v *NullableSourceContentPackageResponse) Set(val *SourceContentPackageResponse) + func (v *NullableSourceContentPackageResponse) UnmarshalJSON(src []byte) error + func (v *NullableSourceContentPackageResponse) Unset() + func (v NullableSourceContentPackageResponse) Get() *SourceContentPackageResponse + func (v NullableSourceContentPackageResponse) IsSet() bool + func (v NullableSourceContentPackageResponse) MarshalJSON() ([]byte, error) + type NullableSourceContentPackageResponseContent struct + func NewNullableSourceContentPackageResponseContent(val *SourceContentPackageResponseContent) *NullableSourceContentPackageResponseContent + func (v *NullableSourceContentPackageResponseContent) Set(val *SourceContentPackageResponseContent) + func (v *NullableSourceContentPackageResponseContent) UnmarshalJSON(src []byte) error + func (v *NullableSourceContentPackageResponseContent) Unset() + func (v NullableSourceContentPackageResponseContent) Get() *SourceContentPackageResponseContent + func (v NullableSourceContentPackageResponseContent) IsSet() bool + func (v NullableSourceContentPackageResponseContent) MarshalJSON() ([]byte, error) + type NullableSourceImportContentResponse struct + func NewNullableSourceImportContentResponse(val *SourceImportContentResponse) *NullableSourceImportContentResponse + func (v *NullableSourceImportContentResponse) Set(val *SourceImportContentResponse) + func (v *NullableSourceImportContentResponse) UnmarshalJSON(src []byte) error + func (v *NullableSourceImportContentResponse) Unset() + func (v NullableSourceImportContentResponse) Get() *SourceImportContentResponse + func (v NullableSourceImportContentResponse) IsSet() bool + func (v NullableSourceImportContentResponse) MarshalJSON() ([]byte, error) + type NullableSourceImportMetadata struct + func NewNullableSourceImportMetadata(val *SourceImportMetadata) *NullableSourceImportMetadata + func (v *NullableSourceImportMetadata) Set(val *SourceImportMetadata) + func (v *NullableSourceImportMetadata) UnmarshalJSON(src []byte) error + func (v *NullableSourceImportMetadata) Unset() + func (v NullableSourceImportMetadata) Get() *SourceImportMetadata + func (v NullableSourceImportMetadata) IsSet() bool + func (v NullableSourceImportMetadata) MarshalJSON() ([]byte, error) + type NullableSourceImportMetadataContents struct + func NewNullableSourceImportMetadataContents(val *SourceImportMetadataContents) *NullableSourceImportMetadataContents + func (v *NullableSourceImportMetadataContents) Set(val *SourceImportMetadataContents) + func (v *NullableSourceImportMetadataContents) UnmarshalJSON(src []byte) error + func (v *NullableSourceImportMetadataContents) Unset() + func (v NullableSourceImportMetadataContents) Get() *SourceImportMetadataContents + func (v NullableSourceImportMetadataContents) IsSet() bool + func (v NullableSourceImportMetadataContents) MarshalJSON() ([]byte, error) + type NullableSourceImportOperation struct + func NewNullableSourceImportOperation(val *SourceImportOperation) *NullableSourceImportOperation + func (v *NullableSourceImportOperation) Set(val *SourceImportOperation) + func (v *NullableSourceImportOperation) UnmarshalJSON(src []byte) error + func (v *NullableSourceImportOperation) Unset() + func (v NullableSourceImportOperation) Get() *SourceImportOperation + func (v NullableSourceImportOperation) IsSet() bool + func (v NullableSourceImportOperation) MarshalJSON() ([]byte, error) + type NullableSourceManifest struct + func NewNullableSourceManifest(val *SourceManifest) *NullableSourceManifest + func (v *NullableSourceManifest) Set(val *SourceManifest) + func (v *NullableSourceManifest) UnmarshalJSON(src []byte) error + func (v *NullableSourceManifest) Unset() + func (v NullableSourceManifest) Get() *SourceManifest + func (v NullableSourceManifest) IsSet() bool + func (v NullableSourceManifest) MarshalJSON() ([]byte, error) + type NullableSourceManifestMetadataRecords struct + func NewNullableSourceManifestMetadataRecords(val *SourceManifestMetadataRecords) *NullableSourceManifestMetadataRecords + func (v *NullableSourceManifestMetadataRecords) Set(val *SourceManifestMetadataRecords) + func (v *NullableSourceManifestMetadataRecords) UnmarshalJSON(src []byte) error + func (v *NullableSourceManifestMetadataRecords) Unset() + func (v NullableSourceManifestMetadataRecords) Get() *SourceManifestMetadataRecords + func (v NullableSourceManifestMetadataRecords) IsSet() bool + func (v NullableSourceManifestMetadataRecords) MarshalJSON() ([]byte, error) + type NullableSourceVulnerabilitiesResponse struct + func NewNullableSourceVulnerabilitiesResponse(val *SourceVulnerabilitiesResponse) *NullableSourceVulnerabilitiesResponse + func (v *NullableSourceVulnerabilitiesResponse) Set(val *SourceVulnerabilitiesResponse) + func (v *NullableSourceVulnerabilitiesResponse) UnmarshalJSON(src []byte) error + func (v *NullableSourceVulnerabilitiesResponse) Unset() + func (v NullableSourceVulnerabilitiesResponse) Get() *SourceVulnerabilitiesResponse + func (v NullableSourceVulnerabilitiesResponse) IsSet() bool + func (v NullableSourceVulnerabilitiesResponse) MarshalJSON() ([]byte, error) + type NullableString struct + func NewNullableString(val *string) *NullableString + func (v *NullableString) Set(val *string) + func (v *NullableString) UnmarshalJSON(src []byte) error + func (v *NullableString) Unset() + func (v NullableString) Get() *string + func (v NullableString) IsSet() bool + func (v NullableString) MarshalJSON() ([]byte, error) + type NullableTime struct + func NewNullableTime(val *time.Time) *NullableTime + func (v *NullableTime) Set(val *time.Time) + func (v *NullableTime) UnmarshalJSON(src []byte) error + func (v *NullableTime) Unset() + func (v NullableTime) Get() *time.Time + func (v NullableTime) IsSet() bool + func (v NullableTime) MarshalJSON() ([]byte, error) + type NullableVendorDataObject struct + func NewNullableVendorDataObject(val *VendorDataObject) *NullableVendorDataObject + func (v *NullableVendorDataObject) Set(val *VendorDataObject) + func (v *NullableVendorDataObject) UnmarshalJSON(src []byte) error + func (v *NullableVendorDataObject) Unset() + func (v NullableVendorDataObject) Get() *VendorDataObject + func (v NullableVendorDataObject) IsSet() bool + func (v NullableVendorDataObject) MarshalJSON() ([]byte, error) + type NullableVersionVulnerability struct + func NewNullableVersionVulnerability(val *VersionVulnerability) *NullableVersionVulnerability + func (v *NullableVersionVulnerability) Set(val *VersionVulnerability) + func (v *NullableVersionVulnerability) UnmarshalJSON(src []byte) error + func (v *NullableVersionVulnerability) Unset() + func (v NullableVersionVulnerability) Get() *VersionVulnerability + func (v NullableVersionVulnerability) IsSet() bool + func (v NullableVersionVulnerability) MarshalJSON() ([]byte, error) + type NullableVersionVulnerabilityMatch struct + func NewNullableVersionVulnerabilityMatch(val *VersionVulnerabilityMatch) *NullableVersionVulnerabilityMatch + func (v *NullableVersionVulnerabilityMatch) Set(val *VersionVulnerabilityMatch) + func (v *NullableVersionVulnerabilityMatch) UnmarshalJSON(src []byte) error + func (v *NullableVersionVulnerabilityMatch) Unset() + func (v NullableVersionVulnerabilityMatch) Get() *VersionVulnerabilityMatch + func (v NullableVersionVulnerabilityMatch) IsSet() bool + func (v NullableVersionVulnerabilityMatch) MarshalJSON() ([]byte, error) + type NullableVersionVulnerabilityMatchLocation struct + func NewNullableVersionVulnerabilityMatchLocation(val *VersionVulnerabilityMatchLocation) *NullableVersionVulnerabilityMatchLocation + func (v *NullableVersionVulnerabilityMatchLocation) Set(val *VersionVulnerabilityMatchLocation) + func (v *NullableVersionVulnerabilityMatchLocation) UnmarshalJSON(src []byte) error + func (v *NullableVersionVulnerabilityMatchLocation) Unset() + func (v NullableVersionVulnerabilityMatchLocation) Get() *VersionVulnerabilityMatchLocation + func (v NullableVersionVulnerabilityMatchLocation) IsSet() bool + func (v NullableVersionVulnerabilityMatchLocation) MarshalJSON() ([]byte, error) + type NullableVersionVulnerabilityMatchLocationArtifact struct + func NewNullableVersionVulnerabilityMatchLocationArtifact(val *VersionVulnerabilityMatchLocationArtifact) *NullableVersionVulnerabilityMatchLocationArtifact + func (v *NullableVersionVulnerabilityMatchLocationArtifact) Set(val *VersionVulnerabilityMatchLocationArtifact) + func (v *NullableVersionVulnerabilityMatchLocationArtifact) UnmarshalJSON(src []byte) error + func (v *NullableVersionVulnerabilityMatchLocationArtifact) Unset() + func (v NullableVersionVulnerabilityMatchLocationArtifact) Get() *VersionVulnerabilityMatchLocationArtifact + func (v NullableVersionVulnerabilityMatchLocationArtifact) IsSet() bool + func (v NullableVersionVulnerabilityMatchLocationArtifact) MarshalJSON() ([]byte, error) + type NullableVersionVulnerabilityMatchLocationPackage struct + func NewNullableVersionVulnerabilityMatchLocationPackage(val *VersionVulnerabilityMatchLocationPackage) *NullableVersionVulnerabilityMatchLocationPackage + func (v *NullableVersionVulnerabilityMatchLocationPackage) Set(val *VersionVulnerabilityMatchLocationPackage) + func (v *NullableVersionVulnerabilityMatchLocationPackage) UnmarshalJSON(src []byte) error + func (v *NullableVersionVulnerabilityMatchLocationPackage) Unset() + func (v NullableVersionVulnerabilityMatchLocationPackage) Get() *VersionVulnerabilityMatchLocationPackage + func (v NullableVersionVulnerabilityMatchLocationPackage) IsSet() bool + func (v NullableVersionVulnerabilityMatchLocationPackage) MarshalJSON() ([]byte, error) + type NullableVersionVulnerabilityNVD struct + func NewNullableVersionVulnerabilityNVD(val *VersionVulnerabilityNVD) *NullableVersionVulnerabilityNVD + func (v *NullableVersionVulnerabilityNVD) Set(val *VersionVulnerabilityNVD) + func (v *NullableVersionVulnerabilityNVD) UnmarshalJSON(src []byte) error + func (v *NullableVersionVulnerabilityNVD) Unset() + func (v NullableVersionVulnerabilityNVD) Get() *VersionVulnerabilityNVD + func (v NullableVersionVulnerabilityNVD) IsSet() bool + func (v NullableVersionVulnerabilityNVD) MarshalJSON() ([]byte, error) + type NullableVersionVulnerabilityNVDAllOf struct + func NewNullableVersionVulnerabilityNVDAllOf(val *VersionVulnerabilityNVDAllOf) *NullableVersionVulnerabilityNVDAllOf + func (v *NullableVersionVulnerabilityNVDAllOf) Set(val *VersionVulnerabilityNVDAllOf) + func (v *NullableVersionVulnerabilityNVDAllOf) UnmarshalJSON(src []byte) error + func (v *NullableVersionVulnerabilityNVDAllOf) Unset() + func (v NullableVersionVulnerabilityNVDAllOf) Get() *VersionVulnerabilityNVDAllOf + func (v NullableVersionVulnerabilityNVDAllOf) IsSet() bool + func (v NullableVersionVulnerabilityNVDAllOf) MarshalJSON() ([]byte, error) + type NullableVersionVulnerabilityReportImage struct + func NewNullableVersionVulnerabilityReportImage(val *VersionVulnerabilityReportImage) *NullableVersionVulnerabilityReportImage + func (v *NullableVersionVulnerabilityReportImage) Set(val *VersionVulnerabilityReportImage) + func (v *NullableVersionVulnerabilityReportImage) UnmarshalJSON(src []byte) error + func (v *NullableVersionVulnerabilityReportImage) Unset() + func (v NullableVersionVulnerabilityReportImage) Get() *VersionVulnerabilityReportImage + func (v NullableVersionVulnerabilityReportImage) IsSet() bool + func (v NullableVersionVulnerabilityReportImage) MarshalJSON() ([]byte, error) + type NullableVersionVulnerabilityReportSource struct + func NewNullableVersionVulnerabilityReportSource(val *VersionVulnerabilityReportSource) *NullableVersionVulnerabilityReportSource + func (v *NullableVersionVulnerabilityReportSource) Set(val *VersionVulnerabilityReportSource) + func (v *NullableVersionVulnerabilityReportSource) UnmarshalJSON(src []byte) error + func (v *NullableVersionVulnerabilityReportSource) Unset() + func (v NullableVersionVulnerabilityReportSource) Get() *VersionVulnerabilityReportSource + func (v NullableVersionVulnerabilityReportSource) IsSet() bool + func (v NullableVersionVulnerabilityReportSource) MarshalJSON() ([]byte, error) + type NullableVersionVulnerabilityVendor struct + func NewNullableVersionVulnerabilityVendor(val *VersionVulnerabilityVendor) *NullableVersionVulnerabilityVendor + func (v *NullableVersionVulnerabilityVendor) Set(val *VersionVulnerabilityVendor) + func (v *NullableVersionVulnerabilityVendor) UnmarshalJSON(src []byte) error + func (v *NullableVersionVulnerabilityVendor) Unset() + func (v NullableVersionVulnerabilityVendor) Get() *VersionVulnerabilityVendor + func (v NullableVersionVulnerabilityVendor) IsSet() bool + func (v NullableVersionVulnerabilityVendor) MarshalJSON() ([]byte, error) + type NullableVersionVulnerabilityVendorAllOf struct + func NewNullableVersionVulnerabilityVendorAllOf(val *VersionVulnerabilityVendorAllOf) *NullableVersionVulnerabilityVendorAllOf + func (v *NullableVersionVulnerabilityVendorAllOf) Set(val *VersionVulnerabilityVendorAllOf) + func (v *NullableVersionVulnerabilityVendorAllOf) UnmarshalJSON(src []byte) error + func (v *NullableVersionVulnerabilityVendorAllOf) Unset() + func (v NullableVersionVulnerabilityVendorAllOf) Get() *VersionVulnerabilityVendorAllOf + func (v NullableVersionVulnerabilityVendorAllOf) IsSet() bool + func (v NullableVersionVulnerabilityVendorAllOf) MarshalJSON() ([]byte, error) + type NullableVersionVulnerabilityVendorNVDCommon struct + func NewNullableVersionVulnerabilityVendorNVDCommon(val *VersionVulnerabilityVendorNVDCommon) *NullableVersionVulnerabilityVendorNVDCommon + func (v *NullableVersionVulnerabilityVendorNVDCommon) Set(val *VersionVulnerabilityVendorNVDCommon) + func (v *NullableVersionVulnerabilityVendorNVDCommon) UnmarshalJSON(src []byte) error + func (v *NullableVersionVulnerabilityVendorNVDCommon) Unset() + func (v NullableVersionVulnerabilityVendorNVDCommon) Get() *VersionVulnerabilityVendorNVDCommon + func (v NullableVersionVulnerabilityVendorNVDCommon) IsSet() bool + func (v NullableVersionVulnerabilityVendorNVDCommon) MarshalJSON() ([]byte, error) + type NullableVersionVulnerabilityVendorNVDCommonCvss struct + func NewNullableVersionVulnerabilityVendorNVDCommonCvss(val *VersionVulnerabilityVendorNVDCommonCvss) *NullableVersionVulnerabilityVendorNVDCommonCvss + func (v *NullableVersionVulnerabilityVendorNVDCommonCvss) Set(val *VersionVulnerabilityVendorNVDCommonCvss) + func (v *NullableVersionVulnerabilityVendorNVDCommonCvss) UnmarshalJSON(src []byte) error + func (v *NullableVersionVulnerabilityVendorNVDCommonCvss) Unset() + func (v NullableVersionVulnerabilityVendorNVDCommonCvss) Get() *VersionVulnerabilityVendorNVDCommonCvss + func (v NullableVersionVulnerabilityVendorNVDCommonCvss) IsSet() bool + func (v NullableVersionVulnerabilityVendorNVDCommonCvss) MarshalJSON() ([]byte, error) + type NullableVulnerability struct + func NewNullableVulnerability(val *Vulnerability) *NullableVulnerability + func (v *NullableVulnerability) Set(val *Vulnerability) + func (v *NullableVulnerability) UnmarshalJSON(src []byte) error + func (v *NullableVulnerability) Unset() + func (v NullableVulnerability) Get() *Vulnerability + func (v NullableVulnerability) IsSet() bool + func (v NullableVulnerability) MarshalJSON() ([]byte, error) + type NvdDataObject struct + CvssV2 *CVSSV2Scores + CvssV3 *CVSSV3Scores + Id *string + func NewNvdDataObject() *NvdDataObject + func NewNvdDataObjectWithDefaults() *NvdDataObject + func (o *NvdDataObject) GetCvssV2() CVSSV2Scores + func (o *NvdDataObject) GetCvssV2Ok() (*CVSSV2Scores, bool) + func (o *NvdDataObject) GetCvssV3() CVSSV3Scores + func (o *NvdDataObject) GetCvssV3Ok() (*CVSSV3Scores, bool) + func (o *NvdDataObject) GetId() string + func (o *NvdDataObject) GetIdOk() (*string, bool) + func (o *NvdDataObject) HasCvssV2() bool + func (o *NvdDataObject) HasCvssV3() bool + func (o *NvdDataObject) HasId() bool + func (o *NvdDataObject) SetCvssV2(v CVSSV2Scores) + func (o *NvdDataObject) SetCvssV3(v CVSSV3Scores) + func (o *NvdDataObject) SetId(v string) + func (o NvdDataObject) MarshalJSON() ([]byte, error) + type Package struct + Cpes *[]string + ImplementationVersion *string + Licenses *[]string + Location *string + MavenVersion *string + Metadata *interface{} + MetadataType *string + Name *string + Origin *string + Release *string + Size *int32 + Sourcepkg *string + SpecificationVersion *string + Version *string + func NewPackage() *Package + func NewPackageWithDefaults() *Package + func (o *Package) GetCpes() []string + func (o *Package) GetCpesOk() (*[]string, bool) + func (o *Package) GetImplementationVersion() string + func (o *Package) GetImplementationVersionOk() (*string, bool) + func (o *Package) GetLicenses() []string + func (o *Package) GetLicensesOk() (*[]string, bool) + func (o *Package) GetLocation() string + func (o *Package) GetLocationOk() (*string, bool) + func (o *Package) GetMavenVersion() string + func (o *Package) GetMavenVersionOk() (*string, bool) + func (o *Package) GetMetadata() interface{} + func (o *Package) GetMetadataOk() (*interface{}, bool) + func (o *Package) GetMetadataType() string + func (o *Package) GetMetadataTypeOk() (*string, bool) + func (o *Package) GetName() string + func (o *Package) GetNameOk() (*string, bool) + func (o *Package) GetOrigin() string + func (o *Package) GetOriginOk() (*string, bool) + func (o *Package) GetRelease() string + func (o *Package) GetReleaseOk() (*string, bool) + func (o *Package) GetSize() int32 + func (o *Package) GetSizeOk() (*int32, bool) + func (o *Package) GetSourcepkg() string + func (o *Package) GetSourcepkgOk() (*string, bool) + func (o *Package) GetSpecificationVersion() string + func (o *Package) GetSpecificationVersionOk() (*string, bool) + func (o *Package) GetVersion() string + func (o *Package) GetVersionOk() (*string, bool) + func (o *Package) HasCpes() bool + func (o *Package) HasImplementationVersion() bool + func (o *Package) HasLicenses() bool + func (o *Package) HasLocation() bool + func (o *Package) HasMavenVersion() bool + func (o *Package) HasMetadata() bool + func (o *Package) HasMetadataType() bool + func (o *Package) HasName() bool + func (o *Package) HasOrigin() bool + func (o *Package) HasRelease() bool + func (o *Package) HasSize() bool + func (o *Package) HasSourcepkg() bool + func (o *Package) HasSpecificationVersion() bool + func (o *Package) HasVersion() bool + func (o *Package) SetCpes(v []string) + func (o *Package) SetImplementationVersion(v string) + func (o *Package) SetLicenses(v []string) + func (o *Package) SetLocation(v string) + func (o *Package) SetMavenVersion(v string) + func (o *Package) SetMetadata(v interface{}) + func (o *Package) SetMetadataType(v string) + func (o *Package) SetName(v string) + func (o *Package) SetOrigin(v string) + func (o *Package) SetRelease(v string) + func (o *Package) SetSize(v int32) + func (o *Package) SetSourcepkg(v string) + func (o *Package) SetSpecificationVersion(v string) + func (o *Package) SetVersion(v string) + func (o Package) MarshalJSON() ([]byte, error) + type PolicyEvaluationResult struct + AccountId *string + CreatedAt *time.Time + EvaluationId *string + EvaluationUrl *string + FinalAction *string + LastUpdated *time.Time + PolicyId *string + RepositoryName *string + Result *interface{} + SourceId *string + VcsHost *string + func NewPolicyEvaluationResult() *PolicyEvaluationResult + func NewPolicyEvaluationResultWithDefaults() *PolicyEvaluationResult + func (o *PolicyEvaluationResult) GetAccountId() string + func (o *PolicyEvaluationResult) GetAccountIdOk() (*string, bool) + func (o *PolicyEvaluationResult) GetCreatedAt() time.Time + func (o *PolicyEvaluationResult) GetCreatedAtOk() (*time.Time, bool) + func (o *PolicyEvaluationResult) GetEvaluationId() string + func (o *PolicyEvaluationResult) GetEvaluationIdOk() (*string, bool) + func (o *PolicyEvaluationResult) GetEvaluationUrl() string + func (o *PolicyEvaluationResult) GetEvaluationUrlOk() (*string, bool) + func (o *PolicyEvaluationResult) GetFinalAction() string + func (o *PolicyEvaluationResult) GetFinalActionOk() (*string, bool) + func (o *PolicyEvaluationResult) GetLastUpdated() time.Time + func (o *PolicyEvaluationResult) GetLastUpdatedOk() (*time.Time, bool) + func (o *PolicyEvaluationResult) GetPolicyId() string + func (o *PolicyEvaluationResult) GetPolicyIdOk() (*string, bool) + func (o *PolicyEvaluationResult) GetRepositoryName() string + func (o *PolicyEvaluationResult) GetRepositoryNameOk() (*string, bool) + func (o *PolicyEvaluationResult) GetResult() interface{} + func (o *PolicyEvaluationResult) GetResultOk() (*interface{}, bool) + func (o *PolicyEvaluationResult) GetSourceId() string + func (o *PolicyEvaluationResult) GetSourceIdOk() (*string, bool) + func (o *PolicyEvaluationResult) GetVcsHost() string + func (o *PolicyEvaluationResult) GetVcsHostOk() (*string, bool) + func (o *PolicyEvaluationResult) HasAccountId() bool + func (o *PolicyEvaluationResult) HasCreatedAt() bool + func (o *PolicyEvaluationResult) HasEvaluationId() bool + func (o *PolicyEvaluationResult) HasEvaluationUrl() bool + func (o *PolicyEvaluationResult) HasFinalAction() bool + func (o *PolicyEvaluationResult) HasLastUpdated() bool + func (o *PolicyEvaluationResult) HasPolicyId() bool + func (o *PolicyEvaluationResult) HasRepositoryName() bool + func (o *PolicyEvaluationResult) HasResult() bool + func (o *PolicyEvaluationResult) HasSourceId() bool + func (o *PolicyEvaluationResult) HasVcsHost() bool + func (o *PolicyEvaluationResult) SetAccountId(v string) + func (o *PolicyEvaluationResult) SetCreatedAt(v time.Time) + func (o *PolicyEvaluationResult) SetEvaluationId(v string) + func (o *PolicyEvaluationResult) SetEvaluationUrl(v string) + func (o *PolicyEvaluationResult) SetFinalAction(v string) + func (o *PolicyEvaluationResult) SetLastUpdated(v time.Time) + func (o *PolicyEvaluationResult) SetPolicyId(v string) + func (o *PolicyEvaluationResult) SetRepositoryName(v string) + func (o *PolicyEvaluationResult) SetResult(v interface{}) + func (o *PolicyEvaluationResult) SetSourceId(v string) + func (o *PolicyEvaluationResult) SetVcsHost(v string) + func (o PolicyEvaluationResult) MarshalJSON() ([]byte, error) + type RelationshipSbomDiff struct + BothUnmodified *[]Package + SourceModified *[]ModifiedPackage + SourceOnly *[]Package + TargetOnly *[]Package + func NewRelationshipSbomDiff() *RelationshipSbomDiff + func NewRelationshipSbomDiffWithDefaults() *RelationshipSbomDiff + func (o *RelationshipSbomDiff) GetBothUnmodified() []Package + func (o *RelationshipSbomDiff) GetBothUnmodifiedOk() (*[]Package, bool) + func (o *RelationshipSbomDiff) GetSourceModified() []ModifiedPackage + func (o *RelationshipSbomDiff) GetSourceModifiedOk() (*[]ModifiedPackage, bool) + func (o *RelationshipSbomDiff) GetSourceOnly() []Package + func (o *RelationshipSbomDiff) GetSourceOnlyOk() (*[]Package, bool) + func (o *RelationshipSbomDiff) GetTargetOnly() []Package + func (o *RelationshipSbomDiff) GetTargetOnlyOk() (*[]Package, bool) + func (o *RelationshipSbomDiff) HasBothUnmodified() bool + func (o *RelationshipSbomDiff) HasSourceModified() bool + func (o *RelationshipSbomDiff) HasSourceOnly() bool + func (o *RelationshipSbomDiff) HasTargetOnly() bool + func (o *RelationshipSbomDiff) SetBothUnmodified(v []Package) + func (o *RelationshipSbomDiff) SetSourceModified(v []ModifiedPackage) + func (o *RelationshipSbomDiff) SetSourceOnly(v []Package) + func (o *RelationshipSbomDiff) SetTargetOnly(v []Package) + func (o RelationshipSbomDiff) MarshalJSON() ([]byte, error) + type RelationshipType string + const CONTAINED_BY + const CONTAINS + func NewRelationshipTypeFromValue(v string) (*RelationshipType, error) + func (v *RelationshipType) UnmarshalJSON(src []byte) error + func (v RelationshipType) IsValid() bool + func (v RelationshipType) Ptr() *RelationshipType + type RelationshipsApi interface + AddArtifactRelationship func(ctx _context.Context) ApiAddArtifactRelationshipRequest + AddArtifactRelationshipExecute func(r ApiAddArtifactRelationshipRequest) (interface{}, *_nethttp.Response, error) + DeleteArtifactRelationships func(ctx _context.Context) ApiDeleteArtifactRelationshipsRequest + DeleteArtifactRelationshipsExecute func(r ApiDeleteArtifactRelationshipsRequest) (interface{}, *_nethttp.Response, error) + GetArtifactRelationship func(ctx _context.Context, relationshipId string) ApiGetArtifactRelationshipRequest + GetArtifactRelationshipExecute func(r ApiGetArtifactRelationshipRequest) (ArtifactRelationship, *_nethttp.Response, error) + GetRelationshipSbomDiff func(ctx _context.Context, relationshipId string) ApiGetRelationshipSbomDiffRequest + GetRelationshipSbomDiffExecute func(r ApiGetRelationshipSbomDiffRequest) (RelationshipSbomDiff, *_nethttp.Response, error) + ListArtifactRelationships func(ctx _context.Context) ApiListArtifactRelationshipsRequest + ListArtifactRelationshipsExecute func(r ApiListArtifactRelationshipsRequest) ([]ArtifactRelationship, *_nethttp.Response, error) + type RelationshipsApiService service + func (a *RelationshipsApiService) AddArtifactRelationship(ctx _context.Context) ApiAddArtifactRelationshipRequest + func (a *RelationshipsApiService) AddArtifactRelationshipExecute(r ApiAddArtifactRelationshipRequest) (interface{}, *_nethttp.Response, error) + func (a *RelationshipsApiService) DeleteArtifactRelationships(ctx _context.Context) ApiDeleteArtifactRelationshipsRequest + func (a *RelationshipsApiService) DeleteArtifactRelationshipsExecute(r ApiDeleteArtifactRelationshipsRequest) (interface{}, *_nethttp.Response, error) + func (a *RelationshipsApiService) GetArtifactRelationship(ctx _context.Context, relationshipId string) ApiGetArtifactRelationshipRequest + func (a *RelationshipsApiService) GetArtifactRelationshipExecute(r ApiGetArtifactRelationshipRequest) (ArtifactRelationship, *_nethttp.Response, error) + func (a *RelationshipsApiService) GetRelationshipSbomDiff(ctx _context.Context, relationshipId string) ApiGetRelationshipSbomDiffRequest + func (a *RelationshipsApiService) GetRelationshipSbomDiffExecute(r ApiGetRelationshipSbomDiffRequest) (RelationshipSbomDiff, *_nethttp.Response, error) + func (a *RelationshipsApiService) ListArtifactRelationships(ctx _context.Context) ApiListArtifactRelationshipsRequest + func (a *RelationshipsApiService) ListArtifactRelationshipsExecute(r ApiListArtifactRelationshipsRequest) ([]ArtifactRelationship, *_nethttp.Response, error) + type ResourceLabel struct + Key *string + Value *string + func NewResourceLabel() *ResourceLabel + func NewResourceLabelWithDefaults() *ResourceLabel + func (o *ResourceLabel) GetKey() string + func (o *ResourceLabel) GetKeyOk() (*string, bool) + func (o *ResourceLabel) GetValue() string + func (o *ResourceLabel) GetValueOk() (*string, bool) + func (o *ResourceLabel) HasKey() bool + func (o *ResourceLabel) HasValue() bool + func (o *ResourceLabel) SetKey(v string) + func (o *ResourceLabel) SetValue(v string) + func (o ResourceLabel) MarshalJSON() ([]byte, error) + type RuntimeComplianceCheck struct + CheckType string + ComplianceFileIds *map[string]string + EndTime *time.Time + ImageDigest *string + ImageTag *string + Namespace *string + Pod *string + Result *string + StartTime *time.Time + func NewRuntimeComplianceCheck(checkType string) *RuntimeComplianceCheck + func NewRuntimeComplianceCheckWithDefaults() *RuntimeComplianceCheck + func (o *RuntimeComplianceCheck) GetCheckType() string + func (o *RuntimeComplianceCheck) GetCheckTypeOk() (*string, bool) + func (o *RuntimeComplianceCheck) GetComplianceFileIds() map[string]string + func (o *RuntimeComplianceCheck) GetComplianceFileIdsOk() (*map[string]string, bool) + func (o *RuntimeComplianceCheck) GetEndTime() time.Time + func (o *RuntimeComplianceCheck) GetEndTimeOk() (*time.Time, bool) + func (o *RuntimeComplianceCheck) GetImageDigest() string + func (o *RuntimeComplianceCheck) GetImageDigestOk() (*string, bool) + func (o *RuntimeComplianceCheck) GetImageTag() string + func (o *RuntimeComplianceCheck) GetImageTagOk() (*string, bool) + func (o *RuntimeComplianceCheck) GetNamespace() string + func (o *RuntimeComplianceCheck) GetNamespaceOk() (*string, bool) + func (o *RuntimeComplianceCheck) GetPod() string + func (o *RuntimeComplianceCheck) GetPodOk() (*string, bool) + func (o *RuntimeComplianceCheck) GetResult() string + func (o *RuntimeComplianceCheck) GetResultOk() (*string, bool) + func (o *RuntimeComplianceCheck) GetStartTime() time.Time + func (o *RuntimeComplianceCheck) GetStartTimeOk() (*time.Time, bool) + func (o *RuntimeComplianceCheck) HasComplianceFileIds() bool + func (o *RuntimeComplianceCheck) HasEndTime() bool + func (o *RuntimeComplianceCheck) HasImageDigest() bool + func (o *RuntimeComplianceCheck) HasImageTag() bool + func (o *RuntimeComplianceCheck) HasNamespace() bool + func (o *RuntimeComplianceCheck) HasPod() bool + func (o *RuntimeComplianceCheck) HasResult() bool + func (o *RuntimeComplianceCheck) HasStartTime() bool + func (o *RuntimeComplianceCheck) SetCheckType(v string) + func (o *RuntimeComplianceCheck) SetComplianceFileIds(v map[string]string) + func (o *RuntimeComplianceCheck) SetEndTime(v time.Time) + func (o *RuntimeComplianceCheck) SetImageDigest(v string) + func (o *RuntimeComplianceCheck) SetImageTag(v string) + func (o *RuntimeComplianceCheck) SetNamespace(v string) + func (o *RuntimeComplianceCheck) SetPod(v string) + func (o *RuntimeComplianceCheck) SetResult(v string) + func (o *RuntimeComplianceCheck) SetStartTime(v time.Time) + func (o RuntimeComplianceCheck) MarshalJSON() ([]byte, error) + type SBOMVulnerabilitiesResponse struct + SbomId *string + Vulnerabilities *[]Vulnerability + VulnerabilityType *string + func NewSBOMVulnerabilitiesResponse() *SBOMVulnerabilitiesResponse + func NewSBOMVulnerabilitiesResponseWithDefaults() *SBOMVulnerabilitiesResponse + func (o *SBOMVulnerabilitiesResponse) GetSbomId() string + func (o *SBOMVulnerabilitiesResponse) GetSbomIdOk() (*string, bool) + func (o *SBOMVulnerabilitiesResponse) GetVulnerabilities() []Vulnerability + func (o *SBOMVulnerabilitiesResponse) GetVulnerabilitiesOk() (*[]Vulnerability, bool) + func (o *SBOMVulnerabilitiesResponse) GetVulnerabilityType() string + func (o *SBOMVulnerabilitiesResponse) GetVulnerabilityTypeOk() (*string, bool) + func (o *SBOMVulnerabilitiesResponse) HasSbomId() bool + func (o *SBOMVulnerabilitiesResponse) HasVulnerabilities() bool + func (o *SBOMVulnerabilitiesResponse) HasVulnerabilityType() bool + func (o *SBOMVulnerabilitiesResponse) SetSbomId(v string) + func (o *SBOMVulnerabilitiesResponse) SetVulnerabilities(v []Vulnerability) + func (o *SBOMVulnerabilitiesResponse) SetVulnerabilityType(v string) + func (o SBOMVulnerabilitiesResponse) MarshalJSON() ([]byte, error) + type ServerConfiguration struct + Description string + URL string + Variables map[string]ServerVariable + type ServerConfigurations []ServerConfiguration + func (sc ServerConfigurations) URL(index int, variables map[string]string) (string, error) + type ServerVariable struct + DefaultValue string + Description string + EnumValues []string + type Source struct + AccountId *string + AnalysisStatus *string + CreatedAt *time.Time + Host *string + LastUpdated *time.Time + RepositoryName *string + Revision *string + SourceStatus *string + Uuid *string + func NewSource() *Source + func NewSourceWithDefaults() *Source + func (o *Source) GetAccountId() string + func (o *Source) GetAccountIdOk() (*string, bool) + func (o *Source) GetAnalysisStatus() string + func (o *Source) GetAnalysisStatusOk() (*string, bool) + func (o *Source) GetCreatedAt() time.Time + func (o *Source) GetCreatedAtOk() (*time.Time, bool) + func (o *Source) GetHost() string + func (o *Source) GetHostOk() (*string, bool) + func (o *Source) GetLastUpdated() time.Time + func (o *Source) GetLastUpdatedOk() (*time.Time, bool) + func (o *Source) GetRepositoryName() string + func (o *Source) GetRepositoryNameOk() (*string, bool) + func (o *Source) GetRevision() string + func (o *Source) GetRevisionOk() (*string, bool) + func (o *Source) GetSourceStatus() string + func (o *Source) GetSourceStatusOk() (*string, bool) + func (o *Source) GetUuid() string + func (o *Source) GetUuidOk() (*string, bool) + func (o *Source) HasAccountId() bool + func (o *Source) HasAnalysisStatus() bool + func (o *Source) HasCreatedAt() bool + func (o *Source) HasHost() bool + func (o *Source) HasLastUpdated() bool + func (o *Source) HasRepositoryName() bool + func (o *Source) HasRevision() bool + func (o *Source) HasSourceStatus() bool + func (o *Source) HasUuid() bool + func (o *Source) SetAccountId(v string) + func (o *Source) SetAnalysisStatus(v string) + func (o *Source) SetCreatedAt(v time.Time) + func (o *Source) SetHost(v string) + func (o *Source) SetLastUpdated(v time.Time) + func (o *Source) SetRepositoryName(v string) + func (o *Source) SetRevision(v string) + func (o *Source) SetSourceStatus(v string) + func (o *Source) SetUuid(v string) + func (o Source) MarshalJSON() ([]byte, error) + type SourceContentPackageResponse struct + Content *[]SourceContentPackageResponseContent + ContentType *string + SourceId *string + func NewSourceContentPackageResponse() *SourceContentPackageResponse + func NewSourceContentPackageResponseWithDefaults() *SourceContentPackageResponse + func (o *SourceContentPackageResponse) GetContent() []SourceContentPackageResponseContent + func (o *SourceContentPackageResponse) GetContentOk() (*[]SourceContentPackageResponseContent, bool) + func (o *SourceContentPackageResponse) GetContentType() string + func (o *SourceContentPackageResponse) GetContentTypeOk() (*string, bool) + func (o *SourceContentPackageResponse) GetSourceId() string + func (o *SourceContentPackageResponse) GetSourceIdOk() (*string, bool) + func (o *SourceContentPackageResponse) HasContent() bool + func (o *SourceContentPackageResponse) HasContentType() bool + func (o *SourceContentPackageResponse) HasSourceId() bool + func (o *SourceContentPackageResponse) SetContent(v []SourceContentPackageResponseContent) + func (o *SourceContentPackageResponse) SetContentType(v string) + func (o *SourceContentPackageResponse) SetSourceId(v string) + func (o SourceContentPackageResponse) MarshalJSON() ([]byte, error) + type SourceContentPackageResponseContent struct + Cpes *[]string + License *string + Licenses *[]string + Location *string + Metadata *interface{} + MetadataType *string + Origin *string + Package *string + Size *string + Type *string + Version *string + func NewSourceContentPackageResponseContent() *SourceContentPackageResponseContent + func NewSourceContentPackageResponseContentWithDefaults() *SourceContentPackageResponseContent + func (o *SourceContentPackageResponseContent) GetCpes() []string + func (o *SourceContentPackageResponseContent) GetCpesOk() (*[]string, bool) + func (o *SourceContentPackageResponseContent) GetLicense() string + func (o *SourceContentPackageResponseContent) GetLicenseOk() (*string, bool) + func (o *SourceContentPackageResponseContent) GetLicenses() []string + func (o *SourceContentPackageResponseContent) GetLicensesOk() (*[]string, bool) + func (o *SourceContentPackageResponseContent) GetLocation() string + func (o *SourceContentPackageResponseContent) GetLocationOk() (*string, bool) + func (o *SourceContentPackageResponseContent) GetMetadata() interface{} + func (o *SourceContentPackageResponseContent) GetMetadataOk() (*interface{}, bool) + func (o *SourceContentPackageResponseContent) GetMetadataType() string + func (o *SourceContentPackageResponseContent) GetMetadataTypeOk() (*string, bool) + func (o *SourceContentPackageResponseContent) GetOrigin() string + func (o *SourceContentPackageResponseContent) GetOriginOk() (*string, bool) + func (o *SourceContentPackageResponseContent) GetPackage() string + func (o *SourceContentPackageResponseContent) GetPackageOk() (*string, bool) + func (o *SourceContentPackageResponseContent) GetSize() string + func (o *SourceContentPackageResponseContent) GetSizeOk() (*string, bool) + func (o *SourceContentPackageResponseContent) GetType() string + func (o *SourceContentPackageResponseContent) GetTypeOk() (*string, bool) + func (o *SourceContentPackageResponseContent) GetVersion() string + func (o *SourceContentPackageResponseContent) GetVersionOk() (*string, bool) + func (o *SourceContentPackageResponseContent) HasCpes() bool + func (o *SourceContentPackageResponseContent) HasLicense() bool + func (o *SourceContentPackageResponseContent) HasLicenses() bool + func (o *SourceContentPackageResponseContent) HasLocation() bool + func (o *SourceContentPackageResponseContent) HasMetadata() bool + func (o *SourceContentPackageResponseContent) HasMetadataType() bool + func (o *SourceContentPackageResponseContent) HasOrigin() bool + func (o *SourceContentPackageResponseContent) HasPackage() bool + func (o *SourceContentPackageResponseContent) HasSize() bool + func (o *SourceContentPackageResponseContent) HasType() bool + func (o *SourceContentPackageResponseContent) HasVersion() bool + func (o *SourceContentPackageResponseContent) SetCpes(v []string) + func (o *SourceContentPackageResponseContent) SetLicense(v string) + func (o *SourceContentPackageResponseContent) SetLicenses(v []string) + func (o *SourceContentPackageResponseContent) SetLocation(v string) + func (o *SourceContentPackageResponseContent) SetMetadata(v interface{}) + func (o *SourceContentPackageResponseContent) SetMetadataType(v string) + func (o *SourceContentPackageResponseContent) SetOrigin(v string) + func (o *SourceContentPackageResponseContent) SetPackage(v string) + func (o *SourceContentPackageResponseContent) SetSize(v string) + func (o *SourceContentPackageResponseContent) SetType(v string) + func (o *SourceContentPackageResponseContent) SetVersion(v string) + func (o SourceContentPackageResponseContent) MarshalJSON() ([]byte, error) + type SourceImportContentResponse struct + CreatedAt *time.Time + Digest *string + func NewSourceImportContentResponse() *SourceImportContentResponse + func NewSourceImportContentResponseWithDefaults() *SourceImportContentResponse + func (o *SourceImportContentResponse) GetCreatedAt() time.Time + func (o *SourceImportContentResponse) GetCreatedAtOk() (*time.Time, bool) + func (o *SourceImportContentResponse) GetDigest() string + func (o *SourceImportContentResponse) GetDigestOk() (*string, bool) + func (o *SourceImportContentResponse) HasCreatedAt() bool + func (o *SourceImportContentResponse) HasDigest() bool + func (o *SourceImportContentResponse) SetCreatedAt(v time.Time) + func (o *SourceImportContentResponse) SetDigest(v string) + func (o SourceImportContentResponse) MarshalJSON() ([]byte, error) + type SourceImportMetadata struct + BranchName NullableString + ChangeAuthor NullableString + CiWorkflowExecutionTime NullableTime + CiWorkflowName NullableString + Contents SourceImportMetadataContents + Host string + RepositoryName string + Revision string + func NewSourceImportMetadata(host string, repositoryName string, revision string, ...) *SourceImportMetadata + func NewSourceImportMetadataWithDefaults() *SourceImportMetadata + func (o *SourceImportMetadata) GetBranchName() string + func (o *SourceImportMetadata) GetBranchNameOk() (*string, bool) + func (o *SourceImportMetadata) GetChangeAuthor() string + func (o *SourceImportMetadata) GetChangeAuthorOk() (*string, bool) + func (o *SourceImportMetadata) GetCiWorkflowExecutionTime() time.Time + func (o *SourceImportMetadata) GetCiWorkflowExecutionTimeOk() (*time.Time, bool) + func (o *SourceImportMetadata) GetCiWorkflowName() string + func (o *SourceImportMetadata) GetCiWorkflowNameOk() (*string, bool) + func (o *SourceImportMetadata) GetContents() SourceImportMetadataContents + func (o *SourceImportMetadata) GetContentsOk() (*SourceImportMetadataContents, bool) + func (o *SourceImportMetadata) GetHost() string + func (o *SourceImportMetadata) GetHostOk() (*string, bool) + func (o *SourceImportMetadata) GetRepositoryName() string + func (o *SourceImportMetadata) GetRepositoryNameOk() (*string, bool) + func (o *SourceImportMetadata) GetRevision() string + func (o *SourceImportMetadata) GetRevisionOk() (*string, bool) + func (o *SourceImportMetadata) HasBranchName() bool + func (o *SourceImportMetadata) HasChangeAuthor() bool + func (o *SourceImportMetadata) HasCiWorkflowExecutionTime() bool + func (o *SourceImportMetadata) HasCiWorkflowName() bool + func (o *SourceImportMetadata) SetBranchName(v string) + func (o *SourceImportMetadata) SetBranchNameNil() + func (o *SourceImportMetadata) SetChangeAuthor(v string) + func (o *SourceImportMetadata) SetChangeAuthorNil() + func (o *SourceImportMetadata) SetCiWorkflowExecutionTime(v time.Time) + func (o *SourceImportMetadata) SetCiWorkflowExecutionTimeNil() + func (o *SourceImportMetadata) SetCiWorkflowName(v string) + func (o *SourceImportMetadata) SetCiWorkflowNameNil() + func (o *SourceImportMetadata) SetContents(v SourceImportMetadataContents) + func (o *SourceImportMetadata) SetHost(v string) + func (o *SourceImportMetadata) SetRepositoryName(v string) + func (o *SourceImportMetadata) SetRevision(v string) + func (o *SourceImportMetadata) UnsetBranchName() + func (o *SourceImportMetadata) UnsetChangeAuthor() + func (o *SourceImportMetadata) UnsetCiWorkflowExecutionTime() + func (o *SourceImportMetadata) UnsetCiWorkflowName() + func (o SourceImportMetadata) MarshalJSON() ([]byte, error) + type SourceImportMetadataContents struct + Sbom string + func NewSourceImportMetadataContents(sbom string) *SourceImportMetadataContents + func NewSourceImportMetadataContentsWithDefaults() *SourceImportMetadataContents + func (o *SourceImportMetadataContents) GetSbom() string + func (o *SourceImportMetadataContents) GetSbomOk() (*string, bool) + func (o *SourceImportMetadataContents) SetSbom(v string) + func (o SourceImportMetadataContents) MarshalJSON() ([]byte, error) + type SourceImportOperation struct + CreatedAt *time.Time + ExpiresAt *time.Time + LastUpdated *time.Time + Status *string + Uuid *string + func NewSourceImportOperation() *SourceImportOperation + func NewSourceImportOperationWithDefaults() *SourceImportOperation + func (o *SourceImportOperation) GetCreatedAt() time.Time + func (o *SourceImportOperation) GetCreatedAtOk() (*time.Time, bool) + func (o *SourceImportOperation) GetExpiresAt() time.Time + func (o *SourceImportOperation) GetExpiresAtOk() (*time.Time, bool) + func (o *SourceImportOperation) GetLastUpdated() time.Time + func (o *SourceImportOperation) GetLastUpdatedOk() (*time.Time, bool) + func (o *SourceImportOperation) GetStatus() string + func (o *SourceImportOperation) GetStatusOk() (*string, bool) + func (o *SourceImportOperation) GetUuid() string + func (o *SourceImportOperation) GetUuidOk() (*string, bool) + func (o *SourceImportOperation) HasCreatedAt() bool + func (o *SourceImportOperation) HasExpiresAt() bool + func (o *SourceImportOperation) HasLastUpdated() bool + func (o *SourceImportOperation) HasStatus() bool + func (o *SourceImportOperation) HasUuid() bool + func (o *SourceImportOperation) SetCreatedAt(v time.Time) + func (o *SourceImportOperation) SetExpiresAt(v time.Time) + func (o *SourceImportOperation) SetLastUpdated(v time.Time) + func (o *SourceImportOperation) SetStatus(v string) + func (o *SourceImportOperation) SetUuid(v string) + func (o SourceImportOperation) MarshalJSON() ([]byte, error) + type SourceManifest struct + AccountId *string + AnalysisStatus *string + CreatedAt *time.Time + Host *string + LastUpdated *time.Time + MetadataRecords *[]SourceManifestMetadataRecords + RepositoryName *string + Revision *string + SourceStatus *string + Uuid *string + VcsType *string + func NewSourceManifest() *SourceManifest + func NewSourceManifestWithDefaults() *SourceManifest + func (o *SourceManifest) GetAccountId() string + func (o *SourceManifest) GetAccountIdOk() (*string, bool) + func (o *SourceManifest) GetAnalysisStatus() string + func (o *SourceManifest) GetAnalysisStatusOk() (*string, bool) + func (o *SourceManifest) GetCreatedAt() time.Time + func (o *SourceManifest) GetCreatedAtOk() (*time.Time, bool) + func (o *SourceManifest) GetHost() string + func (o *SourceManifest) GetHostOk() (*string, bool) + func (o *SourceManifest) GetLastUpdated() time.Time + func (o *SourceManifest) GetLastUpdatedOk() (*time.Time, bool) + func (o *SourceManifest) GetMetadataRecords() []SourceManifestMetadataRecords + func (o *SourceManifest) GetMetadataRecordsOk() (*[]SourceManifestMetadataRecords, bool) + func (o *SourceManifest) GetRepositoryName() string + func (o *SourceManifest) GetRepositoryNameOk() (*string, bool) + func (o *SourceManifest) GetRevision() string + func (o *SourceManifest) GetRevisionOk() (*string, bool) + func (o *SourceManifest) GetSourceStatus() string + func (o *SourceManifest) GetSourceStatusOk() (*string, bool) + func (o *SourceManifest) GetUuid() string + func (o *SourceManifest) GetUuidOk() (*string, bool) + func (o *SourceManifest) GetVcsType() string + func (o *SourceManifest) GetVcsTypeOk() (*string, bool) + func (o *SourceManifest) HasAccountId() bool + func (o *SourceManifest) HasAnalysisStatus() bool + func (o *SourceManifest) HasCreatedAt() bool + func (o *SourceManifest) HasHost() bool + func (o *SourceManifest) HasLastUpdated() bool + func (o *SourceManifest) HasMetadataRecords() bool + func (o *SourceManifest) HasRepositoryName() bool + func (o *SourceManifest) HasRevision() bool + func (o *SourceManifest) HasSourceStatus() bool + func (o *SourceManifest) HasUuid() bool + func (o *SourceManifest) HasVcsType() bool + func (o *SourceManifest) SetAccountId(v string) + func (o *SourceManifest) SetAnalysisStatus(v string) + func (o *SourceManifest) SetCreatedAt(v time.Time) + func (o *SourceManifest) SetHost(v string) + func (o *SourceManifest) SetLastUpdated(v time.Time) + func (o *SourceManifest) SetMetadataRecords(v []SourceManifestMetadataRecords) + func (o *SourceManifest) SetRepositoryName(v string) + func (o *SourceManifest) SetRevision(v string) + func (o *SourceManifest) SetSourceStatus(v string) + func (o *SourceManifest) SetUuid(v string) + func (o *SourceManifest) SetVcsType(v string) + func (o SourceManifest) MarshalJSON() ([]byte, error) + type SourceManifestMetadataRecords struct + BranchName NullableString + ChangeAuthor NullableString + CiWorkflowExecutionTime NullableTime + CiWorkflowName NullableString + Uuid *string + func NewSourceManifestMetadataRecords() *SourceManifestMetadataRecords + func NewSourceManifestMetadataRecordsWithDefaults() *SourceManifestMetadataRecords + func (o *SourceManifestMetadataRecords) GetBranchName() string + func (o *SourceManifestMetadataRecords) GetBranchNameOk() (*string, bool) + func (o *SourceManifestMetadataRecords) GetChangeAuthor() string + func (o *SourceManifestMetadataRecords) GetChangeAuthorOk() (*string, bool) + func (o *SourceManifestMetadataRecords) GetCiWorkflowExecutionTime() time.Time + func (o *SourceManifestMetadataRecords) GetCiWorkflowExecutionTimeOk() (*time.Time, bool) + func (o *SourceManifestMetadataRecords) GetCiWorkflowName() string + func (o *SourceManifestMetadataRecords) GetCiWorkflowNameOk() (*string, bool) + func (o *SourceManifestMetadataRecords) GetUuid() string + func (o *SourceManifestMetadataRecords) GetUuidOk() (*string, bool) + func (o *SourceManifestMetadataRecords) HasBranchName() bool + func (o *SourceManifestMetadataRecords) HasChangeAuthor() bool + func (o *SourceManifestMetadataRecords) HasCiWorkflowExecutionTime() bool + func (o *SourceManifestMetadataRecords) HasCiWorkflowName() bool + func (o *SourceManifestMetadataRecords) HasUuid() bool + func (o *SourceManifestMetadataRecords) SetBranchName(v string) + func (o *SourceManifestMetadataRecords) SetBranchNameNil() + func (o *SourceManifestMetadataRecords) SetChangeAuthor(v string) + func (o *SourceManifestMetadataRecords) SetChangeAuthorNil() + func (o *SourceManifestMetadataRecords) SetCiWorkflowExecutionTime(v time.Time) + func (o *SourceManifestMetadataRecords) SetCiWorkflowExecutionTimeNil() + func (o *SourceManifestMetadataRecords) SetCiWorkflowName(v string) + func (o *SourceManifestMetadataRecords) SetCiWorkflowNameNil() + func (o *SourceManifestMetadataRecords) SetUuid(v string) + func (o *SourceManifestMetadataRecords) UnsetBranchName() + func (o *SourceManifestMetadataRecords) UnsetChangeAuthor() + func (o *SourceManifestMetadataRecords) UnsetCiWorkflowExecutionTime() + func (o *SourceManifestMetadataRecords) UnsetCiWorkflowName() + func (o SourceManifestMetadataRecords) MarshalJSON() ([]byte, error) + type SourceVulnerabilitiesResponse struct + SourceId *string + Vulnerabilities *[]Vulnerability + VulnerabilityType *string + func NewSourceVulnerabilitiesResponse() *SourceVulnerabilitiesResponse + func NewSourceVulnerabilitiesResponseWithDefaults() *SourceVulnerabilitiesResponse + func (o *SourceVulnerabilitiesResponse) GetSourceId() string + func (o *SourceVulnerabilitiesResponse) GetSourceIdOk() (*string, bool) + func (o *SourceVulnerabilitiesResponse) GetVulnerabilities() []Vulnerability + func (o *SourceVulnerabilitiesResponse) GetVulnerabilitiesOk() (*[]Vulnerability, bool) + func (o *SourceVulnerabilitiesResponse) GetVulnerabilityType() string + func (o *SourceVulnerabilitiesResponse) GetVulnerabilityTypeOk() (*string, bool) + func (o *SourceVulnerabilitiesResponse) HasSourceId() bool + func (o *SourceVulnerabilitiesResponse) HasVulnerabilities() bool + func (o *SourceVulnerabilitiesResponse) HasVulnerabilityType() bool + func (o *SourceVulnerabilitiesResponse) SetSourceId(v string) + func (o *SourceVulnerabilitiesResponse) SetVulnerabilities(v []Vulnerability) + func (o *SourceVulnerabilitiesResponse) SetVulnerabilityType(v string) + func (o SourceVulnerabilitiesResponse) MarshalJSON() ([]byte, error) + type SourcesApi interface + DeleteSource func(ctx _context.Context, sourceId string) ApiDeleteSourceRequest + DeleteSourceExecute func(r ApiDeleteSourceRequest) (SourceManifest, *_nethttp.Response, error) + GetSource func(ctx _context.Context, sourceId string) ApiGetSourceRequest + GetSourceContentByType func(ctx _context.Context, sourceId string, contentType string) ApiGetSourceContentByTypeRequest + GetSourceContentByTypeExecute func(r ApiGetSourceContentByTypeRequest) (SourceContentPackageResponse, *_nethttp.Response, error) + GetSourceContentTypes func(ctx _context.Context, sourceId string) ApiGetSourceContentTypesRequest + GetSourceContentTypesExecute func(r ApiGetSourceContentTypesRequest) ([]string, *_nethttp.Response, error) + GetSourceExecute func(r ApiGetSourceRequest) (SourceManifest, *_nethttp.Response, error) + GetSourcePolicyCheck func(ctx _context.Context, sourceId string) ApiGetSourcePolicyCheckRequest + GetSourcePolicyCheckExecute func(r ApiGetSourcePolicyCheckRequest) ([]PolicyEvaluationResult, *_nethttp.Response, error) + GetSourceSbomNative func(ctx _context.Context, sourceId string) ApiGetSourceSbomNativeRequest + GetSourceSbomNativeExecute func(r ApiGetSourceSbomNativeRequest) (*os.File, *_nethttp.Response, error) + GetSourceSbomTypes func(ctx _context.Context, sourceId string) ApiGetSourceSbomTypesRequest + GetSourceSbomTypesExecute func(r ApiGetSourceSbomTypesRequest) ([]string, *_nethttp.Response, error) + GetSourceVulnerabilities func(ctx _context.Context, sourceId string, vtype string) ApiGetSourceVulnerabilitiesRequest + GetSourceVulnerabilitiesExecute func(r ApiGetSourceVulnerabilitiesRequest) (SourceVulnerabilitiesResponse, *_nethttp.Response, error) + GetSourceVulnerabilityTypes func(ctx _context.Context, sourceId string) ApiGetSourceVulnerabilityTypesRequest + GetSourceVulnerabilityTypesExecute func(r ApiGetSourceVulnerabilityTypesRequest) ([]string, *_nethttp.Response, error) + ListSources func(ctx _context.Context) ApiListSourcesRequest + ListSourcesExecute func(r ApiListSourcesRequest) ([]Source, *_nethttp.Response, error) + type SourcesApiService service + func (a *SourcesApiService) DeleteSource(ctx _context.Context, sourceId string) ApiDeleteSourceRequest + func (a *SourcesApiService) DeleteSourceExecute(r ApiDeleteSourceRequest) (SourceManifest, *_nethttp.Response, error) + func (a *SourcesApiService) GetSource(ctx _context.Context, sourceId string) ApiGetSourceRequest + func (a *SourcesApiService) GetSourceContentByType(ctx _context.Context, sourceId string, contentType string) ApiGetSourceContentByTypeRequest + func (a *SourcesApiService) GetSourceContentByTypeExecute(r ApiGetSourceContentByTypeRequest) (SourceContentPackageResponse, *_nethttp.Response, error) + func (a *SourcesApiService) GetSourceContentTypes(ctx _context.Context, sourceId string) ApiGetSourceContentTypesRequest + func (a *SourcesApiService) GetSourceContentTypesExecute(r ApiGetSourceContentTypesRequest) ([]string, *_nethttp.Response, error) + func (a *SourcesApiService) GetSourceExecute(r ApiGetSourceRequest) (SourceManifest, *_nethttp.Response, error) + func (a *SourcesApiService) GetSourcePolicyCheck(ctx _context.Context, sourceId string) ApiGetSourcePolicyCheckRequest + func (a *SourcesApiService) GetSourcePolicyCheckExecute(r ApiGetSourcePolicyCheckRequest) ([]PolicyEvaluationResult, *_nethttp.Response, error) + func (a *SourcesApiService) GetSourceSbomNative(ctx _context.Context, sourceId string) ApiGetSourceSbomNativeRequest + func (a *SourcesApiService) GetSourceSbomNativeExecute(r ApiGetSourceSbomNativeRequest) (*os.File, *_nethttp.Response, error) + func (a *SourcesApiService) GetSourceSbomTypes(ctx _context.Context, sourceId string) ApiGetSourceSbomTypesRequest + func (a *SourcesApiService) GetSourceSbomTypesExecute(r ApiGetSourceSbomTypesRequest) ([]string, *_nethttp.Response, error) + func (a *SourcesApiService) GetSourceVulnerabilities(ctx _context.Context, sourceId string, vtype string) ApiGetSourceVulnerabilitiesRequest + func (a *SourcesApiService) GetSourceVulnerabilitiesExecute(r ApiGetSourceVulnerabilitiesRequest) (SourceVulnerabilitiesResponse, *_nethttp.Response, error) + func (a *SourcesApiService) GetSourceVulnerabilityTypes(ctx _context.Context, sourceId string) ApiGetSourceVulnerabilityTypesRequest + func (a *SourcesApiService) GetSourceVulnerabilityTypesExecute(r ApiGetSourceVulnerabilityTypesRequest) ([]string, *_nethttp.Response, error) + func (a *SourcesApiService) ListSources(ctx _context.Context) ApiListSourcesRequest + func (a *SourcesApiService) ListSourcesExecute(r ApiListSourcesRequest) ([]Source, *_nethttp.Response, error) + type StatelessApi interface + GetStatelessSbomVulnerabilities func(ctx _context.Context, vtype string) ApiGetStatelessSbomVulnerabilitiesRequest + GetStatelessSbomVulnerabilitiesExecute func(r ApiGetStatelessSbomVulnerabilitiesRequest) (SBOMVulnerabilitiesResponse, *_nethttp.Response, error) + type StatelessApiService service + func (a *StatelessApiService) GetStatelessSbomVulnerabilities(ctx _context.Context, vtype string) ApiGetStatelessSbomVulnerabilitiesRequest + func (a *StatelessApiService) GetStatelessSbomVulnerabilitiesExecute(r ApiGetStatelessSbomVulnerabilitiesRequest) (SBOMVulnerabilitiesResponse, *_nethttp.Response, error) + type VendorDataObject struct + CvssV2 *CVSSV2Scores + CvssV3 *CVSSV3Scores + Id *string + func NewVendorDataObject() *VendorDataObject + func NewVendorDataObjectWithDefaults() *VendorDataObject + func (o *VendorDataObject) GetCvssV2() CVSSV2Scores + func (o *VendorDataObject) GetCvssV2Ok() (*CVSSV2Scores, bool) + func (o *VendorDataObject) GetCvssV3() CVSSV3Scores + func (o *VendorDataObject) GetCvssV3Ok() (*CVSSV3Scores, bool) + func (o *VendorDataObject) GetId() string + func (o *VendorDataObject) GetIdOk() (*string, bool) + func (o *VendorDataObject) HasCvssV2() bool + func (o *VendorDataObject) HasCvssV3() bool + func (o *VendorDataObject) HasId() bool + func (o *VendorDataObject) SetCvssV2(v CVSSV2Scores) + func (o *VendorDataObject) SetCvssV3(v CVSSV3Scores) + func (o *VendorDataObject) SetId(v string) + func (o VendorDataObject) MarshalJSON() ([]byte, error) + type VersionVulnerability struct + Id *string + Matches *[]VersionVulnerabilityMatch + Nvd *[]VersionVulnerabilityNVD + VendorData *VersionVulnerabilityVendor + func NewVersionVulnerability() *VersionVulnerability + func NewVersionVulnerabilityWithDefaults() *VersionVulnerability + func (o *VersionVulnerability) GetId() string + func (o *VersionVulnerability) GetIdOk() (*string, bool) + func (o *VersionVulnerability) GetMatches() []VersionVulnerabilityMatch + func (o *VersionVulnerability) GetMatchesOk() (*[]VersionVulnerabilityMatch, bool) + func (o *VersionVulnerability) GetNvd() []VersionVulnerabilityNVD + func (o *VersionVulnerability) GetNvdOk() (*[]VersionVulnerabilityNVD, bool) + func (o *VersionVulnerability) GetVendorData() VersionVulnerabilityVendor + func (o *VersionVulnerability) GetVendorDataOk() (*VersionVulnerabilityVendor, bool) + func (o *VersionVulnerability) HasId() bool + func (o *VersionVulnerability) HasMatches() bool + func (o *VersionVulnerability) HasNvd() bool + func (o *VersionVulnerability) HasVendorData() bool + func (o *VersionVulnerability) SetId(v string) + func (o *VersionVulnerability) SetMatches(v []VersionVulnerabilityMatch) + func (o *VersionVulnerability) SetNvd(v []VersionVulnerabilityNVD) + func (o *VersionVulnerability) SetVendorData(v VersionVulnerabilityVendor) + func (o VersionVulnerability) MarshalJSON() ([]byte, error) + type VersionVulnerabilityMatch struct + Fix *string + Location *VersionVulnerabilityMatchLocation + func NewVersionVulnerabilityMatch() *VersionVulnerabilityMatch + func NewVersionVulnerabilityMatchWithDefaults() *VersionVulnerabilityMatch + func (o *VersionVulnerabilityMatch) GetFix() string + func (o *VersionVulnerabilityMatch) GetFixOk() (*string, bool) + func (o *VersionVulnerabilityMatch) GetLocation() VersionVulnerabilityMatchLocation + func (o *VersionVulnerabilityMatch) GetLocationOk() (*VersionVulnerabilityMatchLocation, bool) + func (o *VersionVulnerabilityMatch) HasFix() bool + func (o *VersionVulnerabilityMatch) HasLocation() bool + func (o *VersionVulnerabilityMatch) SetFix(v string) + func (o *VersionVulnerabilityMatch) SetLocation(v VersionVulnerabilityMatchLocation) + func (o VersionVulnerabilityMatch) MarshalJSON() ([]byte, error) + type VersionVulnerabilityMatchLocation struct + Artifact *VersionVulnerabilityMatchLocationArtifact + Package *VersionVulnerabilityMatchLocationPackage + func NewVersionVulnerabilityMatchLocation() *VersionVulnerabilityMatchLocation + func NewVersionVulnerabilityMatchLocationWithDefaults() *VersionVulnerabilityMatchLocation + func (o *VersionVulnerabilityMatchLocation) GetArtifact() VersionVulnerabilityMatchLocationArtifact + func (o *VersionVulnerabilityMatchLocation) GetArtifactOk() (*VersionVulnerabilityMatchLocationArtifact, bool) + func (o *VersionVulnerabilityMatchLocation) GetPackage() VersionVulnerabilityMatchLocationPackage + func (o *VersionVulnerabilityMatchLocation) GetPackageOk() (*VersionVulnerabilityMatchLocationPackage, bool) + func (o *VersionVulnerabilityMatchLocation) HasArtifact() bool + func (o *VersionVulnerabilityMatchLocation) HasPackage() bool + func (o *VersionVulnerabilityMatchLocation) SetArtifact(v VersionVulnerabilityMatchLocationArtifact) + func (o *VersionVulnerabilityMatchLocation) SetPackage(v VersionVulnerabilityMatchLocationPackage) + func (o VersionVulnerabilityMatchLocation) MarshalJSON() ([]byte, error) + type VersionVulnerabilityMatchLocationArtifact struct + Id *string + Type *string + func NewVersionVulnerabilityMatchLocationArtifact() *VersionVulnerabilityMatchLocationArtifact + func NewVersionVulnerabilityMatchLocationArtifactWithDefaults() *VersionVulnerabilityMatchLocationArtifact + func (o *VersionVulnerabilityMatchLocationArtifact) GetId() string + func (o *VersionVulnerabilityMatchLocationArtifact) GetIdOk() (*string, bool) + func (o *VersionVulnerabilityMatchLocationArtifact) GetType() string + func (o *VersionVulnerabilityMatchLocationArtifact) GetTypeOk() (*string, bool) + func (o *VersionVulnerabilityMatchLocationArtifact) HasId() bool + func (o *VersionVulnerabilityMatchLocationArtifact) HasType() bool + func (o *VersionVulnerabilityMatchLocationArtifact) SetId(v string) + func (o *VersionVulnerabilityMatchLocationArtifact) SetType(v string) + func (o VersionVulnerabilityMatchLocationArtifact) MarshalJSON() ([]byte, error) + type VersionVulnerabilityMatchLocationPackage struct + Location *string + Name *string + Type *string + Version *string + func NewVersionVulnerabilityMatchLocationPackage() *VersionVulnerabilityMatchLocationPackage + func NewVersionVulnerabilityMatchLocationPackageWithDefaults() *VersionVulnerabilityMatchLocationPackage + func (o *VersionVulnerabilityMatchLocationPackage) GetLocation() string + func (o *VersionVulnerabilityMatchLocationPackage) GetLocationOk() (*string, bool) + func (o *VersionVulnerabilityMatchLocationPackage) GetName() string + func (o *VersionVulnerabilityMatchLocationPackage) GetNameOk() (*string, bool) + func (o *VersionVulnerabilityMatchLocationPackage) GetType() string + func (o *VersionVulnerabilityMatchLocationPackage) GetTypeOk() (*string, bool) + func (o *VersionVulnerabilityMatchLocationPackage) GetVersion() string + func (o *VersionVulnerabilityMatchLocationPackage) GetVersionOk() (*string, bool) + func (o *VersionVulnerabilityMatchLocationPackage) HasLocation() bool + func (o *VersionVulnerabilityMatchLocationPackage) HasName() bool + func (o *VersionVulnerabilityMatchLocationPackage) HasType() bool + func (o *VersionVulnerabilityMatchLocationPackage) HasVersion() bool + func (o *VersionVulnerabilityMatchLocationPackage) SetLocation(v string) + func (o *VersionVulnerabilityMatchLocationPackage) SetName(v string) + func (o *VersionVulnerabilityMatchLocationPackage) SetType(v string) + func (o *VersionVulnerabilityMatchLocationPackage) SetVersion(v string) + func (o VersionVulnerabilityMatchLocationPackage) MarshalJSON() ([]byte, error) + type VersionVulnerabilityNVD struct + Cvss *VersionVulnerabilityVendorNVDCommonCvss + Description *string + Id *string + Severity *string + Url *string + func NewVersionVulnerabilityNVD() *VersionVulnerabilityNVD + func NewVersionVulnerabilityNVDWithDefaults() *VersionVulnerabilityNVD + func (o *VersionVulnerabilityNVD) GetCvss() VersionVulnerabilityVendorNVDCommonCvss + func (o *VersionVulnerabilityNVD) GetCvssOk() (*VersionVulnerabilityVendorNVDCommonCvss, bool) + func (o *VersionVulnerabilityNVD) GetDescription() string + func (o *VersionVulnerabilityNVD) GetDescriptionOk() (*string, bool) + func (o *VersionVulnerabilityNVD) GetId() string + func (o *VersionVulnerabilityNVD) GetIdOk() (*string, bool) + func (o *VersionVulnerabilityNVD) GetSeverity() string + func (o *VersionVulnerabilityNVD) GetSeverityOk() (*string, bool) + func (o *VersionVulnerabilityNVD) GetUrl() string + func (o *VersionVulnerabilityNVD) GetUrlOk() (*string, bool) + func (o *VersionVulnerabilityNVD) HasCvss() bool + func (o *VersionVulnerabilityNVD) HasDescription() bool + func (o *VersionVulnerabilityNVD) HasId() bool + func (o *VersionVulnerabilityNVD) HasSeverity() bool + func (o *VersionVulnerabilityNVD) HasUrl() bool + func (o *VersionVulnerabilityNVD) SetCvss(v VersionVulnerabilityVendorNVDCommonCvss) + func (o *VersionVulnerabilityNVD) SetDescription(v string) + func (o *VersionVulnerabilityNVD) SetId(v string) + func (o *VersionVulnerabilityNVD) SetSeverity(v string) + func (o *VersionVulnerabilityNVD) SetUrl(v string) + func (o VersionVulnerabilityNVD) MarshalJSON() ([]byte, error) + type VersionVulnerabilityNVDAllOf struct + Id *string + func NewVersionVulnerabilityNVDAllOf() *VersionVulnerabilityNVDAllOf + func NewVersionVulnerabilityNVDAllOfWithDefaults() *VersionVulnerabilityNVDAllOf + func (o *VersionVulnerabilityNVDAllOf) GetId() string + func (o *VersionVulnerabilityNVDAllOf) GetIdOk() (*string, bool) + func (o *VersionVulnerabilityNVDAllOf) HasId() bool + func (o *VersionVulnerabilityNVDAllOf) SetId(v string) + func (o VersionVulnerabilityNVDAllOf) MarshalJSON() ([]byte, error) + type VersionVulnerabilityReportImage struct + ImageDigest *string + func NewVersionVulnerabilityReportImage() *VersionVulnerabilityReportImage + func NewVersionVulnerabilityReportImageWithDefaults() *VersionVulnerabilityReportImage + func (o *VersionVulnerabilityReportImage) GetImageDigest() string + func (o *VersionVulnerabilityReportImage) GetImageDigestOk() (*string, bool) + func (o *VersionVulnerabilityReportImage) HasImageDigest() bool + func (o *VersionVulnerabilityReportImage) SetImageDigest(v string) + func (o VersionVulnerabilityReportImage) MarshalJSON() ([]byte, error) + type VersionVulnerabilityReportSource struct + Host *string + RepositoryName *string + Revision *string + Uuid *string + func NewVersionVulnerabilityReportSource() *VersionVulnerabilityReportSource + func NewVersionVulnerabilityReportSourceWithDefaults() *VersionVulnerabilityReportSource + func (o *VersionVulnerabilityReportSource) GetHost() string + func (o *VersionVulnerabilityReportSource) GetHostOk() (*string, bool) + func (o *VersionVulnerabilityReportSource) GetRepositoryName() string + func (o *VersionVulnerabilityReportSource) GetRepositoryNameOk() (*string, bool) + func (o *VersionVulnerabilityReportSource) GetRevision() string + func (o *VersionVulnerabilityReportSource) GetRevisionOk() (*string, bool) + func (o *VersionVulnerabilityReportSource) GetUuid() string + func (o *VersionVulnerabilityReportSource) GetUuidOk() (*string, bool) + func (o *VersionVulnerabilityReportSource) HasHost() bool + func (o *VersionVulnerabilityReportSource) HasRepositoryName() bool + func (o *VersionVulnerabilityReportSource) HasRevision() bool + func (o *VersionVulnerabilityReportSource) HasUuid() bool + func (o *VersionVulnerabilityReportSource) SetHost(v string) + func (o *VersionVulnerabilityReportSource) SetRepositoryName(v string) + func (o *VersionVulnerabilityReportSource) SetRevision(v string) + func (o *VersionVulnerabilityReportSource) SetUuid(v string) + func (o VersionVulnerabilityReportSource) MarshalJSON() ([]byte, error) + type VersionVulnerabilityVendor struct + Cvss *VersionVulnerabilityVendorNVDCommonCvss + Description *string + Feed *string + Group *string + Severity *string + Url *string + WillNotFix *bool + func NewVersionVulnerabilityVendor() *VersionVulnerabilityVendor + func NewVersionVulnerabilityVendorWithDefaults() *VersionVulnerabilityVendor + func (o *VersionVulnerabilityVendor) GetCvss() VersionVulnerabilityVendorNVDCommonCvss + func (o *VersionVulnerabilityVendor) GetCvssOk() (*VersionVulnerabilityVendorNVDCommonCvss, bool) + func (o *VersionVulnerabilityVendor) GetDescription() string + func (o *VersionVulnerabilityVendor) GetDescriptionOk() (*string, bool) + func (o *VersionVulnerabilityVendor) GetFeed() string + func (o *VersionVulnerabilityVendor) GetFeedOk() (*string, bool) + func (o *VersionVulnerabilityVendor) GetGroup() string + func (o *VersionVulnerabilityVendor) GetGroupOk() (*string, bool) + func (o *VersionVulnerabilityVendor) GetSeverity() string + func (o *VersionVulnerabilityVendor) GetSeverityOk() (*string, bool) + func (o *VersionVulnerabilityVendor) GetUrl() string + func (o *VersionVulnerabilityVendor) GetUrlOk() (*string, bool) + func (o *VersionVulnerabilityVendor) GetWillNotFix() bool + func (o *VersionVulnerabilityVendor) GetWillNotFixOk() (*bool, bool) + func (o *VersionVulnerabilityVendor) HasCvss() bool + func (o *VersionVulnerabilityVendor) HasDescription() bool + func (o *VersionVulnerabilityVendor) HasFeed() bool + func (o *VersionVulnerabilityVendor) HasGroup() bool + func (o *VersionVulnerabilityVendor) HasSeverity() bool + func (o *VersionVulnerabilityVendor) HasUrl() bool + func (o *VersionVulnerabilityVendor) HasWillNotFix() bool + func (o *VersionVulnerabilityVendor) SetCvss(v VersionVulnerabilityVendorNVDCommonCvss) + func (o *VersionVulnerabilityVendor) SetDescription(v string) + func (o *VersionVulnerabilityVendor) SetFeed(v string) + func (o *VersionVulnerabilityVendor) SetGroup(v string) + func (o *VersionVulnerabilityVendor) SetSeverity(v string) + func (o *VersionVulnerabilityVendor) SetUrl(v string) + func (o *VersionVulnerabilityVendor) SetWillNotFix(v bool) + func (o VersionVulnerabilityVendor) MarshalJSON() ([]byte, error) + type VersionVulnerabilityVendorAllOf struct + Feed *string + Group *string + WillNotFix *bool + func NewVersionVulnerabilityVendorAllOf() *VersionVulnerabilityVendorAllOf + func NewVersionVulnerabilityVendorAllOfWithDefaults() *VersionVulnerabilityVendorAllOf + func (o *VersionVulnerabilityVendorAllOf) GetFeed() string + func (o *VersionVulnerabilityVendorAllOf) GetFeedOk() (*string, bool) + func (o *VersionVulnerabilityVendorAllOf) GetGroup() string + func (o *VersionVulnerabilityVendorAllOf) GetGroupOk() (*string, bool) + func (o *VersionVulnerabilityVendorAllOf) GetWillNotFix() bool + func (o *VersionVulnerabilityVendorAllOf) GetWillNotFixOk() (*bool, bool) + func (o *VersionVulnerabilityVendorAllOf) HasFeed() bool + func (o *VersionVulnerabilityVendorAllOf) HasGroup() bool + func (o *VersionVulnerabilityVendorAllOf) HasWillNotFix() bool + func (o *VersionVulnerabilityVendorAllOf) SetFeed(v string) + func (o *VersionVulnerabilityVendorAllOf) SetGroup(v string) + func (o *VersionVulnerabilityVendorAllOf) SetWillNotFix(v bool) + func (o VersionVulnerabilityVendorAllOf) MarshalJSON() ([]byte, error) + type VersionVulnerabilityVendorNVDCommon struct + Cvss *VersionVulnerabilityVendorNVDCommonCvss + Description *string + Severity *string + Url *string + func NewVersionVulnerabilityVendorNVDCommon() *VersionVulnerabilityVendorNVDCommon + func NewVersionVulnerabilityVendorNVDCommonWithDefaults() *VersionVulnerabilityVendorNVDCommon + func (o *VersionVulnerabilityVendorNVDCommon) GetCvss() VersionVulnerabilityVendorNVDCommonCvss + func (o *VersionVulnerabilityVendorNVDCommon) GetCvssOk() (*VersionVulnerabilityVendorNVDCommonCvss, bool) + func (o *VersionVulnerabilityVendorNVDCommon) GetDescription() string + func (o *VersionVulnerabilityVendorNVDCommon) GetDescriptionOk() (*string, bool) + func (o *VersionVulnerabilityVendorNVDCommon) GetSeverity() string + func (o *VersionVulnerabilityVendorNVDCommon) GetSeverityOk() (*string, bool) + func (o *VersionVulnerabilityVendorNVDCommon) GetUrl() string + func (o *VersionVulnerabilityVendorNVDCommon) GetUrlOk() (*string, bool) + func (o *VersionVulnerabilityVendorNVDCommon) HasCvss() bool + func (o *VersionVulnerabilityVendorNVDCommon) HasDescription() bool + func (o *VersionVulnerabilityVendorNVDCommon) HasSeverity() bool + func (o *VersionVulnerabilityVendorNVDCommon) HasUrl() bool + func (o *VersionVulnerabilityVendorNVDCommon) SetCvss(v VersionVulnerabilityVendorNVDCommonCvss) + func (o *VersionVulnerabilityVendorNVDCommon) SetDescription(v string) + func (o *VersionVulnerabilityVendorNVDCommon) SetSeverity(v string) + func (o *VersionVulnerabilityVendorNVDCommon) SetUrl(v string) + func (o VersionVulnerabilityVendorNVDCommon) MarshalJSON() ([]byte, error) + type VersionVulnerabilityVendorNVDCommonCvss struct + CvssV2 *CVSSV2Scores + CvssV3 *CVSSV3Scores + func NewVersionVulnerabilityVendorNVDCommonCvss() *VersionVulnerabilityVendorNVDCommonCvss + func NewVersionVulnerabilityVendorNVDCommonCvssWithDefaults() *VersionVulnerabilityVendorNVDCommonCvss + func (o *VersionVulnerabilityVendorNVDCommonCvss) GetCvssV2() CVSSV2Scores + func (o *VersionVulnerabilityVendorNVDCommonCvss) GetCvssV2Ok() (*CVSSV2Scores, bool) + func (o *VersionVulnerabilityVendorNVDCommonCvss) GetCvssV3() CVSSV3Scores + func (o *VersionVulnerabilityVendorNVDCommonCvss) GetCvssV3Ok() (*CVSSV3Scores, bool) + func (o *VersionVulnerabilityVendorNVDCommonCvss) HasCvssV2() bool + func (o *VersionVulnerabilityVendorNVDCommonCvss) HasCvssV3() bool + func (o *VersionVulnerabilityVendorNVDCommonCvss) SetCvssV2(v CVSSV2Scores) + func (o *VersionVulnerabilityVendorNVDCommonCvss) SetCvssV3(v CVSSV3Scores) + func (o VersionVulnerabilityVendorNVDCommonCvss) MarshalJSON() ([]byte, error) + type Vulnerability struct + Feed *string + FeedGroup *string + Fix *string + NvdData *[]NvdDataObject + Package *string + PackageCpe *string + PackageName *string + PackagePath *string + PackageType *string + PackageVersion *string + Severity *string + Url *string + VendorData *[]VendorDataObject + Vuln *string + WillNotFix *bool + func NewVulnerability() *Vulnerability + func NewVulnerabilityWithDefaults() *Vulnerability + func (o *Vulnerability) GetFeed() string + func (o *Vulnerability) GetFeedGroup() string + func (o *Vulnerability) GetFeedGroupOk() (*string, bool) + func (o *Vulnerability) GetFeedOk() (*string, bool) + func (o *Vulnerability) GetFix() string + func (o *Vulnerability) GetFixOk() (*string, bool) + func (o *Vulnerability) GetNvdData() []NvdDataObject + func (o *Vulnerability) GetNvdDataOk() (*[]NvdDataObject, bool) + func (o *Vulnerability) GetPackage() string + func (o *Vulnerability) GetPackageCpe() string + func (o *Vulnerability) GetPackageCpeOk() (*string, bool) + func (o *Vulnerability) GetPackageName() string + func (o *Vulnerability) GetPackageNameOk() (*string, bool) + func (o *Vulnerability) GetPackageOk() (*string, bool) + func (o *Vulnerability) GetPackagePath() string + func (o *Vulnerability) GetPackagePathOk() (*string, bool) + func (o *Vulnerability) GetPackageType() string + func (o *Vulnerability) GetPackageTypeOk() (*string, bool) + func (o *Vulnerability) GetPackageVersion() string + func (o *Vulnerability) GetPackageVersionOk() (*string, bool) + func (o *Vulnerability) GetSeverity() string + func (o *Vulnerability) GetSeverityOk() (*string, bool) + func (o *Vulnerability) GetUrl() string + func (o *Vulnerability) GetUrlOk() (*string, bool) + func (o *Vulnerability) GetVendorData() []VendorDataObject + func (o *Vulnerability) GetVendorDataOk() (*[]VendorDataObject, bool) + func (o *Vulnerability) GetVuln() string + func (o *Vulnerability) GetVulnOk() (*string, bool) + func (o *Vulnerability) GetWillNotFix() bool + func (o *Vulnerability) GetWillNotFixOk() (*bool, bool) + func (o *Vulnerability) HasFeed() bool + func (o *Vulnerability) HasFeedGroup() bool + func (o *Vulnerability) HasFix() bool + func (o *Vulnerability) HasNvdData() bool + func (o *Vulnerability) HasPackage() bool + func (o *Vulnerability) HasPackageCpe() bool + func (o *Vulnerability) HasPackageName() bool + func (o *Vulnerability) HasPackagePath() bool + func (o *Vulnerability) HasPackageType() bool + func (o *Vulnerability) HasPackageVersion() bool + func (o *Vulnerability) HasSeverity() bool + func (o *Vulnerability) HasUrl() bool + func (o *Vulnerability) HasVendorData() bool + func (o *Vulnerability) HasVuln() bool + func (o *Vulnerability) HasWillNotFix() bool + func (o *Vulnerability) SetFeed(v string) + func (o *Vulnerability) SetFeedGroup(v string) + func (o *Vulnerability) SetFix(v string) + func (o *Vulnerability) SetNvdData(v []NvdDataObject) + func (o *Vulnerability) SetPackage(v string) + func (o *Vulnerability) SetPackageCpe(v string) + func (o *Vulnerability) SetPackageName(v string) + func (o *Vulnerability) SetPackagePath(v string) + func (o *Vulnerability) SetPackageType(v string) + func (o *Vulnerability) SetPackageVersion(v string) + func (o *Vulnerability) SetSeverity(v string) + func (o *Vulnerability) SetUrl(v string) + func (o *Vulnerability) SetVendorData(v []VendorDataObject) + func (o *Vulnerability) SetVuln(v string) + func (o *Vulnerability) SetWillNotFix(v bool) + func (o Vulnerability) MarshalJSON() ([]byte, error)