operations

package
v0.0.0-...-5f6b411 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Jan 11, 2024 License: Apache-2.0 Imports: 13 Imported by: 3

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type Client

type Client struct {
	// contains filtered or unexported fields
}

Client for operations API

func (*Client) DeleteApplicationResourcesID

func (a *Client) DeleteApplicationResourcesID(params *DeleteApplicationResourcesIDParams, opts ...ClientOption) (*DeleteApplicationResourcesIDNoContent, error)

DeleteApplicationResourcesID deletes application resource

func (*Client) DeleteApplicationsID

func (a *Client) DeleteApplicationsID(params *DeleteApplicationsIDParams, opts ...ClientOption) (*DeleteApplicationsIDNoContent, error)

DeleteApplicationsID deletes application

func (*Client) GetApplicationResources

func (a *Client) GetApplicationResources(params *GetApplicationResourcesParams, opts ...ClientOption) (*GetApplicationResourcesOK, error)

GetApplicationResources gets application resources

func (*Client) GetApplicationResourcesID

func (a *Client) GetApplicationResourcesID(params *GetApplicationResourcesIDParams, opts ...ClientOption) (*GetApplicationResourcesIDOK, error)

GetApplicationResourcesID gets application resource

func (*Client) GetApplications

func (a *Client) GetApplications(params *GetApplicationsParams, opts ...ClientOption) (*GetApplicationsOK, error)

GetApplications gets applications

func (*Client) GetApplicationsID

func (a *Client) GetApplicationsID(params *GetApplicationsIDParams, opts ...ClientOption) (*GetApplicationsIDOK, error)

GetApplicationsID gets application

func (*Client) GetCisdockerbenchmarkresultsID

func (a *Client) GetCisdockerbenchmarkresultsID(params *GetCisdockerbenchmarkresultsIDParams, opts ...ClientOption) (*GetCisdockerbenchmarkresultsIDOK, error)

GetCisdockerbenchmarkresultsID gets c i s docker benchmark results by application resource ID

func (*Client) GetDashboardCounters

func (a *Client) GetDashboardCounters(params *GetDashboardCountersParams, opts ...ClientOption) (*GetDashboardCountersOK, error)

GetDashboardCounters gets number of applications resources packages and vulnerabilities

func (*Client) GetDashboardMostVulnerable

func (a *Client) GetDashboardMostVulnerable(params *GetDashboardMostVulnerableParams, opts ...ClientOption) (*GetDashboardMostVulnerableOK, error)

GetDashboardMostVulnerable gets top 5 most vulnerable applications resources and packages

func (*Client) GetDashboardPackagesPerLanguage

func (a *Client) GetDashboardPackagesPerLanguage(params *GetDashboardPackagesPerLanguageParams, opts ...ClientOption) (*GetDashboardPackagesPerLanguageOK, error)

GetDashboardPackagesPerLanguage gets packages count per language

func (*Client) GetDashboardPackagesPerLicense

func (a *Client) GetDashboardPackagesPerLicense(params *GetDashboardPackagesPerLicenseParams, opts ...ClientOption) (*GetDashboardPackagesPerLicenseOK, error)

GetDashboardPackagesPerLicense gets packages count per license type

func (*Client) GetDashboardTrendsVulnerabilities

func (a *Client) GetDashboardTrendsVulnerabilities(params *GetDashboardTrendsVulnerabilitiesParams, opts ...ClientOption) (*GetDashboardTrendsVulnerabilitiesOK, error)

GetDashboardTrendsVulnerabilities gets new vulnerabilities trend

func (*Client) GetDashboardVulnerabilitiesWithFix

func (a *Client) GetDashboardVulnerabilitiesWithFix(params *GetDashboardVulnerabilitiesWithFixParams, opts ...ClientOption) (*GetDashboardVulnerabilitiesWithFixOK, error)

GetDashboardVulnerabilitiesWithFix gets vulnerabilities with fix available per severity

func (*Client) GetNamespaces

func (a *Client) GetNamespaces(params *GetNamespacesParams, opts ...ClientOption) (*GetNamespacesOK, error)

GetNamespaces gets list of namespaces in kubernetes cluster

func (*Client) GetPackages

func (a *Client) GetPackages(params *GetPackagesParams, opts ...ClientOption) (*GetPackagesOK, error)

GetPackages gets packages

func (*Client) GetPackagesID

func (a *Client) GetPackagesID(params *GetPackagesIDParams, opts ...ClientOption) (*GetPackagesIDOK, error)

GetPackagesID gets package

func (*Client) GetPackagesIDApplicationResources

func (a *Client) GetPackagesIDApplicationResources(params *GetPackagesIDApplicationResourcesParams, opts ...ClientOption) (*GetPackagesIDApplicationResourcesOK, error)

GetPackagesIDApplicationResources gets package application resources

func (*Client) GetRuntimeQuickscanConfig

func (a *Client) GetRuntimeQuickscanConfig(params *GetRuntimeQuickscanConfigParams, opts ...ClientOption) (*GetRuntimeQuickscanConfigOK, error)

GetRuntimeQuickscanConfig gets runtime quick scan configuration

func (*Client) GetRuntimeScanProgress

func (a *Client) GetRuntimeScanProgress(params *GetRuntimeScanProgressParams, opts ...ClientOption) (*GetRuntimeScanProgressOK, error)

GetRuntimeScanProgress gets scan progress

func (*Client) GetRuntimeScanResults

func (a *Client) GetRuntimeScanResults(params *GetRuntimeScanResultsParams, opts ...ClientOption) (*GetRuntimeScanResultsOK, error)

GetRuntimeScanResults gets scan results

func (*Client) GetRuntimeScheduleScanConfig

func (a *Client) GetRuntimeScheduleScanConfig(params *GetRuntimeScheduleScanConfigParams, opts ...ClientOption) (*GetRuntimeScheduleScanConfigOK, error)

GetRuntimeScheduleScanConfig gets runtime scheduled scan configuration

func (*Client) GetVulnerabilities

func (a *Client) GetVulnerabilities(params *GetVulnerabilitiesParams, opts ...ClientOption) (*GetVulnerabilitiesOK, error)

GetVulnerabilities gets vulnerabilities

func (*Client) GetVulnerabilitiesVulIDPkgID

func (a *Client) GetVulnerabilitiesVulIDPkgID(params *GetVulnerabilitiesVulIDPkgIDParams, opts ...ClientOption) (*GetVulnerabilitiesVulIDPkgIDOK, error)

GetVulnerabilitiesVulIDPkgID gets a vulnerability of a specific package

func (*Client) PostApplications

func (a *Client) PostApplications(params *PostApplicationsParams, opts ...ClientOption) (*PostApplicationsCreated, error)

PostApplications creates application

func (*Client) PostApplicationsContentAnalysisID

func (a *Client) PostApplicationsContentAnalysisID(params *PostApplicationsContentAnalysisIDParams, opts ...ClientOption) (*PostApplicationsContentAnalysisIDCreated, error)

PostApplicationsContentAnalysisID reports a content analysis for a specific application

func (*Client) PostApplicationsVulnerabilityScanID

func (a *Client) PostApplicationsVulnerabilityScanID(params *PostApplicationsVulnerabilityScanIDParams, opts ...ClientOption) (*PostApplicationsVulnerabilityScanIDCreated, error)

PostApplicationsVulnerabilityScanID reports a vulnerability scan for a specific application

func (*Client) PutApplicationsID

func (a *Client) PutApplicationsID(params *PutApplicationsIDParams, opts ...ClientOption) (*PutApplicationsIDOK, error)

PutApplicationsID updates application

func (*Client) PutRuntimeQuickscanConfig

func (a *Client) PutRuntimeQuickscanConfig(params *PutRuntimeQuickscanConfigParams, opts ...ClientOption) (*PutRuntimeQuickscanConfigCreated, error)

PutRuntimeQuickscanConfig sets runtime quick scan configuration

func (*Client) PutRuntimeScanStart

func (a *Client) PutRuntimeScanStart(params *PutRuntimeScanStartParams, opts ...ClientOption) (*PutRuntimeScanStartCreated, error)

PutRuntimeScanStart schedules a runtime scan

func (*Client) PutRuntimeScanStop

func (a *Client) PutRuntimeScanStop(params *PutRuntimeScanStopParams, opts ...ClientOption) (*PutRuntimeScanStopCreated, error)

PutRuntimeScanStop stops a runtime scan

func (*Client) PutRuntimeScheduleScanConfig

func (a *Client) PutRuntimeScheduleScanConfig(params *PutRuntimeScheduleScanConfigParams, opts ...ClientOption) (*PutRuntimeScheduleScanConfigCreated, error)

PutRuntimeScheduleScanConfig sets runtime scheduled scan configuration

func (*Client) SetTransport

func (a *Client) SetTransport(transport runtime.ClientTransport)

SetTransport changes the transport on the client

type ClientOption

type ClientOption func(*runtime.ClientOperation)

ClientOption is the option for Client methods

type ClientService

type ClientService interface {
	DeleteApplicationResourcesID(params *DeleteApplicationResourcesIDParams, opts ...ClientOption) (*DeleteApplicationResourcesIDNoContent, error)

	DeleteApplicationsID(params *DeleteApplicationsIDParams, opts ...ClientOption) (*DeleteApplicationsIDNoContent, error)

	GetApplicationResources(params *GetApplicationResourcesParams, opts ...ClientOption) (*GetApplicationResourcesOK, error)

	GetApplicationResourcesID(params *GetApplicationResourcesIDParams, opts ...ClientOption) (*GetApplicationResourcesIDOK, error)

	GetApplications(params *GetApplicationsParams, opts ...ClientOption) (*GetApplicationsOK, error)

	GetApplicationsID(params *GetApplicationsIDParams, opts ...ClientOption) (*GetApplicationsIDOK, error)

	GetCisdockerbenchmarkresultsID(params *GetCisdockerbenchmarkresultsIDParams, opts ...ClientOption) (*GetCisdockerbenchmarkresultsIDOK, error)

	GetDashboardCounters(params *GetDashboardCountersParams, opts ...ClientOption) (*GetDashboardCountersOK, error)

	GetDashboardMostVulnerable(params *GetDashboardMostVulnerableParams, opts ...ClientOption) (*GetDashboardMostVulnerableOK, error)

	GetDashboardPackagesPerLanguage(params *GetDashboardPackagesPerLanguageParams, opts ...ClientOption) (*GetDashboardPackagesPerLanguageOK, error)

	GetDashboardPackagesPerLicense(params *GetDashboardPackagesPerLicenseParams, opts ...ClientOption) (*GetDashboardPackagesPerLicenseOK, error)

	GetDashboardTrendsVulnerabilities(params *GetDashboardTrendsVulnerabilitiesParams, opts ...ClientOption) (*GetDashboardTrendsVulnerabilitiesOK, error)

	GetDashboardVulnerabilitiesWithFix(params *GetDashboardVulnerabilitiesWithFixParams, opts ...ClientOption) (*GetDashboardVulnerabilitiesWithFixOK, error)

	GetNamespaces(params *GetNamespacesParams, opts ...ClientOption) (*GetNamespacesOK, error)

	GetPackages(params *GetPackagesParams, opts ...ClientOption) (*GetPackagesOK, error)

	GetPackagesID(params *GetPackagesIDParams, opts ...ClientOption) (*GetPackagesIDOK, error)

	GetPackagesIDApplicationResources(params *GetPackagesIDApplicationResourcesParams, opts ...ClientOption) (*GetPackagesIDApplicationResourcesOK, error)

	GetRuntimeQuickscanConfig(params *GetRuntimeQuickscanConfigParams, opts ...ClientOption) (*GetRuntimeQuickscanConfigOK, error)

	GetRuntimeScanProgress(params *GetRuntimeScanProgressParams, opts ...ClientOption) (*GetRuntimeScanProgressOK, error)

	GetRuntimeScanResults(params *GetRuntimeScanResultsParams, opts ...ClientOption) (*GetRuntimeScanResultsOK, error)

	GetRuntimeScheduleScanConfig(params *GetRuntimeScheduleScanConfigParams, opts ...ClientOption) (*GetRuntimeScheduleScanConfigOK, error)

	GetVulnerabilities(params *GetVulnerabilitiesParams, opts ...ClientOption) (*GetVulnerabilitiesOK, error)

	GetVulnerabilitiesVulIDPkgID(params *GetVulnerabilitiesVulIDPkgIDParams, opts ...ClientOption) (*GetVulnerabilitiesVulIDPkgIDOK, error)

	PostApplications(params *PostApplicationsParams, opts ...ClientOption) (*PostApplicationsCreated, error)

	PostApplicationsContentAnalysisID(params *PostApplicationsContentAnalysisIDParams, opts ...ClientOption) (*PostApplicationsContentAnalysisIDCreated, error)

	PostApplicationsVulnerabilityScanID(params *PostApplicationsVulnerabilityScanIDParams, opts ...ClientOption) (*PostApplicationsVulnerabilityScanIDCreated, error)

	PutApplicationsID(params *PutApplicationsIDParams, opts ...ClientOption) (*PutApplicationsIDOK, error)

	PutRuntimeQuickscanConfig(params *PutRuntimeQuickscanConfigParams, opts ...ClientOption) (*PutRuntimeQuickscanConfigCreated, error)

	PutRuntimeScanStart(params *PutRuntimeScanStartParams, opts ...ClientOption) (*PutRuntimeScanStartCreated, error)

	PutRuntimeScanStop(params *PutRuntimeScanStopParams, opts ...ClientOption) (*PutRuntimeScanStopCreated, error)

	PutRuntimeScheduleScanConfig(params *PutRuntimeScheduleScanConfigParams, opts ...ClientOption) (*PutRuntimeScheduleScanConfigCreated, error)

	SetTransport(transport runtime.ClientTransport)
}

ClientService is the interface for Client methods

func New

func New(transport runtime.ClientTransport, formats strfmt.Registry) ClientService

New creates a new operations API client.

type DeleteApplicationResourcesIDDefault

type DeleteApplicationResourcesIDDefault struct {
	Payload *models.APIResponse
	// contains filtered or unexported fields
}
DeleteApplicationResourcesIDDefault describes a response with status code -1, with default header values.

unknown error

func NewDeleteApplicationResourcesIDDefault

func NewDeleteApplicationResourcesIDDefault(code int) *DeleteApplicationResourcesIDDefault

NewDeleteApplicationResourcesIDDefault creates a DeleteApplicationResourcesIDDefault with default headers values

func (*DeleteApplicationResourcesIDDefault) Code

Code gets the status code for the delete application resources ID default response

func (*DeleteApplicationResourcesIDDefault) Error

func (*DeleteApplicationResourcesIDDefault) GetPayload

type DeleteApplicationResourcesIDNoContent

type DeleteApplicationResourcesIDNoContent struct {
}
DeleteApplicationResourcesIDNoContent describes a response with status code 204, with default header values.

Success

func NewDeleteApplicationResourcesIDNoContent

func NewDeleteApplicationResourcesIDNoContent() *DeleteApplicationResourcesIDNoContent

NewDeleteApplicationResourcesIDNoContent creates a DeleteApplicationResourcesIDNoContent with default headers values

func (*DeleteApplicationResourcesIDNoContent) Error

type DeleteApplicationResourcesIDNotFound

type DeleteApplicationResourcesIDNotFound struct {
}
DeleteApplicationResourcesIDNotFound describes a response with status code 404, with default header values.

Application resource not found.

func NewDeleteApplicationResourcesIDNotFound

func NewDeleteApplicationResourcesIDNotFound() *DeleteApplicationResourcesIDNotFound

NewDeleteApplicationResourcesIDNotFound creates a DeleteApplicationResourcesIDNotFound with default headers values

func (*DeleteApplicationResourcesIDNotFound) Error

type DeleteApplicationResourcesIDParams

type DeleteApplicationResourcesIDParams struct {

	// ID.
	ID string

	Context    context.Context
	HTTPClient *http.Client
	// contains filtered or unexported fields
}

DeleteApplicationResourcesIDParams contains all the parameters to send to the API endpoint

for the delete application resources ID operation.

Typically these are written to a http.Request.

func NewDeleteApplicationResourcesIDParams

func NewDeleteApplicationResourcesIDParams() *DeleteApplicationResourcesIDParams

NewDeleteApplicationResourcesIDParams creates a new DeleteApplicationResourcesIDParams object, with the default timeout for this client.

Default values are not hydrated, since defaults are normally applied by the API server side.

To enforce default values in parameter, use SetDefaults or WithDefaults.

func NewDeleteApplicationResourcesIDParamsWithContext

func NewDeleteApplicationResourcesIDParamsWithContext(ctx context.Context) *DeleteApplicationResourcesIDParams

NewDeleteApplicationResourcesIDParamsWithContext creates a new DeleteApplicationResourcesIDParams object with the ability to set a context for a request.

func NewDeleteApplicationResourcesIDParamsWithHTTPClient

func NewDeleteApplicationResourcesIDParamsWithHTTPClient(client *http.Client) *DeleteApplicationResourcesIDParams

NewDeleteApplicationResourcesIDParamsWithHTTPClient creates a new DeleteApplicationResourcesIDParams object with the ability to set a custom HTTPClient for a request.

func NewDeleteApplicationResourcesIDParamsWithTimeout

func NewDeleteApplicationResourcesIDParamsWithTimeout(timeout time.Duration) *DeleteApplicationResourcesIDParams

NewDeleteApplicationResourcesIDParamsWithTimeout creates a new DeleteApplicationResourcesIDParams object with the ability to set a timeout on a request.

func (*DeleteApplicationResourcesIDParams) SetContext

SetContext adds the context to the delete application resources ID params

func (*DeleteApplicationResourcesIDParams) SetDefaults

func (o *DeleteApplicationResourcesIDParams) SetDefaults()

SetDefaults hydrates default values in the delete application resources ID params (not the query body).

All values with no default are reset to their zero value.

func (*DeleteApplicationResourcesIDParams) SetHTTPClient

func (o *DeleteApplicationResourcesIDParams) SetHTTPClient(client *http.Client)

SetHTTPClient adds the HTTPClient to the delete application resources ID params

func (*DeleteApplicationResourcesIDParams) SetID

SetID adds the id to the delete application resources ID params

func (*DeleteApplicationResourcesIDParams) SetTimeout

func (o *DeleteApplicationResourcesIDParams) SetTimeout(timeout time.Duration)

SetTimeout adds the timeout to the delete application resources ID params

func (*DeleteApplicationResourcesIDParams) WithContext

WithContext adds the context to the delete application resources ID params

func (*DeleteApplicationResourcesIDParams) WithDefaults

WithDefaults hydrates default values in the delete application resources ID params (not the query body).

All values with no default are reset to their zero value.

func (*DeleteApplicationResourcesIDParams) WithHTTPClient

WithHTTPClient adds the HTTPClient to the delete application resources ID params

func (*DeleteApplicationResourcesIDParams) WithID

WithID adds the id to the delete application resources ID params

func (*DeleteApplicationResourcesIDParams) WithTimeout

WithTimeout adds the timeout to the delete application resources ID params

func (*DeleteApplicationResourcesIDParams) WriteToRequest

WriteToRequest writes these params to a swagger request

type DeleteApplicationResourcesIDReader

type DeleteApplicationResourcesIDReader struct {
	// contains filtered or unexported fields
}

DeleteApplicationResourcesIDReader is a Reader for the DeleteApplicationResourcesID structure.

func (*DeleteApplicationResourcesIDReader) ReadResponse

func (o *DeleteApplicationResourcesIDReader) ReadResponse(response runtime.ClientResponse, consumer runtime.Consumer) (interface{}, error)

ReadResponse reads a server response into the received o.

type DeleteApplicationsIDDefault

type DeleteApplicationsIDDefault struct {
	Payload *models.APIResponse
	// contains filtered or unexported fields
}
DeleteApplicationsIDDefault describes a response with status code -1, with default header values.

unknown error

func NewDeleteApplicationsIDDefault

func NewDeleteApplicationsIDDefault(code int) *DeleteApplicationsIDDefault

NewDeleteApplicationsIDDefault creates a DeleteApplicationsIDDefault with default headers values

func (*DeleteApplicationsIDDefault) Code

func (o *DeleteApplicationsIDDefault) Code() int

Code gets the status code for the delete applications ID default response

func (*DeleteApplicationsIDDefault) Error

func (*DeleteApplicationsIDDefault) GetPayload

type DeleteApplicationsIDNoContent

type DeleteApplicationsIDNoContent struct {
}
DeleteApplicationsIDNoContent describes a response with status code 204, with default header values.

Success

func NewDeleteApplicationsIDNoContent

func NewDeleteApplicationsIDNoContent() *DeleteApplicationsIDNoContent

NewDeleteApplicationsIDNoContent creates a DeleteApplicationsIDNoContent with default headers values

func (*DeleteApplicationsIDNoContent) Error

type DeleteApplicationsIDNotFound

type DeleteApplicationsIDNotFound struct {
}
DeleteApplicationsIDNotFound describes a response with status code 404, with default header values.

Application not found.

func NewDeleteApplicationsIDNotFound

func NewDeleteApplicationsIDNotFound() *DeleteApplicationsIDNotFound

NewDeleteApplicationsIDNotFound creates a DeleteApplicationsIDNotFound with default headers values

func (*DeleteApplicationsIDNotFound) Error

type DeleteApplicationsIDParams

type DeleteApplicationsIDParams struct {

	// ID.
	ID string

	Context    context.Context
	HTTPClient *http.Client
	// contains filtered or unexported fields
}

DeleteApplicationsIDParams contains all the parameters to send to the API endpoint

for the delete applications ID operation.

Typically these are written to a http.Request.

func NewDeleteApplicationsIDParams

func NewDeleteApplicationsIDParams() *DeleteApplicationsIDParams

NewDeleteApplicationsIDParams creates a new DeleteApplicationsIDParams object, with the default timeout for this client.

Default values are not hydrated, since defaults are normally applied by the API server side.

To enforce default values in parameter, use SetDefaults or WithDefaults.

func NewDeleteApplicationsIDParamsWithContext

func NewDeleteApplicationsIDParamsWithContext(ctx context.Context) *DeleteApplicationsIDParams

NewDeleteApplicationsIDParamsWithContext creates a new DeleteApplicationsIDParams object with the ability to set a context for a request.

func NewDeleteApplicationsIDParamsWithHTTPClient

func NewDeleteApplicationsIDParamsWithHTTPClient(client *http.Client) *DeleteApplicationsIDParams

NewDeleteApplicationsIDParamsWithHTTPClient creates a new DeleteApplicationsIDParams object with the ability to set a custom HTTPClient for a request.

func NewDeleteApplicationsIDParamsWithTimeout

func NewDeleteApplicationsIDParamsWithTimeout(timeout time.Duration) *DeleteApplicationsIDParams

NewDeleteApplicationsIDParamsWithTimeout creates a new DeleteApplicationsIDParams object with the ability to set a timeout on a request.

func (*DeleteApplicationsIDParams) SetContext

func (o *DeleteApplicationsIDParams) SetContext(ctx context.Context)

SetContext adds the context to the delete applications ID params

func (*DeleteApplicationsIDParams) SetDefaults

func (o *DeleteApplicationsIDParams) SetDefaults()

SetDefaults hydrates default values in the delete applications ID params (not the query body).

All values with no default are reset to their zero value.

func (*DeleteApplicationsIDParams) SetHTTPClient

func (o *DeleteApplicationsIDParams) SetHTTPClient(client *http.Client)

SetHTTPClient adds the HTTPClient to the delete applications ID params

func (*DeleteApplicationsIDParams) SetID

func (o *DeleteApplicationsIDParams) SetID(id string)

SetID adds the id to the delete applications ID params

func (*DeleteApplicationsIDParams) SetTimeout

func (o *DeleteApplicationsIDParams) SetTimeout(timeout time.Duration)

SetTimeout adds the timeout to the delete applications ID params

func (*DeleteApplicationsIDParams) WithContext

WithContext adds the context to the delete applications ID params

func (*DeleteApplicationsIDParams) WithDefaults

WithDefaults hydrates default values in the delete applications ID params (not the query body).

All values with no default are reset to their zero value.

func (*DeleteApplicationsIDParams) WithHTTPClient

WithHTTPClient adds the HTTPClient to the delete applications ID params

func (*DeleteApplicationsIDParams) WithID

WithID adds the id to the delete applications ID params

func (*DeleteApplicationsIDParams) WithTimeout

WithTimeout adds the timeout to the delete applications ID params

func (*DeleteApplicationsIDParams) WriteToRequest

WriteToRequest writes these params to a swagger request

type DeleteApplicationsIDReader

type DeleteApplicationsIDReader struct {
	// contains filtered or unexported fields
}

DeleteApplicationsIDReader is a Reader for the DeleteApplicationsID structure.

func (*DeleteApplicationsIDReader) ReadResponse

func (o *DeleteApplicationsIDReader) ReadResponse(response runtime.ClientResponse, consumer runtime.Consumer) (interface{}, error)

ReadResponse reads a server response into the received o.

type GetApplicationResourcesDefault

type GetApplicationResourcesDefault struct {
	Payload *models.APIResponse
	// contains filtered or unexported fields
}
GetApplicationResourcesDefault describes a response with status code -1, with default header values.

unknown error

func NewGetApplicationResourcesDefault

func NewGetApplicationResourcesDefault(code int) *GetApplicationResourcesDefault

NewGetApplicationResourcesDefault creates a GetApplicationResourcesDefault with default headers values

func (*GetApplicationResourcesDefault) Code

Code gets the status code for the get application resources default response

func (*GetApplicationResourcesDefault) Error

func (*GetApplicationResourcesDefault) GetPayload

type GetApplicationResourcesIDDefault

type GetApplicationResourcesIDDefault struct {
	Payload *models.APIResponse
	// contains filtered or unexported fields
}
GetApplicationResourcesIDDefault describes a response with status code -1, with default header values.

unknown error

func NewGetApplicationResourcesIDDefault

func NewGetApplicationResourcesIDDefault(code int) *GetApplicationResourcesIDDefault

NewGetApplicationResourcesIDDefault creates a GetApplicationResourcesIDDefault with default headers values

func (*GetApplicationResourcesIDDefault) Code

Code gets the status code for the get application resources ID default response

func (*GetApplicationResourcesIDDefault) Error

func (*GetApplicationResourcesIDDefault) GetPayload

type GetApplicationResourcesIDOK

type GetApplicationResourcesIDOK struct {
	Payload *models.ApplicationResourceEx
}
GetApplicationResourcesIDOK describes a response with status code 200, with default header values.

Success

func NewGetApplicationResourcesIDOK

func NewGetApplicationResourcesIDOK() *GetApplicationResourcesIDOK

NewGetApplicationResourcesIDOK creates a GetApplicationResourcesIDOK with default headers values

func (*GetApplicationResourcesIDOK) Error

func (*GetApplicationResourcesIDOK) GetPayload

type GetApplicationResourcesIDParams

type GetApplicationResourcesIDParams struct {

	// ID.
	ID string

	Context    context.Context
	HTTPClient *http.Client
	// contains filtered or unexported fields
}

GetApplicationResourcesIDParams contains all the parameters to send to the API endpoint

for the get application resources ID operation.

Typically these are written to a http.Request.

func NewGetApplicationResourcesIDParams

func NewGetApplicationResourcesIDParams() *GetApplicationResourcesIDParams

NewGetApplicationResourcesIDParams creates a new GetApplicationResourcesIDParams object, with the default timeout for this client.

Default values are not hydrated, since defaults are normally applied by the API server side.

To enforce default values in parameter, use SetDefaults or WithDefaults.

func NewGetApplicationResourcesIDParamsWithContext

func NewGetApplicationResourcesIDParamsWithContext(ctx context.Context) *GetApplicationResourcesIDParams

NewGetApplicationResourcesIDParamsWithContext creates a new GetApplicationResourcesIDParams object with the ability to set a context for a request.

func NewGetApplicationResourcesIDParamsWithHTTPClient

func NewGetApplicationResourcesIDParamsWithHTTPClient(client *http.Client) *GetApplicationResourcesIDParams

NewGetApplicationResourcesIDParamsWithHTTPClient creates a new GetApplicationResourcesIDParams object with the ability to set a custom HTTPClient for a request.

func NewGetApplicationResourcesIDParamsWithTimeout

func NewGetApplicationResourcesIDParamsWithTimeout(timeout time.Duration) *GetApplicationResourcesIDParams

NewGetApplicationResourcesIDParamsWithTimeout creates a new GetApplicationResourcesIDParams object with the ability to set a timeout on a request.

func (*GetApplicationResourcesIDParams) SetContext

func (o *GetApplicationResourcesIDParams) SetContext(ctx context.Context)

SetContext adds the context to the get application resources ID params

func (*GetApplicationResourcesIDParams) SetDefaults

func (o *GetApplicationResourcesIDParams) SetDefaults()

SetDefaults hydrates default values in the get application resources ID params (not the query body).

All values with no default are reset to their zero value.

func (*GetApplicationResourcesIDParams) SetHTTPClient

func (o *GetApplicationResourcesIDParams) SetHTTPClient(client *http.Client)

SetHTTPClient adds the HTTPClient to the get application resources ID params

func (*GetApplicationResourcesIDParams) SetID

SetID adds the id to the get application resources ID params

func (*GetApplicationResourcesIDParams) SetTimeout

func (o *GetApplicationResourcesIDParams) SetTimeout(timeout time.Duration)

SetTimeout adds the timeout to the get application resources ID params

func (*GetApplicationResourcesIDParams) WithContext

WithContext adds the context to the get application resources ID params

func (*GetApplicationResourcesIDParams) WithDefaults

WithDefaults hydrates default values in the get application resources ID params (not the query body).

All values with no default are reset to their zero value.

func (*GetApplicationResourcesIDParams) WithHTTPClient

WithHTTPClient adds the HTTPClient to the get application resources ID params

func (*GetApplicationResourcesIDParams) WithID

WithID adds the id to the get application resources ID params

func (*GetApplicationResourcesIDParams) WithTimeout

WithTimeout adds the timeout to the get application resources ID params

func (*GetApplicationResourcesIDParams) WriteToRequest

WriteToRequest writes these params to a swagger request

type GetApplicationResourcesIDReader

type GetApplicationResourcesIDReader struct {
	// contains filtered or unexported fields
}

GetApplicationResourcesIDReader is a Reader for the GetApplicationResourcesID structure.

func (*GetApplicationResourcesIDReader) ReadResponse

func (o *GetApplicationResourcesIDReader) ReadResponse(response runtime.ClientResponse, consumer runtime.Consumer) (interface{}, error)

ReadResponse reads a server response into the received o.

type GetApplicationResourcesOK

type GetApplicationResourcesOK struct {
	Payload *GetApplicationResourcesOKBody
}
GetApplicationResourcesOK describes a response with status code 200, with default header values.

Success

func NewGetApplicationResourcesOK

func NewGetApplicationResourcesOK() *GetApplicationResourcesOK

NewGetApplicationResourcesOK creates a GetApplicationResourcesOK with default headers values

func (*GetApplicationResourcesOK) Error

func (o *GetApplicationResourcesOK) Error() string

func (*GetApplicationResourcesOK) GetPayload

type GetApplicationResourcesOKBody

type GetApplicationResourcesOKBody struct {

	// List of application resources in the given filters and page. List length must be lower or equal to pageSize
	Items []*models.ApplicationResource `json:"items"`

	// Total application resources count under the given filters
	// Required: true
	Total *int64 `json:"total"`
}

GetApplicationResourcesOKBody get application resources o k body swagger:model GetApplicationResourcesOKBody

func (*GetApplicationResourcesOKBody) ContextValidate

func (o *GetApplicationResourcesOKBody) ContextValidate(ctx context.Context, formats strfmt.Registry) error

ContextValidate validate this get application resources o k body based on the context it is used

func (*GetApplicationResourcesOKBody) MarshalBinary

func (o *GetApplicationResourcesOKBody) MarshalBinary() ([]byte, error)

MarshalBinary interface implementation

func (*GetApplicationResourcesOKBody) UnmarshalBinary

func (o *GetApplicationResourcesOKBody) UnmarshalBinary(b []byte) error

UnmarshalBinary interface implementation

func (*GetApplicationResourcesOKBody) Validate

func (o *GetApplicationResourcesOKBody) Validate(formats strfmt.Registry) error

Validate validates this get application resources o k body

type GetApplicationResourcesParams

type GetApplicationResourcesParams struct {

	/* ApplicationID.

	   application ID system filter, not visible to the user. only one of applicationID, applicationResourceID, packageID, currentRuntimeScan is allowed
	*/
	ApplicationID *string

	/* ApplicationsGte.

	   greater than or equal
	*/
	ApplicationsGte *int64

	// ApplicationsIsNot.
	ApplicationsIsNot []int64

	// ApplicationsIs.
	ApplicationsIs []int64

	/* ApplicationsLte.

	   less than or equal
	*/
	ApplicationsLte *int64

	// CisDockerBenchmarkLevelGte.
	CisDockerBenchmarkLevelGte *string

	// CisDockerBenchmarkLevelLte.
	CisDockerBenchmarkLevelLte *string

	/* CurrentRuntimeScan.

	   current runtime scan system filter, not visible to the user. only one of applicationID, applicationResourceID, packageID, currentRuntimeScan is allowed
	*/
	CurrentRuntimeScan *bool

	/* PackageID.

	   package ID system filter, not visible to the user. only one of applicationID, applicationResourceID, packageID, currentRuntimeScan is allowed
	*/
	PackageID *string

	/* PackagesGte.

	   greater than or equal
	*/
	PackagesGte *int64

	// PackagesIsNot.
	PackagesIsNot []int64

	// PackagesIs.
	PackagesIs []int64

	/* PackagesLte.

	   less than or equal
	*/
	PackagesLte *int64

	/* Page.

	   Page number of the query
	*/
	Page int64

	/* PageSize.

	   Maximum items to return
	*/
	PageSize int64

	// ReportingSBOMAnalyzersContainElements.
	ReportingSBOMAnalyzersContainElements []string

	// ReportingSBOMAnalyzersDoesntContainElements.
	ReportingSBOMAnalyzersDoesntContainElements []string

	// ResourceHashContains.
	ResourceHashContains []string

	// ResourceHashEnd.
	ResourceHashEnd *string

	// ResourceHashIsNot.
	ResourceHashIsNot []string

	// ResourceHashIs.
	ResourceHashIs []string

	// ResourceHashStart.
	ResourceHashStart *string

	// ResourceNameContains.
	ResourceNameContains []string

	// ResourceNameEnd.
	ResourceNameEnd *string

	// ResourceNameIsNot.
	ResourceNameIsNot []string

	// ResourceNameIs.
	ResourceNameIs []string

	// ResourceNameStart.
	ResourceNameStart *string

	// ResourceTypeIs.
	ResourceTypeIs []string

	/* SortDir.

	   Sorting direction

	   Default: "ASC"
	*/
	SortDir *string

	/* SortKey.

	   Sort key
	*/
	SortKey string

	// VulnerabilitySeverityGte.
	VulnerabilitySeverityGte *string

	// VulnerabilitySeverityLte.
	VulnerabilitySeverityLte *string

	Context    context.Context
	HTTPClient *http.Client
	// contains filtered or unexported fields
}

GetApplicationResourcesParams contains all the parameters to send to the API endpoint

for the get application resources operation.

Typically these are written to a http.Request.

func NewGetApplicationResourcesParams

func NewGetApplicationResourcesParams() *GetApplicationResourcesParams

NewGetApplicationResourcesParams creates a new GetApplicationResourcesParams object, with the default timeout for this client.

Default values are not hydrated, since defaults are normally applied by the API server side.

To enforce default values in parameter, use SetDefaults or WithDefaults.

func NewGetApplicationResourcesParamsWithContext

func NewGetApplicationResourcesParamsWithContext(ctx context.Context) *GetApplicationResourcesParams

NewGetApplicationResourcesParamsWithContext creates a new GetApplicationResourcesParams object with the ability to set a context for a request.

func NewGetApplicationResourcesParamsWithHTTPClient

func NewGetApplicationResourcesParamsWithHTTPClient(client *http.Client) *GetApplicationResourcesParams

NewGetApplicationResourcesParamsWithHTTPClient creates a new GetApplicationResourcesParams object with the ability to set a custom HTTPClient for a request.

func NewGetApplicationResourcesParamsWithTimeout

func NewGetApplicationResourcesParamsWithTimeout(timeout time.Duration) *GetApplicationResourcesParams

NewGetApplicationResourcesParamsWithTimeout creates a new GetApplicationResourcesParams object with the ability to set a timeout on a request.

func (*GetApplicationResourcesParams) SetApplicationID

func (o *GetApplicationResourcesParams) SetApplicationID(applicationID *string)

SetApplicationID adds the applicationId to the get application resources params

func (*GetApplicationResourcesParams) SetApplicationsGte

func (o *GetApplicationResourcesParams) SetApplicationsGte(applicationsGte *int64)

SetApplicationsGte adds the applicationsGte to the get application resources params

func (*GetApplicationResourcesParams) SetApplicationsIs

func (o *GetApplicationResourcesParams) SetApplicationsIs(applicationsIs []int64)

SetApplicationsIs adds the applicationsIs to the get application resources params

func (*GetApplicationResourcesParams) SetApplicationsIsNot

func (o *GetApplicationResourcesParams) SetApplicationsIsNot(applicationsIsNot []int64)

SetApplicationsIsNot adds the applicationsIsNot to the get application resources params

func (*GetApplicationResourcesParams) SetApplicationsLte

func (o *GetApplicationResourcesParams) SetApplicationsLte(applicationsLte *int64)

SetApplicationsLte adds the applicationsLte to the get application resources params

func (*GetApplicationResourcesParams) SetCisDockerBenchmarkLevelGte

func (o *GetApplicationResourcesParams) SetCisDockerBenchmarkLevelGte(cisDockerBenchmarkLevelGte *string)

SetCisDockerBenchmarkLevelGte adds the cisDockerBenchmarkLevelGte to the get application resources params

func (*GetApplicationResourcesParams) SetCisDockerBenchmarkLevelLte

func (o *GetApplicationResourcesParams) SetCisDockerBenchmarkLevelLte(cisDockerBenchmarkLevelLte *string)

SetCisDockerBenchmarkLevelLte adds the cisDockerBenchmarkLevelLte to the get application resources params

func (*GetApplicationResourcesParams) SetContext

func (o *GetApplicationResourcesParams) SetContext(ctx context.Context)

SetContext adds the context to the get application resources params

func (*GetApplicationResourcesParams) SetCurrentRuntimeScan

func (o *GetApplicationResourcesParams) SetCurrentRuntimeScan(currentRuntimeScan *bool)

SetCurrentRuntimeScan adds the currentRuntimeScan to the get application resources params

func (*GetApplicationResourcesParams) SetDefaults

func (o *GetApplicationResourcesParams) SetDefaults()

SetDefaults hydrates default values in the get application resources params (not the query body).

All values with no default are reset to their zero value.

func (*GetApplicationResourcesParams) SetHTTPClient

func (o *GetApplicationResourcesParams) SetHTTPClient(client *http.Client)

SetHTTPClient adds the HTTPClient to the get application resources params

func (*GetApplicationResourcesParams) SetPackageID

func (o *GetApplicationResourcesParams) SetPackageID(packageID *string)

SetPackageID adds the packageId to the get application resources params

func (*GetApplicationResourcesParams) SetPackagesGte

func (o *GetApplicationResourcesParams) SetPackagesGte(packagesGte *int64)

SetPackagesGte adds the packagesGte to the get application resources params

func (*GetApplicationResourcesParams) SetPackagesIs

func (o *GetApplicationResourcesParams) SetPackagesIs(packagesIs []int64)

SetPackagesIs adds the packagesIs to the get application resources params

func (*GetApplicationResourcesParams) SetPackagesIsNot

func (o *GetApplicationResourcesParams) SetPackagesIsNot(packagesIsNot []int64)

SetPackagesIsNot adds the packagesIsNot to the get application resources params

func (*GetApplicationResourcesParams) SetPackagesLte

func (o *GetApplicationResourcesParams) SetPackagesLte(packagesLte *int64)

SetPackagesLte adds the packagesLte to the get application resources params

func (*GetApplicationResourcesParams) SetPage

func (o *GetApplicationResourcesParams) SetPage(page int64)

SetPage adds the page to the get application resources params

func (*GetApplicationResourcesParams) SetPageSize

func (o *GetApplicationResourcesParams) SetPageSize(pageSize int64)

SetPageSize adds the pageSize to the get application resources params

func (*GetApplicationResourcesParams) SetReportingSBOMAnalyzersContainElements

func (o *GetApplicationResourcesParams) SetReportingSBOMAnalyzersContainElements(reportingSBOMAnalyzersContainElements []string)

SetReportingSBOMAnalyzersContainElements adds the reportingSBOMAnalyzersContainElements to the get application resources params

func (*GetApplicationResourcesParams) SetReportingSBOMAnalyzersDoesntContainElements

func (o *GetApplicationResourcesParams) SetReportingSBOMAnalyzersDoesntContainElements(reportingSBOMAnalyzersDoesntContainElements []string)

SetReportingSBOMAnalyzersDoesntContainElements adds the reportingSBOMAnalyzersDoesntContainElements to the get application resources params

func (*GetApplicationResourcesParams) SetResourceHashContains

func (o *GetApplicationResourcesParams) SetResourceHashContains(resourceHashContains []string)

SetResourceHashContains adds the resourceHashContains to the get application resources params

func (*GetApplicationResourcesParams) SetResourceHashEnd

func (o *GetApplicationResourcesParams) SetResourceHashEnd(resourceHashEnd *string)

SetResourceHashEnd adds the resourceHashEnd to the get application resources params

func (*GetApplicationResourcesParams) SetResourceHashIs

func (o *GetApplicationResourcesParams) SetResourceHashIs(resourceHashIs []string)

SetResourceHashIs adds the resourceHashIs to the get application resources params

func (*GetApplicationResourcesParams) SetResourceHashIsNot

func (o *GetApplicationResourcesParams) SetResourceHashIsNot(resourceHashIsNot []string)

SetResourceHashIsNot adds the resourceHashIsNot to the get application resources params

func (*GetApplicationResourcesParams) SetResourceHashStart

func (o *GetApplicationResourcesParams) SetResourceHashStart(resourceHashStart *string)

SetResourceHashStart adds the resourceHashStart to the get application resources params

func (*GetApplicationResourcesParams) SetResourceNameContains

func (o *GetApplicationResourcesParams) SetResourceNameContains(resourceNameContains []string)

SetResourceNameContains adds the resourceNameContains to the get application resources params

func (*GetApplicationResourcesParams) SetResourceNameEnd

func (o *GetApplicationResourcesParams) SetResourceNameEnd(resourceNameEnd *string)

SetResourceNameEnd adds the resourceNameEnd to the get application resources params

func (*GetApplicationResourcesParams) SetResourceNameIs

func (o *GetApplicationResourcesParams) SetResourceNameIs(resourceNameIs []string)

SetResourceNameIs adds the resourceNameIs to the get application resources params

func (*GetApplicationResourcesParams) SetResourceNameIsNot

func (o *GetApplicationResourcesParams) SetResourceNameIsNot(resourceNameIsNot []string)

SetResourceNameIsNot adds the resourceNameIsNot to the get application resources params

func (*GetApplicationResourcesParams) SetResourceNameStart

func (o *GetApplicationResourcesParams) SetResourceNameStart(resourceNameStart *string)

SetResourceNameStart adds the resourceNameStart to the get application resources params

func (*GetApplicationResourcesParams) SetResourceTypeIs

func (o *GetApplicationResourcesParams) SetResourceTypeIs(resourceTypeIs []string)

SetResourceTypeIs adds the resourceTypeIs to the get application resources params

func (*GetApplicationResourcesParams) SetSortDir

func (o *GetApplicationResourcesParams) SetSortDir(sortDir *string)

SetSortDir adds the sortDir to the get application resources params

func (*GetApplicationResourcesParams) SetSortKey

func (o *GetApplicationResourcesParams) SetSortKey(sortKey string)

SetSortKey adds the sortKey to the get application resources params

func (*GetApplicationResourcesParams) SetTimeout

func (o *GetApplicationResourcesParams) SetTimeout(timeout time.Duration)

SetTimeout adds the timeout to the get application resources params

func (*GetApplicationResourcesParams) SetVulnerabilitySeverityGte

func (o *GetApplicationResourcesParams) SetVulnerabilitySeverityGte(vulnerabilitySeverityGte *string)

SetVulnerabilitySeverityGte adds the vulnerabilitySeverityGte to the get application resources params

func (*GetApplicationResourcesParams) SetVulnerabilitySeverityLte

func (o *GetApplicationResourcesParams) SetVulnerabilitySeverityLte(vulnerabilitySeverityLte *string)

SetVulnerabilitySeverityLte adds the vulnerabilitySeverityLte to the get application resources params

func (*GetApplicationResourcesParams) WithApplicationID

func (o *GetApplicationResourcesParams) WithApplicationID(applicationID *string) *GetApplicationResourcesParams

WithApplicationID adds the applicationID to the get application resources params

func (*GetApplicationResourcesParams) WithApplicationsGte

func (o *GetApplicationResourcesParams) WithApplicationsGte(applicationsGte *int64) *GetApplicationResourcesParams

WithApplicationsGte adds the applicationsGte to the get application resources params

func (*GetApplicationResourcesParams) WithApplicationsIs

func (o *GetApplicationResourcesParams) WithApplicationsIs(applicationsIs []int64) *GetApplicationResourcesParams

WithApplicationsIs adds the applicationsIs to the get application resources params

func (*GetApplicationResourcesParams) WithApplicationsIsNot

func (o *GetApplicationResourcesParams) WithApplicationsIsNot(applicationsIsNot []int64) *GetApplicationResourcesParams

WithApplicationsIsNot adds the applicationsIsNot to the get application resources params

func (*GetApplicationResourcesParams) WithApplicationsLte

func (o *GetApplicationResourcesParams) WithApplicationsLte(applicationsLte *int64) *GetApplicationResourcesParams

WithApplicationsLte adds the applicationsLte to the get application resources params

func (*GetApplicationResourcesParams) WithCisDockerBenchmarkLevelGte

func (o *GetApplicationResourcesParams) WithCisDockerBenchmarkLevelGte(cisDockerBenchmarkLevelGte *string) *GetApplicationResourcesParams

WithCisDockerBenchmarkLevelGte adds the cisDockerBenchmarkLevelGte to the get application resources params

func (*GetApplicationResourcesParams) WithCisDockerBenchmarkLevelLte

func (o *GetApplicationResourcesParams) WithCisDockerBenchmarkLevelLte(cisDockerBenchmarkLevelLte *string) *GetApplicationResourcesParams

WithCisDockerBenchmarkLevelLte adds the cisDockerBenchmarkLevelLte to the get application resources params

func (*GetApplicationResourcesParams) WithContext

WithContext adds the context to the get application resources params

func (*GetApplicationResourcesParams) WithCurrentRuntimeScan

func (o *GetApplicationResourcesParams) WithCurrentRuntimeScan(currentRuntimeScan *bool) *GetApplicationResourcesParams

WithCurrentRuntimeScan adds the currentRuntimeScan to the get application resources params

func (*GetApplicationResourcesParams) WithDefaults

WithDefaults hydrates default values in the get application resources params (not the query body).

All values with no default are reset to their zero value.

func (*GetApplicationResourcesParams) WithHTTPClient

WithHTTPClient adds the HTTPClient to the get application resources params

func (*GetApplicationResourcesParams) WithPackageID

WithPackageID adds the packageID to the get application resources params

func (*GetApplicationResourcesParams) WithPackagesGte

func (o *GetApplicationResourcesParams) WithPackagesGte(packagesGte *int64) *GetApplicationResourcesParams

WithPackagesGte adds the packagesGte to the get application resources params

func (*GetApplicationResourcesParams) WithPackagesIs

func (o *GetApplicationResourcesParams) WithPackagesIs(packagesIs []int64) *GetApplicationResourcesParams

WithPackagesIs adds the packagesIs to the get application resources params

func (*GetApplicationResourcesParams) WithPackagesIsNot

func (o *GetApplicationResourcesParams) WithPackagesIsNot(packagesIsNot []int64) *GetApplicationResourcesParams

WithPackagesIsNot adds the packagesIsNot to the get application resources params

func (*GetApplicationResourcesParams) WithPackagesLte

func (o *GetApplicationResourcesParams) WithPackagesLte(packagesLte *int64) *GetApplicationResourcesParams

WithPackagesLte adds the packagesLte to the get application resources params

func (*GetApplicationResourcesParams) WithPage

WithPage adds the page to the get application resources params

func (*GetApplicationResourcesParams) WithPageSize

WithPageSize adds the pageSize to the get application resources params

func (*GetApplicationResourcesParams) WithReportingSBOMAnalyzersContainElements

func (o *GetApplicationResourcesParams) WithReportingSBOMAnalyzersContainElements(reportingSBOMAnalyzersContainElements []string) *GetApplicationResourcesParams

WithReportingSBOMAnalyzersContainElements adds the reportingSBOMAnalyzersContainElements to the get application resources params

func (*GetApplicationResourcesParams) WithReportingSBOMAnalyzersDoesntContainElements

func (o *GetApplicationResourcesParams) WithReportingSBOMAnalyzersDoesntContainElements(reportingSBOMAnalyzersDoesntContainElements []string) *GetApplicationResourcesParams

WithReportingSBOMAnalyzersDoesntContainElements adds the reportingSBOMAnalyzersDoesntContainElements to the get application resources params

func (*GetApplicationResourcesParams) WithResourceHashContains

func (o *GetApplicationResourcesParams) WithResourceHashContains(resourceHashContains []string) *GetApplicationResourcesParams

WithResourceHashContains adds the resourceHashContains to the get application resources params

func (*GetApplicationResourcesParams) WithResourceHashEnd

func (o *GetApplicationResourcesParams) WithResourceHashEnd(resourceHashEnd *string) *GetApplicationResourcesParams

WithResourceHashEnd adds the resourceHashEnd to the get application resources params

func (*GetApplicationResourcesParams) WithResourceHashIs

func (o *GetApplicationResourcesParams) WithResourceHashIs(resourceHashIs []string) *GetApplicationResourcesParams

WithResourceHashIs adds the resourceHashIs to the get application resources params

func (*GetApplicationResourcesParams) WithResourceHashIsNot

func (o *GetApplicationResourcesParams) WithResourceHashIsNot(resourceHashIsNot []string) *GetApplicationResourcesParams

WithResourceHashIsNot adds the resourceHashIsNot to the get application resources params

func (*GetApplicationResourcesParams) WithResourceHashStart

func (o *GetApplicationResourcesParams) WithResourceHashStart(resourceHashStart *string) *GetApplicationResourcesParams

WithResourceHashStart adds the resourceHashStart to the get application resources params

func (*GetApplicationResourcesParams) WithResourceNameContains

func (o *GetApplicationResourcesParams) WithResourceNameContains(resourceNameContains []string) *GetApplicationResourcesParams

WithResourceNameContains adds the resourceNameContains to the get application resources params

func (*GetApplicationResourcesParams) WithResourceNameEnd

func (o *GetApplicationResourcesParams) WithResourceNameEnd(resourceNameEnd *string) *GetApplicationResourcesParams

WithResourceNameEnd adds the resourceNameEnd to the get application resources params

func (*GetApplicationResourcesParams) WithResourceNameIs

func (o *GetApplicationResourcesParams) WithResourceNameIs(resourceNameIs []string) *GetApplicationResourcesParams

WithResourceNameIs adds the resourceNameIs to the get application resources params

func (*GetApplicationResourcesParams) WithResourceNameIsNot

func (o *GetApplicationResourcesParams) WithResourceNameIsNot(resourceNameIsNot []string) *GetApplicationResourcesParams

WithResourceNameIsNot adds the resourceNameIsNot to the get application resources params

func (*GetApplicationResourcesParams) WithResourceNameStart

func (o *GetApplicationResourcesParams) WithResourceNameStart(resourceNameStart *string) *GetApplicationResourcesParams

WithResourceNameStart adds the resourceNameStart to the get application resources params

func (*GetApplicationResourcesParams) WithResourceTypeIs

func (o *GetApplicationResourcesParams) WithResourceTypeIs(resourceTypeIs []string) *GetApplicationResourcesParams

WithResourceTypeIs adds the resourceTypeIs to the get application resources params

func (*GetApplicationResourcesParams) WithSortDir

WithSortDir adds the sortDir to the get application resources params

func (*GetApplicationResourcesParams) WithSortKey

WithSortKey adds the sortKey to the get application resources params

func (*GetApplicationResourcesParams) WithTimeout

WithTimeout adds the timeout to the get application resources params

func (*GetApplicationResourcesParams) WithVulnerabilitySeverityGte

func (o *GetApplicationResourcesParams) WithVulnerabilitySeverityGte(vulnerabilitySeverityGte *string) *GetApplicationResourcesParams

WithVulnerabilitySeverityGte adds the vulnerabilitySeverityGte to the get application resources params

func (*GetApplicationResourcesParams) WithVulnerabilitySeverityLte

func (o *GetApplicationResourcesParams) WithVulnerabilitySeverityLte(vulnerabilitySeverityLte *string) *GetApplicationResourcesParams

WithVulnerabilitySeverityLte adds the vulnerabilitySeverityLte to the get application resources params

func (*GetApplicationResourcesParams) WriteToRequest

WriteToRequest writes these params to a swagger request

type GetApplicationResourcesReader

type GetApplicationResourcesReader struct {
	// contains filtered or unexported fields
}

GetApplicationResourcesReader is a Reader for the GetApplicationResources structure.

func (*GetApplicationResourcesReader) ReadResponse

func (o *GetApplicationResourcesReader) ReadResponse(response runtime.ClientResponse, consumer runtime.Consumer) (interface{}, error)

ReadResponse reads a server response into the received o.

type GetApplicationsDefault

type GetApplicationsDefault struct {
	Payload *models.APIResponse
	// contains filtered or unexported fields
}
GetApplicationsDefault describes a response with status code -1, with default header values.

unknown error

func NewGetApplicationsDefault

func NewGetApplicationsDefault(code int) *GetApplicationsDefault

NewGetApplicationsDefault creates a GetApplicationsDefault with default headers values

func (*GetApplicationsDefault) Code

func (o *GetApplicationsDefault) Code() int

Code gets the status code for the get applications default response

func (*GetApplicationsDefault) Error

func (o *GetApplicationsDefault) Error() string

func (*GetApplicationsDefault) GetPayload

func (o *GetApplicationsDefault) GetPayload() *models.APIResponse

type GetApplicationsIDDefault

type GetApplicationsIDDefault struct {
	Payload *models.APIResponse
	// contains filtered or unexported fields
}
GetApplicationsIDDefault describes a response with status code -1, with default header values.

unknown error

func NewGetApplicationsIDDefault

func NewGetApplicationsIDDefault(code int) *GetApplicationsIDDefault

NewGetApplicationsIDDefault creates a GetApplicationsIDDefault with default headers values

func (*GetApplicationsIDDefault) Code

func (o *GetApplicationsIDDefault) Code() int

Code gets the status code for the get applications ID default response

func (*GetApplicationsIDDefault) Error

func (o *GetApplicationsIDDefault) Error() string

func (*GetApplicationsIDDefault) GetPayload

func (o *GetApplicationsIDDefault) GetPayload() *models.APIResponse

type GetApplicationsIDOK

type GetApplicationsIDOK struct {
	Payload *models.ApplicationEx
}
GetApplicationsIDOK describes a response with status code 200, with default header values.

Success

func NewGetApplicationsIDOK

func NewGetApplicationsIDOK() *GetApplicationsIDOK

NewGetApplicationsIDOK creates a GetApplicationsIDOK with default headers values

func (*GetApplicationsIDOK) Error

func (o *GetApplicationsIDOK) Error() string

func (*GetApplicationsIDOK) GetPayload

func (o *GetApplicationsIDOK) GetPayload() *models.ApplicationEx

type GetApplicationsIDParams

type GetApplicationsIDParams struct {

	// ID.
	ID string

	Context    context.Context
	HTTPClient *http.Client
	// contains filtered or unexported fields
}

GetApplicationsIDParams contains all the parameters to send to the API endpoint

for the get applications ID operation.

Typically these are written to a http.Request.

func NewGetApplicationsIDParams

func NewGetApplicationsIDParams() *GetApplicationsIDParams

NewGetApplicationsIDParams creates a new GetApplicationsIDParams object, with the default timeout for this client.

Default values are not hydrated, since defaults are normally applied by the API server side.

To enforce default values in parameter, use SetDefaults or WithDefaults.

func NewGetApplicationsIDParamsWithContext

func NewGetApplicationsIDParamsWithContext(ctx context.Context) *GetApplicationsIDParams

NewGetApplicationsIDParamsWithContext creates a new GetApplicationsIDParams object with the ability to set a context for a request.

func NewGetApplicationsIDParamsWithHTTPClient

func NewGetApplicationsIDParamsWithHTTPClient(client *http.Client) *GetApplicationsIDParams

NewGetApplicationsIDParamsWithHTTPClient creates a new GetApplicationsIDParams object with the ability to set a custom HTTPClient for a request.

func NewGetApplicationsIDParamsWithTimeout

func NewGetApplicationsIDParamsWithTimeout(timeout time.Duration) *GetApplicationsIDParams

NewGetApplicationsIDParamsWithTimeout creates a new GetApplicationsIDParams object with the ability to set a timeout on a request.

func (*GetApplicationsIDParams) SetContext

func (o *GetApplicationsIDParams) SetContext(ctx context.Context)

SetContext adds the context to the get applications ID params

func (*GetApplicationsIDParams) SetDefaults

func (o *GetApplicationsIDParams) SetDefaults()

SetDefaults hydrates default values in the get applications ID params (not the query body).

All values with no default are reset to their zero value.

func (*GetApplicationsIDParams) SetHTTPClient

func (o *GetApplicationsIDParams) SetHTTPClient(client *http.Client)

SetHTTPClient adds the HTTPClient to the get applications ID params

func (*GetApplicationsIDParams) SetID

func (o *GetApplicationsIDParams) SetID(id string)

SetID adds the id to the get applications ID params

func (*GetApplicationsIDParams) SetTimeout

func (o *GetApplicationsIDParams) SetTimeout(timeout time.Duration)

SetTimeout adds the timeout to the get applications ID params

func (*GetApplicationsIDParams) WithContext

WithContext adds the context to the get applications ID params

func (*GetApplicationsIDParams) WithDefaults

WithDefaults hydrates default values in the get applications ID params (not the query body).

All values with no default are reset to their zero value.

func (*GetApplicationsIDParams) WithHTTPClient

func (o *GetApplicationsIDParams) WithHTTPClient(client *http.Client) *GetApplicationsIDParams

WithHTTPClient adds the HTTPClient to the get applications ID params

func (*GetApplicationsIDParams) WithID

WithID adds the id to the get applications ID params

func (*GetApplicationsIDParams) WithTimeout

WithTimeout adds the timeout to the get applications ID params

func (*GetApplicationsIDParams) WriteToRequest

WriteToRequest writes these params to a swagger request

type GetApplicationsIDReader

type GetApplicationsIDReader struct {
	// contains filtered or unexported fields
}

GetApplicationsIDReader is a Reader for the GetApplicationsID structure.

func (*GetApplicationsIDReader) ReadResponse

func (o *GetApplicationsIDReader) ReadResponse(response runtime.ClientResponse, consumer runtime.Consumer) (interface{}, error)

ReadResponse reads a server response into the received o.

type GetApplicationsOK

type GetApplicationsOK struct {
	Payload *GetApplicationsOKBody
}
GetApplicationsOK describes a response with status code 200, with default header values.

Success

func NewGetApplicationsOK

func NewGetApplicationsOK() *GetApplicationsOK

NewGetApplicationsOK creates a GetApplicationsOK with default headers values

func (*GetApplicationsOK) Error

func (o *GetApplicationsOK) Error() string

func (*GetApplicationsOK) GetPayload

func (o *GetApplicationsOK) GetPayload() *GetApplicationsOKBody

type GetApplicationsOKBody

type GetApplicationsOKBody struct {

	// List of applications in the given filters and page. List length must be lower or equal to pageSize
	Items []*models.Application `json:"items"`

	// Total applications count under the given filters
	// Required: true
	Total *int64 `json:"total"`
}

GetApplicationsOKBody get applications o k body swagger:model GetApplicationsOKBody

func (*GetApplicationsOKBody) ContextValidate

func (o *GetApplicationsOKBody) ContextValidate(ctx context.Context, formats strfmt.Registry) error

ContextValidate validate this get applications o k body based on the context it is used

func (*GetApplicationsOKBody) MarshalBinary

func (o *GetApplicationsOKBody) MarshalBinary() ([]byte, error)

MarshalBinary interface implementation

func (*GetApplicationsOKBody) UnmarshalBinary

func (o *GetApplicationsOKBody) UnmarshalBinary(b []byte) error

UnmarshalBinary interface implementation

func (*GetApplicationsOKBody) Validate

func (o *GetApplicationsOKBody) Validate(formats strfmt.Registry) error

Validate validates this get applications o k body

type GetApplicationsParams

type GetApplicationsParams struct {

	// ApplicationEnvsContainElements.
	ApplicationEnvsContainElements []string

	// ApplicationEnvsDoesntContainElements.
	ApplicationEnvsDoesntContainElements []string

	// ApplicationLabelsContainElements.
	ApplicationLabelsContainElements []string

	// ApplicationLabelsDoesntContainElements.
	ApplicationLabelsDoesntContainElements []string

	// ApplicationNameContains.
	ApplicationNameContains []string

	// ApplicationNameEnd.
	ApplicationNameEnd *string

	// ApplicationNameIsNot.
	ApplicationNameIsNot []string

	// ApplicationNameIs.
	ApplicationNameIs []string

	// ApplicationNameStart.
	ApplicationNameStart *string

	/* ApplicationResourceID.

	   application resource ID system filter, not visible to the user. only one of applicationID, applicationResourceID, packageID, currentRuntimeScan is allowed
	*/
	ApplicationResourceID *string

	/* ApplicationResourcesGte.

	   greater than or equal
	*/
	ApplicationResourcesGte *int64

	// ApplicationResourcesIsNot.
	ApplicationResourcesIsNot []int64

	// ApplicationResourcesIs.
	ApplicationResourcesIs []int64

	/* ApplicationResourcesLte.

	   less than or equal
	*/
	ApplicationResourcesLte *int64

	// ApplicationTypeIs.
	ApplicationTypeIs []string

	// CisDockerBenchmarkLevelGte.
	CisDockerBenchmarkLevelGte *string

	// CisDockerBenchmarkLevelLte.
	CisDockerBenchmarkLevelLte *string

	/* CurrentRuntimeScan.

	   current runtime scan system filter, not visible to the user. only one of applicationID, applicationResourceID, packageID, currentRuntimeScan is allowed
	*/
	CurrentRuntimeScan *bool

	/* PackageID.

	   package ID system filter, not visible to the user. only one of applicationID, applicationResourceID, packageID, currentRuntimeScan is allowed
	*/
	PackageID *string

	/* PackagesGte.

	   greater than or equal
	*/
	PackagesGte *int64

	// PackagesIsNot.
	PackagesIsNot []int64

	// PackagesIs.
	PackagesIs []int64

	/* PackagesLte.

	   less than or equal
	*/
	PackagesLte *int64

	/* Page.

	   Page number of the query
	*/
	Page int64

	/* PageSize.

	   Maximum items to return
	*/
	PageSize int64

	/* SortDir.

	   Sorting direction

	   Default: "ASC"
	*/
	SortDir *string

	/* SortKey.

	   Sort key
	*/
	SortKey string

	// VulnerabilitySeverityGte.
	VulnerabilitySeverityGte *string

	// VulnerabilitySeverityLte.
	VulnerabilitySeverityLte *string

	Context    context.Context
	HTTPClient *http.Client
	// contains filtered or unexported fields
}

GetApplicationsParams contains all the parameters to send to the API endpoint

for the get applications operation.

Typically these are written to a http.Request.

func NewGetApplicationsParams

func NewGetApplicationsParams() *GetApplicationsParams

NewGetApplicationsParams creates a new GetApplicationsParams object, with the default timeout for this client.

Default values are not hydrated, since defaults are normally applied by the API server side.

To enforce default values in parameter, use SetDefaults or WithDefaults.

func NewGetApplicationsParamsWithContext

func NewGetApplicationsParamsWithContext(ctx context.Context) *GetApplicationsParams

NewGetApplicationsParamsWithContext creates a new GetApplicationsParams object with the ability to set a context for a request.

func NewGetApplicationsParamsWithHTTPClient

func NewGetApplicationsParamsWithHTTPClient(client *http.Client) *GetApplicationsParams

NewGetApplicationsParamsWithHTTPClient creates a new GetApplicationsParams object with the ability to set a custom HTTPClient for a request.

func NewGetApplicationsParamsWithTimeout

func NewGetApplicationsParamsWithTimeout(timeout time.Duration) *GetApplicationsParams

NewGetApplicationsParamsWithTimeout creates a new GetApplicationsParams object with the ability to set a timeout on a request.

func (*GetApplicationsParams) SetApplicationEnvsContainElements

func (o *GetApplicationsParams) SetApplicationEnvsContainElements(applicationEnvsContainElements []string)

SetApplicationEnvsContainElements adds the applicationEnvsContainElements to the get applications params

func (*GetApplicationsParams) SetApplicationEnvsDoesntContainElements

func (o *GetApplicationsParams) SetApplicationEnvsDoesntContainElements(applicationEnvsDoesntContainElements []string)

SetApplicationEnvsDoesntContainElements adds the applicationEnvsDoesntContainElements to the get applications params

func (*GetApplicationsParams) SetApplicationLabelsContainElements

func (o *GetApplicationsParams) SetApplicationLabelsContainElements(applicationLabelsContainElements []string)

SetApplicationLabelsContainElements adds the applicationLabelsContainElements to the get applications params

func (*GetApplicationsParams) SetApplicationLabelsDoesntContainElements

func (o *GetApplicationsParams) SetApplicationLabelsDoesntContainElements(applicationLabelsDoesntContainElements []string)

SetApplicationLabelsDoesntContainElements adds the applicationLabelsDoesntContainElements to the get applications params

func (*GetApplicationsParams) SetApplicationNameContains

func (o *GetApplicationsParams) SetApplicationNameContains(applicationNameContains []string)

SetApplicationNameContains adds the applicationNameContains to the get applications params

func (*GetApplicationsParams) SetApplicationNameEnd

func (o *GetApplicationsParams) SetApplicationNameEnd(applicationNameEnd *string)

SetApplicationNameEnd adds the applicationNameEnd to the get applications params

func (*GetApplicationsParams) SetApplicationNameIs

func (o *GetApplicationsParams) SetApplicationNameIs(applicationNameIs []string)

SetApplicationNameIs adds the applicationNameIs to the get applications params

func (*GetApplicationsParams) SetApplicationNameIsNot

func (o *GetApplicationsParams) SetApplicationNameIsNot(applicationNameIsNot []string)

SetApplicationNameIsNot adds the applicationNameIsNot to the get applications params

func (*GetApplicationsParams) SetApplicationNameStart

func (o *GetApplicationsParams) SetApplicationNameStart(applicationNameStart *string)

SetApplicationNameStart adds the applicationNameStart to the get applications params

func (*GetApplicationsParams) SetApplicationResourceID

func (o *GetApplicationsParams) SetApplicationResourceID(applicationResourceID *string)

SetApplicationResourceID adds the applicationResourceId to the get applications params

func (*GetApplicationsParams) SetApplicationResourcesGte

func (o *GetApplicationsParams) SetApplicationResourcesGte(applicationResourcesGte *int64)

SetApplicationResourcesGte adds the applicationResourcesGte to the get applications params

func (*GetApplicationsParams) SetApplicationResourcesIs

func (o *GetApplicationsParams) SetApplicationResourcesIs(applicationResourcesIs []int64)

SetApplicationResourcesIs adds the applicationResourcesIs to the get applications params

func (*GetApplicationsParams) SetApplicationResourcesIsNot

func (o *GetApplicationsParams) SetApplicationResourcesIsNot(applicationResourcesIsNot []int64)

SetApplicationResourcesIsNot adds the applicationResourcesIsNot to the get applications params

func (*GetApplicationsParams) SetApplicationResourcesLte

func (o *GetApplicationsParams) SetApplicationResourcesLte(applicationResourcesLte *int64)

SetApplicationResourcesLte adds the applicationResourcesLte to the get applications params

func (*GetApplicationsParams) SetApplicationTypeIs

func (o *GetApplicationsParams) SetApplicationTypeIs(applicationTypeIs []string)

SetApplicationTypeIs adds the applicationTypeIs to the get applications params

func (*GetApplicationsParams) SetCisDockerBenchmarkLevelGte

func (o *GetApplicationsParams) SetCisDockerBenchmarkLevelGte(cisDockerBenchmarkLevelGte *string)

SetCisDockerBenchmarkLevelGte adds the cisDockerBenchmarkLevelGte to the get applications params

func (*GetApplicationsParams) SetCisDockerBenchmarkLevelLte

func (o *GetApplicationsParams) SetCisDockerBenchmarkLevelLte(cisDockerBenchmarkLevelLte *string)

SetCisDockerBenchmarkLevelLte adds the cisDockerBenchmarkLevelLte to the get applications params

func (*GetApplicationsParams) SetContext

func (o *GetApplicationsParams) SetContext(ctx context.Context)

SetContext adds the context to the get applications params

func (*GetApplicationsParams) SetCurrentRuntimeScan

func (o *GetApplicationsParams) SetCurrentRuntimeScan(currentRuntimeScan *bool)

SetCurrentRuntimeScan adds the currentRuntimeScan to the get applications params

func (*GetApplicationsParams) SetDefaults

func (o *GetApplicationsParams) SetDefaults()

SetDefaults hydrates default values in the get applications params (not the query body).

All values with no default are reset to their zero value.

func (*GetApplicationsParams) SetHTTPClient

func (o *GetApplicationsParams) SetHTTPClient(client *http.Client)

SetHTTPClient adds the HTTPClient to the get applications params

func (*GetApplicationsParams) SetPackageID

func (o *GetApplicationsParams) SetPackageID(packageID *string)

SetPackageID adds the packageId to the get applications params

func (*GetApplicationsParams) SetPackagesGte

func (o *GetApplicationsParams) SetPackagesGte(packagesGte *int64)

SetPackagesGte adds the packagesGte to the get applications params

func (*GetApplicationsParams) SetPackagesIs

func (o *GetApplicationsParams) SetPackagesIs(packagesIs []int64)

SetPackagesIs adds the packagesIs to the get applications params

func (*GetApplicationsParams) SetPackagesIsNot

func (o *GetApplicationsParams) SetPackagesIsNot(packagesIsNot []int64)

SetPackagesIsNot adds the packagesIsNot to the get applications params

func (*GetApplicationsParams) SetPackagesLte

func (o *GetApplicationsParams) SetPackagesLte(packagesLte *int64)

SetPackagesLte adds the packagesLte to the get applications params

func (*GetApplicationsParams) SetPage

func (o *GetApplicationsParams) SetPage(page int64)

SetPage adds the page to the get applications params

func (*GetApplicationsParams) SetPageSize

func (o *GetApplicationsParams) SetPageSize(pageSize int64)

SetPageSize adds the pageSize to the get applications params

func (*GetApplicationsParams) SetSortDir

func (o *GetApplicationsParams) SetSortDir(sortDir *string)

SetSortDir adds the sortDir to the get applications params

func (*GetApplicationsParams) SetSortKey

func (o *GetApplicationsParams) SetSortKey(sortKey string)

SetSortKey adds the sortKey to the get applications params

func (*GetApplicationsParams) SetTimeout

func (o *GetApplicationsParams) SetTimeout(timeout time.Duration)

SetTimeout adds the timeout to the get applications params

func (*GetApplicationsParams) SetVulnerabilitySeverityGte

func (o *GetApplicationsParams) SetVulnerabilitySeverityGte(vulnerabilitySeverityGte *string)

SetVulnerabilitySeverityGte adds the vulnerabilitySeverityGte to the get applications params

func (*GetApplicationsParams) SetVulnerabilitySeverityLte

func (o *GetApplicationsParams) SetVulnerabilitySeverityLte(vulnerabilitySeverityLte *string)

SetVulnerabilitySeverityLte adds the vulnerabilitySeverityLte to the get applications params

func (*GetApplicationsParams) WithApplicationEnvsContainElements

func (o *GetApplicationsParams) WithApplicationEnvsContainElements(applicationEnvsContainElements []string) *GetApplicationsParams

WithApplicationEnvsContainElements adds the applicationEnvsContainElements to the get applications params

func (*GetApplicationsParams) WithApplicationEnvsDoesntContainElements

func (o *GetApplicationsParams) WithApplicationEnvsDoesntContainElements(applicationEnvsDoesntContainElements []string) *GetApplicationsParams

WithApplicationEnvsDoesntContainElements adds the applicationEnvsDoesntContainElements to the get applications params

func (*GetApplicationsParams) WithApplicationLabelsContainElements

func (o *GetApplicationsParams) WithApplicationLabelsContainElements(applicationLabelsContainElements []string) *GetApplicationsParams

WithApplicationLabelsContainElements adds the applicationLabelsContainElements to the get applications params

func (*GetApplicationsParams) WithApplicationLabelsDoesntContainElements

func (o *GetApplicationsParams) WithApplicationLabelsDoesntContainElements(applicationLabelsDoesntContainElements []string) *GetApplicationsParams

WithApplicationLabelsDoesntContainElements adds the applicationLabelsDoesntContainElements to the get applications params

func (*GetApplicationsParams) WithApplicationNameContains

func (o *GetApplicationsParams) WithApplicationNameContains(applicationNameContains []string) *GetApplicationsParams

WithApplicationNameContains adds the applicationNameContains to the get applications params

func (*GetApplicationsParams) WithApplicationNameEnd

func (o *GetApplicationsParams) WithApplicationNameEnd(applicationNameEnd *string) *GetApplicationsParams

WithApplicationNameEnd adds the applicationNameEnd to the get applications params

func (*GetApplicationsParams) WithApplicationNameIs

func (o *GetApplicationsParams) WithApplicationNameIs(applicationNameIs []string) *GetApplicationsParams

WithApplicationNameIs adds the applicationNameIs to the get applications params

func (*GetApplicationsParams) WithApplicationNameIsNot

func (o *GetApplicationsParams) WithApplicationNameIsNot(applicationNameIsNot []string) *GetApplicationsParams

WithApplicationNameIsNot adds the applicationNameIsNot to the get applications params

func (*GetApplicationsParams) WithApplicationNameStart

func (o *GetApplicationsParams) WithApplicationNameStart(applicationNameStart *string) *GetApplicationsParams

WithApplicationNameStart adds the applicationNameStart to the get applications params

func (*GetApplicationsParams) WithApplicationResourceID

func (o *GetApplicationsParams) WithApplicationResourceID(applicationResourceID *string) *GetApplicationsParams

WithApplicationResourceID adds the applicationResourceID to the get applications params

func (*GetApplicationsParams) WithApplicationResourcesGte

func (o *GetApplicationsParams) WithApplicationResourcesGte(applicationResourcesGte *int64) *GetApplicationsParams

WithApplicationResourcesGte adds the applicationResourcesGte to the get applications params

func (*GetApplicationsParams) WithApplicationResourcesIs

func (o *GetApplicationsParams) WithApplicationResourcesIs(applicationResourcesIs []int64) *GetApplicationsParams

WithApplicationResourcesIs adds the applicationResourcesIs to the get applications params

func (*GetApplicationsParams) WithApplicationResourcesIsNot

func (o *GetApplicationsParams) WithApplicationResourcesIsNot(applicationResourcesIsNot []int64) *GetApplicationsParams

WithApplicationResourcesIsNot adds the applicationResourcesIsNot to the get applications params

func (*GetApplicationsParams) WithApplicationResourcesLte

func (o *GetApplicationsParams) WithApplicationResourcesLte(applicationResourcesLte *int64) *GetApplicationsParams

WithApplicationResourcesLte adds the applicationResourcesLte to the get applications params

func (*GetApplicationsParams) WithApplicationTypeIs

func (o *GetApplicationsParams) WithApplicationTypeIs(applicationTypeIs []string) *GetApplicationsParams

WithApplicationTypeIs adds the applicationTypeIs to the get applications params

func (*GetApplicationsParams) WithCisDockerBenchmarkLevelGte

func (o *GetApplicationsParams) WithCisDockerBenchmarkLevelGte(cisDockerBenchmarkLevelGte *string) *GetApplicationsParams

WithCisDockerBenchmarkLevelGte adds the cisDockerBenchmarkLevelGte to the get applications params

func (*GetApplicationsParams) WithCisDockerBenchmarkLevelLte

func (o *GetApplicationsParams) WithCisDockerBenchmarkLevelLte(cisDockerBenchmarkLevelLte *string) *GetApplicationsParams

WithCisDockerBenchmarkLevelLte adds the cisDockerBenchmarkLevelLte to the get applications params

func (*GetApplicationsParams) WithContext

WithContext adds the context to the get applications params

func (*GetApplicationsParams) WithCurrentRuntimeScan

func (o *GetApplicationsParams) WithCurrentRuntimeScan(currentRuntimeScan *bool) *GetApplicationsParams

WithCurrentRuntimeScan adds the currentRuntimeScan to the get applications params

func (*GetApplicationsParams) WithDefaults

func (o *GetApplicationsParams) WithDefaults() *GetApplicationsParams

WithDefaults hydrates default values in the get applications params (not the query body).

All values with no default are reset to their zero value.

func (*GetApplicationsParams) WithHTTPClient

func (o *GetApplicationsParams) WithHTTPClient(client *http.Client) *GetApplicationsParams

WithHTTPClient adds the HTTPClient to the get applications params

func (*GetApplicationsParams) WithPackageID

func (o *GetApplicationsParams) WithPackageID(packageID *string) *GetApplicationsParams

WithPackageID adds the packageID to the get applications params

func (*GetApplicationsParams) WithPackagesGte

func (o *GetApplicationsParams) WithPackagesGte(packagesGte *int64) *GetApplicationsParams

WithPackagesGte adds the packagesGte to the get applications params

func (*GetApplicationsParams) WithPackagesIs

func (o *GetApplicationsParams) WithPackagesIs(packagesIs []int64) *GetApplicationsParams

WithPackagesIs adds the packagesIs to the get applications params

func (*GetApplicationsParams) WithPackagesIsNot

func (o *GetApplicationsParams) WithPackagesIsNot(packagesIsNot []int64) *GetApplicationsParams

WithPackagesIsNot adds the packagesIsNot to the get applications params

func (*GetApplicationsParams) WithPackagesLte

func (o *GetApplicationsParams) WithPackagesLte(packagesLte *int64) *GetApplicationsParams

WithPackagesLte adds the packagesLte to the get applications params

func (*GetApplicationsParams) WithPage

WithPage adds the page to the get applications params

func (*GetApplicationsParams) WithPageSize

func (o *GetApplicationsParams) WithPageSize(pageSize int64) *GetApplicationsParams

WithPageSize adds the pageSize to the get applications params

func (*GetApplicationsParams) WithSortDir

func (o *GetApplicationsParams) WithSortDir(sortDir *string) *GetApplicationsParams

WithSortDir adds the sortDir to the get applications params

func (*GetApplicationsParams) WithSortKey

func (o *GetApplicationsParams) WithSortKey(sortKey string) *GetApplicationsParams

WithSortKey adds the sortKey to the get applications params

func (*GetApplicationsParams) WithTimeout

func (o *GetApplicationsParams) WithTimeout(timeout time.Duration) *GetApplicationsParams

WithTimeout adds the timeout to the get applications params

func (*GetApplicationsParams) WithVulnerabilitySeverityGte

func (o *GetApplicationsParams) WithVulnerabilitySeverityGte(vulnerabilitySeverityGte *string) *GetApplicationsParams

WithVulnerabilitySeverityGte adds the vulnerabilitySeverityGte to the get applications params

func (*GetApplicationsParams) WithVulnerabilitySeverityLte

func (o *GetApplicationsParams) WithVulnerabilitySeverityLte(vulnerabilitySeverityLte *string) *GetApplicationsParams

WithVulnerabilitySeverityLte adds the vulnerabilitySeverityLte to the get applications params

func (*GetApplicationsParams) WriteToRequest

func (o *GetApplicationsParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error

WriteToRequest writes these params to a swagger request

type GetApplicationsReader

type GetApplicationsReader struct {
	// contains filtered or unexported fields
}

GetApplicationsReader is a Reader for the GetApplications structure.

func (*GetApplicationsReader) ReadResponse

func (o *GetApplicationsReader) ReadResponse(response runtime.ClientResponse, consumer runtime.Consumer) (interface{}, error)

ReadResponse reads a server response into the received o.

type GetCisdockerbenchmarkresultsIDDefault

type GetCisdockerbenchmarkresultsIDDefault struct {
	Payload *models.APIResponse
	// contains filtered or unexported fields
}
GetCisdockerbenchmarkresultsIDDefault describes a response with status code -1, with default header values.

unknown error

func NewGetCisdockerbenchmarkresultsIDDefault

func NewGetCisdockerbenchmarkresultsIDDefault(code int) *GetCisdockerbenchmarkresultsIDDefault

NewGetCisdockerbenchmarkresultsIDDefault creates a GetCisdockerbenchmarkresultsIDDefault with default headers values

func (*GetCisdockerbenchmarkresultsIDDefault) Code

Code gets the status code for the get cisdockerbenchmarkresults ID default response

func (*GetCisdockerbenchmarkresultsIDDefault) Error

func (*GetCisdockerbenchmarkresultsIDDefault) GetPayload

type GetCisdockerbenchmarkresultsIDOK

type GetCisdockerbenchmarkresultsIDOK struct {
	Payload *GetCisdockerbenchmarkresultsIDOKBody
}
GetCisdockerbenchmarkresultsIDOK describes a response with status code 200, with default header values.

Success

func NewGetCisdockerbenchmarkresultsIDOK

func NewGetCisdockerbenchmarkresultsIDOK() *GetCisdockerbenchmarkresultsIDOK

NewGetCisdockerbenchmarkresultsIDOK creates a GetCisdockerbenchmarkresultsIDOK with default headers values

func (*GetCisdockerbenchmarkresultsIDOK) Error

func (*GetCisdockerbenchmarkresultsIDOK) GetPayload

type GetCisdockerbenchmarkresultsIDOKBody

type GetCisdockerbenchmarkresultsIDOKBody struct {

	// List of CIS docker benchmark findings for an Application Resource
	Items []*models.CISDockerBenchmarkResultsEX `json:"items"`

	// Total CIS docker benchmark results by Application Resource
	// Required: true
	Total *int64 `json:"total"`
}

GetCisdockerbenchmarkresultsIDOKBody get cisdockerbenchmarkresults ID o k body swagger:model GetCisdockerbenchmarkresultsIDOKBody

func (*GetCisdockerbenchmarkresultsIDOKBody) ContextValidate

func (o *GetCisdockerbenchmarkresultsIDOKBody) ContextValidate(ctx context.Context, formats strfmt.Registry) error

ContextValidate validate this get cisdockerbenchmarkresults ID o k body based on the context it is used

func (*GetCisdockerbenchmarkresultsIDOKBody) MarshalBinary

func (o *GetCisdockerbenchmarkresultsIDOKBody) MarshalBinary() ([]byte, error)

MarshalBinary interface implementation

func (*GetCisdockerbenchmarkresultsIDOKBody) UnmarshalBinary

func (o *GetCisdockerbenchmarkresultsIDOKBody) UnmarshalBinary(b []byte) error

UnmarshalBinary interface implementation

func (*GetCisdockerbenchmarkresultsIDOKBody) Validate

Validate validates this get cisdockerbenchmarkresults ID o k body

type GetCisdockerbenchmarkresultsIDParams

type GetCisdockerbenchmarkresultsIDParams struct {

	// ID.
	ID string

	/* SortDir.

	   Sorting direction

	   Default: "ASC"
	*/
	SortDir *string

	/* SortKey.

	   Sort key
	*/
	SortKey string

	Context    context.Context
	HTTPClient *http.Client
	// contains filtered or unexported fields
}

GetCisdockerbenchmarkresultsIDParams contains all the parameters to send to the API endpoint

for the get cisdockerbenchmarkresults ID operation.

Typically these are written to a http.Request.

func NewGetCisdockerbenchmarkresultsIDParams

func NewGetCisdockerbenchmarkresultsIDParams() *GetCisdockerbenchmarkresultsIDParams

NewGetCisdockerbenchmarkresultsIDParams creates a new GetCisdockerbenchmarkresultsIDParams object, with the default timeout for this client.

Default values are not hydrated, since defaults are normally applied by the API server side.

To enforce default values in parameter, use SetDefaults or WithDefaults.

func NewGetCisdockerbenchmarkresultsIDParamsWithContext

func NewGetCisdockerbenchmarkresultsIDParamsWithContext(ctx context.Context) *GetCisdockerbenchmarkresultsIDParams

NewGetCisdockerbenchmarkresultsIDParamsWithContext creates a new GetCisdockerbenchmarkresultsIDParams object with the ability to set a context for a request.

func NewGetCisdockerbenchmarkresultsIDParamsWithHTTPClient

func NewGetCisdockerbenchmarkresultsIDParamsWithHTTPClient(client *http.Client) *GetCisdockerbenchmarkresultsIDParams

NewGetCisdockerbenchmarkresultsIDParamsWithHTTPClient creates a new GetCisdockerbenchmarkresultsIDParams object with the ability to set a custom HTTPClient for a request.

func NewGetCisdockerbenchmarkresultsIDParamsWithTimeout

func NewGetCisdockerbenchmarkresultsIDParamsWithTimeout(timeout time.Duration) *GetCisdockerbenchmarkresultsIDParams

NewGetCisdockerbenchmarkresultsIDParamsWithTimeout creates a new GetCisdockerbenchmarkresultsIDParams object with the ability to set a timeout on a request.

func (*GetCisdockerbenchmarkresultsIDParams) SetContext

SetContext adds the context to the get cisdockerbenchmarkresults ID params

func (*GetCisdockerbenchmarkresultsIDParams) SetDefaults

func (o *GetCisdockerbenchmarkresultsIDParams) SetDefaults()

SetDefaults hydrates default values in the get cisdockerbenchmarkresults ID params (not the query body).

All values with no default are reset to their zero value.

func (*GetCisdockerbenchmarkresultsIDParams) SetHTTPClient

func (o *GetCisdockerbenchmarkresultsIDParams) SetHTTPClient(client *http.Client)

SetHTTPClient adds the HTTPClient to the get cisdockerbenchmarkresults ID params

func (*GetCisdockerbenchmarkresultsIDParams) SetID

SetID adds the id to the get cisdockerbenchmarkresults ID params

func (*GetCisdockerbenchmarkresultsIDParams) SetSortDir

func (o *GetCisdockerbenchmarkresultsIDParams) SetSortDir(sortDir *string)

SetSortDir adds the sortDir to the get cisdockerbenchmarkresults ID params

func (*GetCisdockerbenchmarkresultsIDParams) SetSortKey

func (o *GetCisdockerbenchmarkresultsIDParams) SetSortKey(sortKey string)

SetSortKey adds the sortKey to the get cisdockerbenchmarkresults ID params

func (*GetCisdockerbenchmarkresultsIDParams) SetTimeout

func (o *GetCisdockerbenchmarkresultsIDParams) SetTimeout(timeout time.Duration)

SetTimeout adds the timeout to the get cisdockerbenchmarkresults ID params

func (*GetCisdockerbenchmarkresultsIDParams) WithContext

WithContext adds the context to the get cisdockerbenchmarkresults ID params

func (*GetCisdockerbenchmarkresultsIDParams) WithDefaults

WithDefaults hydrates default values in the get cisdockerbenchmarkresults ID params (not the query body).

All values with no default are reset to their zero value.

func (*GetCisdockerbenchmarkresultsIDParams) WithHTTPClient

WithHTTPClient adds the HTTPClient to the get cisdockerbenchmarkresults ID params

func (*GetCisdockerbenchmarkresultsIDParams) WithID

WithID adds the id to the get cisdockerbenchmarkresults ID params

func (*GetCisdockerbenchmarkresultsIDParams) WithSortDir

WithSortDir adds the sortDir to the get cisdockerbenchmarkresults ID params

func (*GetCisdockerbenchmarkresultsIDParams) WithSortKey

WithSortKey adds the sortKey to the get cisdockerbenchmarkresults ID params

func (*GetCisdockerbenchmarkresultsIDParams) WithTimeout

WithTimeout adds the timeout to the get cisdockerbenchmarkresults ID params

func (*GetCisdockerbenchmarkresultsIDParams) WriteToRequest

WriteToRequest writes these params to a swagger request

type GetCisdockerbenchmarkresultsIDReader

type GetCisdockerbenchmarkresultsIDReader struct {
	// contains filtered or unexported fields
}

GetCisdockerbenchmarkresultsIDReader is a Reader for the GetCisdockerbenchmarkresultsID structure.

func (*GetCisdockerbenchmarkresultsIDReader) ReadResponse

func (o *GetCisdockerbenchmarkresultsIDReader) ReadResponse(response runtime.ClientResponse, consumer runtime.Consumer) (interface{}, error)

ReadResponse reads a server response into the received o.

type GetDashboardCountersDefault

type GetDashboardCountersDefault struct {
	Payload *models.APIResponse
	// contains filtered or unexported fields
}
GetDashboardCountersDefault describes a response with status code -1, with default header values.

unknown error

func NewGetDashboardCountersDefault

func NewGetDashboardCountersDefault(code int) *GetDashboardCountersDefault

NewGetDashboardCountersDefault creates a GetDashboardCountersDefault with default headers values

func (*GetDashboardCountersDefault) Code

func (o *GetDashboardCountersDefault) Code() int

Code gets the status code for the get dashboard counters default response

func (*GetDashboardCountersDefault) Error

func (*GetDashboardCountersDefault) GetPayload

type GetDashboardCountersOK

type GetDashboardCountersOK struct {
	Payload *models.DashboardCounters
}
GetDashboardCountersOK describes a response with status code 200, with default header values.

Success

func NewGetDashboardCountersOK

func NewGetDashboardCountersOK() *GetDashboardCountersOK

NewGetDashboardCountersOK creates a GetDashboardCountersOK with default headers values

func (*GetDashboardCountersOK) Error

func (o *GetDashboardCountersOK) Error() string

func (*GetDashboardCountersOK) GetPayload

type GetDashboardCountersParams

type GetDashboardCountersParams struct {
	Context    context.Context
	HTTPClient *http.Client
	// contains filtered or unexported fields
}

GetDashboardCountersParams contains all the parameters to send to the API endpoint

for the get dashboard counters operation.

Typically these are written to a http.Request.

func NewGetDashboardCountersParams

func NewGetDashboardCountersParams() *GetDashboardCountersParams

NewGetDashboardCountersParams creates a new GetDashboardCountersParams object, with the default timeout for this client.

Default values are not hydrated, since defaults are normally applied by the API server side.

To enforce default values in parameter, use SetDefaults or WithDefaults.

func NewGetDashboardCountersParamsWithContext

func NewGetDashboardCountersParamsWithContext(ctx context.Context) *GetDashboardCountersParams

NewGetDashboardCountersParamsWithContext creates a new GetDashboardCountersParams object with the ability to set a context for a request.

func NewGetDashboardCountersParamsWithHTTPClient

func NewGetDashboardCountersParamsWithHTTPClient(client *http.Client) *GetDashboardCountersParams

NewGetDashboardCountersParamsWithHTTPClient creates a new GetDashboardCountersParams object with the ability to set a custom HTTPClient for a request.

func NewGetDashboardCountersParamsWithTimeout

func NewGetDashboardCountersParamsWithTimeout(timeout time.Duration) *GetDashboardCountersParams

NewGetDashboardCountersParamsWithTimeout creates a new GetDashboardCountersParams object with the ability to set a timeout on a request.

func (*GetDashboardCountersParams) SetContext

func (o *GetDashboardCountersParams) SetContext(ctx context.Context)

SetContext adds the context to the get dashboard counters params

func (*GetDashboardCountersParams) SetDefaults

func (o *GetDashboardCountersParams) SetDefaults()

SetDefaults hydrates default values in the get dashboard counters params (not the query body).

All values with no default are reset to their zero value.

func (*GetDashboardCountersParams) SetHTTPClient

func (o *GetDashboardCountersParams) SetHTTPClient(client *http.Client)

SetHTTPClient adds the HTTPClient to the get dashboard counters params

func (*GetDashboardCountersParams) SetTimeout

func (o *GetDashboardCountersParams) SetTimeout(timeout time.Duration)

SetTimeout adds the timeout to the get dashboard counters params

func (*GetDashboardCountersParams) WithContext

WithContext adds the context to the get dashboard counters params

func (*GetDashboardCountersParams) WithDefaults

WithDefaults hydrates default values in the get dashboard counters params (not the query body).

All values with no default are reset to their zero value.

func (*GetDashboardCountersParams) WithHTTPClient

WithHTTPClient adds the HTTPClient to the get dashboard counters params

func (*GetDashboardCountersParams) WithTimeout

WithTimeout adds the timeout to the get dashboard counters params

func (*GetDashboardCountersParams) WriteToRequest

WriteToRequest writes these params to a swagger request

type GetDashboardCountersReader

type GetDashboardCountersReader struct {
	// contains filtered or unexported fields
}

GetDashboardCountersReader is a Reader for the GetDashboardCounters structure.

func (*GetDashboardCountersReader) ReadResponse

func (o *GetDashboardCountersReader) ReadResponse(response runtime.ClientResponse, consumer runtime.Consumer) (interface{}, error)

ReadResponse reads a server response into the received o.

type GetDashboardMostVulnerableDefault

type GetDashboardMostVulnerableDefault struct {
	Payload *models.APIResponse
	// contains filtered or unexported fields
}
GetDashboardMostVulnerableDefault describes a response with status code -1, with default header values.

unknown error

func NewGetDashboardMostVulnerableDefault

func NewGetDashboardMostVulnerableDefault(code int) *GetDashboardMostVulnerableDefault

NewGetDashboardMostVulnerableDefault creates a GetDashboardMostVulnerableDefault with default headers values

func (*GetDashboardMostVulnerableDefault) Code

Code gets the status code for the get dashboard most vulnerable default response

func (*GetDashboardMostVulnerableDefault) Error

func (*GetDashboardMostVulnerableDefault) GetPayload

type GetDashboardMostVulnerableOK

type GetDashboardMostVulnerableOK struct {
	Payload *models.MostVulnerable
}
GetDashboardMostVulnerableOK describes a response with status code 200, with default header values.

Success

func NewGetDashboardMostVulnerableOK

func NewGetDashboardMostVulnerableOK() *GetDashboardMostVulnerableOK

NewGetDashboardMostVulnerableOK creates a GetDashboardMostVulnerableOK with default headers values

func (*GetDashboardMostVulnerableOK) Error

func (*GetDashboardMostVulnerableOK) GetPayload

type GetDashboardMostVulnerableParams

type GetDashboardMostVulnerableParams struct {
	Context    context.Context
	HTTPClient *http.Client
	// contains filtered or unexported fields
}

GetDashboardMostVulnerableParams contains all the parameters to send to the API endpoint

for the get dashboard most vulnerable operation.

Typically these are written to a http.Request.

func NewGetDashboardMostVulnerableParams

func NewGetDashboardMostVulnerableParams() *GetDashboardMostVulnerableParams

NewGetDashboardMostVulnerableParams creates a new GetDashboardMostVulnerableParams object, with the default timeout for this client.

Default values are not hydrated, since defaults are normally applied by the API server side.

To enforce default values in parameter, use SetDefaults or WithDefaults.

func NewGetDashboardMostVulnerableParamsWithContext

func NewGetDashboardMostVulnerableParamsWithContext(ctx context.Context) *GetDashboardMostVulnerableParams

NewGetDashboardMostVulnerableParamsWithContext creates a new GetDashboardMostVulnerableParams object with the ability to set a context for a request.

func NewGetDashboardMostVulnerableParamsWithHTTPClient

func NewGetDashboardMostVulnerableParamsWithHTTPClient(client *http.Client) *GetDashboardMostVulnerableParams

NewGetDashboardMostVulnerableParamsWithHTTPClient creates a new GetDashboardMostVulnerableParams object with the ability to set a custom HTTPClient for a request.

func NewGetDashboardMostVulnerableParamsWithTimeout

func NewGetDashboardMostVulnerableParamsWithTimeout(timeout time.Duration) *GetDashboardMostVulnerableParams

NewGetDashboardMostVulnerableParamsWithTimeout creates a new GetDashboardMostVulnerableParams object with the ability to set a timeout on a request.

func (*GetDashboardMostVulnerableParams) SetContext

SetContext adds the context to the get dashboard most vulnerable params

func (*GetDashboardMostVulnerableParams) SetDefaults

func (o *GetDashboardMostVulnerableParams) SetDefaults()

SetDefaults hydrates default values in the get dashboard most vulnerable params (not the query body).

All values with no default are reset to their zero value.

func (*GetDashboardMostVulnerableParams) SetHTTPClient

func (o *GetDashboardMostVulnerableParams) SetHTTPClient(client *http.Client)

SetHTTPClient adds the HTTPClient to the get dashboard most vulnerable params

func (*GetDashboardMostVulnerableParams) SetTimeout

func (o *GetDashboardMostVulnerableParams) SetTimeout(timeout time.Duration)

SetTimeout adds the timeout to the get dashboard most vulnerable params

func (*GetDashboardMostVulnerableParams) WithContext

WithContext adds the context to the get dashboard most vulnerable params

func (*GetDashboardMostVulnerableParams) WithDefaults

WithDefaults hydrates default values in the get dashboard most vulnerable params (not the query body).

All values with no default are reset to their zero value.

func (*GetDashboardMostVulnerableParams) WithHTTPClient

WithHTTPClient adds the HTTPClient to the get dashboard most vulnerable params

func (*GetDashboardMostVulnerableParams) WithTimeout

WithTimeout adds the timeout to the get dashboard most vulnerable params

func (*GetDashboardMostVulnerableParams) WriteToRequest

WriteToRequest writes these params to a swagger request

type GetDashboardMostVulnerableReader

type GetDashboardMostVulnerableReader struct {
	// contains filtered or unexported fields
}

GetDashboardMostVulnerableReader is a Reader for the GetDashboardMostVulnerable structure.

func (*GetDashboardMostVulnerableReader) ReadResponse

func (o *GetDashboardMostVulnerableReader) ReadResponse(response runtime.ClientResponse, consumer runtime.Consumer) (interface{}, error)

ReadResponse reads a server response into the received o.

type GetDashboardPackagesPerLanguageDefault

type GetDashboardPackagesPerLanguageDefault struct {
	Payload *models.APIResponse
	// contains filtered or unexported fields
}
GetDashboardPackagesPerLanguageDefault describes a response with status code -1, with default header values.

unknown error

func NewGetDashboardPackagesPerLanguageDefault

func NewGetDashboardPackagesPerLanguageDefault(code int) *GetDashboardPackagesPerLanguageDefault

NewGetDashboardPackagesPerLanguageDefault creates a GetDashboardPackagesPerLanguageDefault with default headers values

func (*GetDashboardPackagesPerLanguageDefault) Code

Code gets the status code for the get dashboard packages per language default response

func (*GetDashboardPackagesPerLanguageDefault) Error

func (*GetDashboardPackagesPerLanguageDefault) GetPayload

type GetDashboardPackagesPerLanguageOK

type GetDashboardPackagesPerLanguageOK struct {
	Payload []*models.PackagesCountPerLanguage
}
GetDashboardPackagesPerLanguageOK describes a response with status code 200, with default header values.

Success

func NewGetDashboardPackagesPerLanguageOK

func NewGetDashboardPackagesPerLanguageOK() *GetDashboardPackagesPerLanguageOK

NewGetDashboardPackagesPerLanguageOK creates a GetDashboardPackagesPerLanguageOK with default headers values

func (*GetDashboardPackagesPerLanguageOK) Error

func (*GetDashboardPackagesPerLanguageOK) GetPayload

type GetDashboardPackagesPerLanguageParams

type GetDashboardPackagesPerLanguageParams struct {
	Context    context.Context
	HTTPClient *http.Client
	// contains filtered or unexported fields
}

GetDashboardPackagesPerLanguageParams contains all the parameters to send to the API endpoint

for the get dashboard packages per language operation.

Typically these are written to a http.Request.

func NewGetDashboardPackagesPerLanguageParams

func NewGetDashboardPackagesPerLanguageParams() *GetDashboardPackagesPerLanguageParams

NewGetDashboardPackagesPerLanguageParams creates a new GetDashboardPackagesPerLanguageParams object, with the default timeout for this client.

Default values are not hydrated, since defaults are normally applied by the API server side.

To enforce default values in parameter, use SetDefaults or WithDefaults.

func NewGetDashboardPackagesPerLanguageParamsWithContext

func NewGetDashboardPackagesPerLanguageParamsWithContext(ctx context.Context) *GetDashboardPackagesPerLanguageParams

NewGetDashboardPackagesPerLanguageParamsWithContext creates a new GetDashboardPackagesPerLanguageParams object with the ability to set a context for a request.

func NewGetDashboardPackagesPerLanguageParamsWithHTTPClient

func NewGetDashboardPackagesPerLanguageParamsWithHTTPClient(client *http.Client) *GetDashboardPackagesPerLanguageParams

NewGetDashboardPackagesPerLanguageParamsWithHTTPClient creates a new GetDashboardPackagesPerLanguageParams object with the ability to set a custom HTTPClient for a request.

func NewGetDashboardPackagesPerLanguageParamsWithTimeout

func NewGetDashboardPackagesPerLanguageParamsWithTimeout(timeout time.Duration) *GetDashboardPackagesPerLanguageParams

NewGetDashboardPackagesPerLanguageParamsWithTimeout creates a new GetDashboardPackagesPerLanguageParams object with the ability to set a timeout on a request.

func (*GetDashboardPackagesPerLanguageParams) SetContext

SetContext adds the context to the get dashboard packages per language params

func (*GetDashboardPackagesPerLanguageParams) SetDefaults

func (o *GetDashboardPackagesPerLanguageParams) SetDefaults()

SetDefaults hydrates default values in the get dashboard packages per language params (not the query body).

All values with no default are reset to their zero value.

func (*GetDashboardPackagesPerLanguageParams) SetHTTPClient

func (o *GetDashboardPackagesPerLanguageParams) SetHTTPClient(client *http.Client)

SetHTTPClient adds the HTTPClient to the get dashboard packages per language params

func (*GetDashboardPackagesPerLanguageParams) SetTimeout

func (o *GetDashboardPackagesPerLanguageParams) SetTimeout(timeout time.Duration)

SetTimeout adds the timeout to the get dashboard packages per language params

func (*GetDashboardPackagesPerLanguageParams) WithContext

WithContext adds the context to the get dashboard packages per language params

func (*GetDashboardPackagesPerLanguageParams) WithDefaults

WithDefaults hydrates default values in the get dashboard packages per language params (not the query body).

All values with no default are reset to their zero value.

func (*GetDashboardPackagesPerLanguageParams) WithHTTPClient

WithHTTPClient adds the HTTPClient to the get dashboard packages per language params

func (*GetDashboardPackagesPerLanguageParams) WithTimeout

WithTimeout adds the timeout to the get dashboard packages per language params

func (*GetDashboardPackagesPerLanguageParams) WriteToRequest

WriteToRequest writes these params to a swagger request

type GetDashboardPackagesPerLanguageReader

type GetDashboardPackagesPerLanguageReader struct {
	// contains filtered or unexported fields
}

GetDashboardPackagesPerLanguageReader is a Reader for the GetDashboardPackagesPerLanguage structure.

func (*GetDashboardPackagesPerLanguageReader) ReadResponse

func (o *GetDashboardPackagesPerLanguageReader) ReadResponse(response runtime.ClientResponse, consumer runtime.Consumer) (interface{}, error)

ReadResponse reads a server response into the received o.

type GetDashboardPackagesPerLicenseDefault

type GetDashboardPackagesPerLicenseDefault struct {
	Payload *models.APIResponse
	// contains filtered or unexported fields
}
GetDashboardPackagesPerLicenseDefault describes a response with status code -1, with default header values.

unknown error

func NewGetDashboardPackagesPerLicenseDefault

func NewGetDashboardPackagesPerLicenseDefault(code int) *GetDashboardPackagesPerLicenseDefault

NewGetDashboardPackagesPerLicenseDefault creates a GetDashboardPackagesPerLicenseDefault with default headers values

func (*GetDashboardPackagesPerLicenseDefault) Code

Code gets the status code for the get dashboard packages per license default response

func (*GetDashboardPackagesPerLicenseDefault) Error

func (*GetDashboardPackagesPerLicenseDefault) GetPayload

type GetDashboardPackagesPerLicenseOK

type GetDashboardPackagesPerLicenseOK struct {
	Payload []*models.PackagesCountPerLicense
}
GetDashboardPackagesPerLicenseOK describes a response with status code 200, with default header values.

Success

func NewGetDashboardPackagesPerLicenseOK

func NewGetDashboardPackagesPerLicenseOK() *GetDashboardPackagesPerLicenseOK

NewGetDashboardPackagesPerLicenseOK creates a GetDashboardPackagesPerLicenseOK with default headers values

func (*GetDashboardPackagesPerLicenseOK) Error

func (*GetDashboardPackagesPerLicenseOK) GetPayload

type GetDashboardPackagesPerLicenseParams

type GetDashboardPackagesPerLicenseParams struct {
	Context    context.Context
	HTTPClient *http.Client
	// contains filtered or unexported fields
}

GetDashboardPackagesPerLicenseParams contains all the parameters to send to the API endpoint

for the get dashboard packages per license operation.

Typically these are written to a http.Request.

func NewGetDashboardPackagesPerLicenseParams

func NewGetDashboardPackagesPerLicenseParams() *GetDashboardPackagesPerLicenseParams

NewGetDashboardPackagesPerLicenseParams creates a new GetDashboardPackagesPerLicenseParams object, with the default timeout for this client.

Default values are not hydrated, since defaults are normally applied by the API server side.

To enforce default values in parameter, use SetDefaults or WithDefaults.

func NewGetDashboardPackagesPerLicenseParamsWithContext

func NewGetDashboardPackagesPerLicenseParamsWithContext(ctx context.Context) *GetDashboardPackagesPerLicenseParams

NewGetDashboardPackagesPerLicenseParamsWithContext creates a new GetDashboardPackagesPerLicenseParams object with the ability to set a context for a request.

func NewGetDashboardPackagesPerLicenseParamsWithHTTPClient

func NewGetDashboardPackagesPerLicenseParamsWithHTTPClient(client *http.Client) *GetDashboardPackagesPerLicenseParams

NewGetDashboardPackagesPerLicenseParamsWithHTTPClient creates a new GetDashboardPackagesPerLicenseParams object with the ability to set a custom HTTPClient for a request.

func NewGetDashboardPackagesPerLicenseParamsWithTimeout

func NewGetDashboardPackagesPerLicenseParamsWithTimeout(timeout time.Duration) *GetDashboardPackagesPerLicenseParams

NewGetDashboardPackagesPerLicenseParamsWithTimeout creates a new GetDashboardPackagesPerLicenseParams object with the ability to set a timeout on a request.

func (*GetDashboardPackagesPerLicenseParams) SetContext

SetContext adds the context to the get dashboard packages per license params

func (*GetDashboardPackagesPerLicenseParams) SetDefaults

func (o *GetDashboardPackagesPerLicenseParams) SetDefaults()

SetDefaults hydrates default values in the get dashboard packages per license params (not the query body).

All values with no default are reset to their zero value.

func (*GetDashboardPackagesPerLicenseParams) SetHTTPClient

func (o *GetDashboardPackagesPerLicenseParams) SetHTTPClient(client *http.Client)

SetHTTPClient adds the HTTPClient to the get dashboard packages per license params

func (*GetDashboardPackagesPerLicenseParams) SetTimeout

func (o *GetDashboardPackagesPerLicenseParams) SetTimeout(timeout time.Duration)

SetTimeout adds the timeout to the get dashboard packages per license params

func (*GetDashboardPackagesPerLicenseParams) WithContext

WithContext adds the context to the get dashboard packages per license params

func (*GetDashboardPackagesPerLicenseParams) WithDefaults

WithDefaults hydrates default values in the get dashboard packages per license params (not the query body).

All values with no default are reset to their zero value.

func (*GetDashboardPackagesPerLicenseParams) WithHTTPClient

WithHTTPClient adds the HTTPClient to the get dashboard packages per license params

func (*GetDashboardPackagesPerLicenseParams) WithTimeout

WithTimeout adds the timeout to the get dashboard packages per license params

func (*GetDashboardPackagesPerLicenseParams) WriteToRequest

WriteToRequest writes these params to a swagger request

type GetDashboardPackagesPerLicenseReader

type GetDashboardPackagesPerLicenseReader struct {
	// contains filtered or unexported fields
}

GetDashboardPackagesPerLicenseReader is a Reader for the GetDashboardPackagesPerLicense structure.

func (*GetDashboardPackagesPerLicenseReader) ReadResponse

func (o *GetDashboardPackagesPerLicenseReader) ReadResponse(response runtime.ClientResponse, consumer runtime.Consumer) (interface{}, error)

ReadResponse reads a server response into the received o.

type GetDashboardTrendsVulnerabilitiesDefault

type GetDashboardTrendsVulnerabilitiesDefault struct {
	Payload *models.APIResponse
	// contains filtered or unexported fields
}
GetDashboardTrendsVulnerabilitiesDefault describes a response with status code -1, with default header values.

unknown error

func NewGetDashboardTrendsVulnerabilitiesDefault

func NewGetDashboardTrendsVulnerabilitiesDefault(code int) *GetDashboardTrendsVulnerabilitiesDefault

NewGetDashboardTrendsVulnerabilitiesDefault creates a GetDashboardTrendsVulnerabilitiesDefault with default headers values

func (*GetDashboardTrendsVulnerabilitiesDefault) Code

Code gets the status code for the get dashboard trends vulnerabilities default response

func (*GetDashboardTrendsVulnerabilitiesDefault) Error

func (*GetDashboardTrendsVulnerabilitiesDefault) GetPayload

type GetDashboardTrendsVulnerabilitiesOK

type GetDashboardTrendsVulnerabilitiesOK struct {
	Payload []*models.NewVulnerabilitiesTrend
}
GetDashboardTrendsVulnerabilitiesOK describes a response with status code 200, with default header values.

Success

func NewGetDashboardTrendsVulnerabilitiesOK

func NewGetDashboardTrendsVulnerabilitiesOK() *GetDashboardTrendsVulnerabilitiesOK

NewGetDashboardTrendsVulnerabilitiesOK creates a GetDashboardTrendsVulnerabilitiesOK with default headers values

func (*GetDashboardTrendsVulnerabilitiesOK) Error

func (*GetDashboardTrendsVulnerabilitiesOK) GetPayload

type GetDashboardTrendsVulnerabilitiesParams

type GetDashboardTrendsVulnerabilitiesParams struct {

	/* EndTime.

	   End time of the query

	   Format: date-time
	*/
	EndTime strfmt.DateTime

	/* StartTime.

	   Start time of the query

	   Format: date-time
	*/
	StartTime strfmt.DateTime

	Context    context.Context
	HTTPClient *http.Client
	// contains filtered or unexported fields
}

GetDashboardTrendsVulnerabilitiesParams contains all the parameters to send to the API endpoint

for the get dashboard trends vulnerabilities operation.

Typically these are written to a http.Request.

func NewGetDashboardTrendsVulnerabilitiesParams

func NewGetDashboardTrendsVulnerabilitiesParams() *GetDashboardTrendsVulnerabilitiesParams

NewGetDashboardTrendsVulnerabilitiesParams creates a new GetDashboardTrendsVulnerabilitiesParams object, with the default timeout for this client.

Default values are not hydrated, since defaults are normally applied by the API server side.

To enforce default values in parameter, use SetDefaults or WithDefaults.

func NewGetDashboardTrendsVulnerabilitiesParamsWithContext

func NewGetDashboardTrendsVulnerabilitiesParamsWithContext(ctx context.Context) *GetDashboardTrendsVulnerabilitiesParams

NewGetDashboardTrendsVulnerabilitiesParamsWithContext creates a new GetDashboardTrendsVulnerabilitiesParams object with the ability to set a context for a request.

func NewGetDashboardTrendsVulnerabilitiesParamsWithHTTPClient

func NewGetDashboardTrendsVulnerabilitiesParamsWithHTTPClient(client *http.Client) *GetDashboardTrendsVulnerabilitiesParams

NewGetDashboardTrendsVulnerabilitiesParamsWithHTTPClient creates a new GetDashboardTrendsVulnerabilitiesParams object with the ability to set a custom HTTPClient for a request.

func NewGetDashboardTrendsVulnerabilitiesParamsWithTimeout

func NewGetDashboardTrendsVulnerabilitiesParamsWithTimeout(timeout time.Duration) *GetDashboardTrendsVulnerabilitiesParams

NewGetDashboardTrendsVulnerabilitiesParamsWithTimeout creates a new GetDashboardTrendsVulnerabilitiesParams object with the ability to set a timeout on a request.

func (*GetDashboardTrendsVulnerabilitiesParams) SetContext

SetContext adds the context to the get dashboard trends vulnerabilities params

func (*GetDashboardTrendsVulnerabilitiesParams) SetDefaults

func (o *GetDashboardTrendsVulnerabilitiesParams) SetDefaults()

SetDefaults hydrates default values in the get dashboard trends vulnerabilities params (not the query body).

All values with no default are reset to their zero value.

func (*GetDashboardTrendsVulnerabilitiesParams) SetEndTime

SetEndTime adds the endTime to the get dashboard trends vulnerabilities params

func (*GetDashboardTrendsVulnerabilitiesParams) SetHTTPClient

func (o *GetDashboardTrendsVulnerabilitiesParams) SetHTTPClient(client *http.Client)

SetHTTPClient adds the HTTPClient to the get dashboard trends vulnerabilities params

func (*GetDashboardTrendsVulnerabilitiesParams) SetStartTime

func (o *GetDashboardTrendsVulnerabilitiesParams) SetStartTime(startTime strfmt.DateTime)

SetStartTime adds the startTime to the get dashboard trends vulnerabilities params

func (*GetDashboardTrendsVulnerabilitiesParams) SetTimeout

func (o *GetDashboardTrendsVulnerabilitiesParams) SetTimeout(timeout time.Duration)

SetTimeout adds the timeout to the get dashboard trends vulnerabilities params

func (*GetDashboardTrendsVulnerabilitiesParams) WithContext

WithContext adds the context to the get dashboard trends vulnerabilities params

func (*GetDashboardTrendsVulnerabilitiesParams) WithDefaults

WithDefaults hydrates default values in the get dashboard trends vulnerabilities params (not the query body).

All values with no default are reset to their zero value.

func (*GetDashboardTrendsVulnerabilitiesParams) WithEndTime

WithEndTime adds the endTime to the get dashboard trends vulnerabilities params

func (*GetDashboardTrendsVulnerabilitiesParams) WithHTTPClient

WithHTTPClient adds the HTTPClient to the get dashboard trends vulnerabilities params

func (*GetDashboardTrendsVulnerabilitiesParams) WithStartTime

WithStartTime adds the startTime to the get dashboard trends vulnerabilities params

func (*GetDashboardTrendsVulnerabilitiesParams) WithTimeout

WithTimeout adds the timeout to the get dashboard trends vulnerabilities params

func (*GetDashboardTrendsVulnerabilitiesParams) WriteToRequest

WriteToRequest writes these params to a swagger request

type GetDashboardTrendsVulnerabilitiesReader

type GetDashboardTrendsVulnerabilitiesReader struct {
	// contains filtered or unexported fields
}

GetDashboardTrendsVulnerabilitiesReader is a Reader for the GetDashboardTrendsVulnerabilities structure.

func (*GetDashboardTrendsVulnerabilitiesReader) ReadResponse

func (o *GetDashboardTrendsVulnerabilitiesReader) ReadResponse(response runtime.ClientResponse, consumer runtime.Consumer) (interface{}, error)

ReadResponse reads a server response into the received o.

type GetDashboardVulnerabilitiesWithFixDefault

type GetDashboardVulnerabilitiesWithFixDefault struct {
	Payload *models.APIResponse
	// contains filtered or unexported fields
}
GetDashboardVulnerabilitiesWithFixDefault describes a response with status code -1, with default header values.

unknown error

func NewGetDashboardVulnerabilitiesWithFixDefault

func NewGetDashboardVulnerabilitiesWithFixDefault(code int) *GetDashboardVulnerabilitiesWithFixDefault

NewGetDashboardVulnerabilitiesWithFixDefault creates a GetDashboardVulnerabilitiesWithFixDefault with default headers values

func (*GetDashboardVulnerabilitiesWithFixDefault) Code

Code gets the status code for the get dashboard vulnerabilities with fix default response

func (*GetDashboardVulnerabilitiesWithFixDefault) Error

func (*GetDashboardVulnerabilitiesWithFixDefault) GetPayload

type GetDashboardVulnerabilitiesWithFixOK

type GetDashboardVulnerabilitiesWithFixOK struct {
	Payload []*models.VulnerabilitiesWithFix
}
GetDashboardVulnerabilitiesWithFixOK describes a response with status code 200, with default header values.

Success

func NewGetDashboardVulnerabilitiesWithFixOK

func NewGetDashboardVulnerabilitiesWithFixOK() *GetDashboardVulnerabilitiesWithFixOK

NewGetDashboardVulnerabilitiesWithFixOK creates a GetDashboardVulnerabilitiesWithFixOK with default headers values

func (*GetDashboardVulnerabilitiesWithFixOK) Error

func (*GetDashboardVulnerabilitiesWithFixOK) GetPayload

type GetDashboardVulnerabilitiesWithFixParams

type GetDashboardVulnerabilitiesWithFixParams struct {
	Context    context.Context
	HTTPClient *http.Client
	// contains filtered or unexported fields
}

GetDashboardVulnerabilitiesWithFixParams contains all the parameters to send to the API endpoint

for the get dashboard vulnerabilities with fix operation.

Typically these are written to a http.Request.

func NewGetDashboardVulnerabilitiesWithFixParams

func NewGetDashboardVulnerabilitiesWithFixParams() *GetDashboardVulnerabilitiesWithFixParams

NewGetDashboardVulnerabilitiesWithFixParams creates a new GetDashboardVulnerabilitiesWithFixParams object, with the default timeout for this client.

Default values are not hydrated, since defaults are normally applied by the API server side.

To enforce default values in parameter, use SetDefaults or WithDefaults.

func NewGetDashboardVulnerabilitiesWithFixParamsWithContext

func NewGetDashboardVulnerabilitiesWithFixParamsWithContext(ctx context.Context) *GetDashboardVulnerabilitiesWithFixParams

NewGetDashboardVulnerabilitiesWithFixParamsWithContext creates a new GetDashboardVulnerabilitiesWithFixParams object with the ability to set a context for a request.

func NewGetDashboardVulnerabilitiesWithFixParamsWithHTTPClient

func NewGetDashboardVulnerabilitiesWithFixParamsWithHTTPClient(client *http.Client) *GetDashboardVulnerabilitiesWithFixParams

NewGetDashboardVulnerabilitiesWithFixParamsWithHTTPClient creates a new GetDashboardVulnerabilitiesWithFixParams object with the ability to set a custom HTTPClient for a request.

func NewGetDashboardVulnerabilitiesWithFixParamsWithTimeout

func NewGetDashboardVulnerabilitiesWithFixParamsWithTimeout(timeout time.Duration) *GetDashboardVulnerabilitiesWithFixParams

NewGetDashboardVulnerabilitiesWithFixParamsWithTimeout creates a new GetDashboardVulnerabilitiesWithFixParams object with the ability to set a timeout on a request.

func (*GetDashboardVulnerabilitiesWithFixParams) SetContext

SetContext adds the context to the get dashboard vulnerabilities with fix params

func (*GetDashboardVulnerabilitiesWithFixParams) SetDefaults

SetDefaults hydrates default values in the get dashboard vulnerabilities with fix params (not the query body).

All values with no default are reset to their zero value.

func (*GetDashboardVulnerabilitiesWithFixParams) SetHTTPClient

func (o *GetDashboardVulnerabilitiesWithFixParams) SetHTTPClient(client *http.Client)

SetHTTPClient adds the HTTPClient to the get dashboard vulnerabilities with fix params

func (*GetDashboardVulnerabilitiesWithFixParams) SetTimeout

SetTimeout adds the timeout to the get dashboard vulnerabilities with fix params

func (*GetDashboardVulnerabilitiesWithFixParams) WithContext

WithContext adds the context to the get dashboard vulnerabilities with fix params

func (*GetDashboardVulnerabilitiesWithFixParams) WithDefaults

WithDefaults hydrates default values in the get dashboard vulnerabilities with fix params (not the query body).

All values with no default are reset to their zero value.

func (*GetDashboardVulnerabilitiesWithFixParams) WithHTTPClient

WithHTTPClient adds the HTTPClient to the get dashboard vulnerabilities with fix params

func (*GetDashboardVulnerabilitiesWithFixParams) WithTimeout

WithTimeout adds the timeout to the get dashboard vulnerabilities with fix params

func (*GetDashboardVulnerabilitiesWithFixParams) WriteToRequest

WriteToRequest writes these params to a swagger request

type GetDashboardVulnerabilitiesWithFixReader

type GetDashboardVulnerabilitiesWithFixReader struct {
	// contains filtered or unexported fields
}

GetDashboardVulnerabilitiesWithFixReader is a Reader for the GetDashboardVulnerabilitiesWithFix structure.

func (*GetDashboardVulnerabilitiesWithFixReader) ReadResponse

func (o *GetDashboardVulnerabilitiesWithFixReader) ReadResponse(response runtime.ClientResponse, consumer runtime.Consumer) (interface{}, error)

ReadResponse reads a server response into the received o.

type GetNamespacesDefault

type GetNamespacesDefault struct {
	Payload *models.APIResponse
	// contains filtered or unexported fields
}
GetNamespacesDefault describes a response with status code -1, with default header values.

unknown error

func NewGetNamespacesDefault

func NewGetNamespacesDefault(code int) *GetNamespacesDefault

NewGetNamespacesDefault creates a GetNamespacesDefault with default headers values

func (*GetNamespacesDefault) Code

func (o *GetNamespacesDefault) Code() int

Code gets the status code for the get namespaces default response

func (*GetNamespacesDefault) Error

func (o *GetNamespacesDefault) Error() string

func (*GetNamespacesDefault) GetPayload

func (o *GetNamespacesDefault) GetPayload() *models.APIResponse

type GetNamespacesOK

type GetNamespacesOK struct {
	Payload []*models.Namespace
}
GetNamespacesOK describes a response with status code 200, with default header values.

Success

func NewGetNamespacesOK

func NewGetNamespacesOK() *GetNamespacesOK

NewGetNamespacesOK creates a GetNamespacesOK with default headers values

func (*GetNamespacesOK) Error

func (o *GetNamespacesOK) Error() string

func (*GetNamespacesOK) GetPayload

func (o *GetNamespacesOK) GetPayload() []*models.Namespace

type GetNamespacesParams

type GetNamespacesParams struct {
	Context    context.Context
	HTTPClient *http.Client
	// contains filtered or unexported fields
}

GetNamespacesParams contains all the parameters to send to the API endpoint

for the get namespaces operation.

Typically these are written to a http.Request.

func NewGetNamespacesParams

func NewGetNamespacesParams() *GetNamespacesParams

NewGetNamespacesParams creates a new GetNamespacesParams object, with the default timeout for this client.

Default values are not hydrated, since defaults are normally applied by the API server side.

To enforce default values in parameter, use SetDefaults or WithDefaults.

func NewGetNamespacesParamsWithContext

func NewGetNamespacesParamsWithContext(ctx context.Context) *GetNamespacesParams

NewGetNamespacesParamsWithContext creates a new GetNamespacesParams object with the ability to set a context for a request.

func NewGetNamespacesParamsWithHTTPClient

func NewGetNamespacesParamsWithHTTPClient(client *http.Client) *GetNamespacesParams

NewGetNamespacesParamsWithHTTPClient creates a new GetNamespacesParams object with the ability to set a custom HTTPClient for a request.

func NewGetNamespacesParamsWithTimeout

func NewGetNamespacesParamsWithTimeout(timeout time.Duration) *GetNamespacesParams

NewGetNamespacesParamsWithTimeout creates a new GetNamespacesParams object with the ability to set a timeout on a request.

func (*GetNamespacesParams) SetContext

func (o *GetNamespacesParams) SetContext(ctx context.Context)

SetContext adds the context to the get namespaces params

func (*GetNamespacesParams) SetDefaults

func (o *GetNamespacesParams) SetDefaults()

SetDefaults hydrates default values in the get namespaces params (not the query body).

All values with no default are reset to their zero value.

func (*GetNamespacesParams) SetHTTPClient

func (o *GetNamespacesParams) SetHTTPClient(client *http.Client)

SetHTTPClient adds the HTTPClient to the get namespaces params

func (*GetNamespacesParams) SetTimeout

func (o *GetNamespacesParams) SetTimeout(timeout time.Duration)

SetTimeout adds the timeout to the get namespaces params

func (*GetNamespacesParams) WithContext

WithContext adds the context to the get namespaces params

func (*GetNamespacesParams) WithDefaults

func (o *GetNamespacesParams) WithDefaults() *GetNamespacesParams

WithDefaults hydrates default values in the get namespaces params (not the query body).

All values with no default are reset to their zero value.

func (*GetNamespacesParams) WithHTTPClient

func (o *GetNamespacesParams) WithHTTPClient(client *http.Client) *GetNamespacesParams

WithHTTPClient adds the HTTPClient to the get namespaces params

func (*GetNamespacesParams) WithTimeout

func (o *GetNamespacesParams) WithTimeout(timeout time.Duration) *GetNamespacesParams

WithTimeout adds the timeout to the get namespaces params

func (*GetNamespacesParams) WriteToRequest

func (o *GetNamespacesParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error

WriteToRequest writes these params to a swagger request

type GetNamespacesReader

type GetNamespacesReader struct {
	// contains filtered or unexported fields
}

GetNamespacesReader is a Reader for the GetNamespaces structure.

func (*GetNamespacesReader) ReadResponse

func (o *GetNamespacesReader) ReadResponse(response runtime.ClientResponse, consumer runtime.Consumer) (interface{}, error)

ReadResponse reads a server response into the received o.

type GetPackagesDefault

type GetPackagesDefault struct {
	Payload *models.APIResponse
	// contains filtered or unexported fields
}
GetPackagesDefault describes a response with status code -1, with default header values.

unknown error

func NewGetPackagesDefault

func NewGetPackagesDefault(code int) *GetPackagesDefault

NewGetPackagesDefault creates a GetPackagesDefault with default headers values

func (*GetPackagesDefault) Code

func (o *GetPackagesDefault) Code() int

Code gets the status code for the get packages default response

func (*GetPackagesDefault) Error

func (o *GetPackagesDefault) Error() string

func (*GetPackagesDefault) GetPayload

func (o *GetPackagesDefault) GetPayload() *models.APIResponse

type GetPackagesIDApplicationResourcesDefault

type GetPackagesIDApplicationResourcesDefault struct {
	Payload *models.APIResponse
	// contains filtered or unexported fields
}
GetPackagesIDApplicationResourcesDefault describes a response with status code -1, with default header values.

unknown error

func NewGetPackagesIDApplicationResourcesDefault

func NewGetPackagesIDApplicationResourcesDefault(code int) *GetPackagesIDApplicationResourcesDefault

NewGetPackagesIDApplicationResourcesDefault creates a GetPackagesIDApplicationResourcesDefault with default headers values

func (*GetPackagesIDApplicationResourcesDefault) Code

Code gets the status code for the get packages ID application resources default response

func (*GetPackagesIDApplicationResourcesDefault) Error

func (*GetPackagesIDApplicationResourcesDefault) GetPayload

type GetPackagesIDApplicationResourcesNotFound

type GetPackagesIDApplicationResourcesNotFound struct {
}
GetPackagesIDApplicationResourcesNotFound describes a response with status code 404, with default header values.

Package ID not found.

func NewGetPackagesIDApplicationResourcesNotFound

func NewGetPackagesIDApplicationResourcesNotFound() *GetPackagesIDApplicationResourcesNotFound

NewGetPackagesIDApplicationResourcesNotFound creates a GetPackagesIDApplicationResourcesNotFound with default headers values

func (*GetPackagesIDApplicationResourcesNotFound) Error

type GetPackagesIDApplicationResourcesOK

type GetPackagesIDApplicationResourcesOK struct {
	Payload *GetPackagesIDApplicationResourcesOKBody
}
GetPackagesIDApplicationResourcesOK describes a response with status code 200, with default header values.

Success

func NewGetPackagesIDApplicationResourcesOK

func NewGetPackagesIDApplicationResourcesOK() *GetPackagesIDApplicationResourcesOK

NewGetPackagesIDApplicationResourcesOK creates a GetPackagesIDApplicationResourcesOK with default headers values

func (*GetPackagesIDApplicationResourcesOK) Error

func (*GetPackagesIDApplicationResourcesOK) GetPayload

type GetPackagesIDApplicationResourcesOKBody

type GetPackagesIDApplicationResourcesOKBody struct {

	// List of package application resources in the given filters and page. List length must be lower or equal to pageSize
	Items []*models.PackageApplicationResources `json:"items"`

	// Total package application resources count under the given filters
	// Required: true
	Total *int64 `json:"total"`
}

GetPackagesIDApplicationResourcesOKBody get packages ID application resources o k body swagger:model GetPackagesIDApplicationResourcesOKBody

func (*GetPackagesIDApplicationResourcesOKBody) ContextValidate

ContextValidate validate this get packages ID application resources o k body based on the context it is used

func (*GetPackagesIDApplicationResourcesOKBody) MarshalBinary

func (o *GetPackagesIDApplicationResourcesOKBody) MarshalBinary() ([]byte, error)

MarshalBinary interface implementation

func (*GetPackagesIDApplicationResourcesOKBody) UnmarshalBinary

func (o *GetPackagesIDApplicationResourcesOKBody) UnmarshalBinary(b []byte) error

UnmarshalBinary interface implementation

func (*GetPackagesIDApplicationResourcesOKBody) Validate

Validate validates this get packages ID application resources o k body

type GetPackagesIDApplicationResourcesParams

type GetPackagesIDApplicationResourcesParams struct {

	// ID.
	ID string

	/* Page.

	   Page number of the query
	*/
	Page int64

	/* PageSize.

	   Maximum items to return
	*/
	PageSize int64

	// ReportingSBOMAnalyzersContainElements.
	ReportingSBOMAnalyzersContainElements []string

	// ReportingSBOMAnalyzersDoesntContainElements.
	ReportingSBOMAnalyzersDoesntContainElements []string

	// ResourceHashContains.
	ResourceHashContains []string

	// ResourceHashEnd.
	ResourceHashEnd *string

	// ResourceHashIsNot.
	ResourceHashIsNot []string

	// ResourceHashIs.
	ResourceHashIs []string

	// ResourceHashStart.
	ResourceHashStart *string

	// ResourceNameContains.
	ResourceNameContains []string

	// ResourceNameEnd.
	ResourceNameEnd *string

	// ResourceNameIsNot.
	ResourceNameIsNot []string

	// ResourceNameIs.
	ResourceNameIs []string

	// ResourceNameStart.
	ResourceNameStart *string

	/* SortDir.

	   Sorting direction

	   Default: "ASC"
	*/
	SortDir *string

	/* SortKey.

	   Sort key
	*/
	SortKey string

	Context    context.Context
	HTTPClient *http.Client
	// contains filtered or unexported fields
}

GetPackagesIDApplicationResourcesParams contains all the parameters to send to the API endpoint

for the get packages ID application resources operation.

Typically these are written to a http.Request.

func NewGetPackagesIDApplicationResourcesParams

func NewGetPackagesIDApplicationResourcesParams() *GetPackagesIDApplicationResourcesParams

NewGetPackagesIDApplicationResourcesParams creates a new GetPackagesIDApplicationResourcesParams object, with the default timeout for this client.

Default values are not hydrated, since defaults are normally applied by the API server side.

To enforce default values in parameter, use SetDefaults or WithDefaults.

func NewGetPackagesIDApplicationResourcesParamsWithContext

func NewGetPackagesIDApplicationResourcesParamsWithContext(ctx context.Context) *GetPackagesIDApplicationResourcesParams

NewGetPackagesIDApplicationResourcesParamsWithContext creates a new GetPackagesIDApplicationResourcesParams object with the ability to set a context for a request.

func NewGetPackagesIDApplicationResourcesParamsWithHTTPClient

func NewGetPackagesIDApplicationResourcesParamsWithHTTPClient(client *http.Client) *GetPackagesIDApplicationResourcesParams

NewGetPackagesIDApplicationResourcesParamsWithHTTPClient creates a new GetPackagesIDApplicationResourcesParams object with the ability to set a custom HTTPClient for a request.

func NewGetPackagesIDApplicationResourcesParamsWithTimeout

func NewGetPackagesIDApplicationResourcesParamsWithTimeout(timeout time.Duration) *GetPackagesIDApplicationResourcesParams

NewGetPackagesIDApplicationResourcesParamsWithTimeout creates a new GetPackagesIDApplicationResourcesParams object with the ability to set a timeout on a request.

func (*GetPackagesIDApplicationResourcesParams) SetContext

SetContext adds the context to the get packages ID application resources params

func (*GetPackagesIDApplicationResourcesParams) SetDefaults

func (o *GetPackagesIDApplicationResourcesParams) SetDefaults()

SetDefaults hydrates default values in the get packages ID application resources params (not the query body).

All values with no default are reset to their zero value.

func (*GetPackagesIDApplicationResourcesParams) SetHTTPClient

func (o *GetPackagesIDApplicationResourcesParams) SetHTTPClient(client *http.Client)

SetHTTPClient adds the HTTPClient to the get packages ID application resources params

func (*GetPackagesIDApplicationResourcesParams) SetID

SetID adds the id to the get packages ID application resources params

func (*GetPackagesIDApplicationResourcesParams) SetPage

SetPage adds the page to the get packages ID application resources params

func (*GetPackagesIDApplicationResourcesParams) SetPageSize

func (o *GetPackagesIDApplicationResourcesParams) SetPageSize(pageSize int64)

SetPageSize adds the pageSize to the get packages ID application resources params

func (*GetPackagesIDApplicationResourcesParams) SetReportingSBOMAnalyzersContainElements

func (o *GetPackagesIDApplicationResourcesParams) SetReportingSBOMAnalyzersContainElements(reportingSBOMAnalyzersContainElements []string)

SetReportingSBOMAnalyzersContainElements adds the reportingSBOMAnalyzersContainElements to the get packages ID application resources params

func (*GetPackagesIDApplicationResourcesParams) SetReportingSBOMAnalyzersDoesntContainElements

func (o *GetPackagesIDApplicationResourcesParams) SetReportingSBOMAnalyzersDoesntContainElements(reportingSBOMAnalyzersDoesntContainElements []string)

SetReportingSBOMAnalyzersDoesntContainElements adds the reportingSBOMAnalyzersDoesntContainElements to the get packages ID application resources params

func (*GetPackagesIDApplicationResourcesParams) SetResourceHashContains

func (o *GetPackagesIDApplicationResourcesParams) SetResourceHashContains(resourceHashContains []string)

SetResourceHashContains adds the resourceHashContains to the get packages ID application resources params

func (*GetPackagesIDApplicationResourcesParams) SetResourceHashEnd

func (o *GetPackagesIDApplicationResourcesParams) SetResourceHashEnd(resourceHashEnd *string)

SetResourceHashEnd adds the resourceHashEnd to the get packages ID application resources params

func (*GetPackagesIDApplicationResourcesParams) SetResourceHashIs

func (o *GetPackagesIDApplicationResourcesParams) SetResourceHashIs(resourceHashIs []string)

SetResourceHashIs adds the resourceHashIs to the get packages ID application resources params

func (*GetPackagesIDApplicationResourcesParams) SetResourceHashIsNot

func (o *GetPackagesIDApplicationResourcesParams) SetResourceHashIsNot(resourceHashIsNot []string)

SetResourceHashIsNot adds the resourceHashIsNot to the get packages ID application resources params

func (*GetPackagesIDApplicationResourcesParams) SetResourceHashStart

func (o *GetPackagesIDApplicationResourcesParams) SetResourceHashStart(resourceHashStart *string)

SetResourceHashStart adds the resourceHashStart to the get packages ID application resources params

func (*GetPackagesIDApplicationResourcesParams) SetResourceNameContains

func (o *GetPackagesIDApplicationResourcesParams) SetResourceNameContains(resourceNameContains []string)

SetResourceNameContains adds the resourceNameContains to the get packages ID application resources params

func (*GetPackagesIDApplicationResourcesParams) SetResourceNameEnd

func (o *GetPackagesIDApplicationResourcesParams) SetResourceNameEnd(resourceNameEnd *string)

SetResourceNameEnd adds the resourceNameEnd to the get packages ID application resources params

func (*GetPackagesIDApplicationResourcesParams) SetResourceNameIs

func (o *GetPackagesIDApplicationResourcesParams) SetResourceNameIs(resourceNameIs []string)

SetResourceNameIs adds the resourceNameIs to the get packages ID application resources params

func (*GetPackagesIDApplicationResourcesParams) SetResourceNameIsNot

func (o *GetPackagesIDApplicationResourcesParams) SetResourceNameIsNot(resourceNameIsNot []string)

SetResourceNameIsNot adds the resourceNameIsNot to the get packages ID application resources params

func (*GetPackagesIDApplicationResourcesParams) SetResourceNameStart

func (o *GetPackagesIDApplicationResourcesParams) SetResourceNameStart(resourceNameStart *string)

SetResourceNameStart adds the resourceNameStart to the get packages ID application resources params

func (*GetPackagesIDApplicationResourcesParams) SetSortDir

func (o *GetPackagesIDApplicationResourcesParams) SetSortDir(sortDir *string)

SetSortDir adds the sortDir to the get packages ID application resources params

func (*GetPackagesIDApplicationResourcesParams) SetSortKey

func (o *GetPackagesIDApplicationResourcesParams) SetSortKey(sortKey string)

SetSortKey adds the sortKey to the get packages ID application resources params

func (*GetPackagesIDApplicationResourcesParams) SetTimeout

func (o *GetPackagesIDApplicationResourcesParams) SetTimeout(timeout time.Duration)

SetTimeout adds the timeout to the get packages ID application resources params

func (*GetPackagesIDApplicationResourcesParams) WithContext

WithContext adds the context to the get packages ID application resources params

func (*GetPackagesIDApplicationResourcesParams) WithDefaults

WithDefaults hydrates default values in the get packages ID application resources params (not the query body).

All values with no default are reset to their zero value.

func (*GetPackagesIDApplicationResourcesParams) WithHTTPClient

WithHTTPClient adds the HTTPClient to the get packages ID application resources params

func (*GetPackagesIDApplicationResourcesParams) WithID

WithID adds the id to the get packages ID application resources params

func (*GetPackagesIDApplicationResourcesParams) WithPage

WithPage adds the page to the get packages ID application resources params

func (*GetPackagesIDApplicationResourcesParams) WithPageSize

WithPageSize adds the pageSize to the get packages ID application resources params

func (*GetPackagesIDApplicationResourcesParams) WithReportingSBOMAnalyzersContainElements

func (o *GetPackagesIDApplicationResourcesParams) WithReportingSBOMAnalyzersContainElements(reportingSBOMAnalyzersContainElements []string) *GetPackagesIDApplicationResourcesParams

WithReportingSBOMAnalyzersContainElements adds the reportingSBOMAnalyzersContainElements to the get packages ID application resources params

func (*GetPackagesIDApplicationResourcesParams) WithReportingSBOMAnalyzersDoesntContainElements

func (o *GetPackagesIDApplicationResourcesParams) WithReportingSBOMAnalyzersDoesntContainElements(reportingSBOMAnalyzersDoesntContainElements []string) *GetPackagesIDApplicationResourcesParams

WithReportingSBOMAnalyzersDoesntContainElements adds the reportingSBOMAnalyzersDoesntContainElements to the get packages ID application resources params

func (*GetPackagesIDApplicationResourcesParams) WithResourceHashContains

func (o *GetPackagesIDApplicationResourcesParams) WithResourceHashContains(resourceHashContains []string) *GetPackagesIDApplicationResourcesParams

WithResourceHashContains adds the resourceHashContains to the get packages ID application resources params

func (*GetPackagesIDApplicationResourcesParams) WithResourceHashEnd

WithResourceHashEnd adds the resourceHashEnd to the get packages ID application resources params

func (*GetPackagesIDApplicationResourcesParams) WithResourceHashIs

WithResourceHashIs adds the resourceHashIs to the get packages ID application resources params

func (*GetPackagesIDApplicationResourcesParams) WithResourceHashIsNot

func (o *GetPackagesIDApplicationResourcesParams) WithResourceHashIsNot(resourceHashIsNot []string) *GetPackagesIDApplicationResourcesParams

WithResourceHashIsNot adds the resourceHashIsNot to the get packages ID application resources params

func (*GetPackagesIDApplicationResourcesParams) WithResourceHashStart

func (o *GetPackagesIDApplicationResourcesParams) WithResourceHashStart(resourceHashStart *string) *GetPackagesIDApplicationResourcesParams

WithResourceHashStart adds the resourceHashStart to the get packages ID application resources params

func (*GetPackagesIDApplicationResourcesParams) WithResourceNameContains

func (o *GetPackagesIDApplicationResourcesParams) WithResourceNameContains(resourceNameContains []string) *GetPackagesIDApplicationResourcesParams

WithResourceNameContains adds the resourceNameContains to the get packages ID application resources params

func (*GetPackagesIDApplicationResourcesParams) WithResourceNameEnd

WithResourceNameEnd adds the resourceNameEnd to the get packages ID application resources params

func (*GetPackagesIDApplicationResourcesParams) WithResourceNameIs

WithResourceNameIs adds the resourceNameIs to the get packages ID application resources params

func (*GetPackagesIDApplicationResourcesParams) WithResourceNameIsNot

func (o *GetPackagesIDApplicationResourcesParams) WithResourceNameIsNot(resourceNameIsNot []string) *GetPackagesIDApplicationResourcesParams

WithResourceNameIsNot adds the resourceNameIsNot to the get packages ID application resources params

func (*GetPackagesIDApplicationResourcesParams) WithResourceNameStart

func (o *GetPackagesIDApplicationResourcesParams) WithResourceNameStart(resourceNameStart *string) *GetPackagesIDApplicationResourcesParams

WithResourceNameStart adds the resourceNameStart to the get packages ID application resources params

func (*GetPackagesIDApplicationResourcesParams) WithSortDir

WithSortDir adds the sortDir to the get packages ID application resources params

func (*GetPackagesIDApplicationResourcesParams) WithSortKey

WithSortKey adds the sortKey to the get packages ID application resources params

func (*GetPackagesIDApplicationResourcesParams) WithTimeout

WithTimeout adds the timeout to the get packages ID application resources params

func (*GetPackagesIDApplicationResourcesParams) WriteToRequest

WriteToRequest writes these params to a swagger request

type GetPackagesIDApplicationResourcesReader

type GetPackagesIDApplicationResourcesReader struct {
	// contains filtered or unexported fields
}

GetPackagesIDApplicationResourcesReader is a Reader for the GetPackagesIDApplicationResources structure.

func (*GetPackagesIDApplicationResourcesReader) ReadResponse

func (o *GetPackagesIDApplicationResourcesReader) ReadResponse(response runtime.ClientResponse, consumer runtime.Consumer) (interface{}, error)

ReadResponse reads a server response into the received o.

type GetPackagesIDDefault

type GetPackagesIDDefault struct {
	Payload *models.APIResponse
	// contains filtered or unexported fields
}
GetPackagesIDDefault describes a response with status code -1, with default header values.

unknown error

func NewGetPackagesIDDefault

func NewGetPackagesIDDefault(code int) *GetPackagesIDDefault

NewGetPackagesIDDefault creates a GetPackagesIDDefault with default headers values

func (*GetPackagesIDDefault) Code

func (o *GetPackagesIDDefault) Code() int

Code gets the status code for the get packages ID default response

func (*GetPackagesIDDefault) Error

func (o *GetPackagesIDDefault) Error() string

func (*GetPackagesIDDefault) GetPayload

func (o *GetPackagesIDDefault) GetPayload() *models.APIResponse

type GetPackagesIDNotFound

type GetPackagesIDNotFound struct {
}
GetPackagesIDNotFound describes a response with status code 404, with default header values.

Package ID not found.

func NewGetPackagesIDNotFound

func NewGetPackagesIDNotFound() *GetPackagesIDNotFound

NewGetPackagesIDNotFound creates a GetPackagesIDNotFound with default headers values

func (*GetPackagesIDNotFound) Error

func (o *GetPackagesIDNotFound) Error() string

type GetPackagesIDOK

type GetPackagesIDOK struct {
	Payload *models.Package
}
GetPackagesIDOK describes a response with status code 200, with default header values.

Success

func NewGetPackagesIDOK

func NewGetPackagesIDOK() *GetPackagesIDOK

NewGetPackagesIDOK creates a GetPackagesIDOK with default headers values

func (*GetPackagesIDOK) Error

func (o *GetPackagesIDOK) Error() string

func (*GetPackagesIDOK) GetPayload

func (o *GetPackagesIDOK) GetPayload() *models.Package

type GetPackagesIDParams

type GetPackagesIDParams struct {

	// ID.
	ID string

	Context    context.Context
	HTTPClient *http.Client
	// contains filtered or unexported fields
}

GetPackagesIDParams contains all the parameters to send to the API endpoint

for the get packages ID operation.

Typically these are written to a http.Request.

func NewGetPackagesIDParams

func NewGetPackagesIDParams() *GetPackagesIDParams

NewGetPackagesIDParams creates a new GetPackagesIDParams object, with the default timeout for this client.

Default values are not hydrated, since defaults are normally applied by the API server side.

To enforce default values in parameter, use SetDefaults or WithDefaults.

func NewGetPackagesIDParamsWithContext

func NewGetPackagesIDParamsWithContext(ctx context.Context) *GetPackagesIDParams

NewGetPackagesIDParamsWithContext creates a new GetPackagesIDParams object with the ability to set a context for a request.

func NewGetPackagesIDParamsWithHTTPClient

func NewGetPackagesIDParamsWithHTTPClient(client *http.Client) *GetPackagesIDParams

NewGetPackagesIDParamsWithHTTPClient creates a new GetPackagesIDParams object with the ability to set a custom HTTPClient for a request.

func NewGetPackagesIDParamsWithTimeout

func NewGetPackagesIDParamsWithTimeout(timeout time.Duration) *GetPackagesIDParams

NewGetPackagesIDParamsWithTimeout creates a new GetPackagesIDParams object with the ability to set a timeout on a request.

func (*GetPackagesIDParams) SetContext

func (o *GetPackagesIDParams) SetContext(ctx context.Context)

SetContext adds the context to the get packages ID params

func (*GetPackagesIDParams) SetDefaults

func (o *GetPackagesIDParams) SetDefaults()

SetDefaults hydrates default values in the get packages ID params (not the query body).

All values with no default are reset to their zero value.

func (*GetPackagesIDParams) SetHTTPClient

func (o *GetPackagesIDParams) SetHTTPClient(client *http.Client)

SetHTTPClient adds the HTTPClient to the get packages ID params

func (*GetPackagesIDParams) SetID

func (o *GetPackagesIDParams) SetID(id string)

SetID adds the id to the get packages ID params

func (*GetPackagesIDParams) SetTimeout

func (o *GetPackagesIDParams) SetTimeout(timeout time.Duration)

SetTimeout adds the timeout to the get packages ID params

func (*GetPackagesIDParams) WithContext

WithContext adds the context to the get packages ID params

func (*GetPackagesIDParams) WithDefaults

func (o *GetPackagesIDParams) WithDefaults() *GetPackagesIDParams

WithDefaults hydrates default values in the get packages ID params (not the query body).

All values with no default are reset to their zero value.

func (*GetPackagesIDParams) WithHTTPClient

func (o *GetPackagesIDParams) WithHTTPClient(client *http.Client) *GetPackagesIDParams

WithHTTPClient adds the HTTPClient to the get packages ID params

func (*GetPackagesIDParams) WithID

WithID adds the id to the get packages ID params

func (*GetPackagesIDParams) WithTimeout

func (o *GetPackagesIDParams) WithTimeout(timeout time.Duration) *GetPackagesIDParams

WithTimeout adds the timeout to the get packages ID params

func (*GetPackagesIDParams) WriteToRequest

func (o *GetPackagesIDParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error

WriteToRequest writes these params to a swagger request

type GetPackagesIDReader

type GetPackagesIDReader struct {
	// contains filtered or unexported fields
}

GetPackagesIDReader is a Reader for the GetPackagesID structure.

func (*GetPackagesIDReader) ReadResponse

func (o *GetPackagesIDReader) ReadResponse(response runtime.ClientResponse, consumer runtime.Consumer) (interface{}, error)

ReadResponse reads a server response into the received o.

type GetPackagesOK

type GetPackagesOK struct {
	Payload *GetPackagesOKBody
}
GetPackagesOK describes a response with status code 200, with default header values.

Success

func NewGetPackagesOK

func NewGetPackagesOK() *GetPackagesOK

NewGetPackagesOK creates a GetPackagesOK with default headers values

func (*GetPackagesOK) Error

func (o *GetPackagesOK) Error() string

func (*GetPackagesOK) GetPayload

func (o *GetPackagesOK) GetPayload() *GetPackagesOKBody

type GetPackagesOKBody

type GetPackagesOKBody struct {

	// List of packages in the given filters and page. List length must be lower or equal to pageSize
	Items []*models.Package `json:"items"`

	// Total packages count under the given filters
	// Required: true
	Total *int64 `json:"total"`
}

GetPackagesOKBody get packages o k body swagger:model GetPackagesOKBody

func (*GetPackagesOKBody) ContextValidate

func (o *GetPackagesOKBody) ContextValidate(ctx context.Context, formats strfmt.Registry) error

ContextValidate validate this get packages o k body based on the context it is used

func (*GetPackagesOKBody) MarshalBinary

func (o *GetPackagesOKBody) MarshalBinary() ([]byte, error)

MarshalBinary interface implementation

func (*GetPackagesOKBody) UnmarshalBinary

func (o *GetPackagesOKBody) UnmarshalBinary(b []byte) error

UnmarshalBinary interface implementation

func (*GetPackagesOKBody) Validate

func (o *GetPackagesOKBody) Validate(formats strfmt.Registry) error

Validate validates this get packages o k body

type GetPackagesParams

type GetPackagesParams struct {

	/* ApplicationID.

	   application ID system filter, not visible to the user. only one of applicationID, applicationResourceID, packageID, currentRuntimeScan is allowed
	*/
	ApplicationID *string

	/* ApplicationResourceID.

	   application resource ID system filter, not visible to the user. only one of applicationID, applicationResourceID, packageID, currentRuntimeScan is allowed
	*/
	ApplicationResourceID *string

	/* ApplicationResourcesGte.

	   greater than or equal
	*/
	ApplicationResourcesGte *int64

	// ApplicationResourcesIsNot.
	ApplicationResourcesIsNot []int64

	// ApplicationResourcesIs.
	ApplicationResourcesIs []int64

	/* ApplicationResourcesLte.

	   less than or equal
	*/
	ApplicationResourcesLte *int64

	/* ApplicationsGte.

	   greater than or equal
	*/
	ApplicationsGte *int64

	// ApplicationsIsNot.
	ApplicationsIsNot []int64

	// ApplicationsIs.
	ApplicationsIs []int64

	/* ApplicationsLte.

	   less than or equal
	*/
	ApplicationsLte *int64

	/* CurrentRuntimeScan.

	   current runtime scan system filter, not visible to the user. only one of applicationID, applicationResourceID, packageID, currentRuntimeScan is allowed
	*/
	CurrentRuntimeScan *bool

	// LanguageContains.
	LanguageContains []string

	// LanguageEnd.
	LanguageEnd *string

	// LanguageIsNot.
	LanguageIsNot []string

	// LanguageIs.
	LanguageIs []string

	// LanguageStart.
	LanguageStart *string

	// LicenseContains.
	LicenseContains []string

	// LicenseEnd.
	LicenseEnd *string

	// LicenseIsNot.
	LicenseIsNot []string

	// LicenseIs.
	LicenseIs []string

	// LicenseStart.
	LicenseStart *string

	// PackageNameContains.
	PackageNameContains []string

	// PackageNameEnd.
	PackageNameEnd *string

	// PackageNameIsNot.
	PackageNameIsNot []string

	// PackageNameIs.
	PackageNameIs []string

	// PackageNameStart.
	PackageNameStart *string

	// PackageVersionContains.
	PackageVersionContains []string

	// PackageVersionEnd.
	PackageVersionEnd *string

	// PackageVersionIsNot.
	PackageVersionIsNot []string

	// PackageVersionIs.
	PackageVersionIs []string

	// PackageVersionStart.
	PackageVersionStart *string

	/* Page.

	   Page number of the query
	*/
	Page int64

	/* PageSize.

	   Maximum items to return
	*/
	PageSize int64

	/* SortDir.

	   Sorting direction

	   Default: "ASC"
	*/
	SortDir *string

	/* SortKey.

	   Sort key
	*/
	SortKey string

	// VulnerabilitySeverityGte.
	VulnerabilitySeverityGte *string

	// VulnerabilitySeverityLte.
	VulnerabilitySeverityLte *string

	Context    context.Context
	HTTPClient *http.Client
	// contains filtered or unexported fields
}

GetPackagesParams contains all the parameters to send to the API endpoint

for the get packages operation.

Typically these are written to a http.Request.

func NewGetPackagesParams

func NewGetPackagesParams() *GetPackagesParams

NewGetPackagesParams creates a new GetPackagesParams object, with the default timeout for this client.

Default values are not hydrated, since defaults are normally applied by the API server side.

To enforce default values in parameter, use SetDefaults or WithDefaults.

func NewGetPackagesParamsWithContext

func NewGetPackagesParamsWithContext(ctx context.Context) *GetPackagesParams

NewGetPackagesParamsWithContext creates a new GetPackagesParams object with the ability to set a context for a request.

func NewGetPackagesParamsWithHTTPClient

func NewGetPackagesParamsWithHTTPClient(client *http.Client) *GetPackagesParams

NewGetPackagesParamsWithHTTPClient creates a new GetPackagesParams object with the ability to set a custom HTTPClient for a request.

func NewGetPackagesParamsWithTimeout

func NewGetPackagesParamsWithTimeout(timeout time.Duration) *GetPackagesParams

NewGetPackagesParamsWithTimeout creates a new GetPackagesParams object with the ability to set a timeout on a request.

func (*GetPackagesParams) SetApplicationID

func (o *GetPackagesParams) SetApplicationID(applicationID *string)

SetApplicationID adds the applicationId to the get packages params

func (*GetPackagesParams) SetApplicationResourceID

func (o *GetPackagesParams) SetApplicationResourceID(applicationResourceID *string)

SetApplicationResourceID adds the applicationResourceId to the get packages params

func (*GetPackagesParams) SetApplicationResourcesGte

func (o *GetPackagesParams) SetApplicationResourcesGte(applicationResourcesGte *int64)

SetApplicationResourcesGte adds the applicationResourcesGte to the get packages params

func (*GetPackagesParams) SetApplicationResourcesIs

func (o *GetPackagesParams) SetApplicationResourcesIs(applicationResourcesIs []int64)

SetApplicationResourcesIs adds the applicationResourcesIs to the get packages params

func (*GetPackagesParams) SetApplicationResourcesIsNot

func (o *GetPackagesParams) SetApplicationResourcesIsNot(applicationResourcesIsNot []int64)

SetApplicationResourcesIsNot adds the applicationResourcesIsNot to the get packages params

func (*GetPackagesParams) SetApplicationResourcesLte

func (o *GetPackagesParams) SetApplicationResourcesLte(applicationResourcesLte *int64)

SetApplicationResourcesLte adds the applicationResourcesLte to the get packages params

func (*GetPackagesParams) SetApplicationsGte

func (o *GetPackagesParams) SetApplicationsGte(applicationsGte *int64)

SetApplicationsGte adds the applicationsGte to the get packages params

func (*GetPackagesParams) SetApplicationsIs

func (o *GetPackagesParams) SetApplicationsIs(applicationsIs []int64)

SetApplicationsIs adds the applicationsIs to the get packages params

func (*GetPackagesParams) SetApplicationsIsNot

func (o *GetPackagesParams) SetApplicationsIsNot(applicationsIsNot []int64)

SetApplicationsIsNot adds the applicationsIsNot to the get packages params

func (*GetPackagesParams) SetApplicationsLte

func (o *GetPackagesParams) SetApplicationsLte(applicationsLte *int64)

SetApplicationsLte adds the applicationsLte to the get packages params

func (*GetPackagesParams) SetContext

func (o *GetPackagesParams) SetContext(ctx context.Context)

SetContext adds the context to the get packages params

func (*GetPackagesParams) SetCurrentRuntimeScan

func (o *GetPackagesParams) SetCurrentRuntimeScan(currentRuntimeScan *bool)

SetCurrentRuntimeScan adds the currentRuntimeScan to the get packages params

func (*GetPackagesParams) SetDefaults

func (o *GetPackagesParams) SetDefaults()

SetDefaults hydrates default values in the get packages params (not the query body).

All values with no default are reset to their zero value.

func (*GetPackagesParams) SetHTTPClient

func (o *GetPackagesParams) SetHTTPClient(client *http.Client)

SetHTTPClient adds the HTTPClient to the get packages params

func (*GetPackagesParams) SetLanguageContains

func (o *GetPackagesParams) SetLanguageContains(languageContains []string)

SetLanguageContains adds the languageContains to the get packages params

func (*GetPackagesParams) SetLanguageEnd

func (o *GetPackagesParams) SetLanguageEnd(languageEnd *string)

SetLanguageEnd adds the languageEnd to the get packages params

func (*GetPackagesParams) SetLanguageIs

func (o *GetPackagesParams) SetLanguageIs(languageIs []string)

SetLanguageIs adds the languageIs to the get packages params

func (*GetPackagesParams) SetLanguageIsNot

func (o *GetPackagesParams) SetLanguageIsNot(languageIsNot []string)

SetLanguageIsNot adds the languageIsNot to the get packages params

func (*GetPackagesParams) SetLanguageStart

func (o *GetPackagesParams) SetLanguageStart(languageStart *string)

SetLanguageStart adds the languageStart to the get packages params

func (*GetPackagesParams) SetLicenseContains

func (o *GetPackagesParams) SetLicenseContains(licenseContains []string)

SetLicenseContains adds the licenseContains to the get packages params

func (*GetPackagesParams) SetLicenseEnd

func (o *GetPackagesParams) SetLicenseEnd(licenseEnd *string)

SetLicenseEnd adds the licenseEnd to the get packages params

func (*GetPackagesParams) SetLicenseIs

func (o *GetPackagesParams) SetLicenseIs(licenseIs []string)

SetLicenseIs adds the licenseIs to the get packages params

func (*GetPackagesParams) SetLicenseIsNot

func (o *GetPackagesParams) SetLicenseIsNot(licenseIsNot []string)

SetLicenseIsNot adds the licenseIsNot to the get packages params

func (*GetPackagesParams) SetLicenseStart

func (o *GetPackagesParams) SetLicenseStart(licenseStart *string)

SetLicenseStart adds the licenseStart to the get packages params

func (*GetPackagesParams) SetPackageNameContains

func (o *GetPackagesParams) SetPackageNameContains(packageNameContains []string)

SetPackageNameContains adds the packageNameContains to the get packages params

func (*GetPackagesParams) SetPackageNameEnd

func (o *GetPackagesParams) SetPackageNameEnd(packageNameEnd *string)

SetPackageNameEnd adds the packageNameEnd to the get packages params

func (*GetPackagesParams) SetPackageNameIs

func (o *GetPackagesParams) SetPackageNameIs(packageNameIs []string)

SetPackageNameIs adds the packageNameIs to the get packages params

func (*GetPackagesParams) SetPackageNameIsNot

func (o *GetPackagesParams) SetPackageNameIsNot(packageNameIsNot []string)

SetPackageNameIsNot adds the packageNameIsNot to the get packages params

func (*GetPackagesParams) SetPackageNameStart

func (o *GetPackagesParams) SetPackageNameStart(packageNameStart *string)

SetPackageNameStart adds the packageNameStart to the get packages params

func (*GetPackagesParams) SetPackageVersionContains

func (o *GetPackagesParams) SetPackageVersionContains(packageVersionContains []string)

SetPackageVersionContains adds the packageVersionContains to the get packages params

func (*GetPackagesParams) SetPackageVersionEnd

func (o *GetPackagesParams) SetPackageVersionEnd(packageVersionEnd *string)

SetPackageVersionEnd adds the packageVersionEnd to the get packages params

func (*GetPackagesParams) SetPackageVersionIs

func (o *GetPackagesParams) SetPackageVersionIs(packageVersionIs []string)

SetPackageVersionIs adds the packageVersionIs to the get packages params

func (*GetPackagesParams) SetPackageVersionIsNot

func (o *GetPackagesParams) SetPackageVersionIsNot(packageVersionIsNot []string)

SetPackageVersionIsNot adds the packageVersionIsNot to the get packages params

func (*GetPackagesParams) SetPackageVersionStart

func (o *GetPackagesParams) SetPackageVersionStart(packageVersionStart *string)

SetPackageVersionStart adds the packageVersionStart to the get packages params

func (*GetPackagesParams) SetPage

func (o *GetPackagesParams) SetPage(page int64)

SetPage adds the page to the get packages params

func (*GetPackagesParams) SetPageSize

func (o *GetPackagesParams) SetPageSize(pageSize int64)

SetPageSize adds the pageSize to the get packages params

func (*GetPackagesParams) SetSortDir

func (o *GetPackagesParams) SetSortDir(sortDir *string)

SetSortDir adds the sortDir to the get packages params

func (*GetPackagesParams) SetSortKey

func (o *GetPackagesParams) SetSortKey(sortKey string)

SetSortKey adds the sortKey to the get packages params

func (*GetPackagesParams) SetTimeout

func (o *GetPackagesParams) SetTimeout(timeout time.Duration)

SetTimeout adds the timeout to the get packages params

func (*GetPackagesParams) SetVulnerabilitySeverityGte

func (o *GetPackagesParams) SetVulnerabilitySeverityGte(vulnerabilitySeverityGte *string)

SetVulnerabilitySeverityGte adds the vulnerabilitySeverityGte to the get packages params

func (*GetPackagesParams) SetVulnerabilitySeverityLte

func (o *GetPackagesParams) SetVulnerabilitySeverityLte(vulnerabilitySeverityLte *string)

SetVulnerabilitySeverityLte adds the vulnerabilitySeverityLte to the get packages params

func (*GetPackagesParams) WithApplicationID

func (o *GetPackagesParams) WithApplicationID(applicationID *string) *GetPackagesParams

WithApplicationID adds the applicationID to the get packages params

func (*GetPackagesParams) WithApplicationResourceID

func (o *GetPackagesParams) WithApplicationResourceID(applicationResourceID *string) *GetPackagesParams

WithApplicationResourceID adds the applicationResourceID to the get packages params

func (*GetPackagesParams) WithApplicationResourcesGte

func (o *GetPackagesParams) WithApplicationResourcesGte(applicationResourcesGte *int64) *GetPackagesParams

WithApplicationResourcesGte adds the applicationResourcesGte to the get packages params

func (*GetPackagesParams) WithApplicationResourcesIs

func (o *GetPackagesParams) WithApplicationResourcesIs(applicationResourcesIs []int64) *GetPackagesParams

WithApplicationResourcesIs adds the applicationResourcesIs to the get packages params

func (*GetPackagesParams) WithApplicationResourcesIsNot

func (o *GetPackagesParams) WithApplicationResourcesIsNot(applicationResourcesIsNot []int64) *GetPackagesParams

WithApplicationResourcesIsNot adds the applicationResourcesIsNot to the get packages params

func (*GetPackagesParams) WithApplicationResourcesLte

func (o *GetPackagesParams) WithApplicationResourcesLte(applicationResourcesLte *int64) *GetPackagesParams

WithApplicationResourcesLte adds the applicationResourcesLte to the get packages params

func (*GetPackagesParams) WithApplicationsGte

func (o *GetPackagesParams) WithApplicationsGte(applicationsGte *int64) *GetPackagesParams

WithApplicationsGte adds the applicationsGte to the get packages params

func (*GetPackagesParams) WithApplicationsIs

func (o *GetPackagesParams) WithApplicationsIs(applicationsIs []int64) *GetPackagesParams

WithApplicationsIs adds the applicationsIs to the get packages params

func (*GetPackagesParams) WithApplicationsIsNot

func (o *GetPackagesParams) WithApplicationsIsNot(applicationsIsNot []int64) *GetPackagesParams

WithApplicationsIsNot adds the applicationsIsNot to the get packages params

func (*GetPackagesParams) WithApplicationsLte

func (o *GetPackagesParams) WithApplicationsLte(applicationsLte *int64) *GetPackagesParams

WithApplicationsLte adds the applicationsLte to the get packages params

func (*GetPackagesParams) WithContext

func (o *GetPackagesParams) WithContext(ctx context.Context) *GetPackagesParams

WithContext adds the context to the get packages params

func (*GetPackagesParams) WithCurrentRuntimeScan

func (o *GetPackagesParams) WithCurrentRuntimeScan(currentRuntimeScan *bool) *GetPackagesParams

WithCurrentRuntimeScan adds the currentRuntimeScan to the get packages params

func (*GetPackagesParams) WithDefaults

func (o *GetPackagesParams) WithDefaults() *GetPackagesParams

WithDefaults hydrates default values in the get packages params (not the query body).

All values with no default are reset to their zero value.

func (*GetPackagesParams) WithHTTPClient

func (o *GetPackagesParams) WithHTTPClient(client *http.Client) *GetPackagesParams

WithHTTPClient adds the HTTPClient to the get packages params

func (*GetPackagesParams) WithLanguageContains

func (o *GetPackagesParams) WithLanguageContains(languageContains []string) *GetPackagesParams

WithLanguageContains adds the languageContains to the get packages params

func (*GetPackagesParams) WithLanguageEnd

func (o *GetPackagesParams) WithLanguageEnd(languageEnd *string) *GetPackagesParams

WithLanguageEnd adds the languageEnd to the get packages params

func (*GetPackagesParams) WithLanguageIs

func (o *GetPackagesParams) WithLanguageIs(languageIs []string) *GetPackagesParams

WithLanguageIs adds the languageIs to the get packages params

func (*GetPackagesParams) WithLanguageIsNot

func (o *GetPackagesParams) WithLanguageIsNot(languageIsNot []string) *GetPackagesParams

WithLanguageIsNot adds the languageIsNot to the get packages params

func (*GetPackagesParams) WithLanguageStart

func (o *GetPackagesParams) WithLanguageStart(languageStart *string) *GetPackagesParams

WithLanguageStart adds the languageStart to the get packages params

func (*GetPackagesParams) WithLicenseContains

func (o *GetPackagesParams) WithLicenseContains(licenseContains []string) *GetPackagesParams

WithLicenseContains adds the licenseContains to the get packages params

func (*GetPackagesParams) WithLicenseEnd

func (o *GetPackagesParams) WithLicenseEnd(licenseEnd *string) *GetPackagesParams

WithLicenseEnd adds the licenseEnd to the get packages params

func (*GetPackagesParams) WithLicenseIs

func (o *GetPackagesParams) WithLicenseIs(licenseIs []string) *GetPackagesParams

WithLicenseIs adds the licenseIs to the get packages params

func (*GetPackagesParams) WithLicenseIsNot

func (o *GetPackagesParams) WithLicenseIsNot(licenseIsNot []string) *GetPackagesParams

WithLicenseIsNot adds the licenseIsNot to the get packages params

func (*GetPackagesParams) WithLicenseStart

func (o *GetPackagesParams) WithLicenseStart(licenseStart *string) *GetPackagesParams

WithLicenseStart adds the licenseStart to the get packages params

func (*GetPackagesParams) WithPackageNameContains

func (o *GetPackagesParams) WithPackageNameContains(packageNameContains []string) *GetPackagesParams

WithPackageNameContains adds the packageNameContains to the get packages params

func (*GetPackagesParams) WithPackageNameEnd

func (o *GetPackagesParams) WithPackageNameEnd(packageNameEnd *string) *GetPackagesParams

WithPackageNameEnd adds the packageNameEnd to the get packages params

func (*GetPackagesParams) WithPackageNameIs

func (o *GetPackagesParams) WithPackageNameIs(packageNameIs []string) *GetPackagesParams

WithPackageNameIs adds the packageNameIs to the get packages params

func (*GetPackagesParams) WithPackageNameIsNot

func (o *GetPackagesParams) WithPackageNameIsNot(packageNameIsNot []string) *GetPackagesParams

WithPackageNameIsNot adds the packageNameIsNot to the get packages params

func (*GetPackagesParams) WithPackageNameStart

func (o *GetPackagesParams) WithPackageNameStart(packageNameStart *string) *GetPackagesParams

WithPackageNameStart adds the packageNameStart to the get packages params

func (*GetPackagesParams) WithPackageVersionContains

func (o *GetPackagesParams) WithPackageVersionContains(packageVersionContains []string) *GetPackagesParams

WithPackageVersionContains adds the packageVersionContains to the get packages params

func (*GetPackagesParams) WithPackageVersionEnd

func (o *GetPackagesParams) WithPackageVersionEnd(packageVersionEnd *string) *GetPackagesParams

WithPackageVersionEnd adds the packageVersionEnd to the get packages params

func (*GetPackagesParams) WithPackageVersionIs

func (o *GetPackagesParams) WithPackageVersionIs(packageVersionIs []string) *GetPackagesParams

WithPackageVersionIs adds the packageVersionIs to the get packages params

func (*GetPackagesParams) WithPackageVersionIsNot

func (o *GetPackagesParams) WithPackageVersionIsNot(packageVersionIsNot []string) *GetPackagesParams

WithPackageVersionIsNot adds the packageVersionIsNot to the get packages params

func (*GetPackagesParams) WithPackageVersionStart

func (o *GetPackagesParams) WithPackageVersionStart(packageVersionStart *string) *GetPackagesParams

WithPackageVersionStart adds the packageVersionStart to the get packages params

func (*GetPackagesParams) WithPage

func (o *GetPackagesParams) WithPage(page int64) *GetPackagesParams

WithPage adds the page to the get packages params

func (*GetPackagesParams) WithPageSize

func (o *GetPackagesParams) WithPageSize(pageSize int64) *GetPackagesParams

WithPageSize adds the pageSize to the get packages params

func (*GetPackagesParams) WithSortDir

func (o *GetPackagesParams) WithSortDir(sortDir *string) *GetPackagesParams

WithSortDir adds the sortDir to the get packages params

func (*GetPackagesParams) WithSortKey

func (o *GetPackagesParams) WithSortKey(sortKey string) *GetPackagesParams

WithSortKey adds the sortKey to the get packages params

func (*GetPackagesParams) WithTimeout

func (o *GetPackagesParams) WithTimeout(timeout time.Duration) *GetPackagesParams

WithTimeout adds the timeout to the get packages params

func (*GetPackagesParams) WithVulnerabilitySeverityGte

func (o *GetPackagesParams) WithVulnerabilitySeverityGte(vulnerabilitySeverityGte *string) *GetPackagesParams

WithVulnerabilitySeverityGte adds the vulnerabilitySeverityGte to the get packages params

func (*GetPackagesParams) WithVulnerabilitySeverityLte

func (o *GetPackagesParams) WithVulnerabilitySeverityLte(vulnerabilitySeverityLte *string) *GetPackagesParams

WithVulnerabilitySeverityLte adds the vulnerabilitySeverityLte to the get packages params

func (*GetPackagesParams) WriteToRequest

func (o *GetPackagesParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error

WriteToRequest writes these params to a swagger request

type GetPackagesReader

type GetPackagesReader struct {
	// contains filtered or unexported fields
}

GetPackagesReader is a Reader for the GetPackages structure.

func (*GetPackagesReader) ReadResponse

func (o *GetPackagesReader) ReadResponse(response runtime.ClientResponse, consumer runtime.Consumer) (interface{}, error)

ReadResponse reads a server response into the received o.

type GetRuntimeQuickscanConfigDefault

type GetRuntimeQuickscanConfigDefault struct {
	Payload *models.APIResponse
	// contains filtered or unexported fields
}
GetRuntimeQuickscanConfigDefault describes a response with status code -1, with default header values.

unknown error

func NewGetRuntimeQuickscanConfigDefault

func NewGetRuntimeQuickscanConfigDefault(code int) *GetRuntimeQuickscanConfigDefault

NewGetRuntimeQuickscanConfigDefault creates a GetRuntimeQuickscanConfigDefault with default headers values

func (*GetRuntimeQuickscanConfigDefault) Code

Code gets the status code for the get runtime quickscan config default response

func (*GetRuntimeQuickscanConfigDefault) Error

func (*GetRuntimeQuickscanConfigDefault) GetPayload

type GetRuntimeQuickscanConfigOK

type GetRuntimeQuickscanConfigOK struct {
	Payload *models.RuntimeQuickScanConfig
}
GetRuntimeQuickscanConfigOK describes a response with status code 200, with default header values.

Success

func NewGetRuntimeQuickscanConfigOK

func NewGetRuntimeQuickscanConfigOK() *GetRuntimeQuickscanConfigOK

NewGetRuntimeQuickscanConfigOK creates a GetRuntimeQuickscanConfigOK with default headers values

func (*GetRuntimeQuickscanConfigOK) Error

func (*GetRuntimeQuickscanConfigOK) GetPayload

type GetRuntimeQuickscanConfigParams

type GetRuntimeQuickscanConfigParams struct {
	Context    context.Context
	HTTPClient *http.Client
	// contains filtered or unexported fields
}

GetRuntimeQuickscanConfigParams contains all the parameters to send to the API endpoint

for the get runtime quickscan config operation.

Typically these are written to a http.Request.

func NewGetRuntimeQuickscanConfigParams

func NewGetRuntimeQuickscanConfigParams() *GetRuntimeQuickscanConfigParams

NewGetRuntimeQuickscanConfigParams creates a new GetRuntimeQuickscanConfigParams object, with the default timeout for this client.

Default values are not hydrated, since defaults are normally applied by the API server side.

To enforce default values in parameter, use SetDefaults or WithDefaults.

func NewGetRuntimeQuickscanConfigParamsWithContext

func NewGetRuntimeQuickscanConfigParamsWithContext(ctx context.Context) *GetRuntimeQuickscanConfigParams

NewGetRuntimeQuickscanConfigParamsWithContext creates a new GetRuntimeQuickscanConfigParams object with the ability to set a context for a request.

func NewGetRuntimeQuickscanConfigParamsWithHTTPClient

func NewGetRuntimeQuickscanConfigParamsWithHTTPClient(client *http.Client) *GetRuntimeQuickscanConfigParams

NewGetRuntimeQuickscanConfigParamsWithHTTPClient creates a new GetRuntimeQuickscanConfigParams object with the ability to set a custom HTTPClient for a request.

func NewGetRuntimeQuickscanConfigParamsWithTimeout

func NewGetRuntimeQuickscanConfigParamsWithTimeout(timeout time.Duration) *GetRuntimeQuickscanConfigParams

NewGetRuntimeQuickscanConfigParamsWithTimeout creates a new GetRuntimeQuickscanConfigParams object with the ability to set a timeout on a request.

func (*GetRuntimeQuickscanConfigParams) SetContext

func (o *GetRuntimeQuickscanConfigParams) SetContext(ctx context.Context)

SetContext adds the context to the get runtime quickscan config params

func (*GetRuntimeQuickscanConfigParams) SetDefaults

func (o *GetRuntimeQuickscanConfigParams) SetDefaults()

SetDefaults hydrates default values in the get runtime quickscan config params (not the query body).

All values with no default are reset to their zero value.

func (*GetRuntimeQuickscanConfigParams) SetHTTPClient

func (o *GetRuntimeQuickscanConfigParams) SetHTTPClient(client *http.Client)

SetHTTPClient adds the HTTPClient to the get runtime quickscan config params

func (*GetRuntimeQuickscanConfigParams) SetTimeout

func (o *GetRuntimeQuickscanConfigParams) SetTimeout(timeout time.Duration)

SetTimeout adds the timeout to the get runtime quickscan config params

func (*GetRuntimeQuickscanConfigParams) WithContext

WithContext adds the context to the get runtime quickscan config params

func (*GetRuntimeQuickscanConfigParams) WithDefaults

WithDefaults hydrates default values in the get runtime quickscan config params (not the query body).

All values with no default are reset to their zero value.

func (*GetRuntimeQuickscanConfigParams) WithHTTPClient

WithHTTPClient adds the HTTPClient to the get runtime quickscan config params

func (*GetRuntimeQuickscanConfigParams) WithTimeout

WithTimeout adds the timeout to the get runtime quickscan config params

func (*GetRuntimeQuickscanConfigParams) WriteToRequest

WriteToRequest writes these params to a swagger request

type GetRuntimeQuickscanConfigReader

type GetRuntimeQuickscanConfigReader struct {
	// contains filtered or unexported fields
}

GetRuntimeQuickscanConfigReader is a Reader for the GetRuntimeQuickscanConfig structure.

func (*GetRuntimeQuickscanConfigReader) ReadResponse

func (o *GetRuntimeQuickscanConfigReader) ReadResponse(response runtime.ClientResponse, consumer runtime.Consumer) (interface{}, error)

ReadResponse reads a server response into the received o.

type GetRuntimeScanProgressDefault

type GetRuntimeScanProgressDefault struct {
	Payload *models.APIResponse
	// contains filtered or unexported fields
}
GetRuntimeScanProgressDefault describes a response with status code -1, with default header values.

unknown error

func NewGetRuntimeScanProgressDefault

func NewGetRuntimeScanProgressDefault(code int) *GetRuntimeScanProgressDefault

NewGetRuntimeScanProgressDefault creates a GetRuntimeScanProgressDefault with default headers values

func (*GetRuntimeScanProgressDefault) Code

Code gets the status code for the get runtime scan progress default response

func (*GetRuntimeScanProgressDefault) Error

func (*GetRuntimeScanProgressDefault) GetPayload

type GetRuntimeScanProgressOK

type GetRuntimeScanProgressOK struct {
	Payload *models.Progress
}
GetRuntimeScanProgressOK describes a response with status code 200, with default header values.

Success

func NewGetRuntimeScanProgressOK

func NewGetRuntimeScanProgressOK() *GetRuntimeScanProgressOK

NewGetRuntimeScanProgressOK creates a GetRuntimeScanProgressOK with default headers values

func (*GetRuntimeScanProgressOK) Error

func (o *GetRuntimeScanProgressOK) Error() string

func (*GetRuntimeScanProgressOK) GetPayload

func (o *GetRuntimeScanProgressOK) GetPayload() *models.Progress

type GetRuntimeScanProgressParams

type GetRuntimeScanProgressParams struct {
	Context    context.Context
	HTTPClient *http.Client
	// contains filtered or unexported fields
}

GetRuntimeScanProgressParams contains all the parameters to send to the API endpoint

for the get runtime scan progress operation.

Typically these are written to a http.Request.

func NewGetRuntimeScanProgressParams

func NewGetRuntimeScanProgressParams() *GetRuntimeScanProgressParams

NewGetRuntimeScanProgressParams creates a new GetRuntimeScanProgressParams object, with the default timeout for this client.

Default values are not hydrated, since defaults are normally applied by the API server side.

To enforce default values in parameter, use SetDefaults or WithDefaults.

func NewGetRuntimeScanProgressParamsWithContext

func NewGetRuntimeScanProgressParamsWithContext(ctx context.Context) *GetRuntimeScanProgressParams

NewGetRuntimeScanProgressParamsWithContext creates a new GetRuntimeScanProgressParams object with the ability to set a context for a request.

func NewGetRuntimeScanProgressParamsWithHTTPClient

func NewGetRuntimeScanProgressParamsWithHTTPClient(client *http.Client) *GetRuntimeScanProgressParams

NewGetRuntimeScanProgressParamsWithHTTPClient creates a new GetRuntimeScanProgressParams object with the ability to set a custom HTTPClient for a request.

func NewGetRuntimeScanProgressParamsWithTimeout

func NewGetRuntimeScanProgressParamsWithTimeout(timeout time.Duration) *GetRuntimeScanProgressParams

NewGetRuntimeScanProgressParamsWithTimeout creates a new GetRuntimeScanProgressParams object with the ability to set a timeout on a request.

func (*GetRuntimeScanProgressParams) SetContext

func (o *GetRuntimeScanProgressParams) SetContext(ctx context.Context)

SetContext adds the context to the get runtime scan progress params

func (*GetRuntimeScanProgressParams) SetDefaults

func (o *GetRuntimeScanProgressParams) SetDefaults()

SetDefaults hydrates default values in the get runtime scan progress params (not the query body).

All values with no default are reset to their zero value.

func (*GetRuntimeScanProgressParams) SetHTTPClient

func (o *GetRuntimeScanProgressParams) SetHTTPClient(client *http.Client)

SetHTTPClient adds the HTTPClient to the get runtime scan progress params

func (*GetRuntimeScanProgressParams) SetTimeout

func (o *GetRuntimeScanProgressParams) SetTimeout(timeout time.Duration)

SetTimeout adds the timeout to the get runtime scan progress params

func (*GetRuntimeScanProgressParams) WithContext

WithContext adds the context to the get runtime scan progress params

func (*GetRuntimeScanProgressParams) WithDefaults

WithDefaults hydrates default values in the get runtime scan progress params (not the query body).

All values with no default are reset to their zero value.

func (*GetRuntimeScanProgressParams) WithHTTPClient

WithHTTPClient adds the HTTPClient to the get runtime scan progress params

func (*GetRuntimeScanProgressParams) WithTimeout

WithTimeout adds the timeout to the get runtime scan progress params

func (*GetRuntimeScanProgressParams) WriteToRequest

WriteToRequest writes these params to a swagger request

type GetRuntimeScanProgressReader

type GetRuntimeScanProgressReader struct {
	// contains filtered or unexported fields
}

GetRuntimeScanProgressReader is a Reader for the GetRuntimeScanProgress structure.

func (*GetRuntimeScanProgressReader) ReadResponse

func (o *GetRuntimeScanProgressReader) ReadResponse(response runtime.ClientResponse, consumer runtime.Consumer) (interface{}, error)

ReadResponse reads a server response into the received o.

type GetRuntimeScanResultsDefault

type GetRuntimeScanResultsDefault struct {
	Payload *models.APIResponse
	// contains filtered or unexported fields
}
GetRuntimeScanResultsDefault describes a response with status code -1, with default header values.

unknown error

func NewGetRuntimeScanResultsDefault

func NewGetRuntimeScanResultsDefault(code int) *GetRuntimeScanResultsDefault

NewGetRuntimeScanResultsDefault creates a GetRuntimeScanResultsDefault with default headers values

func (*GetRuntimeScanResultsDefault) Code

Code gets the status code for the get runtime scan results default response

func (*GetRuntimeScanResultsDefault) Error

func (*GetRuntimeScanResultsDefault) GetPayload

type GetRuntimeScanResultsOK

type GetRuntimeScanResultsOK struct {
	Payload *models.RuntimeScanResults
}
GetRuntimeScanResultsOK describes a response with status code 200, with default header values.

Success

func NewGetRuntimeScanResultsOK

func NewGetRuntimeScanResultsOK() *GetRuntimeScanResultsOK

NewGetRuntimeScanResultsOK creates a GetRuntimeScanResultsOK with default headers values

func (*GetRuntimeScanResultsOK) Error

func (o *GetRuntimeScanResultsOK) Error() string

func (*GetRuntimeScanResultsOK) GetPayload

type GetRuntimeScanResultsParams

type GetRuntimeScanResultsParams struct {

	// CisDockerBenchmarkLevelGte.
	CisDockerBenchmarkLevelGte *string

	// VulnerabilitySeverityGte.
	VulnerabilitySeverityGte *string

	Context    context.Context
	HTTPClient *http.Client
	// contains filtered or unexported fields
}

GetRuntimeScanResultsParams contains all the parameters to send to the API endpoint

for the get runtime scan results operation.

Typically these are written to a http.Request.

func NewGetRuntimeScanResultsParams

func NewGetRuntimeScanResultsParams() *GetRuntimeScanResultsParams

NewGetRuntimeScanResultsParams creates a new GetRuntimeScanResultsParams object, with the default timeout for this client.

Default values are not hydrated, since defaults are normally applied by the API server side.

To enforce default values in parameter, use SetDefaults or WithDefaults.

func NewGetRuntimeScanResultsParamsWithContext

func NewGetRuntimeScanResultsParamsWithContext(ctx context.Context) *GetRuntimeScanResultsParams

NewGetRuntimeScanResultsParamsWithContext creates a new GetRuntimeScanResultsParams object with the ability to set a context for a request.

func NewGetRuntimeScanResultsParamsWithHTTPClient

func NewGetRuntimeScanResultsParamsWithHTTPClient(client *http.Client) *GetRuntimeScanResultsParams

NewGetRuntimeScanResultsParamsWithHTTPClient creates a new GetRuntimeScanResultsParams object with the ability to set a custom HTTPClient for a request.

func NewGetRuntimeScanResultsParamsWithTimeout

func NewGetRuntimeScanResultsParamsWithTimeout(timeout time.Duration) *GetRuntimeScanResultsParams

NewGetRuntimeScanResultsParamsWithTimeout creates a new GetRuntimeScanResultsParams object with the ability to set a timeout on a request.

func (*GetRuntimeScanResultsParams) SetCisDockerBenchmarkLevelGte

func (o *GetRuntimeScanResultsParams) SetCisDockerBenchmarkLevelGte(cisDockerBenchmarkLevelGte *string)

SetCisDockerBenchmarkLevelGte adds the cisDockerBenchmarkLevelGte to the get runtime scan results params

func (*GetRuntimeScanResultsParams) SetContext

func (o *GetRuntimeScanResultsParams) SetContext(ctx context.Context)

SetContext adds the context to the get runtime scan results params

func (*GetRuntimeScanResultsParams) SetDefaults

func (o *GetRuntimeScanResultsParams) SetDefaults()

SetDefaults hydrates default values in the get runtime scan results params (not the query body).

All values with no default are reset to their zero value.

func (*GetRuntimeScanResultsParams) SetHTTPClient

func (o *GetRuntimeScanResultsParams) SetHTTPClient(client *http.Client)

SetHTTPClient adds the HTTPClient to the get runtime scan results params

func (*GetRuntimeScanResultsParams) SetTimeout

func (o *GetRuntimeScanResultsParams) SetTimeout(timeout time.Duration)

SetTimeout adds the timeout to the get runtime scan results params

func (*GetRuntimeScanResultsParams) SetVulnerabilitySeverityGte

func (o *GetRuntimeScanResultsParams) SetVulnerabilitySeverityGte(vulnerabilitySeverityGte *string)

SetVulnerabilitySeverityGte adds the vulnerabilitySeverityGte to the get runtime scan results params

func (*GetRuntimeScanResultsParams) WithCisDockerBenchmarkLevelGte

func (o *GetRuntimeScanResultsParams) WithCisDockerBenchmarkLevelGte(cisDockerBenchmarkLevelGte *string) *GetRuntimeScanResultsParams

WithCisDockerBenchmarkLevelGte adds the cisDockerBenchmarkLevelGte to the get runtime scan results params

func (*GetRuntimeScanResultsParams) WithContext

WithContext adds the context to the get runtime scan results params

func (*GetRuntimeScanResultsParams) WithDefaults

WithDefaults hydrates default values in the get runtime scan results params (not the query body).

All values with no default are reset to their zero value.

func (*GetRuntimeScanResultsParams) WithHTTPClient

WithHTTPClient adds the HTTPClient to the get runtime scan results params

func (*GetRuntimeScanResultsParams) WithTimeout

WithTimeout adds the timeout to the get runtime scan results params

func (*GetRuntimeScanResultsParams) WithVulnerabilitySeverityGte

func (o *GetRuntimeScanResultsParams) WithVulnerabilitySeverityGte(vulnerabilitySeverityGte *string) *GetRuntimeScanResultsParams

WithVulnerabilitySeverityGte adds the vulnerabilitySeverityGte to the get runtime scan results params

func (*GetRuntimeScanResultsParams) WriteToRequest

WriteToRequest writes these params to a swagger request

type GetRuntimeScanResultsReader

type GetRuntimeScanResultsReader struct {
	// contains filtered or unexported fields
}

GetRuntimeScanResultsReader is a Reader for the GetRuntimeScanResults structure.

func (*GetRuntimeScanResultsReader) ReadResponse

func (o *GetRuntimeScanResultsReader) ReadResponse(response runtime.ClientResponse, consumer runtime.Consumer) (interface{}, error)

ReadResponse reads a server response into the received o.

type GetRuntimeScheduleScanConfigDefault

type GetRuntimeScheduleScanConfigDefault struct {
	Payload *models.APIResponse
	// contains filtered or unexported fields
}
GetRuntimeScheduleScanConfigDefault describes a response with status code -1, with default header values.

unknown error

func NewGetRuntimeScheduleScanConfigDefault

func NewGetRuntimeScheduleScanConfigDefault(code int) *GetRuntimeScheduleScanConfigDefault

NewGetRuntimeScheduleScanConfigDefault creates a GetRuntimeScheduleScanConfigDefault with default headers values

func (*GetRuntimeScheduleScanConfigDefault) Code

Code gets the status code for the get runtime schedule scan config default response

func (*GetRuntimeScheduleScanConfigDefault) Error

func (*GetRuntimeScheduleScanConfigDefault) GetPayload

type GetRuntimeScheduleScanConfigOK

type GetRuntimeScheduleScanConfigOK struct {
	Payload *models.RuntimeScheduleScanConfig
}
GetRuntimeScheduleScanConfigOK describes a response with status code 200, with default header values.

Success

func NewGetRuntimeScheduleScanConfigOK

func NewGetRuntimeScheduleScanConfigOK() *GetRuntimeScheduleScanConfigOK

NewGetRuntimeScheduleScanConfigOK creates a GetRuntimeScheduleScanConfigOK with default headers values

func (*GetRuntimeScheduleScanConfigOK) Error

func (*GetRuntimeScheduleScanConfigOK) GetPayload

type GetRuntimeScheduleScanConfigParams

type GetRuntimeScheduleScanConfigParams struct {
	Context    context.Context
	HTTPClient *http.Client
	// contains filtered or unexported fields
}

GetRuntimeScheduleScanConfigParams contains all the parameters to send to the API endpoint

for the get runtime schedule scan config operation.

Typically these are written to a http.Request.

func NewGetRuntimeScheduleScanConfigParams

func NewGetRuntimeScheduleScanConfigParams() *GetRuntimeScheduleScanConfigParams

NewGetRuntimeScheduleScanConfigParams creates a new GetRuntimeScheduleScanConfigParams object, with the default timeout for this client.

Default values are not hydrated, since defaults are normally applied by the API server side.

To enforce default values in parameter, use SetDefaults or WithDefaults.

func NewGetRuntimeScheduleScanConfigParamsWithContext

func NewGetRuntimeScheduleScanConfigParamsWithContext(ctx context.Context) *GetRuntimeScheduleScanConfigParams

NewGetRuntimeScheduleScanConfigParamsWithContext creates a new GetRuntimeScheduleScanConfigParams object with the ability to set a context for a request.

func NewGetRuntimeScheduleScanConfigParamsWithHTTPClient

func NewGetRuntimeScheduleScanConfigParamsWithHTTPClient(client *http.Client) *GetRuntimeScheduleScanConfigParams

NewGetRuntimeScheduleScanConfigParamsWithHTTPClient creates a new GetRuntimeScheduleScanConfigParams object with the ability to set a custom HTTPClient for a request.

func NewGetRuntimeScheduleScanConfigParamsWithTimeout

func NewGetRuntimeScheduleScanConfigParamsWithTimeout(timeout time.Duration) *GetRuntimeScheduleScanConfigParams

NewGetRuntimeScheduleScanConfigParamsWithTimeout creates a new GetRuntimeScheduleScanConfigParams object with the ability to set a timeout on a request.

func (*GetRuntimeScheduleScanConfigParams) SetContext

SetContext adds the context to the get runtime schedule scan config params

func (*GetRuntimeScheduleScanConfigParams) SetDefaults

func (o *GetRuntimeScheduleScanConfigParams) SetDefaults()

SetDefaults hydrates default values in the get runtime schedule scan config params (not the query body).

All values with no default are reset to their zero value.

func (*GetRuntimeScheduleScanConfigParams) SetHTTPClient

func (o *GetRuntimeScheduleScanConfigParams) SetHTTPClient(client *http.Client)

SetHTTPClient adds the HTTPClient to the get runtime schedule scan config params

func (*GetRuntimeScheduleScanConfigParams) SetTimeout

func (o *GetRuntimeScheduleScanConfigParams) SetTimeout(timeout time.Duration)

SetTimeout adds the timeout to the get runtime schedule scan config params

func (*GetRuntimeScheduleScanConfigParams) WithContext

WithContext adds the context to the get runtime schedule scan config params

func (*GetRuntimeScheduleScanConfigParams) WithDefaults

WithDefaults hydrates default values in the get runtime schedule scan config params (not the query body).

All values with no default are reset to their zero value.

func (*GetRuntimeScheduleScanConfigParams) WithHTTPClient

WithHTTPClient adds the HTTPClient to the get runtime schedule scan config params

func (*GetRuntimeScheduleScanConfigParams) WithTimeout

WithTimeout adds the timeout to the get runtime schedule scan config params

func (*GetRuntimeScheduleScanConfigParams) WriteToRequest

WriteToRequest writes these params to a swagger request

type GetRuntimeScheduleScanConfigReader

type GetRuntimeScheduleScanConfigReader struct {
	// contains filtered or unexported fields
}

GetRuntimeScheduleScanConfigReader is a Reader for the GetRuntimeScheduleScanConfig structure.

func (*GetRuntimeScheduleScanConfigReader) ReadResponse

func (o *GetRuntimeScheduleScanConfigReader) ReadResponse(response runtime.ClientResponse, consumer runtime.Consumer) (interface{}, error)

ReadResponse reads a server response into the received o.

type GetVulnerabilitiesDefault

type GetVulnerabilitiesDefault struct {
	Payload *models.APIResponse
	// contains filtered or unexported fields
}
GetVulnerabilitiesDefault describes a response with status code -1, with default header values.

unknown error

func NewGetVulnerabilitiesDefault

func NewGetVulnerabilitiesDefault(code int) *GetVulnerabilitiesDefault

NewGetVulnerabilitiesDefault creates a GetVulnerabilitiesDefault with default headers values

func (*GetVulnerabilitiesDefault) Code

func (o *GetVulnerabilitiesDefault) Code() int

Code gets the status code for the get vulnerabilities default response

func (*GetVulnerabilitiesDefault) Error

func (o *GetVulnerabilitiesDefault) Error() string

func (*GetVulnerabilitiesDefault) GetPayload

func (o *GetVulnerabilitiesDefault) GetPayload() *models.APIResponse

type GetVulnerabilitiesOK

type GetVulnerabilitiesOK struct {
	Payload *GetVulnerabilitiesOKBody
}
GetVulnerabilitiesOK describes a response with status code 200, with default header values.

Success

func NewGetVulnerabilitiesOK

func NewGetVulnerabilitiesOK() *GetVulnerabilitiesOK

NewGetVulnerabilitiesOK creates a GetVulnerabilitiesOK with default headers values

func (*GetVulnerabilitiesOK) Error

func (o *GetVulnerabilitiesOK) Error() string

func (*GetVulnerabilitiesOK) GetPayload

type GetVulnerabilitiesOKBody

type GetVulnerabilitiesOKBody struct {

	// List of vulnerabilities in the given filters and page. List length must be lower or equal to pageSize
	Items []*models.Vulnerability `json:"items"`

	// Total vulnerabilities count under the given filters
	// Required: true
	Total *int64 `json:"total"`
}

GetVulnerabilitiesOKBody get vulnerabilities o k body swagger:model GetVulnerabilitiesOKBody

func (*GetVulnerabilitiesOKBody) ContextValidate

func (o *GetVulnerabilitiesOKBody) ContextValidate(ctx context.Context, formats strfmt.Registry) error

ContextValidate validate this get vulnerabilities o k body based on the context it is used

func (*GetVulnerabilitiesOKBody) MarshalBinary

func (o *GetVulnerabilitiesOKBody) MarshalBinary() ([]byte, error)

MarshalBinary interface implementation

func (*GetVulnerabilitiesOKBody) UnmarshalBinary

func (o *GetVulnerabilitiesOKBody) UnmarshalBinary(b []byte) error

UnmarshalBinary interface implementation

func (*GetVulnerabilitiesOKBody) Validate

func (o *GetVulnerabilitiesOKBody) Validate(formats strfmt.Registry) error

Validate validates this get vulnerabilities o k body

type GetVulnerabilitiesParams

type GetVulnerabilitiesParams struct {

	/* ApplicationID.

	   application ID system filter, not visible to the user. only one of applicationID, applicationResourceID, packageID, currentRuntimeScan is allowed
	*/
	ApplicationID *string

	/* ApplicationResourceID.

	   application resource ID system filter, not visible to the user. only one of applicationID, applicationResourceID, packageID, currentRuntimeScan is allowed
	*/
	ApplicationResourceID *string

	/* ApplicationResourcesGte.

	   greater than or equal
	*/
	ApplicationResourcesGte *int64

	// ApplicationResourcesIsNot.
	ApplicationResourcesIsNot []int64

	// ApplicationResourcesIs.
	ApplicationResourcesIs []int64

	/* ApplicationResourcesLte.

	   less than or equal
	*/
	ApplicationResourcesLte *int64

	/* ApplicationsGte.

	   greater than or equal
	*/
	ApplicationsGte *int64

	// ApplicationsIsNot.
	ApplicationsIsNot []int64

	// ApplicationsIs.
	ApplicationsIs []int64

	/* ApplicationsLte.

	   less than or equal
	*/
	ApplicationsLte *int64

	/* CurrentRuntimeScan.

	   current runtime scan system filter, not visible to the user. only one of applicationID, applicationResourceID, packageID, currentRuntimeScan is allowed
	*/
	CurrentRuntimeScan *bool

	// HasFixVersionIs.
	HasFixVersionIs *bool

	// PackageNameContains.
	PackageNameContains []string

	// PackageNameEnd.
	PackageNameEnd *string

	// PackageNameIsNot.
	PackageNameIsNot []string

	// PackageNameIs.
	PackageNameIs []string

	// PackageNameStart.
	PackageNameStart *string

	// PackageVersionContains.
	PackageVersionContains []string

	// PackageVersionEnd.
	PackageVersionEnd *string

	// PackageVersionIsNot.
	PackageVersionIsNot []string

	// PackageVersionIs.
	PackageVersionIs []string

	// PackageVersionStart.
	PackageVersionStart *string

	/* Page.

	   Page number of the query
	*/
	Page int64

	/* PageSize.

	   Maximum items to return
	*/
	PageSize int64

	// ReportingScannersContainElements.
	ReportingScannersContainElements []string

	// ReportingScannersDoesntContainElements.
	ReportingScannersDoesntContainElements []string

	/* SortDir.

	   Sorting direction

	   Default: "ASC"
	*/
	SortDir *string

	/* SortKey.

	   Sort key
	*/
	SortKey string

	// VulnerabilityNameContains.
	VulnerabilityNameContains []string

	// VulnerabilityNameEnd.
	VulnerabilityNameEnd *string

	// VulnerabilityNameIsNot.
	VulnerabilityNameIsNot []string

	// VulnerabilityNameIs.
	VulnerabilityNameIs []string

	// VulnerabilityNameStart.
	VulnerabilityNameStart *string

	// VulnerabilitySeverityGte.
	VulnerabilitySeverityGte *string

	// VulnerabilitySeverityIsNot.
	VulnerabilitySeverityIsNot []string

	// VulnerabilitySeverityIs.
	VulnerabilitySeverityIs []string

	// VulnerabilitySeverityLte.
	VulnerabilitySeverityLte *string

	// VulnerabilitySourceIs.
	VulnerabilitySourceIs []string

	Context    context.Context
	HTTPClient *http.Client
	// contains filtered or unexported fields
}

GetVulnerabilitiesParams contains all the parameters to send to the API endpoint

for the get vulnerabilities operation.

Typically these are written to a http.Request.

func NewGetVulnerabilitiesParams

func NewGetVulnerabilitiesParams() *GetVulnerabilitiesParams

NewGetVulnerabilitiesParams creates a new GetVulnerabilitiesParams object, with the default timeout for this client.

Default values are not hydrated, since defaults are normally applied by the API server side.

To enforce default values in parameter, use SetDefaults or WithDefaults.

func NewGetVulnerabilitiesParamsWithContext

func NewGetVulnerabilitiesParamsWithContext(ctx context.Context) *GetVulnerabilitiesParams

NewGetVulnerabilitiesParamsWithContext creates a new GetVulnerabilitiesParams object with the ability to set a context for a request.

func NewGetVulnerabilitiesParamsWithHTTPClient

func NewGetVulnerabilitiesParamsWithHTTPClient(client *http.Client) *GetVulnerabilitiesParams

NewGetVulnerabilitiesParamsWithHTTPClient creates a new GetVulnerabilitiesParams object with the ability to set a custom HTTPClient for a request.

func NewGetVulnerabilitiesParamsWithTimeout

func NewGetVulnerabilitiesParamsWithTimeout(timeout time.Duration) *GetVulnerabilitiesParams

NewGetVulnerabilitiesParamsWithTimeout creates a new GetVulnerabilitiesParams object with the ability to set a timeout on a request.

func (*GetVulnerabilitiesParams) SetApplicationID

func (o *GetVulnerabilitiesParams) SetApplicationID(applicationID *string)

SetApplicationID adds the applicationId to the get vulnerabilities params

func (*GetVulnerabilitiesParams) SetApplicationResourceID

func (o *GetVulnerabilitiesParams) SetApplicationResourceID(applicationResourceID *string)

SetApplicationResourceID adds the applicationResourceId to the get vulnerabilities params

func (*GetVulnerabilitiesParams) SetApplicationResourcesGte

func (o *GetVulnerabilitiesParams) SetApplicationResourcesGte(applicationResourcesGte *int64)

SetApplicationResourcesGte adds the applicationResourcesGte to the get vulnerabilities params

func (*GetVulnerabilitiesParams) SetApplicationResourcesIs

func (o *GetVulnerabilitiesParams) SetApplicationResourcesIs(applicationResourcesIs []int64)

SetApplicationResourcesIs adds the applicationResourcesIs to the get vulnerabilities params

func (*GetVulnerabilitiesParams) SetApplicationResourcesIsNot

func (o *GetVulnerabilitiesParams) SetApplicationResourcesIsNot(applicationResourcesIsNot []int64)

SetApplicationResourcesIsNot adds the applicationResourcesIsNot to the get vulnerabilities params

func (*GetVulnerabilitiesParams) SetApplicationResourcesLte

func (o *GetVulnerabilitiesParams) SetApplicationResourcesLte(applicationResourcesLte *int64)

SetApplicationResourcesLte adds the applicationResourcesLte to the get vulnerabilities params

func (*GetVulnerabilitiesParams) SetApplicationsGte

func (o *GetVulnerabilitiesParams) SetApplicationsGte(applicationsGte *int64)

SetApplicationsGte adds the applicationsGte to the get vulnerabilities params

func (*GetVulnerabilitiesParams) SetApplicationsIs

func (o *GetVulnerabilitiesParams) SetApplicationsIs(applicationsIs []int64)

SetApplicationsIs adds the applicationsIs to the get vulnerabilities params

func (*GetVulnerabilitiesParams) SetApplicationsIsNot

func (o *GetVulnerabilitiesParams) SetApplicationsIsNot(applicationsIsNot []int64)

SetApplicationsIsNot adds the applicationsIsNot to the get vulnerabilities params

func (*GetVulnerabilitiesParams) SetApplicationsLte

func (o *GetVulnerabilitiesParams) SetApplicationsLte(applicationsLte *int64)

SetApplicationsLte adds the applicationsLte to the get vulnerabilities params

func (*GetVulnerabilitiesParams) SetContext

func (o *GetVulnerabilitiesParams) SetContext(ctx context.Context)

SetContext adds the context to the get vulnerabilities params

func (*GetVulnerabilitiesParams) SetCurrentRuntimeScan

func (o *GetVulnerabilitiesParams) SetCurrentRuntimeScan(currentRuntimeScan *bool)

SetCurrentRuntimeScan adds the currentRuntimeScan to the get vulnerabilities params

func (*GetVulnerabilitiesParams) SetDefaults

func (o *GetVulnerabilitiesParams) SetDefaults()

SetDefaults hydrates default values in the get vulnerabilities params (not the query body).

All values with no default are reset to their zero value.

func (*GetVulnerabilitiesParams) SetHTTPClient

func (o *GetVulnerabilitiesParams) SetHTTPClient(client *http.Client)

SetHTTPClient adds the HTTPClient to the get vulnerabilities params

func (*GetVulnerabilitiesParams) SetHasFixVersionIs

func (o *GetVulnerabilitiesParams) SetHasFixVersionIs(hasFixVersionIs *bool)

SetHasFixVersionIs adds the hasFixVersionIs to the get vulnerabilities params

func (*GetVulnerabilitiesParams) SetPackageNameContains

func (o *GetVulnerabilitiesParams) SetPackageNameContains(packageNameContains []string)

SetPackageNameContains adds the packageNameContains to the get vulnerabilities params

func (*GetVulnerabilitiesParams) SetPackageNameEnd

func (o *GetVulnerabilitiesParams) SetPackageNameEnd(packageNameEnd *string)

SetPackageNameEnd adds the packageNameEnd to the get vulnerabilities params

func (*GetVulnerabilitiesParams) SetPackageNameIs

func (o *GetVulnerabilitiesParams) SetPackageNameIs(packageNameIs []string)

SetPackageNameIs adds the packageNameIs to the get vulnerabilities params

func (*GetVulnerabilitiesParams) SetPackageNameIsNot

func (o *GetVulnerabilitiesParams) SetPackageNameIsNot(packageNameIsNot []string)

SetPackageNameIsNot adds the packageNameIsNot to the get vulnerabilities params

func (*GetVulnerabilitiesParams) SetPackageNameStart

func (o *GetVulnerabilitiesParams) SetPackageNameStart(packageNameStart *string)

SetPackageNameStart adds the packageNameStart to the get vulnerabilities params

func (*GetVulnerabilitiesParams) SetPackageVersionContains

func (o *GetVulnerabilitiesParams) SetPackageVersionContains(packageVersionContains []string)

SetPackageVersionContains adds the packageVersionContains to the get vulnerabilities params

func (*GetVulnerabilitiesParams) SetPackageVersionEnd

func (o *GetVulnerabilitiesParams) SetPackageVersionEnd(packageVersionEnd *string)

SetPackageVersionEnd adds the packageVersionEnd to the get vulnerabilities params

func (*GetVulnerabilitiesParams) SetPackageVersionIs

func (o *GetVulnerabilitiesParams) SetPackageVersionIs(packageVersionIs []string)

SetPackageVersionIs adds the packageVersionIs to the get vulnerabilities params

func (*GetVulnerabilitiesParams) SetPackageVersionIsNot

func (o *GetVulnerabilitiesParams) SetPackageVersionIsNot(packageVersionIsNot []string)

SetPackageVersionIsNot adds the packageVersionIsNot to the get vulnerabilities params

func (*GetVulnerabilitiesParams) SetPackageVersionStart

func (o *GetVulnerabilitiesParams) SetPackageVersionStart(packageVersionStart *string)

SetPackageVersionStart adds the packageVersionStart to the get vulnerabilities params

func (*GetVulnerabilitiesParams) SetPage

func (o *GetVulnerabilitiesParams) SetPage(page int64)

SetPage adds the page to the get vulnerabilities params

func (*GetVulnerabilitiesParams) SetPageSize

func (o *GetVulnerabilitiesParams) SetPageSize(pageSize int64)

SetPageSize adds the pageSize to the get vulnerabilities params

func (*GetVulnerabilitiesParams) SetReportingScannersContainElements

func (o *GetVulnerabilitiesParams) SetReportingScannersContainElements(reportingScannersContainElements []string)

SetReportingScannersContainElements adds the reportingScannersContainElements to the get vulnerabilities params

func (*GetVulnerabilitiesParams) SetReportingScannersDoesntContainElements

func (o *GetVulnerabilitiesParams) SetReportingScannersDoesntContainElements(reportingScannersDoesntContainElements []string)

SetReportingScannersDoesntContainElements adds the reportingScannersDoesntContainElements to the get vulnerabilities params

func (*GetVulnerabilitiesParams) SetSortDir

func (o *GetVulnerabilitiesParams) SetSortDir(sortDir *string)

SetSortDir adds the sortDir to the get vulnerabilities params

func (*GetVulnerabilitiesParams) SetSortKey

func (o *GetVulnerabilitiesParams) SetSortKey(sortKey string)

SetSortKey adds the sortKey to the get vulnerabilities params

func (*GetVulnerabilitiesParams) SetTimeout

func (o *GetVulnerabilitiesParams) SetTimeout(timeout time.Duration)

SetTimeout adds the timeout to the get vulnerabilities params

func (*GetVulnerabilitiesParams) SetVulnerabilityNameContains

func (o *GetVulnerabilitiesParams) SetVulnerabilityNameContains(vulnerabilityNameContains []string)

SetVulnerabilityNameContains adds the vulnerabilityNameContains to the get vulnerabilities params

func (*GetVulnerabilitiesParams) SetVulnerabilityNameEnd

func (o *GetVulnerabilitiesParams) SetVulnerabilityNameEnd(vulnerabilityNameEnd *string)

SetVulnerabilityNameEnd adds the vulnerabilityNameEnd to the get vulnerabilities params

func (*GetVulnerabilitiesParams) SetVulnerabilityNameIs

func (o *GetVulnerabilitiesParams) SetVulnerabilityNameIs(vulnerabilityNameIs []string)

SetVulnerabilityNameIs adds the vulnerabilityNameIs to the get vulnerabilities params

func (*GetVulnerabilitiesParams) SetVulnerabilityNameIsNot

func (o *GetVulnerabilitiesParams) SetVulnerabilityNameIsNot(vulnerabilityNameIsNot []string)

SetVulnerabilityNameIsNot adds the vulnerabilityNameIsNot to the get vulnerabilities params

func (*GetVulnerabilitiesParams) SetVulnerabilityNameStart

func (o *GetVulnerabilitiesParams) SetVulnerabilityNameStart(vulnerabilityNameStart *string)

SetVulnerabilityNameStart adds the vulnerabilityNameStart to the get vulnerabilities params

func (*GetVulnerabilitiesParams) SetVulnerabilitySeverityGte

func (o *GetVulnerabilitiesParams) SetVulnerabilitySeverityGte(vulnerabilitySeverityGte *string)

SetVulnerabilitySeverityGte adds the vulnerabilitySeverityGte to the get vulnerabilities params

func (*GetVulnerabilitiesParams) SetVulnerabilitySeverityIs

func (o *GetVulnerabilitiesParams) SetVulnerabilitySeverityIs(vulnerabilitySeverityIs []string)

SetVulnerabilitySeverityIs adds the vulnerabilitySeverityIs to the get vulnerabilities params

func (*GetVulnerabilitiesParams) SetVulnerabilitySeverityIsNot

func (o *GetVulnerabilitiesParams) SetVulnerabilitySeverityIsNot(vulnerabilitySeverityIsNot []string)

SetVulnerabilitySeverityIsNot adds the vulnerabilitySeverityIsNot to the get vulnerabilities params

func (*GetVulnerabilitiesParams) SetVulnerabilitySeverityLte

func (o *GetVulnerabilitiesParams) SetVulnerabilitySeverityLte(vulnerabilitySeverityLte *string)

SetVulnerabilitySeverityLte adds the vulnerabilitySeverityLte to the get vulnerabilities params

func (*GetVulnerabilitiesParams) SetVulnerabilitySourceIs

func (o *GetVulnerabilitiesParams) SetVulnerabilitySourceIs(vulnerabilitySourceIs []string)

SetVulnerabilitySourceIs adds the vulnerabilitySourceIs to the get vulnerabilities params

func (*GetVulnerabilitiesParams) WithApplicationID

func (o *GetVulnerabilitiesParams) WithApplicationID(applicationID *string) *GetVulnerabilitiesParams

WithApplicationID adds the applicationID to the get vulnerabilities params

func (*GetVulnerabilitiesParams) WithApplicationResourceID

func (o *GetVulnerabilitiesParams) WithApplicationResourceID(applicationResourceID *string) *GetVulnerabilitiesParams

WithApplicationResourceID adds the applicationResourceID to the get vulnerabilities params

func (*GetVulnerabilitiesParams) WithApplicationResourcesGte

func (o *GetVulnerabilitiesParams) WithApplicationResourcesGte(applicationResourcesGte *int64) *GetVulnerabilitiesParams

WithApplicationResourcesGte adds the applicationResourcesGte to the get vulnerabilities params

func (*GetVulnerabilitiesParams) WithApplicationResourcesIs

func (o *GetVulnerabilitiesParams) WithApplicationResourcesIs(applicationResourcesIs []int64) *GetVulnerabilitiesParams

WithApplicationResourcesIs adds the applicationResourcesIs to the get vulnerabilities params

func (*GetVulnerabilitiesParams) WithApplicationResourcesIsNot

func (o *GetVulnerabilitiesParams) WithApplicationResourcesIsNot(applicationResourcesIsNot []int64) *GetVulnerabilitiesParams

WithApplicationResourcesIsNot adds the applicationResourcesIsNot to the get vulnerabilities params

func (*GetVulnerabilitiesParams) WithApplicationResourcesLte

func (o *GetVulnerabilitiesParams) WithApplicationResourcesLte(applicationResourcesLte *int64) *GetVulnerabilitiesParams

WithApplicationResourcesLte adds the applicationResourcesLte to the get vulnerabilities params

func (*GetVulnerabilitiesParams) WithApplicationsGte

func (o *GetVulnerabilitiesParams) WithApplicationsGte(applicationsGte *int64) *GetVulnerabilitiesParams

WithApplicationsGte adds the applicationsGte to the get vulnerabilities params

func (*GetVulnerabilitiesParams) WithApplicationsIs

func (o *GetVulnerabilitiesParams) WithApplicationsIs(applicationsIs []int64) *GetVulnerabilitiesParams

WithApplicationsIs adds the applicationsIs to the get vulnerabilities params

func (*GetVulnerabilitiesParams) WithApplicationsIsNot

func (o *GetVulnerabilitiesParams) WithApplicationsIsNot(applicationsIsNot []int64) *GetVulnerabilitiesParams

WithApplicationsIsNot adds the applicationsIsNot to the get vulnerabilities params

func (*GetVulnerabilitiesParams) WithApplicationsLte

func (o *GetVulnerabilitiesParams) WithApplicationsLte(applicationsLte *int64) *GetVulnerabilitiesParams

WithApplicationsLte adds the applicationsLte to the get vulnerabilities params

func (*GetVulnerabilitiesParams) WithContext

WithContext adds the context to the get vulnerabilities params

func (*GetVulnerabilitiesParams) WithCurrentRuntimeScan

func (o *GetVulnerabilitiesParams) WithCurrentRuntimeScan(currentRuntimeScan *bool) *GetVulnerabilitiesParams

WithCurrentRuntimeScan adds the currentRuntimeScan to the get vulnerabilities params

func (*GetVulnerabilitiesParams) WithDefaults

WithDefaults hydrates default values in the get vulnerabilities params (not the query body).

All values with no default are reset to their zero value.

func (*GetVulnerabilitiesParams) WithHTTPClient

func (o *GetVulnerabilitiesParams) WithHTTPClient(client *http.Client) *GetVulnerabilitiesParams

WithHTTPClient adds the HTTPClient to the get vulnerabilities params

func (*GetVulnerabilitiesParams) WithHasFixVersionIs

func (o *GetVulnerabilitiesParams) WithHasFixVersionIs(hasFixVersionIs *bool) *GetVulnerabilitiesParams

WithHasFixVersionIs adds the hasFixVersionIs to the get vulnerabilities params

func (*GetVulnerabilitiesParams) WithPackageNameContains

func (o *GetVulnerabilitiesParams) WithPackageNameContains(packageNameContains []string) *GetVulnerabilitiesParams

WithPackageNameContains adds the packageNameContains to the get vulnerabilities params

func (*GetVulnerabilitiesParams) WithPackageNameEnd

func (o *GetVulnerabilitiesParams) WithPackageNameEnd(packageNameEnd *string) *GetVulnerabilitiesParams

WithPackageNameEnd adds the packageNameEnd to the get vulnerabilities params

func (*GetVulnerabilitiesParams) WithPackageNameIs

func (o *GetVulnerabilitiesParams) WithPackageNameIs(packageNameIs []string) *GetVulnerabilitiesParams

WithPackageNameIs adds the packageNameIs to the get vulnerabilities params

func (*GetVulnerabilitiesParams) WithPackageNameIsNot

func (o *GetVulnerabilitiesParams) WithPackageNameIsNot(packageNameIsNot []string) *GetVulnerabilitiesParams

WithPackageNameIsNot adds the packageNameIsNot to the get vulnerabilities params

func (*GetVulnerabilitiesParams) WithPackageNameStart

func (o *GetVulnerabilitiesParams) WithPackageNameStart(packageNameStart *string) *GetVulnerabilitiesParams

WithPackageNameStart adds the packageNameStart to the get vulnerabilities params

func (*GetVulnerabilitiesParams) WithPackageVersionContains

func (o *GetVulnerabilitiesParams) WithPackageVersionContains(packageVersionContains []string) *GetVulnerabilitiesParams

WithPackageVersionContains adds the packageVersionContains to the get vulnerabilities params

func (*GetVulnerabilitiesParams) WithPackageVersionEnd

func (o *GetVulnerabilitiesParams) WithPackageVersionEnd(packageVersionEnd *string) *GetVulnerabilitiesParams

WithPackageVersionEnd adds the packageVersionEnd to the get vulnerabilities params

func (*GetVulnerabilitiesParams) WithPackageVersionIs

func (o *GetVulnerabilitiesParams) WithPackageVersionIs(packageVersionIs []string) *GetVulnerabilitiesParams

WithPackageVersionIs adds the packageVersionIs to the get vulnerabilities params

func (*GetVulnerabilitiesParams) WithPackageVersionIsNot

func (o *GetVulnerabilitiesParams) WithPackageVersionIsNot(packageVersionIsNot []string) *GetVulnerabilitiesParams

WithPackageVersionIsNot adds the packageVersionIsNot to the get vulnerabilities params

func (*GetVulnerabilitiesParams) WithPackageVersionStart

func (o *GetVulnerabilitiesParams) WithPackageVersionStart(packageVersionStart *string) *GetVulnerabilitiesParams

WithPackageVersionStart adds the packageVersionStart to the get vulnerabilities params

func (*GetVulnerabilitiesParams) WithPage

WithPage adds the page to the get vulnerabilities params

func (*GetVulnerabilitiesParams) WithPageSize

func (o *GetVulnerabilitiesParams) WithPageSize(pageSize int64) *GetVulnerabilitiesParams

WithPageSize adds the pageSize to the get vulnerabilities params

func (*GetVulnerabilitiesParams) WithReportingScannersContainElements

func (o *GetVulnerabilitiesParams) WithReportingScannersContainElements(reportingScannersContainElements []string) *GetVulnerabilitiesParams

WithReportingScannersContainElements adds the reportingScannersContainElements to the get vulnerabilities params

func (*GetVulnerabilitiesParams) WithReportingScannersDoesntContainElements

func (o *GetVulnerabilitiesParams) WithReportingScannersDoesntContainElements(reportingScannersDoesntContainElements []string) *GetVulnerabilitiesParams

WithReportingScannersDoesntContainElements adds the reportingScannersDoesntContainElements to the get vulnerabilities params

func (*GetVulnerabilitiesParams) WithSortDir

func (o *GetVulnerabilitiesParams) WithSortDir(sortDir *string) *GetVulnerabilitiesParams

WithSortDir adds the sortDir to the get vulnerabilities params

func (*GetVulnerabilitiesParams) WithSortKey

func (o *GetVulnerabilitiesParams) WithSortKey(sortKey string) *GetVulnerabilitiesParams

WithSortKey adds the sortKey to the get vulnerabilities params

func (*GetVulnerabilitiesParams) WithTimeout

WithTimeout adds the timeout to the get vulnerabilities params

func (*GetVulnerabilitiesParams) WithVulnerabilityNameContains

func (o *GetVulnerabilitiesParams) WithVulnerabilityNameContains(vulnerabilityNameContains []string) *GetVulnerabilitiesParams

WithVulnerabilityNameContains adds the vulnerabilityNameContains to the get vulnerabilities params

func (*GetVulnerabilitiesParams) WithVulnerabilityNameEnd

func (o *GetVulnerabilitiesParams) WithVulnerabilityNameEnd(vulnerabilityNameEnd *string) *GetVulnerabilitiesParams

WithVulnerabilityNameEnd adds the vulnerabilityNameEnd to the get vulnerabilities params

func (*GetVulnerabilitiesParams) WithVulnerabilityNameIs

func (o *GetVulnerabilitiesParams) WithVulnerabilityNameIs(vulnerabilityNameIs []string) *GetVulnerabilitiesParams

WithVulnerabilityNameIs adds the vulnerabilityNameIs to the get vulnerabilities params

func (*GetVulnerabilitiesParams) WithVulnerabilityNameIsNot

func (o *GetVulnerabilitiesParams) WithVulnerabilityNameIsNot(vulnerabilityNameIsNot []string) *GetVulnerabilitiesParams

WithVulnerabilityNameIsNot adds the vulnerabilityNameIsNot to the get vulnerabilities params

func (*GetVulnerabilitiesParams) WithVulnerabilityNameStart

func (o *GetVulnerabilitiesParams) WithVulnerabilityNameStart(vulnerabilityNameStart *string) *GetVulnerabilitiesParams

WithVulnerabilityNameStart adds the vulnerabilityNameStart to the get vulnerabilities params

func (*GetVulnerabilitiesParams) WithVulnerabilitySeverityGte

func (o *GetVulnerabilitiesParams) WithVulnerabilitySeverityGte(vulnerabilitySeverityGte *string) *GetVulnerabilitiesParams

WithVulnerabilitySeverityGte adds the vulnerabilitySeverityGte to the get vulnerabilities params

func (*GetVulnerabilitiesParams) WithVulnerabilitySeverityIs

func (o *GetVulnerabilitiesParams) WithVulnerabilitySeverityIs(vulnerabilitySeverityIs []string) *GetVulnerabilitiesParams

WithVulnerabilitySeverityIs adds the vulnerabilitySeverityIs to the get vulnerabilities params

func (*GetVulnerabilitiesParams) WithVulnerabilitySeverityIsNot

func (o *GetVulnerabilitiesParams) WithVulnerabilitySeverityIsNot(vulnerabilitySeverityIsNot []string) *GetVulnerabilitiesParams

WithVulnerabilitySeverityIsNot adds the vulnerabilitySeverityIsNot to the get vulnerabilities params

func (*GetVulnerabilitiesParams) WithVulnerabilitySeverityLte

func (o *GetVulnerabilitiesParams) WithVulnerabilitySeverityLte(vulnerabilitySeverityLte *string) *GetVulnerabilitiesParams

WithVulnerabilitySeverityLte adds the vulnerabilitySeverityLte to the get vulnerabilities params

func (*GetVulnerabilitiesParams) WithVulnerabilitySourceIs

func (o *GetVulnerabilitiesParams) WithVulnerabilitySourceIs(vulnerabilitySourceIs []string) *GetVulnerabilitiesParams

WithVulnerabilitySourceIs adds the vulnerabilitySourceIs to the get vulnerabilities params

func (*GetVulnerabilitiesParams) WriteToRequest

WriteToRequest writes these params to a swagger request

type GetVulnerabilitiesReader

type GetVulnerabilitiesReader struct {
	// contains filtered or unexported fields
}

GetVulnerabilitiesReader is a Reader for the GetVulnerabilities structure.

func (*GetVulnerabilitiesReader) ReadResponse

func (o *GetVulnerabilitiesReader) ReadResponse(response runtime.ClientResponse, consumer runtime.Consumer) (interface{}, error)

ReadResponse reads a server response into the received o.

type GetVulnerabilitiesVulIDPkgIDDefault

type GetVulnerabilitiesVulIDPkgIDDefault struct {
	Payload *models.APIResponse
	// contains filtered or unexported fields
}
GetVulnerabilitiesVulIDPkgIDDefault describes a response with status code -1, with default header values.

unknown error

func NewGetVulnerabilitiesVulIDPkgIDDefault

func NewGetVulnerabilitiesVulIDPkgIDDefault(code int) *GetVulnerabilitiesVulIDPkgIDDefault

NewGetVulnerabilitiesVulIDPkgIDDefault creates a GetVulnerabilitiesVulIDPkgIDDefault with default headers values

func (*GetVulnerabilitiesVulIDPkgIDDefault) Code

Code gets the status code for the get vulnerabilities vul ID pkg ID default response

func (*GetVulnerabilitiesVulIDPkgIDDefault) Error

func (*GetVulnerabilitiesVulIDPkgIDDefault) GetPayload

type GetVulnerabilitiesVulIDPkgIDOK

type GetVulnerabilitiesVulIDPkgIDOK struct {
	Payload *models.VulnerabilityEx
}
GetVulnerabilitiesVulIDPkgIDOK describes a response with status code 200, with default header values.

Success

func NewGetVulnerabilitiesVulIDPkgIDOK

func NewGetVulnerabilitiesVulIDPkgIDOK() *GetVulnerabilitiesVulIDPkgIDOK

NewGetVulnerabilitiesVulIDPkgIDOK creates a GetVulnerabilitiesVulIDPkgIDOK with default headers values

func (*GetVulnerabilitiesVulIDPkgIDOK) Error

func (*GetVulnerabilitiesVulIDPkgIDOK) GetPayload

type GetVulnerabilitiesVulIDPkgIDParams

type GetVulnerabilitiesVulIDPkgIDParams struct {

	// PkgID.
	PkgID string

	// VulID.
	VulID string

	Context    context.Context
	HTTPClient *http.Client
	// contains filtered or unexported fields
}

GetVulnerabilitiesVulIDPkgIDParams contains all the parameters to send to the API endpoint

for the get vulnerabilities vul ID pkg ID operation.

Typically these are written to a http.Request.

func NewGetVulnerabilitiesVulIDPkgIDParams

func NewGetVulnerabilitiesVulIDPkgIDParams() *GetVulnerabilitiesVulIDPkgIDParams

NewGetVulnerabilitiesVulIDPkgIDParams creates a new GetVulnerabilitiesVulIDPkgIDParams object, with the default timeout for this client.

Default values are not hydrated, since defaults are normally applied by the API server side.

To enforce default values in parameter, use SetDefaults or WithDefaults.

func NewGetVulnerabilitiesVulIDPkgIDParamsWithContext

func NewGetVulnerabilitiesVulIDPkgIDParamsWithContext(ctx context.Context) *GetVulnerabilitiesVulIDPkgIDParams

NewGetVulnerabilitiesVulIDPkgIDParamsWithContext creates a new GetVulnerabilitiesVulIDPkgIDParams object with the ability to set a context for a request.

func NewGetVulnerabilitiesVulIDPkgIDParamsWithHTTPClient

func NewGetVulnerabilitiesVulIDPkgIDParamsWithHTTPClient(client *http.Client) *GetVulnerabilitiesVulIDPkgIDParams

NewGetVulnerabilitiesVulIDPkgIDParamsWithHTTPClient creates a new GetVulnerabilitiesVulIDPkgIDParams object with the ability to set a custom HTTPClient for a request.

func NewGetVulnerabilitiesVulIDPkgIDParamsWithTimeout

func NewGetVulnerabilitiesVulIDPkgIDParamsWithTimeout(timeout time.Duration) *GetVulnerabilitiesVulIDPkgIDParams

NewGetVulnerabilitiesVulIDPkgIDParamsWithTimeout creates a new GetVulnerabilitiesVulIDPkgIDParams object with the ability to set a timeout on a request.

func (*GetVulnerabilitiesVulIDPkgIDParams) SetContext

SetContext adds the context to the get vulnerabilities vul ID pkg ID params

func (*GetVulnerabilitiesVulIDPkgIDParams) SetDefaults

func (o *GetVulnerabilitiesVulIDPkgIDParams) SetDefaults()

SetDefaults hydrates default values in the get vulnerabilities vul ID pkg ID params (not the query body).

All values with no default are reset to their zero value.

func (*GetVulnerabilitiesVulIDPkgIDParams) SetHTTPClient

func (o *GetVulnerabilitiesVulIDPkgIDParams) SetHTTPClient(client *http.Client)

SetHTTPClient adds the HTTPClient to the get vulnerabilities vul ID pkg ID params

func (*GetVulnerabilitiesVulIDPkgIDParams) SetPkgID

func (o *GetVulnerabilitiesVulIDPkgIDParams) SetPkgID(pkgID string)

SetPkgID adds the pkgId to the get vulnerabilities vul ID pkg ID params

func (*GetVulnerabilitiesVulIDPkgIDParams) SetTimeout

func (o *GetVulnerabilitiesVulIDPkgIDParams) SetTimeout(timeout time.Duration)

SetTimeout adds the timeout to the get vulnerabilities vul ID pkg ID params

func (*GetVulnerabilitiesVulIDPkgIDParams) SetVulID

func (o *GetVulnerabilitiesVulIDPkgIDParams) SetVulID(vulID string)

SetVulID adds the vulId to the get vulnerabilities vul ID pkg ID params

func (*GetVulnerabilitiesVulIDPkgIDParams) WithContext

WithContext adds the context to the get vulnerabilities vul ID pkg ID params

func (*GetVulnerabilitiesVulIDPkgIDParams) WithDefaults

WithDefaults hydrates default values in the get vulnerabilities vul ID pkg ID params (not the query body).

All values with no default are reset to their zero value.

func (*GetVulnerabilitiesVulIDPkgIDParams) WithHTTPClient

WithHTTPClient adds the HTTPClient to the get vulnerabilities vul ID pkg ID params

func (*GetVulnerabilitiesVulIDPkgIDParams) WithPkgID

WithPkgID adds the pkgID to the get vulnerabilities vul ID pkg ID params

func (*GetVulnerabilitiesVulIDPkgIDParams) WithTimeout

WithTimeout adds the timeout to the get vulnerabilities vul ID pkg ID params

func (*GetVulnerabilitiesVulIDPkgIDParams) WithVulID

WithVulID adds the vulID to the get vulnerabilities vul ID pkg ID params

func (*GetVulnerabilitiesVulIDPkgIDParams) WriteToRequest

WriteToRequest writes these params to a swagger request

type GetVulnerabilitiesVulIDPkgIDReader

type GetVulnerabilitiesVulIDPkgIDReader struct {
	// contains filtered or unexported fields
}

GetVulnerabilitiesVulIDPkgIDReader is a Reader for the GetVulnerabilitiesVulIDPkgID structure.

func (*GetVulnerabilitiesVulIDPkgIDReader) ReadResponse

func (o *GetVulnerabilitiesVulIDPkgIDReader) ReadResponse(response runtime.ClientResponse, consumer runtime.Consumer) (interface{}, error)

ReadResponse reads a server response into the received o.

type PostApplicationsConflict

type PostApplicationsConflict struct {
	Payload *models.ApplicationInfo
}
PostApplicationsConflict describes a response with status code 409, with default header values.

Application already exist.

func NewPostApplicationsConflict

func NewPostApplicationsConflict() *PostApplicationsConflict

NewPostApplicationsConflict creates a PostApplicationsConflict with default headers values

func (*PostApplicationsConflict) Error

func (o *PostApplicationsConflict) Error() string

func (*PostApplicationsConflict) GetPayload

type PostApplicationsContentAnalysisIDCreated

type PostApplicationsContentAnalysisIDCreated struct {
}
PostApplicationsContentAnalysisIDCreated describes a response with status code 201, with default header values.

Application content analysis successfully reported.

func NewPostApplicationsContentAnalysisIDCreated

func NewPostApplicationsContentAnalysisIDCreated() *PostApplicationsContentAnalysisIDCreated

NewPostApplicationsContentAnalysisIDCreated creates a PostApplicationsContentAnalysisIDCreated with default headers values

func (*PostApplicationsContentAnalysisIDCreated) Error

type PostApplicationsContentAnalysisIDDefault

type PostApplicationsContentAnalysisIDDefault struct {
	Payload *models.APIResponse
	// contains filtered or unexported fields
}
PostApplicationsContentAnalysisIDDefault describes a response with status code -1, with default header values.

unknown error

func NewPostApplicationsContentAnalysisIDDefault

func NewPostApplicationsContentAnalysisIDDefault(code int) *PostApplicationsContentAnalysisIDDefault

NewPostApplicationsContentAnalysisIDDefault creates a PostApplicationsContentAnalysisIDDefault with default headers values

func (*PostApplicationsContentAnalysisIDDefault) Code

Code gets the status code for the post applications content analysis ID default response

func (*PostApplicationsContentAnalysisIDDefault) Error

func (*PostApplicationsContentAnalysisIDDefault) GetPayload

type PostApplicationsContentAnalysisIDNotFound

type PostApplicationsContentAnalysisIDNotFound struct {
}
PostApplicationsContentAnalysisIDNotFound describes a response with status code 404, with default header values.

Application not found.

func NewPostApplicationsContentAnalysisIDNotFound

func NewPostApplicationsContentAnalysisIDNotFound() *PostApplicationsContentAnalysisIDNotFound

NewPostApplicationsContentAnalysisIDNotFound creates a PostApplicationsContentAnalysisIDNotFound with default headers values

func (*PostApplicationsContentAnalysisIDNotFound) Error

type PostApplicationsContentAnalysisIDParams

type PostApplicationsContentAnalysisIDParams struct {

	// Body.
	Body *models.ApplicationContentAnalysis

	// ID.
	ID string

	Context    context.Context
	HTTPClient *http.Client
	// contains filtered or unexported fields
}

PostApplicationsContentAnalysisIDParams contains all the parameters to send to the API endpoint

for the post applications content analysis ID operation.

Typically these are written to a http.Request.

func NewPostApplicationsContentAnalysisIDParams

func NewPostApplicationsContentAnalysisIDParams() *PostApplicationsContentAnalysisIDParams

NewPostApplicationsContentAnalysisIDParams creates a new PostApplicationsContentAnalysisIDParams object, with the default timeout for this client.

Default values are not hydrated, since defaults are normally applied by the API server side.

To enforce default values in parameter, use SetDefaults or WithDefaults.

func NewPostApplicationsContentAnalysisIDParamsWithContext

func NewPostApplicationsContentAnalysisIDParamsWithContext(ctx context.Context) *PostApplicationsContentAnalysisIDParams

NewPostApplicationsContentAnalysisIDParamsWithContext creates a new PostApplicationsContentAnalysisIDParams object with the ability to set a context for a request.

func NewPostApplicationsContentAnalysisIDParamsWithHTTPClient

func NewPostApplicationsContentAnalysisIDParamsWithHTTPClient(client *http.Client) *PostApplicationsContentAnalysisIDParams

NewPostApplicationsContentAnalysisIDParamsWithHTTPClient creates a new PostApplicationsContentAnalysisIDParams object with the ability to set a custom HTTPClient for a request.

func NewPostApplicationsContentAnalysisIDParamsWithTimeout

func NewPostApplicationsContentAnalysisIDParamsWithTimeout(timeout time.Duration) *PostApplicationsContentAnalysisIDParams

NewPostApplicationsContentAnalysisIDParamsWithTimeout creates a new PostApplicationsContentAnalysisIDParams object with the ability to set a timeout on a request.

func (*PostApplicationsContentAnalysisIDParams) SetBody

SetBody adds the body to the post applications content analysis ID params

func (*PostApplicationsContentAnalysisIDParams) SetContext

SetContext adds the context to the post applications content analysis ID params

func (*PostApplicationsContentAnalysisIDParams) SetDefaults

func (o *PostApplicationsContentAnalysisIDParams) SetDefaults()

SetDefaults hydrates default values in the post applications content analysis ID params (not the query body).

All values with no default are reset to their zero value.

func (*PostApplicationsContentAnalysisIDParams) SetHTTPClient

func (o *PostApplicationsContentAnalysisIDParams) SetHTTPClient(client *http.Client)

SetHTTPClient adds the HTTPClient to the post applications content analysis ID params

func (*PostApplicationsContentAnalysisIDParams) SetID

SetID adds the id to the post applications content analysis ID params

func (*PostApplicationsContentAnalysisIDParams) SetTimeout

func (o *PostApplicationsContentAnalysisIDParams) SetTimeout(timeout time.Duration)

SetTimeout adds the timeout to the post applications content analysis ID params

func (*PostApplicationsContentAnalysisIDParams) WithBody

WithBody adds the body to the post applications content analysis ID params

func (*PostApplicationsContentAnalysisIDParams) WithContext

WithContext adds the context to the post applications content analysis ID params

func (*PostApplicationsContentAnalysisIDParams) WithDefaults

WithDefaults hydrates default values in the post applications content analysis ID params (not the query body).

All values with no default are reset to their zero value.

func (*PostApplicationsContentAnalysisIDParams) WithHTTPClient

WithHTTPClient adds the HTTPClient to the post applications content analysis ID params

func (*PostApplicationsContentAnalysisIDParams) WithID

WithID adds the id to the post applications content analysis ID params

func (*PostApplicationsContentAnalysisIDParams) WithTimeout

WithTimeout adds the timeout to the post applications content analysis ID params

func (*PostApplicationsContentAnalysisIDParams) WriteToRequest

WriteToRequest writes these params to a swagger request

type PostApplicationsContentAnalysisIDReader

type PostApplicationsContentAnalysisIDReader struct {
	// contains filtered or unexported fields
}

PostApplicationsContentAnalysisIDReader is a Reader for the PostApplicationsContentAnalysisID structure.

func (*PostApplicationsContentAnalysisIDReader) ReadResponse

func (o *PostApplicationsContentAnalysisIDReader) ReadResponse(response runtime.ClientResponse, consumer runtime.Consumer) (interface{}, error)

ReadResponse reads a server response into the received o.

type PostApplicationsCreated

type PostApplicationsCreated struct {
	Payload *models.ApplicationInfo
}
PostApplicationsCreated describes a response with status code 201, with default header values.

New application was created.

func NewPostApplicationsCreated

func NewPostApplicationsCreated() *PostApplicationsCreated

NewPostApplicationsCreated creates a PostApplicationsCreated with default headers values

func (*PostApplicationsCreated) Error

func (o *PostApplicationsCreated) Error() string

func (*PostApplicationsCreated) GetPayload

type PostApplicationsDefault

type PostApplicationsDefault struct {
	Payload *models.APIResponse
	// contains filtered or unexported fields
}
PostApplicationsDefault describes a response with status code -1, with default header values.

unknown error

func NewPostApplicationsDefault

func NewPostApplicationsDefault(code int) *PostApplicationsDefault

NewPostApplicationsDefault creates a PostApplicationsDefault with default headers values

func (*PostApplicationsDefault) Code

func (o *PostApplicationsDefault) Code() int

Code gets the status code for the post applications default response

func (*PostApplicationsDefault) Error

func (o *PostApplicationsDefault) Error() string

func (*PostApplicationsDefault) GetPayload

func (o *PostApplicationsDefault) GetPayload() *models.APIResponse

type PostApplicationsParams

type PostApplicationsParams struct {

	// Body.
	Body *models.ApplicationInfo

	Context    context.Context
	HTTPClient *http.Client
	// contains filtered or unexported fields
}

PostApplicationsParams contains all the parameters to send to the API endpoint

for the post applications operation.

Typically these are written to a http.Request.

func NewPostApplicationsParams

func NewPostApplicationsParams() *PostApplicationsParams

NewPostApplicationsParams creates a new PostApplicationsParams object, with the default timeout for this client.

Default values are not hydrated, since defaults are normally applied by the API server side.

To enforce default values in parameter, use SetDefaults or WithDefaults.

func NewPostApplicationsParamsWithContext

func NewPostApplicationsParamsWithContext(ctx context.Context) *PostApplicationsParams

NewPostApplicationsParamsWithContext creates a new PostApplicationsParams object with the ability to set a context for a request.

func NewPostApplicationsParamsWithHTTPClient

func NewPostApplicationsParamsWithHTTPClient(client *http.Client) *PostApplicationsParams

NewPostApplicationsParamsWithHTTPClient creates a new PostApplicationsParams object with the ability to set a custom HTTPClient for a request.

func NewPostApplicationsParamsWithTimeout

func NewPostApplicationsParamsWithTimeout(timeout time.Duration) *PostApplicationsParams

NewPostApplicationsParamsWithTimeout creates a new PostApplicationsParams object with the ability to set a timeout on a request.

func (*PostApplicationsParams) SetBody

func (o *PostApplicationsParams) SetBody(body *models.ApplicationInfo)

SetBody adds the body to the post applications params

func (*PostApplicationsParams) SetContext

func (o *PostApplicationsParams) SetContext(ctx context.Context)

SetContext adds the context to the post applications params

func (*PostApplicationsParams) SetDefaults

func (o *PostApplicationsParams) SetDefaults()

SetDefaults hydrates default values in the post applications params (not the query body).

All values with no default are reset to their zero value.

func (*PostApplicationsParams) SetHTTPClient

func (o *PostApplicationsParams) SetHTTPClient(client *http.Client)

SetHTTPClient adds the HTTPClient to the post applications params

func (*PostApplicationsParams) SetTimeout

func (o *PostApplicationsParams) SetTimeout(timeout time.Duration)

SetTimeout adds the timeout to the post applications params

func (*PostApplicationsParams) WithBody

WithBody adds the body to the post applications params

func (*PostApplicationsParams) WithContext

WithContext adds the context to the post applications params

func (*PostApplicationsParams) WithDefaults

WithDefaults hydrates default values in the post applications params (not the query body).

All values with no default are reset to their zero value.

func (*PostApplicationsParams) WithHTTPClient

func (o *PostApplicationsParams) WithHTTPClient(client *http.Client) *PostApplicationsParams

WithHTTPClient adds the HTTPClient to the post applications params

func (*PostApplicationsParams) WithTimeout

WithTimeout adds the timeout to the post applications params

func (*PostApplicationsParams) WriteToRequest

WriteToRequest writes these params to a swagger request

type PostApplicationsReader

type PostApplicationsReader struct {
	// contains filtered or unexported fields
}

PostApplicationsReader is a Reader for the PostApplications structure.

func (*PostApplicationsReader) ReadResponse

func (o *PostApplicationsReader) ReadResponse(response runtime.ClientResponse, consumer runtime.Consumer) (interface{}, error)

ReadResponse reads a server response into the received o.

type PostApplicationsVulnerabilityScanIDCreated

type PostApplicationsVulnerabilityScanIDCreated struct {
}
PostApplicationsVulnerabilityScanIDCreated describes a response with status code 201, with default header values.

Application vulnerability scan successfully reported.

func NewPostApplicationsVulnerabilityScanIDCreated

func NewPostApplicationsVulnerabilityScanIDCreated() *PostApplicationsVulnerabilityScanIDCreated

NewPostApplicationsVulnerabilityScanIDCreated creates a PostApplicationsVulnerabilityScanIDCreated with default headers values

func (*PostApplicationsVulnerabilityScanIDCreated) Error

type PostApplicationsVulnerabilityScanIDDefault

type PostApplicationsVulnerabilityScanIDDefault struct {
	Payload *models.APIResponse
	// contains filtered or unexported fields
}
PostApplicationsVulnerabilityScanIDDefault describes a response with status code -1, with default header values.

unknown error

func NewPostApplicationsVulnerabilityScanIDDefault

func NewPostApplicationsVulnerabilityScanIDDefault(code int) *PostApplicationsVulnerabilityScanIDDefault

NewPostApplicationsVulnerabilityScanIDDefault creates a PostApplicationsVulnerabilityScanIDDefault with default headers values

func (*PostApplicationsVulnerabilityScanIDDefault) Code

Code gets the status code for the post applications vulnerability scan ID default response

func (*PostApplicationsVulnerabilityScanIDDefault) Error

func (*PostApplicationsVulnerabilityScanIDDefault) GetPayload

type PostApplicationsVulnerabilityScanIDNotFound

type PostApplicationsVulnerabilityScanIDNotFound struct {
}
PostApplicationsVulnerabilityScanIDNotFound describes a response with status code 404, with default header values.

Application not found.

func NewPostApplicationsVulnerabilityScanIDNotFound

func NewPostApplicationsVulnerabilityScanIDNotFound() *PostApplicationsVulnerabilityScanIDNotFound

NewPostApplicationsVulnerabilityScanIDNotFound creates a PostApplicationsVulnerabilityScanIDNotFound with default headers values

func (*PostApplicationsVulnerabilityScanIDNotFound) Error

type PostApplicationsVulnerabilityScanIDParams

type PostApplicationsVulnerabilityScanIDParams struct {

	// Body.
	Body *models.ApplicationVulnerabilityScan

	// ID.
	ID string

	Context    context.Context
	HTTPClient *http.Client
	// contains filtered or unexported fields
}

PostApplicationsVulnerabilityScanIDParams contains all the parameters to send to the API endpoint

for the post applications vulnerability scan ID operation.

Typically these are written to a http.Request.

func NewPostApplicationsVulnerabilityScanIDParams

func NewPostApplicationsVulnerabilityScanIDParams() *PostApplicationsVulnerabilityScanIDParams

NewPostApplicationsVulnerabilityScanIDParams creates a new PostApplicationsVulnerabilityScanIDParams object, with the default timeout for this client.

Default values are not hydrated, since defaults are normally applied by the API server side.

To enforce default values in parameter, use SetDefaults or WithDefaults.

func NewPostApplicationsVulnerabilityScanIDParamsWithContext

func NewPostApplicationsVulnerabilityScanIDParamsWithContext(ctx context.Context) *PostApplicationsVulnerabilityScanIDParams

NewPostApplicationsVulnerabilityScanIDParamsWithContext creates a new PostApplicationsVulnerabilityScanIDParams object with the ability to set a context for a request.

func NewPostApplicationsVulnerabilityScanIDParamsWithHTTPClient

func NewPostApplicationsVulnerabilityScanIDParamsWithHTTPClient(client *http.Client) *PostApplicationsVulnerabilityScanIDParams

NewPostApplicationsVulnerabilityScanIDParamsWithHTTPClient creates a new PostApplicationsVulnerabilityScanIDParams object with the ability to set a custom HTTPClient for a request.

func NewPostApplicationsVulnerabilityScanIDParamsWithTimeout

func NewPostApplicationsVulnerabilityScanIDParamsWithTimeout(timeout time.Duration) *PostApplicationsVulnerabilityScanIDParams

NewPostApplicationsVulnerabilityScanIDParamsWithTimeout creates a new PostApplicationsVulnerabilityScanIDParams object with the ability to set a timeout on a request.

func (*PostApplicationsVulnerabilityScanIDParams) SetBody

SetBody adds the body to the post applications vulnerability scan ID params

func (*PostApplicationsVulnerabilityScanIDParams) SetContext

SetContext adds the context to the post applications vulnerability scan ID params

func (*PostApplicationsVulnerabilityScanIDParams) SetDefaults

SetDefaults hydrates default values in the post applications vulnerability scan ID params (not the query body).

All values with no default are reset to their zero value.

func (*PostApplicationsVulnerabilityScanIDParams) SetHTTPClient

func (o *PostApplicationsVulnerabilityScanIDParams) SetHTTPClient(client *http.Client)

SetHTTPClient adds the HTTPClient to the post applications vulnerability scan ID params

func (*PostApplicationsVulnerabilityScanIDParams) SetID

SetID adds the id to the post applications vulnerability scan ID params

func (*PostApplicationsVulnerabilityScanIDParams) SetTimeout

SetTimeout adds the timeout to the post applications vulnerability scan ID params

func (*PostApplicationsVulnerabilityScanIDParams) WithBody

WithBody adds the body to the post applications vulnerability scan ID params

func (*PostApplicationsVulnerabilityScanIDParams) WithContext

WithContext adds the context to the post applications vulnerability scan ID params

func (*PostApplicationsVulnerabilityScanIDParams) WithDefaults

WithDefaults hydrates default values in the post applications vulnerability scan ID params (not the query body).

All values with no default are reset to their zero value.

func (*PostApplicationsVulnerabilityScanIDParams) WithHTTPClient

WithHTTPClient adds the HTTPClient to the post applications vulnerability scan ID params

func (*PostApplicationsVulnerabilityScanIDParams) WithID

WithID adds the id to the post applications vulnerability scan ID params

func (*PostApplicationsVulnerabilityScanIDParams) WithTimeout

WithTimeout adds the timeout to the post applications vulnerability scan ID params

func (*PostApplicationsVulnerabilityScanIDParams) WriteToRequest

WriteToRequest writes these params to a swagger request

type PostApplicationsVulnerabilityScanIDReader

type PostApplicationsVulnerabilityScanIDReader struct {
	// contains filtered or unexported fields
}

PostApplicationsVulnerabilityScanIDReader is a Reader for the PostApplicationsVulnerabilityScanID structure.

func (*PostApplicationsVulnerabilityScanIDReader) ReadResponse

func (o *PostApplicationsVulnerabilityScanIDReader) ReadResponse(response runtime.ClientResponse, consumer runtime.Consumer) (interface{}, error)

ReadResponse reads a server response into the received o.

type PutApplicationsIDDefault

type PutApplicationsIDDefault struct {
	Payload *models.APIResponse
	// contains filtered or unexported fields
}
PutApplicationsIDDefault describes a response with status code -1, with default header values.

unknown error

func NewPutApplicationsIDDefault

func NewPutApplicationsIDDefault(code int) *PutApplicationsIDDefault

NewPutApplicationsIDDefault creates a PutApplicationsIDDefault with default headers values

func (*PutApplicationsIDDefault) Code

func (o *PutApplicationsIDDefault) Code() int

Code gets the status code for the put applications ID default response

func (*PutApplicationsIDDefault) Error

func (o *PutApplicationsIDDefault) Error() string

func (*PutApplicationsIDDefault) GetPayload

func (o *PutApplicationsIDDefault) GetPayload() *models.APIResponse

type PutApplicationsIDNotFound

type PutApplicationsIDNotFound struct {
}
PutApplicationsIDNotFound describes a response with status code 404, with default header values.

Application not found.

func NewPutApplicationsIDNotFound

func NewPutApplicationsIDNotFound() *PutApplicationsIDNotFound

NewPutApplicationsIDNotFound creates a PutApplicationsIDNotFound with default headers values

func (*PutApplicationsIDNotFound) Error

func (o *PutApplicationsIDNotFound) Error() string

type PutApplicationsIDOK

type PutApplicationsIDOK struct {
	Payload *models.ApplicationInfo
}
PutApplicationsIDOK describes a response with status code 200, with default header values.

Update Application successful.

func NewPutApplicationsIDOK

func NewPutApplicationsIDOK() *PutApplicationsIDOK

NewPutApplicationsIDOK creates a PutApplicationsIDOK with default headers values

func (*PutApplicationsIDOK) Error

func (o *PutApplicationsIDOK) Error() string

func (*PutApplicationsIDOK) GetPayload

func (o *PutApplicationsIDOK) GetPayload() *models.ApplicationInfo

type PutApplicationsIDParams

type PutApplicationsIDParams struct {

	// Body.
	Body *models.ApplicationInfo

	// ID.
	ID string

	Context    context.Context
	HTTPClient *http.Client
	// contains filtered or unexported fields
}

PutApplicationsIDParams contains all the parameters to send to the API endpoint

for the put applications ID operation.

Typically these are written to a http.Request.

func NewPutApplicationsIDParams

func NewPutApplicationsIDParams() *PutApplicationsIDParams

NewPutApplicationsIDParams creates a new PutApplicationsIDParams object, with the default timeout for this client.

Default values are not hydrated, since defaults are normally applied by the API server side.

To enforce default values in parameter, use SetDefaults or WithDefaults.

func NewPutApplicationsIDParamsWithContext

func NewPutApplicationsIDParamsWithContext(ctx context.Context) *PutApplicationsIDParams

NewPutApplicationsIDParamsWithContext creates a new PutApplicationsIDParams object with the ability to set a context for a request.

func NewPutApplicationsIDParamsWithHTTPClient

func NewPutApplicationsIDParamsWithHTTPClient(client *http.Client) *PutApplicationsIDParams

NewPutApplicationsIDParamsWithHTTPClient creates a new PutApplicationsIDParams object with the ability to set a custom HTTPClient for a request.

func NewPutApplicationsIDParamsWithTimeout

func NewPutApplicationsIDParamsWithTimeout(timeout time.Duration) *PutApplicationsIDParams

NewPutApplicationsIDParamsWithTimeout creates a new PutApplicationsIDParams object with the ability to set a timeout on a request.

func (*PutApplicationsIDParams) SetBody

SetBody adds the body to the put applications ID params

func (*PutApplicationsIDParams) SetContext

func (o *PutApplicationsIDParams) SetContext(ctx context.Context)

SetContext adds the context to the put applications ID params

func (*PutApplicationsIDParams) SetDefaults

func (o *PutApplicationsIDParams) SetDefaults()

SetDefaults hydrates default values in the put applications ID params (not the query body).

All values with no default are reset to their zero value.

func (*PutApplicationsIDParams) SetHTTPClient

func (o *PutApplicationsIDParams) SetHTTPClient(client *http.Client)

SetHTTPClient adds the HTTPClient to the put applications ID params

func (*PutApplicationsIDParams) SetID

func (o *PutApplicationsIDParams) SetID(id string)

SetID adds the id to the put applications ID params

func (*PutApplicationsIDParams) SetTimeout

func (o *PutApplicationsIDParams) SetTimeout(timeout time.Duration)

SetTimeout adds the timeout to the put applications ID params

func (*PutApplicationsIDParams) WithBody

WithBody adds the body to the put applications ID params

func (*PutApplicationsIDParams) WithContext

WithContext adds the context to the put applications ID params

func (*PutApplicationsIDParams) WithDefaults

WithDefaults hydrates default values in the put applications ID params (not the query body).

All values with no default are reset to their zero value.

func (*PutApplicationsIDParams) WithHTTPClient

func (o *PutApplicationsIDParams) WithHTTPClient(client *http.Client) *PutApplicationsIDParams

WithHTTPClient adds the HTTPClient to the put applications ID params

func (*PutApplicationsIDParams) WithID

WithID adds the id to the put applications ID params

func (*PutApplicationsIDParams) WithTimeout

WithTimeout adds the timeout to the put applications ID params

func (*PutApplicationsIDParams) WriteToRequest

WriteToRequest writes these params to a swagger request

type PutApplicationsIDReader

type PutApplicationsIDReader struct {
	// contains filtered or unexported fields
}

PutApplicationsIDReader is a Reader for the PutApplicationsID structure.

func (*PutApplicationsIDReader) ReadResponse

func (o *PutApplicationsIDReader) ReadResponse(response runtime.ClientResponse, consumer runtime.Consumer) (interface{}, error)

ReadResponse reads a server response into the received o.

type PutRuntimeQuickscanConfigBadRequest

type PutRuntimeQuickscanConfigBadRequest struct {
	Payload string
}
PutRuntimeQuickscanConfigBadRequest describes a response with status code 400, with default header values.

Failed to set quick scan config

func NewPutRuntimeQuickscanConfigBadRequest

func NewPutRuntimeQuickscanConfigBadRequest() *PutRuntimeQuickscanConfigBadRequest

NewPutRuntimeQuickscanConfigBadRequest creates a PutRuntimeQuickscanConfigBadRequest with default headers values

func (*PutRuntimeQuickscanConfigBadRequest) Error

func (*PutRuntimeQuickscanConfigBadRequest) GetPayload

type PutRuntimeQuickscanConfigCreated

type PutRuntimeQuickscanConfigCreated struct {
	Payload interface{}
}
PutRuntimeQuickscanConfigCreated describes a response with status code 201, with default header values.

Success

func NewPutRuntimeQuickscanConfigCreated

func NewPutRuntimeQuickscanConfigCreated() *PutRuntimeQuickscanConfigCreated

NewPutRuntimeQuickscanConfigCreated creates a PutRuntimeQuickscanConfigCreated with default headers values

func (*PutRuntimeQuickscanConfigCreated) Error

func (*PutRuntimeQuickscanConfigCreated) GetPayload

func (o *PutRuntimeQuickscanConfigCreated) GetPayload() interface{}

type PutRuntimeQuickscanConfigDefault

type PutRuntimeQuickscanConfigDefault struct {
	Payload *models.APIResponse
	// contains filtered or unexported fields
}
PutRuntimeQuickscanConfigDefault describes a response with status code -1, with default header values.

unknown error

func NewPutRuntimeQuickscanConfigDefault

func NewPutRuntimeQuickscanConfigDefault(code int) *PutRuntimeQuickscanConfigDefault

NewPutRuntimeQuickscanConfigDefault creates a PutRuntimeQuickscanConfigDefault with default headers values

func (*PutRuntimeQuickscanConfigDefault) Code

Code gets the status code for the put runtime quickscan config default response

func (*PutRuntimeQuickscanConfigDefault) Error

func (*PutRuntimeQuickscanConfigDefault) GetPayload

type PutRuntimeQuickscanConfigParams

type PutRuntimeQuickscanConfigParams struct {

	// Body.
	Body *models.RuntimeQuickScanConfig

	Context    context.Context
	HTTPClient *http.Client
	// contains filtered or unexported fields
}

PutRuntimeQuickscanConfigParams contains all the parameters to send to the API endpoint

for the put runtime quickscan config operation.

Typically these are written to a http.Request.

func NewPutRuntimeQuickscanConfigParams

func NewPutRuntimeQuickscanConfigParams() *PutRuntimeQuickscanConfigParams

NewPutRuntimeQuickscanConfigParams creates a new PutRuntimeQuickscanConfigParams object, with the default timeout for this client.

Default values are not hydrated, since defaults are normally applied by the API server side.

To enforce default values in parameter, use SetDefaults or WithDefaults.

func NewPutRuntimeQuickscanConfigParamsWithContext

func NewPutRuntimeQuickscanConfigParamsWithContext(ctx context.Context) *PutRuntimeQuickscanConfigParams

NewPutRuntimeQuickscanConfigParamsWithContext creates a new PutRuntimeQuickscanConfigParams object with the ability to set a context for a request.

func NewPutRuntimeQuickscanConfigParamsWithHTTPClient

func NewPutRuntimeQuickscanConfigParamsWithHTTPClient(client *http.Client) *PutRuntimeQuickscanConfigParams

NewPutRuntimeQuickscanConfigParamsWithHTTPClient creates a new PutRuntimeQuickscanConfigParams object with the ability to set a custom HTTPClient for a request.

func NewPutRuntimeQuickscanConfigParamsWithTimeout

func NewPutRuntimeQuickscanConfigParamsWithTimeout(timeout time.Duration) *PutRuntimeQuickscanConfigParams

NewPutRuntimeQuickscanConfigParamsWithTimeout creates a new PutRuntimeQuickscanConfigParams object with the ability to set a timeout on a request.

func (*PutRuntimeQuickscanConfigParams) SetBody

SetBody adds the body to the put runtime quickscan config params

func (*PutRuntimeQuickscanConfigParams) SetContext

func (o *PutRuntimeQuickscanConfigParams) SetContext(ctx context.Context)

SetContext adds the context to the put runtime quickscan config params

func (*PutRuntimeQuickscanConfigParams) SetDefaults

func (o *PutRuntimeQuickscanConfigParams) SetDefaults()

SetDefaults hydrates default values in the put runtime quickscan config params (not the query body).

All values with no default are reset to their zero value.

func (*PutRuntimeQuickscanConfigParams) SetHTTPClient

func (o *PutRuntimeQuickscanConfigParams) SetHTTPClient(client *http.Client)

SetHTTPClient adds the HTTPClient to the put runtime quickscan config params

func (*PutRuntimeQuickscanConfigParams) SetTimeout

func (o *PutRuntimeQuickscanConfigParams) SetTimeout(timeout time.Duration)

SetTimeout adds the timeout to the put runtime quickscan config params

func (*PutRuntimeQuickscanConfigParams) WithBody

WithBody adds the body to the put runtime quickscan config params

func (*PutRuntimeQuickscanConfigParams) WithContext

WithContext adds the context to the put runtime quickscan config params

func (*PutRuntimeQuickscanConfigParams) WithDefaults

WithDefaults hydrates default values in the put runtime quickscan config params (not the query body).

All values with no default are reset to their zero value.

func (*PutRuntimeQuickscanConfigParams) WithHTTPClient

WithHTTPClient adds the HTTPClient to the put runtime quickscan config params

func (*PutRuntimeQuickscanConfigParams) WithTimeout

WithTimeout adds the timeout to the put runtime quickscan config params

func (*PutRuntimeQuickscanConfigParams) WriteToRequest

WriteToRequest writes these params to a swagger request

type PutRuntimeQuickscanConfigReader

type PutRuntimeQuickscanConfigReader struct {
	// contains filtered or unexported fields
}

PutRuntimeQuickscanConfigReader is a Reader for the PutRuntimeQuickscanConfig structure.

func (*PutRuntimeQuickscanConfigReader) ReadResponse

func (o *PutRuntimeQuickscanConfigReader) ReadResponse(response runtime.ClientResponse, consumer runtime.Consumer) (interface{}, error)

ReadResponse reads a server response into the received o.

type PutRuntimeScanStartBadRequest

type PutRuntimeScanStartBadRequest struct {
	Payload string
}
PutRuntimeScanStartBadRequest describes a response with status code 400, with default header values.

Scan failed to start

func NewPutRuntimeScanStartBadRequest

func NewPutRuntimeScanStartBadRequest() *PutRuntimeScanStartBadRequest

NewPutRuntimeScanStartBadRequest creates a PutRuntimeScanStartBadRequest with default headers values

func (*PutRuntimeScanStartBadRequest) Error

func (*PutRuntimeScanStartBadRequest) GetPayload

func (o *PutRuntimeScanStartBadRequest) GetPayload() string

type PutRuntimeScanStartCreated

type PutRuntimeScanStartCreated struct {
	Payload interface{}
}
PutRuntimeScanStartCreated describes a response with status code 201, with default header values.

Success

func NewPutRuntimeScanStartCreated

func NewPutRuntimeScanStartCreated() *PutRuntimeScanStartCreated

NewPutRuntimeScanStartCreated creates a PutRuntimeScanStartCreated with default headers values

func (*PutRuntimeScanStartCreated) Error

func (*PutRuntimeScanStartCreated) GetPayload

func (o *PutRuntimeScanStartCreated) GetPayload() interface{}

type PutRuntimeScanStartDefault

type PutRuntimeScanStartDefault struct {
	Payload *models.APIResponse
	// contains filtered or unexported fields
}
PutRuntimeScanStartDefault describes a response with status code -1, with default header values.

unknown error

func NewPutRuntimeScanStartDefault

func NewPutRuntimeScanStartDefault(code int) *PutRuntimeScanStartDefault

NewPutRuntimeScanStartDefault creates a PutRuntimeScanStartDefault with default headers values

func (*PutRuntimeScanStartDefault) Code

func (o *PutRuntimeScanStartDefault) Code() int

Code gets the status code for the put runtime scan start default response

func (*PutRuntimeScanStartDefault) Error

func (*PutRuntimeScanStartDefault) GetPayload

type PutRuntimeScanStartParams

type PutRuntimeScanStartParams struct {

	// Body.
	Body *models.RuntimeScanConfig

	Context    context.Context
	HTTPClient *http.Client
	// contains filtered or unexported fields
}

PutRuntimeScanStartParams contains all the parameters to send to the API endpoint

for the put runtime scan start operation.

Typically these are written to a http.Request.

func NewPutRuntimeScanStartParams

func NewPutRuntimeScanStartParams() *PutRuntimeScanStartParams

NewPutRuntimeScanStartParams creates a new PutRuntimeScanStartParams object, with the default timeout for this client.

Default values are not hydrated, since defaults are normally applied by the API server side.

To enforce default values in parameter, use SetDefaults or WithDefaults.

func NewPutRuntimeScanStartParamsWithContext

func NewPutRuntimeScanStartParamsWithContext(ctx context.Context) *PutRuntimeScanStartParams

NewPutRuntimeScanStartParamsWithContext creates a new PutRuntimeScanStartParams object with the ability to set a context for a request.

func NewPutRuntimeScanStartParamsWithHTTPClient

func NewPutRuntimeScanStartParamsWithHTTPClient(client *http.Client) *PutRuntimeScanStartParams

NewPutRuntimeScanStartParamsWithHTTPClient creates a new PutRuntimeScanStartParams object with the ability to set a custom HTTPClient for a request.

func NewPutRuntimeScanStartParamsWithTimeout

func NewPutRuntimeScanStartParamsWithTimeout(timeout time.Duration) *PutRuntimeScanStartParams

NewPutRuntimeScanStartParamsWithTimeout creates a new PutRuntimeScanStartParams object with the ability to set a timeout on a request.

func (*PutRuntimeScanStartParams) SetBody

SetBody adds the body to the put runtime scan start params

func (*PutRuntimeScanStartParams) SetContext

func (o *PutRuntimeScanStartParams) SetContext(ctx context.Context)

SetContext adds the context to the put runtime scan start params

func (*PutRuntimeScanStartParams) SetDefaults

func (o *PutRuntimeScanStartParams) SetDefaults()

SetDefaults hydrates default values in the put runtime scan start params (not the query body).

All values with no default are reset to their zero value.

func (*PutRuntimeScanStartParams) SetHTTPClient

func (o *PutRuntimeScanStartParams) SetHTTPClient(client *http.Client)

SetHTTPClient adds the HTTPClient to the put runtime scan start params

func (*PutRuntimeScanStartParams) SetTimeout

func (o *PutRuntimeScanStartParams) SetTimeout(timeout time.Duration)

SetTimeout adds the timeout to the put runtime scan start params

func (*PutRuntimeScanStartParams) WithBody

WithBody adds the body to the put runtime scan start params

func (*PutRuntimeScanStartParams) WithContext

WithContext adds the context to the put runtime scan start params

func (*PutRuntimeScanStartParams) WithDefaults

WithDefaults hydrates default values in the put runtime scan start params (not the query body).

All values with no default are reset to their zero value.

func (*PutRuntimeScanStartParams) WithHTTPClient

func (o *PutRuntimeScanStartParams) WithHTTPClient(client *http.Client) *PutRuntimeScanStartParams

WithHTTPClient adds the HTTPClient to the put runtime scan start params

func (*PutRuntimeScanStartParams) WithTimeout

WithTimeout adds the timeout to the put runtime scan start params

func (*PutRuntimeScanStartParams) WriteToRequest

WriteToRequest writes these params to a swagger request

type PutRuntimeScanStartReader

type PutRuntimeScanStartReader struct {
	// contains filtered or unexported fields
}

PutRuntimeScanStartReader is a Reader for the PutRuntimeScanStart structure.

func (*PutRuntimeScanStartReader) ReadResponse

func (o *PutRuntimeScanStartReader) ReadResponse(response runtime.ClientResponse, consumer runtime.Consumer) (interface{}, error)

ReadResponse reads a server response into the received o.

type PutRuntimeScanStopBadRequest

type PutRuntimeScanStopBadRequest struct {
	Payload string
}
PutRuntimeScanStopBadRequest describes a response with status code 400, with default header values.

Scan failed to stop

func NewPutRuntimeScanStopBadRequest

func NewPutRuntimeScanStopBadRequest() *PutRuntimeScanStopBadRequest

NewPutRuntimeScanStopBadRequest creates a PutRuntimeScanStopBadRequest with default headers values

func (*PutRuntimeScanStopBadRequest) Error

func (*PutRuntimeScanStopBadRequest) GetPayload

func (o *PutRuntimeScanStopBadRequest) GetPayload() string

type PutRuntimeScanStopCreated

type PutRuntimeScanStopCreated struct {
	Payload interface{}
}
PutRuntimeScanStopCreated describes a response with status code 201, with default header values.

Success

func NewPutRuntimeScanStopCreated

func NewPutRuntimeScanStopCreated() *PutRuntimeScanStopCreated

NewPutRuntimeScanStopCreated creates a PutRuntimeScanStopCreated with default headers values

func (*PutRuntimeScanStopCreated) Error

func (o *PutRuntimeScanStopCreated) Error() string

func (*PutRuntimeScanStopCreated) GetPayload

func (o *PutRuntimeScanStopCreated) GetPayload() interface{}

type PutRuntimeScanStopDefault

type PutRuntimeScanStopDefault struct {
	Payload *models.APIResponse
	// contains filtered or unexported fields
}
PutRuntimeScanStopDefault describes a response with status code -1, with default header values.

unknown error

func NewPutRuntimeScanStopDefault

func NewPutRuntimeScanStopDefault(code int) *PutRuntimeScanStopDefault

NewPutRuntimeScanStopDefault creates a PutRuntimeScanStopDefault with default headers values

func (*PutRuntimeScanStopDefault) Code

func (o *PutRuntimeScanStopDefault) Code() int

Code gets the status code for the put runtime scan stop default response

func (*PutRuntimeScanStopDefault) Error

func (o *PutRuntimeScanStopDefault) Error() string

func (*PutRuntimeScanStopDefault) GetPayload

func (o *PutRuntimeScanStopDefault) GetPayload() *models.APIResponse

type PutRuntimeScanStopParams

type PutRuntimeScanStopParams struct {
	Context    context.Context
	HTTPClient *http.Client
	// contains filtered or unexported fields
}

PutRuntimeScanStopParams contains all the parameters to send to the API endpoint

for the put runtime scan stop operation.

Typically these are written to a http.Request.

func NewPutRuntimeScanStopParams

func NewPutRuntimeScanStopParams() *PutRuntimeScanStopParams

NewPutRuntimeScanStopParams creates a new PutRuntimeScanStopParams object, with the default timeout for this client.

Default values are not hydrated, since defaults are normally applied by the API server side.

To enforce default values in parameter, use SetDefaults or WithDefaults.

func NewPutRuntimeScanStopParamsWithContext

func NewPutRuntimeScanStopParamsWithContext(ctx context.Context) *PutRuntimeScanStopParams

NewPutRuntimeScanStopParamsWithContext creates a new PutRuntimeScanStopParams object with the ability to set a context for a request.

func NewPutRuntimeScanStopParamsWithHTTPClient

func NewPutRuntimeScanStopParamsWithHTTPClient(client *http.Client) *PutRuntimeScanStopParams

NewPutRuntimeScanStopParamsWithHTTPClient creates a new PutRuntimeScanStopParams object with the ability to set a custom HTTPClient for a request.

func NewPutRuntimeScanStopParamsWithTimeout

func NewPutRuntimeScanStopParamsWithTimeout(timeout time.Duration) *PutRuntimeScanStopParams

NewPutRuntimeScanStopParamsWithTimeout creates a new PutRuntimeScanStopParams object with the ability to set a timeout on a request.

func (*PutRuntimeScanStopParams) SetContext

func (o *PutRuntimeScanStopParams) SetContext(ctx context.Context)

SetContext adds the context to the put runtime scan stop params

func (*PutRuntimeScanStopParams) SetDefaults

func (o *PutRuntimeScanStopParams) SetDefaults()

SetDefaults hydrates default values in the put runtime scan stop params (not the query body).

All values with no default are reset to their zero value.

func (*PutRuntimeScanStopParams) SetHTTPClient

func (o *PutRuntimeScanStopParams) SetHTTPClient(client *http.Client)

SetHTTPClient adds the HTTPClient to the put runtime scan stop params

func (*PutRuntimeScanStopParams) SetTimeout

func (o *PutRuntimeScanStopParams) SetTimeout(timeout time.Duration)

SetTimeout adds the timeout to the put runtime scan stop params

func (*PutRuntimeScanStopParams) WithContext

WithContext adds the context to the put runtime scan stop params

func (*PutRuntimeScanStopParams) WithDefaults

WithDefaults hydrates default values in the put runtime scan stop params (not the query body).

All values with no default are reset to their zero value.

func (*PutRuntimeScanStopParams) WithHTTPClient

func (o *PutRuntimeScanStopParams) WithHTTPClient(client *http.Client) *PutRuntimeScanStopParams

WithHTTPClient adds the HTTPClient to the put runtime scan stop params

func (*PutRuntimeScanStopParams) WithTimeout

WithTimeout adds the timeout to the put runtime scan stop params

func (*PutRuntimeScanStopParams) WriteToRequest

WriteToRequest writes these params to a swagger request

type PutRuntimeScanStopReader

type PutRuntimeScanStopReader struct {
	// contains filtered or unexported fields
}

PutRuntimeScanStopReader is a Reader for the PutRuntimeScanStop structure.

func (*PutRuntimeScanStopReader) ReadResponse

func (o *PutRuntimeScanStopReader) ReadResponse(response runtime.ClientResponse, consumer runtime.Consumer) (interface{}, error)

ReadResponse reads a server response into the received o.

type PutRuntimeScheduleScanConfigBadRequest

type PutRuntimeScheduleScanConfigBadRequest struct {
	Payload string
}
PutRuntimeScheduleScanConfigBadRequest describes a response with status code 400, with default header values.

Failed to set scheduled scan config

func NewPutRuntimeScheduleScanConfigBadRequest

func NewPutRuntimeScheduleScanConfigBadRequest() *PutRuntimeScheduleScanConfigBadRequest

NewPutRuntimeScheduleScanConfigBadRequest creates a PutRuntimeScheduleScanConfigBadRequest with default headers values

func (*PutRuntimeScheduleScanConfigBadRequest) Error

func (*PutRuntimeScheduleScanConfigBadRequest) GetPayload

type PutRuntimeScheduleScanConfigCreated

type PutRuntimeScheduleScanConfigCreated struct {
	Payload interface{}
}
PutRuntimeScheduleScanConfigCreated describes a response with status code 201, with default header values.

Success

func NewPutRuntimeScheduleScanConfigCreated

func NewPutRuntimeScheduleScanConfigCreated() *PutRuntimeScheduleScanConfigCreated

NewPutRuntimeScheduleScanConfigCreated creates a PutRuntimeScheduleScanConfigCreated with default headers values

func (*PutRuntimeScheduleScanConfigCreated) Error

func (*PutRuntimeScheduleScanConfigCreated) GetPayload

func (o *PutRuntimeScheduleScanConfigCreated) GetPayload() interface{}

type PutRuntimeScheduleScanConfigDefault

type PutRuntimeScheduleScanConfigDefault struct {
	Payload *models.APIResponse
	// contains filtered or unexported fields
}
PutRuntimeScheduleScanConfigDefault describes a response with status code -1, with default header values.

unknown error

func NewPutRuntimeScheduleScanConfigDefault

func NewPutRuntimeScheduleScanConfigDefault(code int) *PutRuntimeScheduleScanConfigDefault

NewPutRuntimeScheduleScanConfigDefault creates a PutRuntimeScheduleScanConfigDefault with default headers values

func (*PutRuntimeScheduleScanConfigDefault) Code

Code gets the status code for the put runtime schedule scan config default response

func (*PutRuntimeScheduleScanConfigDefault) Error

func (*PutRuntimeScheduleScanConfigDefault) GetPayload

type PutRuntimeScheduleScanConfigParams

type PutRuntimeScheduleScanConfigParams struct {

	// Body.
	Body *models.RuntimeScheduleScanConfig

	Context    context.Context
	HTTPClient *http.Client
	// contains filtered or unexported fields
}

PutRuntimeScheduleScanConfigParams contains all the parameters to send to the API endpoint

for the put runtime schedule scan config operation.

Typically these are written to a http.Request.

func NewPutRuntimeScheduleScanConfigParams

func NewPutRuntimeScheduleScanConfigParams() *PutRuntimeScheduleScanConfigParams

NewPutRuntimeScheduleScanConfigParams creates a new PutRuntimeScheduleScanConfigParams object, with the default timeout for this client.

Default values are not hydrated, since defaults are normally applied by the API server side.

To enforce default values in parameter, use SetDefaults or WithDefaults.

func NewPutRuntimeScheduleScanConfigParamsWithContext

func NewPutRuntimeScheduleScanConfigParamsWithContext(ctx context.Context) *PutRuntimeScheduleScanConfigParams

NewPutRuntimeScheduleScanConfigParamsWithContext creates a new PutRuntimeScheduleScanConfigParams object with the ability to set a context for a request.

func NewPutRuntimeScheduleScanConfigParamsWithHTTPClient

func NewPutRuntimeScheduleScanConfigParamsWithHTTPClient(client *http.Client) *PutRuntimeScheduleScanConfigParams

NewPutRuntimeScheduleScanConfigParamsWithHTTPClient creates a new PutRuntimeScheduleScanConfigParams object with the ability to set a custom HTTPClient for a request.

func NewPutRuntimeScheduleScanConfigParamsWithTimeout

func NewPutRuntimeScheduleScanConfigParamsWithTimeout(timeout time.Duration) *PutRuntimeScheduleScanConfigParams

NewPutRuntimeScheduleScanConfigParamsWithTimeout creates a new PutRuntimeScheduleScanConfigParams object with the ability to set a timeout on a request.

func (*PutRuntimeScheduleScanConfigParams) SetBody

SetBody adds the body to the put runtime schedule scan config params

func (*PutRuntimeScheduleScanConfigParams) SetContext

SetContext adds the context to the put runtime schedule scan config params

func (*PutRuntimeScheduleScanConfigParams) SetDefaults

func (o *PutRuntimeScheduleScanConfigParams) SetDefaults()

SetDefaults hydrates default values in the put runtime schedule scan config params (not the query body).

All values with no default are reset to their zero value.

func (*PutRuntimeScheduleScanConfigParams) SetHTTPClient

func (o *PutRuntimeScheduleScanConfigParams) SetHTTPClient(client *http.Client)

SetHTTPClient adds the HTTPClient to the put runtime schedule scan config params

func (*PutRuntimeScheduleScanConfigParams) SetTimeout

func (o *PutRuntimeScheduleScanConfigParams) SetTimeout(timeout time.Duration)

SetTimeout adds the timeout to the put runtime schedule scan config params

func (*PutRuntimeScheduleScanConfigParams) WithBody

WithBody adds the body to the put runtime schedule scan config params

func (*PutRuntimeScheduleScanConfigParams) WithContext

WithContext adds the context to the put runtime schedule scan config params

func (*PutRuntimeScheduleScanConfigParams) WithDefaults

WithDefaults hydrates default values in the put runtime schedule scan config params (not the query body).

All values with no default are reset to their zero value.

func (*PutRuntimeScheduleScanConfigParams) WithHTTPClient

WithHTTPClient adds the HTTPClient to the put runtime schedule scan config params

func (*PutRuntimeScheduleScanConfigParams) WithTimeout

WithTimeout adds the timeout to the put runtime schedule scan config params

func (*PutRuntimeScheduleScanConfigParams) WriteToRequest

WriteToRequest writes these params to a swagger request

type PutRuntimeScheduleScanConfigReader

type PutRuntimeScheduleScanConfigReader struct {
	// contains filtered or unexported fields
}

PutRuntimeScheduleScanConfigReader is a Reader for the PutRuntimeScheduleScanConfig structure.

func (*PutRuntimeScheduleScanConfigReader) ReadResponse

func (o *PutRuntimeScheduleScanConfigReader) ReadResponse(response runtime.ClientResponse, consumer runtime.Consumer) (interface{}, error)

ReadResponse reads a server response into the received o.

Source Files

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL