sast_settings

package
v1.0.0 Latest Latest
Warning

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

Go to latest
Published: Feb 16, 2024 License: MPL-2.0 Imports: 13 Imported by: 0

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 sast settings API

func (*Client) GetSastSettings

func (a *Client) GetSastSettings(params *GetSastSettingsParams, authInfo runtime.ClientAuthInfoWriter, opts ...ClientOption) (*GetSastSettingsOK, error)

GetSastSettings retrieves the s a s t settings for an org

Retrieves the SAST settings for an org

func (*Client) SetTransport

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

SetTransport changes the transport on the client

func (*Client) UpdateOrgSastSettings

func (a *Client) UpdateOrgSastSettings(params *UpdateOrgSastSettingsParams, authInfo runtime.ClientAuthInfoWriter, opts ...ClientOption) (*UpdateOrgSastSettingsCreated, error)

UpdateOrgSastSettings enables disable the snyk code settings for an org

Enable/Disable the Snyk Code settings for an org

type ClientOption

type ClientOption func(*runtime.ClientOperation)

ClientOption is the option for Client methods

type ClientService

type ClientService interface {
	GetSastSettings(params *GetSastSettingsParams, authInfo runtime.ClientAuthInfoWriter, opts ...ClientOption) (*GetSastSettingsOK, error)

	UpdateOrgSastSettings(params *UpdateOrgSastSettingsParams, authInfo runtime.ClientAuthInfoWriter, opts ...ClientOption) (*UpdateOrgSastSettingsCreated, 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 sast settings API client.

type GetSastSettingsBadRequest

type GetSastSettingsBadRequest struct {

	/* A header containing the deprecation date of the underlying endpoint. For more information, please refer to the deprecation header RFC:
	https://tools.ietf.org/id/draft-dalal-deprecation-header-01.html


	     Format: date-time
	*/
	Deprecation strfmt.DateTime

	/* A header containing a unique id used for tracking this request. If you are reporting an issue to Snyk it's very helpful to provide this ID.


	   Format: uuid
	*/
	SnykRequestID strfmt.UUID

	/* A header containing the version stage of the endpoint. This stage describes the guarantees snyk provides surrounding stability of the endpoint.

	 */
	SnykVersionLifecycleStage string

	/* A header containing the version of the endpoint requested by the caller.
	 */
	SnykVersionRequested string

	/* A header containing the version of the endpoint that was served by the API.
	 */
	SnykVersionServed string

	/* A header containing the date of when the underlying endpoint will be removed. This header is only present if the endpoint has been deprecated. Please refer to the RFC for more information:
	https://datatracker.ietf.org/doc/html/rfc8594


	     Format: date-time
	*/
	Sunset strfmt.DateTime

	Payload *GetSastSettingsBadRequestBody
}

GetSastSettingsBadRequest describes a response with status code 400, with default header values.

Bad Request: A parameter provided as a part of the request was invalid.

func NewGetSastSettingsBadRequest

func NewGetSastSettingsBadRequest() *GetSastSettingsBadRequest

NewGetSastSettingsBadRequest creates a GetSastSettingsBadRequest with default headers values

func (*GetSastSettingsBadRequest) Code

func (o *GetSastSettingsBadRequest) Code() int

Code gets the status code for the get sast settings bad request response

func (*GetSastSettingsBadRequest) Error

func (o *GetSastSettingsBadRequest) Error() string

func (*GetSastSettingsBadRequest) GetPayload

func (*GetSastSettingsBadRequest) IsClientError

func (o *GetSastSettingsBadRequest) IsClientError() bool

IsClientError returns true when this get sast settings bad request response has a 4xx status code

func (*GetSastSettingsBadRequest) IsCode

func (o *GetSastSettingsBadRequest) IsCode(code int) bool

IsCode returns true when this get sast settings bad request response a status code equal to that given

func (*GetSastSettingsBadRequest) IsRedirect

func (o *GetSastSettingsBadRequest) IsRedirect() bool

IsRedirect returns true when this get sast settings bad request response has a 3xx status code

func (*GetSastSettingsBadRequest) IsServerError

func (o *GetSastSettingsBadRequest) IsServerError() bool

IsServerError returns true when this get sast settings bad request response has a 5xx status code

func (*GetSastSettingsBadRequest) IsSuccess

func (o *GetSastSettingsBadRequest) IsSuccess() bool

IsSuccess returns true when this get sast settings bad request response has a 2xx status code

func (*GetSastSettingsBadRequest) String

func (o *GetSastSettingsBadRequest) String() string

type GetSastSettingsBadRequestBody

type GetSastSettingsBadRequestBody struct {

	// errors
	// Example: [{"detail":"Permission denied for this resource","status":"403"}]
	// Required: true
	// Min Items: 1
	Errors []*GetSastSettingsBadRequestBodyErrorsItems0 `json:"errors"`

	// jsonapi
	// Required: true
	Jsonapi *GetSastSettingsBadRequestBodyJsonapi `json:"jsonapi"`
}

GetSastSettingsBadRequestBody get sast settings bad request body // Example: {"errors":[{"detail":"Permission denied for this resource","status":"403"}],"jsonapi":{"version":"1.0"}} swagger:model GetSastSettingsBadRequestBody

func (*GetSastSettingsBadRequestBody) ContextValidate

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

ContextValidate validate this get sast settings bad request body based on the context it is used

func (*GetSastSettingsBadRequestBody) MarshalBinary

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

MarshalBinary interface implementation

func (*GetSastSettingsBadRequestBody) UnmarshalBinary

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

UnmarshalBinary interface implementation

func (*GetSastSettingsBadRequestBody) Validate

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

Validate validates this get sast settings bad request body

type GetSastSettingsBadRequestBodyErrorsItems0

type GetSastSettingsBadRequestBodyErrorsItems0 struct {

	// An application-specific error code, expressed as a string value.
	// Example: entity-not-found
	Code string `json:"code,omitempty"`

	// A human-readable explanation specific to this occurrence of the problem.
	// Example: The request was missing these required fields: ...
	// Required: true
	Detail *string `json:"detail"`

	// A unique identifier for this particular occurrence of the problem.
	// Example: f16c31b5-6129-4571-add8-d589da9be524
	// Format: uuid
	ID strfmt.UUID `json:"id,omitempty"`

	// links
	Links *GetSastSettingsBadRequestBodyErrorsItems0Links `json:"links,omitempty"`

	// meta
	// Example: {"key":"value"}
	Meta interface{} `json:"meta,omitempty"`

	// source
	Source *GetSastSettingsBadRequestBodyErrorsItems0Source `json:"source,omitempty"`

	// The HTTP status code applicable to this problem, expressed as a string value.
	// Example: 400
	// Required: true
	// Pattern: ^[45]\d\d$
	Status *string `json:"status"`

	// A short, human-readable summary of the problem that SHOULD NOT change from occurrence to occurrence of the problem, except for purposes of localization.
	// Example: Bad request
	Title string `json:"title,omitempty"`
}

GetSastSettingsBadRequestBodyErrorsItems0 get sast settings bad request body errors items0 // Example: {"detail":"Not Found","status":"404"} swagger:model GetSastSettingsBadRequestBodyErrorsItems0

func (*GetSastSettingsBadRequestBodyErrorsItems0) ContextValidate

ContextValidate validate this get sast settings bad request body errors items0 based on the context it is used

func (*GetSastSettingsBadRequestBodyErrorsItems0) MarshalBinary

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

MarshalBinary interface implementation

func (*GetSastSettingsBadRequestBodyErrorsItems0) UnmarshalBinary

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

UnmarshalBinary interface implementation

func (*GetSastSettingsBadRequestBodyErrorsItems0) Validate

Validate validates this get sast settings bad request body errors items0

type GetSastSettingsBadRequestBodyErrorsItems0Links struct {

	// about
	// Example: https://example.com/api/resource
	About interface{} `json:"about,omitempty"`
}

GetSastSettingsBadRequestBodyErrorsItems0Links A link that leads to further details about this particular occurrance of the problem. // Example: {"about":"https://example.com/about_this_error"} swagger:model GetSastSettingsBadRequestBodyErrorsItems0Links

func (*GetSastSettingsBadRequestBodyErrorsItems0Links) ContextValidate

ContextValidate validates this get sast settings bad request body errors items0 links based on context it is used

func (*GetSastSettingsBadRequestBodyErrorsItems0Links) MarshalBinary

MarshalBinary interface implementation

func (*GetSastSettingsBadRequestBodyErrorsItems0Links) UnmarshalBinary

UnmarshalBinary interface implementation

func (*GetSastSettingsBadRequestBodyErrorsItems0Links) Validate

Validate validates this get sast settings bad request body errors items0 links

type GetSastSettingsBadRequestBodyErrorsItems0Source

type GetSastSettingsBadRequestBodyErrorsItems0Source struct {

	// A string indicating which URI query parameter caused the error.
	// Example: param1
	Parameter string `json:"parameter,omitempty"`

	// A JSON Pointer [RFC6901] to the associated entity in the request document.
	// Example: /data/attributes
	Pointer string `json:"pointer,omitempty"`
}

GetSastSettingsBadRequestBodyErrorsItems0Source get sast settings bad request body errors items0 source // Example: {"pointer":"/data/attributes"} swagger:model GetSastSettingsBadRequestBodyErrorsItems0Source

func (*GetSastSettingsBadRequestBodyErrorsItems0Source) ContextValidate

ContextValidate validates this get sast settings bad request body errors items0 source based on context it is used

func (*GetSastSettingsBadRequestBodyErrorsItems0Source) MarshalBinary

MarshalBinary interface implementation

func (*GetSastSettingsBadRequestBodyErrorsItems0Source) UnmarshalBinary

UnmarshalBinary interface implementation

func (*GetSastSettingsBadRequestBodyErrorsItems0Source) Validate

Validate validates this get sast settings bad request body errors items0 source

type GetSastSettingsBadRequestBodyJsonapi

type GetSastSettingsBadRequestBodyJsonapi struct {

	// Version of the JSON API specification this server supports.
	// Example: 1.0
	// Required: true
	// Pattern: ^(0|[1-9]\d*)\.(0|[1-9]\d*)$
	Version *string `json:"version"`
}

GetSastSettingsBadRequestBodyJsonapi get sast settings bad request body jsonapi // Example: {"version":"1.0"} swagger:model GetSastSettingsBadRequestBodyJsonapi

func (*GetSastSettingsBadRequestBodyJsonapi) ContextValidate

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

ContextValidate validates this get sast settings bad request body jsonapi based on context it is used

func (*GetSastSettingsBadRequestBodyJsonapi) MarshalBinary

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

MarshalBinary interface implementation

func (*GetSastSettingsBadRequestBodyJsonapi) UnmarshalBinary

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

UnmarshalBinary interface implementation

func (*GetSastSettingsBadRequestBodyJsonapi) Validate

Validate validates this get sast settings bad request body jsonapi

type GetSastSettingsForbidden

type GetSastSettingsForbidden struct {

	/* A header containing the deprecation date of the underlying endpoint. For more information, please refer to the deprecation header RFC:
	https://tools.ietf.org/id/draft-dalal-deprecation-header-01.html


	     Format: date-time
	*/
	Deprecation strfmt.DateTime

	/* A header containing a unique id used for tracking this request. If you are reporting an issue to Snyk it's very helpful to provide this ID.


	   Format: uuid
	*/
	SnykRequestID strfmt.UUID

	/* A header containing the version stage of the endpoint. This stage describes the guarantees snyk provides surrounding stability of the endpoint.

	 */
	SnykVersionLifecycleStage string

	/* A header containing the version of the endpoint requested by the caller.
	 */
	SnykVersionRequested string

	/* A header containing the version of the endpoint that was served by the API.
	 */
	SnykVersionServed string

	/* A header containing the date of when the underlying endpoint will be removed. This header is only present if the endpoint has been deprecated. Please refer to the RFC for more information:
	https://datatracker.ietf.org/doc/html/rfc8594


	     Format: date-time
	*/
	Sunset strfmt.DateTime

	Payload *GetSastSettingsForbiddenBody
}

GetSastSettingsForbidden describes a response with status code 403, with default header values.

Forbidden: the request requires an authentication token with more or different permissions.

func NewGetSastSettingsForbidden

func NewGetSastSettingsForbidden() *GetSastSettingsForbidden

NewGetSastSettingsForbidden creates a GetSastSettingsForbidden with default headers values

func (*GetSastSettingsForbidden) Code

func (o *GetSastSettingsForbidden) Code() int

Code gets the status code for the get sast settings forbidden response

func (*GetSastSettingsForbidden) Error

func (o *GetSastSettingsForbidden) Error() string

func (*GetSastSettingsForbidden) GetPayload

func (*GetSastSettingsForbidden) IsClientError

func (o *GetSastSettingsForbidden) IsClientError() bool

IsClientError returns true when this get sast settings forbidden response has a 4xx status code

func (*GetSastSettingsForbidden) IsCode

func (o *GetSastSettingsForbidden) IsCode(code int) bool

IsCode returns true when this get sast settings forbidden response a status code equal to that given

func (*GetSastSettingsForbidden) IsRedirect

func (o *GetSastSettingsForbidden) IsRedirect() bool

IsRedirect returns true when this get sast settings forbidden response has a 3xx status code

func (*GetSastSettingsForbidden) IsServerError

func (o *GetSastSettingsForbidden) IsServerError() bool

IsServerError returns true when this get sast settings forbidden response has a 5xx status code

func (*GetSastSettingsForbidden) IsSuccess

func (o *GetSastSettingsForbidden) IsSuccess() bool

IsSuccess returns true when this get sast settings forbidden response has a 2xx status code

func (*GetSastSettingsForbidden) String

func (o *GetSastSettingsForbidden) String() string

type GetSastSettingsForbiddenBody

type GetSastSettingsForbiddenBody struct {

	// errors
	// Example: [{"detail":"Permission denied for this resource","status":"403"}]
	// Required: true
	// Min Items: 1
	Errors []*GetSastSettingsForbiddenBodyErrorsItems0 `json:"errors"`

	// jsonapi
	// Required: true
	Jsonapi *GetSastSettingsForbiddenBodyJsonapi `json:"jsonapi"`
}

GetSastSettingsForbiddenBody get sast settings forbidden body // Example: {"errors":[{"detail":"Permission denied for this resource","status":"403"}],"jsonapi":{"version":"1.0"}} swagger:model GetSastSettingsForbiddenBody

func (*GetSastSettingsForbiddenBody) ContextValidate

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

ContextValidate validate this get sast settings forbidden body based on the context it is used

func (*GetSastSettingsForbiddenBody) MarshalBinary

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

MarshalBinary interface implementation

func (*GetSastSettingsForbiddenBody) UnmarshalBinary

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

UnmarshalBinary interface implementation

func (*GetSastSettingsForbiddenBody) Validate

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

Validate validates this get sast settings forbidden body

type GetSastSettingsForbiddenBodyErrorsItems0

type GetSastSettingsForbiddenBodyErrorsItems0 struct {

	// An application-specific error code, expressed as a string value.
	// Example: entity-not-found
	Code string `json:"code,omitempty"`

	// A human-readable explanation specific to this occurrence of the problem.
	// Example: The request was missing these required fields: ...
	// Required: true
	Detail *string `json:"detail"`

	// A unique identifier for this particular occurrence of the problem.
	// Example: f16c31b5-6129-4571-add8-d589da9be524
	// Format: uuid
	ID strfmt.UUID `json:"id,omitempty"`

	// links
	Links *GetSastSettingsForbiddenBodyErrorsItems0Links `json:"links,omitempty"`

	// meta
	// Example: {"key":"value"}
	Meta interface{} `json:"meta,omitempty"`

	// source
	Source *GetSastSettingsForbiddenBodyErrorsItems0Source `json:"source,omitempty"`

	// The HTTP status code applicable to this problem, expressed as a string value.
	// Example: 400
	// Required: true
	// Pattern: ^[45]\d\d$
	Status *string `json:"status"`

	// A short, human-readable summary of the problem that SHOULD NOT change from occurrence to occurrence of the problem, except for purposes of localization.
	// Example: Bad request
	Title string `json:"title,omitempty"`
}

GetSastSettingsForbiddenBodyErrorsItems0 get sast settings forbidden body errors items0 // Example: {"detail":"Not Found","status":"404"} swagger:model GetSastSettingsForbiddenBodyErrorsItems0

func (*GetSastSettingsForbiddenBodyErrorsItems0) ContextValidate

ContextValidate validate this get sast settings forbidden body errors items0 based on the context it is used

func (*GetSastSettingsForbiddenBodyErrorsItems0) MarshalBinary

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

MarshalBinary interface implementation

func (*GetSastSettingsForbiddenBodyErrorsItems0) UnmarshalBinary

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

UnmarshalBinary interface implementation

func (*GetSastSettingsForbiddenBodyErrorsItems0) Validate

Validate validates this get sast settings forbidden body errors items0

type GetSastSettingsForbiddenBodyErrorsItems0Links struct {

	// about
	// Example: https://example.com/api/resource
	About interface{} `json:"about,omitempty"`
}

GetSastSettingsForbiddenBodyErrorsItems0Links A link that leads to further details about this particular occurrance of the problem. // Example: {"about":"https://example.com/about_this_error"} swagger:model GetSastSettingsForbiddenBodyErrorsItems0Links

func (*GetSastSettingsForbiddenBodyErrorsItems0Links) ContextValidate

ContextValidate validates this get sast settings forbidden body errors items0 links based on context it is used

func (*GetSastSettingsForbiddenBodyErrorsItems0Links) MarshalBinary

MarshalBinary interface implementation

func (*GetSastSettingsForbiddenBodyErrorsItems0Links) UnmarshalBinary

UnmarshalBinary interface implementation

func (*GetSastSettingsForbiddenBodyErrorsItems0Links) Validate

Validate validates this get sast settings forbidden body errors items0 links

type GetSastSettingsForbiddenBodyErrorsItems0Source

type GetSastSettingsForbiddenBodyErrorsItems0Source struct {

	// A string indicating which URI query parameter caused the error.
	// Example: param1
	Parameter string `json:"parameter,omitempty"`

	// A JSON Pointer [RFC6901] to the associated entity in the request document.
	// Example: /data/attributes
	Pointer string `json:"pointer,omitempty"`
}

GetSastSettingsForbiddenBodyErrorsItems0Source get sast settings forbidden body errors items0 source // Example: {"pointer":"/data/attributes"} swagger:model GetSastSettingsForbiddenBodyErrorsItems0Source

func (*GetSastSettingsForbiddenBodyErrorsItems0Source) ContextValidate

ContextValidate validates this get sast settings forbidden body errors items0 source based on context it is used

func (*GetSastSettingsForbiddenBodyErrorsItems0Source) MarshalBinary

MarshalBinary interface implementation

func (*GetSastSettingsForbiddenBodyErrorsItems0Source) UnmarshalBinary

UnmarshalBinary interface implementation

func (*GetSastSettingsForbiddenBodyErrorsItems0Source) Validate

Validate validates this get sast settings forbidden body errors items0 source

type GetSastSettingsForbiddenBodyJsonapi

type GetSastSettingsForbiddenBodyJsonapi struct {

	// Version of the JSON API specification this server supports.
	// Example: 1.0
	// Required: true
	// Pattern: ^(0|[1-9]\d*)\.(0|[1-9]\d*)$
	Version *string `json:"version"`
}

GetSastSettingsForbiddenBodyJsonapi get sast settings forbidden body jsonapi // Example: {"version":"1.0"} swagger:model GetSastSettingsForbiddenBodyJsonapi

func (*GetSastSettingsForbiddenBodyJsonapi) ContextValidate

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

ContextValidate validates this get sast settings forbidden body jsonapi based on context it is used

func (*GetSastSettingsForbiddenBodyJsonapi) MarshalBinary

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

MarshalBinary interface implementation

func (*GetSastSettingsForbiddenBodyJsonapi) UnmarshalBinary

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

UnmarshalBinary interface implementation

func (*GetSastSettingsForbiddenBodyJsonapi) Validate

Validate validates this get sast settings forbidden body jsonapi

type GetSastSettingsInternalServerError

type GetSastSettingsInternalServerError struct {

	/* A header containing the deprecation date of the underlying endpoint. For more information, please refer to the deprecation header RFC:
	https://tools.ietf.org/id/draft-dalal-deprecation-header-01.html


	     Format: date-time
	*/
	Deprecation strfmt.DateTime

	/* A header containing a unique id used for tracking this request. If you are reporting an issue to Snyk it's very helpful to provide this ID.


	   Format: uuid
	*/
	SnykRequestID strfmt.UUID

	/* A header containing the version stage of the endpoint. This stage describes the guarantees snyk provides surrounding stability of the endpoint.

	 */
	SnykVersionLifecycleStage string

	/* A header containing the version of the endpoint requested by the caller.
	 */
	SnykVersionRequested string

	/* A header containing the version of the endpoint that was served by the API.
	 */
	SnykVersionServed string

	/* A header containing the date of when the underlying endpoint will be removed. This header is only present if the endpoint has been deprecated. Please refer to the RFC for more information:
	https://datatracker.ietf.org/doc/html/rfc8594


	     Format: date-time
	*/
	Sunset strfmt.DateTime

	Payload *GetSastSettingsInternalServerErrorBody
}

GetSastSettingsInternalServerError describes a response with status code 500, with default header values.

Internal Server Error: An error was encountered while attempting to process the request.

func NewGetSastSettingsInternalServerError

func NewGetSastSettingsInternalServerError() *GetSastSettingsInternalServerError

NewGetSastSettingsInternalServerError creates a GetSastSettingsInternalServerError with default headers values

func (*GetSastSettingsInternalServerError) Code

Code gets the status code for the get sast settings internal server error response

func (*GetSastSettingsInternalServerError) Error

func (*GetSastSettingsInternalServerError) GetPayload

func (*GetSastSettingsInternalServerError) IsClientError

func (o *GetSastSettingsInternalServerError) IsClientError() bool

IsClientError returns true when this get sast settings internal server error response has a 4xx status code

func (*GetSastSettingsInternalServerError) IsCode

IsCode returns true when this get sast settings internal server error response a status code equal to that given

func (*GetSastSettingsInternalServerError) IsRedirect

func (o *GetSastSettingsInternalServerError) IsRedirect() bool

IsRedirect returns true when this get sast settings internal server error response has a 3xx status code

func (*GetSastSettingsInternalServerError) IsServerError

func (o *GetSastSettingsInternalServerError) IsServerError() bool

IsServerError returns true when this get sast settings internal server error response has a 5xx status code

func (*GetSastSettingsInternalServerError) IsSuccess

IsSuccess returns true when this get sast settings internal server error response has a 2xx status code

func (*GetSastSettingsInternalServerError) String

type GetSastSettingsInternalServerErrorBody

type GetSastSettingsInternalServerErrorBody struct {

	// errors
	// Example: [{"detail":"Permission denied for this resource","status":"403"}]
	// Required: true
	// Min Items: 1
	Errors []*GetSastSettingsInternalServerErrorBodyErrorsItems0 `json:"errors"`

	// jsonapi
	// Required: true
	Jsonapi *GetSastSettingsInternalServerErrorBodyJsonapi `json:"jsonapi"`
}

GetSastSettingsInternalServerErrorBody get sast settings internal server error body // Example: {"errors":[{"detail":"Permission denied for this resource","status":"403"}],"jsonapi":{"version":"1.0"}} swagger:model GetSastSettingsInternalServerErrorBody

func (*GetSastSettingsInternalServerErrorBody) ContextValidate

ContextValidate validate this get sast settings internal server error body based on the context it is used

func (*GetSastSettingsInternalServerErrorBody) MarshalBinary

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

MarshalBinary interface implementation

func (*GetSastSettingsInternalServerErrorBody) UnmarshalBinary

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

UnmarshalBinary interface implementation

func (*GetSastSettingsInternalServerErrorBody) Validate

Validate validates this get sast settings internal server error body

type GetSastSettingsInternalServerErrorBodyErrorsItems0

type GetSastSettingsInternalServerErrorBodyErrorsItems0 struct {

	// An application-specific error code, expressed as a string value.
	// Example: entity-not-found
	Code string `json:"code,omitempty"`

	// A human-readable explanation specific to this occurrence of the problem.
	// Example: The request was missing these required fields: ...
	// Required: true
	Detail *string `json:"detail"`

	// A unique identifier for this particular occurrence of the problem.
	// Example: f16c31b5-6129-4571-add8-d589da9be524
	// Format: uuid
	ID strfmt.UUID `json:"id,omitempty"`

	// links
	Links *GetSastSettingsInternalServerErrorBodyErrorsItems0Links `json:"links,omitempty"`

	// meta
	// Example: {"key":"value"}
	Meta interface{} `json:"meta,omitempty"`

	// source
	Source *GetSastSettingsInternalServerErrorBodyErrorsItems0Source `json:"source,omitempty"`

	// The HTTP status code applicable to this problem, expressed as a string value.
	// Example: 400
	// Required: true
	// Pattern: ^[45]\d\d$
	Status *string `json:"status"`

	// A short, human-readable summary of the problem that SHOULD NOT change from occurrence to occurrence of the problem, except for purposes of localization.
	// Example: Bad request
	Title string `json:"title,omitempty"`
}

GetSastSettingsInternalServerErrorBodyErrorsItems0 get sast settings internal server error body errors items0 // Example: {"detail":"Not Found","status":"404"} swagger:model GetSastSettingsInternalServerErrorBodyErrorsItems0

func (*GetSastSettingsInternalServerErrorBodyErrorsItems0) ContextValidate

ContextValidate validate this get sast settings internal server error body errors items0 based on the context it is used

func (*GetSastSettingsInternalServerErrorBodyErrorsItems0) MarshalBinary

MarshalBinary interface implementation

func (*GetSastSettingsInternalServerErrorBodyErrorsItems0) UnmarshalBinary

UnmarshalBinary interface implementation

func (*GetSastSettingsInternalServerErrorBodyErrorsItems0) Validate

Validate validates this get sast settings internal server error body errors items0

type GetSastSettingsInternalServerErrorBodyErrorsItems0Links struct {

	// about
	// Example: https://example.com/api/resource
	About interface{} `json:"about,omitempty"`
}

GetSastSettingsInternalServerErrorBodyErrorsItems0Links A link that leads to further details about this particular occurrance of the problem. // Example: {"about":"https://example.com/about_this_error"} swagger:model GetSastSettingsInternalServerErrorBodyErrorsItems0Links

func (*GetSastSettingsInternalServerErrorBodyErrorsItems0Links) ContextValidate

ContextValidate validates this get sast settings internal server error body errors items0 links based on context it is used

func (*GetSastSettingsInternalServerErrorBodyErrorsItems0Links) MarshalBinary

MarshalBinary interface implementation

func (*GetSastSettingsInternalServerErrorBodyErrorsItems0Links) UnmarshalBinary

UnmarshalBinary interface implementation

func (*GetSastSettingsInternalServerErrorBodyErrorsItems0Links) Validate

Validate validates this get sast settings internal server error body errors items0 links

type GetSastSettingsInternalServerErrorBodyErrorsItems0Source

type GetSastSettingsInternalServerErrorBodyErrorsItems0Source struct {

	// A string indicating which URI query parameter caused the error.
	// Example: param1
	Parameter string `json:"parameter,omitempty"`

	// A JSON Pointer [RFC6901] to the associated entity in the request document.
	// Example: /data/attributes
	Pointer string `json:"pointer,omitempty"`
}

GetSastSettingsInternalServerErrorBodyErrorsItems0Source get sast settings internal server error body errors items0 source // Example: {"pointer":"/data/attributes"} swagger:model GetSastSettingsInternalServerErrorBodyErrorsItems0Source

func (*GetSastSettingsInternalServerErrorBodyErrorsItems0Source) ContextValidate

ContextValidate validates this get sast settings internal server error body errors items0 source based on context it is used

func (*GetSastSettingsInternalServerErrorBodyErrorsItems0Source) MarshalBinary

MarshalBinary interface implementation

func (*GetSastSettingsInternalServerErrorBodyErrorsItems0Source) UnmarshalBinary

UnmarshalBinary interface implementation

func (*GetSastSettingsInternalServerErrorBodyErrorsItems0Source) Validate

Validate validates this get sast settings internal server error body errors items0 source

type GetSastSettingsInternalServerErrorBodyJsonapi

type GetSastSettingsInternalServerErrorBodyJsonapi struct {

	// Version of the JSON API specification this server supports.
	// Example: 1.0
	// Required: true
	// Pattern: ^(0|[1-9]\d*)\.(0|[1-9]\d*)$
	Version *string `json:"version"`
}

GetSastSettingsInternalServerErrorBodyJsonapi get sast settings internal server error body jsonapi // Example: {"version":"1.0"} swagger:model GetSastSettingsInternalServerErrorBodyJsonapi

func (*GetSastSettingsInternalServerErrorBodyJsonapi) ContextValidate

ContextValidate validates this get sast settings internal server error body jsonapi based on context it is used

func (*GetSastSettingsInternalServerErrorBodyJsonapi) MarshalBinary

MarshalBinary interface implementation

func (*GetSastSettingsInternalServerErrorBodyJsonapi) UnmarshalBinary

UnmarshalBinary interface implementation

func (*GetSastSettingsInternalServerErrorBodyJsonapi) Validate

Validate validates this get sast settings internal server error body jsonapi

type GetSastSettingsNotFound

type GetSastSettingsNotFound struct {

	/* A header containing the deprecation date of the underlying endpoint. For more information, please refer to the deprecation header RFC:
	https://tools.ietf.org/id/draft-dalal-deprecation-header-01.html


	     Format: date-time
	*/
	Deprecation strfmt.DateTime

	/* A header containing a unique id used for tracking this request. If you are reporting an issue to Snyk it's very helpful to provide this ID.


	   Format: uuid
	*/
	SnykRequestID strfmt.UUID

	/* A header containing the version stage of the endpoint. This stage describes the guarantees snyk provides surrounding stability of the endpoint.

	 */
	SnykVersionLifecycleStage string

	/* A header containing the version of the endpoint requested by the caller.
	 */
	SnykVersionRequested string

	/* A header containing the version of the endpoint that was served by the API.
	 */
	SnykVersionServed string

	/* A header containing the date of when the underlying endpoint will be removed. This header is only present if the endpoint has been deprecated. Please refer to the RFC for more information:
	https://datatracker.ietf.org/doc/html/rfc8594


	     Format: date-time
	*/
	Sunset strfmt.DateTime

	Payload *GetSastSettingsNotFoundBody
}

GetSastSettingsNotFound describes a response with status code 404, with default header values.

Not Found: The resource being operated on could not be found.

func NewGetSastSettingsNotFound

func NewGetSastSettingsNotFound() *GetSastSettingsNotFound

NewGetSastSettingsNotFound creates a GetSastSettingsNotFound with default headers values

func (*GetSastSettingsNotFound) Code

func (o *GetSastSettingsNotFound) Code() int

Code gets the status code for the get sast settings not found response

func (*GetSastSettingsNotFound) Error

func (o *GetSastSettingsNotFound) Error() string

func (*GetSastSettingsNotFound) GetPayload

func (*GetSastSettingsNotFound) IsClientError

func (o *GetSastSettingsNotFound) IsClientError() bool

IsClientError returns true when this get sast settings not found response has a 4xx status code

func (*GetSastSettingsNotFound) IsCode

func (o *GetSastSettingsNotFound) IsCode(code int) bool

IsCode returns true when this get sast settings not found response a status code equal to that given

func (*GetSastSettingsNotFound) IsRedirect

func (o *GetSastSettingsNotFound) IsRedirect() bool

IsRedirect returns true when this get sast settings not found response has a 3xx status code

func (*GetSastSettingsNotFound) IsServerError

func (o *GetSastSettingsNotFound) IsServerError() bool

IsServerError returns true when this get sast settings not found response has a 5xx status code

func (*GetSastSettingsNotFound) IsSuccess

func (o *GetSastSettingsNotFound) IsSuccess() bool

IsSuccess returns true when this get sast settings not found response has a 2xx status code

func (*GetSastSettingsNotFound) String

func (o *GetSastSettingsNotFound) String() string

type GetSastSettingsNotFoundBody

type GetSastSettingsNotFoundBody struct {

	// errors
	// Example: [{"detail":"Permission denied for this resource","status":"403"}]
	// Required: true
	// Min Items: 1
	Errors []*GetSastSettingsNotFoundBodyErrorsItems0 `json:"errors"`

	// jsonapi
	// Required: true
	Jsonapi *GetSastSettingsNotFoundBodyJsonapi `json:"jsonapi"`
}

GetSastSettingsNotFoundBody get sast settings not found body // Example: {"errors":[{"detail":"Permission denied for this resource","status":"403"}],"jsonapi":{"version":"1.0"}} swagger:model GetSastSettingsNotFoundBody

func (*GetSastSettingsNotFoundBody) ContextValidate

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

ContextValidate validate this get sast settings not found body based on the context it is used

func (*GetSastSettingsNotFoundBody) MarshalBinary

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

MarshalBinary interface implementation

func (*GetSastSettingsNotFoundBody) UnmarshalBinary

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

UnmarshalBinary interface implementation

func (*GetSastSettingsNotFoundBody) Validate

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

Validate validates this get sast settings not found body

type GetSastSettingsNotFoundBodyErrorsItems0

type GetSastSettingsNotFoundBodyErrorsItems0 struct {

	// An application-specific error code, expressed as a string value.
	// Example: entity-not-found
	Code string `json:"code,omitempty"`

	// A human-readable explanation specific to this occurrence of the problem.
	// Example: The request was missing these required fields: ...
	// Required: true
	Detail *string `json:"detail"`

	// A unique identifier for this particular occurrence of the problem.
	// Example: f16c31b5-6129-4571-add8-d589da9be524
	// Format: uuid
	ID strfmt.UUID `json:"id,omitempty"`

	// links
	Links *GetSastSettingsNotFoundBodyErrorsItems0Links `json:"links,omitempty"`

	// meta
	// Example: {"key":"value"}
	Meta interface{} `json:"meta,omitempty"`

	// source
	Source *GetSastSettingsNotFoundBodyErrorsItems0Source `json:"source,omitempty"`

	// The HTTP status code applicable to this problem, expressed as a string value.
	// Example: 400
	// Required: true
	// Pattern: ^[45]\d\d$
	Status *string `json:"status"`

	// A short, human-readable summary of the problem that SHOULD NOT change from occurrence to occurrence of the problem, except for purposes of localization.
	// Example: Bad request
	Title string `json:"title,omitempty"`
}

GetSastSettingsNotFoundBodyErrorsItems0 get sast settings not found body errors items0 // Example: {"detail":"Not Found","status":"404"} swagger:model GetSastSettingsNotFoundBodyErrorsItems0

func (*GetSastSettingsNotFoundBodyErrorsItems0) ContextValidate

ContextValidate validate this get sast settings not found body errors items0 based on the context it is used

func (*GetSastSettingsNotFoundBodyErrorsItems0) MarshalBinary

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

MarshalBinary interface implementation

func (*GetSastSettingsNotFoundBodyErrorsItems0) UnmarshalBinary

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

UnmarshalBinary interface implementation

func (*GetSastSettingsNotFoundBodyErrorsItems0) Validate

Validate validates this get sast settings not found body errors items0

type GetSastSettingsNotFoundBodyErrorsItems0Links struct {

	// about
	// Example: https://example.com/api/resource
	About interface{} `json:"about,omitempty"`
}

GetSastSettingsNotFoundBodyErrorsItems0Links A link that leads to further details about this particular occurrance of the problem. // Example: {"about":"https://example.com/about_this_error"} swagger:model GetSastSettingsNotFoundBodyErrorsItems0Links

func (*GetSastSettingsNotFoundBodyErrorsItems0Links) ContextValidate

ContextValidate validates this get sast settings not found body errors items0 links based on context it is used

func (*GetSastSettingsNotFoundBodyErrorsItems0Links) MarshalBinary

MarshalBinary interface implementation

func (*GetSastSettingsNotFoundBodyErrorsItems0Links) UnmarshalBinary

UnmarshalBinary interface implementation

func (*GetSastSettingsNotFoundBodyErrorsItems0Links) Validate

Validate validates this get sast settings not found body errors items0 links

type GetSastSettingsNotFoundBodyErrorsItems0Source

type GetSastSettingsNotFoundBodyErrorsItems0Source struct {

	// A string indicating which URI query parameter caused the error.
	// Example: param1
	Parameter string `json:"parameter,omitempty"`

	// A JSON Pointer [RFC6901] to the associated entity in the request document.
	// Example: /data/attributes
	Pointer string `json:"pointer,omitempty"`
}

GetSastSettingsNotFoundBodyErrorsItems0Source get sast settings not found body errors items0 source // Example: {"pointer":"/data/attributes"} swagger:model GetSastSettingsNotFoundBodyErrorsItems0Source

func (*GetSastSettingsNotFoundBodyErrorsItems0Source) ContextValidate

ContextValidate validates this get sast settings not found body errors items0 source based on context it is used

func (*GetSastSettingsNotFoundBodyErrorsItems0Source) MarshalBinary

MarshalBinary interface implementation

func (*GetSastSettingsNotFoundBodyErrorsItems0Source) UnmarshalBinary

UnmarshalBinary interface implementation

func (*GetSastSettingsNotFoundBodyErrorsItems0Source) Validate

Validate validates this get sast settings not found body errors items0 source

type GetSastSettingsNotFoundBodyJsonapi

type GetSastSettingsNotFoundBodyJsonapi struct {

	// Version of the JSON API specification this server supports.
	// Example: 1.0
	// Required: true
	// Pattern: ^(0|[1-9]\d*)\.(0|[1-9]\d*)$
	Version *string `json:"version"`
}

GetSastSettingsNotFoundBodyJsonapi get sast settings not found body jsonapi // Example: {"version":"1.0"} swagger:model GetSastSettingsNotFoundBodyJsonapi

func (*GetSastSettingsNotFoundBodyJsonapi) ContextValidate

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

ContextValidate validates this get sast settings not found body jsonapi based on context it is used

func (*GetSastSettingsNotFoundBodyJsonapi) MarshalBinary

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

MarshalBinary interface implementation

func (*GetSastSettingsNotFoundBodyJsonapi) UnmarshalBinary

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

UnmarshalBinary interface implementation

func (*GetSastSettingsNotFoundBodyJsonapi) Validate

Validate validates this get sast settings not found body jsonapi

type GetSastSettingsOK

type GetSastSettingsOK struct {

	/* A header containing the deprecation date of the underlying endpoint. For more information, please refer to the deprecation header RFC:
	https://tools.ietf.org/id/draft-dalal-deprecation-header-01.html


	     Format: date-time
	*/
	Deprecation strfmt.DateTime

	/* A header containing a unique id used for tracking this request. If you are reporting an issue to Snyk it's very helpful to provide this ID.


	   Format: uuid
	*/
	SnykRequestID strfmt.UUID

	/* A header containing the version stage of the endpoint. This stage describes the guarantees snyk provides surrounding stability of the endpoint.

	 */
	SnykVersionLifecycleStage string

	/* A header containing the version of the endpoint requested by the caller.
	 */
	SnykVersionRequested string

	/* A header containing the version of the endpoint that was served by the API.
	 */
	SnykVersionServed string

	/* A header containing the date of when the underlying endpoint will be removed. This header is only present if the endpoint has been deprecated. Please refer to the RFC for more information:
	https://datatracker.ietf.org/doc/html/rfc8594


	     Format: date-time
	*/
	Sunset strfmt.DateTime

	Payload *GetSastSettingsOKBody
}

GetSastSettingsOK describes a response with status code 200, with default header values.

The SAST settings for the org are being retrieved

func NewGetSastSettingsOK

func NewGetSastSettingsOK() *GetSastSettingsOK

NewGetSastSettingsOK creates a GetSastSettingsOK with default headers values

func (*GetSastSettingsOK) Code

func (o *GetSastSettingsOK) Code() int

Code gets the status code for the get sast settings o k response

func (*GetSastSettingsOK) Error

func (o *GetSastSettingsOK) Error() string

func (*GetSastSettingsOK) GetPayload

func (o *GetSastSettingsOK) GetPayload() *GetSastSettingsOKBody

func (*GetSastSettingsOK) IsClientError

func (o *GetSastSettingsOK) IsClientError() bool

IsClientError returns true when this get sast settings o k response has a 4xx status code

func (*GetSastSettingsOK) IsCode

func (o *GetSastSettingsOK) IsCode(code int) bool

IsCode returns true when this get sast settings o k response a status code equal to that given

func (*GetSastSettingsOK) IsRedirect

func (o *GetSastSettingsOK) IsRedirect() bool

IsRedirect returns true when this get sast settings o k response has a 3xx status code

func (*GetSastSettingsOK) IsServerError

func (o *GetSastSettingsOK) IsServerError() bool

IsServerError returns true when this get sast settings o k response has a 5xx status code

func (*GetSastSettingsOK) IsSuccess

func (o *GetSastSettingsOK) IsSuccess() bool

IsSuccess returns true when this get sast settings o k response has a 2xx status code

func (*GetSastSettingsOK) String

func (o *GetSastSettingsOK) String() string

type GetSastSettingsOKBody

type GetSastSettingsOKBody struct {

	// data
	// Required: true
	Data *models.SastEnablement `json:"data"`

	// jsonapi
	// Required: true
	Jsonapi *models.JSONAPI `json:"jsonapi"`

	// links
	// Required: true
	Links *models.Links `json:"links"`
}

GetSastSettingsOKBody get sast settings o k body swagger:model GetSastSettingsOKBody

func (*GetSastSettingsOKBody) ContextValidate

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

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

func (*GetSastSettingsOKBody) MarshalBinary

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

MarshalBinary interface implementation

func (*GetSastSettingsOKBody) UnmarshalBinary

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

UnmarshalBinary interface implementation

func (*GetSastSettingsOKBody) Validate

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

Validate validates this get sast settings o k body

type GetSastSettingsParams

type GetSastSettingsParams struct {

	/* OrgID.

	   The id of the org for which we want to retrieve the SAST settings

	   Format: uuid
	*/
	OrgID strfmt.UUID

	/* Version.

	   The requested version of the endpoint to process the request
	*/
	Version string

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

GetSastSettingsParams contains all the parameters to send to the API endpoint

for the get sast settings operation.

Typically these are written to a http.Request.

func NewGetSastSettingsParams

func NewGetSastSettingsParams() *GetSastSettingsParams

NewGetSastSettingsParams creates a new GetSastSettingsParams 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 NewGetSastSettingsParamsWithContext

func NewGetSastSettingsParamsWithContext(ctx context.Context) *GetSastSettingsParams

NewGetSastSettingsParamsWithContext creates a new GetSastSettingsParams object with the ability to set a context for a request.

func NewGetSastSettingsParamsWithHTTPClient

func NewGetSastSettingsParamsWithHTTPClient(client *http.Client) *GetSastSettingsParams

NewGetSastSettingsParamsWithHTTPClient creates a new GetSastSettingsParams object with the ability to set a custom HTTPClient for a request.

func NewGetSastSettingsParamsWithTimeout

func NewGetSastSettingsParamsWithTimeout(timeout time.Duration) *GetSastSettingsParams

NewGetSastSettingsParamsWithTimeout creates a new GetSastSettingsParams object with the ability to set a timeout on a request.

func (*GetSastSettingsParams) SetContext

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

SetContext adds the context to the get sast settings params

func (*GetSastSettingsParams) SetDefaults

func (o *GetSastSettingsParams) SetDefaults()

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

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

func (*GetSastSettingsParams) SetHTTPClient

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

SetHTTPClient adds the HTTPClient to the get sast settings params

func (*GetSastSettingsParams) SetOrgID

func (o *GetSastSettingsParams) SetOrgID(orgID strfmt.UUID)

SetOrgID adds the orgId to the get sast settings params

func (*GetSastSettingsParams) SetTimeout

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

SetTimeout adds the timeout to the get sast settings params

func (*GetSastSettingsParams) SetVersion

func (o *GetSastSettingsParams) SetVersion(version string)

SetVersion adds the version to the get sast settings params

func (*GetSastSettingsParams) WithContext

WithContext adds the context to the get sast settings params

func (*GetSastSettingsParams) WithDefaults

func (o *GetSastSettingsParams) WithDefaults() *GetSastSettingsParams

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

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

func (*GetSastSettingsParams) WithHTTPClient

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

WithHTTPClient adds the HTTPClient to the get sast settings params

func (*GetSastSettingsParams) WithOrgID

WithOrgID adds the orgID to the get sast settings params

func (*GetSastSettingsParams) WithTimeout

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

WithTimeout adds the timeout to the get sast settings params

func (*GetSastSettingsParams) WithVersion

func (o *GetSastSettingsParams) WithVersion(version string) *GetSastSettingsParams

WithVersion adds the version to the get sast settings params

func (*GetSastSettingsParams) WriteToRequest

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

WriteToRequest writes these params to a swagger request

type GetSastSettingsReader

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

GetSastSettingsReader is a Reader for the GetSastSettings structure.

func (*GetSastSettingsReader) ReadResponse

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

ReadResponse reads a server response into the received o.

type GetSastSettingsUnauthorized

type GetSastSettingsUnauthorized struct {

	/* A header containing the deprecation date of the underlying endpoint. For more information, please refer to the deprecation header RFC:
	https://tools.ietf.org/id/draft-dalal-deprecation-header-01.html


	     Format: date-time
	*/
	Deprecation strfmt.DateTime

	/* A header containing a unique id used for tracking this request. If you are reporting an issue to Snyk it's very helpful to provide this ID.


	   Format: uuid
	*/
	SnykRequestID strfmt.UUID

	/* A header containing the version stage of the endpoint. This stage describes the guarantees snyk provides surrounding stability of the endpoint.

	 */
	SnykVersionLifecycleStage string

	/* A header containing the version of the endpoint requested by the caller.
	 */
	SnykVersionRequested string

	/* A header containing the version of the endpoint that was served by the API.
	 */
	SnykVersionServed string

	/* A header containing the date of when the underlying endpoint will be removed. This header is only present if the endpoint has been deprecated. Please refer to the RFC for more information:
	https://datatracker.ietf.org/doc/html/rfc8594


	     Format: date-time
	*/
	Sunset strfmt.DateTime

	Payload *GetSastSettingsUnauthorizedBody
}

GetSastSettingsUnauthorized describes a response with status code 401, with default header values.

Unauthorized: the request requires an authentication token.

func NewGetSastSettingsUnauthorized

func NewGetSastSettingsUnauthorized() *GetSastSettingsUnauthorized

NewGetSastSettingsUnauthorized creates a GetSastSettingsUnauthorized with default headers values

func (*GetSastSettingsUnauthorized) Code

func (o *GetSastSettingsUnauthorized) Code() int

Code gets the status code for the get sast settings unauthorized response

func (*GetSastSettingsUnauthorized) Error

func (*GetSastSettingsUnauthorized) GetPayload

func (*GetSastSettingsUnauthorized) IsClientError

func (o *GetSastSettingsUnauthorized) IsClientError() bool

IsClientError returns true when this get sast settings unauthorized response has a 4xx status code

func (*GetSastSettingsUnauthorized) IsCode

func (o *GetSastSettingsUnauthorized) IsCode(code int) bool

IsCode returns true when this get sast settings unauthorized response a status code equal to that given

func (*GetSastSettingsUnauthorized) IsRedirect

func (o *GetSastSettingsUnauthorized) IsRedirect() bool

IsRedirect returns true when this get sast settings unauthorized response has a 3xx status code

func (*GetSastSettingsUnauthorized) IsServerError

func (o *GetSastSettingsUnauthorized) IsServerError() bool

IsServerError returns true when this get sast settings unauthorized response has a 5xx status code

func (*GetSastSettingsUnauthorized) IsSuccess

func (o *GetSastSettingsUnauthorized) IsSuccess() bool

IsSuccess returns true when this get sast settings unauthorized response has a 2xx status code

func (*GetSastSettingsUnauthorized) String

func (o *GetSastSettingsUnauthorized) String() string

type GetSastSettingsUnauthorizedBody

type GetSastSettingsUnauthorizedBody struct {

	// errors
	// Example: [{"detail":"Permission denied for this resource","status":"403"}]
	// Required: true
	// Min Items: 1
	Errors []*GetSastSettingsUnauthorizedBodyErrorsItems0 `json:"errors"`

	// jsonapi
	// Required: true
	Jsonapi *GetSastSettingsUnauthorizedBodyJsonapi `json:"jsonapi"`
}

GetSastSettingsUnauthorizedBody get sast settings unauthorized body // Example: {"errors":[{"detail":"Permission denied for this resource","status":"403"}],"jsonapi":{"version":"1.0"}} swagger:model GetSastSettingsUnauthorizedBody

func (*GetSastSettingsUnauthorizedBody) ContextValidate

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

ContextValidate validate this get sast settings unauthorized body based on the context it is used

func (*GetSastSettingsUnauthorizedBody) MarshalBinary

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

MarshalBinary interface implementation

func (*GetSastSettingsUnauthorizedBody) UnmarshalBinary

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

UnmarshalBinary interface implementation

func (*GetSastSettingsUnauthorizedBody) Validate

Validate validates this get sast settings unauthorized body

type GetSastSettingsUnauthorizedBodyErrorsItems0

type GetSastSettingsUnauthorizedBodyErrorsItems0 struct {

	// An application-specific error code, expressed as a string value.
	// Example: entity-not-found
	Code string `json:"code,omitempty"`

	// A human-readable explanation specific to this occurrence of the problem.
	// Example: The request was missing these required fields: ...
	// Required: true
	Detail *string `json:"detail"`

	// A unique identifier for this particular occurrence of the problem.
	// Example: f16c31b5-6129-4571-add8-d589da9be524
	// Format: uuid
	ID strfmt.UUID `json:"id,omitempty"`

	// links
	Links *GetSastSettingsUnauthorizedBodyErrorsItems0Links `json:"links,omitempty"`

	// meta
	// Example: {"key":"value"}
	Meta interface{} `json:"meta,omitempty"`

	// source
	Source *GetSastSettingsUnauthorizedBodyErrorsItems0Source `json:"source,omitempty"`

	// The HTTP status code applicable to this problem, expressed as a string value.
	// Example: 400
	// Required: true
	// Pattern: ^[45]\d\d$
	Status *string `json:"status"`

	// A short, human-readable summary of the problem that SHOULD NOT change from occurrence to occurrence of the problem, except for purposes of localization.
	// Example: Bad request
	Title string `json:"title,omitempty"`
}

GetSastSettingsUnauthorizedBodyErrorsItems0 get sast settings unauthorized body errors items0 // Example: {"detail":"Not Found","status":"404"} swagger:model GetSastSettingsUnauthorizedBodyErrorsItems0

func (*GetSastSettingsUnauthorizedBodyErrorsItems0) ContextValidate

ContextValidate validate this get sast settings unauthorized body errors items0 based on the context it is used

func (*GetSastSettingsUnauthorizedBodyErrorsItems0) MarshalBinary

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

MarshalBinary interface implementation

func (*GetSastSettingsUnauthorizedBodyErrorsItems0) UnmarshalBinary

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

UnmarshalBinary interface implementation

func (*GetSastSettingsUnauthorizedBodyErrorsItems0) Validate

Validate validates this get sast settings unauthorized body errors items0

type GetSastSettingsUnauthorizedBodyErrorsItems0Links struct {

	// about
	// Example: https://example.com/api/resource
	About interface{} `json:"about,omitempty"`
}

GetSastSettingsUnauthorizedBodyErrorsItems0Links A link that leads to further details about this particular occurrance of the problem. // Example: {"about":"https://example.com/about_this_error"} swagger:model GetSastSettingsUnauthorizedBodyErrorsItems0Links

func (*GetSastSettingsUnauthorizedBodyErrorsItems0Links) ContextValidate

ContextValidate validates this get sast settings unauthorized body errors items0 links based on context it is used

func (*GetSastSettingsUnauthorizedBodyErrorsItems0Links) MarshalBinary

MarshalBinary interface implementation

func (*GetSastSettingsUnauthorizedBodyErrorsItems0Links) UnmarshalBinary

UnmarshalBinary interface implementation

func (*GetSastSettingsUnauthorizedBodyErrorsItems0Links) Validate

Validate validates this get sast settings unauthorized body errors items0 links

type GetSastSettingsUnauthorizedBodyErrorsItems0Source

type GetSastSettingsUnauthorizedBodyErrorsItems0Source struct {

	// A string indicating which URI query parameter caused the error.
	// Example: param1
	Parameter string `json:"parameter,omitempty"`

	// A JSON Pointer [RFC6901] to the associated entity in the request document.
	// Example: /data/attributes
	Pointer string `json:"pointer,omitempty"`
}

GetSastSettingsUnauthorizedBodyErrorsItems0Source get sast settings unauthorized body errors items0 source // Example: {"pointer":"/data/attributes"} swagger:model GetSastSettingsUnauthorizedBodyErrorsItems0Source

func (*GetSastSettingsUnauthorizedBodyErrorsItems0Source) ContextValidate

ContextValidate validates this get sast settings unauthorized body errors items0 source based on context it is used

func (*GetSastSettingsUnauthorizedBodyErrorsItems0Source) MarshalBinary

MarshalBinary interface implementation

func (*GetSastSettingsUnauthorizedBodyErrorsItems0Source) UnmarshalBinary

UnmarshalBinary interface implementation

func (*GetSastSettingsUnauthorizedBodyErrorsItems0Source) Validate

Validate validates this get sast settings unauthorized body errors items0 source

type GetSastSettingsUnauthorizedBodyJsonapi

type GetSastSettingsUnauthorizedBodyJsonapi struct {

	// Version of the JSON API specification this server supports.
	// Example: 1.0
	// Required: true
	// Pattern: ^(0|[1-9]\d*)\.(0|[1-9]\d*)$
	Version *string `json:"version"`
}

GetSastSettingsUnauthorizedBodyJsonapi get sast settings unauthorized body jsonapi // Example: {"version":"1.0"} swagger:model GetSastSettingsUnauthorizedBodyJsonapi

func (*GetSastSettingsUnauthorizedBodyJsonapi) ContextValidate

ContextValidate validates this get sast settings unauthorized body jsonapi based on context it is used

func (*GetSastSettingsUnauthorizedBodyJsonapi) MarshalBinary

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

MarshalBinary interface implementation

func (*GetSastSettingsUnauthorizedBodyJsonapi) UnmarshalBinary

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

UnmarshalBinary interface implementation

func (*GetSastSettingsUnauthorizedBodyJsonapi) Validate

Validate validates this get sast settings unauthorized body jsonapi

type UpdateOrgSastSettingsBadRequest

type UpdateOrgSastSettingsBadRequest struct {

	/* A header containing the deprecation date of the underlying endpoint. For more information, please refer to the deprecation header RFC:
	https://tools.ietf.org/id/draft-dalal-deprecation-header-01.html


	     Format: date-time
	*/
	Deprecation strfmt.DateTime

	/* A header containing a unique id used for tracking this request. If you are reporting an issue to Snyk it's very helpful to provide this ID.


	   Format: uuid
	*/
	SnykRequestID strfmt.UUID

	/* A header containing the version stage of the endpoint. This stage describes the guarantees snyk provides surrounding stability of the endpoint.

	 */
	SnykVersionLifecycleStage string

	/* A header containing the version of the endpoint requested by the caller.
	 */
	SnykVersionRequested string

	/* A header containing the version of the endpoint that was served by the API.
	 */
	SnykVersionServed string

	/* A header containing the date of when the underlying endpoint will be removed. This header is only present if the endpoint has been deprecated. Please refer to the RFC for more information:
	https://datatracker.ietf.org/doc/html/rfc8594


	     Format: date-time
	*/
	Sunset strfmt.DateTime

	Payload *UpdateOrgSastSettingsBadRequestBody
}

UpdateOrgSastSettingsBadRequest describes a response with status code 400, with default header values.

Bad Request: A parameter provided as a part of the request was invalid.

func NewUpdateOrgSastSettingsBadRequest

func NewUpdateOrgSastSettingsBadRequest() *UpdateOrgSastSettingsBadRequest

NewUpdateOrgSastSettingsBadRequest creates a UpdateOrgSastSettingsBadRequest with default headers values

func (*UpdateOrgSastSettingsBadRequest) Code

Code gets the status code for the update org sast settings bad request response

func (*UpdateOrgSastSettingsBadRequest) Error

func (*UpdateOrgSastSettingsBadRequest) GetPayload

func (*UpdateOrgSastSettingsBadRequest) IsClientError

func (o *UpdateOrgSastSettingsBadRequest) IsClientError() bool

IsClientError returns true when this update org sast settings bad request response has a 4xx status code

func (*UpdateOrgSastSettingsBadRequest) IsCode

func (o *UpdateOrgSastSettingsBadRequest) IsCode(code int) bool

IsCode returns true when this update org sast settings bad request response a status code equal to that given

func (*UpdateOrgSastSettingsBadRequest) IsRedirect

func (o *UpdateOrgSastSettingsBadRequest) IsRedirect() bool

IsRedirect returns true when this update org sast settings bad request response has a 3xx status code

func (*UpdateOrgSastSettingsBadRequest) IsServerError

func (o *UpdateOrgSastSettingsBadRequest) IsServerError() bool

IsServerError returns true when this update org sast settings bad request response has a 5xx status code

func (*UpdateOrgSastSettingsBadRequest) IsSuccess

func (o *UpdateOrgSastSettingsBadRequest) IsSuccess() bool

IsSuccess returns true when this update org sast settings bad request response has a 2xx status code

func (*UpdateOrgSastSettingsBadRequest) String

type UpdateOrgSastSettingsBadRequestBody

type UpdateOrgSastSettingsBadRequestBody struct {

	// errors
	// Example: [{"detail":"Permission denied for this resource","status":"403"}]
	// Required: true
	// Min Items: 1
	Errors []*UpdateOrgSastSettingsBadRequestBodyErrorsItems0 `json:"errors"`

	// jsonapi
	// Required: true
	Jsonapi *UpdateOrgSastSettingsBadRequestBodyJsonapi `json:"jsonapi"`
}

UpdateOrgSastSettingsBadRequestBody update org sast settings bad request body // Example: {"errors":[{"detail":"Permission denied for this resource","status":"403"}],"jsonapi":{"version":"1.0"}} swagger:model UpdateOrgSastSettingsBadRequestBody

func (*UpdateOrgSastSettingsBadRequestBody) ContextValidate

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

ContextValidate validate this update org sast settings bad request body based on the context it is used

func (*UpdateOrgSastSettingsBadRequestBody) MarshalBinary

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

MarshalBinary interface implementation

func (*UpdateOrgSastSettingsBadRequestBody) UnmarshalBinary

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

UnmarshalBinary interface implementation

func (*UpdateOrgSastSettingsBadRequestBody) Validate

Validate validates this update org sast settings bad request body

type UpdateOrgSastSettingsBadRequestBodyErrorsItems0

type UpdateOrgSastSettingsBadRequestBodyErrorsItems0 struct {

	// An application-specific error code, expressed as a string value.
	// Example: entity-not-found
	Code string `json:"code,omitempty"`

	// A human-readable explanation specific to this occurrence of the problem.
	// Example: The request was missing these required fields: ...
	// Required: true
	Detail *string `json:"detail"`

	// A unique identifier for this particular occurrence of the problem.
	// Example: f16c31b5-6129-4571-add8-d589da9be524
	// Format: uuid
	ID strfmt.UUID `json:"id,omitempty"`

	// links
	Links *UpdateOrgSastSettingsBadRequestBodyErrorsItems0Links `json:"links,omitempty"`

	// meta
	// Example: {"key":"value"}
	Meta interface{} `json:"meta,omitempty"`

	// source
	Source *UpdateOrgSastSettingsBadRequestBodyErrorsItems0Source `json:"source,omitempty"`

	// The HTTP status code applicable to this problem, expressed as a string value.
	// Example: 400
	// Required: true
	// Pattern: ^[45]\d\d$
	Status *string `json:"status"`

	// A short, human-readable summary of the problem that SHOULD NOT change from occurrence to occurrence of the problem, except for purposes of localization.
	// Example: Bad request
	Title string `json:"title,omitempty"`
}

UpdateOrgSastSettingsBadRequestBodyErrorsItems0 update org sast settings bad request body errors items0 // Example: {"detail":"Not Found","status":"404"} swagger:model UpdateOrgSastSettingsBadRequestBodyErrorsItems0

func (*UpdateOrgSastSettingsBadRequestBodyErrorsItems0) ContextValidate

ContextValidate validate this update org sast settings bad request body errors items0 based on the context it is used

func (*UpdateOrgSastSettingsBadRequestBodyErrorsItems0) MarshalBinary

MarshalBinary interface implementation

func (*UpdateOrgSastSettingsBadRequestBodyErrorsItems0) UnmarshalBinary

UnmarshalBinary interface implementation

func (*UpdateOrgSastSettingsBadRequestBodyErrorsItems0) Validate

Validate validates this update org sast settings bad request body errors items0

type UpdateOrgSastSettingsBadRequestBodyErrorsItems0Links struct {

	// about
	// Example: https://example.com/api/resource
	About interface{} `json:"about,omitempty"`
}

UpdateOrgSastSettingsBadRequestBodyErrorsItems0Links A link that leads to further details about this particular occurrance of the problem. // Example: {"about":"https://example.com/about_this_error"} swagger:model UpdateOrgSastSettingsBadRequestBodyErrorsItems0Links

func (*UpdateOrgSastSettingsBadRequestBodyErrorsItems0Links) ContextValidate

ContextValidate validates this update org sast settings bad request body errors items0 links based on context it is used

func (*UpdateOrgSastSettingsBadRequestBodyErrorsItems0Links) MarshalBinary

MarshalBinary interface implementation

func (*UpdateOrgSastSettingsBadRequestBodyErrorsItems0Links) UnmarshalBinary

UnmarshalBinary interface implementation

func (*UpdateOrgSastSettingsBadRequestBodyErrorsItems0Links) Validate

Validate validates this update org sast settings bad request body errors items0 links

type UpdateOrgSastSettingsBadRequestBodyErrorsItems0Source

type UpdateOrgSastSettingsBadRequestBodyErrorsItems0Source struct {

	// A string indicating which URI query parameter caused the error.
	// Example: param1
	Parameter string `json:"parameter,omitempty"`

	// A JSON Pointer [RFC6901] to the associated entity in the request document.
	// Example: /data/attributes
	Pointer string `json:"pointer,omitempty"`
}

UpdateOrgSastSettingsBadRequestBodyErrorsItems0Source update org sast settings bad request body errors items0 source // Example: {"pointer":"/data/attributes"} swagger:model UpdateOrgSastSettingsBadRequestBodyErrorsItems0Source

func (*UpdateOrgSastSettingsBadRequestBodyErrorsItems0Source) ContextValidate

ContextValidate validates this update org sast settings bad request body errors items0 source based on context it is used

func (*UpdateOrgSastSettingsBadRequestBodyErrorsItems0Source) MarshalBinary

MarshalBinary interface implementation

func (*UpdateOrgSastSettingsBadRequestBodyErrorsItems0Source) UnmarshalBinary

UnmarshalBinary interface implementation

func (*UpdateOrgSastSettingsBadRequestBodyErrorsItems0Source) Validate

Validate validates this update org sast settings bad request body errors items0 source

type UpdateOrgSastSettingsBadRequestBodyJsonapi

type UpdateOrgSastSettingsBadRequestBodyJsonapi struct {

	// Version of the JSON API specification this server supports.
	// Example: 1.0
	// Required: true
	// Pattern: ^(0|[1-9]\d*)\.(0|[1-9]\d*)$
	Version *string `json:"version"`
}

UpdateOrgSastSettingsBadRequestBodyJsonapi update org sast settings bad request body jsonapi // Example: {"version":"1.0"} swagger:model UpdateOrgSastSettingsBadRequestBodyJsonapi

func (*UpdateOrgSastSettingsBadRequestBodyJsonapi) ContextValidate

ContextValidate validates this update org sast settings bad request body jsonapi based on context it is used

func (*UpdateOrgSastSettingsBadRequestBodyJsonapi) MarshalBinary

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

MarshalBinary interface implementation

func (*UpdateOrgSastSettingsBadRequestBodyJsonapi) UnmarshalBinary

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

UnmarshalBinary interface implementation

func (*UpdateOrgSastSettingsBadRequestBodyJsonapi) Validate

Validate validates this update org sast settings bad request body jsonapi

type UpdateOrgSastSettingsBody

type UpdateOrgSastSettingsBody struct {

	// data
	// Required: true
	Data *UpdateOrgSastSettingsParamsBodyData `json:"data"`
}

UpdateOrgSastSettingsBody update org sast settings body swagger:model UpdateOrgSastSettingsBody

func (*UpdateOrgSastSettingsBody) ContextValidate

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

ContextValidate validate this update org sast settings body based on the context it is used

func (*UpdateOrgSastSettingsBody) MarshalBinary

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

MarshalBinary interface implementation

func (*UpdateOrgSastSettingsBody) UnmarshalBinary

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

UnmarshalBinary interface implementation

func (*UpdateOrgSastSettingsBody) Validate

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

Validate validates this update org sast settings body

type UpdateOrgSastSettingsCreated

type UpdateOrgSastSettingsCreated struct {

	/* A header containing the deprecation date of the underlying endpoint. For more information, please refer to the deprecation header RFC:
	https://tools.ietf.org/id/draft-dalal-deprecation-header-01.html


	     Format: date-time
	*/
	Deprecation strfmt.DateTime

	/* A header containing a unique id used for tracking this request. If you are reporting an issue to Snyk it's very helpful to provide this ID.


	   Format: uuid
	*/
	SnykRequestID strfmt.UUID

	/* A header containing the version stage of the endpoint. This stage describes the guarantees snyk provides surrounding stability of the endpoint.

	 */
	SnykVersionLifecycleStage string

	/* A header containing the version of the endpoint requested by the caller.
	 */
	SnykVersionRequested string

	/* A header containing the version of the endpoint that was served by the API.
	 */
	SnykVersionServed string

	/* A header containing the date of when the underlying endpoint will be removed. This header is only present if the endpoint has been deprecated. Please refer to the RFC for more information:
	https://datatracker.ietf.org/doc/html/rfc8594


	     Format: date-time
	*/
	Sunset strfmt.DateTime

	Payload *UpdateOrgSastSettingsCreatedBody
}

UpdateOrgSastSettingsCreated describes a response with status code 201, with default header values.

The SAST settings for the org are being updated

func NewUpdateOrgSastSettingsCreated

func NewUpdateOrgSastSettingsCreated() *UpdateOrgSastSettingsCreated

NewUpdateOrgSastSettingsCreated creates a UpdateOrgSastSettingsCreated with default headers values

func (*UpdateOrgSastSettingsCreated) Code

Code gets the status code for the update org sast settings created response

func (*UpdateOrgSastSettingsCreated) Error

func (*UpdateOrgSastSettingsCreated) GetPayload

func (*UpdateOrgSastSettingsCreated) IsClientError

func (o *UpdateOrgSastSettingsCreated) IsClientError() bool

IsClientError returns true when this update org sast settings created response has a 4xx status code

func (*UpdateOrgSastSettingsCreated) IsCode

func (o *UpdateOrgSastSettingsCreated) IsCode(code int) bool

IsCode returns true when this update org sast settings created response a status code equal to that given

func (*UpdateOrgSastSettingsCreated) IsRedirect

func (o *UpdateOrgSastSettingsCreated) IsRedirect() bool

IsRedirect returns true when this update org sast settings created response has a 3xx status code

func (*UpdateOrgSastSettingsCreated) IsServerError

func (o *UpdateOrgSastSettingsCreated) IsServerError() bool

IsServerError returns true when this update org sast settings created response has a 5xx status code

func (*UpdateOrgSastSettingsCreated) IsSuccess

func (o *UpdateOrgSastSettingsCreated) IsSuccess() bool

IsSuccess returns true when this update org sast settings created response has a 2xx status code

func (*UpdateOrgSastSettingsCreated) String

type UpdateOrgSastSettingsCreatedBody

type UpdateOrgSastSettingsCreatedBody struct {

	// data
	// Required: true
	Data *models.SastEnablement `json:"data"`

	// jsonapi
	// Required: true
	Jsonapi *models.JSONAPI `json:"jsonapi"`

	// links
	// Required: true
	Links *models.Links `json:"links"`
}

UpdateOrgSastSettingsCreatedBody update org sast settings created body swagger:model UpdateOrgSastSettingsCreatedBody

func (*UpdateOrgSastSettingsCreatedBody) ContextValidate

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

ContextValidate validate this update org sast settings created body based on the context it is used

func (*UpdateOrgSastSettingsCreatedBody) MarshalBinary

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

MarshalBinary interface implementation

func (*UpdateOrgSastSettingsCreatedBody) UnmarshalBinary

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

UnmarshalBinary interface implementation

func (*UpdateOrgSastSettingsCreatedBody) Validate

Validate validates this update org sast settings created body

type UpdateOrgSastSettingsForbidden

type UpdateOrgSastSettingsForbidden struct {

	/* A header containing the deprecation date of the underlying endpoint. For more information, please refer to the deprecation header RFC:
	https://tools.ietf.org/id/draft-dalal-deprecation-header-01.html


	     Format: date-time
	*/
	Deprecation strfmt.DateTime

	/* A header containing a unique id used for tracking this request. If you are reporting an issue to Snyk it's very helpful to provide this ID.


	   Format: uuid
	*/
	SnykRequestID strfmt.UUID

	/* A header containing the version stage of the endpoint. This stage describes the guarantees snyk provides surrounding stability of the endpoint.

	 */
	SnykVersionLifecycleStage string

	/* A header containing the version of the endpoint requested by the caller.
	 */
	SnykVersionRequested string

	/* A header containing the version of the endpoint that was served by the API.
	 */
	SnykVersionServed string

	/* A header containing the date of when the underlying endpoint will be removed. This header is only present if the endpoint has been deprecated. Please refer to the RFC for more information:
	https://datatracker.ietf.org/doc/html/rfc8594


	     Format: date-time
	*/
	Sunset strfmt.DateTime

	Payload *UpdateOrgSastSettingsForbiddenBody
}

UpdateOrgSastSettingsForbidden describes a response with status code 403, with default header values.

Forbidden: the request requires an authentication token with more or different permissions.

func NewUpdateOrgSastSettingsForbidden

func NewUpdateOrgSastSettingsForbidden() *UpdateOrgSastSettingsForbidden

NewUpdateOrgSastSettingsForbidden creates a UpdateOrgSastSettingsForbidden with default headers values

func (*UpdateOrgSastSettingsForbidden) Code

Code gets the status code for the update org sast settings forbidden response

func (*UpdateOrgSastSettingsForbidden) Error

func (*UpdateOrgSastSettingsForbidden) GetPayload

func (*UpdateOrgSastSettingsForbidden) IsClientError

func (o *UpdateOrgSastSettingsForbidden) IsClientError() bool

IsClientError returns true when this update org sast settings forbidden response has a 4xx status code

func (*UpdateOrgSastSettingsForbidden) IsCode

func (o *UpdateOrgSastSettingsForbidden) IsCode(code int) bool

IsCode returns true when this update org sast settings forbidden response a status code equal to that given

func (*UpdateOrgSastSettingsForbidden) IsRedirect

func (o *UpdateOrgSastSettingsForbidden) IsRedirect() bool

IsRedirect returns true when this update org sast settings forbidden response has a 3xx status code

func (*UpdateOrgSastSettingsForbidden) IsServerError

func (o *UpdateOrgSastSettingsForbidden) IsServerError() bool

IsServerError returns true when this update org sast settings forbidden response has a 5xx status code

func (*UpdateOrgSastSettingsForbidden) IsSuccess

func (o *UpdateOrgSastSettingsForbidden) IsSuccess() bool

IsSuccess returns true when this update org sast settings forbidden response has a 2xx status code

func (*UpdateOrgSastSettingsForbidden) String

type UpdateOrgSastSettingsForbiddenBody

type UpdateOrgSastSettingsForbiddenBody struct {

	// errors
	// Example: [{"detail":"Permission denied for this resource","status":"403"}]
	// Required: true
	// Min Items: 1
	Errors []*UpdateOrgSastSettingsForbiddenBodyErrorsItems0 `json:"errors"`

	// jsonapi
	// Required: true
	Jsonapi *UpdateOrgSastSettingsForbiddenBodyJsonapi `json:"jsonapi"`
}

UpdateOrgSastSettingsForbiddenBody update org sast settings forbidden body // Example: {"errors":[{"detail":"Permission denied for this resource","status":"403"}],"jsonapi":{"version":"1.0"}} swagger:model UpdateOrgSastSettingsForbiddenBody

func (*UpdateOrgSastSettingsForbiddenBody) ContextValidate

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

ContextValidate validate this update org sast settings forbidden body based on the context it is used

func (*UpdateOrgSastSettingsForbiddenBody) MarshalBinary

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

MarshalBinary interface implementation

func (*UpdateOrgSastSettingsForbiddenBody) UnmarshalBinary

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

UnmarshalBinary interface implementation

func (*UpdateOrgSastSettingsForbiddenBody) Validate

Validate validates this update org sast settings forbidden body

type UpdateOrgSastSettingsForbiddenBodyErrorsItems0

type UpdateOrgSastSettingsForbiddenBodyErrorsItems0 struct {

	// An application-specific error code, expressed as a string value.
	// Example: entity-not-found
	Code string `json:"code,omitempty"`

	// A human-readable explanation specific to this occurrence of the problem.
	// Example: The request was missing these required fields: ...
	// Required: true
	Detail *string `json:"detail"`

	// A unique identifier for this particular occurrence of the problem.
	// Example: f16c31b5-6129-4571-add8-d589da9be524
	// Format: uuid
	ID strfmt.UUID `json:"id,omitempty"`

	// links
	Links *UpdateOrgSastSettingsForbiddenBodyErrorsItems0Links `json:"links,omitempty"`

	// meta
	// Example: {"key":"value"}
	Meta interface{} `json:"meta,omitempty"`

	// source
	Source *UpdateOrgSastSettingsForbiddenBodyErrorsItems0Source `json:"source,omitempty"`

	// The HTTP status code applicable to this problem, expressed as a string value.
	// Example: 400
	// Required: true
	// Pattern: ^[45]\d\d$
	Status *string `json:"status"`

	// A short, human-readable summary of the problem that SHOULD NOT change from occurrence to occurrence of the problem, except for purposes of localization.
	// Example: Bad request
	Title string `json:"title,omitempty"`
}

UpdateOrgSastSettingsForbiddenBodyErrorsItems0 update org sast settings forbidden body errors items0 // Example: {"detail":"Not Found","status":"404"} swagger:model UpdateOrgSastSettingsForbiddenBodyErrorsItems0

func (*UpdateOrgSastSettingsForbiddenBodyErrorsItems0) ContextValidate

ContextValidate validate this update org sast settings forbidden body errors items0 based on the context it is used

func (*UpdateOrgSastSettingsForbiddenBodyErrorsItems0) MarshalBinary

MarshalBinary interface implementation

func (*UpdateOrgSastSettingsForbiddenBodyErrorsItems0) UnmarshalBinary

UnmarshalBinary interface implementation

func (*UpdateOrgSastSettingsForbiddenBodyErrorsItems0) Validate

Validate validates this update org sast settings forbidden body errors items0

type UpdateOrgSastSettingsForbiddenBodyErrorsItems0Links struct {

	// about
	// Example: https://example.com/api/resource
	About interface{} `json:"about,omitempty"`
}

UpdateOrgSastSettingsForbiddenBodyErrorsItems0Links A link that leads to further details about this particular occurrance of the problem. // Example: {"about":"https://example.com/about_this_error"} swagger:model UpdateOrgSastSettingsForbiddenBodyErrorsItems0Links

func (*UpdateOrgSastSettingsForbiddenBodyErrorsItems0Links) ContextValidate

ContextValidate validates this update org sast settings forbidden body errors items0 links based on context it is used

func (*UpdateOrgSastSettingsForbiddenBodyErrorsItems0Links) MarshalBinary

MarshalBinary interface implementation

func (*UpdateOrgSastSettingsForbiddenBodyErrorsItems0Links) UnmarshalBinary

UnmarshalBinary interface implementation

func (*UpdateOrgSastSettingsForbiddenBodyErrorsItems0Links) Validate

Validate validates this update org sast settings forbidden body errors items0 links

type UpdateOrgSastSettingsForbiddenBodyErrorsItems0Source

type UpdateOrgSastSettingsForbiddenBodyErrorsItems0Source struct {

	// A string indicating which URI query parameter caused the error.
	// Example: param1
	Parameter string `json:"parameter,omitempty"`

	// A JSON Pointer [RFC6901] to the associated entity in the request document.
	// Example: /data/attributes
	Pointer string `json:"pointer,omitempty"`
}

UpdateOrgSastSettingsForbiddenBodyErrorsItems0Source update org sast settings forbidden body errors items0 source // Example: {"pointer":"/data/attributes"} swagger:model UpdateOrgSastSettingsForbiddenBodyErrorsItems0Source

func (*UpdateOrgSastSettingsForbiddenBodyErrorsItems0Source) ContextValidate

ContextValidate validates this update org sast settings forbidden body errors items0 source based on context it is used

func (*UpdateOrgSastSettingsForbiddenBodyErrorsItems0Source) MarshalBinary

MarshalBinary interface implementation

func (*UpdateOrgSastSettingsForbiddenBodyErrorsItems0Source) UnmarshalBinary

UnmarshalBinary interface implementation

func (*UpdateOrgSastSettingsForbiddenBodyErrorsItems0Source) Validate

Validate validates this update org sast settings forbidden body errors items0 source

type UpdateOrgSastSettingsForbiddenBodyJsonapi

type UpdateOrgSastSettingsForbiddenBodyJsonapi struct {

	// Version of the JSON API specification this server supports.
	// Example: 1.0
	// Required: true
	// Pattern: ^(0|[1-9]\d*)\.(0|[1-9]\d*)$
	Version *string `json:"version"`
}

UpdateOrgSastSettingsForbiddenBodyJsonapi update org sast settings forbidden body jsonapi // Example: {"version":"1.0"} swagger:model UpdateOrgSastSettingsForbiddenBodyJsonapi

func (*UpdateOrgSastSettingsForbiddenBodyJsonapi) ContextValidate

ContextValidate validates this update org sast settings forbidden body jsonapi based on context it is used

func (*UpdateOrgSastSettingsForbiddenBodyJsonapi) MarshalBinary

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

MarshalBinary interface implementation

func (*UpdateOrgSastSettingsForbiddenBodyJsonapi) UnmarshalBinary

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

UnmarshalBinary interface implementation

func (*UpdateOrgSastSettingsForbiddenBodyJsonapi) Validate

Validate validates this update org sast settings forbidden body jsonapi

type UpdateOrgSastSettingsInternalServerError

type UpdateOrgSastSettingsInternalServerError struct {

	/* A header containing the deprecation date of the underlying endpoint. For more information, please refer to the deprecation header RFC:
	https://tools.ietf.org/id/draft-dalal-deprecation-header-01.html


	     Format: date-time
	*/
	Deprecation strfmt.DateTime

	/* A header containing a unique id used for tracking this request. If you are reporting an issue to Snyk it's very helpful to provide this ID.


	   Format: uuid
	*/
	SnykRequestID strfmt.UUID

	/* A header containing the version stage of the endpoint. This stage describes the guarantees snyk provides surrounding stability of the endpoint.

	 */
	SnykVersionLifecycleStage string

	/* A header containing the version of the endpoint requested by the caller.
	 */
	SnykVersionRequested string

	/* A header containing the version of the endpoint that was served by the API.
	 */
	SnykVersionServed string

	/* A header containing the date of when the underlying endpoint will be removed. This header is only present if the endpoint has been deprecated. Please refer to the RFC for more information:
	https://datatracker.ietf.org/doc/html/rfc8594


	     Format: date-time
	*/
	Sunset strfmt.DateTime

	Payload *UpdateOrgSastSettingsInternalServerErrorBody
}

UpdateOrgSastSettingsInternalServerError describes a response with status code 500, with default header values.

Internal Server Error: An error was encountered while attempting to process the request.

func NewUpdateOrgSastSettingsInternalServerError

func NewUpdateOrgSastSettingsInternalServerError() *UpdateOrgSastSettingsInternalServerError

NewUpdateOrgSastSettingsInternalServerError creates a UpdateOrgSastSettingsInternalServerError with default headers values

func (*UpdateOrgSastSettingsInternalServerError) Code

Code gets the status code for the update org sast settings internal server error response

func (*UpdateOrgSastSettingsInternalServerError) Error

func (*UpdateOrgSastSettingsInternalServerError) GetPayload

func (*UpdateOrgSastSettingsInternalServerError) IsClientError

IsClientError returns true when this update org sast settings internal server error response has a 4xx status code

func (*UpdateOrgSastSettingsInternalServerError) IsCode

IsCode returns true when this update org sast settings internal server error response a status code equal to that given

func (*UpdateOrgSastSettingsInternalServerError) IsRedirect

IsRedirect returns true when this update org sast settings internal server error response has a 3xx status code

func (*UpdateOrgSastSettingsInternalServerError) IsServerError

IsServerError returns true when this update org sast settings internal server error response has a 5xx status code

func (*UpdateOrgSastSettingsInternalServerError) IsSuccess

IsSuccess returns true when this update org sast settings internal server error response has a 2xx status code

func (*UpdateOrgSastSettingsInternalServerError) String

type UpdateOrgSastSettingsInternalServerErrorBody

type UpdateOrgSastSettingsInternalServerErrorBody struct {

	// errors
	// Example: [{"detail":"Permission denied for this resource","status":"403"}]
	// Required: true
	// Min Items: 1
	Errors []*UpdateOrgSastSettingsInternalServerErrorBodyErrorsItems0 `json:"errors"`

	// jsonapi
	// Required: true
	Jsonapi *UpdateOrgSastSettingsInternalServerErrorBodyJsonapi `json:"jsonapi"`
}

UpdateOrgSastSettingsInternalServerErrorBody update org sast settings internal server error body // Example: {"errors":[{"detail":"Permission denied for this resource","status":"403"}],"jsonapi":{"version":"1.0"}} swagger:model UpdateOrgSastSettingsInternalServerErrorBody

func (*UpdateOrgSastSettingsInternalServerErrorBody) ContextValidate

ContextValidate validate this update org sast settings internal server error body based on the context it is used

func (*UpdateOrgSastSettingsInternalServerErrorBody) MarshalBinary

MarshalBinary interface implementation

func (*UpdateOrgSastSettingsInternalServerErrorBody) UnmarshalBinary

UnmarshalBinary interface implementation

func (*UpdateOrgSastSettingsInternalServerErrorBody) Validate

Validate validates this update org sast settings internal server error body

type UpdateOrgSastSettingsInternalServerErrorBodyErrorsItems0

type UpdateOrgSastSettingsInternalServerErrorBodyErrorsItems0 struct {

	// An application-specific error code, expressed as a string value.
	// Example: entity-not-found
	Code string `json:"code,omitempty"`

	// A human-readable explanation specific to this occurrence of the problem.
	// Example: The request was missing these required fields: ...
	// Required: true
	Detail *string `json:"detail"`

	// A unique identifier for this particular occurrence of the problem.
	// Example: f16c31b5-6129-4571-add8-d589da9be524
	// Format: uuid
	ID strfmt.UUID `json:"id,omitempty"`

	// links
	Links *UpdateOrgSastSettingsInternalServerErrorBodyErrorsItems0Links `json:"links,omitempty"`

	// meta
	// Example: {"key":"value"}
	Meta interface{} `json:"meta,omitempty"`

	// source
	Source *UpdateOrgSastSettingsInternalServerErrorBodyErrorsItems0Source `json:"source,omitempty"`

	// The HTTP status code applicable to this problem, expressed as a string value.
	// Example: 400
	// Required: true
	// Pattern: ^[45]\d\d$
	Status *string `json:"status"`

	// A short, human-readable summary of the problem that SHOULD NOT change from occurrence to occurrence of the problem, except for purposes of localization.
	// Example: Bad request
	Title string `json:"title,omitempty"`
}

UpdateOrgSastSettingsInternalServerErrorBodyErrorsItems0 update org sast settings internal server error body errors items0 // Example: {"detail":"Not Found","status":"404"} swagger:model UpdateOrgSastSettingsInternalServerErrorBodyErrorsItems0

func (*UpdateOrgSastSettingsInternalServerErrorBodyErrorsItems0) ContextValidate

ContextValidate validate this update org sast settings internal server error body errors items0 based on the context it is used

func (*UpdateOrgSastSettingsInternalServerErrorBodyErrorsItems0) MarshalBinary

MarshalBinary interface implementation

func (*UpdateOrgSastSettingsInternalServerErrorBodyErrorsItems0) UnmarshalBinary

UnmarshalBinary interface implementation

func (*UpdateOrgSastSettingsInternalServerErrorBodyErrorsItems0) Validate

Validate validates this update org sast settings internal server error body errors items0

type UpdateOrgSastSettingsInternalServerErrorBodyErrorsItems0Links struct {

	// about
	// Example: https://example.com/api/resource
	About interface{} `json:"about,omitempty"`
}

UpdateOrgSastSettingsInternalServerErrorBodyErrorsItems0Links A link that leads to further details about this particular occurrance of the problem. // Example: {"about":"https://example.com/about_this_error"} swagger:model UpdateOrgSastSettingsInternalServerErrorBodyErrorsItems0Links

func (*UpdateOrgSastSettingsInternalServerErrorBodyErrorsItems0Links) ContextValidate

ContextValidate validates this update org sast settings internal server error body errors items0 links based on context it is used

func (*UpdateOrgSastSettingsInternalServerErrorBodyErrorsItems0Links) MarshalBinary

MarshalBinary interface implementation

func (*UpdateOrgSastSettingsInternalServerErrorBodyErrorsItems0Links) UnmarshalBinary

UnmarshalBinary interface implementation

func (*UpdateOrgSastSettingsInternalServerErrorBodyErrorsItems0Links) Validate

Validate validates this update org sast settings internal server error body errors items0 links

type UpdateOrgSastSettingsInternalServerErrorBodyErrorsItems0Source

type UpdateOrgSastSettingsInternalServerErrorBodyErrorsItems0Source struct {

	// A string indicating which URI query parameter caused the error.
	// Example: param1
	Parameter string `json:"parameter,omitempty"`

	// A JSON Pointer [RFC6901] to the associated entity in the request document.
	// Example: /data/attributes
	Pointer string `json:"pointer,omitempty"`
}

UpdateOrgSastSettingsInternalServerErrorBodyErrorsItems0Source update org sast settings internal server error body errors items0 source // Example: {"pointer":"/data/attributes"} swagger:model UpdateOrgSastSettingsInternalServerErrorBodyErrorsItems0Source

func (*UpdateOrgSastSettingsInternalServerErrorBodyErrorsItems0Source) ContextValidate

ContextValidate validates this update org sast settings internal server error body errors items0 source based on context it is used

func (*UpdateOrgSastSettingsInternalServerErrorBodyErrorsItems0Source) MarshalBinary

MarshalBinary interface implementation

func (*UpdateOrgSastSettingsInternalServerErrorBodyErrorsItems0Source) UnmarshalBinary

UnmarshalBinary interface implementation

func (*UpdateOrgSastSettingsInternalServerErrorBodyErrorsItems0Source) Validate

Validate validates this update org sast settings internal server error body errors items0 source

type UpdateOrgSastSettingsInternalServerErrorBodyJsonapi

type UpdateOrgSastSettingsInternalServerErrorBodyJsonapi struct {

	// Version of the JSON API specification this server supports.
	// Example: 1.0
	// Required: true
	// Pattern: ^(0|[1-9]\d*)\.(0|[1-9]\d*)$
	Version *string `json:"version"`
}

UpdateOrgSastSettingsInternalServerErrorBodyJsonapi update org sast settings internal server error body jsonapi // Example: {"version":"1.0"} swagger:model UpdateOrgSastSettingsInternalServerErrorBodyJsonapi

func (*UpdateOrgSastSettingsInternalServerErrorBodyJsonapi) ContextValidate

ContextValidate validates this update org sast settings internal server error body jsonapi based on context it is used

func (*UpdateOrgSastSettingsInternalServerErrorBodyJsonapi) MarshalBinary

MarshalBinary interface implementation

func (*UpdateOrgSastSettingsInternalServerErrorBodyJsonapi) UnmarshalBinary

UnmarshalBinary interface implementation

func (*UpdateOrgSastSettingsInternalServerErrorBodyJsonapi) Validate

Validate validates this update org sast settings internal server error body jsonapi

type UpdateOrgSastSettingsNotFound

type UpdateOrgSastSettingsNotFound struct {

	/* A header containing the deprecation date of the underlying endpoint. For more information, please refer to the deprecation header RFC:
	https://tools.ietf.org/id/draft-dalal-deprecation-header-01.html


	     Format: date-time
	*/
	Deprecation strfmt.DateTime

	/* A header containing a unique id used for tracking this request. If you are reporting an issue to Snyk it's very helpful to provide this ID.


	   Format: uuid
	*/
	SnykRequestID strfmt.UUID

	/* A header containing the version stage of the endpoint. This stage describes the guarantees snyk provides surrounding stability of the endpoint.

	 */
	SnykVersionLifecycleStage string

	/* A header containing the version of the endpoint requested by the caller.
	 */
	SnykVersionRequested string

	/* A header containing the version of the endpoint that was served by the API.
	 */
	SnykVersionServed string

	/* A header containing the date of when the underlying endpoint will be removed. This header is only present if the endpoint has been deprecated. Please refer to the RFC for more information:
	https://datatracker.ietf.org/doc/html/rfc8594


	     Format: date-time
	*/
	Sunset strfmt.DateTime

	Payload *UpdateOrgSastSettingsNotFoundBody
}

UpdateOrgSastSettingsNotFound describes a response with status code 404, with default header values.

Not Found: The resource being operated on could not be found.

func NewUpdateOrgSastSettingsNotFound

func NewUpdateOrgSastSettingsNotFound() *UpdateOrgSastSettingsNotFound

NewUpdateOrgSastSettingsNotFound creates a UpdateOrgSastSettingsNotFound with default headers values

func (*UpdateOrgSastSettingsNotFound) Code

Code gets the status code for the update org sast settings not found response

func (*UpdateOrgSastSettingsNotFound) Error

func (*UpdateOrgSastSettingsNotFound) GetPayload

func (*UpdateOrgSastSettingsNotFound) IsClientError

func (o *UpdateOrgSastSettingsNotFound) IsClientError() bool

IsClientError returns true when this update org sast settings not found response has a 4xx status code

func (*UpdateOrgSastSettingsNotFound) IsCode

func (o *UpdateOrgSastSettingsNotFound) IsCode(code int) bool

IsCode returns true when this update org sast settings not found response a status code equal to that given

func (*UpdateOrgSastSettingsNotFound) IsRedirect

func (o *UpdateOrgSastSettingsNotFound) IsRedirect() bool

IsRedirect returns true when this update org sast settings not found response has a 3xx status code

func (*UpdateOrgSastSettingsNotFound) IsServerError

func (o *UpdateOrgSastSettingsNotFound) IsServerError() bool

IsServerError returns true when this update org sast settings not found response has a 5xx status code

func (*UpdateOrgSastSettingsNotFound) IsSuccess

func (o *UpdateOrgSastSettingsNotFound) IsSuccess() bool

IsSuccess returns true when this update org sast settings not found response has a 2xx status code

func (*UpdateOrgSastSettingsNotFound) String

type UpdateOrgSastSettingsNotFoundBody

type UpdateOrgSastSettingsNotFoundBody struct {

	// errors
	// Example: [{"detail":"Permission denied for this resource","status":"403"}]
	// Required: true
	// Min Items: 1
	Errors []*UpdateOrgSastSettingsNotFoundBodyErrorsItems0 `json:"errors"`

	// jsonapi
	// Required: true
	Jsonapi *UpdateOrgSastSettingsNotFoundBodyJsonapi `json:"jsonapi"`
}

UpdateOrgSastSettingsNotFoundBody update org sast settings not found body // Example: {"errors":[{"detail":"Permission denied for this resource","status":"403"}],"jsonapi":{"version":"1.0"}} swagger:model UpdateOrgSastSettingsNotFoundBody

func (*UpdateOrgSastSettingsNotFoundBody) ContextValidate

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

ContextValidate validate this update org sast settings not found body based on the context it is used

func (*UpdateOrgSastSettingsNotFoundBody) MarshalBinary

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

MarshalBinary interface implementation

func (*UpdateOrgSastSettingsNotFoundBody) UnmarshalBinary

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

UnmarshalBinary interface implementation

func (*UpdateOrgSastSettingsNotFoundBody) Validate

Validate validates this update org sast settings not found body

type UpdateOrgSastSettingsNotFoundBodyErrorsItems0

type UpdateOrgSastSettingsNotFoundBodyErrorsItems0 struct {

	// An application-specific error code, expressed as a string value.
	// Example: entity-not-found
	Code string `json:"code,omitempty"`

	// A human-readable explanation specific to this occurrence of the problem.
	// Example: The request was missing these required fields: ...
	// Required: true
	Detail *string `json:"detail"`

	// A unique identifier for this particular occurrence of the problem.
	// Example: f16c31b5-6129-4571-add8-d589da9be524
	// Format: uuid
	ID strfmt.UUID `json:"id,omitempty"`

	// links
	Links *UpdateOrgSastSettingsNotFoundBodyErrorsItems0Links `json:"links,omitempty"`

	// meta
	// Example: {"key":"value"}
	Meta interface{} `json:"meta,omitempty"`

	// source
	Source *UpdateOrgSastSettingsNotFoundBodyErrorsItems0Source `json:"source,omitempty"`

	// The HTTP status code applicable to this problem, expressed as a string value.
	// Example: 400
	// Required: true
	// Pattern: ^[45]\d\d$
	Status *string `json:"status"`

	// A short, human-readable summary of the problem that SHOULD NOT change from occurrence to occurrence of the problem, except for purposes of localization.
	// Example: Bad request
	Title string `json:"title,omitempty"`
}

UpdateOrgSastSettingsNotFoundBodyErrorsItems0 update org sast settings not found body errors items0 // Example: {"detail":"Not Found","status":"404"} swagger:model UpdateOrgSastSettingsNotFoundBodyErrorsItems0

func (*UpdateOrgSastSettingsNotFoundBodyErrorsItems0) ContextValidate

ContextValidate validate this update org sast settings not found body errors items0 based on the context it is used

func (*UpdateOrgSastSettingsNotFoundBodyErrorsItems0) MarshalBinary

MarshalBinary interface implementation

func (*UpdateOrgSastSettingsNotFoundBodyErrorsItems0) UnmarshalBinary

UnmarshalBinary interface implementation

func (*UpdateOrgSastSettingsNotFoundBodyErrorsItems0) Validate

Validate validates this update org sast settings not found body errors items0

type UpdateOrgSastSettingsNotFoundBodyErrorsItems0Links struct {

	// about
	// Example: https://example.com/api/resource
	About interface{} `json:"about,omitempty"`
}

UpdateOrgSastSettingsNotFoundBodyErrorsItems0Links A link that leads to further details about this particular occurrance of the problem. // Example: {"about":"https://example.com/about_this_error"} swagger:model UpdateOrgSastSettingsNotFoundBodyErrorsItems0Links

func (*UpdateOrgSastSettingsNotFoundBodyErrorsItems0Links) ContextValidate

ContextValidate validates this update org sast settings not found body errors items0 links based on context it is used

func (*UpdateOrgSastSettingsNotFoundBodyErrorsItems0Links) MarshalBinary

MarshalBinary interface implementation

func (*UpdateOrgSastSettingsNotFoundBodyErrorsItems0Links) UnmarshalBinary

UnmarshalBinary interface implementation

func (*UpdateOrgSastSettingsNotFoundBodyErrorsItems0Links) Validate

Validate validates this update org sast settings not found body errors items0 links

type UpdateOrgSastSettingsNotFoundBodyErrorsItems0Source

type UpdateOrgSastSettingsNotFoundBodyErrorsItems0Source struct {

	// A string indicating which URI query parameter caused the error.
	// Example: param1
	Parameter string `json:"parameter,omitempty"`

	// A JSON Pointer [RFC6901] to the associated entity in the request document.
	// Example: /data/attributes
	Pointer string `json:"pointer,omitempty"`
}

UpdateOrgSastSettingsNotFoundBodyErrorsItems0Source update org sast settings not found body errors items0 source // Example: {"pointer":"/data/attributes"} swagger:model UpdateOrgSastSettingsNotFoundBodyErrorsItems0Source

func (*UpdateOrgSastSettingsNotFoundBodyErrorsItems0Source) ContextValidate

ContextValidate validates this update org sast settings not found body errors items0 source based on context it is used

func (*UpdateOrgSastSettingsNotFoundBodyErrorsItems0Source) MarshalBinary

MarshalBinary interface implementation

func (*UpdateOrgSastSettingsNotFoundBodyErrorsItems0Source) UnmarshalBinary

UnmarshalBinary interface implementation

func (*UpdateOrgSastSettingsNotFoundBodyErrorsItems0Source) Validate

Validate validates this update org sast settings not found body errors items0 source

type UpdateOrgSastSettingsNotFoundBodyJsonapi

type UpdateOrgSastSettingsNotFoundBodyJsonapi struct {

	// Version of the JSON API specification this server supports.
	// Example: 1.0
	// Required: true
	// Pattern: ^(0|[1-9]\d*)\.(0|[1-9]\d*)$
	Version *string `json:"version"`
}

UpdateOrgSastSettingsNotFoundBodyJsonapi update org sast settings not found body jsonapi // Example: {"version":"1.0"} swagger:model UpdateOrgSastSettingsNotFoundBodyJsonapi

func (*UpdateOrgSastSettingsNotFoundBodyJsonapi) ContextValidate

ContextValidate validates this update org sast settings not found body jsonapi based on context it is used

func (*UpdateOrgSastSettingsNotFoundBodyJsonapi) MarshalBinary

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

MarshalBinary interface implementation

func (*UpdateOrgSastSettingsNotFoundBodyJsonapi) UnmarshalBinary

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

UnmarshalBinary interface implementation

func (*UpdateOrgSastSettingsNotFoundBodyJsonapi) Validate

Validate validates this update org sast settings not found body jsonapi

type UpdateOrgSastSettingsParams

type UpdateOrgSastSettingsParams struct {

	// Body.
	Body UpdateOrgSastSettingsBody

	/* OrgID.

	   The id of the org for which we want to update the Snyk Code setting

	   Format: uuid
	*/
	OrgID strfmt.UUID

	/* Version.

	   The requested version of the endpoint to process the request
	*/
	Version string

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

UpdateOrgSastSettingsParams contains all the parameters to send to the API endpoint

for the update org sast settings operation.

Typically these are written to a http.Request.

func NewUpdateOrgSastSettingsParams

func NewUpdateOrgSastSettingsParams() *UpdateOrgSastSettingsParams

NewUpdateOrgSastSettingsParams creates a new UpdateOrgSastSettingsParams 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 NewUpdateOrgSastSettingsParamsWithContext

func NewUpdateOrgSastSettingsParamsWithContext(ctx context.Context) *UpdateOrgSastSettingsParams

NewUpdateOrgSastSettingsParamsWithContext creates a new UpdateOrgSastSettingsParams object with the ability to set a context for a request.

func NewUpdateOrgSastSettingsParamsWithHTTPClient

func NewUpdateOrgSastSettingsParamsWithHTTPClient(client *http.Client) *UpdateOrgSastSettingsParams

NewUpdateOrgSastSettingsParamsWithHTTPClient creates a new UpdateOrgSastSettingsParams object with the ability to set a custom HTTPClient for a request.

func NewUpdateOrgSastSettingsParamsWithTimeout

func NewUpdateOrgSastSettingsParamsWithTimeout(timeout time.Duration) *UpdateOrgSastSettingsParams

NewUpdateOrgSastSettingsParamsWithTimeout creates a new UpdateOrgSastSettingsParams object with the ability to set a timeout on a request.

func (*UpdateOrgSastSettingsParams) SetBody

SetBody adds the body to the update org sast settings params

func (*UpdateOrgSastSettingsParams) SetContext

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

SetContext adds the context to the update org sast settings params

func (*UpdateOrgSastSettingsParams) SetDefaults

func (o *UpdateOrgSastSettingsParams) SetDefaults()

SetDefaults hydrates default values in the update org sast settings params (not the query body).

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

func (*UpdateOrgSastSettingsParams) SetHTTPClient

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

SetHTTPClient adds the HTTPClient to the update org sast settings params

func (*UpdateOrgSastSettingsParams) SetOrgID

func (o *UpdateOrgSastSettingsParams) SetOrgID(orgID strfmt.UUID)

SetOrgID adds the orgId to the update org sast settings params

func (*UpdateOrgSastSettingsParams) SetTimeout

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

SetTimeout adds the timeout to the update org sast settings params

func (*UpdateOrgSastSettingsParams) SetVersion

func (o *UpdateOrgSastSettingsParams) SetVersion(version string)

SetVersion adds the version to the update org sast settings params

func (*UpdateOrgSastSettingsParams) WithBody

WithBody adds the body to the update org sast settings params

func (*UpdateOrgSastSettingsParams) WithContext

WithContext adds the context to the update org sast settings params

func (*UpdateOrgSastSettingsParams) WithDefaults

WithDefaults hydrates default values in the update org sast settings params (not the query body).

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

func (*UpdateOrgSastSettingsParams) WithHTTPClient

WithHTTPClient adds the HTTPClient to the update org sast settings params

func (*UpdateOrgSastSettingsParams) WithOrgID

WithOrgID adds the orgID to the update org sast settings params

func (*UpdateOrgSastSettingsParams) WithTimeout

WithTimeout adds the timeout to the update org sast settings params

func (*UpdateOrgSastSettingsParams) WithVersion

WithVersion adds the version to the update org sast settings params

func (*UpdateOrgSastSettingsParams) WriteToRequest

WriteToRequest writes these params to a swagger request

type UpdateOrgSastSettingsParamsBodyData

type UpdateOrgSastSettingsParamsBodyData struct {

	// attributes
	// Required: true
	Attributes *UpdateOrgSastSettingsParamsBodyDataAttributes `json:"attributes"`

	// id
	// Required: true
	// Format: uuid
	ID *strfmt.UUID `json:"id"`

	// type
	// Required: true
	Type *string `json:"type"`
}

UpdateOrgSastSettingsParamsBodyData update org sast settings params body data swagger:model UpdateOrgSastSettingsParamsBodyData

func (*UpdateOrgSastSettingsParamsBodyData) ContextValidate

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

ContextValidate validate this update org sast settings params body data based on the context it is used

func (*UpdateOrgSastSettingsParamsBodyData) MarshalBinary

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

MarshalBinary interface implementation

func (*UpdateOrgSastSettingsParamsBodyData) UnmarshalBinary

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

UnmarshalBinary interface implementation

func (*UpdateOrgSastSettingsParamsBodyData) Validate

Validate validates this update org sast settings params body data

type UpdateOrgSastSettingsParamsBodyDataAttributes

type UpdateOrgSastSettingsParamsBodyDataAttributes struct {

	// The value of the updated settings for sastEnabled setting
	// Required: true
	SastEnabled *bool `json:"sast_enabled"`
}

UpdateOrgSastSettingsParamsBodyDataAttributes update org sast settings params body data attributes swagger:model UpdateOrgSastSettingsParamsBodyDataAttributes

func (*UpdateOrgSastSettingsParamsBodyDataAttributes) ContextValidate

ContextValidate validates this update org sast settings params body data attributes based on context it is used

func (*UpdateOrgSastSettingsParamsBodyDataAttributes) MarshalBinary

MarshalBinary interface implementation

func (*UpdateOrgSastSettingsParamsBodyDataAttributes) UnmarshalBinary

UnmarshalBinary interface implementation

func (*UpdateOrgSastSettingsParamsBodyDataAttributes) Validate

Validate validates this update org sast settings params body data attributes

type UpdateOrgSastSettingsReader

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

UpdateOrgSastSettingsReader is a Reader for the UpdateOrgSastSettings structure.

func (*UpdateOrgSastSettingsReader) ReadResponse

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

ReadResponse reads a server response into the received o.

type UpdateOrgSastSettingsUnauthorized

type UpdateOrgSastSettingsUnauthorized struct {

	/* A header containing the deprecation date of the underlying endpoint. For more information, please refer to the deprecation header RFC:
	https://tools.ietf.org/id/draft-dalal-deprecation-header-01.html


	     Format: date-time
	*/
	Deprecation strfmt.DateTime

	/* A header containing a unique id used for tracking this request. If you are reporting an issue to Snyk it's very helpful to provide this ID.


	   Format: uuid
	*/
	SnykRequestID strfmt.UUID

	/* A header containing the version stage of the endpoint. This stage describes the guarantees snyk provides surrounding stability of the endpoint.

	 */
	SnykVersionLifecycleStage string

	/* A header containing the version of the endpoint requested by the caller.
	 */
	SnykVersionRequested string

	/* A header containing the version of the endpoint that was served by the API.
	 */
	SnykVersionServed string

	/* A header containing the date of when the underlying endpoint will be removed. This header is only present if the endpoint has been deprecated. Please refer to the RFC for more information:
	https://datatracker.ietf.org/doc/html/rfc8594


	     Format: date-time
	*/
	Sunset strfmt.DateTime

	Payload *UpdateOrgSastSettingsUnauthorizedBody
}

UpdateOrgSastSettingsUnauthorized describes a response with status code 401, with default header values.

Unauthorized: the request requires an authentication token.

func NewUpdateOrgSastSettingsUnauthorized

func NewUpdateOrgSastSettingsUnauthorized() *UpdateOrgSastSettingsUnauthorized

NewUpdateOrgSastSettingsUnauthorized creates a UpdateOrgSastSettingsUnauthorized with default headers values

func (*UpdateOrgSastSettingsUnauthorized) Code

Code gets the status code for the update org sast settings unauthorized response

func (*UpdateOrgSastSettingsUnauthorized) Error

func (*UpdateOrgSastSettingsUnauthorized) GetPayload

func (*UpdateOrgSastSettingsUnauthorized) IsClientError

func (o *UpdateOrgSastSettingsUnauthorized) IsClientError() bool

IsClientError returns true when this update org sast settings unauthorized response has a 4xx status code

func (*UpdateOrgSastSettingsUnauthorized) IsCode

func (o *UpdateOrgSastSettingsUnauthorized) IsCode(code int) bool

IsCode returns true when this update org sast settings unauthorized response a status code equal to that given

func (*UpdateOrgSastSettingsUnauthorized) IsRedirect

func (o *UpdateOrgSastSettingsUnauthorized) IsRedirect() bool

IsRedirect returns true when this update org sast settings unauthorized response has a 3xx status code

func (*UpdateOrgSastSettingsUnauthorized) IsServerError

func (o *UpdateOrgSastSettingsUnauthorized) IsServerError() bool

IsServerError returns true when this update org sast settings unauthorized response has a 5xx status code

func (*UpdateOrgSastSettingsUnauthorized) IsSuccess

func (o *UpdateOrgSastSettingsUnauthorized) IsSuccess() bool

IsSuccess returns true when this update org sast settings unauthorized response has a 2xx status code

func (*UpdateOrgSastSettingsUnauthorized) String

type UpdateOrgSastSettingsUnauthorizedBody

type UpdateOrgSastSettingsUnauthorizedBody struct {

	// errors
	// Example: [{"detail":"Permission denied for this resource","status":"403"}]
	// Required: true
	// Min Items: 1
	Errors []*UpdateOrgSastSettingsUnauthorizedBodyErrorsItems0 `json:"errors"`

	// jsonapi
	// Required: true
	Jsonapi *UpdateOrgSastSettingsUnauthorizedBodyJsonapi `json:"jsonapi"`
}

UpdateOrgSastSettingsUnauthorizedBody update org sast settings unauthorized body // Example: {"errors":[{"detail":"Permission denied for this resource","status":"403"}],"jsonapi":{"version":"1.0"}} swagger:model UpdateOrgSastSettingsUnauthorizedBody

func (*UpdateOrgSastSettingsUnauthorizedBody) ContextValidate

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

ContextValidate validate this update org sast settings unauthorized body based on the context it is used

func (*UpdateOrgSastSettingsUnauthorizedBody) MarshalBinary

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

MarshalBinary interface implementation

func (*UpdateOrgSastSettingsUnauthorizedBody) UnmarshalBinary

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

UnmarshalBinary interface implementation

func (*UpdateOrgSastSettingsUnauthorizedBody) Validate

Validate validates this update org sast settings unauthorized body

type UpdateOrgSastSettingsUnauthorizedBodyErrorsItems0

type UpdateOrgSastSettingsUnauthorizedBodyErrorsItems0 struct {

	// An application-specific error code, expressed as a string value.
	// Example: entity-not-found
	Code string `json:"code,omitempty"`

	// A human-readable explanation specific to this occurrence of the problem.
	// Example: The request was missing these required fields: ...
	// Required: true
	Detail *string `json:"detail"`

	// A unique identifier for this particular occurrence of the problem.
	// Example: f16c31b5-6129-4571-add8-d589da9be524
	// Format: uuid
	ID strfmt.UUID `json:"id,omitempty"`

	// links
	Links *UpdateOrgSastSettingsUnauthorizedBodyErrorsItems0Links `json:"links,omitempty"`

	// meta
	// Example: {"key":"value"}
	Meta interface{} `json:"meta,omitempty"`

	// source
	Source *UpdateOrgSastSettingsUnauthorizedBodyErrorsItems0Source `json:"source,omitempty"`

	// The HTTP status code applicable to this problem, expressed as a string value.
	// Example: 400
	// Required: true
	// Pattern: ^[45]\d\d$
	Status *string `json:"status"`

	// A short, human-readable summary of the problem that SHOULD NOT change from occurrence to occurrence of the problem, except for purposes of localization.
	// Example: Bad request
	Title string `json:"title,omitempty"`
}

UpdateOrgSastSettingsUnauthorizedBodyErrorsItems0 update org sast settings unauthorized body errors items0 // Example: {"detail":"Not Found","status":"404"} swagger:model UpdateOrgSastSettingsUnauthorizedBodyErrorsItems0

func (*UpdateOrgSastSettingsUnauthorizedBodyErrorsItems0) ContextValidate

ContextValidate validate this update org sast settings unauthorized body errors items0 based on the context it is used

func (*UpdateOrgSastSettingsUnauthorizedBodyErrorsItems0) MarshalBinary

MarshalBinary interface implementation

func (*UpdateOrgSastSettingsUnauthorizedBodyErrorsItems0) UnmarshalBinary

UnmarshalBinary interface implementation

func (*UpdateOrgSastSettingsUnauthorizedBodyErrorsItems0) Validate

Validate validates this update org sast settings unauthorized body errors items0

type UpdateOrgSastSettingsUnauthorizedBodyErrorsItems0Links struct {

	// about
	// Example: https://example.com/api/resource
	About interface{} `json:"about,omitempty"`
}

UpdateOrgSastSettingsUnauthorizedBodyErrorsItems0Links A link that leads to further details about this particular occurrance of the problem. // Example: {"about":"https://example.com/about_this_error"} swagger:model UpdateOrgSastSettingsUnauthorizedBodyErrorsItems0Links

func (*UpdateOrgSastSettingsUnauthorizedBodyErrorsItems0Links) ContextValidate

ContextValidate validates this update org sast settings unauthorized body errors items0 links based on context it is used

func (*UpdateOrgSastSettingsUnauthorizedBodyErrorsItems0Links) MarshalBinary

MarshalBinary interface implementation

func (*UpdateOrgSastSettingsUnauthorizedBodyErrorsItems0Links) UnmarshalBinary

UnmarshalBinary interface implementation

func (*UpdateOrgSastSettingsUnauthorizedBodyErrorsItems0Links) Validate

Validate validates this update org sast settings unauthorized body errors items0 links

type UpdateOrgSastSettingsUnauthorizedBodyErrorsItems0Source

type UpdateOrgSastSettingsUnauthorizedBodyErrorsItems0Source struct {

	// A string indicating which URI query parameter caused the error.
	// Example: param1
	Parameter string `json:"parameter,omitempty"`

	// A JSON Pointer [RFC6901] to the associated entity in the request document.
	// Example: /data/attributes
	Pointer string `json:"pointer,omitempty"`
}

UpdateOrgSastSettingsUnauthorizedBodyErrorsItems0Source update org sast settings unauthorized body errors items0 source // Example: {"pointer":"/data/attributes"} swagger:model UpdateOrgSastSettingsUnauthorizedBodyErrorsItems0Source

func (*UpdateOrgSastSettingsUnauthorizedBodyErrorsItems0Source) ContextValidate

ContextValidate validates this update org sast settings unauthorized body errors items0 source based on context it is used

func (*UpdateOrgSastSettingsUnauthorizedBodyErrorsItems0Source) MarshalBinary

MarshalBinary interface implementation

func (*UpdateOrgSastSettingsUnauthorizedBodyErrorsItems0Source) UnmarshalBinary

UnmarshalBinary interface implementation

func (*UpdateOrgSastSettingsUnauthorizedBodyErrorsItems0Source) Validate

Validate validates this update org sast settings unauthorized body errors items0 source

type UpdateOrgSastSettingsUnauthorizedBodyJsonapi

type UpdateOrgSastSettingsUnauthorizedBodyJsonapi struct {

	// Version of the JSON API specification this server supports.
	// Example: 1.0
	// Required: true
	// Pattern: ^(0|[1-9]\d*)\.(0|[1-9]\d*)$
	Version *string `json:"version"`
}

UpdateOrgSastSettingsUnauthorizedBodyJsonapi update org sast settings unauthorized body jsonapi // Example: {"version":"1.0"} swagger:model UpdateOrgSastSettingsUnauthorizedBodyJsonapi

func (*UpdateOrgSastSettingsUnauthorizedBodyJsonapi) ContextValidate

ContextValidate validates this update org sast settings unauthorized body jsonapi based on context it is used

func (*UpdateOrgSastSettingsUnauthorizedBodyJsonapi) MarshalBinary

MarshalBinary interface implementation

func (*UpdateOrgSastSettingsUnauthorizedBodyJsonapi) UnmarshalBinary

UnmarshalBinary interface implementation

func (*UpdateOrgSastSettingsUnauthorizedBodyJsonapi) Validate

Validate validates this update org sast settings unauthorized body jsonapi

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL