apps

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: 14 Imported by: 0

Documentation

Index

Constants

View Source
const (

	// ManageAppCreationSecretParamsBodyDataAttributesModeReplace captures enum value "replace"
	ManageAppCreationSecretParamsBodyDataAttributesModeReplace string = "replace"

	// ManageAppCreationSecretParamsBodyDataAttributesModeCreate captures enum value "create"
	ManageAppCreationSecretParamsBodyDataAttributesModeCreate string = "create"

	// ManageAppCreationSecretParamsBodyDataAttributesModeDelete captures enum value "delete"
	ManageAppCreationSecretParamsBodyDataAttributesModeDelete string = "delete"
)
View Source
const (

	// ManageSecretsBodyModeReplace captures enum value "replace"
	ManageSecretsBodyModeReplace string = "replace"

	// ManageSecretsBodyModeCreate captures enum value "create"
	ManageSecretsBodyModeCreate string = "create"

	// ManageSecretsBodyModeDelete captures enum value "delete"
	ManageSecretsBodyModeDelete string = "delete"
)
View Source
const (

	// UpdateGroupAppInstallSecretParamsBodyDataAttributesModeReplace captures enum value "replace"
	UpdateGroupAppInstallSecretParamsBodyDataAttributesModeReplace string = "replace"

	// UpdateGroupAppInstallSecretParamsBodyDataAttributesModeCreate captures enum value "create"
	UpdateGroupAppInstallSecretParamsBodyDataAttributesModeCreate string = "create"

	// UpdateGroupAppInstallSecretParamsBodyDataAttributesModeDelete captures enum value "delete"
	UpdateGroupAppInstallSecretParamsBodyDataAttributesModeDelete string = "delete"
)
View Source
const (

	// UpdateOrgAppInstallSecretParamsBodyDataAttributesModeReplace captures enum value "replace"
	UpdateOrgAppInstallSecretParamsBodyDataAttributesModeReplace string = "replace"

	// UpdateOrgAppInstallSecretParamsBodyDataAttributesModeCreate captures enum value "create"
	UpdateOrgAppInstallSecretParamsBodyDataAttributesModeCreate string = "create"

	// UpdateOrgAppInstallSecretParamsBodyDataAttributesModeDelete captures enum value "delete"
	UpdateOrgAppInstallSecretParamsBodyDataAttributesModeDelete string = "delete"
)
View Source
const (

	// CreateGroupAppInstallParamsBodyDataTypeAppInstall captures enum value "app_install"
	CreateGroupAppInstallParamsBodyDataTypeAppInstall string = "app_install"
)
View Source
const (

	// CreateGroupAppInstallParamsBodyRelationshipsAppDataTypeApp captures enum value "app"
	CreateGroupAppInstallParamsBodyRelationshipsAppDataTypeApp string = "app"
)
View Source
const (

	// CreateOrgAppInstallParamsBodyDataTypeAppInstall captures enum value "app_install"
	CreateOrgAppInstallParamsBodyDataTypeAppInstall string = "app_install"
)
View Source
const (

	// CreateOrgAppInstallParamsBodyRelationshipsAppDataTypeApp captures enum value "app"
	CreateOrgAppInstallParamsBodyRelationshipsAppDataTypeApp string = "app"
)
View Source
const (

	// ManageAppCreationSecretParamsBodyDataTypeApp captures enum value "app"
	ManageAppCreationSecretParamsBodyDataTypeApp string = "app"
)
View Source
const (

	// UpdateGroupAppInstallSecretParamsBodyDataTypeApp captures enum value "app"
	UpdateGroupAppInstallSecretParamsBodyDataTypeApp string = "app"
)
View Source
const (

	// UpdateOrgAppInstallSecretParamsBodyDataTypeApp captures enum value "app"
	UpdateOrgAppInstallSecretParamsBodyDataTypeApp string = "app"
)

Variables

This section is empty.

Functions

This section is empty.

Types

type Client

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

Client for apps API

func (*Client) CreateApp

func (a *Client) CreateApp(params *CreateAppParams, authInfo runtime.ClientAuthInfoWriter, opts ...ClientOption) (*CreateAppCreated, error)

CreateApp creates a new app for an organization

Create a new app for an organization. Deprecated, use /orgs/{org_id}/apps/creations instead.

func (*Client) CreateGroupAppInstall

func (a *Client) CreateGroupAppInstall(params *CreateGroupAppInstallParams, authInfo runtime.ClientAuthInfoWriter, opts ...ClientOption) (*CreateGroupAppInstallCreated, error)

CreateGroupAppInstall installs a snyk apps to this group

Install a Snyk Apps to this group, the Snyk App must use unattended authentication eg client credentials.

func (*Client) CreateOrgApp

func (a *Client) CreateOrgApp(params *CreateOrgAppParams, authInfo runtime.ClientAuthInfoWriter, opts ...ClientOption) (*CreateOrgAppCreated, error)

CreateOrgApp creates a new snyk app for an organization

Create a new Snyk App for an organization.

func (*Client) CreateOrgAppInstall

func (a *Client) CreateOrgAppInstall(params *CreateOrgAppInstallParams, authInfo runtime.ClientAuthInfoWriter, opts ...ClientOption) (*CreateOrgAppInstallCreated, error)

CreateOrgAppInstall installs a snyk apps to this organization

Install a Snyk Apps to this organization, the Snyk App must use unattended authentication eg client credentials.

func (*Client) DeleteApp

func (a *Client) DeleteApp(params *DeleteAppParams, authInfo runtime.ClientAuthInfoWriter, opts ...ClientOption) (*DeleteAppNoContent, error)

DeleteApp deletes an app

Delete an app by app id. Deprecated, use /orgs/{org_id}/apps/creations/{app_id} instead.

func (*Client) DeleteAppBot

func (a *Client) DeleteAppBot(params *DeleteAppBotParams, authInfo runtime.ClientAuthInfoWriter, opts ...ClientOption) (*DeleteAppBotNoContent, error)

DeleteAppBot revokes app bot authorization

Revoke app bot authorization. Deprecated, use /orgs/{org_id}/apps/installs/{install_id} instead.

func (*Client) DeleteAppByID

func (a *Client) DeleteAppByID(params *DeleteAppByIDParams, authInfo runtime.ClientAuthInfoWriter, opts ...ClientOption) (*DeleteAppByIDNoContent, error)

DeleteAppByID deletes an app by its app ID

Delete an app by its App ID.

func (*Client) DeleteAppOrgInstallByID

func (a *Client) DeleteAppOrgInstallByID(params *DeleteAppOrgInstallByIDParams, authInfo runtime.ClientAuthInfoWriter, opts ...ClientOption) (*DeleteAppOrgInstallByIDNoContent, error)

DeleteAppOrgInstallByID revokes app authorization for an snyk organization with install ID

Revoke app authorization for an Snyk Organization with install ID.

func (*Client) DeleteGroupAppInstallByID

DeleteGroupAppInstallByID revokes app authorization for an snyk group with install ID

Revoke app authorization for an Snyk Group with install ID.

func (*Client) DeleteUserAppInstallByID

DeleteUserAppInstallByID revokes access for an app by install ID

Revoke access for an app by install ID.

func (*Client) GetApp

func (a *Client) GetApp(params *GetAppParams, authInfo runtime.ClientAuthInfoWriter, opts ...ClientOption) (*GetAppOK, error)

GetApp gets an app by client id

Get an App by client id. Deprecated, use /orgs/{org_id}/apps/creations/{app_id} instead.

func (*Client) GetAppBots

func (a *Client) GetAppBots(params *GetAppBotsParams, authInfo runtime.ClientAuthInfoWriter, opts ...ClientOption) (*GetAppBotsOK, error)

GetAppBots gets a list of app bots authorized to an organization

Get a list of app bots authorized to an organization. Deprecated, use /orgs/{org_id}/apps/installs instead.

func (*Client) GetAppByID

func (a *Client) GetAppByID(params *GetAppByIDParams, authInfo runtime.ClientAuthInfoWriter, opts ...ClientOption) (*GetAppByIDOK, error)

GetAppByID gets a snyk app by its app ID

Get a Snyk App by its App ID.

func (*Client) GetAppInstallsForGroup

func (a *Client) GetAppInstallsForGroup(params *GetAppInstallsForGroupParams, authInfo runtime.ClientAuthInfoWriter, opts ...ClientOption) (*GetAppInstallsForGroupOK, error)

GetAppInstallsForGroup gets a list of apps installed for a group

Get a list of apps installed for a group.

func (*Client) GetAppInstallsForOrg

func (a *Client) GetAppInstallsForOrg(params *GetAppInstallsForOrgParams, authInfo runtime.ClientAuthInfoWriter, opts ...ClientOption) (*GetAppInstallsForOrgOK, error)

GetAppInstallsForOrg gets a list of apps installed for an organization

Get a list of apps installed for an organization.

func (*Client) GetAppInstallsForUser

func (a *Client) GetAppInstallsForUser(params *GetAppInstallsForUserParams, authInfo runtime.ClientAuthInfoWriter, opts ...ClientOption) (*GetAppInstallsForUserOK, error)

GetAppInstallsForUser gets a list of apps installed for an user

Get a list of apps installed for an user.

func (*Client) GetApps

func (a *Client) GetApps(params *GetAppsParams, authInfo runtime.ClientAuthInfoWriter, opts ...ClientOption) (*GetAppsOK, error)

GetApps gets a list of apps created by an organization

Get a list of apps created by an organization. Deprecated, use /orgs/{org_id}/apps/creations instead.

func (*Client) GetOrgApps

func (a *Client) GetOrgApps(params *GetOrgAppsParams, authInfo runtime.ClientAuthInfoWriter, opts ...ClientOption) (*GetOrgAppsOK, error)

GetOrgApps gets a list of apps created by an organization

Get a list of apps created by an organization.

func (*Client) GetUserAppSessions

func (a *Client) GetUserAppSessions(params *GetUserAppSessionsParams, authInfo runtime.ClientAuthInfoWriter, opts ...ClientOption) (*GetUserAppSessionsOK, error)

GetUserAppSessions gets a list of active o auth sessions for the app

Get a list of active OAuth sessions for the app.

func (*Client) GetUserInstalledApps

func (a *Client) GetUserInstalledApps(params *GetUserInstalledAppsParams, authInfo runtime.ClientAuthInfoWriter, opts ...ClientOption) (*GetUserInstalledAppsOK, error)

GetUserInstalledApps gets a list of apps that can act on your behalf

Get a list of apps that can act on your behalf.

func (*Client) ManageAppCreationSecret

func (a *Client) ManageAppCreationSecret(params *ManageAppCreationSecretParams, authInfo runtime.ClientAuthInfoWriter, opts ...ClientOption) (*ManageAppCreationSecretOK, error)

ManageAppCreationSecret manages client secret for the snyk app

Manage client secret for the Snyk App.

func (*Client) ManageSecrets

func (a *Client) ManageSecrets(params *ManageSecretsParams, authInfo runtime.ClientAuthInfoWriter, opts ...ClientOption) (*ManageSecretsOK, error)

ManageSecrets manages client secrets for an app

Manage client secrets for an app. Deprecated, use /orgs/{org_id}/apps/creations/{app_id}/secrets instead.

func (*Client) RevokeUserAppSession

func (a *Client) RevokeUserAppSession(params *RevokeUserAppSessionParams, authInfo runtime.ClientAuthInfoWriter, opts ...ClientOption) (*RevokeUserAppSessionNoContent, error)

RevokeUserAppSession revokes an active user app session

Revoke an active user app session.

func (*Client) RevokeUserInstalledApp

func (a *Client) RevokeUserInstalledApp(params *RevokeUserInstalledAppParams, authInfo runtime.ClientAuthInfoWriter, opts ...ClientOption) (*RevokeUserInstalledAppNoContent, error)

RevokeUserInstalledApp revokes an app

Revoke access for an app by app id

func (*Client) SetTransport

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

SetTransport changes the transport on the client

func (*Client) UpdateApp

func (a *Client) UpdateApp(params *UpdateAppParams, authInfo runtime.ClientAuthInfoWriter, opts ...ClientOption) (*UpdateAppOK, error)

UpdateApp updates app attributes that are name redirect u r is and access token time to live

Update app attributes. Deprecated, use /orgs/{org_id}/apps/creations/{app_id} instead.

func (*Client) UpdateAppCreationByID

func (a *Client) UpdateAppCreationByID(params *UpdateAppCreationByIDParams, authInfo runtime.ClientAuthInfoWriter, opts ...ClientOption) (*UpdateAppCreationByIDOK, error)

UpdateAppCreationByID updates app creation attributes such as name redirect u r is and access token time to live using the app ID

Update app creation attributes with App ID.

func (*Client) UpdateGroupAppInstallSecret

func (a *Client) UpdateGroupAppInstallSecret(params *UpdateGroupAppInstallSecretParams, authInfo runtime.ClientAuthInfoWriter, opts ...ClientOption) (*UpdateGroupAppInstallSecretOK, error)

UpdateGroupAppInstallSecret manages client secret for non interactive snyk app installations

Manage client secret for non-interactive Snyk App installations.

func (*Client) UpdateOrgAppInstallSecret

func (a *Client) UpdateOrgAppInstallSecret(params *UpdateOrgAppInstallSecretParams, authInfo runtime.ClientAuthInfoWriter, opts ...ClientOption) (*UpdateOrgAppInstallSecretOK, error)

UpdateOrgAppInstallSecret manages client secret for non interactive snyk app installations

Manage client secret for non-interactive Snyk App installations.

type ClientOption

type ClientOption func(*runtime.ClientOperation)

ClientOption is the option for Client methods

type ClientService

type ClientService interface {
	CreateApp(params *CreateAppParams, authInfo runtime.ClientAuthInfoWriter, opts ...ClientOption) (*CreateAppCreated, error)

	CreateGroupAppInstall(params *CreateGroupAppInstallParams, authInfo runtime.ClientAuthInfoWriter, opts ...ClientOption) (*CreateGroupAppInstallCreated, error)

	CreateOrgApp(params *CreateOrgAppParams, authInfo runtime.ClientAuthInfoWriter, opts ...ClientOption) (*CreateOrgAppCreated, error)

	CreateOrgAppInstall(params *CreateOrgAppInstallParams, authInfo runtime.ClientAuthInfoWriter, opts ...ClientOption) (*CreateOrgAppInstallCreated, error)

	DeleteApp(params *DeleteAppParams, authInfo runtime.ClientAuthInfoWriter, opts ...ClientOption) (*DeleteAppNoContent, error)

	DeleteAppBot(params *DeleteAppBotParams, authInfo runtime.ClientAuthInfoWriter, opts ...ClientOption) (*DeleteAppBotNoContent, error)

	DeleteAppByID(params *DeleteAppByIDParams, authInfo runtime.ClientAuthInfoWriter, opts ...ClientOption) (*DeleteAppByIDNoContent, error)

	DeleteAppOrgInstallByID(params *DeleteAppOrgInstallByIDParams, authInfo runtime.ClientAuthInfoWriter, opts ...ClientOption) (*DeleteAppOrgInstallByIDNoContent, error)

	DeleteGroupAppInstallByID(params *DeleteGroupAppInstallByIDParams, authInfo runtime.ClientAuthInfoWriter, opts ...ClientOption) (*DeleteGroupAppInstallByIDNoContent, error)

	DeleteUserAppInstallByID(params *DeleteUserAppInstallByIDParams, authInfo runtime.ClientAuthInfoWriter, opts ...ClientOption) (*DeleteUserAppInstallByIDNoContent, error)

	GetApp(params *GetAppParams, authInfo runtime.ClientAuthInfoWriter, opts ...ClientOption) (*GetAppOK, error)

	GetAppBots(params *GetAppBotsParams, authInfo runtime.ClientAuthInfoWriter, opts ...ClientOption) (*GetAppBotsOK, error)

	GetAppByID(params *GetAppByIDParams, authInfo runtime.ClientAuthInfoWriter, opts ...ClientOption) (*GetAppByIDOK, error)

	GetAppInstallsForGroup(params *GetAppInstallsForGroupParams, authInfo runtime.ClientAuthInfoWriter, opts ...ClientOption) (*GetAppInstallsForGroupOK, error)

	GetAppInstallsForOrg(params *GetAppInstallsForOrgParams, authInfo runtime.ClientAuthInfoWriter, opts ...ClientOption) (*GetAppInstallsForOrgOK, error)

	GetAppInstallsForUser(params *GetAppInstallsForUserParams, authInfo runtime.ClientAuthInfoWriter, opts ...ClientOption) (*GetAppInstallsForUserOK, error)

	GetApps(params *GetAppsParams, authInfo runtime.ClientAuthInfoWriter, opts ...ClientOption) (*GetAppsOK, error)

	GetOrgApps(params *GetOrgAppsParams, authInfo runtime.ClientAuthInfoWriter, opts ...ClientOption) (*GetOrgAppsOK, error)

	GetUserAppSessions(params *GetUserAppSessionsParams, authInfo runtime.ClientAuthInfoWriter, opts ...ClientOption) (*GetUserAppSessionsOK, error)

	GetUserInstalledApps(params *GetUserInstalledAppsParams, authInfo runtime.ClientAuthInfoWriter, opts ...ClientOption) (*GetUserInstalledAppsOK, error)

	ManageAppCreationSecret(params *ManageAppCreationSecretParams, authInfo runtime.ClientAuthInfoWriter, opts ...ClientOption) (*ManageAppCreationSecretOK, error)

	ManageSecrets(params *ManageSecretsParams, authInfo runtime.ClientAuthInfoWriter, opts ...ClientOption) (*ManageSecretsOK, error)

	RevokeUserAppSession(params *RevokeUserAppSessionParams, authInfo runtime.ClientAuthInfoWriter, opts ...ClientOption) (*RevokeUserAppSessionNoContent, error)

	RevokeUserInstalledApp(params *RevokeUserInstalledAppParams, authInfo runtime.ClientAuthInfoWriter, opts ...ClientOption) (*RevokeUserInstalledAppNoContent, error)

	UpdateApp(params *UpdateAppParams, authInfo runtime.ClientAuthInfoWriter, opts ...ClientOption) (*UpdateAppOK, error)

	UpdateAppCreationByID(params *UpdateAppCreationByIDParams, authInfo runtime.ClientAuthInfoWriter, opts ...ClientOption) (*UpdateAppCreationByIDOK, error)

	UpdateGroupAppInstallSecret(params *UpdateGroupAppInstallSecretParams, authInfo runtime.ClientAuthInfoWriter, opts ...ClientOption) (*UpdateGroupAppInstallSecretOK, error)

	UpdateOrgAppInstallSecret(params *UpdateOrgAppInstallSecretParams, authInfo runtime.ClientAuthInfoWriter, opts ...ClientOption) (*UpdateOrgAppInstallSecretOK, 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 apps API client.

type CreateAppBadRequest

type CreateAppBadRequest 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 *models.ErrorDocument
}

CreateAppBadRequest 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 NewCreateAppBadRequest

func NewCreateAppBadRequest() *CreateAppBadRequest

NewCreateAppBadRequest creates a CreateAppBadRequest with default headers values

func (*CreateAppBadRequest) Code

func (o *CreateAppBadRequest) Code() int

Code gets the status code for the create app bad request response

func (*CreateAppBadRequest) Error

func (o *CreateAppBadRequest) Error() string

func (*CreateAppBadRequest) GetPayload

func (o *CreateAppBadRequest) GetPayload() *models.ErrorDocument

func (*CreateAppBadRequest) IsClientError

func (o *CreateAppBadRequest) IsClientError() bool

IsClientError returns true when this create app bad request response has a 4xx status code

func (*CreateAppBadRequest) IsCode

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

IsCode returns true when this create app bad request response a status code equal to that given

func (*CreateAppBadRequest) IsRedirect

func (o *CreateAppBadRequest) IsRedirect() bool

IsRedirect returns true when this create app bad request response has a 3xx status code

func (*CreateAppBadRequest) IsServerError

func (o *CreateAppBadRequest) IsServerError() bool

IsServerError returns true when this create app bad request response has a 5xx status code

func (*CreateAppBadRequest) IsSuccess

func (o *CreateAppBadRequest) IsSuccess() bool

IsSuccess returns true when this create app bad request response has a 2xx status code

func (*CreateAppBadRequest) String

func (o *CreateAppBadRequest) String() string

type CreateAppConflict

type CreateAppConflict 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 *models.ErrorDocument
}

CreateAppConflict describes a response with status code 409, with default header values.

Conflict: The requested operation conflicts with the current state of the resource in some way.

func NewCreateAppConflict

func NewCreateAppConflict() *CreateAppConflict

NewCreateAppConflict creates a CreateAppConflict with default headers values

func (*CreateAppConflict) Code

func (o *CreateAppConflict) Code() int

Code gets the status code for the create app conflict response

func (*CreateAppConflict) Error

func (o *CreateAppConflict) Error() string

func (*CreateAppConflict) GetPayload

func (o *CreateAppConflict) GetPayload() *models.ErrorDocument

func (*CreateAppConflict) IsClientError

func (o *CreateAppConflict) IsClientError() bool

IsClientError returns true when this create app conflict response has a 4xx status code

func (*CreateAppConflict) IsCode

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

IsCode returns true when this create app conflict response a status code equal to that given

func (*CreateAppConflict) IsRedirect

func (o *CreateAppConflict) IsRedirect() bool

IsRedirect returns true when this create app conflict response has a 3xx status code

func (*CreateAppConflict) IsServerError

func (o *CreateAppConflict) IsServerError() bool

IsServerError returns true when this create app conflict response has a 5xx status code

func (*CreateAppConflict) IsSuccess

func (o *CreateAppConflict) IsSuccess() bool

IsSuccess returns true when this create app conflict response has a 2xx status code

func (*CreateAppConflict) String

func (o *CreateAppConflict) String() string

type CreateAppCreated

type CreateAppCreated 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
	Location    string

	/* 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 *models.AppPostResponse
}

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

Created Snyk App successfully

func NewCreateAppCreated

func NewCreateAppCreated() *CreateAppCreated

NewCreateAppCreated creates a CreateAppCreated with default headers values

func (*CreateAppCreated) Code

func (o *CreateAppCreated) Code() int

Code gets the status code for the create app created response

func (*CreateAppCreated) Error

func (o *CreateAppCreated) Error() string

func (*CreateAppCreated) GetPayload

func (o *CreateAppCreated) GetPayload() *models.AppPostResponse

func (*CreateAppCreated) IsClientError

func (o *CreateAppCreated) IsClientError() bool

IsClientError returns true when this create app created response has a 4xx status code

func (*CreateAppCreated) IsCode

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

IsCode returns true when this create app created response a status code equal to that given

func (*CreateAppCreated) IsRedirect

func (o *CreateAppCreated) IsRedirect() bool

IsRedirect returns true when this create app created response has a 3xx status code

func (*CreateAppCreated) IsServerError

func (o *CreateAppCreated) IsServerError() bool

IsServerError returns true when this create app created response has a 5xx status code

func (*CreateAppCreated) IsSuccess

func (o *CreateAppCreated) IsSuccess() bool

IsSuccess returns true when this create app created response has a 2xx status code

func (*CreateAppCreated) String

func (o *CreateAppCreated) String() string

type CreateAppForbidden

type CreateAppForbidden 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 *CreateAppForbiddenBody
}

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

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

func NewCreateAppForbidden

func NewCreateAppForbidden() *CreateAppForbidden

NewCreateAppForbidden creates a CreateAppForbidden with default headers values

func (*CreateAppForbidden) Code

func (o *CreateAppForbidden) Code() int

Code gets the status code for the create app forbidden response

func (*CreateAppForbidden) Error

func (o *CreateAppForbidden) Error() string

func (*CreateAppForbidden) GetPayload

func (o *CreateAppForbidden) GetPayload() *CreateAppForbiddenBody

func (*CreateAppForbidden) IsClientError

func (o *CreateAppForbidden) IsClientError() bool

IsClientError returns true when this create app forbidden response has a 4xx status code

func (*CreateAppForbidden) IsCode

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

IsCode returns true when this create app forbidden response a status code equal to that given

func (*CreateAppForbidden) IsRedirect

func (o *CreateAppForbidden) IsRedirect() bool

IsRedirect returns true when this create app forbidden response has a 3xx status code

func (*CreateAppForbidden) IsServerError

func (o *CreateAppForbidden) IsServerError() bool

IsServerError returns true when this create app forbidden response has a 5xx status code

func (*CreateAppForbidden) IsSuccess

func (o *CreateAppForbidden) IsSuccess() bool

IsSuccess returns true when this create app forbidden response has a 2xx status code

func (*CreateAppForbidden) String

func (o *CreateAppForbidden) String() string

type CreateAppForbiddenBody

type CreateAppForbiddenBody struct {

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

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

CreateAppForbiddenBody create app forbidden body // Example: {"errors":[{"detail":"Permission denied for this resource","status":"403"}],"jsonapi":{"version":"1.0"}} swagger:model CreateAppForbiddenBody

func (*CreateAppForbiddenBody) ContextValidate

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

ContextValidate validate this create app forbidden body based on the context it is used

func (*CreateAppForbiddenBody) MarshalBinary

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

MarshalBinary interface implementation

func (*CreateAppForbiddenBody) UnmarshalBinary

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

UnmarshalBinary interface implementation

func (*CreateAppForbiddenBody) Validate

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

Validate validates this create app forbidden body

type CreateAppForbiddenBodyErrorsItems0

type CreateAppForbiddenBodyErrorsItems0 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"`

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

	// source
	Source *CreateAppForbiddenBodyErrorsItems0Source `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"`
}

CreateAppForbiddenBodyErrorsItems0 create app forbidden body errors items0 // Example: {"detail":"Not Found","status":"404"} swagger:model CreateAppForbiddenBodyErrorsItems0

func (*CreateAppForbiddenBodyErrorsItems0) ContextValidate

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

ContextValidate validate this create app forbidden body errors items0 based on the context it is used

func (*CreateAppForbiddenBodyErrorsItems0) MarshalBinary

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

MarshalBinary interface implementation

func (*CreateAppForbiddenBodyErrorsItems0) UnmarshalBinary

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

UnmarshalBinary interface implementation

func (*CreateAppForbiddenBodyErrorsItems0) Validate

Validate validates this create app forbidden body errors items0

type CreateAppForbiddenBodyErrorsItems0Source

type CreateAppForbiddenBodyErrorsItems0Source 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"`
}

CreateAppForbiddenBodyErrorsItems0Source create app forbidden body errors items0 source // Example: {"pointer":"/data/attributes"} swagger:model CreateAppForbiddenBodyErrorsItems0Source

func (*CreateAppForbiddenBodyErrorsItems0Source) ContextValidate

ContextValidate validates this create app forbidden body errors items0 source based on context it is used

func (*CreateAppForbiddenBodyErrorsItems0Source) MarshalBinary

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

MarshalBinary interface implementation

func (*CreateAppForbiddenBodyErrorsItems0Source) UnmarshalBinary

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

UnmarshalBinary interface implementation

func (*CreateAppForbiddenBodyErrorsItems0Source) Validate

Validate validates this create app forbidden body errors items0 source

type CreateAppForbiddenBodyJsonapi

type CreateAppForbiddenBodyJsonapi 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"`
}

CreateAppForbiddenBodyJsonapi create app forbidden body jsonapi // Example: {"version":"1.0"} swagger:model CreateAppForbiddenBodyJsonapi

func (*CreateAppForbiddenBodyJsonapi) ContextValidate

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

ContextValidate validates this create app forbidden body jsonapi based on context it is used

func (*CreateAppForbiddenBodyJsonapi) MarshalBinary

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

MarshalBinary interface implementation

func (*CreateAppForbiddenBodyJsonapi) UnmarshalBinary

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

UnmarshalBinary interface implementation

func (*CreateAppForbiddenBodyJsonapi) Validate

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

Validate validates this create app forbidden body jsonapi

type CreateAppInternalServerError

type CreateAppInternalServerError 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 *models.ErrorDocument
}

CreateAppInternalServerError 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 NewCreateAppInternalServerError

func NewCreateAppInternalServerError() *CreateAppInternalServerError

NewCreateAppInternalServerError creates a CreateAppInternalServerError with default headers values

func (*CreateAppInternalServerError) Code

Code gets the status code for the create app internal server error response

func (*CreateAppInternalServerError) Error

func (*CreateAppInternalServerError) GetPayload

func (*CreateAppInternalServerError) IsClientError

func (o *CreateAppInternalServerError) IsClientError() bool

IsClientError returns true when this create app internal server error response has a 4xx status code

func (*CreateAppInternalServerError) IsCode

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

IsCode returns true when this create app internal server error response a status code equal to that given

func (*CreateAppInternalServerError) IsRedirect

func (o *CreateAppInternalServerError) IsRedirect() bool

IsRedirect returns true when this create app internal server error response has a 3xx status code

func (*CreateAppInternalServerError) IsServerError

func (o *CreateAppInternalServerError) IsServerError() bool

IsServerError returns true when this create app internal server error response has a 5xx status code

func (*CreateAppInternalServerError) IsSuccess

func (o *CreateAppInternalServerError) IsSuccess() bool

IsSuccess returns true when this create app internal server error response has a 2xx status code

func (*CreateAppInternalServerError) String

type CreateAppNotFound

type CreateAppNotFound 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 *models.ErrorDocument
}

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

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

func NewCreateAppNotFound

func NewCreateAppNotFound() *CreateAppNotFound

NewCreateAppNotFound creates a CreateAppNotFound with default headers values

func (*CreateAppNotFound) Code

func (o *CreateAppNotFound) Code() int

Code gets the status code for the create app not found response

func (*CreateAppNotFound) Error

func (o *CreateAppNotFound) Error() string

func (*CreateAppNotFound) GetPayload

func (o *CreateAppNotFound) GetPayload() *models.ErrorDocument

func (*CreateAppNotFound) IsClientError

func (o *CreateAppNotFound) IsClientError() bool

IsClientError returns true when this create app not found response has a 4xx status code

func (*CreateAppNotFound) IsCode

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

IsCode returns true when this create app not found response a status code equal to that given

func (*CreateAppNotFound) IsRedirect

func (o *CreateAppNotFound) IsRedirect() bool

IsRedirect returns true when this create app not found response has a 3xx status code

func (*CreateAppNotFound) IsServerError

func (o *CreateAppNotFound) IsServerError() bool

IsServerError returns true when this create app not found response has a 5xx status code

func (*CreateAppNotFound) IsSuccess

func (o *CreateAppNotFound) IsSuccess() bool

IsSuccess returns true when this create app not found response has a 2xx status code

func (*CreateAppNotFound) String

func (o *CreateAppNotFound) String() string

type CreateAppParams

type CreateAppParams struct {

	/* Body.

	   app to be created
	*/
	Body *models.AppPostRequest

	/* OrgID.

	   Org ID

	   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
}

CreateAppParams contains all the parameters to send to the API endpoint

for the create app operation.

Typically these are written to a http.Request.

func NewCreateAppParams

func NewCreateAppParams() *CreateAppParams

NewCreateAppParams creates a new CreateAppParams 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 NewCreateAppParamsWithContext

func NewCreateAppParamsWithContext(ctx context.Context) *CreateAppParams

NewCreateAppParamsWithContext creates a new CreateAppParams object with the ability to set a context for a request.

func NewCreateAppParamsWithHTTPClient

func NewCreateAppParamsWithHTTPClient(client *http.Client) *CreateAppParams

NewCreateAppParamsWithHTTPClient creates a new CreateAppParams object with the ability to set a custom HTTPClient for a request.

func NewCreateAppParamsWithTimeout

func NewCreateAppParamsWithTimeout(timeout time.Duration) *CreateAppParams

NewCreateAppParamsWithTimeout creates a new CreateAppParams object with the ability to set a timeout on a request.

func (*CreateAppParams) SetBody

func (o *CreateAppParams) SetBody(body *models.AppPostRequest)

SetBody adds the body to the create app params

func (*CreateAppParams) SetContext

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

SetContext adds the context to the create app params

func (*CreateAppParams) SetDefaults

func (o *CreateAppParams) SetDefaults()

SetDefaults hydrates default values in the create app params (not the query body).

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

func (*CreateAppParams) SetHTTPClient

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

SetHTTPClient adds the HTTPClient to the create app params

func (*CreateAppParams) SetOrgID

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

SetOrgID adds the orgId to the create app params

func (*CreateAppParams) SetTimeout

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

SetTimeout adds the timeout to the create app params

func (*CreateAppParams) SetVersion

func (o *CreateAppParams) SetVersion(version string)

SetVersion adds the version to the create app params

func (*CreateAppParams) WithBody

WithBody adds the body to the create app params

func (*CreateAppParams) WithContext

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

WithContext adds the context to the create app params

func (*CreateAppParams) WithDefaults

func (o *CreateAppParams) WithDefaults() *CreateAppParams

WithDefaults hydrates default values in the create app params (not the query body).

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

func (*CreateAppParams) WithHTTPClient

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

WithHTTPClient adds the HTTPClient to the create app params

func (*CreateAppParams) WithOrgID

func (o *CreateAppParams) WithOrgID(orgID strfmt.UUID) *CreateAppParams

WithOrgID adds the orgID to the create app params

func (*CreateAppParams) WithTimeout

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

WithTimeout adds the timeout to the create app params

func (*CreateAppParams) WithVersion

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

WithVersion adds the version to the create app params

func (*CreateAppParams) WriteToRequest

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

WriteToRequest writes these params to a swagger request

type CreateAppReader

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

CreateAppReader is a Reader for the CreateApp structure.

func (*CreateAppReader) ReadResponse

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

ReadResponse reads a server response into the received o.

type CreateAppUnauthorized

type CreateAppUnauthorized 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 *models.ErrorDocument
}

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

Unauthorized: the request requires an authentication token or a token with more permissions.

func NewCreateAppUnauthorized

func NewCreateAppUnauthorized() *CreateAppUnauthorized

NewCreateAppUnauthorized creates a CreateAppUnauthorized with default headers values

func (*CreateAppUnauthorized) Code

func (o *CreateAppUnauthorized) Code() int

Code gets the status code for the create app unauthorized response

func (*CreateAppUnauthorized) Error

func (o *CreateAppUnauthorized) Error() string

func (*CreateAppUnauthorized) GetPayload

func (o *CreateAppUnauthorized) GetPayload() *models.ErrorDocument

func (*CreateAppUnauthorized) IsClientError

func (o *CreateAppUnauthorized) IsClientError() bool

IsClientError returns true when this create app unauthorized response has a 4xx status code

func (*CreateAppUnauthorized) IsCode

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

IsCode returns true when this create app unauthorized response a status code equal to that given

func (*CreateAppUnauthorized) IsRedirect

func (o *CreateAppUnauthorized) IsRedirect() bool

IsRedirect returns true when this create app unauthorized response has a 3xx status code

func (*CreateAppUnauthorized) IsServerError

func (o *CreateAppUnauthorized) IsServerError() bool

IsServerError returns true when this create app unauthorized response has a 5xx status code

func (*CreateAppUnauthorized) IsSuccess

func (o *CreateAppUnauthorized) IsSuccess() bool

IsSuccess returns true when this create app unauthorized response has a 2xx status code

func (*CreateAppUnauthorized) String

func (o *CreateAppUnauthorized) String() string

type CreateGroupAppInstallBadRequest

type CreateGroupAppInstallBadRequest 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 *models.ErrorDocument
}

CreateGroupAppInstallBadRequest 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 NewCreateGroupAppInstallBadRequest

func NewCreateGroupAppInstallBadRequest() *CreateGroupAppInstallBadRequest

NewCreateGroupAppInstallBadRequest creates a CreateGroupAppInstallBadRequest with default headers values

func (*CreateGroupAppInstallBadRequest) Code

Code gets the status code for the create group app install bad request response

func (*CreateGroupAppInstallBadRequest) Error

func (*CreateGroupAppInstallBadRequest) GetPayload

func (*CreateGroupAppInstallBadRequest) IsClientError

func (o *CreateGroupAppInstallBadRequest) IsClientError() bool

IsClientError returns true when this create group app install bad request response has a 4xx status code

func (*CreateGroupAppInstallBadRequest) IsCode

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

IsCode returns true when this create group app install bad request response a status code equal to that given

func (*CreateGroupAppInstallBadRequest) IsRedirect

func (o *CreateGroupAppInstallBadRequest) IsRedirect() bool

IsRedirect returns true when this create group app install bad request response has a 3xx status code

func (*CreateGroupAppInstallBadRequest) IsServerError

func (o *CreateGroupAppInstallBadRequest) IsServerError() bool

IsServerError returns true when this create group app install bad request response has a 5xx status code

func (*CreateGroupAppInstallBadRequest) IsSuccess

func (o *CreateGroupAppInstallBadRequest) IsSuccess() bool

IsSuccess returns true when this create group app install bad request response has a 2xx status code

func (*CreateGroupAppInstallBadRequest) String

type CreateGroupAppInstallBody

type CreateGroupAppInstallBody struct {

	// data
	// Required: true
	Data *CreateGroupAppInstallParamsBodyData `json:"data"`

	// relationships
	// Required: true
	Relationships *CreateGroupAppInstallParamsBodyRelationships `json:"relationships"`
}

CreateGroupAppInstallBody create group app install body swagger:model CreateGroupAppInstallBody

func (*CreateGroupAppInstallBody) ContextValidate

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

ContextValidate validate this create group app install body based on the context it is used

func (*CreateGroupAppInstallBody) MarshalBinary

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

MarshalBinary interface implementation

func (*CreateGroupAppInstallBody) UnmarshalBinary

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

UnmarshalBinary interface implementation

func (*CreateGroupAppInstallBody) Validate

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

Validate validates this create group app install body

type CreateGroupAppInstallConflict

type CreateGroupAppInstallConflict 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 *models.ErrorDocument
}

CreateGroupAppInstallConflict describes a response with status code 409, with default header values.

Conflict: The requested operation conflicts with the current state of the resource in some way.

func NewCreateGroupAppInstallConflict

func NewCreateGroupAppInstallConflict() *CreateGroupAppInstallConflict

NewCreateGroupAppInstallConflict creates a CreateGroupAppInstallConflict with default headers values

func (*CreateGroupAppInstallConflict) Code

Code gets the status code for the create group app install conflict response

func (*CreateGroupAppInstallConflict) Error

func (*CreateGroupAppInstallConflict) GetPayload

func (*CreateGroupAppInstallConflict) IsClientError

func (o *CreateGroupAppInstallConflict) IsClientError() bool

IsClientError returns true when this create group app install conflict response has a 4xx status code

func (*CreateGroupAppInstallConflict) IsCode

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

IsCode returns true when this create group app install conflict response a status code equal to that given

func (*CreateGroupAppInstallConflict) IsRedirect

func (o *CreateGroupAppInstallConflict) IsRedirect() bool

IsRedirect returns true when this create group app install conflict response has a 3xx status code

func (*CreateGroupAppInstallConflict) IsServerError

func (o *CreateGroupAppInstallConflict) IsServerError() bool

IsServerError returns true when this create group app install conflict response has a 5xx status code

func (*CreateGroupAppInstallConflict) IsSuccess

func (o *CreateGroupAppInstallConflict) IsSuccess() bool

IsSuccess returns true when this create group app install conflict response has a 2xx status code

func (*CreateGroupAppInstallConflict) String

type CreateGroupAppInstallCreated

type CreateGroupAppInstallCreated 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
	Location    string

	/* 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 *CreateGroupAppInstallCreatedBody
}

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

The newly created app install.

func NewCreateGroupAppInstallCreated

func NewCreateGroupAppInstallCreated() *CreateGroupAppInstallCreated

NewCreateGroupAppInstallCreated creates a CreateGroupAppInstallCreated with default headers values

func (*CreateGroupAppInstallCreated) Code

Code gets the status code for the create group app install created response

func (*CreateGroupAppInstallCreated) Error

func (*CreateGroupAppInstallCreated) GetPayload

func (*CreateGroupAppInstallCreated) IsClientError

func (o *CreateGroupAppInstallCreated) IsClientError() bool

IsClientError returns true when this create group app install created response has a 4xx status code

func (*CreateGroupAppInstallCreated) IsCode

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

IsCode returns true when this create group app install created response a status code equal to that given

func (*CreateGroupAppInstallCreated) IsRedirect

func (o *CreateGroupAppInstallCreated) IsRedirect() bool

IsRedirect returns true when this create group app install created response has a 3xx status code

func (*CreateGroupAppInstallCreated) IsServerError

func (o *CreateGroupAppInstallCreated) IsServerError() bool

IsServerError returns true when this create group app install created response has a 5xx status code

func (*CreateGroupAppInstallCreated) IsSuccess

func (o *CreateGroupAppInstallCreated) IsSuccess() bool

IsSuccess returns true when this create group app install created response has a 2xx status code

func (*CreateGroupAppInstallCreated) String

type CreateGroupAppInstallCreatedBody

type CreateGroupAppInstallCreatedBody struct {

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

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

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

CreateGroupAppInstallCreatedBody create group app install created body swagger:model CreateGroupAppInstallCreatedBody

func (*CreateGroupAppInstallCreatedBody) ContextValidate

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

ContextValidate validate this create group app install created body based on the context it is used

func (*CreateGroupAppInstallCreatedBody) MarshalBinary

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

MarshalBinary interface implementation

func (*CreateGroupAppInstallCreatedBody) UnmarshalBinary

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

UnmarshalBinary interface implementation

func (*CreateGroupAppInstallCreatedBody) Validate

Validate validates this create group app install created body

type CreateGroupAppInstallForbidden

type CreateGroupAppInstallForbidden 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 *CreateGroupAppInstallForbiddenBody
}

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

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

func NewCreateGroupAppInstallForbidden

func NewCreateGroupAppInstallForbidden() *CreateGroupAppInstallForbidden

NewCreateGroupAppInstallForbidden creates a CreateGroupAppInstallForbidden with default headers values

func (*CreateGroupAppInstallForbidden) Code

Code gets the status code for the create group app install forbidden response

func (*CreateGroupAppInstallForbidden) Error

func (*CreateGroupAppInstallForbidden) GetPayload

func (*CreateGroupAppInstallForbidden) IsClientError

func (o *CreateGroupAppInstallForbidden) IsClientError() bool

IsClientError returns true when this create group app install forbidden response has a 4xx status code

func (*CreateGroupAppInstallForbidden) IsCode

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

IsCode returns true when this create group app install forbidden response a status code equal to that given

func (*CreateGroupAppInstallForbidden) IsRedirect

func (o *CreateGroupAppInstallForbidden) IsRedirect() bool

IsRedirect returns true when this create group app install forbidden response has a 3xx status code

func (*CreateGroupAppInstallForbidden) IsServerError

func (o *CreateGroupAppInstallForbidden) IsServerError() bool

IsServerError returns true when this create group app install forbidden response has a 5xx status code

func (*CreateGroupAppInstallForbidden) IsSuccess

func (o *CreateGroupAppInstallForbidden) IsSuccess() bool

IsSuccess returns true when this create group app install forbidden response has a 2xx status code

func (*CreateGroupAppInstallForbidden) String

type CreateGroupAppInstallForbiddenBody

type CreateGroupAppInstallForbiddenBody struct {

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

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

CreateGroupAppInstallForbiddenBody create group app install forbidden body // Example: {"errors":[{"detail":"Permission denied for this resource","status":"403"}],"jsonapi":{"version":"1.0"}} swagger:model CreateGroupAppInstallForbiddenBody

func (*CreateGroupAppInstallForbiddenBody) ContextValidate

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

ContextValidate validate this create group app install forbidden body based on the context it is used

func (*CreateGroupAppInstallForbiddenBody) MarshalBinary

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

MarshalBinary interface implementation

func (*CreateGroupAppInstallForbiddenBody) UnmarshalBinary

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

UnmarshalBinary interface implementation

func (*CreateGroupAppInstallForbiddenBody) Validate

Validate validates this create group app install forbidden body

type CreateGroupAppInstallForbiddenBodyErrorsItems0

type CreateGroupAppInstallForbiddenBodyErrorsItems0 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"`

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

	// source
	Source *CreateGroupAppInstallForbiddenBodyErrorsItems0Source `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"`
}

CreateGroupAppInstallForbiddenBodyErrorsItems0 create group app install forbidden body errors items0 // Example: {"detail":"Not Found","status":"404"} swagger:model CreateGroupAppInstallForbiddenBodyErrorsItems0

func (*CreateGroupAppInstallForbiddenBodyErrorsItems0) ContextValidate

ContextValidate validate this create group app install forbidden body errors items0 based on the context it is used

func (*CreateGroupAppInstallForbiddenBodyErrorsItems0) MarshalBinary

MarshalBinary interface implementation

func (*CreateGroupAppInstallForbiddenBodyErrorsItems0) UnmarshalBinary

UnmarshalBinary interface implementation

func (*CreateGroupAppInstallForbiddenBodyErrorsItems0) Validate

Validate validates this create group app install forbidden body errors items0

type CreateGroupAppInstallForbiddenBodyErrorsItems0Source

type CreateGroupAppInstallForbiddenBodyErrorsItems0Source 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"`
}

CreateGroupAppInstallForbiddenBodyErrorsItems0Source create group app install forbidden body errors items0 source // Example: {"pointer":"/data/attributes"} swagger:model CreateGroupAppInstallForbiddenBodyErrorsItems0Source

func (*CreateGroupAppInstallForbiddenBodyErrorsItems0Source) ContextValidate

ContextValidate validates this create group app install forbidden body errors items0 source based on context it is used

func (*CreateGroupAppInstallForbiddenBodyErrorsItems0Source) MarshalBinary

MarshalBinary interface implementation

func (*CreateGroupAppInstallForbiddenBodyErrorsItems0Source) UnmarshalBinary

UnmarshalBinary interface implementation

func (*CreateGroupAppInstallForbiddenBodyErrorsItems0Source) Validate

Validate validates this create group app install forbidden body errors items0 source

type CreateGroupAppInstallForbiddenBodyJsonapi

type CreateGroupAppInstallForbiddenBodyJsonapi 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"`
}

CreateGroupAppInstallForbiddenBodyJsonapi create group app install forbidden body jsonapi // Example: {"version":"1.0"} swagger:model CreateGroupAppInstallForbiddenBodyJsonapi

func (*CreateGroupAppInstallForbiddenBodyJsonapi) ContextValidate

ContextValidate validates this create group app install forbidden body jsonapi based on context it is used

func (*CreateGroupAppInstallForbiddenBodyJsonapi) MarshalBinary

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

MarshalBinary interface implementation

func (*CreateGroupAppInstallForbiddenBodyJsonapi) UnmarshalBinary

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

UnmarshalBinary interface implementation

func (*CreateGroupAppInstallForbiddenBodyJsonapi) Validate

Validate validates this create group app install forbidden body jsonapi

type CreateGroupAppInstallInternalServerError

type CreateGroupAppInstallInternalServerError 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 *models.ErrorDocument
}

CreateGroupAppInstallInternalServerError 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 NewCreateGroupAppInstallInternalServerError

func NewCreateGroupAppInstallInternalServerError() *CreateGroupAppInstallInternalServerError

NewCreateGroupAppInstallInternalServerError creates a CreateGroupAppInstallInternalServerError with default headers values

func (*CreateGroupAppInstallInternalServerError) Code

Code gets the status code for the create group app install internal server error response

func (*CreateGroupAppInstallInternalServerError) Error

func (*CreateGroupAppInstallInternalServerError) GetPayload

func (*CreateGroupAppInstallInternalServerError) IsClientError

IsClientError returns true when this create group app install internal server error response has a 4xx status code

func (*CreateGroupAppInstallInternalServerError) IsCode

IsCode returns true when this create group app install internal server error response a status code equal to that given

func (*CreateGroupAppInstallInternalServerError) IsRedirect

IsRedirect returns true when this create group app install internal server error response has a 3xx status code

func (*CreateGroupAppInstallInternalServerError) IsServerError

IsServerError returns true when this create group app install internal server error response has a 5xx status code

func (*CreateGroupAppInstallInternalServerError) IsSuccess

IsSuccess returns true when this create group app install internal server error response has a 2xx status code

func (*CreateGroupAppInstallInternalServerError) String

type CreateGroupAppInstallNotFound

type CreateGroupAppInstallNotFound 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 *models.ErrorDocument
}

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

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

func NewCreateGroupAppInstallNotFound

func NewCreateGroupAppInstallNotFound() *CreateGroupAppInstallNotFound

NewCreateGroupAppInstallNotFound creates a CreateGroupAppInstallNotFound with default headers values

func (*CreateGroupAppInstallNotFound) Code

Code gets the status code for the create group app install not found response

func (*CreateGroupAppInstallNotFound) Error

func (*CreateGroupAppInstallNotFound) GetPayload

func (*CreateGroupAppInstallNotFound) IsClientError

func (o *CreateGroupAppInstallNotFound) IsClientError() bool

IsClientError returns true when this create group app install not found response has a 4xx status code

func (*CreateGroupAppInstallNotFound) IsCode

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

IsCode returns true when this create group app install not found response a status code equal to that given

func (*CreateGroupAppInstallNotFound) IsRedirect

func (o *CreateGroupAppInstallNotFound) IsRedirect() bool

IsRedirect returns true when this create group app install not found response has a 3xx status code

func (*CreateGroupAppInstallNotFound) IsServerError

func (o *CreateGroupAppInstallNotFound) IsServerError() bool

IsServerError returns true when this create group app install not found response has a 5xx status code

func (*CreateGroupAppInstallNotFound) IsSuccess

func (o *CreateGroupAppInstallNotFound) IsSuccess() bool

IsSuccess returns true when this create group app install not found response has a 2xx status code

func (*CreateGroupAppInstallNotFound) String

type CreateGroupAppInstallParams

type CreateGroupAppInstallParams struct {

	/* Body.

	   App Install to be created
	*/
	Body CreateGroupAppInstallBody

	/* GroupID.

	   Group ID

	   Format: uuid
	*/
	GroupID 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
}

CreateGroupAppInstallParams contains all the parameters to send to the API endpoint

for the create group app install operation.

Typically these are written to a http.Request.

func NewCreateGroupAppInstallParams

func NewCreateGroupAppInstallParams() *CreateGroupAppInstallParams

NewCreateGroupAppInstallParams creates a new CreateGroupAppInstallParams 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 NewCreateGroupAppInstallParamsWithContext

func NewCreateGroupAppInstallParamsWithContext(ctx context.Context) *CreateGroupAppInstallParams

NewCreateGroupAppInstallParamsWithContext creates a new CreateGroupAppInstallParams object with the ability to set a context for a request.

func NewCreateGroupAppInstallParamsWithHTTPClient

func NewCreateGroupAppInstallParamsWithHTTPClient(client *http.Client) *CreateGroupAppInstallParams

NewCreateGroupAppInstallParamsWithHTTPClient creates a new CreateGroupAppInstallParams object with the ability to set a custom HTTPClient for a request.

func NewCreateGroupAppInstallParamsWithTimeout

func NewCreateGroupAppInstallParamsWithTimeout(timeout time.Duration) *CreateGroupAppInstallParams

NewCreateGroupAppInstallParamsWithTimeout creates a new CreateGroupAppInstallParams object with the ability to set a timeout on a request.

func (*CreateGroupAppInstallParams) SetBody

SetBody adds the body to the create group app install params

func (*CreateGroupAppInstallParams) SetContext

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

SetContext adds the context to the create group app install params

func (*CreateGroupAppInstallParams) SetDefaults

func (o *CreateGroupAppInstallParams) SetDefaults()

SetDefaults hydrates default values in the create group app install params (not the query body).

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

func (*CreateGroupAppInstallParams) SetGroupID

func (o *CreateGroupAppInstallParams) SetGroupID(groupID strfmt.UUID)

SetGroupID adds the groupId to the create group app install params

func (*CreateGroupAppInstallParams) SetHTTPClient

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

SetHTTPClient adds the HTTPClient to the create group app install params

func (*CreateGroupAppInstallParams) SetTimeout

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

SetTimeout adds the timeout to the create group app install params

func (*CreateGroupAppInstallParams) SetVersion

func (o *CreateGroupAppInstallParams) SetVersion(version string)

SetVersion adds the version to the create group app install params

func (*CreateGroupAppInstallParams) WithBody

WithBody adds the body to the create group app install params

func (*CreateGroupAppInstallParams) WithContext

WithContext adds the context to the create group app install params

func (*CreateGroupAppInstallParams) WithDefaults

WithDefaults hydrates default values in the create group app install params (not the query body).

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

func (*CreateGroupAppInstallParams) WithGroupID

WithGroupID adds the groupID to the create group app install params

func (*CreateGroupAppInstallParams) WithHTTPClient

WithHTTPClient adds the HTTPClient to the create group app install params

func (*CreateGroupAppInstallParams) WithTimeout

WithTimeout adds the timeout to the create group app install params

func (*CreateGroupAppInstallParams) WithVersion

WithVersion adds the version to the create group app install params

func (*CreateGroupAppInstallParams) WriteToRequest

WriteToRequest writes these params to a swagger request

type CreateGroupAppInstallParamsBodyData

type CreateGroupAppInstallParamsBodyData struct {

	// type
	// Example: app_install
	// Enum: [app_install]
	Type string `json:"type,omitempty"`
}

CreateGroupAppInstallParamsBodyData create group app install params body data swagger:model CreateGroupAppInstallParamsBodyData

func (*CreateGroupAppInstallParamsBodyData) ContextValidate

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

ContextValidate validates this create group app install params body data based on context it is used

func (*CreateGroupAppInstallParamsBodyData) MarshalBinary

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

MarshalBinary interface implementation

func (*CreateGroupAppInstallParamsBodyData) UnmarshalBinary

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

UnmarshalBinary interface implementation

func (*CreateGroupAppInstallParamsBodyData) Validate

Validate validates this create group app install params body data

type CreateGroupAppInstallParamsBodyRelationships

type CreateGroupAppInstallParamsBodyRelationships struct {

	// app
	// Required: true
	App *CreateGroupAppInstallParamsBodyRelationshipsApp `json:"app"`
}

CreateGroupAppInstallParamsBodyRelationships create group app install params body relationships swagger:model CreateGroupAppInstallParamsBodyRelationships

func (*CreateGroupAppInstallParamsBodyRelationships) ContextValidate

ContextValidate validate this create group app install params body relationships based on the context it is used

func (*CreateGroupAppInstallParamsBodyRelationships) MarshalBinary

MarshalBinary interface implementation

func (*CreateGroupAppInstallParamsBodyRelationships) UnmarshalBinary

UnmarshalBinary interface implementation

func (*CreateGroupAppInstallParamsBodyRelationships) Validate

Validate validates this create group app install params body relationships

type CreateGroupAppInstallParamsBodyRelationshipsApp

type CreateGroupAppInstallParamsBodyRelationshipsApp struct {

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

CreateGroupAppInstallParamsBodyRelationshipsApp create group app install params body relationships app swagger:model CreateGroupAppInstallParamsBodyRelationshipsApp

func (*CreateGroupAppInstallParamsBodyRelationshipsApp) ContextValidate

ContextValidate validate this create group app install params body relationships app based on the context it is used

func (*CreateGroupAppInstallParamsBodyRelationshipsApp) MarshalBinary

MarshalBinary interface implementation

func (*CreateGroupAppInstallParamsBodyRelationshipsApp) UnmarshalBinary

UnmarshalBinary interface implementation

func (*CreateGroupAppInstallParamsBodyRelationshipsApp) Validate

Validate validates this create group app install params body relationships app

type CreateGroupAppInstallParamsBodyRelationshipsAppData

type CreateGroupAppInstallParamsBodyRelationshipsAppData struct {

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

	// type
	// Example: app
	// Required: true
	// Enum: [app]
	Type *string `json:"type"`
}

CreateGroupAppInstallParamsBodyRelationshipsAppData create group app install params body relationships app data swagger:model CreateGroupAppInstallParamsBodyRelationshipsAppData

func (*CreateGroupAppInstallParamsBodyRelationshipsAppData) ContextValidate

ContextValidate validate this create group app install params body relationships app data based on the context it is used

func (*CreateGroupAppInstallParamsBodyRelationshipsAppData) MarshalBinary

MarshalBinary interface implementation

func (*CreateGroupAppInstallParamsBodyRelationshipsAppData) UnmarshalBinary

UnmarshalBinary interface implementation

func (*CreateGroupAppInstallParamsBodyRelationshipsAppData) Validate

Validate validates this create group app install params body relationships app data

type CreateGroupAppInstallReader

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

CreateGroupAppInstallReader is a Reader for the CreateGroupAppInstall structure.

func (*CreateGroupAppInstallReader) ReadResponse

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

ReadResponse reads a server response into the received o.

type CreateGroupAppInstallUnauthorized

type CreateGroupAppInstallUnauthorized 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 *models.ErrorDocument
}

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

Unauthorized: the request requires an authentication token or a token with more permissions.

func NewCreateGroupAppInstallUnauthorized

func NewCreateGroupAppInstallUnauthorized() *CreateGroupAppInstallUnauthorized

NewCreateGroupAppInstallUnauthorized creates a CreateGroupAppInstallUnauthorized with default headers values

func (*CreateGroupAppInstallUnauthorized) Code

Code gets the status code for the create group app install unauthorized response

func (*CreateGroupAppInstallUnauthorized) Error

func (*CreateGroupAppInstallUnauthorized) GetPayload

func (*CreateGroupAppInstallUnauthorized) IsClientError

func (o *CreateGroupAppInstallUnauthorized) IsClientError() bool

IsClientError returns true when this create group app install unauthorized response has a 4xx status code

func (*CreateGroupAppInstallUnauthorized) IsCode

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

IsCode returns true when this create group app install unauthorized response a status code equal to that given

func (*CreateGroupAppInstallUnauthorized) IsRedirect

func (o *CreateGroupAppInstallUnauthorized) IsRedirect() bool

IsRedirect returns true when this create group app install unauthorized response has a 3xx status code

func (*CreateGroupAppInstallUnauthorized) IsServerError

func (o *CreateGroupAppInstallUnauthorized) IsServerError() bool

IsServerError returns true when this create group app install unauthorized response has a 5xx status code

func (*CreateGroupAppInstallUnauthorized) IsSuccess

func (o *CreateGroupAppInstallUnauthorized) IsSuccess() bool

IsSuccess returns true when this create group app install unauthorized response has a 2xx status code

func (*CreateGroupAppInstallUnauthorized) String

type CreateOrgAppBadRequest

type CreateOrgAppBadRequest 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 *models.ErrorDocument
}

CreateOrgAppBadRequest 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 NewCreateOrgAppBadRequest

func NewCreateOrgAppBadRequest() *CreateOrgAppBadRequest

NewCreateOrgAppBadRequest creates a CreateOrgAppBadRequest with default headers values

func (*CreateOrgAppBadRequest) Code

func (o *CreateOrgAppBadRequest) Code() int

Code gets the status code for the create org app bad request response

func (*CreateOrgAppBadRequest) Error

func (o *CreateOrgAppBadRequest) Error() string

func (*CreateOrgAppBadRequest) GetPayload

func (o *CreateOrgAppBadRequest) GetPayload() *models.ErrorDocument

func (*CreateOrgAppBadRequest) IsClientError

func (o *CreateOrgAppBadRequest) IsClientError() bool

IsClientError returns true when this create org app bad request response has a 4xx status code

func (*CreateOrgAppBadRequest) IsCode

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

IsCode returns true when this create org app bad request response a status code equal to that given

func (*CreateOrgAppBadRequest) IsRedirect

func (o *CreateOrgAppBadRequest) IsRedirect() bool

IsRedirect returns true when this create org app bad request response has a 3xx status code

func (*CreateOrgAppBadRequest) IsServerError

func (o *CreateOrgAppBadRequest) IsServerError() bool

IsServerError returns true when this create org app bad request response has a 5xx status code

func (*CreateOrgAppBadRequest) IsSuccess

func (o *CreateOrgAppBadRequest) IsSuccess() bool

IsSuccess returns true when this create org app bad request response has a 2xx status code

func (*CreateOrgAppBadRequest) String

func (o *CreateOrgAppBadRequest) String() string

type CreateOrgAppConflict

type CreateOrgAppConflict 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 *models.ErrorDocument
}

CreateOrgAppConflict describes a response with status code 409, with default header values.

Conflict: The requested operation conflicts with the current state of the resource in some way.

func NewCreateOrgAppConflict

func NewCreateOrgAppConflict() *CreateOrgAppConflict

NewCreateOrgAppConflict creates a CreateOrgAppConflict with default headers values

func (*CreateOrgAppConflict) Code

func (o *CreateOrgAppConflict) Code() int

Code gets the status code for the create org app conflict response

func (*CreateOrgAppConflict) Error

func (o *CreateOrgAppConflict) Error() string

func (*CreateOrgAppConflict) GetPayload

func (o *CreateOrgAppConflict) GetPayload() *models.ErrorDocument

func (*CreateOrgAppConflict) IsClientError

func (o *CreateOrgAppConflict) IsClientError() bool

IsClientError returns true when this create org app conflict response has a 4xx status code

func (*CreateOrgAppConflict) IsCode

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

IsCode returns true when this create org app conflict response a status code equal to that given

func (*CreateOrgAppConflict) IsRedirect

func (o *CreateOrgAppConflict) IsRedirect() bool

IsRedirect returns true when this create org app conflict response has a 3xx status code

func (*CreateOrgAppConflict) IsServerError

func (o *CreateOrgAppConflict) IsServerError() bool

IsServerError returns true when this create org app conflict response has a 5xx status code

func (*CreateOrgAppConflict) IsSuccess

func (o *CreateOrgAppConflict) IsSuccess() bool

IsSuccess returns true when this create org app conflict response has a 2xx status code

func (*CreateOrgAppConflict) String

func (o *CreateOrgAppConflict) String() string

type CreateOrgAppCreated

type CreateOrgAppCreated 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
	Location    string

	/* 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 *models.AppPostResponse
}

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

Created Snyk App successfully.

func NewCreateOrgAppCreated

func NewCreateOrgAppCreated() *CreateOrgAppCreated

NewCreateOrgAppCreated creates a CreateOrgAppCreated with default headers values

func (*CreateOrgAppCreated) Code

func (o *CreateOrgAppCreated) Code() int

Code gets the status code for the create org app created response

func (*CreateOrgAppCreated) Error

func (o *CreateOrgAppCreated) Error() string

func (*CreateOrgAppCreated) GetPayload

func (o *CreateOrgAppCreated) GetPayload() *models.AppPostResponse

func (*CreateOrgAppCreated) IsClientError

func (o *CreateOrgAppCreated) IsClientError() bool

IsClientError returns true when this create org app created response has a 4xx status code

func (*CreateOrgAppCreated) IsCode

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

IsCode returns true when this create org app created response a status code equal to that given

func (*CreateOrgAppCreated) IsRedirect

func (o *CreateOrgAppCreated) IsRedirect() bool

IsRedirect returns true when this create org app created response has a 3xx status code

func (*CreateOrgAppCreated) IsServerError

func (o *CreateOrgAppCreated) IsServerError() bool

IsServerError returns true when this create org app created response has a 5xx status code

func (*CreateOrgAppCreated) IsSuccess

func (o *CreateOrgAppCreated) IsSuccess() bool

IsSuccess returns true when this create org app created response has a 2xx status code

func (*CreateOrgAppCreated) String

func (o *CreateOrgAppCreated) String() string

type CreateOrgAppForbidden

type CreateOrgAppForbidden 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 *CreateOrgAppForbiddenBody
}

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

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

func NewCreateOrgAppForbidden

func NewCreateOrgAppForbidden() *CreateOrgAppForbidden

NewCreateOrgAppForbidden creates a CreateOrgAppForbidden with default headers values

func (*CreateOrgAppForbidden) Code

func (o *CreateOrgAppForbidden) Code() int

Code gets the status code for the create org app forbidden response

func (*CreateOrgAppForbidden) Error

func (o *CreateOrgAppForbidden) Error() string

func (*CreateOrgAppForbidden) GetPayload

func (*CreateOrgAppForbidden) IsClientError

func (o *CreateOrgAppForbidden) IsClientError() bool

IsClientError returns true when this create org app forbidden response has a 4xx status code

func (*CreateOrgAppForbidden) IsCode

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

IsCode returns true when this create org app forbidden response a status code equal to that given

func (*CreateOrgAppForbidden) IsRedirect

func (o *CreateOrgAppForbidden) IsRedirect() bool

IsRedirect returns true when this create org app forbidden response has a 3xx status code

func (*CreateOrgAppForbidden) IsServerError

func (o *CreateOrgAppForbidden) IsServerError() bool

IsServerError returns true when this create org app forbidden response has a 5xx status code

func (*CreateOrgAppForbidden) IsSuccess

func (o *CreateOrgAppForbidden) IsSuccess() bool

IsSuccess returns true when this create org app forbidden response has a 2xx status code

func (*CreateOrgAppForbidden) String

func (o *CreateOrgAppForbidden) String() string

type CreateOrgAppForbiddenBody

type CreateOrgAppForbiddenBody struct {

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

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

CreateOrgAppForbiddenBody create org app forbidden body // Example: {"errors":[{"detail":"Permission denied for this resource","status":"403"}],"jsonapi":{"version":"1.0"}} swagger:model CreateOrgAppForbiddenBody

func (*CreateOrgAppForbiddenBody) ContextValidate

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

ContextValidate validate this create org app forbidden body based on the context it is used

func (*CreateOrgAppForbiddenBody) MarshalBinary

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

MarshalBinary interface implementation

func (*CreateOrgAppForbiddenBody) UnmarshalBinary

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

UnmarshalBinary interface implementation

func (*CreateOrgAppForbiddenBody) Validate

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

Validate validates this create org app forbidden body

type CreateOrgAppForbiddenBodyErrorsItems0

type CreateOrgAppForbiddenBodyErrorsItems0 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"`

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

	// source
	Source *CreateOrgAppForbiddenBodyErrorsItems0Source `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"`
}

CreateOrgAppForbiddenBodyErrorsItems0 create org app forbidden body errors items0 // Example: {"detail":"Not Found","status":"404"} swagger:model CreateOrgAppForbiddenBodyErrorsItems0

func (*CreateOrgAppForbiddenBodyErrorsItems0) ContextValidate

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

ContextValidate validate this create org app forbidden body errors items0 based on the context it is used

func (*CreateOrgAppForbiddenBodyErrorsItems0) MarshalBinary

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

MarshalBinary interface implementation

func (*CreateOrgAppForbiddenBodyErrorsItems0) UnmarshalBinary

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

UnmarshalBinary interface implementation

func (*CreateOrgAppForbiddenBodyErrorsItems0) Validate

Validate validates this create org app forbidden body errors items0

type CreateOrgAppForbiddenBodyErrorsItems0Source

type CreateOrgAppForbiddenBodyErrorsItems0Source 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"`
}

CreateOrgAppForbiddenBodyErrorsItems0Source create org app forbidden body errors items0 source // Example: {"pointer":"/data/attributes"} swagger:model CreateOrgAppForbiddenBodyErrorsItems0Source

func (*CreateOrgAppForbiddenBodyErrorsItems0Source) ContextValidate

ContextValidate validates this create org app forbidden body errors items0 source based on context it is used

func (*CreateOrgAppForbiddenBodyErrorsItems0Source) MarshalBinary

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

MarshalBinary interface implementation

func (*CreateOrgAppForbiddenBodyErrorsItems0Source) UnmarshalBinary

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

UnmarshalBinary interface implementation

func (*CreateOrgAppForbiddenBodyErrorsItems0Source) Validate

Validate validates this create org app forbidden body errors items0 source

type CreateOrgAppForbiddenBodyJsonapi

type CreateOrgAppForbiddenBodyJsonapi 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"`
}

CreateOrgAppForbiddenBodyJsonapi create org app forbidden body jsonapi // Example: {"version":"1.0"} swagger:model CreateOrgAppForbiddenBodyJsonapi

func (*CreateOrgAppForbiddenBodyJsonapi) ContextValidate

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

ContextValidate validates this create org app forbidden body jsonapi based on context it is used

func (*CreateOrgAppForbiddenBodyJsonapi) MarshalBinary

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

MarshalBinary interface implementation

func (*CreateOrgAppForbiddenBodyJsonapi) UnmarshalBinary

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

UnmarshalBinary interface implementation

func (*CreateOrgAppForbiddenBodyJsonapi) Validate

Validate validates this create org app forbidden body jsonapi

type CreateOrgAppInstallBadRequest

type CreateOrgAppInstallBadRequest 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 *models.ErrorDocument
}

CreateOrgAppInstallBadRequest 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 NewCreateOrgAppInstallBadRequest

func NewCreateOrgAppInstallBadRequest() *CreateOrgAppInstallBadRequest

NewCreateOrgAppInstallBadRequest creates a CreateOrgAppInstallBadRequest with default headers values

func (*CreateOrgAppInstallBadRequest) Code

Code gets the status code for the create org app install bad request response

func (*CreateOrgAppInstallBadRequest) Error

func (*CreateOrgAppInstallBadRequest) GetPayload

func (*CreateOrgAppInstallBadRequest) IsClientError

func (o *CreateOrgAppInstallBadRequest) IsClientError() bool

IsClientError returns true when this create org app install bad request response has a 4xx status code

func (*CreateOrgAppInstallBadRequest) IsCode

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

IsCode returns true when this create org app install bad request response a status code equal to that given

func (*CreateOrgAppInstallBadRequest) IsRedirect

func (o *CreateOrgAppInstallBadRequest) IsRedirect() bool

IsRedirect returns true when this create org app install bad request response has a 3xx status code

func (*CreateOrgAppInstallBadRequest) IsServerError

func (o *CreateOrgAppInstallBadRequest) IsServerError() bool

IsServerError returns true when this create org app install bad request response has a 5xx status code

func (*CreateOrgAppInstallBadRequest) IsSuccess

func (o *CreateOrgAppInstallBadRequest) IsSuccess() bool

IsSuccess returns true when this create org app install bad request response has a 2xx status code

func (*CreateOrgAppInstallBadRequest) String

type CreateOrgAppInstallBody

type CreateOrgAppInstallBody struct {

	// data
	// Required: true
	Data *CreateOrgAppInstallParamsBodyData `json:"data"`

	// relationships
	// Required: true
	Relationships *CreateOrgAppInstallParamsBodyRelationships `json:"relationships"`
}

CreateOrgAppInstallBody create org app install body swagger:model CreateOrgAppInstallBody

func (*CreateOrgAppInstallBody) ContextValidate

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

ContextValidate validate this create org app install body based on the context it is used

func (*CreateOrgAppInstallBody) MarshalBinary

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

MarshalBinary interface implementation

func (*CreateOrgAppInstallBody) UnmarshalBinary

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

UnmarshalBinary interface implementation

func (*CreateOrgAppInstallBody) Validate

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

Validate validates this create org app install body

type CreateOrgAppInstallConflict

type CreateOrgAppInstallConflict 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 *models.ErrorDocument
}

CreateOrgAppInstallConflict describes a response with status code 409, with default header values.

Conflict: The requested operation conflicts with the current state of the resource in some way.

func NewCreateOrgAppInstallConflict

func NewCreateOrgAppInstallConflict() *CreateOrgAppInstallConflict

NewCreateOrgAppInstallConflict creates a CreateOrgAppInstallConflict with default headers values

func (*CreateOrgAppInstallConflict) Code

func (o *CreateOrgAppInstallConflict) Code() int

Code gets the status code for the create org app install conflict response

func (*CreateOrgAppInstallConflict) Error

func (*CreateOrgAppInstallConflict) GetPayload

func (*CreateOrgAppInstallConflict) IsClientError

func (o *CreateOrgAppInstallConflict) IsClientError() bool

IsClientError returns true when this create org app install conflict response has a 4xx status code

func (*CreateOrgAppInstallConflict) IsCode

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

IsCode returns true when this create org app install conflict response a status code equal to that given

func (*CreateOrgAppInstallConflict) IsRedirect

func (o *CreateOrgAppInstallConflict) IsRedirect() bool

IsRedirect returns true when this create org app install conflict response has a 3xx status code

func (*CreateOrgAppInstallConflict) IsServerError

func (o *CreateOrgAppInstallConflict) IsServerError() bool

IsServerError returns true when this create org app install conflict response has a 5xx status code

func (*CreateOrgAppInstallConflict) IsSuccess

func (o *CreateOrgAppInstallConflict) IsSuccess() bool

IsSuccess returns true when this create org app install conflict response has a 2xx status code

func (*CreateOrgAppInstallConflict) String

func (o *CreateOrgAppInstallConflict) String() string

type CreateOrgAppInstallCreated

type CreateOrgAppInstallCreated 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
	Location    string

	/* 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 *CreateOrgAppInstallCreatedBody
}

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

The newly created app install.

func NewCreateOrgAppInstallCreated

func NewCreateOrgAppInstallCreated() *CreateOrgAppInstallCreated

NewCreateOrgAppInstallCreated creates a CreateOrgAppInstallCreated with default headers values

func (*CreateOrgAppInstallCreated) Code

func (o *CreateOrgAppInstallCreated) Code() int

Code gets the status code for the create org app install created response

func (*CreateOrgAppInstallCreated) Error

func (*CreateOrgAppInstallCreated) GetPayload

func (*CreateOrgAppInstallCreated) IsClientError

func (o *CreateOrgAppInstallCreated) IsClientError() bool

IsClientError returns true when this create org app install created response has a 4xx status code

func (*CreateOrgAppInstallCreated) IsCode

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

IsCode returns true when this create org app install created response a status code equal to that given

func (*CreateOrgAppInstallCreated) IsRedirect

func (o *CreateOrgAppInstallCreated) IsRedirect() bool

IsRedirect returns true when this create org app install created response has a 3xx status code

func (*CreateOrgAppInstallCreated) IsServerError

func (o *CreateOrgAppInstallCreated) IsServerError() bool

IsServerError returns true when this create org app install created response has a 5xx status code

func (*CreateOrgAppInstallCreated) IsSuccess

func (o *CreateOrgAppInstallCreated) IsSuccess() bool

IsSuccess returns true when this create org app install created response has a 2xx status code

func (*CreateOrgAppInstallCreated) String

func (o *CreateOrgAppInstallCreated) String() string

type CreateOrgAppInstallCreatedBody

type CreateOrgAppInstallCreatedBody struct {

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

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

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

CreateOrgAppInstallCreatedBody create org app install created body swagger:model CreateOrgAppInstallCreatedBody

func (*CreateOrgAppInstallCreatedBody) ContextValidate

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

ContextValidate validate this create org app install created body based on the context it is used

func (*CreateOrgAppInstallCreatedBody) MarshalBinary

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

MarshalBinary interface implementation

func (*CreateOrgAppInstallCreatedBody) UnmarshalBinary

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

UnmarshalBinary interface implementation

func (*CreateOrgAppInstallCreatedBody) Validate

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

Validate validates this create org app install created body

type CreateOrgAppInstallForbidden

type CreateOrgAppInstallForbidden 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 *CreateOrgAppInstallForbiddenBody
}

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

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

func NewCreateOrgAppInstallForbidden

func NewCreateOrgAppInstallForbidden() *CreateOrgAppInstallForbidden

NewCreateOrgAppInstallForbidden creates a CreateOrgAppInstallForbidden with default headers values

func (*CreateOrgAppInstallForbidden) Code

Code gets the status code for the create org app install forbidden response

func (*CreateOrgAppInstallForbidden) Error

func (*CreateOrgAppInstallForbidden) GetPayload

func (*CreateOrgAppInstallForbidden) IsClientError

func (o *CreateOrgAppInstallForbidden) IsClientError() bool

IsClientError returns true when this create org app install forbidden response has a 4xx status code

func (*CreateOrgAppInstallForbidden) IsCode

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

IsCode returns true when this create org app install forbidden response a status code equal to that given

func (*CreateOrgAppInstallForbidden) IsRedirect

func (o *CreateOrgAppInstallForbidden) IsRedirect() bool

IsRedirect returns true when this create org app install forbidden response has a 3xx status code

func (*CreateOrgAppInstallForbidden) IsServerError

func (o *CreateOrgAppInstallForbidden) IsServerError() bool

IsServerError returns true when this create org app install forbidden response has a 5xx status code

func (*CreateOrgAppInstallForbidden) IsSuccess

func (o *CreateOrgAppInstallForbidden) IsSuccess() bool

IsSuccess returns true when this create org app install forbidden response has a 2xx status code

func (*CreateOrgAppInstallForbidden) String

type CreateOrgAppInstallForbiddenBody

type CreateOrgAppInstallForbiddenBody struct {

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

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

CreateOrgAppInstallForbiddenBody create org app install forbidden body // Example: {"errors":[{"detail":"Permission denied for this resource","status":"403"}],"jsonapi":{"version":"1.0"}} swagger:model CreateOrgAppInstallForbiddenBody

func (*CreateOrgAppInstallForbiddenBody) ContextValidate

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

ContextValidate validate this create org app install forbidden body based on the context it is used

func (*CreateOrgAppInstallForbiddenBody) MarshalBinary

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

MarshalBinary interface implementation

func (*CreateOrgAppInstallForbiddenBody) UnmarshalBinary

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

UnmarshalBinary interface implementation

func (*CreateOrgAppInstallForbiddenBody) Validate

Validate validates this create org app install forbidden body

type CreateOrgAppInstallForbiddenBodyErrorsItems0

type CreateOrgAppInstallForbiddenBodyErrorsItems0 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"`

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

	// source
	Source *CreateOrgAppInstallForbiddenBodyErrorsItems0Source `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"`
}

CreateOrgAppInstallForbiddenBodyErrorsItems0 create org app install forbidden body errors items0 // Example: {"detail":"Not Found","status":"404"} swagger:model CreateOrgAppInstallForbiddenBodyErrorsItems0

func (*CreateOrgAppInstallForbiddenBodyErrorsItems0) ContextValidate

ContextValidate validate this create org app install forbidden body errors items0 based on the context it is used

func (*CreateOrgAppInstallForbiddenBodyErrorsItems0) MarshalBinary

MarshalBinary interface implementation

func (*CreateOrgAppInstallForbiddenBodyErrorsItems0) UnmarshalBinary

UnmarshalBinary interface implementation

func (*CreateOrgAppInstallForbiddenBodyErrorsItems0) Validate

Validate validates this create org app install forbidden body errors items0

type CreateOrgAppInstallForbiddenBodyErrorsItems0Source

type CreateOrgAppInstallForbiddenBodyErrorsItems0Source 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"`
}

CreateOrgAppInstallForbiddenBodyErrorsItems0Source create org app install forbidden body errors items0 source // Example: {"pointer":"/data/attributes"} swagger:model CreateOrgAppInstallForbiddenBodyErrorsItems0Source

func (*CreateOrgAppInstallForbiddenBodyErrorsItems0Source) ContextValidate

ContextValidate validates this create org app install forbidden body errors items0 source based on context it is used

func (*CreateOrgAppInstallForbiddenBodyErrorsItems0Source) MarshalBinary

MarshalBinary interface implementation

func (*CreateOrgAppInstallForbiddenBodyErrorsItems0Source) UnmarshalBinary

UnmarshalBinary interface implementation

func (*CreateOrgAppInstallForbiddenBodyErrorsItems0Source) Validate

Validate validates this create org app install forbidden body errors items0 source

type CreateOrgAppInstallForbiddenBodyJsonapi

type CreateOrgAppInstallForbiddenBodyJsonapi 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"`
}

CreateOrgAppInstallForbiddenBodyJsonapi create org app install forbidden body jsonapi // Example: {"version":"1.0"} swagger:model CreateOrgAppInstallForbiddenBodyJsonapi

func (*CreateOrgAppInstallForbiddenBodyJsonapi) ContextValidate

ContextValidate validates this create org app install forbidden body jsonapi based on context it is used

func (*CreateOrgAppInstallForbiddenBodyJsonapi) MarshalBinary

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

MarshalBinary interface implementation

func (*CreateOrgAppInstallForbiddenBodyJsonapi) UnmarshalBinary

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

UnmarshalBinary interface implementation

func (*CreateOrgAppInstallForbiddenBodyJsonapi) Validate

Validate validates this create org app install forbidden body jsonapi

type CreateOrgAppInstallInternalServerError

type CreateOrgAppInstallInternalServerError 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 *models.ErrorDocument
}

CreateOrgAppInstallInternalServerError 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 NewCreateOrgAppInstallInternalServerError

func NewCreateOrgAppInstallInternalServerError() *CreateOrgAppInstallInternalServerError

NewCreateOrgAppInstallInternalServerError creates a CreateOrgAppInstallInternalServerError with default headers values

func (*CreateOrgAppInstallInternalServerError) Code

Code gets the status code for the create org app install internal server error response

func (*CreateOrgAppInstallInternalServerError) Error

func (*CreateOrgAppInstallInternalServerError) GetPayload

func (*CreateOrgAppInstallInternalServerError) IsClientError

func (o *CreateOrgAppInstallInternalServerError) IsClientError() bool

IsClientError returns true when this create org app install internal server error response has a 4xx status code

func (*CreateOrgAppInstallInternalServerError) IsCode

IsCode returns true when this create org app install internal server error response a status code equal to that given

func (*CreateOrgAppInstallInternalServerError) IsRedirect

IsRedirect returns true when this create org app install internal server error response has a 3xx status code

func (*CreateOrgAppInstallInternalServerError) IsServerError

func (o *CreateOrgAppInstallInternalServerError) IsServerError() bool

IsServerError returns true when this create org app install internal server error response has a 5xx status code

func (*CreateOrgAppInstallInternalServerError) IsSuccess

IsSuccess returns true when this create org app install internal server error response has a 2xx status code

func (*CreateOrgAppInstallInternalServerError) String

type CreateOrgAppInstallNotFound

type CreateOrgAppInstallNotFound 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 *models.ErrorDocument
}

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

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

func NewCreateOrgAppInstallNotFound

func NewCreateOrgAppInstallNotFound() *CreateOrgAppInstallNotFound

NewCreateOrgAppInstallNotFound creates a CreateOrgAppInstallNotFound with default headers values

func (*CreateOrgAppInstallNotFound) Code

func (o *CreateOrgAppInstallNotFound) Code() int

Code gets the status code for the create org app install not found response

func (*CreateOrgAppInstallNotFound) Error

func (*CreateOrgAppInstallNotFound) GetPayload

func (*CreateOrgAppInstallNotFound) IsClientError

func (o *CreateOrgAppInstallNotFound) IsClientError() bool

IsClientError returns true when this create org app install not found response has a 4xx status code

func (*CreateOrgAppInstallNotFound) IsCode

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

IsCode returns true when this create org app install not found response a status code equal to that given

func (*CreateOrgAppInstallNotFound) IsRedirect

func (o *CreateOrgAppInstallNotFound) IsRedirect() bool

IsRedirect returns true when this create org app install not found response has a 3xx status code

func (*CreateOrgAppInstallNotFound) IsServerError

func (o *CreateOrgAppInstallNotFound) IsServerError() bool

IsServerError returns true when this create org app install not found response has a 5xx status code

func (*CreateOrgAppInstallNotFound) IsSuccess

func (o *CreateOrgAppInstallNotFound) IsSuccess() bool

IsSuccess returns true when this create org app install not found response has a 2xx status code

func (*CreateOrgAppInstallNotFound) String

func (o *CreateOrgAppInstallNotFound) String() string

type CreateOrgAppInstallParams

type CreateOrgAppInstallParams struct {

	/* Body.

	   App Install to be created
	*/
	Body CreateOrgAppInstallBody

	/* OrgID.

	   Org ID

	   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
}

CreateOrgAppInstallParams contains all the parameters to send to the API endpoint

for the create org app install operation.

Typically these are written to a http.Request.

func NewCreateOrgAppInstallParams

func NewCreateOrgAppInstallParams() *CreateOrgAppInstallParams

NewCreateOrgAppInstallParams creates a new CreateOrgAppInstallParams 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 NewCreateOrgAppInstallParamsWithContext

func NewCreateOrgAppInstallParamsWithContext(ctx context.Context) *CreateOrgAppInstallParams

NewCreateOrgAppInstallParamsWithContext creates a new CreateOrgAppInstallParams object with the ability to set a context for a request.

func NewCreateOrgAppInstallParamsWithHTTPClient

func NewCreateOrgAppInstallParamsWithHTTPClient(client *http.Client) *CreateOrgAppInstallParams

NewCreateOrgAppInstallParamsWithHTTPClient creates a new CreateOrgAppInstallParams object with the ability to set a custom HTTPClient for a request.

func NewCreateOrgAppInstallParamsWithTimeout

func NewCreateOrgAppInstallParamsWithTimeout(timeout time.Duration) *CreateOrgAppInstallParams

NewCreateOrgAppInstallParamsWithTimeout creates a new CreateOrgAppInstallParams object with the ability to set a timeout on a request.

func (*CreateOrgAppInstallParams) SetBody

SetBody adds the body to the create org app install params

func (*CreateOrgAppInstallParams) SetContext

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

SetContext adds the context to the create org app install params

func (*CreateOrgAppInstallParams) SetDefaults

func (o *CreateOrgAppInstallParams) SetDefaults()

SetDefaults hydrates default values in the create org app install params (not the query body).

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

func (*CreateOrgAppInstallParams) SetHTTPClient

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

SetHTTPClient adds the HTTPClient to the create org app install params

func (*CreateOrgAppInstallParams) SetOrgID

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

SetOrgID adds the orgId to the create org app install params

func (*CreateOrgAppInstallParams) SetTimeout

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

SetTimeout adds the timeout to the create org app install params

func (*CreateOrgAppInstallParams) SetVersion

func (o *CreateOrgAppInstallParams) SetVersion(version string)

SetVersion adds the version to the create org app install params

func (*CreateOrgAppInstallParams) WithBody

WithBody adds the body to the create org app install params

func (*CreateOrgAppInstallParams) WithContext

WithContext adds the context to the create org app install params

func (*CreateOrgAppInstallParams) WithDefaults

WithDefaults hydrates default values in the create org app install params (not the query body).

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

func (*CreateOrgAppInstallParams) WithHTTPClient

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

WithHTTPClient adds the HTTPClient to the create org app install params

func (*CreateOrgAppInstallParams) WithOrgID

WithOrgID adds the orgID to the create org app install params

func (*CreateOrgAppInstallParams) WithTimeout

WithTimeout adds the timeout to the create org app install params

func (*CreateOrgAppInstallParams) WithVersion

WithVersion adds the version to the create org app install params

func (*CreateOrgAppInstallParams) WriteToRequest

WriteToRequest writes these params to a swagger request

type CreateOrgAppInstallParamsBodyData

type CreateOrgAppInstallParamsBodyData struct {

	// type
	// Example: app_install
	// Enum: [app_install]
	Type string `json:"type,omitempty"`
}

CreateOrgAppInstallParamsBodyData create org app install params body data swagger:model CreateOrgAppInstallParamsBodyData

func (*CreateOrgAppInstallParamsBodyData) ContextValidate

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

ContextValidate validates this create org app install params body data based on context it is used

func (*CreateOrgAppInstallParamsBodyData) MarshalBinary

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

MarshalBinary interface implementation

func (*CreateOrgAppInstallParamsBodyData) UnmarshalBinary

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

UnmarshalBinary interface implementation

func (*CreateOrgAppInstallParamsBodyData) Validate

Validate validates this create org app install params body data

type CreateOrgAppInstallParamsBodyRelationships

type CreateOrgAppInstallParamsBodyRelationships struct {

	// app
	// Required: true
	App *CreateOrgAppInstallParamsBodyRelationshipsApp `json:"app"`
}

CreateOrgAppInstallParamsBodyRelationships create org app install params body relationships swagger:model CreateOrgAppInstallParamsBodyRelationships

func (*CreateOrgAppInstallParamsBodyRelationships) ContextValidate

ContextValidate validate this create org app install params body relationships based on the context it is used

func (*CreateOrgAppInstallParamsBodyRelationships) MarshalBinary

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

MarshalBinary interface implementation

func (*CreateOrgAppInstallParamsBodyRelationships) UnmarshalBinary

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

UnmarshalBinary interface implementation

func (*CreateOrgAppInstallParamsBodyRelationships) Validate

Validate validates this create org app install params body relationships

type CreateOrgAppInstallParamsBodyRelationshipsApp

type CreateOrgAppInstallParamsBodyRelationshipsApp struct {

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

CreateOrgAppInstallParamsBodyRelationshipsApp create org app install params body relationships app swagger:model CreateOrgAppInstallParamsBodyRelationshipsApp

func (*CreateOrgAppInstallParamsBodyRelationshipsApp) ContextValidate

ContextValidate validate this create org app install params body relationships app based on the context it is used

func (*CreateOrgAppInstallParamsBodyRelationshipsApp) MarshalBinary

MarshalBinary interface implementation

func (*CreateOrgAppInstallParamsBodyRelationshipsApp) UnmarshalBinary

UnmarshalBinary interface implementation

func (*CreateOrgAppInstallParamsBodyRelationshipsApp) Validate

Validate validates this create org app install params body relationships app

type CreateOrgAppInstallParamsBodyRelationshipsAppData

type CreateOrgAppInstallParamsBodyRelationshipsAppData struct {

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

	// type
	// Example: app
	// Required: true
	// Enum: [app]
	Type *string `json:"type"`
}

CreateOrgAppInstallParamsBodyRelationshipsAppData create org app install params body relationships app data swagger:model CreateOrgAppInstallParamsBodyRelationshipsAppData

func (*CreateOrgAppInstallParamsBodyRelationshipsAppData) ContextValidate

ContextValidate validate this create org app install params body relationships app data based on the context it is used

func (*CreateOrgAppInstallParamsBodyRelationshipsAppData) MarshalBinary

MarshalBinary interface implementation

func (*CreateOrgAppInstallParamsBodyRelationshipsAppData) UnmarshalBinary

UnmarshalBinary interface implementation

func (*CreateOrgAppInstallParamsBodyRelationshipsAppData) Validate

Validate validates this create org app install params body relationships app data

type CreateOrgAppInstallReader

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

CreateOrgAppInstallReader is a Reader for the CreateOrgAppInstall structure.

func (*CreateOrgAppInstallReader) ReadResponse

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

ReadResponse reads a server response into the received o.

type CreateOrgAppInstallUnauthorized

type CreateOrgAppInstallUnauthorized 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 *models.ErrorDocument
}

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

Unauthorized: the request requires an authentication token or a token with more permissions.

func NewCreateOrgAppInstallUnauthorized

func NewCreateOrgAppInstallUnauthorized() *CreateOrgAppInstallUnauthorized

NewCreateOrgAppInstallUnauthorized creates a CreateOrgAppInstallUnauthorized with default headers values

func (*CreateOrgAppInstallUnauthorized) Code

Code gets the status code for the create org app install unauthorized response

func (*CreateOrgAppInstallUnauthorized) Error

func (*CreateOrgAppInstallUnauthorized) GetPayload

func (*CreateOrgAppInstallUnauthorized) IsClientError

func (o *CreateOrgAppInstallUnauthorized) IsClientError() bool

IsClientError returns true when this create org app install unauthorized response has a 4xx status code

func (*CreateOrgAppInstallUnauthorized) IsCode

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

IsCode returns true when this create org app install unauthorized response a status code equal to that given

func (*CreateOrgAppInstallUnauthorized) IsRedirect

func (o *CreateOrgAppInstallUnauthorized) IsRedirect() bool

IsRedirect returns true when this create org app install unauthorized response has a 3xx status code

func (*CreateOrgAppInstallUnauthorized) IsServerError

func (o *CreateOrgAppInstallUnauthorized) IsServerError() bool

IsServerError returns true when this create org app install unauthorized response has a 5xx status code

func (*CreateOrgAppInstallUnauthorized) IsSuccess

func (o *CreateOrgAppInstallUnauthorized) IsSuccess() bool

IsSuccess returns true when this create org app install unauthorized response has a 2xx status code

func (*CreateOrgAppInstallUnauthorized) String

type CreateOrgAppInternalServerError

type CreateOrgAppInternalServerError 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 *models.ErrorDocument
}

CreateOrgAppInternalServerError 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 NewCreateOrgAppInternalServerError

func NewCreateOrgAppInternalServerError() *CreateOrgAppInternalServerError

NewCreateOrgAppInternalServerError creates a CreateOrgAppInternalServerError with default headers values

func (*CreateOrgAppInternalServerError) Code

Code gets the status code for the create org app internal server error response

func (*CreateOrgAppInternalServerError) Error

func (*CreateOrgAppInternalServerError) GetPayload

func (*CreateOrgAppInternalServerError) IsClientError

func (o *CreateOrgAppInternalServerError) IsClientError() bool

IsClientError returns true when this create org app internal server error response has a 4xx status code

func (*CreateOrgAppInternalServerError) IsCode

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

IsCode returns true when this create org app internal server error response a status code equal to that given

func (*CreateOrgAppInternalServerError) IsRedirect

func (o *CreateOrgAppInternalServerError) IsRedirect() bool

IsRedirect returns true when this create org app internal server error response has a 3xx status code

func (*CreateOrgAppInternalServerError) IsServerError

func (o *CreateOrgAppInternalServerError) IsServerError() bool

IsServerError returns true when this create org app internal server error response has a 5xx status code

func (*CreateOrgAppInternalServerError) IsSuccess

func (o *CreateOrgAppInternalServerError) IsSuccess() bool

IsSuccess returns true when this create org app internal server error response has a 2xx status code

func (*CreateOrgAppInternalServerError) String

type CreateOrgAppNotFound

type CreateOrgAppNotFound 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 *models.ErrorDocument
}

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

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

func NewCreateOrgAppNotFound

func NewCreateOrgAppNotFound() *CreateOrgAppNotFound

NewCreateOrgAppNotFound creates a CreateOrgAppNotFound with default headers values

func (*CreateOrgAppNotFound) Code

func (o *CreateOrgAppNotFound) Code() int

Code gets the status code for the create org app not found response

func (*CreateOrgAppNotFound) Error

func (o *CreateOrgAppNotFound) Error() string

func (*CreateOrgAppNotFound) GetPayload

func (o *CreateOrgAppNotFound) GetPayload() *models.ErrorDocument

func (*CreateOrgAppNotFound) IsClientError

func (o *CreateOrgAppNotFound) IsClientError() bool

IsClientError returns true when this create org app not found response has a 4xx status code

func (*CreateOrgAppNotFound) IsCode

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

IsCode returns true when this create org app not found response a status code equal to that given

func (*CreateOrgAppNotFound) IsRedirect

func (o *CreateOrgAppNotFound) IsRedirect() bool

IsRedirect returns true when this create org app not found response has a 3xx status code

func (*CreateOrgAppNotFound) IsServerError

func (o *CreateOrgAppNotFound) IsServerError() bool

IsServerError returns true when this create org app not found response has a 5xx status code

func (*CreateOrgAppNotFound) IsSuccess

func (o *CreateOrgAppNotFound) IsSuccess() bool

IsSuccess returns true when this create org app not found response has a 2xx status code

func (*CreateOrgAppNotFound) String

func (o *CreateOrgAppNotFound) String() string

type CreateOrgAppParams

type CreateOrgAppParams struct {

	/* Body.

	   Snyk App details for app to be created.
	*/
	Body *models.AppPostRequest

	/* OrgID.

	   Org ID

	   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
}

CreateOrgAppParams contains all the parameters to send to the API endpoint

for the create org app operation.

Typically these are written to a http.Request.

func NewCreateOrgAppParams

func NewCreateOrgAppParams() *CreateOrgAppParams

NewCreateOrgAppParams creates a new CreateOrgAppParams 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 NewCreateOrgAppParamsWithContext

func NewCreateOrgAppParamsWithContext(ctx context.Context) *CreateOrgAppParams

NewCreateOrgAppParamsWithContext creates a new CreateOrgAppParams object with the ability to set a context for a request.

func NewCreateOrgAppParamsWithHTTPClient

func NewCreateOrgAppParamsWithHTTPClient(client *http.Client) *CreateOrgAppParams

NewCreateOrgAppParamsWithHTTPClient creates a new CreateOrgAppParams object with the ability to set a custom HTTPClient for a request.

func NewCreateOrgAppParamsWithTimeout

func NewCreateOrgAppParamsWithTimeout(timeout time.Duration) *CreateOrgAppParams

NewCreateOrgAppParamsWithTimeout creates a new CreateOrgAppParams object with the ability to set a timeout on a request.

func (*CreateOrgAppParams) SetBody

func (o *CreateOrgAppParams) SetBody(body *models.AppPostRequest)

SetBody adds the body to the create org app params

func (*CreateOrgAppParams) SetContext

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

SetContext adds the context to the create org app params

func (*CreateOrgAppParams) SetDefaults

func (o *CreateOrgAppParams) SetDefaults()

SetDefaults hydrates default values in the create org app params (not the query body).

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

func (*CreateOrgAppParams) SetHTTPClient

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

SetHTTPClient adds the HTTPClient to the create org app params

func (*CreateOrgAppParams) SetOrgID

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

SetOrgID adds the orgId to the create org app params

func (*CreateOrgAppParams) SetTimeout

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

SetTimeout adds the timeout to the create org app params

func (*CreateOrgAppParams) SetVersion

func (o *CreateOrgAppParams) SetVersion(version string)

SetVersion adds the version to the create org app params

func (*CreateOrgAppParams) WithBody

WithBody adds the body to the create org app params

func (*CreateOrgAppParams) WithContext

WithContext adds the context to the create org app params

func (*CreateOrgAppParams) WithDefaults

func (o *CreateOrgAppParams) WithDefaults() *CreateOrgAppParams

WithDefaults hydrates default values in the create org app params (not the query body).

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

func (*CreateOrgAppParams) WithHTTPClient

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

WithHTTPClient adds the HTTPClient to the create org app params

func (*CreateOrgAppParams) WithOrgID

func (o *CreateOrgAppParams) WithOrgID(orgID strfmt.UUID) *CreateOrgAppParams

WithOrgID adds the orgID to the create org app params

func (*CreateOrgAppParams) WithTimeout

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

WithTimeout adds the timeout to the create org app params

func (*CreateOrgAppParams) WithVersion

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

WithVersion adds the version to the create org app params

func (*CreateOrgAppParams) WriteToRequest

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

WriteToRequest writes these params to a swagger request

type CreateOrgAppReader

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

CreateOrgAppReader is a Reader for the CreateOrgApp structure.

func (*CreateOrgAppReader) ReadResponse

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

ReadResponse reads a server response into the received o.

type CreateOrgAppUnauthorized

type CreateOrgAppUnauthorized 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 *models.ErrorDocument
}

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

Unauthorized: the request requires an authentication token or a token with more permissions.

func NewCreateOrgAppUnauthorized

func NewCreateOrgAppUnauthorized() *CreateOrgAppUnauthorized

NewCreateOrgAppUnauthorized creates a CreateOrgAppUnauthorized with default headers values

func (*CreateOrgAppUnauthorized) Code

func (o *CreateOrgAppUnauthorized) Code() int

Code gets the status code for the create org app unauthorized response

func (*CreateOrgAppUnauthorized) Error

func (o *CreateOrgAppUnauthorized) Error() string

func (*CreateOrgAppUnauthorized) GetPayload

func (*CreateOrgAppUnauthorized) IsClientError

func (o *CreateOrgAppUnauthorized) IsClientError() bool

IsClientError returns true when this create org app unauthorized response has a 4xx status code

func (*CreateOrgAppUnauthorized) IsCode

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

IsCode returns true when this create org app unauthorized response a status code equal to that given

func (*CreateOrgAppUnauthorized) IsRedirect

func (o *CreateOrgAppUnauthorized) IsRedirect() bool

IsRedirect returns true when this create org app unauthorized response has a 3xx status code

func (*CreateOrgAppUnauthorized) IsServerError

func (o *CreateOrgAppUnauthorized) IsServerError() bool

IsServerError returns true when this create org app unauthorized response has a 5xx status code

func (*CreateOrgAppUnauthorized) IsSuccess

func (o *CreateOrgAppUnauthorized) IsSuccess() bool

IsSuccess returns true when this create org app unauthorized response has a 2xx status code

func (*CreateOrgAppUnauthorized) String

func (o *CreateOrgAppUnauthorized) String() string

type DeleteAppBadRequest

type DeleteAppBadRequest 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 *models.ErrorDocument
}

DeleteAppBadRequest 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 NewDeleteAppBadRequest

func NewDeleteAppBadRequest() *DeleteAppBadRequest

NewDeleteAppBadRequest creates a DeleteAppBadRequest with default headers values

func (*DeleteAppBadRequest) Code

func (o *DeleteAppBadRequest) Code() int

Code gets the status code for the delete app bad request response

func (*DeleteAppBadRequest) Error

func (o *DeleteAppBadRequest) Error() string

func (*DeleteAppBadRequest) GetPayload

func (o *DeleteAppBadRequest) GetPayload() *models.ErrorDocument

func (*DeleteAppBadRequest) IsClientError

func (o *DeleteAppBadRequest) IsClientError() bool

IsClientError returns true when this delete app bad request response has a 4xx status code

func (*DeleteAppBadRequest) IsCode

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

IsCode returns true when this delete app bad request response a status code equal to that given

func (*DeleteAppBadRequest) IsRedirect

func (o *DeleteAppBadRequest) IsRedirect() bool

IsRedirect returns true when this delete app bad request response has a 3xx status code

func (*DeleteAppBadRequest) IsServerError

func (o *DeleteAppBadRequest) IsServerError() bool

IsServerError returns true when this delete app bad request response has a 5xx status code

func (*DeleteAppBadRequest) IsSuccess

func (o *DeleteAppBadRequest) IsSuccess() bool

IsSuccess returns true when this delete app bad request response has a 2xx status code

func (*DeleteAppBadRequest) String

func (o *DeleteAppBadRequest) String() string

type DeleteAppBotBadRequest

type DeleteAppBotBadRequest 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 *models.ErrorDocument
}

DeleteAppBotBadRequest 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 NewDeleteAppBotBadRequest

func NewDeleteAppBotBadRequest() *DeleteAppBotBadRequest

NewDeleteAppBotBadRequest creates a DeleteAppBotBadRequest with default headers values

func (*DeleteAppBotBadRequest) Code

func (o *DeleteAppBotBadRequest) Code() int

Code gets the status code for the delete app bot bad request response

func (*DeleteAppBotBadRequest) Error

func (o *DeleteAppBotBadRequest) Error() string

func (*DeleteAppBotBadRequest) GetPayload

func (o *DeleteAppBotBadRequest) GetPayload() *models.ErrorDocument

func (*DeleteAppBotBadRequest) IsClientError

func (o *DeleteAppBotBadRequest) IsClientError() bool

IsClientError returns true when this delete app bot bad request response has a 4xx status code

func (*DeleteAppBotBadRequest) IsCode

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

IsCode returns true when this delete app bot bad request response a status code equal to that given

func (*DeleteAppBotBadRequest) IsRedirect

func (o *DeleteAppBotBadRequest) IsRedirect() bool

IsRedirect returns true when this delete app bot bad request response has a 3xx status code

func (*DeleteAppBotBadRequest) IsServerError

func (o *DeleteAppBotBadRequest) IsServerError() bool

IsServerError returns true when this delete app bot bad request response has a 5xx status code

func (*DeleteAppBotBadRequest) IsSuccess

func (o *DeleteAppBotBadRequest) IsSuccess() bool

IsSuccess returns true when this delete app bot bad request response has a 2xx status code

func (*DeleteAppBotBadRequest) String

func (o *DeleteAppBotBadRequest) String() string

type DeleteAppBotConflict

type DeleteAppBotConflict 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 *models.ErrorDocument
}

DeleteAppBotConflict describes a response with status code 409, with default header values.

Conflict: The requested operation conflicts with the current state of the resource in some way.

func NewDeleteAppBotConflict

func NewDeleteAppBotConflict() *DeleteAppBotConflict

NewDeleteAppBotConflict creates a DeleteAppBotConflict with default headers values

func (*DeleteAppBotConflict) Code

func (o *DeleteAppBotConflict) Code() int

Code gets the status code for the delete app bot conflict response

func (*DeleteAppBotConflict) Error

func (o *DeleteAppBotConflict) Error() string

func (*DeleteAppBotConflict) GetPayload

func (o *DeleteAppBotConflict) GetPayload() *models.ErrorDocument

func (*DeleteAppBotConflict) IsClientError

func (o *DeleteAppBotConflict) IsClientError() bool

IsClientError returns true when this delete app bot conflict response has a 4xx status code

func (*DeleteAppBotConflict) IsCode

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

IsCode returns true when this delete app bot conflict response a status code equal to that given

func (*DeleteAppBotConflict) IsRedirect

func (o *DeleteAppBotConflict) IsRedirect() bool

IsRedirect returns true when this delete app bot conflict response has a 3xx status code

func (*DeleteAppBotConflict) IsServerError

func (o *DeleteAppBotConflict) IsServerError() bool

IsServerError returns true when this delete app bot conflict response has a 5xx status code

func (*DeleteAppBotConflict) IsSuccess

func (o *DeleteAppBotConflict) IsSuccess() bool

IsSuccess returns true when this delete app bot conflict response has a 2xx status code

func (*DeleteAppBotConflict) String

func (o *DeleteAppBotConflict) String() string

type DeleteAppBotForbidden

type DeleteAppBotForbidden 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 *DeleteAppBotForbiddenBody
}

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

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

func NewDeleteAppBotForbidden

func NewDeleteAppBotForbidden() *DeleteAppBotForbidden

NewDeleteAppBotForbidden creates a DeleteAppBotForbidden with default headers values

func (*DeleteAppBotForbidden) Code

func (o *DeleteAppBotForbidden) Code() int

Code gets the status code for the delete app bot forbidden response

func (*DeleteAppBotForbidden) Error

func (o *DeleteAppBotForbidden) Error() string

func (*DeleteAppBotForbidden) GetPayload

func (*DeleteAppBotForbidden) IsClientError

func (o *DeleteAppBotForbidden) IsClientError() bool

IsClientError returns true when this delete app bot forbidden response has a 4xx status code

func (*DeleteAppBotForbidden) IsCode

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

IsCode returns true when this delete app bot forbidden response a status code equal to that given

func (*DeleteAppBotForbidden) IsRedirect

func (o *DeleteAppBotForbidden) IsRedirect() bool

IsRedirect returns true when this delete app bot forbidden response has a 3xx status code

func (*DeleteAppBotForbidden) IsServerError

func (o *DeleteAppBotForbidden) IsServerError() bool

IsServerError returns true when this delete app bot forbidden response has a 5xx status code

func (*DeleteAppBotForbidden) IsSuccess

func (o *DeleteAppBotForbidden) IsSuccess() bool

IsSuccess returns true when this delete app bot forbidden response has a 2xx status code

func (*DeleteAppBotForbidden) String

func (o *DeleteAppBotForbidden) String() string

type DeleteAppBotForbiddenBody

type DeleteAppBotForbiddenBody struct {

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

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

DeleteAppBotForbiddenBody delete app bot forbidden body // Example: {"errors":[{"detail":"Permission denied for this resource","status":"403"}],"jsonapi":{"version":"1.0"}} swagger:model DeleteAppBotForbiddenBody

func (*DeleteAppBotForbiddenBody) ContextValidate

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

ContextValidate validate this delete app bot forbidden body based on the context it is used

func (*DeleteAppBotForbiddenBody) MarshalBinary

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

MarshalBinary interface implementation

func (*DeleteAppBotForbiddenBody) UnmarshalBinary

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

UnmarshalBinary interface implementation

func (*DeleteAppBotForbiddenBody) Validate

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

Validate validates this delete app bot forbidden body

type DeleteAppBotForbiddenBodyErrorsItems0

type DeleteAppBotForbiddenBodyErrorsItems0 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"`

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

	// source
	Source *DeleteAppBotForbiddenBodyErrorsItems0Source `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"`
}

DeleteAppBotForbiddenBodyErrorsItems0 delete app bot forbidden body errors items0 // Example: {"detail":"Not Found","status":"404"} swagger:model DeleteAppBotForbiddenBodyErrorsItems0

func (*DeleteAppBotForbiddenBodyErrorsItems0) ContextValidate

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

ContextValidate validate this delete app bot forbidden body errors items0 based on the context it is used

func (*DeleteAppBotForbiddenBodyErrorsItems0) MarshalBinary

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

MarshalBinary interface implementation

func (*DeleteAppBotForbiddenBodyErrorsItems0) UnmarshalBinary

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

UnmarshalBinary interface implementation

func (*DeleteAppBotForbiddenBodyErrorsItems0) Validate

Validate validates this delete app bot forbidden body errors items0

type DeleteAppBotForbiddenBodyErrorsItems0Source

type DeleteAppBotForbiddenBodyErrorsItems0Source 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"`
}

DeleteAppBotForbiddenBodyErrorsItems0Source delete app bot forbidden body errors items0 source // Example: {"pointer":"/data/attributes"} swagger:model DeleteAppBotForbiddenBodyErrorsItems0Source

func (*DeleteAppBotForbiddenBodyErrorsItems0Source) ContextValidate

ContextValidate validates this delete app bot forbidden body errors items0 source based on context it is used

func (*DeleteAppBotForbiddenBodyErrorsItems0Source) MarshalBinary

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

MarshalBinary interface implementation

func (*DeleteAppBotForbiddenBodyErrorsItems0Source) UnmarshalBinary

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

UnmarshalBinary interface implementation

func (*DeleteAppBotForbiddenBodyErrorsItems0Source) Validate

Validate validates this delete app bot forbidden body errors items0 source

type DeleteAppBotForbiddenBodyJsonapi

type DeleteAppBotForbiddenBodyJsonapi 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"`
}

DeleteAppBotForbiddenBodyJsonapi delete app bot forbidden body jsonapi // Example: {"version":"1.0"} swagger:model DeleteAppBotForbiddenBodyJsonapi

func (*DeleteAppBotForbiddenBodyJsonapi) ContextValidate

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

ContextValidate validates this delete app bot forbidden body jsonapi based on context it is used

func (*DeleteAppBotForbiddenBodyJsonapi) MarshalBinary

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

MarshalBinary interface implementation

func (*DeleteAppBotForbiddenBodyJsonapi) UnmarshalBinary

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

UnmarshalBinary interface implementation

func (*DeleteAppBotForbiddenBodyJsonapi) Validate

Validate validates this delete app bot forbidden body jsonapi

type DeleteAppBotInternalServerError

type DeleteAppBotInternalServerError 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 *models.ErrorDocument
}

DeleteAppBotInternalServerError 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 NewDeleteAppBotInternalServerError

func NewDeleteAppBotInternalServerError() *DeleteAppBotInternalServerError

NewDeleteAppBotInternalServerError creates a DeleteAppBotInternalServerError with default headers values

func (*DeleteAppBotInternalServerError) Code

Code gets the status code for the delete app bot internal server error response

func (*DeleteAppBotInternalServerError) Error

func (*DeleteAppBotInternalServerError) GetPayload

func (*DeleteAppBotInternalServerError) IsClientError

func (o *DeleteAppBotInternalServerError) IsClientError() bool

IsClientError returns true when this delete app bot internal server error response has a 4xx status code

func (*DeleteAppBotInternalServerError) IsCode

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

IsCode returns true when this delete app bot internal server error response a status code equal to that given

func (*DeleteAppBotInternalServerError) IsRedirect

func (o *DeleteAppBotInternalServerError) IsRedirect() bool

IsRedirect returns true when this delete app bot internal server error response has a 3xx status code

func (*DeleteAppBotInternalServerError) IsServerError

func (o *DeleteAppBotInternalServerError) IsServerError() bool

IsServerError returns true when this delete app bot internal server error response has a 5xx status code

func (*DeleteAppBotInternalServerError) IsSuccess

func (o *DeleteAppBotInternalServerError) IsSuccess() bool

IsSuccess returns true when this delete app bot internal server error response has a 2xx status code

func (*DeleteAppBotInternalServerError) String

type DeleteAppBotNoContent

type DeleteAppBotNoContent 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
	Location    string

	/* 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
}

DeleteAppBotNoContent describes a response with status code 204, with default header values.

The app bot has been deauthorized

func NewDeleteAppBotNoContent

func NewDeleteAppBotNoContent() *DeleteAppBotNoContent

NewDeleteAppBotNoContent creates a DeleteAppBotNoContent with default headers values

func (*DeleteAppBotNoContent) Code

func (o *DeleteAppBotNoContent) Code() int

Code gets the status code for the delete app bot no content response

func (*DeleteAppBotNoContent) Error

func (o *DeleteAppBotNoContent) Error() string

func (*DeleteAppBotNoContent) IsClientError

func (o *DeleteAppBotNoContent) IsClientError() bool

IsClientError returns true when this delete app bot no content response has a 4xx status code

func (*DeleteAppBotNoContent) IsCode

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

IsCode returns true when this delete app bot no content response a status code equal to that given

func (*DeleteAppBotNoContent) IsRedirect

func (o *DeleteAppBotNoContent) IsRedirect() bool

IsRedirect returns true when this delete app bot no content response has a 3xx status code

func (*DeleteAppBotNoContent) IsServerError

func (o *DeleteAppBotNoContent) IsServerError() bool

IsServerError returns true when this delete app bot no content response has a 5xx status code

func (*DeleteAppBotNoContent) IsSuccess

func (o *DeleteAppBotNoContent) IsSuccess() bool

IsSuccess returns true when this delete app bot no content response has a 2xx status code

func (*DeleteAppBotNoContent) String

func (o *DeleteAppBotNoContent) String() string

type DeleteAppBotNotFound

type DeleteAppBotNotFound 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 *models.ErrorDocument
}

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

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

func NewDeleteAppBotNotFound

func NewDeleteAppBotNotFound() *DeleteAppBotNotFound

NewDeleteAppBotNotFound creates a DeleteAppBotNotFound with default headers values

func (*DeleteAppBotNotFound) Code

func (o *DeleteAppBotNotFound) Code() int

Code gets the status code for the delete app bot not found response

func (*DeleteAppBotNotFound) Error

func (o *DeleteAppBotNotFound) Error() string

func (*DeleteAppBotNotFound) GetPayload

func (o *DeleteAppBotNotFound) GetPayload() *models.ErrorDocument

func (*DeleteAppBotNotFound) IsClientError

func (o *DeleteAppBotNotFound) IsClientError() bool

IsClientError returns true when this delete app bot not found response has a 4xx status code

func (*DeleteAppBotNotFound) IsCode

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

IsCode returns true when this delete app bot not found response a status code equal to that given

func (*DeleteAppBotNotFound) IsRedirect

func (o *DeleteAppBotNotFound) IsRedirect() bool

IsRedirect returns true when this delete app bot not found response has a 3xx status code

func (*DeleteAppBotNotFound) IsServerError

func (o *DeleteAppBotNotFound) IsServerError() bool

IsServerError returns true when this delete app bot not found response has a 5xx status code

func (*DeleteAppBotNotFound) IsSuccess

func (o *DeleteAppBotNotFound) IsSuccess() bool

IsSuccess returns true when this delete app bot not found response has a 2xx status code

func (*DeleteAppBotNotFound) String

func (o *DeleteAppBotNotFound) String() string

type DeleteAppBotParams

type DeleteAppBotParams struct {

	/* BotID.

	   The ID of the app bot

	   Format: uuid
	*/
	BotID strfmt.UUID

	/* OrgID.

	   Org ID

	   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
}

DeleteAppBotParams contains all the parameters to send to the API endpoint

for the delete app bot operation.

Typically these are written to a http.Request.

func NewDeleteAppBotParams

func NewDeleteAppBotParams() *DeleteAppBotParams

NewDeleteAppBotParams creates a new DeleteAppBotParams 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 NewDeleteAppBotParamsWithContext

func NewDeleteAppBotParamsWithContext(ctx context.Context) *DeleteAppBotParams

NewDeleteAppBotParamsWithContext creates a new DeleteAppBotParams object with the ability to set a context for a request.

func NewDeleteAppBotParamsWithHTTPClient

func NewDeleteAppBotParamsWithHTTPClient(client *http.Client) *DeleteAppBotParams

NewDeleteAppBotParamsWithHTTPClient creates a new DeleteAppBotParams object with the ability to set a custom HTTPClient for a request.

func NewDeleteAppBotParamsWithTimeout

func NewDeleteAppBotParamsWithTimeout(timeout time.Duration) *DeleteAppBotParams

NewDeleteAppBotParamsWithTimeout creates a new DeleteAppBotParams object with the ability to set a timeout on a request.

func (*DeleteAppBotParams) SetBotID

func (o *DeleteAppBotParams) SetBotID(botID strfmt.UUID)

SetBotID adds the botId to the delete app bot params

func (*DeleteAppBotParams) SetContext

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

SetContext adds the context to the delete app bot params

func (*DeleteAppBotParams) SetDefaults

func (o *DeleteAppBotParams) SetDefaults()

SetDefaults hydrates default values in the delete app bot params (not the query body).

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

func (*DeleteAppBotParams) SetHTTPClient

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

SetHTTPClient adds the HTTPClient to the delete app bot params

func (*DeleteAppBotParams) SetOrgID

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

SetOrgID adds the orgId to the delete app bot params

func (*DeleteAppBotParams) SetTimeout

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

SetTimeout adds the timeout to the delete app bot params

func (*DeleteAppBotParams) SetVersion

func (o *DeleteAppBotParams) SetVersion(version string)

SetVersion adds the version to the delete app bot params

func (*DeleteAppBotParams) WithBotID

func (o *DeleteAppBotParams) WithBotID(botID strfmt.UUID) *DeleteAppBotParams

WithBotID adds the botID to the delete app bot params

func (*DeleteAppBotParams) WithContext

WithContext adds the context to the delete app bot params

func (*DeleteAppBotParams) WithDefaults

func (o *DeleteAppBotParams) WithDefaults() *DeleteAppBotParams

WithDefaults hydrates default values in the delete app bot params (not the query body).

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

func (*DeleteAppBotParams) WithHTTPClient

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

WithHTTPClient adds the HTTPClient to the delete app bot params

func (*DeleteAppBotParams) WithOrgID

func (o *DeleteAppBotParams) WithOrgID(orgID strfmt.UUID) *DeleteAppBotParams

WithOrgID adds the orgID to the delete app bot params

func (*DeleteAppBotParams) WithTimeout

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

WithTimeout adds the timeout to the delete app bot params

func (*DeleteAppBotParams) WithVersion

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

WithVersion adds the version to the delete app bot params

func (*DeleteAppBotParams) WriteToRequest

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

WriteToRequest writes these params to a swagger request

type DeleteAppBotReader

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

DeleteAppBotReader is a Reader for the DeleteAppBot structure.

func (*DeleteAppBotReader) ReadResponse

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

ReadResponse reads a server response into the received o.

type DeleteAppBotUnauthorized

type DeleteAppBotUnauthorized 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 *models.ErrorDocument
}

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

Unauthorized: the request requires an authentication token or a token with more permissions.

func NewDeleteAppBotUnauthorized

func NewDeleteAppBotUnauthorized() *DeleteAppBotUnauthorized

NewDeleteAppBotUnauthorized creates a DeleteAppBotUnauthorized with default headers values

func (*DeleteAppBotUnauthorized) Code

func (o *DeleteAppBotUnauthorized) Code() int

Code gets the status code for the delete app bot unauthorized response

func (*DeleteAppBotUnauthorized) Error

func (o *DeleteAppBotUnauthorized) Error() string

func (*DeleteAppBotUnauthorized) GetPayload

func (*DeleteAppBotUnauthorized) IsClientError

func (o *DeleteAppBotUnauthorized) IsClientError() bool

IsClientError returns true when this delete app bot unauthorized response has a 4xx status code

func (*DeleteAppBotUnauthorized) IsCode

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

IsCode returns true when this delete app bot unauthorized response a status code equal to that given

func (*DeleteAppBotUnauthorized) IsRedirect

func (o *DeleteAppBotUnauthorized) IsRedirect() bool

IsRedirect returns true when this delete app bot unauthorized response has a 3xx status code

func (*DeleteAppBotUnauthorized) IsServerError

func (o *DeleteAppBotUnauthorized) IsServerError() bool

IsServerError returns true when this delete app bot unauthorized response has a 5xx status code

func (*DeleteAppBotUnauthorized) IsSuccess

func (o *DeleteAppBotUnauthorized) IsSuccess() bool

IsSuccess returns true when this delete app bot unauthorized response has a 2xx status code

func (*DeleteAppBotUnauthorized) String

func (o *DeleteAppBotUnauthorized) String() string

type DeleteAppByIDBadRequest

type DeleteAppByIDBadRequest 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 *models.ErrorDocument
}

DeleteAppByIDBadRequest 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 NewDeleteAppByIDBadRequest

func NewDeleteAppByIDBadRequest() *DeleteAppByIDBadRequest

NewDeleteAppByIDBadRequest creates a DeleteAppByIDBadRequest with default headers values

func (*DeleteAppByIDBadRequest) Code

func (o *DeleteAppByIDBadRequest) Code() int

Code gets the status code for the delete app by Id bad request response

func (*DeleteAppByIDBadRequest) Error

func (o *DeleteAppByIDBadRequest) Error() string

func (*DeleteAppByIDBadRequest) GetPayload

func (o *DeleteAppByIDBadRequest) GetPayload() *models.ErrorDocument

func (*DeleteAppByIDBadRequest) IsClientError

func (o *DeleteAppByIDBadRequest) IsClientError() bool

IsClientError returns true when this delete app by Id bad request response has a 4xx status code

func (*DeleteAppByIDBadRequest) IsCode

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

IsCode returns true when this delete app by Id bad request response a status code equal to that given

func (*DeleteAppByIDBadRequest) IsRedirect

func (o *DeleteAppByIDBadRequest) IsRedirect() bool

IsRedirect returns true when this delete app by Id bad request response has a 3xx status code

func (*DeleteAppByIDBadRequest) IsServerError

func (o *DeleteAppByIDBadRequest) IsServerError() bool

IsServerError returns true when this delete app by Id bad request response has a 5xx status code

func (*DeleteAppByIDBadRequest) IsSuccess

func (o *DeleteAppByIDBadRequest) IsSuccess() bool

IsSuccess returns true when this delete app by Id bad request response has a 2xx status code

func (*DeleteAppByIDBadRequest) String

func (o *DeleteAppByIDBadRequest) String() string

type DeleteAppByIDConflict

type DeleteAppByIDConflict 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 *models.ErrorDocument
}

DeleteAppByIDConflict describes a response with status code 409, with default header values.

Conflict: The requested operation conflicts with the current state of the resource in some way.

func NewDeleteAppByIDConflict

func NewDeleteAppByIDConflict() *DeleteAppByIDConflict

NewDeleteAppByIDConflict creates a DeleteAppByIDConflict with default headers values

func (*DeleteAppByIDConflict) Code

func (o *DeleteAppByIDConflict) Code() int

Code gets the status code for the delete app by Id conflict response

func (*DeleteAppByIDConflict) Error

func (o *DeleteAppByIDConflict) Error() string

func (*DeleteAppByIDConflict) GetPayload

func (o *DeleteAppByIDConflict) GetPayload() *models.ErrorDocument

func (*DeleteAppByIDConflict) IsClientError

func (o *DeleteAppByIDConflict) IsClientError() bool

IsClientError returns true when this delete app by Id conflict response has a 4xx status code

func (*DeleteAppByIDConflict) IsCode

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

IsCode returns true when this delete app by Id conflict response a status code equal to that given

func (*DeleteAppByIDConflict) IsRedirect

func (o *DeleteAppByIDConflict) IsRedirect() bool

IsRedirect returns true when this delete app by Id conflict response has a 3xx status code

func (*DeleteAppByIDConflict) IsServerError

func (o *DeleteAppByIDConflict) IsServerError() bool

IsServerError returns true when this delete app by Id conflict response has a 5xx status code

func (*DeleteAppByIDConflict) IsSuccess

func (o *DeleteAppByIDConflict) IsSuccess() bool

IsSuccess returns true when this delete app by Id conflict response has a 2xx status code

func (*DeleteAppByIDConflict) String

func (o *DeleteAppByIDConflict) String() string

type DeleteAppByIDForbidden

type DeleteAppByIDForbidden 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 *DeleteAppByIDForbiddenBody
}

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

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

func NewDeleteAppByIDForbidden

func NewDeleteAppByIDForbidden() *DeleteAppByIDForbidden

NewDeleteAppByIDForbidden creates a DeleteAppByIDForbidden with default headers values

func (*DeleteAppByIDForbidden) Code

func (o *DeleteAppByIDForbidden) Code() int

Code gets the status code for the delete app by Id forbidden response

func (*DeleteAppByIDForbidden) Error

func (o *DeleteAppByIDForbidden) Error() string

func (*DeleteAppByIDForbidden) GetPayload

func (*DeleteAppByIDForbidden) IsClientError

func (o *DeleteAppByIDForbidden) IsClientError() bool

IsClientError returns true when this delete app by Id forbidden response has a 4xx status code

func (*DeleteAppByIDForbidden) IsCode

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

IsCode returns true when this delete app by Id forbidden response a status code equal to that given

func (*DeleteAppByIDForbidden) IsRedirect

func (o *DeleteAppByIDForbidden) IsRedirect() bool

IsRedirect returns true when this delete app by Id forbidden response has a 3xx status code

func (*DeleteAppByIDForbidden) IsServerError

func (o *DeleteAppByIDForbidden) IsServerError() bool

IsServerError returns true when this delete app by Id forbidden response has a 5xx status code

func (*DeleteAppByIDForbidden) IsSuccess

func (o *DeleteAppByIDForbidden) IsSuccess() bool

IsSuccess returns true when this delete app by Id forbidden response has a 2xx status code

func (*DeleteAppByIDForbidden) String

func (o *DeleteAppByIDForbidden) String() string

type DeleteAppByIDForbiddenBody

type DeleteAppByIDForbiddenBody struct {

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

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

DeleteAppByIDForbiddenBody delete app by ID forbidden body // Example: {"errors":[{"detail":"Permission denied for this resource","status":"403"}],"jsonapi":{"version":"1.0"}} swagger:model DeleteAppByIDForbiddenBody

func (*DeleteAppByIDForbiddenBody) ContextValidate

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

ContextValidate validate this delete app by ID forbidden body based on the context it is used

func (*DeleteAppByIDForbiddenBody) MarshalBinary

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

MarshalBinary interface implementation

func (*DeleteAppByIDForbiddenBody) UnmarshalBinary

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

UnmarshalBinary interface implementation

func (*DeleteAppByIDForbiddenBody) Validate

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

Validate validates this delete app by ID forbidden body

type DeleteAppByIDForbiddenBodyErrorsItems0

type DeleteAppByIDForbiddenBodyErrorsItems0 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"`

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

	// source
	Source *DeleteAppByIDForbiddenBodyErrorsItems0Source `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"`
}

DeleteAppByIDForbiddenBodyErrorsItems0 delete app by ID forbidden body errors items0 // Example: {"detail":"Not Found","status":"404"} swagger:model DeleteAppByIDForbiddenBodyErrorsItems0

func (*DeleteAppByIDForbiddenBodyErrorsItems0) ContextValidate

ContextValidate validate this delete app by ID forbidden body errors items0 based on the context it is used

func (*DeleteAppByIDForbiddenBodyErrorsItems0) MarshalBinary

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

MarshalBinary interface implementation

func (*DeleteAppByIDForbiddenBodyErrorsItems0) UnmarshalBinary

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

UnmarshalBinary interface implementation

func (*DeleteAppByIDForbiddenBodyErrorsItems0) Validate

Validate validates this delete app by ID forbidden body errors items0

type DeleteAppByIDForbiddenBodyErrorsItems0Source

type DeleteAppByIDForbiddenBodyErrorsItems0Source 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"`
}

DeleteAppByIDForbiddenBodyErrorsItems0Source delete app by ID forbidden body errors items0 source // Example: {"pointer":"/data/attributes"} swagger:model DeleteAppByIDForbiddenBodyErrorsItems0Source

func (*DeleteAppByIDForbiddenBodyErrorsItems0Source) ContextValidate

ContextValidate validates this delete app by ID forbidden body errors items0 source based on context it is used

func (*DeleteAppByIDForbiddenBodyErrorsItems0Source) MarshalBinary

MarshalBinary interface implementation

func (*DeleteAppByIDForbiddenBodyErrorsItems0Source) UnmarshalBinary

UnmarshalBinary interface implementation

func (*DeleteAppByIDForbiddenBodyErrorsItems0Source) Validate

Validate validates this delete app by ID forbidden body errors items0 source

type DeleteAppByIDForbiddenBodyJsonapi

type DeleteAppByIDForbiddenBodyJsonapi 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"`
}

DeleteAppByIDForbiddenBodyJsonapi delete app by ID forbidden body jsonapi // Example: {"version":"1.0"} swagger:model DeleteAppByIDForbiddenBodyJsonapi

func (*DeleteAppByIDForbiddenBodyJsonapi) ContextValidate

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

ContextValidate validates this delete app by ID forbidden body jsonapi based on context it is used

func (*DeleteAppByIDForbiddenBodyJsonapi) MarshalBinary

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

MarshalBinary interface implementation

func (*DeleteAppByIDForbiddenBodyJsonapi) UnmarshalBinary

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

UnmarshalBinary interface implementation

func (*DeleteAppByIDForbiddenBodyJsonapi) Validate

Validate validates this delete app by ID forbidden body jsonapi

type DeleteAppByIDInternalServerError

type DeleteAppByIDInternalServerError 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 *models.ErrorDocument
}

DeleteAppByIDInternalServerError 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 NewDeleteAppByIDInternalServerError

func NewDeleteAppByIDInternalServerError() *DeleteAppByIDInternalServerError

NewDeleteAppByIDInternalServerError creates a DeleteAppByIDInternalServerError with default headers values

func (*DeleteAppByIDInternalServerError) Code

Code gets the status code for the delete app by Id internal server error response

func (*DeleteAppByIDInternalServerError) Error

func (*DeleteAppByIDInternalServerError) GetPayload

func (*DeleteAppByIDInternalServerError) IsClientError

func (o *DeleteAppByIDInternalServerError) IsClientError() bool

IsClientError returns true when this delete app by Id internal server error response has a 4xx status code

func (*DeleteAppByIDInternalServerError) IsCode

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

IsCode returns true when this delete app by Id internal server error response a status code equal to that given

func (*DeleteAppByIDInternalServerError) IsRedirect

func (o *DeleteAppByIDInternalServerError) IsRedirect() bool

IsRedirect returns true when this delete app by Id internal server error response has a 3xx status code

func (*DeleteAppByIDInternalServerError) IsServerError

func (o *DeleteAppByIDInternalServerError) IsServerError() bool

IsServerError returns true when this delete app by Id internal server error response has a 5xx status code

func (*DeleteAppByIDInternalServerError) IsSuccess

func (o *DeleteAppByIDInternalServerError) IsSuccess() bool

IsSuccess returns true when this delete app by Id internal server error response has a 2xx status code

func (*DeleteAppByIDInternalServerError) String

type DeleteAppByIDNoContent

type DeleteAppByIDNoContent 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
	Location    string

	/* 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
}

DeleteAppByIDNoContent describes a response with status code 204, with default header values.

The app has been deleted

func NewDeleteAppByIDNoContent

func NewDeleteAppByIDNoContent() *DeleteAppByIDNoContent

NewDeleteAppByIDNoContent creates a DeleteAppByIDNoContent with default headers values

func (*DeleteAppByIDNoContent) Code

func (o *DeleteAppByIDNoContent) Code() int

Code gets the status code for the delete app by Id no content response

func (*DeleteAppByIDNoContent) Error

func (o *DeleteAppByIDNoContent) Error() string

func (*DeleteAppByIDNoContent) IsClientError

func (o *DeleteAppByIDNoContent) IsClientError() bool

IsClientError returns true when this delete app by Id no content response has a 4xx status code

func (*DeleteAppByIDNoContent) IsCode

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

IsCode returns true when this delete app by Id no content response a status code equal to that given

func (*DeleteAppByIDNoContent) IsRedirect

func (o *DeleteAppByIDNoContent) IsRedirect() bool

IsRedirect returns true when this delete app by Id no content response has a 3xx status code

func (*DeleteAppByIDNoContent) IsServerError

func (o *DeleteAppByIDNoContent) IsServerError() bool

IsServerError returns true when this delete app by Id no content response has a 5xx status code

func (*DeleteAppByIDNoContent) IsSuccess

func (o *DeleteAppByIDNoContent) IsSuccess() bool

IsSuccess returns true when this delete app by Id no content response has a 2xx status code

func (*DeleteAppByIDNoContent) String

func (o *DeleteAppByIDNoContent) String() string

type DeleteAppByIDNotFound

type DeleteAppByIDNotFound 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 *models.ErrorDocument
}

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

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

func NewDeleteAppByIDNotFound

func NewDeleteAppByIDNotFound() *DeleteAppByIDNotFound

NewDeleteAppByIDNotFound creates a DeleteAppByIDNotFound with default headers values

func (*DeleteAppByIDNotFound) Code

func (o *DeleteAppByIDNotFound) Code() int

Code gets the status code for the delete app by Id not found response

func (*DeleteAppByIDNotFound) Error

func (o *DeleteAppByIDNotFound) Error() string

func (*DeleteAppByIDNotFound) GetPayload

func (o *DeleteAppByIDNotFound) GetPayload() *models.ErrorDocument

func (*DeleteAppByIDNotFound) IsClientError

func (o *DeleteAppByIDNotFound) IsClientError() bool

IsClientError returns true when this delete app by Id not found response has a 4xx status code

func (*DeleteAppByIDNotFound) IsCode

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

IsCode returns true when this delete app by Id not found response a status code equal to that given

func (*DeleteAppByIDNotFound) IsRedirect

func (o *DeleteAppByIDNotFound) IsRedirect() bool

IsRedirect returns true when this delete app by Id not found response has a 3xx status code

func (*DeleteAppByIDNotFound) IsServerError

func (o *DeleteAppByIDNotFound) IsServerError() bool

IsServerError returns true when this delete app by Id not found response has a 5xx status code

func (*DeleteAppByIDNotFound) IsSuccess

func (o *DeleteAppByIDNotFound) IsSuccess() bool

IsSuccess returns true when this delete app by Id not found response has a 2xx status code

func (*DeleteAppByIDNotFound) String

func (o *DeleteAppByIDNotFound) String() string

type DeleteAppByIDParams

type DeleteAppByIDParams struct {

	/* AppID.

	   App ID

	   Format: uuid
	*/
	AppID strfmt.UUID

	/* OrgID.

	   Org ID

	   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
}

DeleteAppByIDParams contains all the parameters to send to the API endpoint

for the delete app by ID operation.

Typically these are written to a http.Request.

func NewDeleteAppByIDParams

func NewDeleteAppByIDParams() *DeleteAppByIDParams

NewDeleteAppByIDParams creates a new DeleteAppByIDParams 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 NewDeleteAppByIDParamsWithContext

func NewDeleteAppByIDParamsWithContext(ctx context.Context) *DeleteAppByIDParams

NewDeleteAppByIDParamsWithContext creates a new DeleteAppByIDParams object with the ability to set a context for a request.

func NewDeleteAppByIDParamsWithHTTPClient

func NewDeleteAppByIDParamsWithHTTPClient(client *http.Client) *DeleteAppByIDParams

NewDeleteAppByIDParamsWithHTTPClient creates a new DeleteAppByIDParams object with the ability to set a custom HTTPClient for a request.

func NewDeleteAppByIDParamsWithTimeout

func NewDeleteAppByIDParamsWithTimeout(timeout time.Duration) *DeleteAppByIDParams

NewDeleteAppByIDParamsWithTimeout creates a new DeleteAppByIDParams object with the ability to set a timeout on a request.

func (*DeleteAppByIDParams) SetAppID

func (o *DeleteAppByIDParams) SetAppID(appID strfmt.UUID)

SetAppID adds the appId to the delete app by ID params

func (*DeleteAppByIDParams) SetContext

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

SetContext adds the context to the delete app by ID params

func (*DeleteAppByIDParams) SetDefaults

func (o *DeleteAppByIDParams) SetDefaults()

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

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

func (*DeleteAppByIDParams) SetHTTPClient

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

SetHTTPClient adds the HTTPClient to the delete app by ID params

func (*DeleteAppByIDParams) SetOrgID

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

SetOrgID adds the orgId to the delete app by ID params

func (*DeleteAppByIDParams) SetTimeout

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

SetTimeout adds the timeout to the delete app by ID params

func (*DeleteAppByIDParams) SetVersion

func (o *DeleteAppByIDParams) SetVersion(version string)

SetVersion adds the version to the delete app by ID params

func (*DeleteAppByIDParams) WithAppID

func (o *DeleteAppByIDParams) WithAppID(appID strfmt.UUID) *DeleteAppByIDParams

WithAppID adds the appID to the delete app by ID params

func (*DeleteAppByIDParams) WithContext

WithContext adds the context to the delete app by ID params

func (*DeleteAppByIDParams) WithDefaults

func (o *DeleteAppByIDParams) WithDefaults() *DeleteAppByIDParams

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

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

func (*DeleteAppByIDParams) WithHTTPClient

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

WithHTTPClient adds the HTTPClient to the delete app by ID params

func (*DeleteAppByIDParams) WithOrgID

func (o *DeleteAppByIDParams) WithOrgID(orgID strfmt.UUID) *DeleteAppByIDParams

WithOrgID adds the orgID to the delete app by ID params

func (*DeleteAppByIDParams) WithTimeout

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

WithTimeout adds the timeout to the delete app by ID params

func (*DeleteAppByIDParams) WithVersion

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

WithVersion adds the version to the delete app by ID params

func (*DeleteAppByIDParams) WriteToRequest

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

WriteToRequest writes these params to a swagger request

type DeleteAppByIDReader

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

DeleteAppByIDReader is a Reader for the DeleteAppByID structure.

func (*DeleteAppByIDReader) ReadResponse

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

ReadResponse reads a server response into the received o.

type DeleteAppByIDUnauthorized

type DeleteAppByIDUnauthorized 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 *models.ErrorDocument
}

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

Unauthorized: the request requires an authentication token or a token with more permissions.

func NewDeleteAppByIDUnauthorized

func NewDeleteAppByIDUnauthorized() *DeleteAppByIDUnauthorized

NewDeleteAppByIDUnauthorized creates a DeleteAppByIDUnauthorized with default headers values

func (*DeleteAppByIDUnauthorized) Code

func (o *DeleteAppByIDUnauthorized) Code() int

Code gets the status code for the delete app by Id unauthorized response

func (*DeleteAppByIDUnauthorized) Error

func (o *DeleteAppByIDUnauthorized) Error() string

func (*DeleteAppByIDUnauthorized) GetPayload

func (*DeleteAppByIDUnauthorized) IsClientError

func (o *DeleteAppByIDUnauthorized) IsClientError() bool

IsClientError returns true when this delete app by Id unauthorized response has a 4xx status code

func (*DeleteAppByIDUnauthorized) IsCode

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

IsCode returns true when this delete app by Id unauthorized response a status code equal to that given

func (*DeleteAppByIDUnauthorized) IsRedirect

func (o *DeleteAppByIDUnauthorized) IsRedirect() bool

IsRedirect returns true when this delete app by Id unauthorized response has a 3xx status code

func (*DeleteAppByIDUnauthorized) IsServerError

func (o *DeleteAppByIDUnauthorized) IsServerError() bool

IsServerError returns true when this delete app by Id unauthorized response has a 5xx status code

func (*DeleteAppByIDUnauthorized) IsSuccess

func (o *DeleteAppByIDUnauthorized) IsSuccess() bool

IsSuccess returns true when this delete app by Id unauthorized response has a 2xx status code

func (*DeleteAppByIDUnauthorized) String

func (o *DeleteAppByIDUnauthorized) String() string

type DeleteAppConflict

type DeleteAppConflict 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 *models.ErrorDocument
}

DeleteAppConflict describes a response with status code 409, with default header values.

Conflict: The requested operation conflicts with the current state of the resource in some way.

func NewDeleteAppConflict

func NewDeleteAppConflict() *DeleteAppConflict

NewDeleteAppConflict creates a DeleteAppConflict with default headers values

func (*DeleteAppConflict) Code

func (o *DeleteAppConflict) Code() int

Code gets the status code for the delete app conflict response

func (*DeleteAppConflict) Error

func (o *DeleteAppConflict) Error() string

func (*DeleteAppConflict) GetPayload

func (o *DeleteAppConflict) GetPayload() *models.ErrorDocument

func (*DeleteAppConflict) IsClientError

func (o *DeleteAppConflict) IsClientError() bool

IsClientError returns true when this delete app conflict response has a 4xx status code

func (*DeleteAppConflict) IsCode

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

IsCode returns true when this delete app conflict response a status code equal to that given

func (*DeleteAppConflict) IsRedirect

func (o *DeleteAppConflict) IsRedirect() bool

IsRedirect returns true when this delete app conflict response has a 3xx status code

func (*DeleteAppConflict) IsServerError

func (o *DeleteAppConflict) IsServerError() bool

IsServerError returns true when this delete app conflict response has a 5xx status code

func (*DeleteAppConflict) IsSuccess

func (o *DeleteAppConflict) IsSuccess() bool

IsSuccess returns true when this delete app conflict response has a 2xx status code

func (*DeleteAppConflict) String

func (o *DeleteAppConflict) String() string

type DeleteAppForbidden

type DeleteAppForbidden 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 *DeleteAppForbiddenBody
}

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

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

func NewDeleteAppForbidden

func NewDeleteAppForbidden() *DeleteAppForbidden

NewDeleteAppForbidden creates a DeleteAppForbidden with default headers values

func (*DeleteAppForbidden) Code

func (o *DeleteAppForbidden) Code() int

Code gets the status code for the delete app forbidden response

func (*DeleteAppForbidden) Error

func (o *DeleteAppForbidden) Error() string

func (*DeleteAppForbidden) GetPayload

func (o *DeleteAppForbidden) GetPayload() *DeleteAppForbiddenBody

func (*DeleteAppForbidden) IsClientError

func (o *DeleteAppForbidden) IsClientError() bool

IsClientError returns true when this delete app forbidden response has a 4xx status code

func (*DeleteAppForbidden) IsCode

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

IsCode returns true when this delete app forbidden response a status code equal to that given

func (*DeleteAppForbidden) IsRedirect

func (o *DeleteAppForbidden) IsRedirect() bool

IsRedirect returns true when this delete app forbidden response has a 3xx status code

func (*DeleteAppForbidden) IsServerError

func (o *DeleteAppForbidden) IsServerError() bool

IsServerError returns true when this delete app forbidden response has a 5xx status code

func (*DeleteAppForbidden) IsSuccess

func (o *DeleteAppForbidden) IsSuccess() bool

IsSuccess returns true when this delete app forbidden response has a 2xx status code

func (*DeleteAppForbidden) String

func (o *DeleteAppForbidden) String() string

type DeleteAppForbiddenBody

type DeleteAppForbiddenBody struct {

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

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

DeleteAppForbiddenBody delete app forbidden body // Example: {"errors":[{"detail":"Permission denied for this resource","status":"403"}],"jsonapi":{"version":"1.0"}} swagger:model DeleteAppForbiddenBody

func (*DeleteAppForbiddenBody) ContextValidate

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

ContextValidate validate this delete app forbidden body based on the context it is used

func (*DeleteAppForbiddenBody) MarshalBinary

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

MarshalBinary interface implementation

func (*DeleteAppForbiddenBody) UnmarshalBinary

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

UnmarshalBinary interface implementation

func (*DeleteAppForbiddenBody) Validate

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

Validate validates this delete app forbidden body

type DeleteAppForbiddenBodyErrorsItems0

type DeleteAppForbiddenBodyErrorsItems0 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"`

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

	// source
	Source *DeleteAppForbiddenBodyErrorsItems0Source `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"`
}

DeleteAppForbiddenBodyErrorsItems0 delete app forbidden body errors items0 // Example: {"detail":"Not Found","status":"404"} swagger:model DeleteAppForbiddenBodyErrorsItems0

func (*DeleteAppForbiddenBodyErrorsItems0) ContextValidate

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

ContextValidate validate this delete app forbidden body errors items0 based on the context it is used

func (*DeleteAppForbiddenBodyErrorsItems0) MarshalBinary

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

MarshalBinary interface implementation

func (*DeleteAppForbiddenBodyErrorsItems0) UnmarshalBinary

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

UnmarshalBinary interface implementation

func (*DeleteAppForbiddenBodyErrorsItems0) Validate

Validate validates this delete app forbidden body errors items0

type DeleteAppForbiddenBodyErrorsItems0Source

type DeleteAppForbiddenBodyErrorsItems0Source 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"`
}

DeleteAppForbiddenBodyErrorsItems0Source delete app forbidden body errors items0 source // Example: {"pointer":"/data/attributes"} swagger:model DeleteAppForbiddenBodyErrorsItems0Source

func (*DeleteAppForbiddenBodyErrorsItems0Source) ContextValidate

ContextValidate validates this delete app forbidden body errors items0 source based on context it is used

func (*DeleteAppForbiddenBodyErrorsItems0Source) MarshalBinary

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

MarshalBinary interface implementation

func (*DeleteAppForbiddenBodyErrorsItems0Source) UnmarshalBinary

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

UnmarshalBinary interface implementation

func (*DeleteAppForbiddenBodyErrorsItems0Source) Validate

Validate validates this delete app forbidden body errors items0 source

type DeleteAppForbiddenBodyJsonapi

type DeleteAppForbiddenBodyJsonapi 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"`
}

DeleteAppForbiddenBodyJsonapi delete app forbidden body jsonapi // Example: {"version":"1.0"} swagger:model DeleteAppForbiddenBodyJsonapi

func (*DeleteAppForbiddenBodyJsonapi) ContextValidate

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

ContextValidate validates this delete app forbidden body jsonapi based on context it is used

func (*DeleteAppForbiddenBodyJsonapi) MarshalBinary

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

MarshalBinary interface implementation

func (*DeleteAppForbiddenBodyJsonapi) UnmarshalBinary

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

UnmarshalBinary interface implementation

func (*DeleteAppForbiddenBodyJsonapi) Validate

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

Validate validates this delete app forbidden body jsonapi

type DeleteAppInternalServerError

type DeleteAppInternalServerError 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 *models.ErrorDocument
}

DeleteAppInternalServerError 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 NewDeleteAppInternalServerError

func NewDeleteAppInternalServerError() *DeleteAppInternalServerError

NewDeleteAppInternalServerError creates a DeleteAppInternalServerError with default headers values

func (*DeleteAppInternalServerError) Code

Code gets the status code for the delete app internal server error response

func (*DeleteAppInternalServerError) Error

func (*DeleteAppInternalServerError) GetPayload

func (*DeleteAppInternalServerError) IsClientError

func (o *DeleteAppInternalServerError) IsClientError() bool

IsClientError returns true when this delete app internal server error response has a 4xx status code

func (*DeleteAppInternalServerError) IsCode

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

IsCode returns true when this delete app internal server error response a status code equal to that given

func (*DeleteAppInternalServerError) IsRedirect

func (o *DeleteAppInternalServerError) IsRedirect() bool

IsRedirect returns true when this delete app internal server error response has a 3xx status code

func (*DeleteAppInternalServerError) IsServerError

func (o *DeleteAppInternalServerError) IsServerError() bool

IsServerError returns true when this delete app internal server error response has a 5xx status code

func (*DeleteAppInternalServerError) IsSuccess

func (o *DeleteAppInternalServerError) IsSuccess() bool

IsSuccess returns true when this delete app internal server error response has a 2xx status code

func (*DeleteAppInternalServerError) String

type DeleteAppNoContent

type DeleteAppNoContent 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
	Location    string

	/* 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
}

DeleteAppNoContent describes a response with status code 204, with default header values.

The app has been deleted

func NewDeleteAppNoContent

func NewDeleteAppNoContent() *DeleteAppNoContent

NewDeleteAppNoContent creates a DeleteAppNoContent with default headers values

func (*DeleteAppNoContent) Code

func (o *DeleteAppNoContent) Code() int

Code gets the status code for the delete app no content response

func (*DeleteAppNoContent) Error

func (o *DeleteAppNoContent) Error() string

func (*DeleteAppNoContent) IsClientError

func (o *DeleteAppNoContent) IsClientError() bool

IsClientError returns true when this delete app no content response has a 4xx status code

func (*DeleteAppNoContent) IsCode

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

IsCode returns true when this delete app no content response a status code equal to that given

func (*DeleteAppNoContent) IsRedirect

func (o *DeleteAppNoContent) IsRedirect() bool

IsRedirect returns true when this delete app no content response has a 3xx status code

func (*DeleteAppNoContent) IsServerError

func (o *DeleteAppNoContent) IsServerError() bool

IsServerError returns true when this delete app no content response has a 5xx status code

func (*DeleteAppNoContent) IsSuccess

func (o *DeleteAppNoContent) IsSuccess() bool

IsSuccess returns true when this delete app no content response has a 2xx status code

func (*DeleteAppNoContent) String

func (o *DeleteAppNoContent) String() string

type DeleteAppNotFound

type DeleteAppNotFound 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 *models.ErrorDocument
}

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

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

func NewDeleteAppNotFound

func NewDeleteAppNotFound() *DeleteAppNotFound

NewDeleteAppNotFound creates a DeleteAppNotFound with default headers values

func (*DeleteAppNotFound) Code

func (o *DeleteAppNotFound) Code() int

Code gets the status code for the delete app not found response

func (*DeleteAppNotFound) Error

func (o *DeleteAppNotFound) Error() string

func (*DeleteAppNotFound) GetPayload

func (o *DeleteAppNotFound) GetPayload() *models.ErrorDocument

func (*DeleteAppNotFound) IsClientError

func (o *DeleteAppNotFound) IsClientError() bool

IsClientError returns true when this delete app not found response has a 4xx status code

func (*DeleteAppNotFound) IsCode

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

IsCode returns true when this delete app not found response a status code equal to that given

func (*DeleteAppNotFound) IsRedirect

func (o *DeleteAppNotFound) IsRedirect() bool

IsRedirect returns true when this delete app not found response has a 3xx status code

func (*DeleteAppNotFound) IsServerError

func (o *DeleteAppNotFound) IsServerError() bool

IsServerError returns true when this delete app not found response has a 5xx status code

func (*DeleteAppNotFound) IsSuccess

func (o *DeleteAppNotFound) IsSuccess() bool

IsSuccess returns true when this delete app not found response has a 2xx status code

func (*DeleteAppNotFound) String

func (o *DeleteAppNotFound) String() string

type DeleteAppOrgInstallByIDBadRequest

type DeleteAppOrgInstallByIDBadRequest 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 *models.ErrorDocument
}

DeleteAppOrgInstallByIDBadRequest 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 NewDeleteAppOrgInstallByIDBadRequest

func NewDeleteAppOrgInstallByIDBadRequest() *DeleteAppOrgInstallByIDBadRequest

NewDeleteAppOrgInstallByIDBadRequest creates a DeleteAppOrgInstallByIDBadRequest with default headers values

func (*DeleteAppOrgInstallByIDBadRequest) Code

Code gets the status code for the delete app org install by Id bad request response

func (*DeleteAppOrgInstallByIDBadRequest) Error

func (*DeleteAppOrgInstallByIDBadRequest) GetPayload

func (*DeleteAppOrgInstallByIDBadRequest) IsClientError

func (o *DeleteAppOrgInstallByIDBadRequest) IsClientError() bool

IsClientError returns true when this delete app org install by Id bad request response has a 4xx status code

func (*DeleteAppOrgInstallByIDBadRequest) IsCode

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

IsCode returns true when this delete app org install by Id bad request response a status code equal to that given

func (*DeleteAppOrgInstallByIDBadRequest) IsRedirect

func (o *DeleteAppOrgInstallByIDBadRequest) IsRedirect() bool

IsRedirect returns true when this delete app org install by Id bad request response has a 3xx status code

func (*DeleteAppOrgInstallByIDBadRequest) IsServerError

func (o *DeleteAppOrgInstallByIDBadRequest) IsServerError() bool

IsServerError returns true when this delete app org install by Id bad request response has a 5xx status code

func (*DeleteAppOrgInstallByIDBadRequest) IsSuccess

func (o *DeleteAppOrgInstallByIDBadRequest) IsSuccess() bool

IsSuccess returns true when this delete app org install by Id bad request response has a 2xx status code

func (*DeleteAppOrgInstallByIDBadRequest) String

type DeleteAppOrgInstallByIDConflict

type DeleteAppOrgInstallByIDConflict 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 *models.ErrorDocument
}

DeleteAppOrgInstallByIDConflict describes a response with status code 409, with default header values.

Conflict: The requested operation conflicts with the current state of the resource in some way.

func NewDeleteAppOrgInstallByIDConflict

func NewDeleteAppOrgInstallByIDConflict() *DeleteAppOrgInstallByIDConflict

NewDeleteAppOrgInstallByIDConflict creates a DeleteAppOrgInstallByIDConflict with default headers values

func (*DeleteAppOrgInstallByIDConflict) Code

Code gets the status code for the delete app org install by Id conflict response

func (*DeleteAppOrgInstallByIDConflict) Error

func (*DeleteAppOrgInstallByIDConflict) GetPayload

func (*DeleteAppOrgInstallByIDConflict) IsClientError

func (o *DeleteAppOrgInstallByIDConflict) IsClientError() bool

IsClientError returns true when this delete app org install by Id conflict response has a 4xx status code

func (*DeleteAppOrgInstallByIDConflict) IsCode

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

IsCode returns true when this delete app org install by Id conflict response a status code equal to that given

func (*DeleteAppOrgInstallByIDConflict) IsRedirect

func (o *DeleteAppOrgInstallByIDConflict) IsRedirect() bool

IsRedirect returns true when this delete app org install by Id conflict response has a 3xx status code

func (*DeleteAppOrgInstallByIDConflict) IsServerError

func (o *DeleteAppOrgInstallByIDConflict) IsServerError() bool

IsServerError returns true when this delete app org install by Id conflict response has a 5xx status code

func (*DeleteAppOrgInstallByIDConflict) IsSuccess

func (o *DeleteAppOrgInstallByIDConflict) IsSuccess() bool

IsSuccess returns true when this delete app org install by Id conflict response has a 2xx status code

func (*DeleteAppOrgInstallByIDConflict) String

type DeleteAppOrgInstallByIDForbidden

type DeleteAppOrgInstallByIDForbidden 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 *DeleteAppOrgInstallByIDForbiddenBody
}

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

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

func NewDeleteAppOrgInstallByIDForbidden

func NewDeleteAppOrgInstallByIDForbidden() *DeleteAppOrgInstallByIDForbidden

NewDeleteAppOrgInstallByIDForbidden creates a DeleteAppOrgInstallByIDForbidden with default headers values

func (*DeleteAppOrgInstallByIDForbidden) Code

Code gets the status code for the delete app org install by Id forbidden response

func (*DeleteAppOrgInstallByIDForbidden) Error

func (*DeleteAppOrgInstallByIDForbidden) GetPayload

func (*DeleteAppOrgInstallByIDForbidden) IsClientError

func (o *DeleteAppOrgInstallByIDForbidden) IsClientError() bool

IsClientError returns true when this delete app org install by Id forbidden response has a 4xx status code

func (*DeleteAppOrgInstallByIDForbidden) IsCode

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

IsCode returns true when this delete app org install by Id forbidden response a status code equal to that given

func (*DeleteAppOrgInstallByIDForbidden) IsRedirect

func (o *DeleteAppOrgInstallByIDForbidden) IsRedirect() bool

IsRedirect returns true when this delete app org install by Id forbidden response has a 3xx status code

func (*DeleteAppOrgInstallByIDForbidden) IsServerError

func (o *DeleteAppOrgInstallByIDForbidden) IsServerError() bool

IsServerError returns true when this delete app org install by Id forbidden response has a 5xx status code

func (*DeleteAppOrgInstallByIDForbidden) IsSuccess

func (o *DeleteAppOrgInstallByIDForbidden) IsSuccess() bool

IsSuccess returns true when this delete app org install by Id forbidden response has a 2xx status code

func (*DeleteAppOrgInstallByIDForbidden) String

type DeleteAppOrgInstallByIDForbiddenBody

type DeleteAppOrgInstallByIDForbiddenBody struct {

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

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

DeleteAppOrgInstallByIDForbiddenBody delete app org install by ID forbidden body // Example: {"errors":[{"detail":"Permission denied for this resource","status":"403"}],"jsonapi":{"version":"1.0"}} swagger:model DeleteAppOrgInstallByIDForbiddenBody

func (*DeleteAppOrgInstallByIDForbiddenBody) ContextValidate

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

ContextValidate validate this delete app org install by ID forbidden body based on the context it is used

func (*DeleteAppOrgInstallByIDForbiddenBody) MarshalBinary

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

MarshalBinary interface implementation

func (*DeleteAppOrgInstallByIDForbiddenBody) UnmarshalBinary

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

UnmarshalBinary interface implementation

func (*DeleteAppOrgInstallByIDForbiddenBody) Validate

Validate validates this delete app org install by ID forbidden body

type DeleteAppOrgInstallByIDForbiddenBodyErrorsItems0

type DeleteAppOrgInstallByIDForbiddenBodyErrorsItems0 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"`

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

	// source
	Source *DeleteAppOrgInstallByIDForbiddenBodyErrorsItems0Source `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"`
}

DeleteAppOrgInstallByIDForbiddenBodyErrorsItems0 delete app org install by ID forbidden body errors items0 // Example: {"detail":"Not Found","status":"404"} swagger:model DeleteAppOrgInstallByIDForbiddenBodyErrorsItems0

func (*DeleteAppOrgInstallByIDForbiddenBodyErrorsItems0) ContextValidate

ContextValidate validate this delete app org install by ID forbidden body errors items0 based on the context it is used

func (*DeleteAppOrgInstallByIDForbiddenBodyErrorsItems0) MarshalBinary

MarshalBinary interface implementation

func (*DeleteAppOrgInstallByIDForbiddenBodyErrorsItems0) UnmarshalBinary

UnmarshalBinary interface implementation

func (*DeleteAppOrgInstallByIDForbiddenBodyErrorsItems0) Validate

Validate validates this delete app org install by ID forbidden body errors items0

type DeleteAppOrgInstallByIDForbiddenBodyErrorsItems0Source

type DeleteAppOrgInstallByIDForbiddenBodyErrorsItems0Source 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"`
}

DeleteAppOrgInstallByIDForbiddenBodyErrorsItems0Source delete app org install by ID forbidden body errors items0 source // Example: {"pointer":"/data/attributes"} swagger:model DeleteAppOrgInstallByIDForbiddenBodyErrorsItems0Source

func (*DeleteAppOrgInstallByIDForbiddenBodyErrorsItems0Source) ContextValidate

ContextValidate validates this delete app org install by ID forbidden body errors items0 source based on context it is used

func (*DeleteAppOrgInstallByIDForbiddenBodyErrorsItems0Source) MarshalBinary

MarshalBinary interface implementation

func (*DeleteAppOrgInstallByIDForbiddenBodyErrorsItems0Source) UnmarshalBinary

UnmarshalBinary interface implementation

func (*DeleteAppOrgInstallByIDForbiddenBodyErrorsItems0Source) Validate

Validate validates this delete app org install by ID forbidden body errors items0 source

type DeleteAppOrgInstallByIDForbiddenBodyJsonapi

type DeleteAppOrgInstallByIDForbiddenBodyJsonapi 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"`
}

DeleteAppOrgInstallByIDForbiddenBodyJsonapi delete app org install by ID forbidden body jsonapi // Example: {"version":"1.0"} swagger:model DeleteAppOrgInstallByIDForbiddenBodyJsonapi

func (*DeleteAppOrgInstallByIDForbiddenBodyJsonapi) ContextValidate

ContextValidate validates this delete app org install by ID forbidden body jsonapi based on context it is used

func (*DeleteAppOrgInstallByIDForbiddenBodyJsonapi) MarshalBinary

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

MarshalBinary interface implementation

func (*DeleteAppOrgInstallByIDForbiddenBodyJsonapi) UnmarshalBinary

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

UnmarshalBinary interface implementation

func (*DeleteAppOrgInstallByIDForbiddenBodyJsonapi) Validate

Validate validates this delete app org install by ID forbidden body jsonapi

type DeleteAppOrgInstallByIDInternalServerError

type DeleteAppOrgInstallByIDInternalServerError 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 *models.ErrorDocument
}

DeleteAppOrgInstallByIDInternalServerError 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 NewDeleteAppOrgInstallByIDInternalServerError

func NewDeleteAppOrgInstallByIDInternalServerError() *DeleteAppOrgInstallByIDInternalServerError

NewDeleteAppOrgInstallByIDInternalServerError creates a DeleteAppOrgInstallByIDInternalServerError with default headers values

func (*DeleteAppOrgInstallByIDInternalServerError) Code

Code gets the status code for the delete app org install by Id internal server error response

func (*DeleteAppOrgInstallByIDInternalServerError) Error

func (*DeleteAppOrgInstallByIDInternalServerError) GetPayload

func (*DeleteAppOrgInstallByIDInternalServerError) IsClientError

IsClientError returns true when this delete app org install by Id internal server error response has a 4xx status code

func (*DeleteAppOrgInstallByIDInternalServerError) IsCode

IsCode returns true when this delete app org install by Id internal server error response a status code equal to that given

func (*DeleteAppOrgInstallByIDInternalServerError) IsRedirect

IsRedirect returns true when this delete app org install by Id internal server error response has a 3xx status code

func (*DeleteAppOrgInstallByIDInternalServerError) IsServerError

IsServerError returns true when this delete app org install by Id internal server error response has a 5xx status code

func (*DeleteAppOrgInstallByIDInternalServerError) IsSuccess

IsSuccess returns true when this delete app org install by Id internal server error response has a 2xx status code

func (*DeleteAppOrgInstallByIDInternalServerError) String

type DeleteAppOrgInstallByIDNoContent

type DeleteAppOrgInstallByIDNoContent 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
	Location    string

	/* 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
}

DeleteAppOrgInstallByIDNoContent describes a response with status code 204, with default header values.

The app install has been revoked.

func NewDeleteAppOrgInstallByIDNoContent

func NewDeleteAppOrgInstallByIDNoContent() *DeleteAppOrgInstallByIDNoContent

NewDeleteAppOrgInstallByIDNoContent creates a DeleteAppOrgInstallByIDNoContent with default headers values

func (*DeleteAppOrgInstallByIDNoContent) Code

Code gets the status code for the delete app org install by Id no content response

func (*DeleteAppOrgInstallByIDNoContent) Error

func (*DeleteAppOrgInstallByIDNoContent) IsClientError

func (o *DeleteAppOrgInstallByIDNoContent) IsClientError() bool

IsClientError returns true when this delete app org install by Id no content response has a 4xx status code

func (*DeleteAppOrgInstallByIDNoContent) IsCode

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

IsCode returns true when this delete app org install by Id no content response a status code equal to that given

func (*DeleteAppOrgInstallByIDNoContent) IsRedirect

func (o *DeleteAppOrgInstallByIDNoContent) IsRedirect() bool

IsRedirect returns true when this delete app org install by Id no content response has a 3xx status code

func (*DeleteAppOrgInstallByIDNoContent) IsServerError

func (o *DeleteAppOrgInstallByIDNoContent) IsServerError() bool

IsServerError returns true when this delete app org install by Id no content response has a 5xx status code

func (*DeleteAppOrgInstallByIDNoContent) IsSuccess

func (o *DeleteAppOrgInstallByIDNoContent) IsSuccess() bool

IsSuccess returns true when this delete app org install by Id no content response has a 2xx status code

func (*DeleteAppOrgInstallByIDNoContent) String

type DeleteAppOrgInstallByIDNotFound

type DeleteAppOrgInstallByIDNotFound 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 *models.ErrorDocument
}

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

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

func NewDeleteAppOrgInstallByIDNotFound

func NewDeleteAppOrgInstallByIDNotFound() *DeleteAppOrgInstallByIDNotFound

NewDeleteAppOrgInstallByIDNotFound creates a DeleteAppOrgInstallByIDNotFound with default headers values

func (*DeleteAppOrgInstallByIDNotFound) Code

Code gets the status code for the delete app org install by Id not found response

func (*DeleteAppOrgInstallByIDNotFound) Error

func (*DeleteAppOrgInstallByIDNotFound) GetPayload

func (*DeleteAppOrgInstallByIDNotFound) IsClientError

func (o *DeleteAppOrgInstallByIDNotFound) IsClientError() bool

IsClientError returns true when this delete app org install by Id not found response has a 4xx status code

func (*DeleteAppOrgInstallByIDNotFound) IsCode

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

IsCode returns true when this delete app org install by Id not found response a status code equal to that given

func (*DeleteAppOrgInstallByIDNotFound) IsRedirect

func (o *DeleteAppOrgInstallByIDNotFound) IsRedirect() bool

IsRedirect returns true when this delete app org install by Id not found response has a 3xx status code

func (*DeleteAppOrgInstallByIDNotFound) IsServerError

func (o *DeleteAppOrgInstallByIDNotFound) IsServerError() bool

IsServerError returns true when this delete app org install by Id not found response has a 5xx status code

func (*DeleteAppOrgInstallByIDNotFound) IsSuccess

func (o *DeleteAppOrgInstallByIDNotFound) IsSuccess() bool

IsSuccess returns true when this delete app org install by Id not found response has a 2xx status code

func (*DeleteAppOrgInstallByIDNotFound) String

type DeleteAppOrgInstallByIDParams

type DeleteAppOrgInstallByIDParams struct {

	/* InstallID.

	   Install ID

	   Format: uuid
	*/
	InstallID strfmt.UUID

	/* OrgID.

	   Org ID

	   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
}

DeleteAppOrgInstallByIDParams contains all the parameters to send to the API endpoint

for the delete app org install by ID operation.

Typically these are written to a http.Request.

func NewDeleteAppOrgInstallByIDParams

func NewDeleteAppOrgInstallByIDParams() *DeleteAppOrgInstallByIDParams

NewDeleteAppOrgInstallByIDParams creates a new DeleteAppOrgInstallByIDParams 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 NewDeleteAppOrgInstallByIDParamsWithContext

func NewDeleteAppOrgInstallByIDParamsWithContext(ctx context.Context) *DeleteAppOrgInstallByIDParams

NewDeleteAppOrgInstallByIDParamsWithContext creates a new DeleteAppOrgInstallByIDParams object with the ability to set a context for a request.

func NewDeleteAppOrgInstallByIDParamsWithHTTPClient

func NewDeleteAppOrgInstallByIDParamsWithHTTPClient(client *http.Client) *DeleteAppOrgInstallByIDParams

NewDeleteAppOrgInstallByIDParamsWithHTTPClient creates a new DeleteAppOrgInstallByIDParams object with the ability to set a custom HTTPClient for a request.

func NewDeleteAppOrgInstallByIDParamsWithTimeout

func NewDeleteAppOrgInstallByIDParamsWithTimeout(timeout time.Duration) *DeleteAppOrgInstallByIDParams

NewDeleteAppOrgInstallByIDParamsWithTimeout creates a new DeleteAppOrgInstallByIDParams object with the ability to set a timeout on a request.

func (*DeleteAppOrgInstallByIDParams) SetContext

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

SetContext adds the context to the delete app org install by ID params

func (*DeleteAppOrgInstallByIDParams) SetDefaults

func (o *DeleteAppOrgInstallByIDParams) SetDefaults()

SetDefaults hydrates default values in the delete app org install by ID params (not the query body).

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

func (*DeleteAppOrgInstallByIDParams) SetHTTPClient

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

SetHTTPClient adds the HTTPClient to the delete app org install by ID params

func (*DeleteAppOrgInstallByIDParams) SetInstallID

func (o *DeleteAppOrgInstallByIDParams) SetInstallID(installID strfmt.UUID)

SetInstallID adds the installId to the delete app org install by ID params

func (*DeleteAppOrgInstallByIDParams) SetOrgID

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

SetOrgID adds the orgId to the delete app org install by ID params

func (*DeleteAppOrgInstallByIDParams) SetTimeout

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

SetTimeout adds the timeout to the delete app org install by ID params

func (*DeleteAppOrgInstallByIDParams) SetVersion

func (o *DeleteAppOrgInstallByIDParams) SetVersion(version string)

SetVersion adds the version to the delete app org install by ID params

func (*DeleteAppOrgInstallByIDParams) WithContext

WithContext adds the context to the delete app org install by ID params

func (*DeleteAppOrgInstallByIDParams) WithDefaults

WithDefaults hydrates default values in the delete app org install by ID params (not the query body).

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

func (*DeleteAppOrgInstallByIDParams) WithHTTPClient

WithHTTPClient adds the HTTPClient to the delete app org install by ID params

func (*DeleteAppOrgInstallByIDParams) WithInstallID

WithInstallID adds the installID to the delete app org install by ID params

func (*DeleteAppOrgInstallByIDParams) WithOrgID

WithOrgID adds the orgID to the delete app org install by ID params

func (*DeleteAppOrgInstallByIDParams) WithTimeout

WithTimeout adds the timeout to the delete app org install by ID params

func (*DeleteAppOrgInstallByIDParams) WithVersion

WithVersion adds the version to the delete app org install by ID params

func (*DeleteAppOrgInstallByIDParams) WriteToRequest

WriteToRequest writes these params to a swagger request

type DeleteAppOrgInstallByIDReader

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

DeleteAppOrgInstallByIDReader is a Reader for the DeleteAppOrgInstallByID structure.

func (*DeleteAppOrgInstallByIDReader) ReadResponse

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

ReadResponse reads a server response into the received o.

type DeleteAppOrgInstallByIDUnauthorized

type DeleteAppOrgInstallByIDUnauthorized 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 *models.ErrorDocument
}

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

Unauthorized: the request requires an authentication token or a token with more permissions.

func NewDeleteAppOrgInstallByIDUnauthorized

func NewDeleteAppOrgInstallByIDUnauthorized() *DeleteAppOrgInstallByIDUnauthorized

NewDeleteAppOrgInstallByIDUnauthorized creates a DeleteAppOrgInstallByIDUnauthorized with default headers values

func (*DeleteAppOrgInstallByIDUnauthorized) Code

Code gets the status code for the delete app org install by Id unauthorized response

func (*DeleteAppOrgInstallByIDUnauthorized) Error

func (*DeleteAppOrgInstallByIDUnauthorized) GetPayload

func (*DeleteAppOrgInstallByIDUnauthorized) IsClientError

func (o *DeleteAppOrgInstallByIDUnauthorized) IsClientError() bool

IsClientError returns true when this delete app org install by Id unauthorized response has a 4xx status code

func (*DeleteAppOrgInstallByIDUnauthorized) IsCode

IsCode returns true when this delete app org install by Id unauthorized response a status code equal to that given

func (*DeleteAppOrgInstallByIDUnauthorized) IsRedirect

func (o *DeleteAppOrgInstallByIDUnauthorized) IsRedirect() bool

IsRedirect returns true when this delete app org install by Id unauthorized response has a 3xx status code

func (*DeleteAppOrgInstallByIDUnauthorized) IsServerError

func (o *DeleteAppOrgInstallByIDUnauthorized) IsServerError() bool

IsServerError returns true when this delete app org install by Id unauthorized response has a 5xx status code

func (*DeleteAppOrgInstallByIDUnauthorized) IsSuccess

IsSuccess returns true when this delete app org install by Id unauthorized response has a 2xx status code

func (*DeleteAppOrgInstallByIDUnauthorized) String

type DeleteAppParams

type DeleteAppParams struct {

	/* ClientID.

	   Client ID

	   Format: uuid
	*/
	ClientID strfmt.UUID

	/* OrgID.

	   Org ID

	   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
}

DeleteAppParams contains all the parameters to send to the API endpoint

for the delete app operation.

Typically these are written to a http.Request.

func NewDeleteAppParams

func NewDeleteAppParams() *DeleteAppParams

NewDeleteAppParams creates a new DeleteAppParams 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 NewDeleteAppParamsWithContext

func NewDeleteAppParamsWithContext(ctx context.Context) *DeleteAppParams

NewDeleteAppParamsWithContext creates a new DeleteAppParams object with the ability to set a context for a request.

func NewDeleteAppParamsWithHTTPClient

func NewDeleteAppParamsWithHTTPClient(client *http.Client) *DeleteAppParams

NewDeleteAppParamsWithHTTPClient creates a new DeleteAppParams object with the ability to set a custom HTTPClient for a request.

func NewDeleteAppParamsWithTimeout

func NewDeleteAppParamsWithTimeout(timeout time.Duration) *DeleteAppParams

NewDeleteAppParamsWithTimeout creates a new DeleteAppParams object with the ability to set a timeout on a request.

func (*DeleteAppParams) SetClientID

func (o *DeleteAppParams) SetClientID(clientID strfmt.UUID)

SetClientID adds the clientId to the delete app params

func (*DeleteAppParams) SetContext

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

SetContext adds the context to the delete app params

func (*DeleteAppParams) SetDefaults

func (o *DeleteAppParams) SetDefaults()

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

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

func (*DeleteAppParams) SetHTTPClient

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

SetHTTPClient adds the HTTPClient to the delete app params

func (*DeleteAppParams) SetOrgID

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

SetOrgID adds the orgId to the delete app params

func (*DeleteAppParams) SetTimeout

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

SetTimeout adds the timeout to the delete app params

func (*DeleteAppParams) SetVersion

func (o *DeleteAppParams) SetVersion(version string)

SetVersion adds the version to the delete app params

func (*DeleteAppParams) WithClientID

func (o *DeleteAppParams) WithClientID(clientID strfmt.UUID) *DeleteAppParams

WithClientID adds the clientID to the delete app params

func (*DeleteAppParams) WithContext

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

WithContext adds the context to the delete app params

func (*DeleteAppParams) WithDefaults

func (o *DeleteAppParams) WithDefaults() *DeleteAppParams

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

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

func (*DeleteAppParams) WithHTTPClient

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

WithHTTPClient adds the HTTPClient to the delete app params

func (*DeleteAppParams) WithOrgID

func (o *DeleteAppParams) WithOrgID(orgID strfmt.UUID) *DeleteAppParams

WithOrgID adds the orgID to the delete app params

func (*DeleteAppParams) WithTimeout

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

WithTimeout adds the timeout to the delete app params

func (*DeleteAppParams) WithVersion

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

WithVersion adds the version to the delete app params

func (*DeleteAppParams) WriteToRequest

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

WriteToRequest writes these params to a swagger request

type DeleteAppReader

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

DeleteAppReader is a Reader for the DeleteApp structure.

func (*DeleteAppReader) ReadResponse

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

ReadResponse reads a server response into the received o.

type DeleteAppUnauthorized

type DeleteAppUnauthorized 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 *models.ErrorDocument
}

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

Unauthorized: the request requires an authentication token or a token with more permissions.

func NewDeleteAppUnauthorized

func NewDeleteAppUnauthorized() *DeleteAppUnauthorized

NewDeleteAppUnauthorized creates a DeleteAppUnauthorized with default headers values

func (*DeleteAppUnauthorized) Code

func (o *DeleteAppUnauthorized) Code() int

Code gets the status code for the delete app unauthorized response

func (*DeleteAppUnauthorized) Error

func (o *DeleteAppUnauthorized) Error() string

func (*DeleteAppUnauthorized) GetPayload

func (o *DeleteAppUnauthorized) GetPayload() *models.ErrorDocument

func (*DeleteAppUnauthorized) IsClientError

func (o *DeleteAppUnauthorized) IsClientError() bool

IsClientError returns true when this delete app unauthorized response has a 4xx status code

func (*DeleteAppUnauthorized) IsCode

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

IsCode returns true when this delete app unauthorized response a status code equal to that given

func (*DeleteAppUnauthorized) IsRedirect

func (o *DeleteAppUnauthorized) IsRedirect() bool

IsRedirect returns true when this delete app unauthorized response has a 3xx status code

func (*DeleteAppUnauthorized) IsServerError

func (o *DeleteAppUnauthorized) IsServerError() bool

IsServerError returns true when this delete app unauthorized response has a 5xx status code

func (*DeleteAppUnauthorized) IsSuccess

func (o *DeleteAppUnauthorized) IsSuccess() bool

IsSuccess returns true when this delete app unauthorized response has a 2xx status code

func (*DeleteAppUnauthorized) String

func (o *DeleteAppUnauthorized) String() string

type DeleteGroupAppInstallByIDBadRequest

type DeleteGroupAppInstallByIDBadRequest 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 *models.ErrorDocument
}

DeleteGroupAppInstallByIDBadRequest 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 NewDeleteGroupAppInstallByIDBadRequest

func NewDeleteGroupAppInstallByIDBadRequest() *DeleteGroupAppInstallByIDBadRequest

NewDeleteGroupAppInstallByIDBadRequest creates a DeleteGroupAppInstallByIDBadRequest with default headers values

func (*DeleteGroupAppInstallByIDBadRequest) Code

Code gets the status code for the delete group app install by Id bad request response

func (*DeleteGroupAppInstallByIDBadRequest) Error

func (*DeleteGroupAppInstallByIDBadRequest) GetPayload

func (*DeleteGroupAppInstallByIDBadRequest) IsClientError

func (o *DeleteGroupAppInstallByIDBadRequest) IsClientError() bool

IsClientError returns true when this delete group app install by Id bad request response has a 4xx status code

func (*DeleteGroupAppInstallByIDBadRequest) IsCode

IsCode returns true when this delete group app install by Id bad request response a status code equal to that given

func (*DeleteGroupAppInstallByIDBadRequest) IsRedirect

func (o *DeleteGroupAppInstallByIDBadRequest) IsRedirect() bool

IsRedirect returns true when this delete group app install by Id bad request response has a 3xx status code

func (*DeleteGroupAppInstallByIDBadRequest) IsServerError

func (o *DeleteGroupAppInstallByIDBadRequest) IsServerError() bool

IsServerError returns true when this delete group app install by Id bad request response has a 5xx status code

func (*DeleteGroupAppInstallByIDBadRequest) IsSuccess

IsSuccess returns true when this delete group app install by Id bad request response has a 2xx status code

func (*DeleteGroupAppInstallByIDBadRequest) String

type DeleteGroupAppInstallByIDConflict

type DeleteGroupAppInstallByIDConflict 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 *models.ErrorDocument
}

DeleteGroupAppInstallByIDConflict describes a response with status code 409, with default header values.

Conflict: The requested operation conflicts with the current state of the resource in some way.

func NewDeleteGroupAppInstallByIDConflict

func NewDeleteGroupAppInstallByIDConflict() *DeleteGroupAppInstallByIDConflict

NewDeleteGroupAppInstallByIDConflict creates a DeleteGroupAppInstallByIDConflict with default headers values

func (*DeleteGroupAppInstallByIDConflict) Code

Code gets the status code for the delete group app install by Id conflict response

func (*DeleteGroupAppInstallByIDConflict) Error

func (*DeleteGroupAppInstallByIDConflict) GetPayload

func (*DeleteGroupAppInstallByIDConflict) IsClientError

func (o *DeleteGroupAppInstallByIDConflict) IsClientError() bool

IsClientError returns true when this delete group app install by Id conflict response has a 4xx status code

func (*DeleteGroupAppInstallByIDConflict) IsCode

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

IsCode returns true when this delete group app install by Id conflict response a status code equal to that given

func (*DeleteGroupAppInstallByIDConflict) IsRedirect

func (o *DeleteGroupAppInstallByIDConflict) IsRedirect() bool

IsRedirect returns true when this delete group app install by Id conflict response has a 3xx status code

func (*DeleteGroupAppInstallByIDConflict) IsServerError

func (o *DeleteGroupAppInstallByIDConflict) IsServerError() bool

IsServerError returns true when this delete group app install by Id conflict response has a 5xx status code

func (*DeleteGroupAppInstallByIDConflict) IsSuccess

func (o *DeleteGroupAppInstallByIDConflict) IsSuccess() bool

IsSuccess returns true when this delete group app install by Id conflict response has a 2xx status code

func (*DeleteGroupAppInstallByIDConflict) String

type DeleteGroupAppInstallByIDForbidden

type DeleteGroupAppInstallByIDForbidden 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 *DeleteGroupAppInstallByIDForbiddenBody
}

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

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

func NewDeleteGroupAppInstallByIDForbidden

func NewDeleteGroupAppInstallByIDForbidden() *DeleteGroupAppInstallByIDForbidden

NewDeleteGroupAppInstallByIDForbidden creates a DeleteGroupAppInstallByIDForbidden with default headers values

func (*DeleteGroupAppInstallByIDForbidden) Code

Code gets the status code for the delete group app install by Id forbidden response

func (*DeleteGroupAppInstallByIDForbidden) Error

func (*DeleteGroupAppInstallByIDForbidden) GetPayload

func (*DeleteGroupAppInstallByIDForbidden) IsClientError

func (o *DeleteGroupAppInstallByIDForbidden) IsClientError() bool

IsClientError returns true when this delete group app install by Id forbidden response has a 4xx status code

func (*DeleteGroupAppInstallByIDForbidden) IsCode

IsCode returns true when this delete group app install by Id forbidden response a status code equal to that given

func (*DeleteGroupAppInstallByIDForbidden) IsRedirect

func (o *DeleteGroupAppInstallByIDForbidden) IsRedirect() bool

IsRedirect returns true when this delete group app install by Id forbidden response has a 3xx status code

func (*DeleteGroupAppInstallByIDForbidden) IsServerError

func (o *DeleteGroupAppInstallByIDForbidden) IsServerError() bool

IsServerError returns true when this delete group app install by Id forbidden response has a 5xx status code

func (*DeleteGroupAppInstallByIDForbidden) IsSuccess

IsSuccess returns true when this delete group app install by Id forbidden response has a 2xx status code

func (*DeleteGroupAppInstallByIDForbidden) String

type DeleteGroupAppInstallByIDForbiddenBody

type DeleteGroupAppInstallByIDForbiddenBody struct {

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

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

DeleteGroupAppInstallByIDForbiddenBody delete group app install by ID forbidden body // Example: {"errors":[{"detail":"Permission denied for this resource","status":"403"}],"jsonapi":{"version":"1.0"}} swagger:model DeleteGroupAppInstallByIDForbiddenBody

func (*DeleteGroupAppInstallByIDForbiddenBody) ContextValidate

ContextValidate validate this delete group app install by ID forbidden body based on the context it is used

func (*DeleteGroupAppInstallByIDForbiddenBody) MarshalBinary

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

MarshalBinary interface implementation

func (*DeleteGroupAppInstallByIDForbiddenBody) UnmarshalBinary

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

UnmarshalBinary interface implementation

func (*DeleteGroupAppInstallByIDForbiddenBody) Validate

Validate validates this delete group app install by ID forbidden body

type DeleteGroupAppInstallByIDForbiddenBodyErrorsItems0

type DeleteGroupAppInstallByIDForbiddenBodyErrorsItems0 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"`

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

	// source
	Source *DeleteGroupAppInstallByIDForbiddenBodyErrorsItems0Source `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"`
}

DeleteGroupAppInstallByIDForbiddenBodyErrorsItems0 delete group app install by ID forbidden body errors items0 // Example: {"detail":"Not Found","status":"404"} swagger:model DeleteGroupAppInstallByIDForbiddenBodyErrorsItems0

func (*DeleteGroupAppInstallByIDForbiddenBodyErrorsItems0) ContextValidate

ContextValidate validate this delete group app install by ID forbidden body errors items0 based on the context it is used

func (*DeleteGroupAppInstallByIDForbiddenBodyErrorsItems0) MarshalBinary

MarshalBinary interface implementation

func (*DeleteGroupAppInstallByIDForbiddenBodyErrorsItems0) UnmarshalBinary

UnmarshalBinary interface implementation

func (*DeleteGroupAppInstallByIDForbiddenBodyErrorsItems0) Validate

Validate validates this delete group app install by ID forbidden body errors items0

type DeleteGroupAppInstallByIDForbiddenBodyErrorsItems0Source

type DeleteGroupAppInstallByIDForbiddenBodyErrorsItems0Source 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"`
}

DeleteGroupAppInstallByIDForbiddenBodyErrorsItems0Source delete group app install by ID forbidden body errors items0 source // Example: {"pointer":"/data/attributes"} swagger:model DeleteGroupAppInstallByIDForbiddenBodyErrorsItems0Source

func (*DeleteGroupAppInstallByIDForbiddenBodyErrorsItems0Source) ContextValidate

ContextValidate validates this delete group app install by ID forbidden body errors items0 source based on context it is used

func (*DeleteGroupAppInstallByIDForbiddenBodyErrorsItems0Source) MarshalBinary

MarshalBinary interface implementation

func (*DeleteGroupAppInstallByIDForbiddenBodyErrorsItems0Source) UnmarshalBinary

UnmarshalBinary interface implementation

func (*DeleteGroupAppInstallByIDForbiddenBodyErrorsItems0Source) Validate

Validate validates this delete group app install by ID forbidden body errors items0 source

type DeleteGroupAppInstallByIDForbiddenBodyJsonapi

type DeleteGroupAppInstallByIDForbiddenBodyJsonapi 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"`
}

DeleteGroupAppInstallByIDForbiddenBodyJsonapi delete group app install by ID forbidden body jsonapi // Example: {"version":"1.0"} swagger:model DeleteGroupAppInstallByIDForbiddenBodyJsonapi

func (*DeleteGroupAppInstallByIDForbiddenBodyJsonapi) ContextValidate

ContextValidate validates this delete group app install by ID forbidden body jsonapi based on context it is used

func (*DeleteGroupAppInstallByIDForbiddenBodyJsonapi) MarshalBinary

MarshalBinary interface implementation

func (*DeleteGroupAppInstallByIDForbiddenBodyJsonapi) UnmarshalBinary

UnmarshalBinary interface implementation

func (*DeleteGroupAppInstallByIDForbiddenBodyJsonapi) Validate

Validate validates this delete group app install by ID forbidden body jsonapi

type DeleteGroupAppInstallByIDInternalServerError

type DeleteGroupAppInstallByIDInternalServerError 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 *models.ErrorDocument
}

DeleteGroupAppInstallByIDInternalServerError 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 NewDeleteGroupAppInstallByIDInternalServerError

func NewDeleteGroupAppInstallByIDInternalServerError() *DeleteGroupAppInstallByIDInternalServerError

NewDeleteGroupAppInstallByIDInternalServerError creates a DeleteGroupAppInstallByIDInternalServerError with default headers values

func (*DeleteGroupAppInstallByIDInternalServerError) Code

Code gets the status code for the delete group app install by Id internal server error response

func (*DeleteGroupAppInstallByIDInternalServerError) Error

func (*DeleteGroupAppInstallByIDInternalServerError) GetPayload

func (*DeleteGroupAppInstallByIDInternalServerError) IsClientError

IsClientError returns true when this delete group app install by Id internal server error response has a 4xx status code

func (*DeleteGroupAppInstallByIDInternalServerError) IsCode

IsCode returns true when this delete group app install by Id internal server error response a status code equal to that given

func (*DeleteGroupAppInstallByIDInternalServerError) IsRedirect

IsRedirect returns true when this delete group app install by Id internal server error response has a 3xx status code

func (*DeleteGroupAppInstallByIDInternalServerError) IsServerError

IsServerError returns true when this delete group app install by Id internal server error response has a 5xx status code

func (*DeleteGroupAppInstallByIDInternalServerError) IsSuccess

IsSuccess returns true when this delete group app install by Id internal server error response has a 2xx status code

func (*DeleteGroupAppInstallByIDInternalServerError) String

type DeleteGroupAppInstallByIDNoContent

type DeleteGroupAppInstallByIDNoContent 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
	Location    string

	/* 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
}

DeleteGroupAppInstallByIDNoContent describes a response with status code 204, with default header values.

The app install has been de-authorized.

func NewDeleteGroupAppInstallByIDNoContent

func NewDeleteGroupAppInstallByIDNoContent() *DeleteGroupAppInstallByIDNoContent

NewDeleteGroupAppInstallByIDNoContent creates a DeleteGroupAppInstallByIDNoContent with default headers values

func (*DeleteGroupAppInstallByIDNoContent) Code

Code gets the status code for the delete group app install by Id no content response

func (*DeleteGroupAppInstallByIDNoContent) Error

func (*DeleteGroupAppInstallByIDNoContent) IsClientError

func (o *DeleteGroupAppInstallByIDNoContent) IsClientError() bool

IsClientError returns true when this delete group app install by Id no content response has a 4xx status code

func (*DeleteGroupAppInstallByIDNoContent) IsCode

IsCode returns true when this delete group app install by Id no content response a status code equal to that given

func (*DeleteGroupAppInstallByIDNoContent) IsRedirect

func (o *DeleteGroupAppInstallByIDNoContent) IsRedirect() bool

IsRedirect returns true when this delete group app install by Id no content response has a 3xx status code

func (*DeleteGroupAppInstallByIDNoContent) IsServerError

func (o *DeleteGroupAppInstallByIDNoContent) IsServerError() bool

IsServerError returns true when this delete group app install by Id no content response has a 5xx status code

func (*DeleteGroupAppInstallByIDNoContent) IsSuccess

IsSuccess returns true when this delete group app install by Id no content response has a 2xx status code

func (*DeleteGroupAppInstallByIDNoContent) String

type DeleteGroupAppInstallByIDNotFound

type DeleteGroupAppInstallByIDNotFound 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 *models.ErrorDocument
}

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

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

func NewDeleteGroupAppInstallByIDNotFound

func NewDeleteGroupAppInstallByIDNotFound() *DeleteGroupAppInstallByIDNotFound

NewDeleteGroupAppInstallByIDNotFound creates a DeleteGroupAppInstallByIDNotFound with default headers values

func (*DeleteGroupAppInstallByIDNotFound) Code

Code gets the status code for the delete group app install by Id not found response

func (*DeleteGroupAppInstallByIDNotFound) Error

func (*DeleteGroupAppInstallByIDNotFound) GetPayload

func (*DeleteGroupAppInstallByIDNotFound) IsClientError

func (o *DeleteGroupAppInstallByIDNotFound) IsClientError() bool

IsClientError returns true when this delete group app install by Id not found response has a 4xx status code

func (*DeleteGroupAppInstallByIDNotFound) IsCode

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

IsCode returns true when this delete group app install by Id not found response a status code equal to that given

func (*DeleteGroupAppInstallByIDNotFound) IsRedirect

func (o *DeleteGroupAppInstallByIDNotFound) IsRedirect() bool

IsRedirect returns true when this delete group app install by Id not found response has a 3xx status code

func (*DeleteGroupAppInstallByIDNotFound) IsServerError

func (o *DeleteGroupAppInstallByIDNotFound) IsServerError() bool

IsServerError returns true when this delete group app install by Id not found response has a 5xx status code

func (*DeleteGroupAppInstallByIDNotFound) IsSuccess

func (o *DeleteGroupAppInstallByIDNotFound) IsSuccess() bool

IsSuccess returns true when this delete group app install by Id not found response has a 2xx status code

func (*DeleteGroupAppInstallByIDNotFound) String

type DeleteGroupAppInstallByIDParams

type DeleteGroupAppInstallByIDParams struct {

	/* GroupID.

	   Group ID

	   Format: uuid
	*/
	GroupID strfmt.UUID

	/* InstallID.

	   Install ID

	   Format: uuid
	*/
	InstallID 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
}

DeleteGroupAppInstallByIDParams contains all the parameters to send to the API endpoint

for the delete group app install by ID operation.

Typically these are written to a http.Request.

func NewDeleteGroupAppInstallByIDParams

func NewDeleteGroupAppInstallByIDParams() *DeleteGroupAppInstallByIDParams

NewDeleteGroupAppInstallByIDParams creates a new DeleteGroupAppInstallByIDParams 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 NewDeleteGroupAppInstallByIDParamsWithContext

func NewDeleteGroupAppInstallByIDParamsWithContext(ctx context.Context) *DeleteGroupAppInstallByIDParams

NewDeleteGroupAppInstallByIDParamsWithContext creates a new DeleteGroupAppInstallByIDParams object with the ability to set a context for a request.

func NewDeleteGroupAppInstallByIDParamsWithHTTPClient

func NewDeleteGroupAppInstallByIDParamsWithHTTPClient(client *http.Client) *DeleteGroupAppInstallByIDParams

NewDeleteGroupAppInstallByIDParamsWithHTTPClient creates a new DeleteGroupAppInstallByIDParams object with the ability to set a custom HTTPClient for a request.

func NewDeleteGroupAppInstallByIDParamsWithTimeout

func NewDeleteGroupAppInstallByIDParamsWithTimeout(timeout time.Duration) *DeleteGroupAppInstallByIDParams

NewDeleteGroupAppInstallByIDParamsWithTimeout creates a new DeleteGroupAppInstallByIDParams object with the ability to set a timeout on a request.

func (*DeleteGroupAppInstallByIDParams) SetContext

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

SetContext adds the context to the delete group app install by ID params

func (*DeleteGroupAppInstallByIDParams) SetDefaults

func (o *DeleteGroupAppInstallByIDParams) SetDefaults()

SetDefaults hydrates default values in the delete group app install by ID params (not the query body).

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

func (*DeleteGroupAppInstallByIDParams) SetGroupID

func (o *DeleteGroupAppInstallByIDParams) SetGroupID(groupID strfmt.UUID)

SetGroupID adds the groupId to the delete group app install by ID params

func (*DeleteGroupAppInstallByIDParams) SetHTTPClient

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

SetHTTPClient adds the HTTPClient to the delete group app install by ID params

func (*DeleteGroupAppInstallByIDParams) SetInstallID

func (o *DeleteGroupAppInstallByIDParams) SetInstallID(installID strfmt.UUID)

SetInstallID adds the installId to the delete group app install by ID params

func (*DeleteGroupAppInstallByIDParams) SetTimeout

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

SetTimeout adds the timeout to the delete group app install by ID params

func (*DeleteGroupAppInstallByIDParams) SetVersion

func (o *DeleteGroupAppInstallByIDParams) SetVersion(version string)

SetVersion adds the version to the delete group app install by ID params

func (*DeleteGroupAppInstallByIDParams) WithContext

WithContext adds the context to the delete group app install by ID params

func (*DeleteGroupAppInstallByIDParams) WithDefaults

WithDefaults hydrates default values in the delete group app install by ID params (not the query body).

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

func (*DeleteGroupAppInstallByIDParams) WithGroupID

WithGroupID adds the groupID to the delete group app install by ID params

func (*DeleteGroupAppInstallByIDParams) WithHTTPClient

WithHTTPClient adds the HTTPClient to the delete group app install by ID params

func (*DeleteGroupAppInstallByIDParams) WithInstallID

WithInstallID adds the installID to the delete group app install by ID params

func (*DeleteGroupAppInstallByIDParams) WithTimeout

WithTimeout adds the timeout to the delete group app install by ID params

func (*DeleteGroupAppInstallByIDParams) WithVersion

WithVersion adds the version to the delete group app install by ID params

func (*DeleteGroupAppInstallByIDParams) WriteToRequest

WriteToRequest writes these params to a swagger request

type DeleteGroupAppInstallByIDReader

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

DeleteGroupAppInstallByIDReader is a Reader for the DeleteGroupAppInstallByID structure.

func (*DeleteGroupAppInstallByIDReader) ReadResponse

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

ReadResponse reads a server response into the received o.

type DeleteGroupAppInstallByIDUnauthorized

type DeleteGroupAppInstallByIDUnauthorized 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 *models.ErrorDocument
}

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

Unauthorized: the request requires an authentication token or a token with more permissions.

func NewDeleteGroupAppInstallByIDUnauthorized

func NewDeleteGroupAppInstallByIDUnauthorized() *DeleteGroupAppInstallByIDUnauthorized

NewDeleteGroupAppInstallByIDUnauthorized creates a DeleteGroupAppInstallByIDUnauthorized with default headers values

func (*DeleteGroupAppInstallByIDUnauthorized) Code

Code gets the status code for the delete group app install by Id unauthorized response

func (*DeleteGroupAppInstallByIDUnauthorized) Error

func (*DeleteGroupAppInstallByIDUnauthorized) GetPayload

func (*DeleteGroupAppInstallByIDUnauthorized) IsClientError

func (o *DeleteGroupAppInstallByIDUnauthorized) IsClientError() bool

IsClientError returns true when this delete group app install by Id unauthorized response has a 4xx status code

func (*DeleteGroupAppInstallByIDUnauthorized) IsCode

IsCode returns true when this delete group app install by Id unauthorized response a status code equal to that given

func (*DeleteGroupAppInstallByIDUnauthorized) IsRedirect

IsRedirect returns true when this delete group app install by Id unauthorized response has a 3xx status code

func (*DeleteGroupAppInstallByIDUnauthorized) IsServerError

func (o *DeleteGroupAppInstallByIDUnauthorized) IsServerError() bool

IsServerError returns true when this delete group app install by Id unauthorized response has a 5xx status code

func (*DeleteGroupAppInstallByIDUnauthorized) IsSuccess

IsSuccess returns true when this delete group app install by Id unauthorized response has a 2xx status code

func (*DeleteGroupAppInstallByIDUnauthorized) String

type DeleteUserAppInstallByIDBadRequest

type DeleteUserAppInstallByIDBadRequest 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 *models.ErrorDocument
}

DeleteUserAppInstallByIDBadRequest 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 NewDeleteUserAppInstallByIDBadRequest

func NewDeleteUserAppInstallByIDBadRequest() *DeleteUserAppInstallByIDBadRequest

NewDeleteUserAppInstallByIDBadRequest creates a DeleteUserAppInstallByIDBadRequest with default headers values

func (*DeleteUserAppInstallByIDBadRequest) Code

Code gets the status code for the delete user app install by Id bad request response

func (*DeleteUserAppInstallByIDBadRequest) Error

func (*DeleteUserAppInstallByIDBadRequest) GetPayload

func (*DeleteUserAppInstallByIDBadRequest) IsClientError

func (o *DeleteUserAppInstallByIDBadRequest) IsClientError() bool

IsClientError returns true when this delete user app install by Id bad request response has a 4xx status code

func (*DeleteUserAppInstallByIDBadRequest) IsCode

IsCode returns true when this delete user app install by Id bad request response a status code equal to that given

func (*DeleteUserAppInstallByIDBadRequest) IsRedirect

func (o *DeleteUserAppInstallByIDBadRequest) IsRedirect() bool

IsRedirect returns true when this delete user app install by Id bad request response has a 3xx status code

func (*DeleteUserAppInstallByIDBadRequest) IsServerError

func (o *DeleteUserAppInstallByIDBadRequest) IsServerError() bool

IsServerError returns true when this delete user app install by Id bad request response has a 5xx status code

func (*DeleteUserAppInstallByIDBadRequest) IsSuccess

IsSuccess returns true when this delete user app install by Id bad request response has a 2xx status code

func (*DeleteUserAppInstallByIDBadRequest) String

type DeleteUserAppInstallByIDConflict

type DeleteUserAppInstallByIDConflict 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 *models.ErrorDocument
}

DeleteUserAppInstallByIDConflict describes a response with status code 409, with default header values.

Conflict: The requested operation conflicts with the current state of the resource in some way.

func NewDeleteUserAppInstallByIDConflict

func NewDeleteUserAppInstallByIDConflict() *DeleteUserAppInstallByIDConflict

NewDeleteUserAppInstallByIDConflict creates a DeleteUserAppInstallByIDConflict with default headers values

func (*DeleteUserAppInstallByIDConflict) Code

Code gets the status code for the delete user app install by Id conflict response

func (*DeleteUserAppInstallByIDConflict) Error

func (*DeleteUserAppInstallByIDConflict) GetPayload

func (*DeleteUserAppInstallByIDConflict) IsClientError

func (o *DeleteUserAppInstallByIDConflict) IsClientError() bool

IsClientError returns true when this delete user app install by Id conflict response has a 4xx status code

func (*DeleteUserAppInstallByIDConflict) IsCode

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

IsCode returns true when this delete user app install by Id conflict response a status code equal to that given

func (*DeleteUserAppInstallByIDConflict) IsRedirect

func (o *DeleteUserAppInstallByIDConflict) IsRedirect() bool

IsRedirect returns true when this delete user app install by Id conflict response has a 3xx status code

func (*DeleteUserAppInstallByIDConflict) IsServerError

func (o *DeleteUserAppInstallByIDConflict) IsServerError() bool

IsServerError returns true when this delete user app install by Id conflict response has a 5xx status code

func (*DeleteUserAppInstallByIDConflict) IsSuccess

func (o *DeleteUserAppInstallByIDConflict) IsSuccess() bool

IsSuccess returns true when this delete user app install by Id conflict response has a 2xx status code

func (*DeleteUserAppInstallByIDConflict) String

type DeleteUserAppInstallByIDForbidden

type DeleteUserAppInstallByIDForbidden 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 *DeleteUserAppInstallByIDForbiddenBody
}

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

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

func NewDeleteUserAppInstallByIDForbidden

func NewDeleteUserAppInstallByIDForbidden() *DeleteUserAppInstallByIDForbidden

NewDeleteUserAppInstallByIDForbidden creates a DeleteUserAppInstallByIDForbidden with default headers values

func (*DeleteUserAppInstallByIDForbidden) Code

Code gets the status code for the delete user app install by Id forbidden response

func (*DeleteUserAppInstallByIDForbidden) Error

func (*DeleteUserAppInstallByIDForbidden) GetPayload

func (*DeleteUserAppInstallByIDForbidden) IsClientError

func (o *DeleteUserAppInstallByIDForbidden) IsClientError() bool

IsClientError returns true when this delete user app install by Id forbidden response has a 4xx status code

func (*DeleteUserAppInstallByIDForbidden) IsCode

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

IsCode returns true when this delete user app install by Id forbidden response a status code equal to that given

func (*DeleteUserAppInstallByIDForbidden) IsRedirect

func (o *DeleteUserAppInstallByIDForbidden) IsRedirect() bool

IsRedirect returns true when this delete user app install by Id forbidden response has a 3xx status code

func (*DeleteUserAppInstallByIDForbidden) IsServerError

func (o *DeleteUserAppInstallByIDForbidden) IsServerError() bool

IsServerError returns true when this delete user app install by Id forbidden response has a 5xx status code

func (*DeleteUserAppInstallByIDForbidden) IsSuccess

func (o *DeleteUserAppInstallByIDForbidden) IsSuccess() bool

IsSuccess returns true when this delete user app install by Id forbidden response has a 2xx status code

func (*DeleteUserAppInstallByIDForbidden) String

type DeleteUserAppInstallByIDForbiddenBody

type DeleteUserAppInstallByIDForbiddenBody struct {

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

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

DeleteUserAppInstallByIDForbiddenBody delete user app install by ID forbidden body // Example: {"errors":[{"detail":"Permission denied for this resource","status":"403"}],"jsonapi":{"version":"1.0"}} swagger:model DeleteUserAppInstallByIDForbiddenBody

func (*DeleteUserAppInstallByIDForbiddenBody) ContextValidate

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

ContextValidate validate this delete user app install by ID forbidden body based on the context it is used

func (*DeleteUserAppInstallByIDForbiddenBody) MarshalBinary

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

MarshalBinary interface implementation

func (*DeleteUserAppInstallByIDForbiddenBody) UnmarshalBinary

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

UnmarshalBinary interface implementation

func (*DeleteUserAppInstallByIDForbiddenBody) Validate

Validate validates this delete user app install by ID forbidden body

type DeleteUserAppInstallByIDForbiddenBodyErrorsItems0

type DeleteUserAppInstallByIDForbiddenBodyErrorsItems0 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"`

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

	// source
	Source *DeleteUserAppInstallByIDForbiddenBodyErrorsItems0Source `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"`
}

DeleteUserAppInstallByIDForbiddenBodyErrorsItems0 delete user app install by ID forbidden body errors items0 // Example: {"detail":"Not Found","status":"404"} swagger:model DeleteUserAppInstallByIDForbiddenBodyErrorsItems0

func (*DeleteUserAppInstallByIDForbiddenBodyErrorsItems0) ContextValidate

ContextValidate validate this delete user app install by ID forbidden body errors items0 based on the context it is used

func (*DeleteUserAppInstallByIDForbiddenBodyErrorsItems0) MarshalBinary

MarshalBinary interface implementation

func (*DeleteUserAppInstallByIDForbiddenBodyErrorsItems0) UnmarshalBinary

UnmarshalBinary interface implementation

func (*DeleteUserAppInstallByIDForbiddenBodyErrorsItems0) Validate

Validate validates this delete user app install by ID forbidden body errors items0

type DeleteUserAppInstallByIDForbiddenBodyErrorsItems0Source

type DeleteUserAppInstallByIDForbiddenBodyErrorsItems0Source 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"`
}

DeleteUserAppInstallByIDForbiddenBodyErrorsItems0Source delete user app install by ID forbidden body errors items0 source // Example: {"pointer":"/data/attributes"} swagger:model DeleteUserAppInstallByIDForbiddenBodyErrorsItems0Source

func (*DeleteUserAppInstallByIDForbiddenBodyErrorsItems0Source) ContextValidate

ContextValidate validates this delete user app install by ID forbidden body errors items0 source based on context it is used

func (*DeleteUserAppInstallByIDForbiddenBodyErrorsItems0Source) MarshalBinary

MarshalBinary interface implementation

func (*DeleteUserAppInstallByIDForbiddenBodyErrorsItems0Source) UnmarshalBinary

UnmarshalBinary interface implementation

func (*DeleteUserAppInstallByIDForbiddenBodyErrorsItems0Source) Validate

Validate validates this delete user app install by ID forbidden body errors items0 source

type DeleteUserAppInstallByIDForbiddenBodyJsonapi

type DeleteUserAppInstallByIDForbiddenBodyJsonapi 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"`
}

DeleteUserAppInstallByIDForbiddenBodyJsonapi delete user app install by ID forbidden body jsonapi // Example: {"version":"1.0"} swagger:model DeleteUserAppInstallByIDForbiddenBodyJsonapi

func (*DeleteUserAppInstallByIDForbiddenBodyJsonapi) ContextValidate

ContextValidate validates this delete user app install by ID forbidden body jsonapi based on context it is used

func (*DeleteUserAppInstallByIDForbiddenBodyJsonapi) MarshalBinary

MarshalBinary interface implementation

func (*DeleteUserAppInstallByIDForbiddenBodyJsonapi) UnmarshalBinary

UnmarshalBinary interface implementation

func (*DeleteUserAppInstallByIDForbiddenBodyJsonapi) Validate

Validate validates this delete user app install by ID forbidden body jsonapi

type DeleteUserAppInstallByIDInternalServerError

type DeleteUserAppInstallByIDInternalServerError 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 *models.ErrorDocument
}

DeleteUserAppInstallByIDInternalServerError 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 NewDeleteUserAppInstallByIDInternalServerError

func NewDeleteUserAppInstallByIDInternalServerError() *DeleteUserAppInstallByIDInternalServerError

NewDeleteUserAppInstallByIDInternalServerError creates a DeleteUserAppInstallByIDInternalServerError with default headers values

func (*DeleteUserAppInstallByIDInternalServerError) Code

Code gets the status code for the delete user app install by Id internal server error response

func (*DeleteUserAppInstallByIDInternalServerError) Error

func (*DeleteUserAppInstallByIDInternalServerError) GetPayload

func (*DeleteUserAppInstallByIDInternalServerError) IsClientError

IsClientError returns true when this delete user app install by Id internal server error response has a 4xx status code

func (*DeleteUserAppInstallByIDInternalServerError) IsCode

IsCode returns true when this delete user app install by Id internal server error response a status code equal to that given

func (*DeleteUserAppInstallByIDInternalServerError) IsRedirect

IsRedirect returns true when this delete user app install by Id internal server error response has a 3xx status code

func (*DeleteUserAppInstallByIDInternalServerError) IsServerError

IsServerError returns true when this delete user app install by Id internal server error response has a 5xx status code

func (*DeleteUserAppInstallByIDInternalServerError) IsSuccess

IsSuccess returns true when this delete user app install by Id internal server error response has a 2xx status code

func (*DeleteUserAppInstallByIDInternalServerError) String

type DeleteUserAppInstallByIDNoContent

type DeleteUserAppInstallByIDNoContent 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
	Location    string

	/* 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
}

DeleteUserAppInstallByIDNoContent describes a response with status code 204, with default header values.

The app install has been revoked.

func NewDeleteUserAppInstallByIDNoContent

func NewDeleteUserAppInstallByIDNoContent() *DeleteUserAppInstallByIDNoContent

NewDeleteUserAppInstallByIDNoContent creates a DeleteUserAppInstallByIDNoContent with default headers values

func (*DeleteUserAppInstallByIDNoContent) Code

Code gets the status code for the delete user app install by Id no content response

func (*DeleteUserAppInstallByIDNoContent) Error

func (*DeleteUserAppInstallByIDNoContent) IsClientError

func (o *DeleteUserAppInstallByIDNoContent) IsClientError() bool

IsClientError returns true when this delete user app install by Id no content response has a 4xx status code

func (*DeleteUserAppInstallByIDNoContent) IsCode

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

IsCode returns true when this delete user app install by Id no content response a status code equal to that given

func (*DeleteUserAppInstallByIDNoContent) IsRedirect

func (o *DeleteUserAppInstallByIDNoContent) IsRedirect() bool

IsRedirect returns true when this delete user app install by Id no content response has a 3xx status code

func (*DeleteUserAppInstallByIDNoContent) IsServerError

func (o *DeleteUserAppInstallByIDNoContent) IsServerError() bool

IsServerError returns true when this delete user app install by Id no content response has a 5xx status code

func (*DeleteUserAppInstallByIDNoContent) IsSuccess

func (o *DeleteUserAppInstallByIDNoContent) IsSuccess() bool

IsSuccess returns true when this delete user app install by Id no content response has a 2xx status code

func (*DeleteUserAppInstallByIDNoContent) String

type DeleteUserAppInstallByIDNotFound

type DeleteUserAppInstallByIDNotFound 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 *models.ErrorDocument
}

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

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

func NewDeleteUserAppInstallByIDNotFound

func NewDeleteUserAppInstallByIDNotFound() *DeleteUserAppInstallByIDNotFound

NewDeleteUserAppInstallByIDNotFound creates a DeleteUserAppInstallByIDNotFound with default headers values

func (*DeleteUserAppInstallByIDNotFound) Code

Code gets the status code for the delete user app install by Id not found response

func (*DeleteUserAppInstallByIDNotFound) Error

func (*DeleteUserAppInstallByIDNotFound) GetPayload

func (*DeleteUserAppInstallByIDNotFound) IsClientError

func (o *DeleteUserAppInstallByIDNotFound) IsClientError() bool

IsClientError returns true when this delete user app install by Id not found response has a 4xx status code

func (*DeleteUserAppInstallByIDNotFound) IsCode

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

IsCode returns true when this delete user app install by Id not found response a status code equal to that given

func (*DeleteUserAppInstallByIDNotFound) IsRedirect

func (o *DeleteUserAppInstallByIDNotFound) IsRedirect() bool

IsRedirect returns true when this delete user app install by Id not found response has a 3xx status code

func (*DeleteUserAppInstallByIDNotFound) IsServerError

func (o *DeleteUserAppInstallByIDNotFound) IsServerError() bool

IsServerError returns true when this delete user app install by Id not found response has a 5xx status code

func (*DeleteUserAppInstallByIDNotFound) IsSuccess

func (o *DeleteUserAppInstallByIDNotFound) IsSuccess() bool

IsSuccess returns true when this delete user app install by Id not found response has a 2xx status code

func (*DeleteUserAppInstallByIDNotFound) String

type DeleteUserAppInstallByIDParams

type DeleteUserAppInstallByIDParams struct {

	/* InstallID.

	   Install ID

	   Format: uuid
	*/
	InstallID 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
}

DeleteUserAppInstallByIDParams contains all the parameters to send to the API endpoint

for the delete user app install by ID operation.

Typically these are written to a http.Request.

func NewDeleteUserAppInstallByIDParams

func NewDeleteUserAppInstallByIDParams() *DeleteUserAppInstallByIDParams

NewDeleteUserAppInstallByIDParams creates a new DeleteUserAppInstallByIDParams 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 NewDeleteUserAppInstallByIDParamsWithContext

func NewDeleteUserAppInstallByIDParamsWithContext(ctx context.Context) *DeleteUserAppInstallByIDParams

NewDeleteUserAppInstallByIDParamsWithContext creates a new DeleteUserAppInstallByIDParams object with the ability to set a context for a request.

func NewDeleteUserAppInstallByIDParamsWithHTTPClient

func NewDeleteUserAppInstallByIDParamsWithHTTPClient(client *http.Client) *DeleteUserAppInstallByIDParams

NewDeleteUserAppInstallByIDParamsWithHTTPClient creates a new DeleteUserAppInstallByIDParams object with the ability to set a custom HTTPClient for a request.

func NewDeleteUserAppInstallByIDParamsWithTimeout

func NewDeleteUserAppInstallByIDParamsWithTimeout(timeout time.Duration) *DeleteUserAppInstallByIDParams

NewDeleteUserAppInstallByIDParamsWithTimeout creates a new DeleteUserAppInstallByIDParams object with the ability to set a timeout on a request.

func (*DeleteUserAppInstallByIDParams) SetContext

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

SetContext adds the context to the delete user app install by ID params

func (*DeleteUserAppInstallByIDParams) SetDefaults

func (o *DeleteUserAppInstallByIDParams) SetDefaults()

SetDefaults hydrates default values in the delete user app install by ID params (not the query body).

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

func (*DeleteUserAppInstallByIDParams) SetHTTPClient

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

SetHTTPClient adds the HTTPClient to the delete user app install by ID params

func (*DeleteUserAppInstallByIDParams) SetInstallID

func (o *DeleteUserAppInstallByIDParams) SetInstallID(installID strfmt.UUID)

SetInstallID adds the installId to the delete user app install by ID params

func (*DeleteUserAppInstallByIDParams) SetTimeout

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

SetTimeout adds the timeout to the delete user app install by ID params

func (*DeleteUserAppInstallByIDParams) SetVersion

func (o *DeleteUserAppInstallByIDParams) SetVersion(version string)

SetVersion adds the version to the delete user app install by ID params

func (*DeleteUserAppInstallByIDParams) WithContext

WithContext adds the context to the delete user app install by ID params

func (*DeleteUserAppInstallByIDParams) WithDefaults

WithDefaults hydrates default values in the delete user app install by ID params (not the query body).

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

func (*DeleteUserAppInstallByIDParams) WithHTTPClient

WithHTTPClient adds the HTTPClient to the delete user app install by ID params

func (*DeleteUserAppInstallByIDParams) WithInstallID

WithInstallID adds the installID to the delete user app install by ID params

func (*DeleteUserAppInstallByIDParams) WithTimeout

WithTimeout adds the timeout to the delete user app install by ID params

func (*DeleteUserAppInstallByIDParams) WithVersion

WithVersion adds the version to the delete user app install by ID params

func (*DeleteUserAppInstallByIDParams) WriteToRequest

WriteToRequest writes these params to a swagger request

type DeleteUserAppInstallByIDReader

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

DeleteUserAppInstallByIDReader is a Reader for the DeleteUserAppInstallByID structure.

func (*DeleteUserAppInstallByIDReader) ReadResponse

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

ReadResponse reads a server response into the received o.

type DeleteUserAppInstallByIDUnauthorized

type DeleteUserAppInstallByIDUnauthorized 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 *models.ErrorDocument
}

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

Unauthorized: the request requires an authentication token or a token with more permissions.

func NewDeleteUserAppInstallByIDUnauthorized

func NewDeleteUserAppInstallByIDUnauthorized() *DeleteUserAppInstallByIDUnauthorized

NewDeleteUserAppInstallByIDUnauthorized creates a DeleteUserAppInstallByIDUnauthorized with default headers values

func (*DeleteUserAppInstallByIDUnauthorized) Code

Code gets the status code for the delete user app install by Id unauthorized response

func (*DeleteUserAppInstallByIDUnauthorized) Error

func (*DeleteUserAppInstallByIDUnauthorized) GetPayload

func (*DeleteUserAppInstallByIDUnauthorized) IsClientError

func (o *DeleteUserAppInstallByIDUnauthorized) IsClientError() bool

IsClientError returns true when this delete user app install by Id unauthorized response has a 4xx status code

func (*DeleteUserAppInstallByIDUnauthorized) IsCode

IsCode returns true when this delete user app install by Id unauthorized response a status code equal to that given

func (*DeleteUserAppInstallByIDUnauthorized) IsRedirect

IsRedirect returns true when this delete user app install by Id unauthorized response has a 3xx status code

func (*DeleteUserAppInstallByIDUnauthorized) IsServerError

func (o *DeleteUserAppInstallByIDUnauthorized) IsServerError() bool

IsServerError returns true when this delete user app install by Id unauthorized response has a 5xx status code

func (*DeleteUserAppInstallByIDUnauthorized) IsSuccess

IsSuccess returns true when this delete user app install by Id unauthorized response has a 2xx status code

func (*DeleteUserAppInstallByIDUnauthorized) String

type GetAppBadRequest

type GetAppBadRequest 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 *models.ErrorDocument
}

GetAppBadRequest 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 NewGetAppBadRequest

func NewGetAppBadRequest() *GetAppBadRequest

NewGetAppBadRequest creates a GetAppBadRequest with default headers values

func (*GetAppBadRequest) Code

func (o *GetAppBadRequest) Code() int

Code gets the status code for the get app bad request response

func (*GetAppBadRequest) Error

func (o *GetAppBadRequest) Error() string

func (*GetAppBadRequest) GetPayload

func (o *GetAppBadRequest) GetPayload() *models.ErrorDocument

func (*GetAppBadRequest) IsClientError

func (o *GetAppBadRequest) IsClientError() bool

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

func (*GetAppBadRequest) IsCode

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

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

func (*GetAppBadRequest) IsRedirect

func (o *GetAppBadRequest) IsRedirect() bool

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

func (*GetAppBadRequest) IsServerError

func (o *GetAppBadRequest) IsServerError() bool

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

func (*GetAppBadRequest) IsSuccess

func (o *GetAppBadRequest) IsSuccess() bool

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

func (*GetAppBadRequest) String

func (o *GetAppBadRequest) String() string

type GetAppBotsBadRequest

type GetAppBotsBadRequest 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 *models.ErrorDocument
}

GetAppBotsBadRequest 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 NewGetAppBotsBadRequest

func NewGetAppBotsBadRequest() *GetAppBotsBadRequest

NewGetAppBotsBadRequest creates a GetAppBotsBadRequest with default headers values

func (*GetAppBotsBadRequest) Code

func (o *GetAppBotsBadRequest) Code() int

Code gets the status code for the get app bots bad request response

func (*GetAppBotsBadRequest) Error

func (o *GetAppBotsBadRequest) Error() string

func (*GetAppBotsBadRequest) GetPayload

func (o *GetAppBotsBadRequest) GetPayload() *models.ErrorDocument

func (*GetAppBotsBadRequest) IsClientError

func (o *GetAppBotsBadRequest) IsClientError() bool

IsClientError returns true when this get app bots bad request response has a 4xx status code

func (*GetAppBotsBadRequest) IsCode

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

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

func (*GetAppBotsBadRequest) IsRedirect

func (o *GetAppBotsBadRequest) IsRedirect() bool

IsRedirect returns true when this get app bots bad request response has a 3xx status code

func (*GetAppBotsBadRequest) IsServerError

func (o *GetAppBotsBadRequest) IsServerError() bool

IsServerError returns true when this get app bots bad request response has a 5xx status code

func (*GetAppBotsBadRequest) IsSuccess

func (o *GetAppBotsBadRequest) IsSuccess() bool

IsSuccess returns true when this get app bots bad request response has a 2xx status code

func (*GetAppBotsBadRequest) String

func (o *GetAppBotsBadRequest) String() string

type GetAppBotsConflict

type GetAppBotsConflict 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 *models.ErrorDocument
}

GetAppBotsConflict describes a response with status code 409, with default header values.

Conflict: The requested operation conflicts with the current state of the resource in some way.

func NewGetAppBotsConflict

func NewGetAppBotsConflict() *GetAppBotsConflict

NewGetAppBotsConflict creates a GetAppBotsConflict with default headers values

func (*GetAppBotsConflict) Code

func (o *GetAppBotsConflict) Code() int

Code gets the status code for the get app bots conflict response

func (*GetAppBotsConflict) Error

func (o *GetAppBotsConflict) Error() string

func (*GetAppBotsConflict) GetPayload

func (o *GetAppBotsConflict) GetPayload() *models.ErrorDocument

func (*GetAppBotsConflict) IsClientError

func (o *GetAppBotsConflict) IsClientError() bool

IsClientError returns true when this get app bots conflict response has a 4xx status code

func (*GetAppBotsConflict) IsCode

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

IsCode returns true when this get app bots conflict response a status code equal to that given

func (*GetAppBotsConflict) IsRedirect

func (o *GetAppBotsConflict) IsRedirect() bool

IsRedirect returns true when this get app bots conflict response has a 3xx status code

func (*GetAppBotsConflict) IsServerError

func (o *GetAppBotsConflict) IsServerError() bool

IsServerError returns true when this get app bots conflict response has a 5xx status code

func (*GetAppBotsConflict) IsSuccess

func (o *GetAppBotsConflict) IsSuccess() bool

IsSuccess returns true when this get app bots conflict response has a 2xx status code

func (*GetAppBotsConflict) String

func (o *GetAppBotsConflict) String() string

type GetAppBotsForbidden

type GetAppBotsForbidden 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 *GetAppBotsForbiddenBody
}

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

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

func NewGetAppBotsForbidden

func NewGetAppBotsForbidden() *GetAppBotsForbidden

NewGetAppBotsForbidden creates a GetAppBotsForbidden with default headers values

func (*GetAppBotsForbidden) Code

func (o *GetAppBotsForbidden) Code() int

Code gets the status code for the get app bots forbidden response

func (*GetAppBotsForbidden) Error

func (o *GetAppBotsForbidden) Error() string

func (*GetAppBotsForbidden) GetPayload

func (*GetAppBotsForbidden) IsClientError

func (o *GetAppBotsForbidden) IsClientError() bool

IsClientError returns true when this get app bots forbidden response has a 4xx status code

func (*GetAppBotsForbidden) IsCode

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

IsCode returns true when this get app bots forbidden response a status code equal to that given

func (*GetAppBotsForbidden) IsRedirect

func (o *GetAppBotsForbidden) IsRedirect() bool

IsRedirect returns true when this get app bots forbidden response has a 3xx status code

func (*GetAppBotsForbidden) IsServerError

func (o *GetAppBotsForbidden) IsServerError() bool

IsServerError returns true when this get app bots forbidden response has a 5xx status code

func (*GetAppBotsForbidden) IsSuccess

func (o *GetAppBotsForbidden) IsSuccess() bool

IsSuccess returns true when this get app bots forbidden response has a 2xx status code

func (*GetAppBotsForbidden) String

func (o *GetAppBotsForbidden) String() string

type GetAppBotsForbiddenBody

type GetAppBotsForbiddenBody struct {

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

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

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

func (*GetAppBotsForbiddenBody) ContextValidate

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

ContextValidate validate this get app bots forbidden body based on the context it is used

func (*GetAppBotsForbiddenBody) MarshalBinary

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

MarshalBinary interface implementation

func (*GetAppBotsForbiddenBody) UnmarshalBinary

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

UnmarshalBinary interface implementation

func (*GetAppBotsForbiddenBody) Validate

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

Validate validates this get app bots forbidden body

type GetAppBotsForbiddenBodyErrorsItems0

type GetAppBotsForbiddenBodyErrorsItems0 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"`

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

	// source
	Source *GetAppBotsForbiddenBodyErrorsItems0Source `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"`
}

GetAppBotsForbiddenBodyErrorsItems0 get app bots forbidden body errors items0 // Example: {"detail":"Not Found","status":"404"} swagger:model GetAppBotsForbiddenBodyErrorsItems0

func (*GetAppBotsForbiddenBodyErrorsItems0) ContextValidate

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

ContextValidate validate this get app bots forbidden body errors items0 based on the context it is used

func (*GetAppBotsForbiddenBodyErrorsItems0) MarshalBinary

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

MarshalBinary interface implementation

func (*GetAppBotsForbiddenBodyErrorsItems0) UnmarshalBinary

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

UnmarshalBinary interface implementation

func (*GetAppBotsForbiddenBodyErrorsItems0) Validate

Validate validates this get app bots forbidden body errors items0

type GetAppBotsForbiddenBodyErrorsItems0Source

type GetAppBotsForbiddenBodyErrorsItems0Source 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"`
}

GetAppBotsForbiddenBodyErrorsItems0Source get app bots forbidden body errors items0 source // Example: {"pointer":"/data/attributes"} swagger:model GetAppBotsForbiddenBodyErrorsItems0Source

func (*GetAppBotsForbiddenBodyErrorsItems0Source) ContextValidate

ContextValidate validates this get app bots forbidden body errors items0 source based on context it is used

func (*GetAppBotsForbiddenBodyErrorsItems0Source) MarshalBinary

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

MarshalBinary interface implementation

func (*GetAppBotsForbiddenBodyErrorsItems0Source) UnmarshalBinary

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

UnmarshalBinary interface implementation

func (*GetAppBotsForbiddenBodyErrorsItems0Source) Validate

Validate validates this get app bots forbidden body errors items0 source

type GetAppBotsForbiddenBodyJsonapi

type GetAppBotsForbiddenBodyJsonapi 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"`
}

GetAppBotsForbiddenBodyJsonapi get app bots forbidden body jsonapi // Example: {"version":"1.0"} swagger:model GetAppBotsForbiddenBodyJsonapi

func (*GetAppBotsForbiddenBodyJsonapi) ContextValidate

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

ContextValidate validates this get app bots forbidden body jsonapi based on context it is used

func (*GetAppBotsForbiddenBodyJsonapi) MarshalBinary

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

MarshalBinary interface implementation

func (*GetAppBotsForbiddenBodyJsonapi) UnmarshalBinary

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

UnmarshalBinary interface implementation

func (*GetAppBotsForbiddenBodyJsonapi) Validate

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

Validate validates this get app bots forbidden body jsonapi

type GetAppBotsInternalServerError

type GetAppBotsInternalServerError 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 *models.ErrorDocument
}

GetAppBotsInternalServerError 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 NewGetAppBotsInternalServerError

func NewGetAppBotsInternalServerError() *GetAppBotsInternalServerError

NewGetAppBotsInternalServerError creates a GetAppBotsInternalServerError with default headers values

func (*GetAppBotsInternalServerError) Code

Code gets the status code for the get app bots internal server error response

func (*GetAppBotsInternalServerError) Error

func (*GetAppBotsInternalServerError) GetPayload

func (*GetAppBotsInternalServerError) IsClientError

func (o *GetAppBotsInternalServerError) IsClientError() bool

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

func (*GetAppBotsInternalServerError) IsCode

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

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

func (*GetAppBotsInternalServerError) IsRedirect

func (o *GetAppBotsInternalServerError) IsRedirect() bool

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

func (*GetAppBotsInternalServerError) IsServerError

func (o *GetAppBotsInternalServerError) IsServerError() bool

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

func (*GetAppBotsInternalServerError) IsSuccess

func (o *GetAppBotsInternalServerError) IsSuccess() bool

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

func (*GetAppBotsInternalServerError) String

type GetAppBotsNotFound

type GetAppBotsNotFound 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 *models.ErrorDocument
}

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

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

func NewGetAppBotsNotFound

func NewGetAppBotsNotFound() *GetAppBotsNotFound

NewGetAppBotsNotFound creates a GetAppBotsNotFound with default headers values

func (*GetAppBotsNotFound) Code

func (o *GetAppBotsNotFound) Code() int

Code gets the status code for the get app bots not found response

func (*GetAppBotsNotFound) Error

func (o *GetAppBotsNotFound) Error() string

func (*GetAppBotsNotFound) GetPayload

func (o *GetAppBotsNotFound) GetPayload() *models.ErrorDocument

func (*GetAppBotsNotFound) IsClientError

func (o *GetAppBotsNotFound) IsClientError() bool

IsClientError returns true when this get app bots not found response has a 4xx status code

func (*GetAppBotsNotFound) IsCode

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

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

func (*GetAppBotsNotFound) IsRedirect

func (o *GetAppBotsNotFound) IsRedirect() bool

IsRedirect returns true when this get app bots not found response has a 3xx status code

func (*GetAppBotsNotFound) IsServerError

func (o *GetAppBotsNotFound) IsServerError() bool

IsServerError returns true when this get app bots not found response has a 5xx status code

func (*GetAppBotsNotFound) IsSuccess

func (o *GetAppBotsNotFound) IsSuccess() bool

IsSuccess returns true when this get app bots not found response has a 2xx status code

func (*GetAppBotsNotFound) String

func (o *GetAppBotsNotFound) String() string

type GetAppBotsOK

type GetAppBotsOK 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 *GetAppBotsOKBody
}

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

A list of app bots authorized to the specified organization

func NewGetAppBotsOK

func NewGetAppBotsOK() *GetAppBotsOK

NewGetAppBotsOK creates a GetAppBotsOK with default headers values

func (*GetAppBotsOK) Code

func (o *GetAppBotsOK) Code() int

Code gets the status code for the get app bots o k response

func (*GetAppBotsOK) Error

func (o *GetAppBotsOK) Error() string

func (*GetAppBotsOK) GetPayload

func (o *GetAppBotsOK) GetPayload() *GetAppBotsOKBody

func (*GetAppBotsOK) IsClientError

func (o *GetAppBotsOK) IsClientError() bool

IsClientError returns true when this get app bots o k response has a 4xx status code

func (*GetAppBotsOK) IsCode

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

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

func (*GetAppBotsOK) IsRedirect

func (o *GetAppBotsOK) IsRedirect() bool

IsRedirect returns true when this get app bots o k response has a 3xx status code

func (*GetAppBotsOK) IsServerError

func (o *GetAppBotsOK) IsServerError() bool

IsServerError returns true when this get app bots o k response has a 5xx status code

func (*GetAppBotsOK) IsSuccess

func (o *GetAppBotsOK) IsSuccess() bool

IsSuccess returns true when this get app bots o k response has a 2xx status code

func (*GetAppBotsOK) String

func (o *GetAppBotsOK) String() string

type GetAppBotsOKBody

type GetAppBotsOKBody struct {

	// data
	// Required: true
	Data []*models.AppBot `json:"data"`

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

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

GetAppBotsOKBody get app bots o k body swagger:model GetAppBotsOKBody

func (*GetAppBotsOKBody) ContextValidate

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

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

func (*GetAppBotsOKBody) MarshalBinary

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

MarshalBinary interface implementation

func (*GetAppBotsOKBody) UnmarshalBinary

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

UnmarshalBinary interface implementation

func (*GetAppBotsOKBody) Validate

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

Validate validates this get app bots o k body

type GetAppBotsParams

type GetAppBotsParams struct {

	/* EndingBefore.

	   Return the page of results immediately before this cursor
	*/
	EndingBefore *string

	/* Expand.

	   Expand relationships.
	*/
	Expand []string

	/* Limit.

	   Number of results to return per page

	   Format: int32
	   Default: 10
	*/
	Limit *int32

	/* OrgID.

	   Org ID

	   Format: uuid
	*/
	OrgID strfmt.UUID

	/* StartingAfter.

	   Return the page of results immediately after this cursor
	*/
	StartingAfter *string

	/* Version.

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

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

GetAppBotsParams contains all the parameters to send to the API endpoint

for the get app bots operation.

Typically these are written to a http.Request.

func NewGetAppBotsParams

func NewGetAppBotsParams() *GetAppBotsParams

NewGetAppBotsParams creates a new GetAppBotsParams 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 NewGetAppBotsParamsWithContext

func NewGetAppBotsParamsWithContext(ctx context.Context) *GetAppBotsParams

NewGetAppBotsParamsWithContext creates a new GetAppBotsParams object with the ability to set a context for a request.

func NewGetAppBotsParamsWithHTTPClient

func NewGetAppBotsParamsWithHTTPClient(client *http.Client) *GetAppBotsParams

NewGetAppBotsParamsWithHTTPClient creates a new GetAppBotsParams object with the ability to set a custom HTTPClient for a request.

func NewGetAppBotsParamsWithTimeout

func NewGetAppBotsParamsWithTimeout(timeout time.Duration) *GetAppBotsParams

NewGetAppBotsParamsWithTimeout creates a new GetAppBotsParams object with the ability to set a timeout on a request.

func (*GetAppBotsParams) SetContext

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

SetContext adds the context to the get app bots params

func (*GetAppBotsParams) SetDefaults

func (o *GetAppBotsParams) SetDefaults()

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

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

func (*GetAppBotsParams) SetEndingBefore

func (o *GetAppBotsParams) SetEndingBefore(endingBefore *string)

SetEndingBefore adds the endingBefore to the get app bots params

func (*GetAppBotsParams) SetExpand

func (o *GetAppBotsParams) SetExpand(expand []string)

SetExpand adds the expand to the get app bots params

func (*GetAppBotsParams) SetHTTPClient

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

SetHTTPClient adds the HTTPClient to the get app bots params

func (*GetAppBotsParams) SetLimit

func (o *GetAppBotsParams) SetLimit(limit *int32)

SetLimit adds the limit to the get app bots params

func (*GetAppBotsParams) SetOrgID

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

SetOrgID adds the orgId to the get app bots params

func (*GetAppBotsParams) SetStartingAfter

func (o *GetAppBotsParams) SetStartingAfter(startingAfter *string)

SetStartingAfter adds the startingAfter to the get app bots params

func (*GetAppBotsParams) SetTimeout

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

SetTimeout adds the timeout to the get app bots params

func (*GetAppBotsParams) SetVersion

func (o *GetAppBotsParams) SetVersion(version string)

SetVersion adds the version to the get app bots params

func (*GetAppBotsParams) WithContext

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

WithContext adds the context to the get app bots params

func (*GetAppBotsParams) WithDefaults

func (o *GetAppBotsParams) WithDefaults() *GetAppBotsParams

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

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

func (*GetAppBotsParams) WithEndingBefore

func (o *GetAppBotsParams) WithEndingBefore(endingBefore *string) *GetAppBotsParams

WithEndingBefore adds the endingBefore to the get app bots params

func (*GetAppBotsParams) WithExpand

func (o *GetAppBotsParams) WithExpand(expand []string) *GetAppBotsParams

WithExpand adds the expand to the get app bots params

func (*GetAppBotsParams) WithHTTPClient

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

WithHTTPClient adds the HTTPClient to the get app bots params

func (*GetAppBotsParams) WithLimit

func (o *GetAppBotsParams) WithLimit(limit *int32) *GetAppBotsParams

WithLimit adds the limit to the get app bots params

func (*GetAppBotsParams) WithOrgID

func (o *GetAppBotsParams) WithOrgID(orgID strfmt.UUID) *GetAppBotsParams

WithOrgID adds the orgID to the get app bots params

func (*GetAppBotsParams) WithStartingAfter

func (o *GetAppBotsParams) WithStartingAfter(startingAfter *string) *GetAppBotsParams

WithStartingAfter adds the startingAfter to the get app bots params

func (*GetAppBotsParams) WithTimeout

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

WithTimeout adds the timeout to the get app bots params

func (*GetAppBotsParams) WithVersion

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

WithVersion adds the version to the get app bots params

func (*GetAppBotsParams) WriteToRequest

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

WriteToRequest writes these params to a swagger request

type GetAppBotsReader

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

GetAppBotsReader is a Reader for the GetAppBots structure.

func (*GetAppBotsReader) ReadResponse

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

ReadResponse reads a server response into the received o.

type GetAppBotsUnauthorized

type GetAppBotsUnauthorized 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 *models.ErrorDocument
}

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

Unauthorized: the request requires an authentication token or a token with more permissions.

func NewGetAppBotsUnauthorized

func NewGetAppBotsUnauthorized() *GetAppBotsUnauthorized

NewGetAppBotsUnauthorized creates a GetAppBotsUnauthorized with default headers values

func (*GetAppBotsUnauthorized) Code

func (o *GetAppBotsUnauthorized) Code() int

Code gets the status code for the get app bots unauthorized response

func (*GetAppBotsUnauthorized) Error

func (o *GetAppBotsUnauthorized) Error() string

func (*GetAppBotsUnauthorized) GetPayload

func (o *GetAppBotsUnauthorized) GetPayload() *models.ErrorDocument

func (*GetAppBotsUnauthorized) IsClientError

func (o *GetAppBotsUnauthorized) IsClientError() bool

IsClientError returns true when this get app bots unauthorized response has a 4xx status code

func (*GetAppBotsUnauthorized) IsCode

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

IsCode returns true when this get app bots unauthorized response a status code equal to that given

func (*GetAppBotsUnauthorized) IsRedirect

func (o *GetAppBotsUnauthorized) IsRedirect() bool

IsRedirect returns true when this get app bots unauthorized response has a 3xx status code

func (*GetAppBotsUnauthorized) IsServerError

func (o *GetAppBotsUnauthorized) IsServerError() bool

IsServerError returns true when this get app bots unauthorized response has a 5xx status code

func (*GetAppBotsUnauthorized) IsSuccess

func (o *GetAppBotsUnauthorized) IsSuccess() bool

IsSuccess returns true when this get app bots unauthorized response has a 2xx status code

func (*GetAppBotsUnauthorized) String

func (o *GetAppBotsUnauthorized) String() string

type GetAppByIDBadRequest

type GetAppByIDBadRequest 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 *models.ErrorDocument
}

GetAppByIDBadRequest 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 NewGetAppByIDBadRequest

func NewGetAppByIDBadRequest() *GetAppByIDBadRequest

NewGetAppByIDBadRequest creates a GetAppByIDBadRequest with default headers values

func (*GetAppByIDBadRequest) Code

func (o *GetAppByIDBadRequest) Code() int

Code gets the status code for the get app by Id bad request response

func (*GetAppByIDBadRequest) Error

func (o *GetAppByIDBadRequest) Error() string

func (*GetAppByIDBadRequest) GetPayload

func (o *GetAppByIDBadRequest) GetPayload() *models.ErrorDocument

func (*GetAppByIDBadRequest) IsClientError

func (o *GetAppByIDBadRequest) IsClientError() bool

IsClientError returns true when this get app by Id bad request response has a 4xx status code

func (*GetAppByIDBadRequest) IsCode

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

IsCode returns true when this get app by Id bad request response a status code equal to that given

func (*GetAppByIDBadRequest) IsRedirect

func (o *GetAppByIDBadRequest) IsRedirect() bool

IsRedirect returns true when this get app by Id bad request response has a 3xx status code

func (*GetAppByIDBadRequest) IsServerError

func (o *GetAppByIDBadRequest) IsServerError() bool

IsServerError returns true when this get app by Id bad request response has a 5xx status code

func (*GetAppByIDBadRequest) IsSuccess

func (o *GetAppByIDBadRequest) IsSuccess() bool

IsSuccess returns true when this get app by Id bad request response has a 2xx status code

func (*GetAppByIDBadRequest) String

func (o *GetAppByIDBadRequest) String() string

type GetAppByIDConflict

type GetAppByIDConflict 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 *models.ErrorDocument
}

GetAppByIDConflict describes a response with status code 409, with default header values.

Conflict: The requested operation conflicts with the current state of the resource in some way.

func NewGetAppByIDConflict

func NewGetAppByIDConflict() *GetAppByIDConflict

NewGetAppByIDConflict creates a GetAppByIDConflict with default headers values

func (*GetAppByIDConflict) Code

func (o *GetAppByIDConflict) Code() int

Code gets the status code for the get app by Id conflict response

func (*GetAppByIDConflict) Error

func (o *GetAppByIDConflict) Error() string

func (*GetAppByIDConflict) GetPayload

func (o *GetAppByIDConflict) GetPayload() *models.ErrorDocument

func (*GetAppByIDConflict) IsClientError

func (o *GetAppByIDConflict) IsClientError() bool

IsClientError returns true when this get app by Id conflict response has a 4xx status code

func (*GetAppByIDConflict) IsCode

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

IsCode returns true when this get app by Id conflict response a status code equal to that given

func (*GetAppByIDConflict) IsRedirect

func (o *GetAppByIDConflict) IsRedirect() bool

IsRedirect returns true when this get app by Id conflict response has a 3xx status code

func (*GetAppByIDConflict) IsServerError

func (o *GetAppByIDConflict) IsServerError() bool

IsServerError returns true when this get app by Id conflict response has a 5xx status code

func (*GetAppByIDConflict) IsSuccess

func (o *GetAppByIDConflict) IsSuccess() bool

IsSuccess returns true when this get app by Id conflict response has a 2xx status code

func (*GetAppByIDConflict) String

func (o *GetAppByIDConflict) String() string

type GetAppByIDForbidden

type GetAppByIDForbidden 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 *GetAppByIDForbiddenBody
}

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

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

func NewGetAppByIDForbidden

func NewGetAppByIDForbidden() *GetAppByIDForbidden

NewGetAppByIDForbidden creates a GetAppByIDForbidden with default headers values

func (*GetAppByIDForbidden) Code

func (o *GetAppByIDForbidden) Code() int

Code gets the status code for the get app by Id forbidden response

func (*GetAppByIDForbidden) Error

func (o *GetAppByIDForbidden) Error() string

func (*GetAppByIDForbidden) GetPayload

func (*GetAppByIDForbidden) IsClientError

func (o *GetAppByIDForbidden) IsClientError() bool

IsClientError returns true when this get app by Id forbidden response has a 4xx status code

func (*GetAppByIDForbidden) IsCode

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

IsCode returns true when this get app by Id forbidden response a status code equal to that given

func (*GetAppByIDForbidden) IsRedirect

func (o *GetAppByIDForbidden) IsRedirect() bool

IsRedirect returns true when this get app by Id forbidden response has a 3xx status code

func (*GetAppByIDForbidden) IsServerError

func (o *GetAppByIDForbidden) IsServerError() bool

IsServerError returns true when this get app by Id forbidden response has a 5xx status code

func (*GetAppByIDForbidden) IsSuccess

func (o *GetAppByIDForbidden) IsSuccess() bool

IsSuccess returns true when this get app by Id forbidden response has a 2xx status code

func (*GetAppByIDForbidden) String

func (o *GetAppByIDForbidden) String() string

type GetAppByIDForbiddenBody

type GetAppByIDForbiddenBody struct {

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

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

GetAppByIDForbiddenBody get app by ID forbidden body // Example: {"errors":[{"detail":"Permission denied for this resource","status":"403"}],"jsonapi":{"version":"1.0"}} swagger:model GetAppByIDForbiddenBody

func (*GetAppByIDForbiddenBody) ContextValidate

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

ContextValidate validate this get app by ID forbidden body based on the context it is used

func (*GetAppByIDForbiddenBody) MarshalBinary

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

MarshalBinary interface implementation

func (*GetAppByIDForbiddenBody) UnmarshalBinary

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

UnmarshalBinary interface implementation

func (*GetAppByIDForbiddenBody) Validate

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

Validate validates this get app by ID forbidden body

type GetAppByIDForbiddenBodyErrorsItems0

type GetAppByIDForbiddenBodyErrorsItems0 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"`

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

	// source
	Source *GetAppByIDForbiddenBodyErrorsItems0Source `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"`
}

GetAppByIDForbiddenBodyErrorsItems0 get app by ID forbidden body errors items0 // Example: {"detail":"Not Found","status":"404"} swagger:model GetAppByIDForbiddenBodyErrorsItems0

func (*GetAppByIDForbiddenBodyErrorsItems0) ContextValidate

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

ContextValidate validate this get app by ID forbidden body errors items0 based on the context it is used

func (*GetAppByIDForbiddenBodyErrorsItems0) MarshalBinary

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

MarshalBinary interface implementation

func (*GetAppByIDForbiddenBodyErrorsItems0) UnmarshalBinary

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

UnmarshalBinary interface implementation

func (*GetAppByIDForbiddenBodyErrorsItems0) Validate

Validate validates this get app by ID forbidden body errors items0

type GetAppByIDForbiddenBodyErrorsItems0Source

type GetAppByIDForbiddenBodyErrorsItems0Source 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"`
}

GetAppByIDForbiddenBodyErrorsItems0Source get app by ID forbidden body errors items0 source // Example: {"pointer":"/data/attributes"} swagger:model GetAppByIDForbiddenBodyErrorsItems0Source

func (*GetAppByIDForbiddenBodyErrorsItems0Source) ContextValidate

ContextValidate validates this get app by ID forbidden body errors items0 source based on context it is used

func (*GetAppByIDForbiddenBodyErrorsItems0Source) MarshalBinary

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

MarshalBinary interface implementation

func (*GetAppByIDForbiddenBodyErrorsItems0Source) UnmarshalBinary

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

UnmarshalBinary interface implementation

func (*GetAppByIDForbiddenBodyErrorsItems0Source) Validate

Validate validates this get app by ID forbidden body errors items0 source

type GetAppByIDForbiddenBodyJsonapi

type GetAppByIDForbiddenBodyJsonapi 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"`
}

GetAppByIDForbiddenBodyJsonapi get app by ID forbidden body jsonapi // Example: {"version":"1.0"} swagger:model GetAppByIDForbiddenBodyJsonapi

func (*GetAppByIDForbiddenBodyJsonapi) ContextValidate

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

ContextValidate validates this get app by ID forbidden body jsonapi based on context it is used

func (*GetAppByIDForbiddenBodyJsonapi) MarshalBinary

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

MarshalBinary interface implementation

func (*GetAppByIDForbiddenBodyJsonapi) UnmarshalBinary

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

UnmarshalBinary interface implementation

func (*GetAppByIDForbiddenBodyJsonapi) Validate

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

Validate validates this get app by ID forbidden body jsonapi

type GetAppByIDInternalServerError

type GetAppByIDInternalServerError 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 *models.ErrorDocument
}

GetAppByIDInternalServerError 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 NewGetAppByIDInternalServerError

func NewGetAppByIDInternalServerError() *GetAppByIDInternalServerError

NewGetAppByIDInternalServerError creates a GetAppByIDInternalServerError with default headers values

func (*GetAppByIDInternalServerError) Code

Code gets the status code for the get app by Id internal server error response

func (*GetAppByIDInternalServerError) Error

func (*GetAppByIDInternalServerError) GetPayload

func (*GetAppByIDInternalServerError) IsClientError

func (o *GetAppByIDInternalServerError) IsClientError() bool

IsClientError returns true when this get app by Id internal server error response has a 4xx status code

func (*GetAppByIDInternalServerError) IsCode

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

IsCode returns true when this get app by Id internal server error response a status code equal to that given

func (*GetAppByIDInternalServerError) IsRedirect

func (o *GetAppByIDInternalServerError) IsRedirect() bool

IsRedirect returns true when this get app by Id internal server error response has a 3xx status code

func (*GetAppByIDInternalServerError) IsServerError

func (o *GetAppByIDInternalServerError) IsServerError() bool

IsServerError returns true when this get app by Id internal server error response has a 5xx status code

func (*GetAppByIDInternalServerError) IsSuccess

func (o *GetAppByIDInternalServerError) IsSuccess() bool

IsSuccess returns true when this get app by Id internal server error response has a 2xx status code

func (*GetAppByIDInternalServerError) String

type GetAppByIDNotFound

type GetAppByIDNotFound 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 *models.ErrorDocument
}

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

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

func NewGetAppByIDNotFound

func NewGetAppByIDNotFound() *GetAppByIDNotFound

NewGetAppByIDNotFound creates a GetAppByIDNotFound with default headers values

func (*GetAppByIDNotFound) Code

func (o *GetAppByIDNotFound) Code() int

Code gets the status code for the get app by Id not found response

func (*GetAppByIDNotFound) Error

func (o *GetAppByIDNotFound) Error() string

func (*GetAppByIDNotFound) GetPayload

func (o *GetAppByIDNotFound) GetPayload() *models.ErrorDocument

func (*GetAppByIDNotFound) IsClientError

func (o *GetAppByIDNotFound) IsClientError() bool

IsClientError returns true when this get app by Id not found response has a 4xx status code

func (*GetAppByIDNotFound) IsCode

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

IsCode returns true when this get app by Id not found response a status code equal to that given

func (*GetAppByIDNotFound) IsRedirect

func (o *GetAppByIDNotFound) IsRedirect() bool

IsRedirect returns true when this get app by Id not found response has a 3xx status code

func (*GetAppByIDNotFound) IsServerError

func (o *GetAppByIDNotFound) IsServerError() bool

IsServerError returns true when this get app by Id not found response has a 5xx status code

func (*GetAppByIDNotFound) IsSuccess

func (o *GetAppByIDNotFound) IsSuccess() bool

IsSuccess returns true when this get app by Id not found response has a 2xx status code

func (*GetAppByIDNotFound) String

func (o *GetAppByIDNotFound) String() string

type GetAppByIDOK

type GetAppByIDOK 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 *GetAppByIDOKBody
}

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

The requested app

func NewGetAppByIDOK

func NewGetAppByIDOK() *GetAppByIDOK

NewGetAppByIDOK creates a GetAppByIDOK with default headers values

func (*GetAppByIDOK) Code

func (o *GetAppByIDOK) Code() int

Code gets the status code for the get app by Id o k response

func (*GetAppByIDOK) Error

func (o *GetAppByIDOK) Error() string

func (*GetAppByIDOK) GetPayload

func (o *GetAppByIDOK) GetPayload() *GetAppByIDOKBody

func (*GetAppByIDOK) IsClientError

func (o *GetAppByIDOK) IsClientError() bool

IsClientError returns true when this get app by Id o k response has a 4xx status code

func (*GetAppByIDOK) IsCode

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

IsCode returns true when this get app by Id o k response a status code equal to that given

func (*GetAppByIDOK) IsRedirect

func (o *GetAppByIDOK) IsRedirect() bool

IsRedirect returns true when this get app by Id o k response has a 3xx status code

func (*GetAppByIDOK) IsServerError

func (o *GetAppByIDOK) IsServerError() bool

IsServerError returns true when this get app by Id o k response has a 5xx status code

func (*GetAppByIDOK) IsSuccess

func (o *GetAppByIDOK) IsSuccess() bool

IsSuccess returns true when this get app by Id o k response has a 2xx status code

func (*GetAppByIDOK) String

func (o *GetAppByIDOK) String() string

type GetAppByIDOKBody

type GetAppByIDOKBody struct {

	// data
	Data *models.AppData `json:"data,omitempty"`

	// jsonapi
	Jsonapi *models.JSONAPI `json:"jsonapi,omitempty"`

	// links
	Links *models.SelfLink `json:"links,omitempty"`
}

GetAppByIDOKBody get app by ID o k body swagger:model GetAppByIDOKBody

func (*GetAppByIDOKBody) ContextValidate

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

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

func (*GetAppByIDOKBody) MarshalBinary

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

MarshalBinary interface implementation

func (*GetAppByIDOKBody) UnmarshalBinary

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

UnmarshalBinary interface implementation

func (*GetAppByIDOKBody) Validate

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

Validate validates this get app by ID o k body

type GetAppByIDParams

type GetAppByIDParams struct {

	/* AppID.

	   App ID

	   Format: uuid
	*/
	AppID strfmt.UUID

	/* OrgID.

	   Org ID

	   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
}

GetAppByIDParams contains all the parameters to send to the API endpoint

for the get app by ID operation.

Typically these are written to a http.Request.

func NewGetAppByIDParams

func NewGetAppByIDParams() *GetAppByIDParams

NewGetAppByIDParams creates a new GetAppByIDParams 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 NewGetAppByIDParamsWithContext

func NewGetAppByIDParamsWithContext(ctx context.Context) *GetAppByIDParams

NewGetAppByIDParamsWithContext creates a new GetAppByIDParams object with the ability to set a context for a request.

func NewGetAppByIDParamsWithHTTPClient

func NewGetAppByIDParamsWithHTTPClient(client *http.Client) *GetAppByIDParams

NewGetAppByIDParamsWithHTTPClient creates a new GetAppByIDParams object with the ability to set a custom HTTPClient for a request.

func NewGetAppByIDParamsWithTimeout

func NewGetAppByIDParamsWithTimeout(timeout time.Duration) *GetAppByIDParams

NewGetAppByIDParamsWithTimeout creates a new GetAppByIDParams object with the ability to set a timeout on a request.

func (*GetAppByIDParams) SetAppID

func (o *GetAppByIDParams) SetAppID(appID strfmt.UUID)

SetAppID adds the appId to the get app by ID params

func (*GetAppByIDParams) SetContext

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

SetContext adds the context to the get app by ID params

func (*GetAppByIDParams) SetDefaults

func (o *GetAppByIDParams) SetDefaults()

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

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

func (*GetAppByIDParams) SetHTTPClient

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

SetHTTPClient adds the HTTPClient to the get app by ID params

func (*GetAppByIDParams) SetOrgID

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

SetOrgID adds the orgId to the get app by ID params

func (*GetAppByIDParams) SetTimeout

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

SetTimeout adds the timeout to the get app by ID params

func (*GetAppByIDParams) SetVersion

func (o *GetAppByIDParams) SetVersion(version string)

SetVersion adds the version to the get app by ID params

func (*GetAppByIDParams) WithAppID

func (o *GetAppByIDParams) WithAppID(appID strfmt.UUID) *GetAppByIDParams

WithAppID adds the appID to the get app by ID params

func (*GetAppByIDParams) WithContext

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

WithContext adds the context to the get app by ID params

func (*GetAppByIDParams) WithDefaults

func (o *GetAppByIDParams) WithDefaults() *GetAppByIDParams

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

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

func (*GetAppByIDParams) WithHTTPClient

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

WithHTTPClient adds the HTTPClient to the get app by ID params

func (*GetAppByIDParams) WithOrgID

func (o *GetAppByIDParams) WithOrgID(orgID strfmt.UUID) *GetAppByIDParams

WithOrgID adds the orgID to the get app by ID params

func (*GetAppByIDParams) WithTimeout

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

WithTimeout adds the timeout to the get app by ID params

func (*GetAppByIDParams) WithVersion

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

WithVersion adds the version to the get app by ID params

func (*GetAppByIDParams) WriteToRequest

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

WriteToRequest writes these params to a swagger request

type GetAppByIDReader

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

GetAppByIDReader is a Reader for the GetAppByID structure.

func (*GetAppByIDReader) ReadResponse

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

ReadResponse reads a server response into the received o.

type GetAppByIDUnauthorized

type GetAppByIDUnauthorized 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 *models.ErrorDocument
}

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

Unauthorized: the request requires an authentication token or a token with more permissions.

func NewGetAppByIDUnauthorized

func NewGetAppByIDUnauthorized() *GetAppByIDUnauthorized

NewGetAppByIDUnauthorized creates a GetAppByIDUnauthorized with default headers values

func (*GetAppByIDUnauthorized) Code

func (o *GetAppByIDUnauthorized) Code() int

Code gets the status code for the get app by Id unauthorized response

func (*GetAppByIDUnauthorized) Error

func (o *GetAppByIDUnauthorized) Error() string

func (*GetAppByIDUnauthorized) GetPayload

func (o *GetAppByIDUnauthorized) GetPayload() *models.ErrorDocument

func (*GetAppByIDUnauthorized) IsClientError

func (o *GetAppByIDUnauthorized) IsClientError() bool

IsClientError returns true when this get app by Id unauthorized response has a 4xx status code

func (*GetAppByIDUnauthorized) IsCode

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

IsCode returns true when this get app by Id unauthorized response a status code equal to that given

func (*GetAppByIDUnauthorized) IsRedirect

func (o *GetAppByIDUnauthorized) IsRedirect() bool

IsRedirect returns true when this get app by Id unauthorized response has a 3xx status code

func (*GetAppByIDUnauthorized) IsServerError

func (o *GetAppByIDUnauthorized) IsServerError() bool

IsServerError returns true when this get app by Id unauthorized response has a 5xx status code

func (*GetAppByIDUnauthorized) IsSuccess

func (o *GetAppByIDUnauthorized) IsSuccess() bool

IsSuccess returns true when this get app by Id unauthorized response has a 2xx status code

func (*GetAppByIDUnauthorized) String

func (o *GetAppByIDUnauthorized) String() string

type GetAppConflict

type GetAppConflict 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 *models.ErrorDocument
}

GetAppConflict describes a response with status code 409, with default header values.

Conflict: The requested operation conflicts with the current state of the resource in some way.

func NewGetAppConflict

func NewGetAppConflict() *GetAppConflict

NewGetAppConflict creates a GetAppConflict with default headers values

func (*GetAppConflict) Code

func (o *GetAppConflict) Code() int

Code gets the status code for the get app conflict response

func (*GetAppConflict) Error

func (o *GetAppConflict) Error() string

func (*GetAppConflict) GetPayload

func (o *GetAppConflict) GetPayload() *models.ErrorDocument

func (*GetAppConflict) IsClientError

func (o *GetAppConflict) IsClientError() bool

IsClientError returns true when this get app conflict response has a 4xx status code

func (*GetAppConflict) IsCode

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

IsCode returns true when this get app conflict response a status code equal to that given

func (*GetAppConflict) IsRedirect

func (o *GetAppConflict) IsRedirect() bool

IsRedirect returns true when this get app conflict response has a 3xx status code

func (*GetAppConflict) IsServerError

func (o *GetAppConflict) IsServerError() bool

IsServerError returns true when this get app conflict response has a 5xx status code

func (*GetAppConflict) IsSuccess

func (o *GetAppConflict) IsSuccess() bool

IsSuccess returns true when this get app conflict response has a 2xx status code

func (*GetAppConflict) String

func (o *GetAppConflict) String() string

type GetAppForbidden

type GetAppForbidden 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 *GetAppForbiddenBody
}

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

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

func NewGetAppForbidden

func NewGetAppForbidden() *GetAppForbidden

NewGetAppForbidden creates a GetAppForbidden with default headers values

func (*GetAppForbidden) Code

func (o *GetAppForbidden) Code() int

Code gets the status code for the get app forbidden response

func (*GetAppForbidden) Error

func (o *GetAppForbidden) Error() string

func (*GetAppForbidden) GetPayload

func (o *GetAppForbidden) GetPayload() *GetAppForbiddenBody

func (*GetAppForbidden) IsClientError

func (o *GetAppForbidden) IsClientError() bool

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

func (*GetAppForbidden) IsCode

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

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

func (*GetAppForbidden) IsRedirect

func (o *GetAppForbidden) IsRedirect() bool

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

func (*GetAppForbidden) IsServerError

func (o *GetAppForbidden) IsServerError() bool

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

func (*GetAppForbidden) IsSuccess

func (o *GetAppForbidden) IsSuccess() bool

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

func (*GetAppForbidden) String

func (o *GetAppForbidden) String() string

type GetAppForbiddenBody

type GetAppForbiddenBody struct {

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

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

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

func (*GetAppForbiddenBody) ContextValidate

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

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

func (*GetAppForbiddenBody) MarshalBinary

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

MarshalBinary interface implementation

func (*GetAppForbiddenBody) UnmarshalBinary

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

UnmarshalBinary interface implementation

func (*GetAppForbiddenBody) Validate

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

Validate validates this get app forbidden body

type GetAppForbiddenBodyErrorsItems0

type GetAppForbiddenBodyErrorsItems0 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"`

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

	// source
	Source *GetAppForbiddenBodyErrorsItems0Source `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"`
}

GetAppForbiddenBodyErrorsItems0 get app forbidden body errors items0 // Example: {"detail":"Not Found","status":"404"} swagger:model GetAppForbiddenBodyErrorsItems0

func (*GetAppForbiddenBodyErrorsItems0) ContextValidate

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

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

func (*GetAppForbiddenBodyErrorsItems0) MarshalBinary

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

MarshalBinary interface implementation

func (*GetAppForbiddenBodyErrorsItems0) UnmarshalBinary

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

UnmarshalBinary interface implementation

func (*GetAppForbiddenBodyErrorsItems0) Validate

Validate validates this get app forbidden body errors items0

type GetAppForbiddenBodyErrorsItems0Source

type GetAppForbiddenBodyErrorsItems0Source 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"`
}

GetAppForbiddenBodyErrorsItems0Source get app forbidden body errors items0 source // Example: {"pointer":"/data/attributes"} swagger:model GetAppForbiddenBodyErrorsItems0Source

func (*GetAppForbiddenBodyErrorsItems0Source) ContextValidate

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

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

func (*GetAppForbiddenBodyErrorsItems0Source) MarshalBinary

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

MarshalBinary interface implementation

func (*GetAppForbiddenBodyErrorsItems0Source) UnmarshalBinary

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

UnmarshalBinary interface implementation

func (*GetAppForbiddenBodyErrorsItems0Source) Validate

Validate validates this get app forbidden body errors items0 source

type GetAppForbiddenBodyJsonapi

type GetAppForbiddenBodyJsonapi 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"`
}

GetAppForbiddenBodyJsonapi get app forbidden body jsonapi // Example: {"version":"1.0"} swagger:model GetAppForbiddenBodyJsonapi

func (*GetAppForbiddenBodyJsonapi) ContextValidate

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

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

func (*GetAppForbiddenBodyJsonapi) MarshalBinary

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

MarshalBinary interface implementation

func (*GetAppForbiddenBodyJsonapi) UnmarshalBinary

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

UnmarshalBinary interface implementation

func (*GetAppForbiddenBodyJsonapi) Validate

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

Validate validates this get app forbidden body jsonapi

type GetAppInstallsForGroupBadRequest

type GetAppInstallsForGroupBadRequest 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 *models.ErrorDocument
}

GetAppInstallsForGroupBadRequest 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 NewGetAppInstallsForGroupBadRequest

func NewGetAppInstallsForGroupBadRequest() *GetAppInstallsForGroupBadRequest

NewGetAppInstallsForGroupBadRequest creates a GetAppInstallsForGroupBadRequest with default headers values

func (*GetAppInstallsForGroupBadRequest) Code

Code gets the status code for the get app installs for group bad request response

func (*GetAppInstallsForGroupBadRequest) Error

func (*GetAppInstallsForGroupBadRequest) GetPayload

func (*GetAppInstallsForGroupBadRequest) IsClientError

func (o *GetAppInstallsForGroupBadRequest) IsClientError() bool

IsClientError returns true when this get app installs for group bad request response has a 4xx status code

func (*GetAppInstallsForGroupBadRequest) IsCode

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

IsCode returns true when this get app installs for group bad request response a status code equal to that given

func (*GetAppInstallsForGroupBadRequest) IsRedirect

func (o *GetAppInstallsForGroupBadRequest) IsRedirect() bool

IsRedirect returns true when this get app installs for group bad request response has a 3xx status code

func (*GetAppInstallsForGroupBadRequest) IsServerError

func (o *GetAppInstallsForGroupBadRequest) IsServerError() bool

IsServerError returns true when this get app installs for group bad request response has a 5xx status code

func (*GetAppInstallsForGroupBadRequest) IsSuccess

func (o *GetAppInstallsForGroupBadRequest) IsSuccess() bool

IsSuccess returns true when this get app installs for group bad request response has a 2xx status code

func (*GetAppInstallsForGroupBadRequest) String

type GetAppInstallsForGroupConflict

type GetAppInstallsForGroupConflict 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 *models.ErrorDocument
}

GetAppInstallsForGroupConflict describes a response with status code 409, with default header values.

Conflict: The requested operation conflicts with the current state of the resource in some way.

func NewGetAppInstallsForGroupConflict

func NewGetAppInstallsForGroupConflict() *GetAppInstallsForGroupConflict

NewGetAppInstallsForGroupConflict creates a GetAppInstallsForGroupConflict with default headers values

func (*GetAppInstallsForGroupConflict) Code

Code gets the status code for the get app installs for group conflict response

func (*GetAppInstallsForGroupConflict) Error

func (*GetAppInstallsForGroupConflict) GetPayload

func (*GetAppInstallsForGroupConflict) IsClientError

func (o *GetAppInstallsForGroupConflict) IsClientError() bool

IsClientError returns true when this get app installs for group conflict response has a 4xx status code

func (*GetAppInstallsForGroupConflict) IsCode

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

IsCode returns true when this get app installs for group conflict response a status code equal to that given

func (*GetAppInstallsForGroupConflict) IsRedirect

func (o *GetAppInstallsForGroupConflict) IsRedirect() bool

IsRedirect returns true when this get app installs for group conflict response has a 3xx status code

func (*GetAppInstallsForGroupConflict) IsServerError

func (o *GetAppInstallsForGroupConflict) IsServerError() bool

IsServerError returns true when this get app installs for group conflict response has a 5xx status code

func (*GetAppInstallsForGroupConflict) IsSuccess

func (o *GetAppInstallsForGroupConflict) IsSuccess() bool

IsSuccess returns true when this get app installs for group conflict response has a 2xx status code

func (*GetAppInstallsForGroupConflict) String

type GetAppInstallsForGroupForbidden

type GetAppInstallsForGroupForbidden 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 *GetAppInstallsForGroupForbiddenBody
}

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

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

func NewGetAppInstallsForGroupForbidden

func NewGetAppInstallsForGroupForbidden() *GetAppInstallsForGroupForbidden

NewGetAppInstallsForGroupForbidden creates a GetAppInstallsForGroupForbidden with default headers values

func (*GetAppInstallsForGroupForbidden) Code

Code gets the status code for the get app installs for group forbidden response

func (*GetAppInstallsForGroupForbidden) Error

func (*GetAppInstallsForGroupForbidden) GetPayload

func (*GetAppInstallsForGroupForbidden) IsClientError

func (o *GetAppInstallsForGroupForbidden) IsClientError() bool

IsClientError returns true when this get app installs for group forbidden response has a 4xx status code

func (*GetAppInstallsForGroupForbidden) IsCode

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

IsCode returns true when this get app installs for group forbidden response a status code equal to that given

func (*GetAppInstallsForGroupForbidden) IsRedirect

func (o *GetAppInstallsForGroupForbidden) IsRedirect() bool

IsRedirect returns true when this get app installs for group forbidden response has a 3xx status code

func (*GetAppInstallsForGroupForbidden) IsServerError

func (o *GetAppInstallsForGroupForbidden) IsServerError() bool

IsServerError returns true when this get app installs for group forbidden response has a 5xx status code

func (*GetAppInstallsForGroupForbidden) IsSuccess

func (o *GetAppInstallsForGroupForbidden) IsSuccess() bool

IsSuccess returns true when this get app installs for group forbidden response has a 2xx status code

func (*GetAppInstallsForGroupForbidden) String

type GetAppInstallsForGroupForbiddenBody

type GetAppInstallsForGroupForbiddenBody struct {

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

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

GetAppInstallsForGroupForbiddenBody get app installs for group forbidden body // Example: {"errors":[{"detail":"Permission denied for this resource","status":"403"}],"jsonapi":{"version":"1.0"}} swagger:model GetAppInstallsForGroupForbiddenBody

func (*GetAppInstallsForGroupForbiddenBody) ContextValidate

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

ContextValidate validate this get app installs for group forbidden body based on the context it is used

func (*GetAppInstallsForGroupForbiddenBody) MarshalBinary

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

MarshalBinary interface implementation

func (*GetAppInstallsForGroupForbiddenBody) UnmarshalBinary

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

UnmarshalBinary interface implementation

func (*GetAppInstallsForGroupForbiddenBody) Validate

Validate validates this get app installs for group forbidden body

type GetAppInstallsForGroupForbiddenBodyErrorsItems0

type GetAppInstallsForGroupForbiddenBodyErrorsItems0 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"`

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

	// source
	Source *GetAppInstallsForGroupForbiddenBodyErrorsItems0Source `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"`
}

GetAppInstallsForGroupForbiddenBodyErrorsItems0 get app installs for group forbidden body errors items0 // Example: {"detail":"Not Found","status":"404"} swagger:model GetAppInstallsForGroupForbiddenBodyErrorsItems0

func (*GetAppInstallsForGroupForbiddenBodyErrorsItems0) ContextValidate

ContextValidate validate this get app installs for group forbidden body errors items0 based on the context it is used

func (*GetAppInstallsForGroupForbiddenBodyErrorsItems0) MarshalBinary

MarshalBinary interface implementation

func (*GetAppInstallsForGroupForbiddenBodyErrorsItems0) UnmarshalBinary

UnmarshalBinary interface implementation

func (*GetAppInstallsForGroupForbiddenBodyErrorsItems0) Validate

Validate validates this get app installs for group forbidden body errors items0

type GetAppInstallsForGroupForbiddenBodyErrorsItems0Source

type GetAppInstallsForGroupForbiddenBodyErrorsItems0Source 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"`
}

GetAppInstallsForGroupForbiddenBodyErrorsItems0Source get app installs for group forbidden body errors items0 source // Example: {"pointer":"/data/attributes"} swagger:model GetAppInstallsForGroupForbiddenBodyErrorsItems0Source

func (*GetAppInstallsForGroupForbiddenBodyErrorsItems0Source) ContextValidate

ContextValidate validates this get app installs for group forbidden body errors items0 source based on context it is used

func (*GetAppInstallsForGroupForbiddenBodyErrorsItems0Source) MarshalBinary

MarshalBinary interface implementation

func (*GetAppInstallsForGroupForbiddenBodyErrorsItems0Source) UnmarshalBinary

UnmarshalBinary interface implementation

func (*GetAppInstallsForGroupForbiddenBodyErrorsItems0Source) Validate

Validate validates this get app installs for group forbidden body errors items0 source

type GetAppInstallsForGroupForbiddenBodyJsonapi

type GetAppInstallsForGroupForbiddenBodyJsonapi 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"`
}

GetAppInstallsForGroupForbiddenBodyJsonapi get app installs for group forbidden body jsonapi // Example: {"version":"1.0"} swagger:model GetAppInstallsForGroupForbiddenBodyJsonapi

func (*GetAppInstallsForGroupForbiddenBodyJsonapi) ContextValidate

ContextValidate validates this get app installs for group forbidden body jsonapi based on context it is used

func (*GetAppInstallsForGroupForbiddenBodyJsonapi) MarshalBinary

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

MarshalBinary interface implementation

func (*GetAppInstallsForGroupForbiddenBodyJsonapi) UnmarshalBinary

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

UnmarshalBinary interface implementation

func (*GetAppInstallsForGroupForbiddenBodyJsonapi) Validate

Validate validates this get app installs for group forbidden body jsonapi

type GetAppInstallsForGroupInternalServerError

type GetAppInstallsForGroupInternalServerError 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 *models.ErrorDocument
}

GetAppInstallsForGroupInternalServerError 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 NewGetAppInstallsForGroupInternalServerError

func NewGetAppInstallsForGroupInternalServerError() *GetAppInstallsForGroupInternalServerError

NewGetAppInstallsForGroupInternalServerError creates a GetAppInstallsForGroupInternalServerError with default headers values

func (*GetAppInstallsForGroupInternalServerError) Code

Code gets the status code for the get app installs for group internal server error response

func (*GetAppInstallsForGroupInternalServerError) Error

func (*GetAppInstallsForGroupInternalServerError) GetPayload

func (*GetAppInstallsForGroupInternalServerError) IsClientError

IsClientError returns true when this get app installs for group internal server error response has a 4xx status code

func (*GetAppInstallsForGroupInternalServerError) IsCode

IsCode returns true when this get app installs for group internal server error response a status code equal to that given

func (*GetAppInstallsForGroupInternalServerError) IsRedirect

IsRedirect returns true when this get app installs for group internal server error response has a 3xx status code

func (*GetAppInstallsForGroupInternalServerError) IsServerError

IsServerError returns true when this get app installs for group internal server error response has a 5xx status code

func (*GetAppInstallsForGroupInternalServerError) IsSuccess

IsSuccess returns true when this get app installs for group internal server error response has a 2xx status code

func (*GetAppInstallsForGroupInternalServerError) String

type GetAppInstallsForGroupNotFound

type GetAppInstallsForGroupNotFound 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 *models.ErrorDocument
}

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

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

func NewGetAppInstallsForGroupNotFound

func NewGetAppInstallsForGroupNotFound() *GetAppInstallsForGroupNotFound

NewGetAppInstallsForGroupNotFound creates a GetAppInstallsForGroupNotFound with default headers values

func (*GetAppInstallsForGroupNotFound) Code

Code gets the status code for the get app installs for group not found response

func (*GetAppInstallsForGroupNotFound) Error

func (*GetAppInstallsForGroupNotFound) GetPayload

func (*GetAppInstallsForGroupNotFound) IsClientError

func (o *GetAppInstallsForGroupNotFound) IsClientError() bool

IsClientError returns true when this get app installs for group not found response has a 4xx status code

func (*GetAppInstallsForGroupNotFound) IsCode

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

IsCode returns true when this get app installs for group not found response a status code equal to that given

func (*GetAppInstallsForGroupNotFound) IsRedirect

func (o *GetAppInstallsForGroupNotFound) IsRedirect() bool

IsRedirect returns true when this get app installs for group not found response has a 3xx status code

func (*GetAppInstallsForGroupNotFound) IsServerError

func (o *GetAppInstallsForGroupNotFound) IsServerError() bool

IsServerError returns true when this get app installs for group not found response has a 5xx status code

func (*GetAppInstallsForGroupNotFound) IsSuccess

func (o *GetAppInstallsForGroupNotFound) IsSuccess() bool

IsSuccess returns true when this get app installs for group not found response has a 2xx status code

func (*GetAppInstallsForGroupNotFound) String

type GetAppInstallsForGroupOK

type GetAppInstallsForGroupOK 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 *GetAppInstallsForGroupOKBody
}

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

A list of apps installed for the specified group.

func NewGetAppInstallsForGroupOK

func NewGetAppInstallsForGroupOK() *GetAppInstallsForGroupOK

NewGetAppInstallsForGroupOK creates a GetAppInstallsForGroupOK with default headers values

func (*GetAppInstallsForGroupOK) Code

func (o *GetAppInstallsForGroupOK) Code() int

Code gets the status code for the get app installs for group o k response

func (*GetAppInstallsForGroupOK) Error

func (o *GetAppInstallsForGroupOK) Error() string

func (*GetAppInstallsForGroupOK) GetPayload

func (*GetAppInstallsForGroupOK) IsClientError

func (o *GetAppInstallsForGroupOK) IsClientError() bool

IsClientError returns true when this get app installs for group o k response has a 4xx status code

func (*GetAppInstallsForGroupOK) IsCode

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

IsCode returns true when this get app installs for group o k response a status code equal to that given

func (*GetAppInstallsForGroupOK) IsRedirect

func (o *GetAppInstallsForGroupOK) IsRedirect() bool

IsRedirect returns true when this get app installs for group o k response has a 3xx status code

func (*GetAppInstallsForGroupOK) IsServerError

func (o *GetAppInstallsForGroupOK) IsServerError() bool

IsServerError returns true when this get app installs for group o k response has a 5xx status code

func (*GetAppInstallsForGroupOK) IsSuccess

func (o *GetAppInstallsForGroupOK) IsSuccess() bool

IsSuccess returns true when this get app installs for group o k response has a 2xx status code

func (*GetAppInstallsForGroupOK) String

func (o *GetAppInstallsForGroupOK) String() string

type GetAppInstallsForGroupOKBody

type GetAppInstallsForGroupOKBody struct {

	// data
	// Required: true
	Data []*models.AppInstallData `json:"data"`

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

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

GetAppInstallsForGroupOKBody get app installs for group o k body swagger:model GetAppInstallsForGroupOKBody

func (*GetAppInstallsForGroupOKBody) ContextValidate

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

ContextValidate validate this get app installs for group o k body based on the context it is used

func (*GetAppInstallsForGroupOKBody) MarshalBinary

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

MarshalBinary interface implementation

func (*GetAppInstallsForGroupOKBody) UnmarshalBinary

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

UnmarshalBinary interface implementation

func (*GetAppInstallsForGroupOKBody) Validate

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

Validate validates this get app installs for group o k body

type GetAppInstallsForGroupParams

type GetAppInstallsForGroupParams struct {

	/* EndingBefore.

	   Return the page of results immediately before this cursor
	*/
	EndingBefore *string

	/* Expand.

	   Expand relationships.
	*/
	Expand []string

	/* GroupID.

	   Group ID

	   Format: uuid
	*/
	GroupID strfmt.UUID

	/* Limit.

	   Number of results to return per page

	   Format: int32
	   Default: 10
	*/
	Limit *int32

	/* StartingAfter.

	   Return the page of results immediately after this cursor
	*/
	StartingAfter *string

	/* Version.

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

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

GetAppInstallsForGroupParams contains all the parameters to send to the API endpoint

for the get app installs for group operation.

Typically these are written to a http.Request.

func NewGetAppInstallsForGroupParams

func NewGetAppInstallsForGroupParams() *GetAppInstallsForGroupParams

NewGetAppInstallsForGroupParams creates a new GetAppInstallsForGroupParams 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 NewGetAppInstallsForGroupParamsWithContext

func NewGetAppInstallsForGroupParamsWithContext(ctx context.Context) *GetAppInstallsForGroupParams

NewGetAppInstallsForGroupParamsWithContext creates a new GetAppInstallsForGroupParams object with the ability to set a context for a request.

func NewGetAppInstallsForGroupParamsWithHTTPClient

func NewGetAppInstallsForGroupParamsWithHTTPClient(client *http.Client) *GetAppInstallsForGroupParams

NewGetAppInstallsForGroupParamsWithHTTPClient creates a new GetAppInstallsForGroupParams object with the ability to set a custom HTTPClient for a request.

func NewGetAppInstallsForGroupParamsWithTimeout

func NewGetAppInstallsForGroupParamsWithTimeout(timeout time.Duration) *GetAppInstallsForGroupParams

NewGetAppInstallsForGroupParamsWithTimeout creates a new GetAppInstallsForGroupParams object with the ability to set a timeout on a request.

func (*GetAppInstallsForGroupParams) SetContext

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

SetContext adds the context to the get app installs for group params

func (*GetAppInstallsForGroupParams) SetDefaults

func (o *GetAppInstallsForGroupParams) SetDefaults()

SetDefaults hydrates default values in the get app installs for group params (not the query body).

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

func (*GetAppInstallsForGroupParams) SetEndingBefore

func (o *GetAppInstallsForGroupParams) SetEndingBefore(endingBefore *string)

SetEndingBefore adds the endingBefore to the get app installs for group params

func (*GetAppInstallsForGroupParams) SetExpand

func (o *GetAppInstallsForGroupParams) SetExpand(expand []string)

SetExpand adds the expand to the get app installs for group params

func (*GetAppInstallsForGroupParams) SetGroupID

func (o *GetAppInstallsForGroupParams) SetGroupID(groupID strfmt.UUID)

SetGroupID adds the groupId to the get app installs for group params

func (*GetAppInstallsForGroupParams) SetHTTPClient

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

SetHTTPClient adds the HTTPClient to the get app installs for group params

func (*GetAppInstallsForGroupParams) SetLimit

func (o *GetAppInstallsForGroupParams) SetLimit(limit *int32)

SetLimit adds the limit to the get app installs for group params

func (*GetAppInstallsForGroupParams) SetStartingAfter

func (o *GetAppInstallsForGroupParams) SetStartingAfter(startingAfter *string)

SetStartingAfter adds the startingAfter to the get app installs for group params

func (*GetAppInstallsForGroupParams) SetTimeout

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

SetTimeout adds the timeout to the get app installs for group params

func (*GetAppInstallsForGroupParams) SetVersion

func (o *GetAppInstallsForGroupParams) SetVersion(version string)

SetVersion adds the version to the get app installs for group params

func (*GetAppInstallsForGroupParams) WithContext

WithContext adds the context to the get app installs for group params

func (*GetAppInstallsForGroupParams) WithDefaults

WithDefaults hydrates default values in the get app installs for group params (not the query body).

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

func (*GetAppInstallsForGroupParams) WithEndingBefore

func (o *GetAppInstallsForGroupParams) WithEndingBefore(endingBefore *string) *GetAppInstallsForGroupParams

WithEndingBefore adds the endingBefore to the get app installs for group params

func (*GetAppInstallsForGroupParams) WithExpand

WithExpand adds the expand to the get app installs for group params

func (*GetAppInstallsForGroupParams) WithGroupID

WithGroupID adds the groupID to the get app installs for group params

func (*GetAppInstallsForGroupParams) WithHTTPClient

WithHTTPClient adds the HTTPClient to the get app installs for group params

func (*GetAppInstallsForGroupParams) WithLimit

WithLimit adds the limit to the get app installs for group params

func (*GetAppInstallsForGroupParams) WithStartingAfter

func (o *GetAppInstallsForGroupParams) WithStartingAfter(startingAfter *string) *GetAppInstallsForGroupParams

WithStartingAfter adds the startingAfter to the get app installs for group params

func (*GetAppInstallsForGroupParams) WithTimeout

WithTimeout adds the timeout to the get app installs for group params

func (*GetAppInstallsForGroupParams) WithVersion

WithVersion adds the version to the get app installs for group params

func (*GetAppInstallsForGroupParams) WriteToRequest

WriteToRequest writes these params to a swagger request

type GetAppInstallsForGroupReader

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

GetAppInstallsForGroupReader is a Reader for the GetAppInstallsForGroup structure.

func (*GetAppInstallsForGroupReader) ReadResponse

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

ReadResponse reads a server response into the received o.

type GetAppInstallsForGroupUnauthorized

type GetAppInstallsForGroupUnauthorized 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 *models.ErrorDocument
}

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

Unauthorized: the request requires an authentication token or a token with more permissions.

func NewGetAppInstallsForGroupUnauthorized

func NewGetAppInstallsForGroupUnauthorized() *GetAppInstallsForGroupUnauthorized

NewGetAppInstallsForGroupUnauthorized creates a GetAppInstallsForGroupUnauthorized with default headers values

func (*GetAppInstallsForGroupUnauthorized) Code

Code gets the status code for the get app installs for group unauthorized response

func (*GetAppInstallsForGroupUnauthorized) Error

func (*GetAppInstallsForGroupUnauthorized) GetPayload

func (*GetAppInstallsForGroupUnauthorized) IsClientError

func (o *GetAppInstallsForGroupUnauthorized) IsClientError() bool

IsClientError returns true when this get app installs for group unauthorized response has a 4xx status code

func (*GetAppInstallsForGroupUnauthorized) IsCode

IsCode returns true when this get app installs for group unauthorized response a status code equal to that given

func (*GetAppInstallsForGroupUnauthorized) IsRedirect

func (o *GetAppInstallsForGroupUnauthorized) IsRedirect() bool

IsRedirect returns true when this get app installs for group unauthorized response has a 3xx status code

func (*GetAppInstallsForGroupUnauthorized) IsServerError

func (o *GetAppInstallsForGroupUnauthorized) IsServerError() bool

IsServerError returns true when this get app installs for group unauthorized response has a 5xx status code

func (*GetAppInstallsForGroupUnauthorized) IsSuccess

IsSuccess returns true when this get app installs for group unauthorized response has a 2xx status code

func (*GetAppInstallsForGroupUnauthorized) String

type GetAppInstallsForOrgBadRequest

type GetAppInstallsForOrgBadRequest 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 *models.ErrorDocument
}

GetAppInstallsForOrgBadRequest 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 NewGetAppInstallsForOrgBadRequest

func NewGetAppInstallsForOrgBadRequest() *GetAppInstallsForOrgBadRequest

NewGetAppInstallsForOrgBadRequest creates a GetAppInstallsForOrgBadRequest with default headers values

func (*GetAppInstallsForOrgBadRequest) Code

Code gets the status code for the get app installs for org bad request response

func (*GetAppInstallsForOrgBadRequest) Error

func (*GetAppInstallsForOrgBadRequest) GetPayload

func (*GetAppInstallsForOrgBadRequest) IsClientError

func (o *GetAppInstallsForOrgBadRequest) IsClientError() bool

IsClientError returns true when this get app installs for org bad request response has a 4xx status code

func (*GetAppInstallsForOrgBadRequest) IsCode

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

IsCode returns true when this get app installs for org bad request response a status code equal to that given

func (*GetAppInstallsForOrgBadRequest) IsRedirect

func (o *GetAppInstallsForOrgBadRequest) IsRedirect() bool

IsRedirect returns true when this get app installs for org bad request response has a 3xx status code

func (*GetAppInstallsForOrgBadRequest) IsServerError

func (o *GetAppInstallsForOrgBadRequest) IsServerError() bool

IsServerError returns true when this get app installs for org bad request response has a 5xx status code

func (*GetAppInstallsForOrgBadRequest) IsSuccess

func (o *GetAppInstallsForOrgBadRequest) IsSuccess() bool

IsSuccess returns true when this get app installs for org bad request response has a 2xx status code

func (*GetAppInstallsForOrgBadRequest) String

type GetAppInstallsForOrgConflict

type GetAppInstallsForOrgConflict 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 *models.ErrorDocument
}

GetAppInstallsForOrgConflict describes a response with status code 409, with default header values.

Conflict: The requested operation conflicts with the current state of the resource in some way.

func NewGetAppInstallsForOrgConflict

func NewGetAppInstallsForOrgConflict() *GetAppInstallsForOrgConflict

NewGetAppInstallsForOrgConflict creates a GetAppInstallsForOrgConflict with default headers values

func (*GetAppInstallsForOrgConflict) Code

Code gets the status code for the get app installs for org conflict response

func (*GetAppInstallsForOrgConflict) Error

func (*GetAppInstallsForOrgConflict) GetPayload

func (*GetAppInstallsForOrgConflict) IsClientError

func (o *GetAppInstallsForOrgConflict) IsClientError() bool

IsClientError returns true when this get app installs for org conflict response has a 4xx status code

func (*GetAppInstallsForOrgConflict) IsCode

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

IsCode returns true when this get app installs for org conflict response a status code equal to that given

func (*GetAppInstallsForOrgConflict) IsRedirect

func (o *GetAppInstallsForOrgConflict) IsRedirect() bool

IsRedirect returns true when this get app installs for org conflict response has a 3xx status code

func (*GetAppInstallsForOrgConflict) IsServerError

func (o *GetAppInstallsForOrgConflict) IsServerError() bool

IsServerError returns true when this get app installs for org conflict response has a 5xx status code

func (*GetAppInstallsForOrgConflict) IsSuccess

func (o *GetAppInstallsForOrgConflict) IsSuccess() bool

IsSuccess returns true when this get app installs for org conflict response has a 2xx status code

func (*GetAppInstallsForOrgConflict) String

type GetAppInstallsForOrgForbidden

type GetAppInstallsForOrgForbidden 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 *GetAppInstallsForOrgForbiddenBody
}

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

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

func NewGetAppInstallsForOrgForbidden

func NewGetAppInstallsForOrgForbidden() *GetAppInstallsForOrgForbidden

NewGetAppInstallsForOrgForbidden creates a GetAppInstallsForOrgForbidden with default headers values

func (*GetAppInstallsForOrgForbidden) Code

Code gets the status code for the get app installs for org forbidden response

func (*GetAppInstallsForOrgForbidden) Error

func (*GetAppInstallsForOrgForbidden) GetPayload

func (*GetAppInstallsForOrgForbidden) IsClientError

func (o *GetAppInstallsForOrgForbidden) IsClientError() bool

IsClientError returns true when this get app installs for org forbidden response has a 4xx status code

func (*GetAppInstallsForOrgForbidden) IsCode

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

IsCode returns true when this get app installs for org forbidden response a status code equal to that given

func (*GetAppInstallsForOrgForbidden) IsRedirect

func (o *GetAppInstallsForOrgForbidden) IsRedirect() bool

IsRedirect returns true when this get app installs for org forbidden response has a 3xx status code

func (*GetAppInstallsForOrgForbidden) IsServerError

func (o *GetAppInstallsForOrgForbidden) IsServerError() bool

IsServerError returns true when this get app installs for org forbidden response has a 5xx status code

func (*GetAppInstallsForOrgForbidden) IsSuccess

func (o *GetAppInstallsForOrgForbidden) IsSuccess() bool

IsSuccess returns true when this get app installs for org forbidden response has a 2xx status code

func (*GetAppInstallsForOrgForbidden) String

type GetAppInstallsForOrgForbiddenBody

type GetAppInstallsForOrgForbiddenBody struct {

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

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

GetAppInstallsForOrgForbiddenBody get app installs for org forbidden body // Example: {"errors":[{"detail":"Permission denied for this resource","status":"403"}],"jsonapi":{"version":"1.0"}} swagger:model GetAppInstallsForOrgForbiddenBody

func (*GetAppInstallsForOrgForbiddenBody) ContextValidate

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

ContextValidate validate this get app installs for org forbidden body based on the context it is used

func (*GetAppInstallsForOrgForbiddenBody) MarshalBinary

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

MarshalBinary interface implementation

func (*GetAppInstallsForOrgForbiddenBody) UnmarshalBinary

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

UnmarshalBinary interface implementation

func (*GetAppInstallsForOrgForbiddenBody) Validate

Validate validates this get app installs for org forbidden body

type GetAppInstallsForOrgForbiddenBodyErrorsItems0

type GetAppInstallsForOrgForbiddenBodyErrorsItems0 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"`

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

	// source
	Source *GetAppInstallsForOrgForbiddenBodyErrorsItems0Source `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"`
}

GetAppInstallsForOrgForbiddenBodyErrorsItems0 get app installs for org forbidden body errors items0 // Example: {"detail":"Not Found","status":"404"} swagger:model GetAppInstallsForOrgForbiddenBodyErrorsItems0

func (*GetAppInstallsForOrgForbiddenBodyErrorsItems0) ContextValidate

ContextValidate validate this get app installs for org forbidden body errors items0 based on the context it is used

func (*GetAppInstallsForOrgForbiddenBodyErrorsItems0) MarshalBinary

MarshalBinary interface implementation

func (*GetAppInstallsForOrgForbiddenBodyErrorsItems0) UnmarshalBinary

UnmarshalBinary interface implementation

func (*GetAppInstallsForOrgForbiddenBodyErrorsItems0) Validate

Validate validates this get app installs for org forbidden body errors items0

type GetAppInstallsForOrgForbiddenBodyErrorsItems0Source

type GetAppInstallsForOrgForbiddenBodyErrorsItems0Source 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"`
}

GetAppInstallsForOrgForbiddenBodyErrorsItems0Source get app installs for org forbidden body errors items0 source // Example: {"pointer":"/data/attributes"} swagger:model GetAppInstallsForOrgForbiddenBodyErrorsItems0Source

func (*GetAppInstallsForOrgForbiddenBodyErrorsItems0Source) ContextValidate

ContextValidate validates this get app installs for org forbidden body errors items0 source based on context it is used

func (*GetAppInstallsForOrgForbiddenBodyErrorsItems0Source) MarshalBinary

MarshalBinary interface implementation

func (*GetAppInstallsForOrgForbiddenBodyErrorsItems0Source) UnmarshalBinary

UnmarshalBinary interface implementation

func (*GetAppInstallsForOrgForbiddenBodyErrorsItems0Source) Validate

Validate validates this get app installs for org forbidden body errors items0 source

type GetAppInstallsForOrgForbiddenBodyJsonapi

type GetAppInstallsForOrgForbiddenBodyJsonapi 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"`
}

GetAppInstallsForOrgForbiddenBodyJsonapi get app installs for org forbidden body jsonapi // Example: {"version":"1.0"} swagger:model GetAppInstallsForOrgForbiddenBodyJsonapi

func (*GetAppInstallsForOrgForbiddenBodyJsonapi) ContextValidate

ContextValidate validates this get app installs for org forbidden body jsonapi based on context it is used

func (*GetAppInstallsForOrgForbiddenBodyJsonapi) MarshalBinary

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

MarshalBinary interface implementation

func (*GetAppInstallsForOrgForbiddenBodyJsonapi) UnmarshalBinary

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

UnmarshalBinary interface implementation

func (*GetAppInstallsForOrgForbiddenBodyJsonapi) Validate

Validate validates this get app installs for org forbidden body jsonapi

type GetAppInstallsForOrgInternalServerError

type GetAppInstallsForOrgInternalServerError 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 *models.ErrorDocument
}

GetAppInstallsForOrgInternalServerError 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 NewGetAppInstallsForOrgInternalServerError

func NewGetAppInstallsForOrgInternalServerError() *GetAppInstallsForOrgInternalServerError

NewGetAppInstallsForOrgInternalServerError creates a GetAppInstallsForOrgInternalServerError with default headers values

func (*GetAppInstallsForOrgInternalServerError) Code

Code gets the status code for the get app installs for org internal server error response

func (*GetAppInstallsForOrgInternalServerError) Error

func (*GetAppInstallsForOrgInternalServerError) GetPayload

func (*GetAppInstallsForOrgInternalServerError) IsClientError

func (o *GetAppInstallsForOrgInternalServerError) IsClientError() bool

IsClientError returns true when this get app installs for org internal server error response has a 4xx status code

func (*GetAppInstallsForOrgInternalServerError) IsCode

IsCode returns true when this get app installs for org internal server error response a status code equal to that given

func (*GetAppInstallsForOrgInternalServerError) IsRedirect

IsRedirect returns true when this get app installs for org internal server error response has a 3xx status code

func (*GetAppInstallsForOrgInternalServerError) IsServerError

func (o *GetAppInstallsForOrgInternalServerError) IsServerError() bool

IsServerError returns true when this get app installs for org internal server error response has a 5xx status code

func (*GetAppInstallsForOrgInternalServerError) IsSuccess

IsSuccess returns true when this get app installs for org internal server error response has a 2xx status code

func (*GetAppInstallsForOrgInternalServerError) String

type GetAppInstallsForOrgNotFound

type GetAppInstallsForOrgNotFound 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 *models.ErrorDocument
}

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

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

func NewGetAppInstallsForOrgNotFound

func NewGetAppInstallsForOrgNotFound() *GetAppInstallsForOrgNotFound

NewGetAppInstallsForOrgNotFound creates a GetAppInstallsForOrgNotFound with default headers values

func (*GetAppInstallsForOrgNotFound) Code

Code gets the status code for the get app installs for org not found response

func (*GetAppInstallsForOrgNotFound) Error

func (*GetAppInstallsForOrgNotFound) GetPayload

func (*GetAppInstallsForOrgNotFound) IsClientError

func (o *GetAppInstallsForOrgNotFound) IsClientError() bool

IsClientError returns true when this get app installs for org not found response has a 4xx status code

func (*GetAppInstallsForOrgNotFound) IsCode

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

IsCode returns true when this get app installs for org not found response a status code equal to that given

func (*GetAppInstallsForOrgNotFound) IsRedirect

func (o *GetAppInstallsForOrgNotFound) IsRedirect() bool

IsRedirect returns true when this get app installs for org not found response has a 3xx status code

func (*GetAppInstallsForOrgNotFound) IsServerError

func (o *GetAppInstallsForOrgNotFound) IsServerError() bool

IsServerError returns true when this get app installs for org not found response has a 5xx status code

func (*GetAppInstallsForOrgNotFound) IsSuccess

func (o *GetAppInstallsForOrgNotFound) IsSuccess() bool

IsSuccess returns true when this get app installs for org not found response has a 2xx status code

func (*GetAppInstallsForOrgNotFound) String

type GetAppInstallsForOrgOK

type GetAppInstallsForOrgOK 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 *GetAppInstallsForOrgOKBody
}

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

A list of apps installed for the specified organization.

func NewGetAppInstallsForOrgOK

func NewGetAppInstallsForOrgOK() *GetAppInstallsForOrgOK

NewGetAppInstallsForOrgOK creates a GetAppInstallsForOrgOK with default headers values

func (*GetAppInstallsForOrgOK) Code

func (o *GetAppInstallsForOrgOK) Code() int

Code gets the status code for the get app installs for org o k response

func (*GetAppInstallsForOrgOK) Error

func (o *GetAppInstallsForOrgOK) Error() string

func (*GetAppInstallsForOrgOK) GetPayload

func (*GetAppInstallsForOrgOK) IsClientError

func (o *GetAppInstallsForOrgOK) IsClientError() bool

IsClientError returns true when this get app installs for org o k response has a 4xx status code

func (*GetAppInstallsForOrgOK) IsCode

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

IsCode returns true when this get app installs for org o k response a status code equal to that given

func (*GetAppInstallsForOrgOK) IsRedirect

func (o *GetAppInstallsForOrgOK) IsRedirect() bool

IsRedirect returns true when this get app installs for org o k response has a 3xx status code

func (*GetAppInstallsForOrgOK) IsServerError

func (o *GetAppInstallsForOrgOK) IsServerError() bool

IsServerError returns true when this get app installs for org o k response has a 5xx status code

func (*GetAppInstallsForOrgOK) IsSuccess

func (o *GetAppInstallsForOrgOK) IsSuccess() bool

IsSuccess returns true when this get app installs for org o k response has a 2xx status code

func (*GetAppInstallsForOrgOK) String

func (o *GetAppInstallsForOrgOK) String() string

type GetAppInstallsForOrgOKBody

type GetAppInstallsForOrgOKBody struct {

	// data
	// Required: true
	Data []*models.AppInstallData `json:"data"`

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

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

GetAppInstallsForOrgOKBody get app installs for org o k body swagger:model GetAppInstallsForOrgOKBody

func (*GetAppInstallsForOrgOKBody) ContextValidate

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

ContextValidate validate this get app installs for org o k body based on the context it is used

func (*GetAppInstallsForOrgOKBody) MarshalBinary

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

MarshalBinary interface implementation

func (*GetAppInstallsForOrgOKBody) UnmarshalBinary

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

UnmarshalBinary interface implementation

func (*GetAppInstallsForOrgOKBody) Validate

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

Validate validates this get app installs for org o k body

type GetAppInstallsForOrgParams

type GetAppInstallsForOrgParams struct {

	/* EndingBefore.

	   Return the page of results immediately before this cursor
	*/
	EndingBefore *string

	/* Expand.

	   Expand relationships.
	*/
	Expand []string

	/* Limit.

	   Number of results to return per page

	   Format: int32
	   Default: 10
	*/
	Limit *int32

	/* OrgID.

	   Org ID

	   Format: uuid
	*/
	OrgID strfmt.UUID

	/* StartingAfter.

	   Return the page of results immediately after this cursor
	*/
	StartingAfter *string

	/* Version.

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

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

GetAppInstallsForOrgParams contains all the parameters to send to the API endpoint

for the get app installs for org operation.

Typically these are written to a http.Request.

func NewGetAppInstallsForOrgParams

func NewGetAppInstallsForOrgParams() *GetAppInstallsForOrgParams

NewGetAppInstallsForOrgParams creates a new GetAppInstallsForOrgParams 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 NewGetAppInstallsForOrgParamsWithContext

func NewGetAppInstallsForOrgParamsWithContext(ctx context.Context) *GetAppInstallsForOrgParams

NewGetAppInstallsForOrgParamsWithContext creates a new GetAppInstallsForOrgParams object with the ability to set a context for a request.

func NewGetAppInstallsForOrgParamsWithHTTPClient

func NewGetAppInstallsForOrgParamsWithHTTPClient(client *http.Client) *GetAppInstallsForOrgParams

NewGetAppInstallsForOrgParamsWithHTTPClient creates a new GetAppInstallsForOrgParams object with the ability to set a custom HTTPClient for a request.

func NewGetAppInstallsForOrgParamsWithTimeout

func NewGetAppInstallsForOrgParamsWithTimeout(timeout time.Duration) *GetAppInstallsForOrgParams

NewGetAppInstallsForOrgParamsWithTimeout creates a new GetAppInstallsForOrgParams object with the ability to set a timeout on a request.

func (*GetAppInstallsForOrgParams) SetContext

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

SetContext adds the context to the get app installs for org params

func (*GetAppInstallsForOrgParams) SetDefaults

func (o *GetAppInstallsForOrgParams) SetDefaults()

SetDefaults hydrates default values in the get app installs for org params (not the query body).

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

func (*GetAppInstallsForOrgParams) SetEndingBefore

func (o *GetAppInstallsForOrgParams) SetEndingBefore(endingBefore *string)

SetEndingBefore adds the endingBefore to the get app installs for org params

func (*GetAppInstallsForOrgParams) SetExpand

func (o *GetAppInstallsForOrgParams) SetExpand(expand []string)

SetExpand adds the expand to the get app installs for org params

func (*GetAppInstallsForOrgParams) SetHTTPClient

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

SetHTTPClient adds the HTTPClient to the get app installs for org params

func (*GetAppInstallsForOrgParams) SetLimit

func (o *GetAppInstallsForOrgParams) SetLimit(limit *int32)

SetLimit adds the limit to the get app installs for org params

func (*GetAppInstallsForOrgParams) SetOrgID

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

SetOrgID adds the orgId to the get app installs for org params

func (*GetAppInstallsForOrgParams) SetStartingAfter

func (o *GetAppInstallsForOrgParams) SetStartingAfter(startingAfter *string)

SetStartingAfter adds the startingAfter to the get app installs for org params

func (*GetAppInstallsForOrgParams) SetTimeout

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

SetTimeout adds the timeout to the get app installs for org params

func (*GetAppInstallsForOrgParams) SetVersion

func (o *GetAppInstallsForOrgParams) SetVersion(version string)

SetVersion adds the version to the get app installs for org params

func (*GetAppInstallsForOrgParams) WithContext

WithContext adds the context to the get app installs for org params

func (*GetAppInstallsForOrgParams) WithDefaults

WithDefaults hydrates default values in the get app installs for org params (not the query body).

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

func (*GetAppInstallsForOrgParams) WithEndingBefore

func (o *GetAppInstallsForOrgParams) WithEndingBefore(endingBefore *string) *GetAppInstallsForOrgParams

WithEndingBefore adds the endingBefore to the get app installs for org params

func (*GetAppInstallsForOrgParams) WithExpand

WithExpand adds the expand to the get app installs for org params

func (*GetAppInstallsForOrgParams) WithHTTPClient

WithHTTPClient adds the HTTPClient to the get app installs for org params

func (*GetAppInstallsForOrgParams) WithLimit

WithLimit adds the limit to the get app installs for org params

func (*GetAppInstallsForOrgParams) WithOrgID

WithOrgID adds the orgID to the get app installs for org params

func (*GetAppInstallsForOrgParams) WithStartingAfter

func (o *GetAppInstallsForOrgParams) WithStartingAfter(startingAfter *string) *GetAppInstallsForOrgParams

WithStartingAfter adds the startingAfter to the get app installs for org params

func (*GetAppInstallsForOrgParams) WithTimeout

WithTimeout adds the timeout to the get app installs for org params

func (*GetAppInstallsForOrgParams) WithVersion

WithVersion adds the version to the get app installs for org params

func (*GetAppInstallsForOrgParams) WriteToRequest

WriteToRequest writes these params to a swagger request

type GetAppInstallsForOrgReader

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

GetAppInstallsForOrgReader is a Reader for the GetAppInstallsForOrg structure.

func (*GetAppInstallsForOrgReader) ReadResponse

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

ReadResponse reads a server response into the received o.

type GetAppInstallsForOrgUnauthorized

type GetAppInstallsForOrgUnauthorized 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 *models.ErrorDocument
}

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

Unauthorized: the request requires an authentication token or a token with more permissions.

func NewGetAppInstallsForOrgUnauthorized

func NewGetAppInstallsForOrgUnauthorized() *GetAppInstallsForOrgUnauthorized

NewGetAppInstallsForOrgUnauthorized creates a GetAppInstallsForOrgUnauthorized with default headers values

func (*GetAppInstallsForOrgUnauthorized) Code

Code gets the status code for the get app installs for org unauthorized response

func (*GetAppInstallsForOrgUnauthorized) Error

func (*GetAppInstallsForOrgUnauthorized) GetPayload

func (*GetAppInstallsForOrgUnauthorized) IsClientError

func (o *GetAppInstallsForOrgUnauthorized) IsClientError() bool

IsClientError returns true when this get app installs for org unauthorized response has a 4xx status code

func (*GetAppInstallsForOrgUnauthorized) IsCode

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

IsCode returns true when this get app installs for org unauthorized response a status code equal to that given

func (*GetAppInstallsForOrgUnauthorized) IsRedirect

func (o *GetAppInstallsForOrgUnauthorized) IsRedirect() bool

IsRedirect returns true when this get app installs for org unauthorized response has a 3xx status code

func (*GetAppInstallsForOrgUnauthorized) IsServerError

func (o *GetAppInstallsForOrgUnauthorized) IsServerError() bool

IsServerError returns true when this get app installs for org unauthorized response has a 5xx status code

func (*GetAppInstallsForOrgUnauthorized) IsSuccess

func (o *GetAppInstallsForOrgUnauthorized) IsSuccess() bool

IsSuccess returns true when this get app installs for org unauthorized response has a 2xx status code

func (*GetAppInstallsForOrgUnauthorized) String

type GetAppInstallsForUserBadRequest

type GetAppInstallsForUserBadRequest 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 *models.ErrorDocument
}

GetAppInstallsForUserBadRequest 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 NewGetAppInstallsForUserBadRequest

func NewGetAppInstallsForUserBadRequest() *GetAppInstallsForUserBadRequest

NewGetAppInstallsForUserBadRequest creates a GetAppInstallsForUserBadRequest with default headers values

func (*GetAppInstallsForUserBadRequest) Code

Code gets the status code for the get app installs for user bad request response

func (*GetAppInstallsForUserBadRequest) Error

func (*GetAppInstallsForUserBadRequest) GetPayload

func (*GetAppInstallsForUserBadRequest) IsClientError

func (o *GetAppInstallsForUserBadRequest) IsClientError() bool

IsClientError returns true when this get app installs for user bad request response has a 4xx status code

func (*GetAppInstallsForUserBadRequest) IsCode

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

IsCode returns true when this get app installs for user bad request response a status code equal to that given

func (*GetAppInstallsForUserBadRequest) IsRedirect

func (o *GetAppInstallsForUserBadRequest) IsRedirect() bool

IsRedirect returns true when this get app installs for user bad request response has a 3xx status code

func (*GetAppInstallsForUserBadRequest) IsServerError

func (o *GetAppInstallsForUserBadRequest) IsServerError() bool

IsServerError returns true when this get app installs for user bad request response has a 5xx status code

func (*GetAppInstallsForUserBadRequest) IsSuccess

func (o *GetAppInstallsForUserBadRequest) IsSuccess() bool

IsSuccess returns true when this get app installs for user bad request response has a 2xx status code

func (*GetAppInstallsForUserBadRequest) String

type GetAppInstallsForUserConflict

type GetAppInstallsForUserConflict 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 *models.ErrorDocument
}

GetAppInstallsForUserConflict describes a response with status code 409, with default header values.

Conflict: The requested operation conflicts with the current state of the resource in some way.

func NewGetAppInstallsForUserConflict

func NewGetAppInstallsForUserConflict() *GetAppInstallsForUserConflict

NewGetAppInstallsForUserConflict creates a GetAppInstallsForUserConflict with default headers values

func (*GetAppInstallsForUserConflict) Code

Code gets the status code for the get app installs for user conflict response

func (*GetAppInstallsForUserConflict) Error

func (*GetAppInstallsForUserConflict) GetPayload

func (*GetAppInstallsForUserConflict) IsClientError

func (o *GetAppInstallsForUserConflict) IsClientError() bool

IsClientError returns true when this get app installs for user conflict response has a 4xx status code

func (*GetAppInstallsForUserConflict) IsCode

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

IsCode returns true when this get app installs for user conflict response a status code equal to that given

func (*GetAppInstallsForUserConflict) IsRedirect

func (o *GetAppInstallsForUserConflict) IsRedirect() bool

IsRedirect returns true when this get app installs for user conflict response has a 3xx status code

func (*GetAppInstallsForUserConflict) IsServerError

func (o *GetAppInstallsForUserConflict) IsServerError() bool

IsServerError returns true when this get app installs for user conflict response has a 5xx status code

func (*GetAppInstallsForUserConflict) IsSuccess

func (o *GetAppInstallsForUserConflict) IsSuccess() bool

IsSuccess returns true when this get app installs for user conflict response has a 2xx status code

func (*GetAppInstallsForUserConflict) String

type GetAppInstallsForUserForbidden

type GetAppInstallsForUserForbidden 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 *GetAppInstallsForUserForbiddenBody
}

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

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

func NewGetAppInstallsForUserForbidden

func NewGetAppInstallsForUserForbidden() *GetAppInstallsForUserForbidden

NewGetAppInstallsForUserForbidden creates a GetAppInstallsForUserForbidden with default headers values

func (*GetAppInstallsForUserForbidden) Code

Code gets the status code for the get app installs for user forbidden response

func (*GetAppInstallsForUserForbidden) Error

func (*GetAppInstallsForUserForbidden) GetPayload

func (*GetAppInstallsForUserForbidden) IsClientError

func (o *GetAppInstallsForUserForbidden) IsClientError() bool

IsClientError returns true when this get app installs for user forbidden response has a 4xx status code

func (*GetAppInstallsForUserForbidden) IsCode

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

IsCode returns true when this get app installs for user forbidden response a status code equal to that given

func (*GetAppInstallsForUserForbidden) IsRedirect

func (o *GetAppInstallsForUserForbidden) IsRedirect() bool

IsRedirect returns true when this get app installs for user forbidden response has a 3xx status code

func (*GetAppInstallsForUserForbidden) IsServerError

func (o *GetAppInstallsForUserForbidden) IsServerError() bool

IsServerError returns true when this get app installs for user forbidden response has a 5xx status code

func (*GetAppInstallsForUserForbidden) IsSuccess

func (o *GetAppInstallsForUserForbidden) IsSuccess() bool

IsSuccess returns true when this get app installs for user forbidden response has a 2xx status code

func (*GetAppInstallsForUserForbidden) String

type GetAppInstallsForUserForbiddenBody

type GetAppInstallsForUserForbiddenBody struct {

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

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

GetAppInstallsForUserForbiddenBody get app installs for user forbidden body // Example: {"errors":[{"detail":"Permission denied for this resource","status":"403"}],"jsonapi":{"version":"1.0"}} swagger:model GetAppInstallsForUserForbiddenBody

func (*GetAppInstallsForUserForbiddenBody) ContextValidate

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

ContextValidate validate this get app installs for user forbidden body based on the context it is used

func (*GetAppInstallsForUserForbiddenBody) MarshalBinary

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

MarshalBinary interface implementation

func (*GetAppInstallsForUserForbiddenBody) UnmarshalBinary

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

UnmarshalBinary interface implementation

func (*GetAppInstallsForUserForbiddenBody) Validate

Validate validates this get app installs for user forbidden body

type GetAppInstallsForUserForbiddenBodyErrorsItems0

type GetAppInstallsForUserForbiddenBodyErrorsItems0 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"`

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

	// source
	Source *GetAppInstallsForUserForbiddenBodyErrorsItems0Source `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"`
}

GetAppInstallsForUserForbiddenBodyErrorsItems0 get app installs for user forbidden body errors items0 // Example: {"detail":"Not Found","status":"404"} swagger:model GetAppInstallsForUserForbiddenBodyErrorsItems0

func (*GetAppInstallsForUserForbiddenBodyErrorsItems0) ContextValidate

ContextValidate validate this get app installs for user forbidden body errors items0 based on the context it is used

func (*GetAppInstallsForUserForbiddenBodyErrorsItems0) MarshalBinary

MarshalBinary interface implementation

func (*GetAppInstallsForUserForbiddenBodyErrorsItems0) UnmarshalBinary

UnmarshalBinary interface implementation

func (*GetAppInstallsForUserForbiddenBodyErrorsItems0) Validate

Validate validates this get app installs for user forbidden body errors items0

type GetAppInstallsForUserForbiddenBodyErrorsItems0Source

type GetAppInstallsForUserForbiddenBodyErrorsItems0Source 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"`
}

GetAppInstallsForUserForbiddenBodyErrorsItems0Source get app installs for user forbidden body errors items0 source // Example: {"pointer":"/data/attributes"} swagger:model GetAppInstallsForUserForbiddenBodyErrorsItems0Source

func (*GetAppInstallsForUserForbiddenBodyErrorsItems0Source) ContextValidate

ContextValidate validates this get app installs for user forbidden body errors items0 source based on context it is used

func (*GetAppInstallsForUserForbiddenBodyErrorsItems0Source) MarshalBinary

MarshalBinary interface implementation

func (*GetAppInstallsForUserForbiddenBodyErrorsItems0Source) UnmarshalBinary

UnmarshalBinary interface implementation

func (*GetAppInstallsForUserForbiddenBodyErrorsItems0Source) Validate

Validate validates this get app installs for user forbidden body errors items0 source

type GetAppInstallsForUserForbiddenBodyJsonapi

type GetAppInstallsForUserForbiddenBodyJsonapi 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"`
}

GetAppInstallsForUserForbiddenBodyJsonapi get app installs for user forbidden body jsonapi // Example: {"version":"1.0"} swagger:model GetAppInstallsForUserForbiddenBodyJsonapi

func (*GetAppInstallsForUserForbiddenBodyJsonapi) ContextValidate

ContextValidate validates this get app installs for user forbidden body jsonapi based on context it is used

func (*GetAppInstallsForUserForbiddenBodyJsonapi) MarshalBinary

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

MarshalBinary interface implementation

func (*GetAppInstallsForUserForbiddenBodyJsonapi) UnmarshalBinary

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

UnmarshalBinary interface implementation

func (*GetAppInstallsForUserForbiddenBodyJsonapi) Validate

Validate validates this get app installs for user forbidden body jsonapi

type GetAppInstallsForUserInternalServerError

type GetAppInstallsForUserInternalServerError 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 *models.ErrorDocument
}

GetAppInstallsForUserInternalServerError 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 NewGetAppInstallsForUserInternalServerError

func NewGetAppInstallsForUserInternalServerError() *GetAppInstallsForUserInternalServerError

NewGetAppInstallsForUserInternalServerError creates a GetAppInstallsForUserInternalServerError with default headers values

func (*GetAppInstallsForUserInternalServerError) Code

Code gets the status code for the get app installs for user internal server error response

func (*GetAppInstallsForUserInternalServerError) Error

func (*GetAppInstallsForUserInternalServerError) GetPayload

func (*GetAppInstallsForUserInternalServerError) IsClientError

IsClientError returns true when this get app installs for user internal server error response has a 4xx status code

func (*GetAppInstallsForUserInternalServerError) IsCode

IsCode returns true when this get app installs for user internal server error response a status code equal to that given

func (*GetAppInstallsForUserInternalServerError) IsRedirect

IsRedirect returns true when this get app installs for user internal server error response has a 3xx status code

func (*GetAppInstallsForUserInternalServerError) IsServerError

IsServerError returns true when this get app installs for user internal server error response has a 5xx status code

func (*GetAppInstallsForUserInternalServerError) IsSuccess

IsSuccess returns true when this get app installs for user internal server error response has a 2xx status code

func (*GetAppInstallsForUserInternalServerError) String

type GetAppInstallsForUserNotFound

type GetAppInstallsForUserNotFound 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 *models.ErrorDocument
}

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

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

func NewGetAppInstallsForUserNotFound

func NewGetAppInstallsForUserNotFound() *GetAppInstallsForUserNotFound

NewGetAppInstallsForUserNotFound creates a GetAppInstallsForUserNotFound with default headers values

func (*GetAppInstallsForUserNotFound) Code

Code gets the status code for the get app installs for user not found response

func (*GetAppInstallsForUserNotFound) Error

func (*GetAppInstallsForUserNotFound) GetPayload

func (*GetAppInstallsForUserNotFound) IsClientError

func (o *GetAppInstallsForUserNotFound) IsClientError() bool

IsClientError returns true when this get app installs for user not found response has a 4xx status code

func (*GetAppInstallsForUserNotFound) IsCode

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

IsCode returns true when this get app installs for user not found response a status code equal to that given

func (*GetAppInstallsForUserNotFound) IsRedirect

func (o *GetAppInstallsForUserNotFound) IsRedirect() bool

IsRedirect returns true when this get app installs for user not found response has a 3xx status code

func (*GetAppInstallsForUserNotFound) IsServerError

func (o *GetAppInstallsForUserNotFound) IsServerError() bool

IsServerError returns true when this get app installs for user not found response has a 5xx status code

func (*GetAppInstallsForUserNotFound) IsSuccess

func (o *GetAppInstallsForUserNotFound) IsSuccess() bool

IsSuccess returns true when this get app installs for user not found response has a 2xx status code

func (*GetAppInstallsForUserNotFound) String

type GetAppInstallsForUserOK

type GetAppInstallsForUserOK 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 *GetAppInstallsForUserOKBody
}

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

A list of apps installed for the specified organization.

func NewGetAppInstallsForUserOK

func NewGetAppInstallsForUserOK() *GetAppInstallsForUserOK

NewGetAppInstallsForUserOK creates a GetAppInstallsForUserOK with default headers values

func (*GetAppInstallsForUserOK) Code

func (o *GetAppInstallsForUserOK) Code() int

Code gets the status code for the get app installs for user o k response

func (*GetAppInstallsForUserOK) Error

func (o *GetAppInstallsForUserOK) Error() string

func (*GetAppInstallsForUserOK) GetPayload

func (*GetAppInstallsForUserOK) IsClientError

func (o *GetAppInstallsForUserOK) IsClientError() bool

IsClientError returns true when this get app installs for user o k response has a 4xx status code

func (*GetAppInstallsForUserOK) IsCode

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

IsCode returns true when this get app installs for user o k response a status code equal to that given

func (*GetAppInstallsForUserOK) IsRedirect

func (o *GetAppInstallsForUserOK) IsRedirect() bool

IsRedirect returns true when this get app installs for user o k response has a 3xx status code

func (*GetAppInstallsForUserOK) IsServerError

func (o *GetAppInstallsForUserOK) IsServerError() bool

IsServerError returns true when this get app installs for user o k response has a 5xx status code

func (*GetAppInstallsForUserOK) IsSuccess

func (o *GetAppInstallsForUserOK) IsSuccess() bool

IsSuccess returns true when this get app installs for user o k response has a 2xx status code

func (*GetAppInstallsForUserOK) String

func (o *GetAppInstallsForUserOK) String() string

type GetAppInstallsForUserOKBody

type GetAppInstallsForUserOKBody struct {

	// data
	// Required: true
	Data []*models.AppInstallData `json:"data"`

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

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

GetAppInstallsForUserOKBody get app installs for user o k body swagger:model GetAppInstallsForUserOKBody

func (*GetAppInstallsForUserOKBody) ContextValidate

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

ContextValidate validate this get app installs for user o k body based on the context it is used

func (*GetAppInstallsForUserOKBody) MarshalBinary

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

MarshalBinary interface implementation

func (*GetAppInstallsForUserOKBody) UnmarshalBinary

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

UnmarshalBinary interface implementation

func (*GetAppInstallsForUserOKBody) Validate

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

Validate validates this get app installs for user o k body

type GetAppInstallsForUserParams

type GetAppInstallsForUserParams struct {

	/* EndingBefore.

	   Return the page of results immediately before this cursor
	*/
	EndingBefore *string

	/* Expand.

	   Expand relationships.
	*/
	Expand []string

	/* Limit.

	   Number of results to return per page

	   Format: int32
	   Default: 10
	*/
	Limit *int32

	/* StartingAfter.

	   Return the page of results immediately after this cursor
	*/
	StartingAfter *string

	/* Version.

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

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

GetAppInstallsForUserParams contains all the parameters to send to the API endpoint

for the get app installs for user operation.

Typically these are written to a http.Request.

func NewGetAppInstallsForUserParams

func NewGetAppInstallsForUserParams() *GetAppInstallsForUserParams

NewGetAppInstallsForUserParams creates a new GetAppInstallsForUserParams 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 NewGetAppInstallsForUserParamsWithContext

func NewGetAppInstallsForUserParamsWithContext(ctx context.Context) *GetAppInstallsForUserParams

NewGetAppInstallsForUserParamsWithContext creates a new GetAppInstallsForUserParams object with the ability to set a context for a request.

func NewGetAppInstallsForUserParamsWithHTTPClient

func NewGetAppInstallsForUserParamsWithHTTPClient(client *http.Client) *GetAppInstallsForUserParams

NewGetAppInstallsForUserParamsWithHTTPClient creates a new GetAppInstallsForUserParams object with the ability to set a custom HTTPClient for a request.

func NewGetAppInstallsForUserParamsWithTimeout

func NewGetAppInstallsForUserParamsWithTimeout(timeout time.Duration) *GetAppInstallsForUserParams

NewGetAppInstallsForUserParamsWithTimeout creates a new GetAppInstallsForUserParams object with the ability to set a timeout on a request.

func (*GetAppInstallsForUserParams) SetContext

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

SetContext adds the context to the get app installs for user params

func (*GetAppInstallsForUserParams) SetDefaults

func (o *GetAppInstallsForUserParams) SetDefaults()

SetDefaults hydrates default values in the get app installs for user params (not the query body).

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

func (*GetAppInstallsForUserParams) SetEndingBefore

func (o *GetAppInstallsForUserParams) SetEndingBefore(endingBefore *string)

SetEndingBefore adds the endingBefore to the get app installs for user params

func (*GetAppInstallsForUserParams) SetExpand

func (o *GetAppInstallsForUserParams) SetExpand(expand []string)

SetExpand adds the expand to the get app installs for user params

func (*GetAppInstallsForUserParams) SetHTTPClient

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

SetHTTPClient adds the HTTPClient to the get app installs for user params

func (*GetAppInstallsForUserParams) SetLimit

func (o *GetAppInstallsForUserParams) SetLimit(limit *int32)

SetLimit adds the limit to the get app installs for user params

func (*GetAppInstallsForUserParams) SetStartingAfter

func (o *GetAppInstallsForUserParams) SetStartingAfter(startingAfter *string)

SetStartingAfter adds the startingAfter to the get app installs for user params

func (*GetAppInstallsForUserParams) SetTimeout

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

SetTimeout adds the timeout to the get app installs for user params

func (*GetAppInstallsForUserParams) SetVersion

func (o *GetAppInstallsForUserParams) SetVersion(version string)

SetVersion adds the version to the get app installs for user params

func (*GetAppInstallsForUserParams) WithContext

WithContext adds the context to the get app installs for user params

func (*GetAppInstallsForUserParams) WithDefaults

WithDefaults hydrates default values in the get app installs for user params (not the query body).

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

func (*GetAppInstallsForUserParams) WithEndingBefore

func (o *GetAppInstallsForUserParams) WithEndingBefore(endingBefore *string) *GetAppInstallsForUserParams

WithEndingBefore adds the endingBefore to the get app installs for user params

func (*GetAppInstallsForUserParams) WithExpand

WithExpand adds the expand to the get app installs for user params

func (*GetAppInstallsForUserParams) WithHTTPClient

WithHTTPClient adds the HTTPClient to the get app installs for user params

func (*GetAppInstallsForUserParams) WithLimit

WithLimit adds the limit to the get app installs for user params

func (*GetAppInstallsForUserParams) WithStartingAfter

func (o *GetAppInstallsForUserParams) WithStartingAfter(startingAfter *string) *GetAppInstallsForUserParams

WithStartingAfter adds the startingAfter to the get app installs for user params

func (*GetAppInstallsForUserParams) WithTimeout

WithTimeout adds the timeout to the get app installs for user params

func (*GetAppInstallsForUserParams) WithVersion

WithVersion adds the version to the get app installs for user params

func (*GetAppInstallsForUserParams) WriteToRequest

WriteToRequest writes these params to a swagger request

type GetAppInstallsForUserReader

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

GetAppInstallsForUserReader is a Reader for the GetAppInstallsForUser structure.

func (*GetAppInstallsForUserReader) ReadResponse

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

ReadResponse reads a server response into the received o.

type GetAppInstallsForUserUnauthorized

type GetAppInstallsForUserUnauthorized 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 *models.ErrorDocument
}

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

Unauthorized: the request requires an authentication token or a token with more permissions.

func NewGetAppInstallsForUserUnauthorized

func NewGetAppInstallsForUserUnauthorized() *GetAppInstallsForUserUnauthorized

NewGetAppInstallsForUserUnauthorized creates a GetAppInstallsForUserUnauthorized with default headers values

func (*GetAppInstallsForUserUnauthorized) Code

Code gets the status code for the get app installs for user unauthorized response

func (*GetAppInstallsForUserUnauthorized) Error

func (*GetAppInstallsForUserUnauthorized) GetPayload

func (*GetAppInstallsForUserUnauthorized) IsClientError

func (o *GetAppInstallsForUserUnauthorized) IsClientError() bool

IsClientError returns true when this get app installs for user unauthorized response has a 4xx status code

func (*GetAppInstallsForUserUnauthorized) IsCode

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

IsCode returns true when this get app installs for user unauthorized response a status code equal to that given

func (*GetAppInstallsForUserUnauthorized) IsRedirect

func (o *GetAppInstallsForUserUnauthorized) IsRedirect() bool

IsRedirect returns true when this get app installs for user unauthorized response has a 3xx status code

func (*GetAppInstallsForUserUnauthorized) IsServerError

func (o *GetAppInstallsForUserUnauthorized) IsServerError() bool

IsServerError returns true when this get app installs for user unauthorized response has a 5xx status code

func (*GetAppInstallsForUserUnauthorized) IsSuccess

func (o *GetAppInstallsForUserUnauthorized) IsSuccess() bool

IsSuccess returns true when this get app installs for user unauthorized response has a 2xx status code

func (*GetAppInstallsForUserUnauthorized) String

type GetAppInternalServerError

type GetAppInternalServerError 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 *models.ErrorDocument
}

GetAppInternalServerError 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 NewGetAppInternalServerError

func NewGetAppInternalServerError() *GetAppInternalServerError

NewGetAppInternalServerError creates a GetAppInternalServerError with default headers values

func (*GetAppInternalServerError) Code

func (o *GetAppInternalServerError) Code() int

Code gets the status code for the get app internal server error response

func (*GetAppInternalServerError) Error

func (o *GetAppInternalServerError) Error() string

func (*GetAppInternalServerError) GetPayload

func (*GetAppInternalServerError) IsClientError

func (o *GetAppInternalServerError) IsClientError() bool

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

func (*GetAppInternalServerError) IsCode

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

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

func (*GetAppInternalServerError) IsRedirect

func (o *GetAppInternalServerError) IsRedirect() bool

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

func (*GetAppInternalServerError) IsServerError

func (o *GetAppInternalServerError) IsServerError() bool

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

func (*GetAppInternalServerError) IsSuccess

func (o *GetAppInternalServerError) IsSuccess() bool

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

func (*GetAppInternalServerError) String

func (o *GetAppInternalServerError) String() string

type GetAppNotFound

type GetAppNotFound 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 *models.ErrorDocument
}

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

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

func NewGetAppNotFound

func NewGetAppNotFound() *GetAppNotFound

NewGetAppNotFound creates a GetAppNotFound with default headers values

func (*GetAppNotFound) Code

func (o *GetAppNotFound) Code() int

Code gets the status code for the get app not found response

func (*GetAppNotFound) Error

func (o *GetAppNotFound) Error() string

func (*GetAppNotFound) GetPayload

func (o *GetAppNotFound) GetPayload() *models.ErrorDocument

func (*GetAppNotFound) IsClientError

func (o *GetAppNotFound) IsClientError() bool

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

func (*GetAppNotFound) IsCode

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

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

func (*GetAppNotFound) IsRedirect

func (o *GetAppNotFound) IsRedirect() bool

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

func (*GetAppNotFound) IsServerError

func (o *GetAppNotFound) IsServerError() bool

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

func (*GetAppNotFound) IsSuccess

func (o *GetAppNotFound) IsSuccess() bool

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

func (*GetAppNotFound) String

func (o *GetAppNotFound) String() string

type GetAppOK

type GetAppOK 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 *GetAppOKBody
}

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

The requested app

func NewGetAppOK

func NewGetAppOK() *GetAppOK

NewGetAppOK creates a GetAppOK with default headers values

func (*GetAppOK) Code

func (o *GetAppOK) Code() int

Code gets the status code for the get app o k response

func (*GetAppOK) Error

func (o *GetAppOK) Error() string

func (*GetAppOK) GetPayload

func (o *GetAppOK) GetPayload() *GetAppOKBody

func (*GetAppOK) IsClientError

func (o *GetAppOK) IsClientError() bool

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

func (*GetAppOK) IsCode

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

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

func (*GetAppOK) IsRedirect

func (o *GetAppOK) IsRedirect() bool

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

func (*GetAppOK) IsServerError

func (o *GetAppOK) IsServerError() bool

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

func (*GetAppOK) IsSuccess

func (o *GetAppOK) IsSuccess() bool

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

func (*GetAppOK) String

func (o *GetAppOK) String() string

type GetAppOKBody

type GetAppOKBody struct {

	// data
	Data *models.AppData `json:"data,omitempty"`

	// jsonapi
	Jsonapi *models.JSONAPI `json:"jsonapi,omitempty"`

	// links
	Links *models.SelfLink `json:"links,omitempty"`
}

GetAppOKBody get app o k body swagger:model GetAppOKBody

func (*GetAppOKBody) ContextValidate

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

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

func (*GetAppOKBody) MarshalBinary

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

MarshalBinary interface implementation

func (*GetAppOKBody) UnmarshalBinary

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

UnmarshalBinary interface implementation

func (*GetAppOKBody) Validate

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

Validate validates this get app o k body

type GetAppParams

type GetAppParams struct {

	/* ClientID.

	   Client ID

	   Format: uuid
	*/
	ClientID strfmt.UUID

	/* OrgID.

	   Org ID

	   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
}

GetAppParams contains all the parameters to send to the API endpoint

for the get app operation.

Typically these are written to a http.Request.

func NewGetAppParams

func NewGetAppParams() *GetAppParams

NewGetAppParams creates a new GetAppParams 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 NewGetAppParamsWithContext

func NewGetAppParamsWithContext(ctx context.Context) *GetAppParams

NewGetAppParamsWithContext creates a new GetAppParams object with the ability to set a context for a request.

func NewGetAppParamsWithHTTPClient

func NewGetAppParamsWithHTTPClient(client *http.Client) *GetAppParams

NewGetAppParamsWithHTTPClient creates a new GetAppParams object with the ability to set a custom HTTPClient for a request.

func NewGetAppParamsWithTimeout

func NewGetAppParamsWithTimeout(timeout time.Duration) *GetAppParams

NewGetAppParamsWithTimeout creates a new GetAppParams object with the ability to set a timeout on a request.

func (*GetAppParams) SetClientID

func (o *GetAppParams) SetClientID(clientID strfmt.UUID)

SetClientID adds the clientId to the get app params

func (*GetAppParams) SetContext

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

SetContext adds the context to the get app params

func (*GetAppParams) SetDefaults

func (o *GetAppParams) SetDefaults()

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

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

func (*GetAppParams) SetHTTPClient

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

SetHTTPClient adds the HTTPClient to the get app params

func (*GetAppParams) SetOrgID

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

SetOrgID adds the orgId to the get app params

func (*GetAppParams) SetTimeout

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

SetTimeout adds the timeout to the get app params

func (*GetAppParams) SetVersion

func (o *GetAppParams) SetVersion(version string)

SetVersion adds the version to the get app params

func (*GetAppParams) WithClientID

func (o *GetAppParams) WithClientID(clientID strfmt.UUID) *GetAppParams

WithClientID adds the clientID to the get app params

func (*GetAppParams) WithContext

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

WithContext adds the context to the get app params

func (*GetAppParams) WithDefaults

func (o *GetAppParams) WithDefaults() *GetAppParams

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

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

func (*GetAppParams) WithHTTPClient

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

WithHTTPClient adds the HTTPClient to the get app params

func (*GetAppParams) WithOrgID

func (o *GetAppParams) WithOrgID(orgID strfmt.UUID) *GetAppParams

WithOrgID adds the orgID to the get app params

func (*GetAppParams) WithTimeout

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

WithTimeout adds the timeout to the get app params

func (*GetAppParams) WithVersion

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

WithVersion adds the version to the get app params

func (*GetAppParams) WriteToRequest

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

WriteToRequest writes these params to a swagger request

type GetAppReader

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

GetAppReader is a Reader for the GetApp structure.

func (*GetAppReader) ReadResponse

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

ReadResponse reads a server response into the received o.

type GetAppUnauthorized

type GetAppUnauthorized 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 *models.ErrorDocument
}

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

Unauthorized: the request requires an authentication token or a token with more permissions.

func NewGetAppUnauthorized

func NewGetAppUnauthorized() *GetAppUnauthorized

NewGetAppUnauthorized creates a GetAppUnauthorized with default headers values

func (*GetAppUnauthorized) Code

func (o *GetAppUnauthorized) Code() int

Code gets the status code for the get app unauthorized response

func (*GetAppUnauthorized) Error

func (o *GetAppUnauthorized) Error() string

func (*GetAppUnauthorized) GetPayload

func (o *GetAppUnauthorized) GetPayload() *models.ErrorDocument

func (*GetAppUnauthorized) IsClientError

func (o *GetAppUnauthorized) IsClientError() bool

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

func (*GetAppUnauthorized) IsCode

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

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

func (*GetAppUnauthorized) IsRedirect

func (o *GetAppUnauthorized) IsRedirect() bool

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

func (*GetAppUnauthorized) IsServerError

func (o *GetAppUnauthorized) IsServerError() bool

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

func (*GetAppUnauthorized) IsSuccess

func (o *GetAppUnauthorized) IsSuccess() bool

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

func (*GetAppUnauthorized) String

func (o *GetAppUnauthorized) String() string

type GetAppsBadRequest

type GetAppsBadRequest 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 *models.ErrorDocument
}

GetAppsBadRequest 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 NewGetAppsBadRequest

func NewGetAppsBadRequest() *GetAppsBadRequest

NewGetAppsBadRequest creates a GetAppsBadRequest with default headers values

func (*GetAppsBadRequest) Code

func (o *GetAppsBadRequest) Code() int

Code gets the status code for the get apps bad request response

func (*GetAppsBadRequest) Error

func (o *GetAppsBadRequest) Error() string

func (*GetAppsBadRequest) GetPayload

func (o *GetAppsBadRequest) GetPayload() *models.ErrorDocument

func (*GetAppsBadRequest) IsClientError

func (o *GetAppsBadRequest) IsClientError() bool

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

func (*GetAppsBadRequest) IsCode

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

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

func (*GetAppsBadRequest) IsRedirect

func (o *GetAppsBadRequest) IsRedirect() bool

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

func (*GetAppsBadRequest) IsServerError

func (o *GetAppsBadRequest) IsServerError() bool

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

func (*GetAppsBadRequest) IsSuccess

func (o *GetAppsBadRequest) IsSuccess() bool

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

func (*GetAppsBadRequest) String

func (o *GetAppsBadRequest) String() string

type GetAppsConflict

type GetAppsConflict 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 *models.ErrorDocument
}

GetAppsConflict describes a response with status code 409, with default header values.

Conflict: The requested operation conflicts with the current state of the resource in some way.

func NewGetAppsConflict

func NewGetAppsConflict() *GetAppsConflict

NewGetAppsConflict creates a GetAppsConflict with default headers values

func (*GetAppsConflict) Code

func (o *GetAppsConflict) Code() int

Code gets the status code for the get apps conflict response

func (*GetAppsConflict) Error

func (o *GetAppsConflict) Error() string

func (*GetAppsConflict) GetPayload

func (o *GetAppsConflict) GetPayload() *models.ErrorDocument

func (*GetAppsConflict) IsClientError

func (o *GetAppsConflict) IsClientError() bool

IsClientError returns true when this get apps conflict response has a 4xx status code

func (*GetAppsConflict) IsCode

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

IsCode returns true when this get apps conflict response a status code equal to that given

func (*GetAppsConflict) IsRedirect

func (o *GetAppsConflict) IsRedirect() bool

IsRedirect returns true when this get apps conflict response has a 3xx status code

func (*GetAppsConflict) IsServerError

func (o *GetAppsConflict) IsServerError() bool

IsServerError returns true when this get apps conflict response has a 5xx status code

func (*GetAppsConflict) IsSuccess

func (o *GetAppsConflict) IsSuccess() bool

IsSuccess returns true when this get apps conflict response has a 2xx status code

func (*GetAppsConflict) String

func (o *GetAppsConflict) String() string

type GetAppsForbidden

type GetAppsForbidden 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 *GetAppsForbiddenBody
}

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

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

func NewGetAppsForbidden

func NewGetAppsForbidden() *GetAppsForbidden

NewGetAppsForbidden creates a GetAppsForbidden with default headers values

func (*GetAppsForbidden) Code

func (o *GetAppsForbidden) Code() int

Code gets the status code for the get apps forbidden response

func (*GetAppsForbidden) Error

func (o *GetAppsForbidden) Error() string

func (*GetAppsForbidden) GetPayload

func (o *GetAppsForbidden) GetPayload() *GetAppsForbiddenBody

func (*GetAppsForbidden) IsClientError

func (o *GetAppsForbidden) IsClientError() bool

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

func (*GetAppsForbidden) IsCode

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

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

func (*GetAppsForbidden) IsRedirect

func (o *GetAppsForbidden) IsRedirect() bool

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

func (*GetAppsForbidden) IsServerError

func (o *GetAppsForbidden) IsServerError() bool

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

func (*GetAppsForbidden) IsSuccess

func (o *GetAppsForbidden) IsSuccess() bool

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

func (*GetAppsForbidden) String

func (o *GetAppsForbidden) String() string

type GetAppsForbiddenBody

type GetAppsForbiddenBody struct {

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

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

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

func (*GetAppsForbiddenBody) ContextValidate

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

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

func (*GetAppsForbiddenBody) MarshalBinary

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

MarshalBinary interface implementation

func (*GetAppsForbiddenBody) UnmarshalBinary

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

UnmarshalBinary interface implementation

func (*GetAppsForbiddenBody) Validate

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

Validate validates this get apps forbidden body

type GetAppsForbiddenBodyErrorsItems0

type GetAppsForbiddenBodyErrorsItems0 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"`

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

	// source
	Source *GetAppsForbiddenBodyErrorsItems0Source `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"`
}

GetAppsForbiddenBodyErrorsItems0 get apps forbidden body errors items0 // Example: {"detail":"Not Found","status":"404"} swagger:model GetAppsForbiddenBodyErrorsItems0

func (*GetAppsForbiddenBodyErrorsItems0) ContextValidate

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

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

func (*GetAppsForbiddenBodyErrorsItems0) MarshalBinary

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

MarshalBinary interface implementation

func (*GetAppsForbiddenBodyErrorsItems0) UnmarshalBinary

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

UnmarshalBinary interface implementation

func (*GetAppsForbiddenBodyErrorsItems0) Validate

Validate validates this get apps forbidden body errors items0

type GetAppsForbiddenBodyErrorsItems0Source

type GetAppsForbiddenBodyErrorsItems0Source 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"`
}

GetAppsForbiddenBodyErrorsItems0Source get apps forbidden body errors items0 source // Example: {"pointer":"/data/attributes"} swagger:model GetAppsForbiddenBodyErrorsItems0Source

func (*GetAppsForbiddenBodyErrorsItems0Source) ContextValidate

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

func (*GetAppsForbiddenBodyErrorsItems0Source) MarshalBinary

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

MarshalBinary interface implementation

func (*GetAppsForbiddenBodyErrorsItems0Source) UnmarshalBinary

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

UnmarshalBinary interface implementation

func (*GetAppsForbiddenBodyErrorsItems0Source) Validate

Validate validates this get apps forbidden body errors items0 source

type GetAppsForbiddenBodyJsonapi

type GetAppsForbiddenBodyJsonapi 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"`
}

GetAppsForbiddenBodyJsonapi get apps forbidden body jsonapi // Example: {"version":"1.0"} swagger:model GetAppsForbiddenBodyJsonapi

func (*GetAppsForbiddenBodyJsonapi) ContextValidate

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

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

func (*GetAppsForbiddenBodyJsonapi) MarshalBinary

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

MarshalBinary interface implementation

func (*GetAppsForbiddenBodyJsonapi) UnmarshalBinary

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

UnmarshalBinary interface implementation

func (*GetAppsForbiddenBodyJsonapi) Validate

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

Validate validates this get apps forbidden body jsonapi

type GetAppsInternalServerError

type GetAppsInternalServerError 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 *models.ErrorDocument
}

GetAppsInternalServerError 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 NewGetAppsInternalServerError

func NewGetAppsInternalServerError() *GetAppsInternalServerError

NewGetAppsInternalServerError creates a GetAppsInternalServerError with default headers values

func (*GetAppsInternalServerError) Code

func (o *GetAppsInternalServerError) Code() int

Code gets the status code for the get apps internal server error response

func (*GetAppsInternalServerError) Error

func (*GetAppsInternalServerError) GetPayload

func (*GetAppsInternalServerError) IsClientError

func (o *GetAppsInternalServerError) IsClientError() bool

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

func (*GetAppsInternalServerError) IsCode

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

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

func (*GetAppsInternalServerError) IsRedirect

func (o *GetAppsInternalServerError) IsRedirect() bool

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

func (*GetAppsInternalServerError) IsServerError

func (o *GetAppsInternalServerError) IsServerError() bool

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

func (*GetAppsInternalServerError) IsSuccess

func (o *GetAppsInternalServerError) IsSuccess() bool

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

func (*GetAppsInternalServerError) String

func (o *GetAppsInternalServerError) String() string

type GetAppsNotFound

type GetAppsNotFound 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 *models.ErrorDocument
}

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

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

func NewGetAppsNotFound

func NewGetAppsNotFound() *GetAppsNotFound

NewGetAppsNotFound creates a GetAppsNotFound with default headers values

func (*GetAppsNotFound) Code

func (o *GetAppsNotFound) Code() int

Code gets the status code for the get apps not found response

func (*GetAppsNotFound) Error

func (o *GetAppsNotFound) Error() string

func (*GetAppsNotFound) GetPayload

func (o *GetAppsNotFound) GetPayload() *models.ErrorDocument

func (*GetAppsNotFound) IsClientError

func (o *GetAppsNotFound) IsClientError() bool

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

func (*GetAppsNotFound) IsCode

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

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

func (*GetAppsNotFound) IsRedirect

func (o *GetAppsNotFound) IsRedirect() bool

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

func (*GetAppsNotFound) IsServerError

func (o *GetAppsNotFound) IsServerError() bool

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

func (*GetAppsNotFound) IsSuccess

func (o *GetAppsNotFound) IsSuccess() bool

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

func (*GetAppsNotFound) String

func (o *GetAppsNotFound) String() string

type GetAppsOK

type GetAppsOK 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 *GetAppsOKBody
}

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

A list of apps created by the specified organization

func NewGetAppsOK

func NewGetAppsOK() *GetAppsOK

NewGetAppsOK creates a GetAppsOK with default headers values

func (*GetAppsOK) Code

func (o *GetAppsOK) Code() int

Code gets the status code for the get apps o k response

func (*GetAppsOK) Error

func (o *GetAppsOK) Error() string

func (*GetAppsOK) GetPayload

func (o *GetAppsOK) GetPayload() *GetAppsOKBody

func (*GetAppsOK) IsClientError

func (o *GetAppsOK) IsClientError() bool

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

func (*GetAppsOK) IsCode

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

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

func (*GetAppsOK) IsRedirect

func (o *GetAppsOK) IsRedirect() bool

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

func (*GetAppsOK) IsServerError

func (o *GetAppsOK) IsServerError() bool

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

func (*GetAppsOK) IsSuccess

func (o *GetAppsOK) IsSuccess() bool

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

func (*GetAppsOK) String

func (o *GetAppsOK) String() string

type GetAppsOKBody

type GetAppsOKBody struct {

	// data
	// Required: true
	Data []*models.AppData `json:"data"`

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

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

GetAppsOKBody get apps o k body swagger:model GetAppsOKBody

func (*GetAppsOKBody) ContextValidate

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

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

func (*GetAppsOKBody) MarshalBinary

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

MarshalBinary interface implementation

func (*GetAppsOKBody) UnmarshalBinary

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

UnmarshalBinary interface implementation

func (*GetAppsOKBody) Validate

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

Validate validates this get apps o k body

type GetAppsParams

type GetAppsParams struct {

	/* EndingBefore.

	   Return the page of results immediately before this cursor
	*/
	EndingBefore *string

	/* Limit.

	   Number of results to return per page

	   Format: int32
	   Default: 10
	*/
	Limit *int32

	/* OrgID.

	   Org ID

	   Format: uuid
	*/
	OrgID strfmt.UUID

	/* StartingAfter.

	   Return the page of results immediately after this cursor
	*/
	StartingAfter *string

	/* Version.

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

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

GetAppsParams contains all the parameters to send to the API endpoint

for the get apps operation.

Typically these are written to a http.Request.

func NewGetAppsParams

func NewGetAppsParams() *GetAppsParams

NewGetAppsParams creates a new GetAppsParams 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 NewGetAppsParamsWithContext

func NewGetAppsParamsWithContext(ctx context.Context) *GetAppsParams

NewGetAppsParamsWithContext creates a new GetAppsParams object with the ability to set a context for a request.

func NewGetAppsParamsWithHTTPClient

func NewGetAppsParamsWithHTTPClient(client *http.Client) *GetAppsParams

NewGetAppsParamsWithHTTPClient creates a new GetAppsParams object with the ability to set a custom HTTPClient for a request.

func NewGetAppsParamsWithTimeout

func NewGetAppsParamsWithTimeout(timeout time.Duration) *GetAppsParams

NewGetAppsParamsWithTimeout creates a new GetAppsParams object with the ability to set a timeout on a request.

func (*GetAppsParams) SetContext

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

SetContext adds the context to the get apps params

func (*GetAppsParams) SetDefaults

func (o *GetAppsParams) SetDefaults()

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

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

func (*GetAppsParams) SetEndingBefore

func (o *GetAppsParams) SetEndingBefore(endingBefore *string)

SetEndingBefore adds the endingBefore to the get apps params

func (*GetAppsParams) SetHTTPClient

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

SetHTTPClient adds the HTTPClient to the get apps params

func (*GetAppsParams) SetLimit

func (o *GetAppsParams) SetLimit(limit *int32)

SetLimit adds the limit to the get apps params

func (*GetAppsParams) SetOrgID

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

SetOrgID adds the orgId to the get apps params

func (*GetAppsParams) SetStartingAfter

func (o *GetAppsParams) SetStartingAfter(startingAfter *string)

SetStartingAfter adds the startingAfter to the get apps params

func (*GetAppsParams) SetTimeout

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

SetTimeout adds the timeout to the get apps params

func (*GetAppsParams) SetVersion

func (o *GetAppsParams) SetVersion(version string)

SetVersion adds the version to the get apps params

func (*GetAppsParams) WithContext

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

WithContext adds the context to the get apps params

func (*GetAppsParams) WithDefaults

func (o *GetAppsParams) WithDefaults() *GetAppsParams

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

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

func (*GetAppsParams) WithEndingBefore

func (o *GetAppsParams) WithEndingBefore(endingBefore *string) *GetAppsParams

WithEndingBefore adds the endingBefore to the get apps params

func (*GetAppsParams) WithHTTPClient

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

WithHTTPClient adds the HTTPClient to the get apps params

func (*GetAppsParams) WithLimit

func (o *GetAppsParams) WithLimit(limit *int32) *GetAppsParams

WithLimit adds the limit to the get apps params

func (*GetAppsParams) WithOrgID

func (o *GetAppsParams) WithOrgID(orgID strfmt.UUID) *GetAppsParams

WithOrgID adds the orgID to the get apps params

func (*GetAppsParams) WithStartingAfter

func (o *GetAppsParams) WithStartingAfter(startingAfter *string) *GetAppsParams

WithStartingAfter adds the startingAfter to the get apps params

func (*GetAppsParams) WithTimeout

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

WithTimeout adds the timeout to the get apps params

func (*GetAppsParams) WithVersion

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

WithVersion adds the version to the get apps params

func (*GetAppsParams) WriteToRequest

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

WriteToRequest writes these params to a swagger request

type GetAppsReader

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

GetAppsReader is a Reader for the GetApps structure.

func (*GetAppsReader) ReadResponse

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

ReadResponse reads a server response into the received o.

type GetAppsUnauthorized

type GetAppsUnauthorized 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 *models.ErrorDocument
}

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

Unauthorized: the request requires an authentication token or a token with more permissions.

func NewGetAppsUnauthorized

func NewGetAppsUnauthorized() *GetAppsUnauthorized

NewGetAppsUnauthorized creates a GetAppsUnauthorized with default headers values

func (*GetAppsUnauthorized) Code

func (o *GetAppsUnauthorized) Code() int

Code gets the status code for the get apps unauthorized response

func (*GetAppsUnauthorized) Error

func (o *GetAppsUnauthorized) Error() string

func (*GetAppsUnauthorized) GetPayload

func (o *GetAppsUnauthorized) GetPayload() *models.ErrorDocument

func (*GetAppsUnauthorized) IsClientError

func (o *GetAppsUnauthorized) IsClientError() bool

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

func (*GetAppsUnauthorized) IsCode

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

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

func (*GetAppsUnauthorized) IsRedirect

func (o *GetAppsUnauthorized) IsRedirect() bool

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

func (*GetAppsUnauthorized) IsServerError

func (o *GetAppsUnauthorized) IsServerError() bool

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

func (*GetAppsUnauthorized) IsSuccess

func (o *GetAppsUnauthorized) IsSuccess() bool

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

func (*GetAppsUnauthorized) String

func (o *GetAppsUnauthorized) String() string

type GetOrgAppsBadRequest

type GetOrgAppsBadRequest 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 *models.ErrorDocument
}

GetOrgAppsBadRequest 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 NewGetOrgAppsBadRequest

func NewGetOrgAppsBadRequest() *GetOrgAppsBadRequest

NewGetOrgAppsBadRequest creates a GetOrgAppsBadRequest with default headers values

func (*GetOrgAppsBadRequest) Code

func (o *GetOrgAppsBadRequest) Code() int

Code gets the status code for the get org apps bad request response

func (*GetOrgAppsBadRequest) Error

func (o *GetOrgAppsBadRequest) Error() string

func (*GetOrgAppsBadRequest) GetPayload

func (o *GetOrgAppsBadRequest) GetPayload() *models.ErrorDocument

func (*GetOrgAppsBadRequest) IsClientError

func (o *GetOrgAppsBadRequest) IsClientError() bool

IsClientError returns true when this get org apps bad request response has a 4xx status code

func (*GetOrgAppsBadRequest) IsCode

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

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

func (*GetOrgAppsBadRequest) IsRedirect

func (o *GetOrgAppsBadRequest) IsRedirect() bool

IsRedirect returns true when this get org apps bad request response has a 3xx status code

func (*GetOrgAppsBadRequest) IsServerError

func (o *GetOrgAppsBadRequest) IsServerError() bool

IsServerError returns true when this get org apps bad request response has a 5xx status code

func (*GetOrgAppsBadRequest) IsSuccess

func (o *GetOrgAppsBadRequest) IsSuccess() bool

IsSuccess returns true when this get org apps bad request response has a 2xx status code

func (*GetOrgAppsBadRequest) String

func (o *GetOrgAppsBadRequest) String() string

type GetOrgAppsConflict

type GetOrgAppsConflict 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 *models.ErrorDocument
}

GetOrgAppsConflict describes a response with status code 409, with default header values.

Conflict: The requested operation conflicts with the current state of the resource in some way.

func NewGetOrgAppsConflict

func NewGetOrgAppsConflict() *GetOrgAppsConflict

NewGetOrgAppsConflict creates a GetOrgAppsConflict with default headers values

func (*GetOrgAppsConflict) Code

func (o *GetOrgAppsConflict) Code() int

Code gets the status code for the get org apps conflict response

func (*GetOrgAppsConflict) Error

func (o *GetOrgAppsConflict) Error() string

func (*GetOrgAppsConflict) GetPayload

func (o *GetOrgAppsConflict) GetPayload() *models.ErrorDocument

func (*GetOrgAppsConflict) IsClientError

func (o *GetOrgAppsConflict) IsClientError() bool

IsClientError returns true when this get org apps conflict response has a 4xx status code

func (*GetOrgAppsConflict) IsCode

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

IsCode returns true when this get org apps conflict response a status code equal to that given

func (*GetOrgAppsConflict) IsRedirect

func (o *GetOrgAppsConflict) IsRedirect() bool

IsRedirect returns true when this get org apps conflict response has a 3xx status code

func (*GetOrgAppsConflict) IsServerError

func (o *GetOrgAppsConflict) IsServerError() bool

IsServerError returns true when this get org apps conflict response has a 5xx status code

func (*GetOrgAppsConflict) IsSuccess

func (o *GetOrgAppsConflict) IsSuccess() bool

IsSuccess returns true when this get org apps conflict response has a 2xx status code

func (*GetOrgAppsConflict) String

func (o *GetOrgAppsConflict) String() string

type GetOrgAppsForbidden

type GetOrgAppsForbidden 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 *GetOrgAppsForbiddenBody
}

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

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

func NewGetOrgAppsForbidden

func NewGetOrgAppsForbidden() *GetOrgAppsForbidden

NewGetOrgAppsForbidden creates a GetOrgAppsForbidden with default headers values

func (*GetOrgAppsForbidden) Code

func (o *GetOrgAppsForbidden) Code() int

Code gets the status code for the get org apps forbidden response

func (*GetOrgAppsForbidden) Error

func (o *GetOrgAppsForbidden) Error() string

func (*GetOrgAppsForbidden) GetPayload

func (*GetOrgAppsForbidden) IsClientError

func (o *GetOrgAppsForbidden) IsClientError() bool

IsClientError returns true when this get org apps forbidden response has a 4xx status code

func (*GetOrgAppsForbidden) IsCode

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

IsCode returns true when this get org apps forbidden response a status code equal to that given

func (*GetOrgAppsForbidden) IsRedirect

func (o *GetOrgAppsForbidden) IsRedirect() bool

IsRedirect returns true when this get org apps forbidden response has a 3xx status code

func (*GetOrgAppsForbidden) IsServerError

func (o *GetOrgAppsForbidden) IsServerError() bool

IsServerError returns true when this get org apps forbidden response has a 5xx status code

func (*GetOrgAppsForbidden) IsSuccess

func (o *GetOrgAppsForbidden) IsSuccess() bool

IsSuccess returns true when this get org apps forbidden response has a 2xx status code

func (*GetOrgAppsForbidden) String

func (o *GetOrgAppsForbidden) String() string

type GetOrgAppsForbiddenBody

type GetOrgAppsForbiddenBody struct {

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

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

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

func (*GetOrgAppsForbiddenBody) ContextValidate

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

ContextValidate validate this get org apps forbidden body based on the context it is used

func (*GetOrgAppsForbiddenBody) MarshalBinary

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

MarshalBinary interface implementation

func (*GetOrgAppsForbiddenBody) UnmarshalBinary

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

UnmarshalBinary interface implementation

func (*GetOrgAppsForbiddenBody) Validate

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

Validate validates this get org apps forbidden body

type GetOrgAppsForbiddenBodyErrorsItems0

type GetOrgAppsForbiddenBodyErrorsItems0 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"`

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

	// source
	Source *GetOrgAppsForbiddenBodyErrorsItems0Source `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"`
}

GetOrgAppsForbiddenBodyErrorsItems0 get org apps forbidden body errors items0 // Example: {"detail":"Not Found","status":"404"} swagger:model GetOrgAppsForbiddenBodyErrorsItems0

func (*GetOrgAppsForbiddenBodyErrorsItems0) ContextValidate

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

ContextValidate validate this get org apps forbidden body errors items0 based on the context it is used

func (*GetOrgAppsForbiddenBodyErrorsItems0) MarshalBinary

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

MarshalBinary interface implementation

func (*GetOrgAppsForbiddenBodyErrorsItems0) UnmarshalBinary

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

UnmarshalBinary interface implementation

func (*GetOrgAppsForbiddenBodyErrorsItems0) Validate

Validate validates this get org apps forbidden body errors items0

type GetOrgAppsForbiddenBodyErrorsItems0Source

type GetOrgAppsForbiddenBodyErrorsItems0Source 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"`
}

GetOrgAppsForbiddenBodyErrorsItems0Source get org apps forbidden body errors items0 source // Example: {"pointer":"/data/attributes"} swagger:model GetOrgAppsForbiddenBodyErrorsItems0Source

func (*GetOrgAppsForbiddenBodyErrorsItems0Source) ContextValidate

ContextValidate validates this get org apps forbidden body errors items0 source based on context it is used

func (*GetOrgAppsForbiddenBodyErrorsItems0Source) MarshalBinary

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

MarshalBinary interface implementation

func (*GetOrgAppsForbiddenBodyErrorsItems0Source) UnmarshalBinary

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

UnmarshalBinary interface implementation

func (*GetOrgAppsForbiddenBodyErrorsItems0Source) Validate

Validate validates this get org apps forbidden body errors items0 source

type GetOrgAppsForbiddenBodyJsonapi

type GetOrgAppsForbiddenBodyJsonapi 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"`
}

GetOrgAppsForbiddenBodyJsonapi get org apps forbidden body jsonapi // Example: {"version":"1.0"} swagger:model GetOrgAppsForbiddenBodyJsonapi

func (*GetOrgAppsForbiddenBodyJsonapi) ContextValidate

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

ContextValidate validates this get org apps forbidden body jsonapi based on context it is used

func (*GetOrgAppsForbiddenBodyJsonapi) MarshalBinary

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

MarshalBinary interface implementation

func (*GetOrgAppsForbiddenBodyJsonapi) UnmarshalBinary

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

UnmarshalBinary interface implementation

func (*GetOrgAppsForbiddenBodyJsonapi) Validate

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

Validate validates this get org apps forbidden body jsonapi

type GetOrgAppsInternalServerError

type GetOrgAppsInternalServerError 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 *models.ErrorDocument
}

GetOrgAppsInternalServerError 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 NewGetOrgAppsInternalServerError

func NewGetOrgAppsInternalServerError() *GetOrgAppsInternalServerError

NewGetOrgAppsInternalServerError creates a GetOrgAppsInternalServerError with default headers values

func (*GetOrgAppsInternalServerError) Code

Code gets the status code for the get org apps internal server error response

func (*GetOrgAppsInternalServerError) Error

func (*GetOrgAppsInternalServerError) GetPayload

func (*GetOrgAppsInternalServerError) IsClientError

func (o *GetOrgAppsInternalServerError) IsClientError() bool

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

func (*GetOrgAppsInternalServerError) IsCode

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

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

func (*GetOrgAppsInternalServerError) IsRedirect

func (o *GetOrgAppsInternalServerError) IsRedirect() bool

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

func (*GetOrgAppsInternalServerError) IsServerError

func (o *GetOrgAppsInternalServerError) IsServerError() bool

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

func (*GetOrgAppsInternalServerError) IsSuccess

func (o *GetOrgAppsInternalServerError) IsSuccess() bool

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

func (*GetOrgAppsInternalServerError) String

type GetOrgAppsNotFound

type GetOrgAppsNotFound 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 *models.ErrorDocument
}

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

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

func NewGetOrgAppsNotFound

func NewGetOrgAppsNotFound() *GetOrgAppsNotFound

NewGetOrgAppsNotFound creates a GetOrgAppsNotFound with default headers values

func (*GetOrgAppsNotFound) Code

func (o *GetOrgAppsNotFound) Code() int

Code gets the status code for the get org apps not found response

func (*GetOrgAppsNotFound) Error

func (o *GetOrgAppsNotFound) Error() string

func (*GetOrgAppsNotFound) GetPayload

func (o *GetOrgAppsNotFound) GetPayload() *models.ErrorDocument

func (*GetOrgAppsNotFound) IsClientError

func (o *GetOrgAppsNotFound) IsClientError() bool

IsClientError returns true when this get org apps not found response has a 4xx status code

func (*GetOrgAppsNotFound) IsCode

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

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

func (*GetOrgAppsNotFound) IsRedirect

func (o *GetOrgAppsNotFound) IsRedirect() bool

IsRedirect returns true when this get org apps not found response has a 3xx status code

func (*GetOrgAppsNotFound) IsServerError

func (o *GetOrgAppsNotFound) IsServerError() bool

IsServerError returns true when this get org apps not found response has a 5xx status code

func (*GetOrgAppsNotFound) IsSuccess

func (o *GetOrgAppsNotFound) IsSuccess() bool

IsSuccess returns true when this get org apps not found response has a 2xx status code

func (*GetOrgAppsNotFound) String

func (o *GetOrgAppsNotFound) String() string

type GetOrgAppsOK

type GetOrgAppsOK 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 *GetOrgAppsOKBody
}

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

A list of apps created by the specified organization

func NewGetOrgAppsOK

func NewGetOrgAppsOK() *GetOrgAppsOK

NewGetOrgAppsOK creates a GetOrgAppsOK with default headers values

func (*GetOrgAppsOK) Code

func (o *GetOrgAppsOK) Code() int

Code gets the status code for the get org apps o k response

func (*GetOrgAppsOK) Error

func (o *GetOrgAppsOK) Error() string

func (*GetOrgAppsOK) GetPayload

func (o *GetOrgAppsOK) GetPayload() *GetOrgAppsOKBody

func (*GetOrgAppsOK) IsClientError

func (o *GetOrgAppsOK) IsClientError() bool

IsClientError returns true when this get org apps o k response has a 4xx status code

func (*GetOrgAppsOK) IsCode

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

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

func (*GetOrgAppsOK) IsRedirect

func (o *GetOrgAppsOK) IsRedirect() bool

IsRedirect returns true when this get org apps o k response has a 3xx status code

func (*GetOrgAppsOK) IsServerError

func (o *GetOrgAppsOK) IsServerError() bool

IsServerError returns true when this get org apps o k response has a 5xx status code

func (*GetOrgAppsOK) IsSuccess

func (o *GetOrgAppsOK) IsSuccess() bool

IsSuccess returns true when this get org apps o k response has a 2xx status code

func (*GetOrgAppsOK) String

func (o *GetOrgAppsOK) String() string

type GetOrgAppsOKBody

type GetOrgAppsOKBody struct {

	// data
	// Required: true
	Data []*models.AppData `json:"data"`

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

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

GetOrgAppsOKBody get org apps o k body swagger:model GetOrgAppsOKBody

func (*GetOrgAppsOKBody) ContextValidate

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

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

func (*GetOrgAppsOKBody) MarshalBinary

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

MarshalBinary interface implementation

func (*GetOrgAppsOKBody) UnmarshalBinary

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

UnmarshalBinary interface implementation

func (*GetOrgAppsOKBody) Validate

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

Validate validates this get org apps o k body

type GetOrgAppsParams

type GetOrgAppsParams struct {

	/* EndingBefore.

	   Return the page of results immediately before this cursor
	*/
	EndingBefore *string

	/* Limit.

	   Number of results to return per page

	   Format: int32
	   Default: 10
	*/
	Limit *int32

	/* OrgID.

	   Org ID

	   Format: uuid
	*/
	OrgID strfmt.UUID

	/* StartingAfter.

	   Return the page of results immediately after this cursor
	*/
	StartingAfter *string

	/* Version.

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

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

GetOrgAppsParams contains all the parameters to send to the API endpoint

for the get org apps operation.

Typically these are written to a http.Request.

func NewGetOrgAppsParams

func NewGetOrgAppsParams() *GetOrgAppsParams

NewGetOrgAppsParams creates a new GetOrgAppsParams 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 NewGetOrgAppsParamsWithContext

func NewGetOrgAppsParamsWithContext(ctx context.Context) *GetOrgAppsParams

NewGetOrgAppsParamsWithContext creates a new GetOrgAppsParams object with the ability to set a context for a request.

func NewGetOrgAppsParamsWithHTTPClient

func NewGetOrgAppsParamsWithHTTPClient(client *http.Client) *GetOrgAppsParams

NewGetOrgAppsParamsWithHTTPClient creates a new GetOrgAppsParams object with the ability to set a custom HTTPClient for a request.

func NewGetOrgAppsParamsWithTimeout

func NewGetOrgAppsParamsWithTimeout(timeout time.Duration) *GetOrgAppsParams

NewGetOrgAppsParamsWithTimeout creates a new GetOrgAppsParams object with the ability to set a timeout on a request.

func (*GetOrgAppsParams) SetContext

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

SetContext adds the context to the get org apps params

func (*GetOrgAppsParams) SetDefaults

func (o *GetOrgAppsParams) SetDefaults()

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

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

func (*GetOrgAppsParams) SetEndingBefore

func (o *GetOrgAppsParams) SetEndingBefore(endingBefore *string)

SetEndingBefore adds the endingBefore to the get org apps params

func (*GetOrgAppsParams) SetHTTPClient

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

SetHTTPClient adds the HTTPClient to the get org apps params

func (*GetOrgAppsParams) SetLimit

func (o *GetOrgAppsParams) SetLimit(limit *int32)

SetLimit adds the limit to the get org apps params

func (*GetOrgAppsParams) SetOrgID

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

SetOrgID adds the orgId to the get org apps params

func (*GetOrgAppsParams) SetStartingAfter

func (o *GetOrgAppsParams) SetStartingAfter(startingAfter *string)

SetStartingAfter adds the startingAfter to the get org apps params

func (*GetOrgAppsParams) SetTimeout

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

SetTimeout adds the timeout to the get org apps params

func (*GetOrgAppsParams) SetVersion

func (o *GetOrgAppsParams) SetVersion(version string)

SetVersion adds the version to the get org apps params

func (*GetOrgAppsParams) WithContext

func (o *GetOrgAppsParams) WithContext(ctx context.Context) *GetOrgAppsParams

WithContext adds the context to the get org apps params

func (*GetOrgAppsParams) WithDefaults

func (o *GetOrgAppsParams) WithDefaults() *GetOrgAppsParams

WithDefaults hydrates default values in the get org apps params (not the query body).

All values with no default are reset to their zero value.

func (*GetOrgAppsParams) WithEndingBefore

func (o *GetOrgAppsParams) WithEndingBefore(endingBefore *string) *GetOrgAppsParams

WithEndingBefore adds the endingBefore to the get org apps params

func (*GetOrgAppsParams) WithHTTPClient

func (o *GetOrgAppsParams) WithHTTPClient(client *http.Client) *GetOrgAppsParams

WithHTTPClient adds the HTTPClient to the get org apps params

func (*GetOrgAppsParams) WithLimit

func (o *GetOrgAppsParams) WithLimit(limit *int32) *GetOrgAppsParams

WithLimit adds the limit to the get org apps params

func (*GetOrgAppsParams) WithOrgID

func (o *GetOrgAppsParams) WithOrgID(orgID strfmt.UUID) *GetOrgAppsParams

WithOrgID adds the orgID to the get org apps params

func (*GetOrgAppsParams) WithStartingAfter

func (o *GetOrgAppsParams) WithStartingAfter(startingAfter *string) *GetOrgAppsParams

WithStartingAfter adds the startingAfter to the get org apps params

func (*GetOrgAppsParams) WithTimeout

func (o *GetOrgAppsParams) WithTimeout(timeout time.Duration) *GetOrgAppsParams

WithTimeout adds the timeout to the get org apps params

func (*GetOrgAppsParams) WithVersion

func (o *GetOrgAppsParams) WithVersion(version string) *GetOrgAppsParams

WithVersion adds the version to the get org apps params

func (*GetOrgAppsParams) WriteToRequest

func (o *GetOrgAppsParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error

WriteToRequest writes these params to a swagger request

type GetOrgAppsReader

type GetOrgAppsReader struct {
	// contains filtered or unexported fields
}

GetOrgAppsReader is a Reader for the GetOrgApps structure.

func (*GetOrgAppsReader) ReadResponse

func (o *GetOrgAppsReader) ReadResponse(response runtime.ClientResponse, consumer runtime.Consumer) (interface{}, error)

ReadResponse reads a server response into the received o.

type GetOrgAppsUnauthorized

type GetOrgAppsUnauthorized 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 *models.ErrorDocument
}

GetOrgAppsUnauthorized describes a response with status code 401, with default header values.

Unauthorized: the request requires an authentication token or a token with more permissions.

func NewGetOrgAppsUnauthorized

func NewGetOrgAppsUnauthorized() *GetOrgAppsUnauthorized

NewGetOrgAppsUnauthorized creates a GetOrgAppsUnauthorized with default headers values

func (*GetOrgAppsUnauthorized) Code

func (o *GetOrgAppsUnauthorized) Code() int

Code gets the status code for the get org apps unauthorized response

func (*GetOrgAppsUnauthorized) Error

func (o *GetOrgAppsUnauthorized) Error() string

func (*GetOrgAppsUnauthorized) GetPayload

func (o *GetOrgAppsUnauthorized) GetPayload() *models.ErrorDocument

func (*GetOrgAppsUnauthorized) IsClientError

func (o *GetOrgAppsUnauthorized) IsClientError() bool

IsClientError returns true when this get org apps unauthorized response has a 4xx status code

func (*GetOrgAppsUnauthorized) IsCode

func (o *GetOrgAppsUnauthorized) IsCode(code int) bool

IsCode returns true when this get org apps unauthorized response a status code equal to that given

func (*GetOrgAppsUnauthorized) IsRedirect

func (o *GetOrgAppsUnauthorized) IsRedirect() bool

IsRedirect returns true when this get org apps unauthorized response has a 3xx status code

func (*GetOrgAppsUnauthorized) IsServerError

func (o *GetOrgAppsUnauthorized) IsServerError() bool

IsServerError returns true when this get org apps unauthorized response has a 5xx status code

func (*GetOrgAppsUnauthorized) IsSuccess

func (o *GetOrgAppsUnauthorized) IsSuccess() bool

IsSuccess returns true when this get org apps unauthorized response has a 2xx status code

func (*GetOrgAppsUnauthorized) String

func (o *GetOrgAppsUnauthorized) String() string

type GetUserAppSessionsBadRequest

type GetUserAppSessionsBadRequest 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 *models.ErrorDocument
}

GetUserAppSessionsBadRequest 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 NewGetUserAppSessionsBadRequest

func NewGetUserAppSessionsBadRequest() *GetUserAppSessionsBadRequest

NewGetUserAppSessionsBadRequest creates a GetUserAppSessionsBadRequest with default headers values

func (*GetUserAppSessionsBadRequest) Code

Code gets the status code for the get user app sessions bad request response

func (*GetUserAppSessionsBadRequest) Error

func (*GetUserAppSessionsBadRequest) GetPayload

func (*GetUserAppSessionsBadRequest) IsClientError

func (o *GetUserAppSessionsBadRequest) IsClientError() bool

IsClientError returns true when this get user app sessions bad request response has a 4xx status code

func (*GetUserAppSessionsBadRequest) IsCode

func (o *GetUserAppSessionsBadRequest) IsCode(code int) bool

IsCode returns true when this get user app sessions bad request response a status code equal to that given

func (*GetUserAppSessionsBadRequest) IsRedirect

func (o *GetUserAppSessionsBadRequest) IsRedirect() bool

IsRedirect returns true when this get user app sessions bad request response has a 3xx status code

func (*GetUserAppSessionsBadRequest) IsServerError

func (o *GetUserAppSessionsBadRequest) IsServerError() bool

IsServerError returns true when this get user app sessions bad request response has a 5xx status code

func (*GetUserAppSessionsBadRequest) IsSuccess

func (o *GetUserAppSessionsBadRequest) IsSuccess() bool

IsSuccess returns true when this get user app sessions bad request response has a 2xx status code

func (*GetUserAppSessionsBadRequest) String

type GetUserAppSessionsConflict

type GetUserAppSessionsConflict 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 *models.ErrorDocument
}

GetUserAppSessionsConflict describes a response with status code 409, with default header values.

Conflict: The requested operation conflicts with the current state of the resource in some way.

func NewGetUserAppSessionsConflict

func NewGetUserAppSessionsConflict() *GetUserAppSessionsConflict

NewGetUserAppSessionsConflict creates a GetUserAppSessionsConflict with default headers values

func (*GetUserAppSessionsConflict) Code

func (o *GetUserAppSessionsConflict) Code() int

Code gets the status code for the get user app sessions conflict response

func (*GetUserAppSessionsConflict) Error

func (*GetUserAppSessionsConflict) GetPayload

func (*GetUserAppSessionsConflict) IsClientError

func (o *GetUserAppSessionsConflict) IsClientError() bool

IsClientError returns true when this get user app sessions conflict response has a 4xx status code

func (*GetUserAppSessionsConflict) IsCode

func (o *GetUserAppSessionsConflict) IsCode(code int) bool

IsCode returns true when this get user app sessions conflict response a status code equal to that given

func (*GetUserAppSessionsConflict) IsRedirect

func (o *GetUserAppSessionsConflict) IsRedirect() bool

IsRedirect returns true when this get user app sessions conflict response has a 3xx status code

func (*GetUserAppSessionsConflict) IsServerError

func (o *GetUserAppSessionsConflict) IsServerError() bool

IsServerError returns true when this get user app sessions conflict response has a 5xx status code

func (*GetUserAppSessionsConflict) IsSuccess

func (o *GetUserAppSessionsConflict) IsSuccess() bool

IsSuccess returns true when this get user app sessions conflict response has a 2xx status code

func (*GetUserAppSessionsConflict) String

func (o *GetUserAppSessionsConflict) String() string

type GetUserAppSessionsForbidden

type GetUserAppSessionsForbidden 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 *GetUserAppSessionsForbiddenBody
}

GetUserAppSessionsForbidden describes a response with status code 403, with default header values.

Forbidden: the request requires an authentication token with more or different permissions.

func NewGetUserAppSessionsForbidden

func NewGetUserAppSessionsForbidden() *GetUserAppSessionsForbidden

NewGetUserAppSessionsForbidden creates a GetUserAppSessionsForbidden with default headers values

func (*GetUserAppSessionsForbidden) Code

func (o *GetUserAppSessionsForbidden) Code() int

Code gets the status code for the get user app sessions forbidden response

func (*GetUserAppSessionsForbidden) Error

func (*GetUserAppSessionsForbidden) GetPayload

func (*GetUserAppSessionsForbidden) IsClientError

func (o *GetUserAppSessionsForbidden) IsClientError() bool

IsClientError returns true when this get user app sessions forbidden response has a 4xx status code

func (*GetUserAppSessionsForbidden) IsCode

func (o *GetUserAppSessionsForbidden) IsCode(code int) bool

IsCode returns true when this get user app sessions forbidden response a status code equal to that given

func (*GetUserAppSessionsForbidden) IsRedirect

func (o *GetUserAppSessionsForbidden) IsRedirect() bool

IsRedirect returns true when this get user app sessions forbidden response has a 3xx status code

func (*GetUserAppSessionsForbidden) IsServerError

func (o *GetUserAppSessionsForbidden) IsServerError() bool

IsServerError returns true when this get user app sessions forbidden response has a 5xx status code

func (*GetUserAppSessionsForbidden) IsSuccess

func (o *GetUserAppSessionsForbidden) IsSuccess() bool

IsSuccess returns true when this get user app sessions forbidden response has a 2xx status code

func (*GetUserAppSessionsForbidden) String

func (o *GetUserAppSessionsForbidden) String() string

type GetUserAppSessionsForbiddenBody

type GetUserAppSessionsForbiddenBody struct {

	// errors
	// Example: [{"detail":"Permission denied for this resource","status":"403"}]
	// Required: true
	// Min Items: 1
	Errors []*GetUserAppSessionsForbiddenBodyErrorsItems0 `json:"errors"`

	// jsonapi
	// Required: true
	Jsonapi *GetUserAppSessionsForbiddenBodyJsonapi `json:"jsonapi"`
}

GetUserAppSessionsForbiddenBody get user app sessions forbidden body // Example: {"errors":[{"detail":"Permission denied for this resource","status":"403"}],"jsonapi":{"version":"1.0"}} swagger:model GetUserAppSessionsForbiddenBody

func (*GetUserAppSessionsForbiddenBody) ContextValidate

func (o *GetUserAppSessionsForbiddenBody) ContextValidate(ctx context.Context, formats strfmt.Registry) error

ContextValidate validate this get user app sessions forbidden body based on the context it is used

func (*GetUserAppSessionsForbiddenBody) MarshalBinary

func (o *GetUserAppSessionsForbiddenBody) MarshalBinary() ([]byte, error)

MarshalBinary interface implementation

func (*GetUserAppSessionsForbiddenBody) UnmarshalBinary

func (o *GetUserAppSessionsForbiddenBody) UnmarshalBinary(b []byte) error

UnmarshalBinary interface implementation

func (*GetUserAppSessionsForbiddenBody) Validate

Validate validates this get user app sessions forbidden body

type GetUserAppSessionsForbiddenBodyErrorsItems0

type GetUserAppSessionsForbiddenBodyErrorsItems0 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"`

	// meta
	// Example: {"key":"value"}
	Meta interface{} `json:"meta,omitempty"`

	// source
	Source *GetUserAppSessionsForbiddenBodyErrorsItems0Source `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"`
}

GetUserAppSessionsForbiddenBodyErrorsItems0 get user app sessions forbidden body errors items0 // Example: {"detail":"Not Found","status":"404"} swagger:model GetUserAppSessionsForbiddenBodyErrorsItems0

func (*GetUserAppSessionsForbiddenBodyErrorsItems0) ContextValidate

ContextValidate validate this get user app sessions forbidden body errors items0 based on the context it is used

func (*GetUserAppSessionsForbiddenBodyErrorsItems0) MarshalBinary

func (o *GetUserAppSessionsForbiddenBodyErrorsItems0) MarshalBinary() ([]byte, error)

MarshalBinary interface implementation

func (*GetUserAppSessionsForbiddenBodyErrorsItems0) UnmarshalBinary

func (o *GetUserAppSessionsForbiddenBodyErrorsItems0) UnmarshalBinary(b []byte) error

UnmarshalBinary interface implementation

func (*GetUserAppSessionsForbiddenBodyErrorsItems0) Validate

Validate validates this get user app sessions forbidden body errors items0

type GetUserAppSessionsForbiddenBodyErrorsItems0Source

type GetUserAppSessionsForbiddenBodyErrorsItems0Source 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"`
}

GetUserAppSessionsForbiddenBodyErrorsItems0Source get user app sessions forbidden body errors items0 source // Example: {"pointer":"/data/attributes"} swagger:model GetUserAppSessionsForbiddenBodyErrorsItems0Source

func (*GetUserAppSessionsForbiddenBodyErrorsItems0Source) ContextValidate

ContextValidate validates this get user app sessions forbidden body errors items0 source based on context it is used

func (*GetUserAppSessionsForbiddenBodyErrorsItems0Source) MarshalBinary

MarshalBinary interface implementation

func (*GetUserAppSessionsForbiddenBodyErrorsItems0Source) UnmarshalBinary

UnmarshalBinary interface implementation

func (*GetUserAppSessionsForbiddenBodyErrorsItems0Source) Validate

Validate validates this get user app sessions forbidden body errors items0 source

type GetUserAppSessionsForbiddenBodyJsonapi

type GetUserAppSessionsForbiddenBodyJsonapi 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"`
}

GetUserAppSessionsForbiddenBodyJsonapi get user app sessions forbidden body jsonapi // Example: {"version":"1.0"} swagger:model GetUserAppSessionsForbiddenBodyJsonapi

func (*GetUserAppSessionsForbiddenBodyJsonapi) ContextValidate

ContextValidate validates this get user app sessions forbidden body jsonapi based on context it is used

func (*GetUserAppSessionsForbiddenBodyJsonapi) MarshalBinary

func (o *GetUserAppSessionsForbiddenBodyJsonapi) MarshalBinary() ([]byte, error)

MarshalBinary interface implementation

func (*GetUserAppSessionsForbiddenBodyJsonapi) UnmarshalBinary

func (o *GetUserAppSessionsForbiddenBodyJsonapi) UnmarshalBinary(b []byte) error

UnmarshalBinary interface implementation

func (*GetUserAppSessionsForbiddenBodyJsonapi) Validate

Validate validates this get user app sessions forbidden body jsonapi

type GetUserAppSessionsInternalServerError

type GetUserAppSessionsInternalServerError 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 *models.ErrorDocument
}

GetUserAppSessionsInternalServerError 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 NewGetUserAppSessionsInternalServerError

func NewGetUserAppSessionsInternalServerError() *GetUserAppSessionsInternalServerError

NewGetUserAppSessionsInternalServerError creates a GetUserAppSessionsInternalServerError with default headers values

func (*GetUserAppSessionsInternalServerError) Code

Code gets the status code for the get user app sessions internal server error response

func (*GetUserAppSessionsInternalServerError) Error

func (*GetUserAppSessionsInternalServerError) GetPayload

func (*GetUserAppSessionsInternalServerError) IsClientError

func (o *GetUserAppSessionsInternalServerError) IsClientError() bool

IsClientError returns true when this get user app sessions internal server error response has a 4xx status code

func (*GetUserAppSessionsInternalServerError) IsCode

IsCode returns true when this get user app sessions internal server error response a status code equal to that given

func (*GetUserAppSessionsInternalServerError) IsRedirect

IsRedirect returns true when this get user app sessions internal server error response has a 3xx status code

func (*GetUserAppSessionsInternalServerError) IsServerError

func (o *GetUserAppSessionsInternalServerError) IsServerError() bool

IsServerError returns true when this get user app sessions internal server error response has a 5xx status code

func (*GetUserAppSessionsInternalServerError) IsSuccess

IsSuccess returns true when this get user app sessions internal server error response has a 2xx status code

func (*GetUserAppSessionsInternalServerError) String

type GetUserAppSessionsNotFound

type GetUserAppSessionsNotFound 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 *models.ErrorDocument
}

GetUserAppSessionsNotFound describes a response with status code 404, with default header values.

Not Found: The resource being operated on could not be found.

func NewGetUserAppSessionsNotFound

func NewGetUserAppSessionsNotFound() *GetUserAppSessionsNotFound

NewGetUserAppSessionsNotFound creates a GetUserAppSessionsNotFound with default headers values

func (*GetUserAppSessionsNotFound) Code

func (o *GetUserAppSessionsNotFound) Code() int

Code gets the status code for the get user app sessions not found response

func (*GetUserAppSessionsNotFound) Error

func (*GetUserAppSessionsNotFound) GetPayload

func (*GetUserAppSessionsNotFound) IsClientError

func (o *GetUserAppSessionsNotFound) IsClientError() bool

IsClientError returns true when this get user app sessions not found response has a 4xx status code

func (*GetUserAppSessionsNotFound) IsCode

func (o *GetUserAppSessionsNotFound) IsCode(code int) bool

IsCode returns true when this get user app sessions not found response a status code equal to that given

func (*GetUserAppSessionsNotFound) IsRedirect

func (o *GetUserAppSessionsNotFound) IsRedirect() bool

IsRedirect returns true when this get user app sessions not found response has a 3xx status code

func (*GetUserAppSessionsNotFound) IsServerError

func (o *GetUserAppSessionsNotFound) IsServerError() bool

IsServerError returns true when this get user app sessions not found response has a 5xx status code

func (*GetUserAppSessionsNotFound) IsSuccess

func (o *GetUserAppSessionsNotFound) IsSuccess() bool

IsSuccess returns true when this get user app sessions not found response has a 2xx status code

func (*GetUserAppSessionsNotFound) String

func (o *GetUserAppSessionsNotFound) String() string

type GetUserAppSessionsOK

type GetUserAppSessionsOK 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 *GetUserAppSessionsOKBody
}

GetUserAppSessionsOK describes a response with status code 200, with default header values.

A list of active OAuth sessions for the app.

func NewGetUserAppSessionsOK

func NewGetUserAppSessionsOK() *GetUserAppSessionsOK

NewGetUserAppSessionsOK creates a GetUserAppSessionsOK with default headers values

func (*GetUserAppSessionsOK) Code

func (o *GetUserAppSessionsOK) Code() int

Code gets the status code for the get user app sessions o k response

func (*GetUserAppSessionsOK) Error

func (o *GetUserAppSessionsOK) Error() string

func (*GetUserAppSessionsOK) GetPayload

func (*GetUserAppSessionsOK) IsClientError

func (o *GetUserAppSessionsOK) IsClientError() bool

IsClientError returns true when this get user app sessions o k response has a 4xx status code

func (*GetUserAppSessionsOK) IsCode

func (o *GetUserAppSessionsOK) IsCode(code int) bool

IsCode returns true when this get user app sessions o k response a status code equal to that given

func (*GetUserAppSessionsOK) IsRedirect

func (o *GetUserAppSessionsOK) IsRedirect() bool

IsRedirect returns true when this get user app sessions o k response has a 3xx status code

func (*GetUserAppSessionsOK) IsServerError

func (o *GetUserAppSessionsOK) IsServerError() bool

IsServerError returns true when this get user app sessions o k response has a 5xx status code

func (*GetUserAppSessionsOK) IsSuccess

func (o *GetUserAppSessionsOK) IsSuccess() bool

IsSuccess returns true when this get user app sessions o k response has a 2xx status code

func (*GetUserAppSessionsOK) String

func (o *GetUserAppSessionsOK) String() string

type GetUserAppSessionsOKBody

type GetUserAppSessionsOKBody struct {

	// data
	// Required: true
	Data []*models.SessionData `json:"data"`

	// jsonapi
	// Required: true
	Jsonapi *models.JSONAPI `json:"jsonapi"`

	// links
	Links *models.PaginatedLinks `json:"links,omitempty"`
}

GetUserAppSessionsOKBody get user app sessions o k body swagger:model GetUserAppSessionsOKBody

func (*GetUserAppSessionsOKBody) ContextValidate

func (o *GetUserAppSessionsOKBody) ContextValidate(ctx context.Context, formats strfmt.Registry) error

ContextValidate validate this get user app sessions o k body based on the context it is used

func (*GetUserAppSessionsOKBody) MarshalBinary

func (o *GetUserAppSessionsOKBody) MarshalBinary() ([]byte, error)

MarshalBinary interface implementation

func (*GetUserAppSessionsOKBody) UnmarshalBinary

func (o *GetUserAppSessionsOKBody) UnmarshalBinary(b []byte) error

UnmarshalBinary interface implementation

func (*GetUserAppSessionsOKBody) Validate

func (o *GetUserAppSessionsOKBody) Validate(formats strfmt.Registry) error

Validate validates this get user app sessions o k body

type GetUserAppSessionsParams

type GetUserAppSessionsParams struct {

	/* AppID.

	   App ID

	   Format: uuid
	*/
	AppID strfmt.UUID

	/* EndingBefore.

	   Return the page of results immediately before this cursor
	*/
	EndingBefore *string

	/* Limit.

	   Number of results to return per page

	   Format: int32
	   Default: 10
	*/
	Limit *int32

	/* StartingAfter.

	   Return the page of results immediately after this cursor
	*/
	StartingAfter *string

	/* Version.

	   The requested version of the endpoint to process the request
	*/
	Version string

	Context    context.Context
	HTTPClient *http.Client
	// contains filtered or unexported fields
}

GetUserAppSessionsParams contains all the parameters to send to the API endpoint

for the get user app sessions operation.

Typically these are written to a http.Request.

func NewGetUserAppSessionsParams

func NewGetUserAppSessionsParams() *GetUserAppSessionsParams

NewGetUserAppSessionsParams creates a new GetUserAppSessionsParams 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 NewGetUserAppSessionsParamsWithContext

func NewGetUserAppSessionsParamsWithContext(ctx context.Context) *GetUserAppSessionsParams

NewGetUserAppSessionsParamsWithContext creates a new GetUserAppSessionsParams object with the ability to set a context for a request.

func NewGetUserAppSessionsParamsWithHTTPClient

func NewGetUserAppSessionsParamsWithHTTPClient(client *http.Client) *GetUserAppSessionsParams

NewGetUserAppSessionsParamsWithHTTPClient creates a new GetUserAppSessionsParams object with the ability to set a custom HTTPClient for a request.

func NewGetUserAppSessionsParamsWithTimeout

func NewGetUserAppSessionsParamsWithTimeout(timeout time.Duration) *GetUserAppSessionsParams

NewGetUserAppSessionsParamsWithTimeout creates a new GetUserAppSessionsParams object with the ability to set a timeout on a request.

func (*GetUserAppSessionsParams) SetAppID

func (o *GetUserAppSessionsParams) SetAppID(appID strfmt.UUID)

SetAppID adds the appId to the get user app sessions params

func (*GetUserAppSessionsParams) SetContext

func (o *GetUserAppSessionsParams) SetContext(ctx context.Context)

SetContext adds the context to the get user app sessions params

func (*GetUserAppSessionsParams) SetDefaults

func (o *GetUserAppSessionsParams) SetDefaults()

SetDefaults hydrates default values in the get user app sessions params (not the query body).

All values with no default are reset to their zero value.

func (*GetUserAppSessionsParams) SetEndingBefore

func (o *GetUserAppSessionsParams) SetEndingBefore(endingBefore *string)

SetEndingBefore adds the endingBefore to the get user app sessions params

func (*GetUserAppSessionsParams) SetHTTPClient

func (o *GetUserAppSessionsParams) SetHTTPClient(client *http.Client)

SetHTTPClient adds the HTTPClient to the get user app sessions params

func (*GetUserAppSessionsParams) SetLimit

func (o *GetUserAppSessionsParams) SetLimit(limit *int32)

SetLimit adds the limit to the get user app sessions params

func (*GetUserAppSessionsParams) SetStartingAfter

func (o *GetUserAppSessionsParams) SetStartingAfter(startingAfter *string)

SetStartingAfter adds the startingAfter to the get user app sessions params

func (*GetUserAppSessionsParams) SetTimeout

func (o *GetUserAppSessionsParams) SetTimeout(timeout time.Duration)

SetTimeout adds the timeout to the get user app sessions params

func (*GetUserAppSessionsParams) SetVersion

func (o *GetUserAppSessionsParams) SetVersion(version string)

SetVersion adds the version to the get user app sessions params

func (*GetUserAppSessionsParams) WithAppID

WithAppID adds the appID to the get user app sessions params

func (*GetUserAppSessionsParams) WithContext

WithContext adds the context to the get user app sessions params

func (*GetUserAppSessionsParams) WithDefaults

WithDefaults hydrates default values in the get user app sessions params (not the query body).

All values with no default are reset to their zero value.

func (*GetUserAppSessionsParams) WithEndingBefore

func (o *GetUserAppSessionsParams) WithEndingBefore(endingBefore *string) *GetUserAppSessionsParams

WithEndingBefore adds the endingBefore to the get user app sessions params

func (*GetUserAppSessionsParams) WithHTTPClient

func (o *GetUserAppSessionsParams) WithHTTPClient(client *http.Client) *GetUserAppSessionsParams

WithHTTPClient adds the HTTPClient to the get user app sessions params

func (*GetUserAppSessionsParams) WithLimit

WithLimit adds the limit to the get user app sessions params

func (*GetUserAppSessionsParams) WithStartingAfter

func (o *GetUserAppSessionsParams) WithStartingAfter(startingAfter *string) *GetUserAppSessionsParams

WithStartingAfter adds the startingAfter to the get user app sessions params

func (*GetUserAppSessionsParams) WithTimeout

WithTimeout adds the timeout to the get user app sessions params

func (*GetUserAppSessionsParams) WithVersion

func (o *GetUserAppSessionsParams) WithVersion(version string) *GetUserAppSessionsParams

WithVersion adds the version to the get user app sessions params

func (*GetUserAppSessionsParams) WriteToRequest

WriteToRequest writes these params to a swagger request

type GetUserAppSessionsReader

type GetUserAppSessionsReader struct {
	// contains filtered or unexported fields
}

GetUserAppSessionsReader is a Reader for the GetUserAppSessions structure.

func (*GetUserAppSessionsReader) ReadResponse

func (o *GetUserAppSessionsReader) ReadResponse(response runtime.ClientResponse, consumer runtime.Consumer) (interface{}, error)

ReadResponse reads a server response into the received o.

type GetUserAppSessionsUnauthorized

type GetUserAppSessionsUnauthorized 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 *models.ErrorDocument
}

GetUserAppSessionsUnauthorized describes a response with status code 401, with default header values.

Unauthorized: the request requires an authentication token or a token with more permissions.

func NewGetUserAppSessionsUnauthorized

func NewGetUserAppSessionsUnauthorized() *GetUserAppSessionsUnauthorized

NewGetUserAppSessionsUnauthorized creates a GetUserAppSessionsUnauthorized with default headers values

func (*GetUserAppSessionsUnauthorized) Code

Code gets the status code for the get user app sessions unauthorized response

func (*GetUserAppSessionsUnauthorized) Error

func (*GetUserAppSessionsUnauthorized) GetPayload

func (*GetUserAppSessionsUnauthorized) IsClientError

func (o *GetUserAppSessionsUnauthorized) IsClientError() bool

IsClientError returns true when this get user app sessions unauthorized response has a 4xx status code

func (*GetUserAppSessionsUnauthorized) IsCode

func (o *GetUserAppSessionsUnauthorized) IsCode(code int) bool

IsCode returns true when this get user app sessions unauthorized response a status code equal to that given

func (*GetUserAppSessionsUnauthorized) IsRedirect

func (o *GetUserAppSessionsUnauthorized) IsRedirect() bool

IsRedirect returns true when this get user app sessions unauthorized response has a 3xx status code

func (*GetUserAppSessionsUnauthorized) IsServerError

func (o *GetUserAppSessionsUnauthorized) IsServerError() bool

IsServerError returns true when this get user app sessions unauthorized response has a 5xx status code

func (*GetUserAppSessionsUnauthorized) IsSuccess

func (o *GetUserAppSessionsUnauthorized) IsSuccess() bool

IsSuccess returns true when this get user app sessions unauthorized response has a 2xx status code

func (*GetUserAppSessionsUnauthorized) String

type GetUserInstalledAppsBadRequest

type GetUserInstalledAppsBadRequest 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 *models.ErrorDocument
}

GetUserInstalledAppsBadRequest 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 NewGetUserInstalledAppsBadRequest

func NewGetUserInstalledAppsBadRequest() *GetUserInstalledAppsBadRequest

NewGetUserInstalledAppsBadRequest creates a GetUserInstalledAppsBadRequest with default headers values

func (*GetUserInstalledAppsBadRequest) Code

Code gets the status code for the get user installed apps bad request response

func (*GetUserInstalledAppsBadRequest) Error

func (*GetUserInstalledAppsBadRequest) GetPayload

func (*GetUserInstalledAppsBadRequest) IsClientError

func (o *GetUserInstalledAppsBadRequest) IsClientError() bool

IsClientError returns true when this get user installed apps bad request response has a 4xx status code

func (*GetUserInstalledAppsBadRequest) IsCode

func (o *GetUserInstalledAppsBadRequest) IsCode(code int) bool

IsCode returns true when this get user installed apps bad request response a status code equal to that given

func (*GetUserInstalledAppsBadRequest) IsRedirect

func (o *GetUserInstalledAppsBadRequest) IsRedirect() bool

IsRedirect returns true when this get user installed apps bad request response has a 3xx status code

func (*GetUserInstalledAppsBadRequest) IsServerError

func (o *GetUserInstalledAppsBadRequest) IsServerError() bool

IsServerError returns true when this get user installed apps bad request response has a 5xx status code

func (*GetUserInstalledAppsBadRequest) IsSuccess

func (o *GetUserInstalledAppsBadRequest) IsSuccess() bool

IsSuccess returns true when this get user installed apps bad request response has a 2xx status code

func (*GetUserInstalledAppsBadRequest) String

type GetUserInstalledAppsConflict

type GetUserInstalledAppsConflict 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 *models.ErrorDocument
}

GetUserInstalledAppsConflict describes a response with status code 409, with default header values.

Conflict: The requested operation conflicts with the current state of the resource in some way.

func NewGetUserInstalledAppsConflict

func NewGetUserInstalledAppsConflict() *GetUserInstalledAppsConflict

NewGetUserInstalledAppsConflict creates a GetUserInstalledAppsConflict with default headers values

func (*GetUserInstalledAppsConflict) Code

Code gets the status code for the get user installed apps conflict response

func (*GetUserInstalledAppsConflict) Error

func (*GetUserInstalledAppsConflict) GetPayload

func (*GetUserInstalledAppsConflict) IsClientError

func (o *GetUserInstalledAppsConflict) IsClientError() bool

IsClientError returns true when this get user installed apps conflict response has a 4xx status code

func (*GetUserInstalledAppsConflict) IsCode

func (o *GetUserInstalledAppsConflict) IsCode(code int) bool

IsCode returns true when this get user installed apps conflict response a status code equal to that given

func (*GetUserInstalledAppsConflict) IsRedirect

func (o *GetUserInstalledAppsConflict) IsRedirect() bool

IsRedirect returns true when this get user installed apps conflict response has a 3xx status code

func (*GetUserInstalledAppsConflict) IsServerError

func (o *GetUserInstalledAppsConflict) IsServerError() bool

IsServerError returns true when this get user installed apps conflict response has a 5xx status code

func (*GetUserInstalledAppsConflict) IsSuccess

func (o *GetUserInstalledAppsConflict) IsSuccess() bool

IsSuccess returns true when this get user installed apps conflict response has a 2xx status code

func (*GetUserInstalledAppsConflict) String

type GetUserInstalledAppsForbidden

type GetUserInstalledAppsForbidden 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 *GetUserInstalledAppsForbiddenBody
}

GetUserInstalledAppsForbidden describes a response with status code 403, with default header values.

Forbidden: the request requires an authentication token with more or different permissions.

func NewGetUserInstalledAppsForbidden

func NewGetUserInstalledAppsForbidden() *GetUserInstalledAppsForbidden

NewGetUserInstalledAppsForbidden creates a GetUserInstalledAppsForbidden with default headers values

func (*GetUserInstalledAppsForbidden) Code

Code gets the status code for the get user installed apps forbidden response

func (*GetUserInstalledAppsForbidden) Error

func (*GetUserInstalledAppsForbidden) GetPayload

func (*GetUserInstalledAppsForbidden) IsClientError

func (o *GetUserInstalledAppsForbidden) IsClientError() bool

IsClientError returns true when this get user installed apps forbidden response has a 4xx status code

func (*GetUserInstalledAppsForbidden) IsCode

func (o *GetUserInstalledAppsForbidden) IsCode(code int) bool

IsCode returns true when this get user installed apps forbidden response a status code equal to that given

func (*GetUserInstalledAppsForbidden) IsRedirect

func (o *GetUserInstalledAppsForbidden) IsRedirect() bool

IsRedirect returns true when this get user installed apps forbidden response has a 3xx status code

func (*GetUserInstalledAppsForbidden) IsServerError

func (o *GetUserInstalledAppsForbidden) IsServerError() bool

IsServerError returns true when this get user installed apps forbidden response has a 5xx status code

func (*GetUserInstalledAppsForbidden) IsSuccess

func (o *GetUserInstalledAppsForbidden) IsSuccess() bool

IsSuccess returns true when this get user installed apps forbidden response has a 2xx status code

func (*GetUserInstalledAppsForbidden) String

type GetUserInstalledAppsForbiddenBody

type GetUserInstalledAppsForbiddenBody struct {

	// errors
	// Example: [{"detail":"Permission denied for this resource","status":"403"}]
	// Required: true
	// Min Items: 1
	Errors []*GetUserInstalledAppsForbiddenBodyErrorsItems0 `json:"errors"`

	// jsonapi
	// Required: true
	Jsonapi *GetUserInstalledAppsForbiddenBodyJsonapi `json:"jsonapi"`
}

GetUserInstalledAppsForbiddenBody get user installed apps forbidden body // Example: {"errors":[{"detail":"Permission denied for this resource","status":"403"}],"jsonapi":{"version":"1.0"}} swagger:model GetUserInstalledAppsForbiddenBody

func (*GetUserInstalledAppsForbiddenBody) ContextValidate

func (o *GetUserInstalledAppsForbiddenBody) ContextValidate(ctx context.Context, formats strfmt.Registry) error

ContextValidate validate this get user installed apps forbidden body based on the context it is used

func (*GetUserInstalledAppsForbiddenBody) MarshalBinary

func (o *GetUserInstalledAppsForbiddenBody) MarshalBinary() ([]byte, error)

MarshalBinary interface implementation

func (*GetUserInstalledAppsForbiddenBody) UnmarshalBinary

func (o *GetUserInstalledAppsForbiddenBody) UnmarshalBinary(b []byte) error

UnmarshalBinary interface implementation

func (*GetUserInstalledAppsForbiddenBody) Validate

Validate validates this get user installed apps forbidden body

type GetUserInstalledAppsForbiddenBodyErrorsItems0

type GetUserInstalledAppsForbiddenBodyErrorsItems0 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"`

	// meta
	// Example: {"key":"value"}
	Meta interface{} `json:"meta,omitempty"`

	// source
	Source *GetUserInstalledAppsForbiddenBodyErrorsItems0Source `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"`
}

GetUserInstalledAppsForbiddenBodyErrorsItems0 get user installed apps forbidden body errors items0 // Example: {"detail":"Not Found","status":"404"} swagger:model GetUserInstalledAppsForbiddenBodyErrorsItems0

func (*GetUserInstalledAppsForbiddenBodyErrorsItems0) ContextValidate

ContextValidate validate this get user installed apps forbidden body errors items0 based on the context it is used

func (*GetUserInstalledAppsForbiddenBodyErrorsItems0) MarshalBinary

MarshalBinary interface implementation

func (*GetUserInstalledAppsForbiddenBodyErrorsItems0) UnmarshalBinary

UnmarshalBinary interface implementation

func (*GetUserInstalledAppsForbiddenBodyErrorsItems0) Validate

Validate validates this get user installed apps forbidden body errors items0

type GetUserInstalledAppsForbiddenBodyErrorsItems0Source

type GetUserInstalledAppsForbiddenBodyErrorsItems0Source 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"`
}

GetUserInstalledAppsForbiddenBodyErrorsItems0Source get user installed apps forbidden body errors items0 source // Example: {"pointer":"/data/attributes"} swagger:model GetUserInstalledAppsForbiddenBodyErrorsItems0Source

func (*GetUserInstalledAppsForbiddenBodyErrorsItems0Source) ContextValidate

ContextValidate validates this get user installed apps forbidden body errors items0 source based on context it is used

func (*GetUserInstalledAppsForbiddenBodyErrorsItems0Source) MarshalBinary

MarshalBinary interface implementation

func (*GetUserInstalledAppsForbiddenBodyErrorsItems0Source) UnmarshalBinary

UnmarshalBinary interface implementation

func (*GetUserInstalledAppsForbiddenBodyErrorsItems0Source) Validate

Validate validates this get user installed apps forbidden body errors items0 source

type GetUserInstalledAppsForbiddenBodyJsonapi

type GetUserInstalledAppsForbiddenBodyJsonapi 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"`
}

GetUserInstalledAppsForbiddenBodyJsonapi get user installed apps forbidden body jsonapi // Example: {"version":"1.0"} swagger:model GetUserInstalledAppsForbiddenBodyJsonapi

func (*GetUserInstalledAppsForbiddenBodyJsonapi) ContextValidate

ContextValidate validates this get user installed apps forbidden body jsonapi based on context it is used

func (*GetUserInstalledAppsForbiddenBodyJsonapi) MarshalBinary

func (o *GetUserInstalledAppsForbiddenBodyJsonapi) MarshalBinary() ([]byte, error)

MarshalBinary interface implementation

func (*GetUserInstalledAppsForbiddenBodyJsonapi) UnmarshalBinary

func (o *GetUserInstalledAppsForbiddenBodyJsonapi) UnmarshalBinary(b []byte) error

UnmarshalBinary interface implementation

func (*GetUserInstalledAppsForbiddenBodyJsonapi) Validate

Validate validates this get user installed apps forbidden body jsonapi

type GetUserInstalledAppsInternalServerError

type GetUserInstalledAppsInternalServerError 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 *models.ErrorDocument
}

GetUserInstalledAppsInternalServerError 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 NewGetUserInstalledAppsInternalServerError

func NewGetUserInstalledAppsInternalServerError() *GetUserInstalledAppsInternalServerError

NewGetUserInstalledAppsInternalServerError creates a GetUserInstalledAppsInternalServerError with default headers values

func (*GetUserInstalledAppsInternalServerError) Code

Code gets the status code for the get user installed apps internal server error response

func (*GetUserInstalledAppsInternalServerError) Error

func (*GetUserInstalledAppsInternalServerError) GetPayload

func (*GetUserInstalledAppsInternalServerError) IsClientError

func (o *GetUserInstalledAppsInternalServerError) IsClientError() bool

IsClientError returns true when this get user installed apps internal server error response has a 4xx status code

func (*GetUserInstalledAppsInternalServerError) IsCode

IsCode returns true when this get user installed apps internal server error response a status code equal to that given

func (*GetUserInstalledAppsInternalServerError) IsRedirect

IsRedirect returns true when this get user installed apps internal server error response has a 3xx status code

func (*GetUserInstalledAppsInternalServerError) IsServerError

func (o *GetUserInstalledAppsInternalServerError) IsServerError() bool

IsServerError returns true when this get user installed apps internal server error response has a 5xx status code

func (*GetUserInstalledAppsInternalServerError) IsSuccess

IsSuccess returns true when this get user installed apps internal server error response has a 2xx status code

func (*GetUserInstalledAppsInternalServerError) String

type GetUserInstalledAppsNotFound

type GetUserInstalledAppsNotFound 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 *models.ErrorDocument
}

GetUserInstalledAppsNotFound describes a response with status code 404, with default header values.

Not Found: The resource being operated on could not be found.

func NewGetUserInstalledAppsNotFound

func NewGetUserInstalledAppsNotFound() *GetUserInstalledAppsNotFound

NewGetUserInstalledAppsNotFound creates a GetUserInstalledAppsNotFound with default headers values

func (*GetUserInstalledAppsNotFound) Code

Code gets the status code for the get user installed apps not found response

func (*GetUserInstalledAppsNotFound) Error

func (*GetUserInstalledAppsNotFound) GetPayload

func (*GetUserInstalledAppsNotFound) IsClientError

func (o *GetUserInstalledAppsNotFound) IsClientError() bool

IsClientError returns true when this get user installed apps not found response has a 4xx status code

func (*GetUserInstalledAppsNotFound) IsCode

func (o *GetUserInstalledAppsNotFound) IsCode(code int) bool

IsCode returns true when this get user installed apps not found response a status code equal to that given

func (*GetUserInstalledAppsNotFound) IsRedirect

func (o *GetUserInstalledAppsNotFound) IsRedirect() bool

IsRedirect returns true when this get user installed apps not found response has a 3xx status code

func (*GetUserInstalledAppsNotFound) IsServerError

func (o *GetUserInstalledAppsNotFound) IsServerError() bool

IsServerError returns true when this get user installed apps not found response has a 5xx status code

func (*GetUserInstalledAppsNotFound) IsSuccess

func (o *GetUserInstalledAppsNotFound) IsSuccess() bool

IsSuccess returns true when this get user installed apps not found response has a 2xx status code

func (*GetUserInstalledAppsNotFound) String

type GetUserInstalledAppsOK

type GetUserInstalledAppsOK 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 *GetUserInstalledAppsOKBody
}

GetUserInstalledAppsOK describes a response with status code 200, with default header values.

A list of apps install that can act on your behalf

func NewGetUserInstalledAppsOK

func NewGetUserInstalledAppsOK() *GetUserInstalledAppsOK

NewGetUserInstalledAppsOK creates a GetUserInstalledAppsOK with default headers values

func (*GetUserInstalledAppsOK) Code

func (o *GetUserInstalledAppsOK) Code() int

Code gets the status code for the get user installed apps o k response

func (*GetUserInstalledAppsOK) Error

func (o *GetUserInstalledAppsOK) Error() string

func (*GetUserInstalledAppsOK) GetPayload

func (*GetUserInstalledAppsOK) IsClientError

func (o *GetUserInstalledAppsOK) IsClientError() bool

IsClientError returns true when this get user installed apps o k response has a 4xx status code

func (*GetUserInstalledAppsOK) IsCode

func (o *GetUserInstalledAppsOK) IsCode(code int) bool

IsCode returns true when this get user installed apps o k response a status code equal to that given

func (*GetUserInstalledAppsOK) IsRedirect

func (o *GetUserInstalledAppsOK) IsRedirect() bool

IsRedirect returns true when this get user installed apps o k response has a 3xx status code

func (*GetUserInstalledAppsOK) IsServerError

func (o *GetUserInstalledAppsOK) IsServerError() bool

IsServerError returns true when this get user installed apps o k response has a 5xx status code

func (*GetUserInstalledAppsOK) IsSuccess

func (o *GetUserInstalledAppsOK) IsSuccess() bool

IsSuccess returns true when this get user installed apps o k response has a 2xx status code

func (*GetUserInstalledAppsOK) String

func (o *GetUserInstalledAppsOK) String() string

type GetUserInstalledAppsOKBody

type GetUserInstalledAppsOKBody struct {

	// data
	// Required: true
	Data []*models.PublicApp `json:"data"`

	// jsonapi
	// Required: true
	Jsonapi *models.JSONAPI `json:"jsonapi"`

	// links
	// Required: true
	Links *models.PaginatedLinks `json:"links"`
}

GetUserInstalledAppsOKBody get user installed apps o k body swagger:model GetUserInstalledAppsOKBody

func (*GetUserInstalledAppsOKBody) ContextValidate

func (o *GetUserInstalledAppsOKBody) ContextValidate(ctx context.Context, formats strfmt.Registry) error

ContextValidate validate this get user installed apps o k body based on the context it is used

func (*GetUserInstalledAppsOKBody) MarshalBinary

func (o *GetUserInstalledAppsOKBody) MarshalBinary() ([]byte, error)

MarshalBinary interface implementation

func (*GetUserInstalledAppsOKBody) UnmarshalBinary

func (o *GetUserInstalledAppsOKBody) UnmarshalBinary(b []byte) error

UnmarshalBinary interface implementation

func (*GetUserInstalledAppsOKBody) Validate

func (o *GetUserInstalledAppsOKBody) Validate(formats strfmt.Registry) error

Validate validates this get user installed apps o k body

type GetUserInstalledAppsParams

type GetUserInstalledAppsParams struct {

	/* EndingBefore.

	   Return the page of results immediately before this cursor
	*/
	EndingBefore *string

	/* Limit.

	   Number of results to return per page

	   Format: int32
	   Default: 10
	*/
	Limit *int32

	/* StartingAfter.

	   Return the page of results immediately after this cursor
	*/
	StartingAfter *string

	/* Version.

	   The requested version of the endpoint to process the request
	*/
	Version string

	Context    context.Context
	HTTPClient *http.Client
	// contains filtered or unexported fields
}

GetUserInstalledAppsParams contains all the parameters to send to the API endpoint

for the get user installed apps operation.

Typically these are written to a http.Request.

func NewGetUserInstalledAppsParams

func NewGetUserInstalledAppsParams() *GetUserInstalledAppsParams

NewGetUserInstalledAppsParams creates a new GetUserInstalledAppsParams 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 NewGetUserInstalledAppsParamsWithContext

func NewGetUserInstalledAppsParamsWithContext(ctx context.Context) *GetUserInstalledAppsParams

NewGetUserInstalledAppsParamsWithContext creates a new GetUserInstalledAppsParams object with the ability to set a context for a request.

func NewGetUserInstalledAppsParamsWithHTTPClient

func NewGetUserInstalledAppsParamsWithHTTPClient(client *http.Client) *GetUserInstalledAppsParams

NewGetUserInstalledAppsParamsWithHTTPClient creates a new GetUserInstalledAppsParams object with the ability to set a custom HTTPClient for a request.

func NewGetUserInstalledAppsParamsWithTimeout

func NewGetUserInstalledAppsParamsWithTimeout(timeout time.Duration) *GetUserInstalledAppsParams

NewGetUserInstalledAppsParamsWithTimeout creates a new GetUserInstalledAppsParams object with the ability to set a timeout on a request.

func (*GetUserInstalledAppsParams) SetContext

func (o *GetUserInstalledAppsParams) SetContext(ctx context.Context)

SetContext adds the context to the get user installed apps params

func (*GetUserInstalledAppsParams) SetDefaults

func (o *GetUserInstalledAppsParams) SetDefaults()

SetDefaults hydrates default values in the get user installed apps params (not the query body).

All values with no default are reset to their zero value.

func (*GetUserInstalledAppsParams) SetEndingBefore

func (o *GetUserInstalledAppsParams) SetEndingBefore(endingBefore *string)

SetEndingBefore adds the endingBefore to the get user installed apps params

func (*GetUserInstalledAppsParams) SetHTTPClient

func (o *GetUserInstalledAppsParams) SetHTTPClient(client *http.Client)

SetHTTPClient adds the HTTPClient to the get user installed apps params

func (*GetUserInstalledAppsParams) SetLimit

func (o *GetUserInstalledAppsParams) SetLimit(limit *int32)

SetLimit adds the limit to the get user installed apps params

func (*GetUserInstalledAppsParams) SetStartingAfter

func (o *GetUserInstalledAppsParams) SetStartingAfter(startingAfter *string)

SetStartingAfter adds the startingAfter to the get user installed apps params

func (*GetUserInstalledAppsParams) SetTimeout

func (o *GetUserInstalledAppsParams) SetTimeout(timeout time.Duration)

SetTimeout adds the timeout to the get user installed apps params

func (*GetUserInstalledAppsParams) SetVersion

func (o *GetUserInstalledAppsParams) SetVersion(version string)

SetVersion adds the version to the get user installed apps params

func (*GetUserInstalledAppsParams) WithContext

WithContext adds the context to the get user installed apps params

func (*GetUserInstalledAppsParams) WithDefaults

WithDefaults hydrates default values in the get user installed apps params (not the query body).

All values with no default are reset to their zero value.

func (*GetUserInstalledAppsParams) WithEndingBefore

func (o *GetUserInstalledAppsParams) WithEndingBefore(endingBefore *string) *GetUserInstalledAppsParams

WithEndingBefore adds the endingBefore to the get user installed apps params

func (*GetUserInstalledAppsParams) WithHTTPClient

WithHTTPClient adds the HTTPClient to the get user installed apps params

func (*GetUserInstalledAppsParams) WithLimit

WithLimit adds the limit to the get user installed apps params

func (*GetUserInstalledAppsParams) WithStartingAfter

func (o *GetUserInstalledAppsParams) WithStartingAfter(startingAfter *string) *GetUserInstalledAppsParams

WithStartingAfter adds the startingAfter to the get user installed apps params

func (*GetUserInstalledAppsParams) WithTimeout

WithTimeout adds the timeout to the get user installed apps params

func (*GetUserInstalledAppsParams) WithVersion

WithVersion adds the version to the get user installed apps params

func (*GetUserInstalledAppsParams) WriteToRequest

WriteToRequest writes these params to a swagger request

type GetUserInstalledAppsReader

type GetUserInstalledAppsReader struct {
	// contains filtered or unexported fields
}

GetUserInstalledAppsReader is a Reader for the GetUserInstalledApps structure.

func (*GetUserInstalledAppsReader) ReadResponse

func (o *GetUserInstalledAppsReader) ReadResponse(response runtime.ClientResponse, consumer runtime.Consumer) (interface{}, error)

ReadResponse reads a server response into the received o.

type GetUserInstalledAppsUnauthorized

type GetUserInstalledAppsUnauthorized 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 *models.ErrorDocument
}

GetUserInstalledAppsUnauthorized describes a response with status code 401, with default header values.

Unauthorized: the request requires an authentication token or a token with more permissions.

func NewGetUserInstalledAppsUnauthorized

func NewGetUserInstalledAppsUnauthorized() *GetUserInstalledAppsUnauthorized

NewGetUserInstalledAppsUnauthorized creates a GetUserInstalledAppsUnauthorized with default headers values

func (*GetUserInstalledAppsUnauthorized) Code

Code gets the status code for the get user installed apps unauthorized response

func (*GetUserInstalledAppsUnauthorized) Error

func (*GetUserInstalledAppsUnauthorized) GetPayload

func (*GetUserInstalledAppsUnauthorized) IsClientError

func (o *GetUserInstalledAppsUnauthorized) IsClientError() bool

IsClientError returns true when this get user installed apps unauthorized response has a 4xx status code

func (*GetUserInstalledAppsUnauthorized) IsCode

func (o *GetUserInstalledAppsUnauthorized) IsCode(code int) bool

IsCode returns true when this get user installed apps unauthorized response a status code equal to that given

func (*GetUserInstalledAppsUnauthorized) IsRedirect

func (o *GetUserInstalledAppsUnauthorized) IsRedirect() bool

IsRedirect returns true when this get user installed apps unauthorized response has a 3xx status code

func (*GetUserInstalledAppsUnauthorized) IsServerError

func (o *GetUserInstalledAppsUnauthorized) IsServerError() bool

IsServerError returns true when this get user installed apps unauthorized response has a 5xx status code

func (*GetUserInstalledAppsUnauthorized) IsSuccess

func (o *GetUserInstalledAppsUnauthorized) IsSuccess() bool

IsSuccess returns true when this get user installed apps unauthorized response has a 2xx status code

func (*GetUserInstalledAppsUnauthorized) String

type ManageAppCreationSecretBadRequest

type ManageAppCreationSecretBadRequest 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 *models.ErrorDocument
}

ManageAppCreationSecretBadRequest 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 NewManageAppCreationSecretBadRequest

func NewManageAppCreationSecretBadRequest() *ManageAppCreationSecretBadRequest

NewManageAppCreationSecretBadRequest creates a ManageAppCreationSecretBadRequest with default headers values

func (*ManageAppCreationSecretBadRequest) Code

Code gets the status code for the manage app creation secret bad request response

func (*ManageAppCreationSecretBadRequest) Error

func (*ManageAppCreationSecretBadRequest) GetPayload

func (*ManageAppCreationSecretBadRequest) IsClientError

func (o *ManageAppCreationSecretBadRequest) IsClientError() bool

IsClientError returns true when this manage app creation secret bad request response has a 4xx status code

func (*ManageAppCreationSecretBadRequest) IsCode

func (o *ManageAppCreationSecretBadRequest) IsCode(code int) bool

IsCode returns true when this manage app creation secret bad request response a status code equal to that given

func (*ManageAppCreationSecretBadRequest) IsRedirect

func (o *ManageAppCreationSecretBadRequest) IsRedirect() bool

IsRedirect returns true when this manage app creation secret bad request response has a 3xx status code

func (*ManageAppCreationSecretBadRequest) IsServerError

func (o *ManageAppCreationSecretBadRequest) IsServerError() bool

IsServerError returns true when this manage app creation secret bad request response has a 5xx status code

func (*ManageAppCreationSecretBadRequest) IsSuccess

func (o *ManageAppCreationSecretBadRequest) IsSuccess() bool

IsSuccess returns true when this manage app creation secret bad request response has a 2xx status code

func (*ManageAppCreationSecretBadRequest) String

type ManageAppCreationSecretBody

type ManageAppCreationSecretBody struct {

	// data
	// Required: true
	Data *ManageAppCreationSecretParamsBodyData `json:"data"`
}

ManageAppCreationSecretBody manage app creation secret body swagger:model ManageAppCreationSecretBody

func (*ManageAppCreationSecretBody) ContextValidate

func (o *ManageAppCreationSecretBody) ContextValidate(ctx context.Context, formats strfmt.Registry) error

ContextValidate validate this manage app creation secret body based on the context it is used

func (*ManageAppCreationSecretBody) MarshalBinary

func (o *ManageAppCreationSecretBody) MarshalBinary() ([]byte, error)

MarshalBinary interface implementation

func (*ManageAppCreationSecretBody) UnmarshalBinary

func (o *ManageAppCreationSecretBody) UnmarshalBinary(b []byte) error

UnmarshalBinary interface implementation

func (*ManageAppCreationSecretBody) Validate

func (o *ManageAppCreationSecretBody) Validate(formats strfmt.Registry) error

Validate validates this manage app creation secret body

type ManageAppCreationSecretConflict

type ManageAppCreationSecretConflict 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 *models.ErrorDocument
}

ManageAppCreationSecretConflict describes a response with status code 409, with default header values.

Conflict: The requested operation conflicts with the current state of the resource in some way.

func NewManageAppCreationSecretConflict

func NewManageAppCreationSecretConflict() *ManageAppCreationSecretConflict

NewManageAppCreationSecretConflict creates a ManageAppCreationSecretConflict with default headers values

func (*ManageAppCreationSecretConflict) Code

Code gets the status code for the manage app creation secret conflict response

func (*ManageAppCreationSecretConflict) Error

func (*ManageAppCreationSecretConflict) GetPayload

func (*ManageAppCreationSecretConflict) IsClientError

func (o *ManageAppCreationSecretConflict) IsClientError() bool

IsClientError returns true when this manage app creation secret conflict response has a 4xx status code

func (*ManageAppCreationSecretConflict) IsCode

func (o *ManageAppCreationSecretConflict) IsCode(code int) bool

IsCode returns true when this manage app creation secret conflict response a status code equal to that given

func (*ManageAppCreationSecretConflict) IsRedirect

func (o *ManageAppCreationSecretConflict) IsRedirect() bool

IsRedirect returns true when this manage app creation secret conflict response has a 3xx status code

func (*ManageAppCreationSecretConflict) IsServerError

func (o *ManageAppCreationSecretConflict) IsServerError() bool

IsServerError returns true when this manage app creation secret conflict response has a 5xx status code

func (*ManageAppCreationSecretConflict) IsSuccess

func (o *ManageAppCreationSecretConflict) IsSuccess() bool

IsSuccess returns true when this manage app creation secret conflict response has a 2xx status code

func (*ManageAppCreationSecretConflict) String

type ManageAppCreationSecretForbidden

type ManageAppCreationSecretForbidden 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 *ManageAppCreationSecretForbiddenBody
}

ManageAppCreationSecretForbidden describes a response with status code 403, with default header values.

Forbidden: the request requires an authentication token with more or different permissions.

func NewManageAppCreationSecretForbidden

func NewManageAppCreationSecretForbidden() *ManageAppCreationSecretForbidden

NewManageAppCreationSecretForbidden creates a ManageAppCreationSecretForbidden with default headers values

func (*ManageAppCreationSecretForbidden) Code

Code gets the status code for the manage app creation secret forbidden response

func (*ManageAppCreationSecretForbidden) Error

func (*ManageAppCreationSecretForbidden) GetPayload

func (*ManageAppCreationSecretForbidden) IsClientError

func (o *ManageAppCreationSecretForbidden) IsClientError() bool

IsClientError returns true when this manage app creation secret forbidden response has a 4xx status code

func (*ManageAppCreationSecretForbidden) IsCode

func (o *ManageAppCreationSecretForbidden) IsCode(code int) bool

IsCode returns true when this manage app creation secret forbidden response a status code equal to that given

func (*ManageAppCreationSecretForbidden) IsRedirect

func (o *ManageAppCreationSecretForbidden) IsRedirect() bool

IsRedirect returns true when this manage app creation secret forbidden response has a 3xx status code

func (*ManageAppCreationSecretForbidden) IsServerError

func (o *ManageAppCreationSecretForbidden) IsServerError() bool

IsServerError returns true when this manage app creation secret forbidden response has a 5xx status code

func (*ManageAppCreationSecretForbidden) IsSuccess

func (o *ManageAppCreationSecretForbidden) IsSuccess() bool

IsSuccess returns true when this manage app creation secret forbidden response has a 2xx status code

func (*ManageAppCreationSecretForbidden) String

type ManageAppCreationSecretForbiddenBody

type ManageAppCreationSecretForbiddenBody struct {

	// errors
	// Example: [{"detail":"Permission denied for this resource","status":"403"}]
	// Required: true
	// Min Items: 1
	Errors []*ManageAppCreationSecretForbiddenBodyErrorsItems0 `json:"errors"`

	// jsonapi
	// Required: true
	Jsonapi *ManageAppCreationSecretForbiddenBodyJsonapi `json:"jsonapi"`
}

ManageAppCreationSecretForbiddenBody manage app creation secret forbidden body // Example: {"errors":[{"detail":"Permission denied for this resource","status":"403"}],"jsonapi":{"version":"1.0"}} swagger:model ManageAppCreationSecretForbiddenBody

func (*ManageAppCreationSecretForbiddenBody) ContextValidate

func (o *ManageAppCreationSecretForbiddenBody) ContextValidate(ctx context.Context, formats strfmt.Registry) error

ContextValidate validate this manage app creation secret forbidden body based on the context it is used

func (*ManageAppCreationSecretForbiddenBody) MarshalBinary

func (o *ManageAppCreationSecretForbiddenBody) MarshalBinary() ([]byte, error)

MarshalBinary interface implementation

func (*ManageAppCreationSecretForbiddenBody) UnmarshalBinary

func (o *ManageAppCreationSecretForbiddenBody) UnmarshalBinary(b []byte) error

UnmarshalBinary interface implementation

func (*ManageAppCreationSecretForbiddenBody) Validate

Validate validates this manage app creation secret forbidden body

type ManageAppCreationSecretForbiddenBodyErrorsItems0

type ManageAppCreationSecretForbiddenBodyErrorsItems0 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"`

	// meta
	// Example: {"key":"value"}
	Meta interface{} `json:"meta,omitempty"`

	// source
	Source *ManageAppCreationSecretForbiddenBodyErrorsItems0Source `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"`
}

ManageAppCreationSecretForbiddenBodyErrorsItems0 manage app creation secret forbidden body errors items0 // Example: {"detail":"Not Found","status":"404"} swagger:model ManageAppCreationSecretForbiddenBodyErrorsItems0

func (*ManageAppCreationSecretForbiddenBodyErrorsItems0) ContextValidate

ContextValidate validate this manage app creation secret forbidden body errors items0 based on the context it is used

func (*ManageAppCreationSecretForbiddenBodyErrorsItems0) MarshalBinary

MarshalBinary interface implementation

func (*ManageAppCreationSecretForbiddenBodyErrorsItems0) UnmarshalBinary

UnmarshalBinary interface implementation

func (*ManageAppCreationSecretForbiddenBodyErrorsItems0) Validate

Validate validates this manage app creation secret forbidden body errors items0

type ManageAppCreationSecretForbiddenBodyErrorsItems0Source

type ManageAppCreationSecretForbiddenBodyErrorsItems0Source 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"`
}

ManageAppCreationSecretForbiddenBodyErrorsItems0Source manage app creation secret forbidden body errors items0 source // Example: {"pointer":"/data/attributes"} swagger:model ManageAppCreationSecretForbiddenBodyErrorsItems0Source

func (*ManageAppCreationSecretForbiddenBodyErrorsItems0Source) ContextValidate

ContextValidate validates this manage app creation secret forbidden body errors items0 source based on context it is used

func (*ManageAppCreationSecretForbiddenBodyErrorsItems0Source) MarshalBinary

MarshalBinary interface implementation

func (*ManageAppCreationSecretForbiddenBodyErrorsItems0Source) UnmarshalBinary

UnmarshalBinary interface implementation

func (*ManageAppCreationSecretForbiddenBodyErrorsItems0Source) Validate

Validate validates this manage app creation secret forbidden body errors items0 source

type ManageAppCreationSecretForbiddenBodyJsonapi

type ManageAppCreationSecretForbiddenBodyJsonapi 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"`
}

ManageAppCreationSecretForbiddenBodyJsonapi manage app creation secret forbidden body jsonapi // Example: {"version":"1.0"} swagger:model ManageAppCreationSecretForbiddenBodyJsonapi

func (*ManageAppCreationSecretForbiddenBodyJsonapi) ContextValidate

ContextValidate validates this manage app creation secret forbidden body jsonapi based on context it is used

func (*ManageAppCreationSecretForbiddenBodyJsonapi) MarshalBinary

func (o *ManageAppCreationSecretForbiddenBodyJsonapi) MarshalBinary() ([]byte, error)

MarshalBinary interface implementation

func (*ManageAppCreationSecretForbiddenBodyJsonapi) UnmarshalBinary

func (o *ManageAppCreationSecretForbiddenBodyJsonapi) UnmarshalBinary(b []byte) error

UnmarshalBinary interface implementation

func (*ManageAppCreationSecretForbiddenBodyJsonapi) Validate

Validate validates this manage app creation secret forbidden body jsonapi

type ManageAppCreationSecretInternalServerError

type ManageAppCreationSecretInternalServerError 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 *models.ErrorDocument
}

ManageAppCreationSecretInternalServerError 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 NewManageAppCreationSecretInternalServerError

func NewManageAppCreationSecretInternalServerError() *ManageAppCreationSecretInternalServerError

NewManageAppCreationSecretInternalServerError creates a ManageAppCreationSecretInternalServerError with default headers values

func (*ManageAppCreationSecretInternalServerError) Code

Code gets the status code for the manage app creation secret internal server error response

func (*ManageAppCreationSecretInternalServerError) Error

func (*ManageAppCreationSecretInternalServerError) GetPayload

func (*ManageAppCreationSecretInternalServerError) IsClientError

IsClientError returns true when this manage app creation secret internal server error response has a 4xx status code

func (*ManageAppCreationSecretInternalServerError) IsCode

IsCode returns true when this manage app creation secret internal server error response a status code equal to that given

func (*ManageAppCreationSecretInternalServerError) IsRedirect

IsRedirect returns true when this manage app creation secret internal server error response has a 3xx status code

func (*ManageAppCreationSecretInternalServerError) IsServerError

IsServerError returns true when this manage app creation secret internal server error response has a 5xx status code

func (*ManageAppCreationSecretInternalServerError) IsSuccess

IsSuccess returns true when this manage app creation secret internal server error response has a 2xx status code

func (*ManageAppCreationSecretInternalServerError) String

type ManageAppCreationSecretNotFound

type ManageAppCreationSecretNotFound 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 *models.ErrorDocument
}

ManageAppCreationSecretNotFound describes a response with status code 404, with default header values.

Not Found: The resource being operated on could not be found.

func NewManageAppCreationSecretNotFound

func NewManageAppCreationSecretNotFound() *ManageAppCreationSecretNotFound

NewManageAppCreationSecretNotFound creates a ManageAppCreationSecretNotFound with default headers values

func (*ManageAppCreationSecretNotFound) Code

Code gets the status code for the manage app creation secret not found response

func (*ManageAppCreationSecretNotFound) Error

func (*ManageAppCreationSecretNotFound) GetPayload

func (*ManageAppCreationSecretNotFound) IsClientError

func (o *ManageAppCreationSecretNotFound) IsClientError() bool

IsClientError returns true when this manage app creation secret not found response has a 4xx status code

func (*ManageAppCreationSecretNotFound) IsCode

func (o *ManageAppCreationSecretNotFound) IsCode(code int) bool

IsCode returns true when this manage app creation secret not found response a status code equal to that given

func (*ManageAppCreationSecretNotFound) IsRedirect

func (o *ManageAppCreationSecretNotFound) IsRedirect() bool

IsRedirect returns true when this manage app creation secret not found response has a 3xx status code

func (*ManageAppCreationSecretNotFound) IsServerError

func (o *ManageAppCreationSecretNotFound) IsServerError() bool

IsServerError returns true when this manage app creation secret not found response has a 5xx status code

func (*ManageAppCreationSecretNotFound) IsSuccess

func (o *ManageAppCreationSecretNotFound) IsSuccess() bool

IsSuccess returns true when this manage app creation secret not found response has a 2xx status code

func (*ManageAppCreationSecretNotFound) String

type ManageAppCreationSecretOK

type ManageAppCreationSecretOK 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 *ManageAppCreationSecretOKBody
}

ManageAppCreationSecretOK describes a response with status code 200, with default header values.

Secret has been updated.

func NewManageAppCreationSecretOK

func NewManageAppCreationSecretOK() *ManageAppCreationSecretOK

NewManageAppCreationSecretOK creates a ManageAppCreationSecretOK with default headers values

func (*ManageAppCreationSecretOK) Code

func (o *ManageAppCreationSecretOK) Code() int

Code gets the status code for the manage app creation secret o k response

func (*ManageAppCreationSecretOK) Error

func (o *ManageAppCreationSecretOK) Error() string

func (*ManageAppCreationSecretOK) GetPayload

func (*ManageAppCreationSecretOK) IsClientError

func (o *ManageAppCreationSecretOK) IsClientError() bool

IsClientError returns true when this manage app creation secret o k response has a 4xx status code

func (*ManageAppCreationSecretOK) IsCode

func (o *ManageAppCreationSecretOK) IsCode(code int) bool

IsCode returns true when this manage app creation secret o k response a status code equal to that given

func (*ManageAppCreationSecretOK) IsRedirect

func (o *ManageAppCreationSecretOK) IsRedirect() bool

IsRedirect returns true when this manage app creation secret o k response has a 3xx status code

func (*ManageAppCreationSecretOK) IsServerError

func (o *ManageAppCreationSecretOK) IsServerError() bool

IsServerError returns true when this manage app creation secret o k response has a 5xx status code

func (*ManageAppCreationSecretOK) IsSuccess

func (o *ManageAppCreationSecretOK) IsSuccess() bool

IsSuccess returns true when this manage app creation secret o k response has a 2xx status code

func (*ManageAppCreationSecretOK) String

func (o *ManageAppCreationSecretOK) String() string

type ManageAppCreationSecretOKBody

type ManageAppCreationSecretOKBody struct {

	// data
	Data *models.AppDataWithSecret `json:"data,omitempty"`

	// jsonapi
	Jsonapi *models.JSONAPI `json:"jsonapi,omitempty"`

	// links
	Links *models.SelfLink `json:"links,omitempty"`
}

ManageAppCreationSecretOKBody manage app creation secret o k body swagger:model ManageAppCreationSecretOKBody

func (*ManageAppCreationSecretOKBody) ContextValidate

func (o *ManageAppCreationSecretOKBody) ContextValidate(ctx context.Context, formats strfmt.Registry) error

ContextValidate validate this manage app creation secret o k body based on the context it is used

func (*ManageAppCreationSecretOKBody) MarshalBinary

func (o *ManageAppCreationSecretOKBody) MarshalBinary() ([]byte, error)

MarshalBinary interface implementation

func (*ManageAppCreationSecretOKBody) UnmarshalBinary

func (o *ManageAppCreationSecretOKBody) UnmarshalBinary(b []byte) error

UnmarshalBinary interface implementation

func (*ManageAppCreationSecretOKBody) Validate

func (o *ManageAppCreationSecretOKBody) Validate(formats strfmt.Registry) error

Validate validates this manage app creation secret o k body

type ManageAppCreationSecretParams

type ManageAppCreationSecretParams struct {

	/* AppID.

	   App ID

	   Format: uuid
	*/
	AppID strfmt.UUID

	// Body.
	Body ManageAppCreationSecretBody

	/* OrgID.

	   Org ID

	   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
}

ManageAppCreationSecretParams contains all the parameters to send to the API endpoint

for the manage app creation secret operation.

Typically these are written to a http.Request.

func NewManageAppCreationSecretParams

func NewManageAppCreationSecretParams() *ManageAppCreationSecretParams

NewManageAppCreationSecretParams creates a new ManageAppCreationSecretParams 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 NewManageAppCreationSecretParamsWithContext

func NewManageAppCreationSecretParamsWithContext(ctx context.Context) *ManageAppCreationSecretParams

NewManageAppCreationSecretParamsWithContext creates a new ManageAppCreationSecretParams object with the ability to set a context for a request.

func NewManageAppCreationSecretParamsWithHTTPClient

func NewManageAppCreationSecretParamsWithHTTPClient(client *http.Client) *ManageAppCreationSecretParams

NewManageAppCreationSecretParamsWithHTTPClient creates a new ManageAppCreationSecretParams object with the ability to set a custom HTTPClient for a request.

func NewManageAppCreationSecretParamsWithTimeout

func NewManageAppCreationSecretParamsWithTimeout(timeout time.Duration) *ManageAppCreationSecretParams

NewManageAppCreationSecretParamsWithTimeout creates a new ManageAppCreationSecretParams object with the ability to set a timeout on a request.

func (*ManageAppCreationSecretParams) SetAppID

func (o *ManageAppCreationSecretParams) SetAppID(appID strfmt.UUID)

SetAppID adds the appId to the manage app creation secret params

func (*ManageAppCreationSecretParams) SetBody

SetBody adds the body to the manage app creation secret params

func (*ManageAppCreationSecretParams) SetContext

func (o *ManageAppCreationSecretParams) SetContext(ctx context.Context)

SetContext adds the context to the manage app creation secret params

func (*ManageAppCreationSecretParams) SetDefaults

func (o *ManageAppCreationSecretParams) SetDefaults()

SetDefaults hydrates default values in the manage app creation secret params (not the query body).

All values with no default are reset to their zero value.

func (*ManageAppCreationSecretParams) SetHTTPClient

func (o *ManageAppCreationSecretParams) SetHTTPClient(client *http.Client)

SetHTTPClient adds the HTTPClient to the manage app creation secret params

func (*ManageAppCreationSecretParams) SetOrgID

func (o *ManageAppCreationSecretParams) SetOrgID(orgID strfmt.UUID)

SetOrgID adds the orgId to the manage app creation secret params

func (*ManageAppCreationSecretParams) SetTimeout

func (o *ManageAppCreationSecretParams) SetTimeout(timeout time.Duration)

SetTimeout adds the timeout to the manage app creation secret params

func (*ManageAppCreationSecretParams) SetVersion

func (o *ManageAppCreationSecretParams) SetVersion(version string)

SetVersion adds the version to the manage app creation secret params

func (*ManageAppCreationSecretParams) WithAppID

WithAppID adds the appID to the manage app creation secret params

func (*ManageAppCreationSecretParams) WithBody

WithBody adds the body to the manage app creation secret params

func (*ManageAppCreationSecretParams) WithContext

WithContext adds the context to the manage app creation secret params

func (*ManageAppCreationSecretParams) WithDefaults

WithDefaults hydrates default values in the manage app creation secret params (not the query body).

All values with no default are reset to their zero value.

func (*ManageAppCreationSecretParams) WithHTTPClient

WithHTTPClient adds the HTTPClient to the manage app creation secret params

func (*ManageAppCreationSecretParams) WithOrgID

WithOrgID adds the orgID to the manage app creation secret params

func (*ManageAppCreationSecretParams) WithTimeout

WithTimeout adds the timeout to the manage app creation secret params

func (*ManageAppCreationSecretParams) WithVersion

WithVersion adds the version to the manage app creation secret params

func (*ManageAppCreationSecretParams) WriteToRequest

WriteToRequest writes these params to a swagger request

type ManageAppCreationSecretParamsBodyData

type ManageAppCreationSecretParamsBodyData struct {

	// attributes
	// Required: true
	Attributes *ManageAppCreationSecretParamsBodyDataAttributes `json:"attributes"`

	// type
	// Required: true
	// Enum: [app]
	Type *string `json:"type"`
}

ManageAppCreationSecretParamsBodyData manage app creation secret params body data swagger:model ManageAppCreationSecretParamsBodyData

func (*ManageAppCreationSecretParamsBodyData) ContextValidate

func (o *ManageAppCreationSecretParamsBodyData) ContextValidate(ctx context.Context, formats strfmt.Registry) error

ContextValidate validate this manage app creation secret params body data based on the context it is used

func (*ManageAppCreationSecretParamsBodyData) MarshalBinary

func (o *ManageAppCreationSecretParamsBodyData) MarshalBinary() ([]byte, error)

MarshalBinary interface implementation

func (*ManageAppCreationSecretParamsBodyData) UnmarshalBinary

func (o *ManageAppCreationSecretParamsBodyData) UnmarshalBinary(b []byte) error

UnmarshalBinary interface implementation

func (*ManageAppCreationSecretParamsBodyData) Validate

Validate validates this manage app creation secret params body data

type ManageAppCreationSecretParamsBodyDataAttributes

type ManageAppCreationSecretParamsBodyDataAttributes struct {

	// Operation to perform:
	//   * `replace` - Replace existing secrets with a new generated
	// secret
	//   * `create` - Add a new secret, preserving existing secrets
	//   * `delete` - Remove an existing secret by value
	//
	// Required: true
	// Enum: [replace create delete]
	Mode *string `json:"mode"`

	// Secret to delete when using `delete` mode
	Secret string `json:"secret,omitempty"`
}

ManageAppCreationSecretParamsBodyDataAttributes manage app creation secret params body data attributes swagger:model ManageAppCreationSecretParamsBodyDataAttributes

func (*ManageAppCreationSecretParamsBodyDataAttributes) ContextValidate

ContextValidate validates this manage app creation secret params body data attributes based on context it is used

func (*ManageAppCreationSecretParamsBodyDataAttributes) MarshalBinary

MarshalBinary interface implementation

func (*ManageAppCreationSecretParamsBodyDataAttributes) UnmarshalBinary

UnmarshalBinary interface implementation

func (*ManageAppCreationSecretParamsBodyDataAttributes) Validate

Validate validates this manage app creation secret params body data attributes

type ManageAppCreationSecretReader

type ManageAppCreationSecretReader struct {
	// contains filtered or unexported fields
}

ManageAppCreationSecretReader is a Reader for the ManageAppCreationSecret structure.

func (*ManageAppCreationSecretReader) ReadResponse

func (o *ManageAppCreationSecretReader) ReadResponse(response runtime.ClientResponse, consumer runtime.Consumer) (interface{}, error)

ReadResponse reads a server response into the received o.

type ManageAppCreationSecretUnauthorized

type ManageAppCreationSecretUnauthorized 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 *models.ErrorDocument
}

ManageAppCreationSecretUnauthorized describes a response with status code 401, with default header values.

Unauthorized: the request requires an authentication token or a token with more permissions.

func NewManageAppCreationSecretUnauthorized

func NewManageAppCreationSecretUnauthorized() *ManageAppCreationSecretUnauthorized

NewManageAppCreationSecretUnauthorized creates a ManageAppCreationSecretUnauthorized with default headers values

func (*ManageAppCreationSecretUnauthorized) Code

Code gets the status code for the manage app creation secret unauthorized response

func (*ManageAppCreationSecretUnauthorized) Error

func (*ManageAppCreationSecretUnauthorized) GetPayload

func (*ManageAppCreationSecretUnauthorized) IsClientError

func (o *ManageAppCreationSecretUnauthorized) IsClientError() bool

IsClientError returns true when this manage app creation secret unauthorized response has a 4xx status code

func (*ManageAppCreationSecretUnauthorized) IsCode

IsCode returns true when this manage app creation secret unauthorized response a status code equal to that given

func (*ManageAppCreationSecretUnauthorized) IsRedirect

func (o *ManageAppCreationSecretUnauthorized) IsRedirect() bool

IsRedirect returns true when this manage app creation secret unauthorized response has a 3xx status code

func (*ManageAppCreationSecretUnauthorized) IsServerError

func (o *ManageAppCreationSecretUnauthorized) IsServerError() bool

IsServerError returns true when this manage app creation secret unauthorized response has a 5xx status code

func (*ManageAppCreationSecretUnauthorized) IsSuccess

IsSuccess returns true when this manage app creation secret unauthorized response has a 2xx status code

func (*ManageAppCreationSecretUnauthorized) String

type ManageSecretsBadRequest

type ManageSecretsBadRequest 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 *models.ErrorDocument
}

ManageSecretsBadRequest 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 NewManageSecretsBadRequest

func NewManageSecretsBadRequest() *ManageSecretsBadRequest

NewManageSecretsBadRequest creates a ManageSecretsBadRequest with default headers values

func (*ManageSecretsBadRequest) Code

func (o *ManageSecretsBadRequest) Code() int

Code gets the status code for the manage secrets bad request response

func (*ManageSecretsBadRequest) Error

func (o *ManageSecretsBadRequest) Error() string

func (*ManageSecretsBadRequest) GetPayload

func (o *ManageSecretsBadRequest) GetPayload() *models.ErrorDocument

func (*ManageSecretsBadRequest) IsClientError

func (o *ManageSecretsBadRequest) IsClientError() bool

IsClientError returns true when this manage secrets bad request response has a 4xx status code

func (*ManageSecretsBadRequest) IsCode

func (o *ManageSecretsBadRequest) IsCode(code int) bool

IsCode returns true when this manage secrets bad request response a status code equal to that given

func (*ManageSecretsBadRequest) IsRedirect

func (o *ManageSecretsBadRequest) IsRedirect() bool

IsRedirect returns true when this manage secrets bad request response has a 3xx status code

func (*ManageSecretsBadRequest) IsServerError

func (o *ManageSecretsBadRequest) IsServerError() bool

IsServerError returns true when this manage secrets bad request response has a 5xx status code

func (*ManageSecretsBadRequest) IsSuccess

func (o *ManageSecretsBadRequest) IsSuccess() bool

IsSuccess returns true when this manage secrets bad request response has a 2xx status code

func (*ManageSecretsBadRequest) String

func (o *ManageSecretsBadRequest) String() string

type ManageSecretsBody

type ManageSecretsBody struct {

	// Operation to perform:
	//   * `replace` - Replace existing secrets with a new generated
	// secret
	//   * `create` - Add a new secret, preserving existing secrets
	//   * `delete` - Remove an existing secret by value
	//
	// Required: true
	// Enum: [replace create delete]
	Mode *string `json:"mode"`

	// Secret to delete when using `delete` mode
	Secret string `json:"secret,omitempty"`
}

ManageSecretsBody manage secrets body swagger:model ManageSecretsBody

func (*ManageSecretsBody) ContextValidate

func (o *ManageSecretsBody) ContextValidate(ctx context.Context, formats strfmt.Registry) error

ContextValidate validates this manage secrets body based on context it is used

func (*ManageSecretsBody) MarshalBinary

func (o *ManageSecretsBody) MarshalBinary() ([]byte, error)

MarshalBinary interface implementation

func (*ManageSecretsBody) UnmarshalBinary

func (o *ManageSecretsBody) UnmarshalBinary(b []byte) error

UnmarshalBinary interface implementation

func (*ManageSecretsBody) Validate

func (o *ManageSecretsBody) Validate(formats strfmt.Registry) error

Validate validates this manage secrets body

type ManageSecretsConflict

type ManageSecretsConflict 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 *models.ErrorDocument
}

ManageSecretsConflict describes a response with status code 409, with default header values.

Conflict: The requested operation conflicts with the current state of the resource in some way.

func NewManageSecretsConflict

func NewManageSecretsConflict() *ManageSecretsConflict

NewManageSecretsConflict creates a ManageSecretsConflict with default headers values

func (*ManageSecretsConflict) Code

func (o *ManageSecretsConflict) Code() int

Code gets the status code for the manage secrets conflict response

func (*ManageSecretsConflict) Error

func (o *ManageSecretsConflict) Error() string

func (*ManageSecretsConflict) GetPayload

func (o *ManageSecretsConflict) GetPayload() *models.ErrorDocument

func (*ManageSecretsConflict) IsClientError

func (o *ManageSecretsConflict) IsClientError() bool

IsClientError returns true when this manage secrets conflict response has a 4xx status code

func (*ManageSecretsConflict) IsCode

func (o *ManageSecretsConflict) IsCode(code int) bool

IsCode returns true when this manage secrets conflict response a status code equal to that given

func (*ManageSecretsConflict) IsRedirect

func (o *ManageSecretsConflict) IsRedirect() bool

IsRedirect returns true when this manage secrets conflict response has a 3xx status code

func (*ManageSecretsConflict) IsServerError

func (o *ManageSecretsConflict) IsServerError() bool

IsServerError returns true when this manage secrets conflict response has a 5xx status code

func (*ManageSecretsConflict) IsSuccess

func (o *ManageSecretsConflict) IsSuccess() bool

IsSuccess returns true when this manage secrets conflict response has a 2xx status code

func (*ManageSecretsConflict) String

func (o *ManageSecretsConflict) String() string

type ManageSecretsForbidden

type ManageSecretsForbidden 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 *ManageSecretsForbiddenBody
}

ManageSecretsForbidden describes a response with status code 403, with default header values.

Forbidden: the request requires an authentication token with more or different permissions.

func NewManageSecretsForbidden

func NewManageSecretsForbidden() *ManageSecretsForbidden

NewManageSecretsForbidden creates a ManageSecretsForbidden with default headers values

func (*ManageSecretsForbidden) Code

func (o *ManageSecretsForbidden) Code() int

Code gets the status code for the manage secrets forbidden response

func (*ManageSecretsForbidden) Error

func (o *ManageSecretsForbidden) Error() string

func (*ManageSecretsForbidden) GetPayload

func (*ManageSecretsForbidden) IsClientError

func (o *ManageSecretsForbidden) IsClientError() bool

IsClientError returns true when this manage secrets forbidden response has a 4xx status code

func (*ManageSecretsForbidden) IsCode

func (o *ManageSecretsForbidden) IsCode(code int) bool

IsCode returns true when this manage secrets forbidden response a status code equal to that given

func (*ManageSecretsForbidden) IsRedirect

func (o *ManageSecretsForbidden) IsRedirect() bool

IsRedirect returns true when this manage secrets forbidden response has a 3xx status code

func (*ManageSecretsForbidden) IsServerError

func (o *ManageSecretsForbidden) IsServerError() bool

IsServerError returns true when this manage secrets forbidden response has a 5xx status code

func (*ManageSecretsForbidden) IsSuccess

func (o *ManageSecretsForbidden) IsSuccess() bool

IsSuccess returns true when this manage secrets forbidden response has a 2xx status code

func (*ManageSecretsForbidden) String

func (o *ManageSecretsForbidden) String() string

type ManageSecretsForbiddenBody

type ManageSecretsForbiddenBody struct {

	// errors
	// Example: [{"detail":"Permission denied for this resource","status":"403"}]
	// Required: true
	// Min Items: 1
	Errors []*ManageSecretsForbiddenBodyErrorsItems0 `json:"errors"`

	// jsonapi
	// Required: true
	Jsonapi *ManageSecretsForbiddenBodyJsonapi `json:"jsonapi"`
}

ManageSecretsForbiddenBody manage secrets forbidden body // Example: {"errors":[{"detail":"Permission denied for this resource","status":"403"}],"jsonapi":{"version":"1.0"}} swagger:model ManageSecretsForbiddenBody

func (*ManageSecretsForbiddenBody) ContextValidate

func (o *ManageSecretsForbiddenBody) ContextValidate(ctx context.Context, formats strfmt.Registry) error

ContextValidate validate this manage secrets forbidden body based on the context it is used

func (*ManageSecretsForbiddenBody) MarshalBinary

func (o *ManageSecretsForbiddenBody) MarshalBinary() ([]byte, error)

MarshalBinary interface implementation

func (*ManageSecretsForbiddenBody) UnmarshalBinary

func (o *ManageSecretsForbiddenBody) UnmarshalBinary(b []byte) error

UnmarshalBinary interface implementation

func (*ManageSecretsForbiddenBody) Validate

func (o *ManageSecretsForbiddenBody) Validate(formats strfmt.Registry) error

Validate validates this manage secrets forbidden body

type ManageSecretsForbiddenBodyErrorsItems0

type ManageSecretsForbiddenBodyErrorsItems0 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"`

	// meta
	// Example: {"key":"value"}
	Meta interface{} `json:"meta,omitempty"`

	// source
	Source *ManageSecretsForbiddenBodyErrorsItems0Source `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"`
}

ManageSecretsForbiddenBodyErrorsItems0 manage secrets forbidden body errors items0 // Example: {"detail":"Not Found","status":"404"} swagger:model ManageSecretsForbiddenBodyErrorsItems0

func (*ManageSecretsForbiddenBodyErrorsItems0) ContextValidate

ContextValidate validate this manage secrets forbidden body errors items0 based on the context it is used

func (*ManageSecretsForbiddenBodyErrorsItems0) MarshalBinary

func (o *ManageSecretsForbiddenBodyErrorsItems0) MarshalBinary() ([]byte, error)

MarshalBinary interface implementation

func (*ManageSecretsForbiddenBodyErrorsItems0) UnmarshalBinary

func (o *ManageSecretsForbiddenBodyErrorsItems0) UnmarshalBinary(b []byte) error

UnmarshalBinary interface implementation

func (*ManageSecretsForbiddenBodyErrorsItems0) Validate

Validate validates this manage secrets forbidden body errors items0

type ManageSecretsForbiddenBodyErrorsItems0Source

type ManageSecretsForbiddenBodyErrorsItems0Source 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"`
}

ManageSecretsForbiddenBodyErrorsItems0Source manage secrets forbidden body errors items0 source // Example: {"pointer":"/data/attributes"} swagger:model ManageSecretsForbiddenBodyErrorsItems0Source

func (*ManageSecretsForbiddenBodyErrorsItems0Source) ContextValidate

ContextValidate validates this manage secrets forbidden body errors items0 source based on context it is used

func (*ManageSecretsForbiddenBodyErrorsItems0Source) MarshalBinary

MarshalBinary interface implementation

func (*ManageSecretsForbiddenBodyErrorsItems0Source) UnmarshalBinary

UnmarshalBinary interface implementation

func (*ManageSecretsForbiddenBodyErrorsItems0Source) Validate

Validate validates this manage secrets forbidden body errors items0 source

type ManageSecretsForbiddenBodyJsonapi

type ManageSecretsForbiddenBodyJsonapi 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"`
}

ManageSecretsForbiddenBodyJsonapi manage secrets forbidden body jsonapi // Example: {"version":"1.0"} swagger:model ManageSecretsForbiddenBodyJsonapi

func (*ManageSecretsForbiddenBodyJsonapi) ContextValidate

func (o *ManageSecretsForbiddenBodyJsonapi) ContextValidate(ctx context.Context, formats strfmt.Registry) error

ContextValidate validates this manage secrets forbidden body jsonapi based on context it is used

func (*ManageSecretsForbiddenBodyJsonapi) MarshalBinary

func (o *ManageSecretsForbiddenBodyJsonapi) MarshalBinary() ([]byte, error)

MarshalBinary interface implementation

func (*ManageSecretsForbiddenBodyJsonapi) UnmarshalBinary

func (o *ManageSecretsForbiddenBodyJsonapi) UnmarshalBinary(b []byte) error

UnmarshalBinary interface implementation

func (*ManageSecretsForbiddenBodyJsonapi) Validate

Validate validates this manage secrets forbidden body jsonapi

type ManageSecretsInternalServerError

type ManageSecretsInternalServerError 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 *models.ErrorDocument
}

ManageSecretsInternalServerError 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 NewManageSecretsInternalServerError

func NewManageSecretsInternalServerError() *ManageSecretsInternalServerError

NewManageSecretsInternalServerError creates a ManageSecretsInternalServerError with default headers values

func (*ManageSecretsInternalServerError) Code

Code gets the status code for the manage secrets internal server error response

func (*ManageSecretsInternalServerError) Error

func (*ManageSecretsInternalServerError) GetPayload

func (*ManageSecretsInternalServerError) IsClientError

func (o *ManageSecretsInternalServerError) IsClientError() bool

IsClientError returns true when this manage secrets internal server error response has a 4xx status code

func (*ManageSecretsInternalServerError) IsCode

func (o *ManageSecretsInternalServerError) IsCode(code int) bool

IsCode returns true when this manage secrets internal server error response a status code equal to that given

func (*ManageSecretsInternalServerError) IsRedirect

func (o *ManageSecretsInternalServerError) IsRedirect() bool

IsRedirect returns true when this manage secrets internal server error response has a 3xx status code

func (*ManageSecretsInternalServerError) IsServerError

func (o *ManageSecretsInternalServerError) IsServerError() bool

IsServerError returns true when this manage secrets internal server error response has a 5xx status code

func (*ManageSecretsInternalServerError) IsSuccess

func (o *ManageSecretsInternalServerError) IsSuccess() bool

IsSuccess returns true when this manage secrets internal server error response has a 2xx status code

func (*ManageSecretsInternalServerError) String

type ManageSecretsNotFound

type ManageSecretsNotFound 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 *models.ErrorDocument
}

ManageSecretsNotFound describes a response with status code 404, with default header values.

Not Found: The resource being operated on could not be found.

func NewManageSecretsNotFound

func NewManageSecretsNotFound() *ManageSecretsNotFound

NewManageSecretsNotFound creates a ManageSecretsNotFound with default headers values

func (*ManageSecretsNotFound) Code

func (o *ManageSecretsNotFound) Code() int

Code gets the status code for the manage secrets not found response

func (*ManageSecretsNotFound) Error

func (o *ManageSecretsNotFound) Error() string

func (*ManageSecretsNotFound) GetPayload

func (o *ManageSecretsNotFound) GetPayload() *models.ErrorDocument

func (*ManageSecretsNotFound) IsClientError

func (o *ManageSecretsNotFound) IsClientError() bool

IsClientError returns true when this manage secrets not found response has a 4xx status code

func (*ManageSecretsNotFound) IsCode

func (o *ManageSecretsNotFound) IsCode(code int) bool

IsCode returns true when this manage secrets not found response a status code equal to that given

func (*ManageSecretsNotFound) IsRedirect

func (o *ManageSecretsNotFound) IsRedirect() bool

IsRedirect returns true when this manage secrets not found response has a 3xx status code

func (*ManageSecretsNotFound) IsServerError

func (o *ManageSecretsNotFound) IsServerError() bool

IsServerError returns true when this manage secrets not found response has a 5xx status code

func (*ManageSecretsNotFound) IsSuccess

func (o *ManageSecretsNotFound) IsSuccess() bool

IsSuccess returns true when this manage secrets not found response has a 2xx status code

func (*ManageSecretsNotFound) String

func (o *ManageSecretsNotFound) String() string

type ManageSecretsOK

type ManageSecretsOK 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 *ManageSecretsOKBody
}

ManageSecretsOK describes a response with status code 200, with default header values.

Secrets have been updated.

func NewManageSecretsOK

func NewManageSecretsOK() *ManageSecretsOK

NewManageSecretsOK creates a ManageSecretsOK with default headers values

func (*ManageSecretsOK) Code

func (o *ManageSecretsOK) Code() int

Code gets the status code for the manage secrets o k response

func (*ManageSecretsOK) Error

func (o *ManageSecretsOK) Error() string

func (*ManageSecretsOK) GetPayload

func (o *ManageSecretsOK) GetPayload() *ManageSecretsOKBody

func (*ManageSecretsOK) IsClientError

func (o *ManageSecretsOK) IsClientError() bool

IsClientError returns true when this manage secrets o k response has a 4xx status code

func (*ManageSecretsOK) IsCode

func (o *ManageSecretsOK) IsCode(code int) bool

IsCode returns true when this manage secrets o k response a status code equal to that given

func (*ManageSecretsOK) IsRedirect

func (o *ManageSecretsOK) IsRedirect() bool

IsRedirect returns true when this manage secrets o k response has a 3xx status code

func (*ManageSecretsOK) IsServerError

func (o *ManageSecretsOK) IsServerError() bool

IsServerError returns true when this manage secrets o k response has a 5xx status code

func (*ManageSecretsOK) IsSuccess

func (o *ManageSecretsOK) IsSuccess() bool

IsSuccess returns true when this manage secrets o k response has a 2xx status code

func (*ManageSecretsOK) String

func (o *ManageSecretsOK) String() string

type ManageSecretsOKBody

type ManageSecretsOKBody struct {

	// data
	Data *models.AppDataWithSecret `json:"data,omitempty"`

	// jsonapi
	Jsonapi *models.JSONAPI `json:"jsonapi,omitempty"`

	// links
	Links *models.SelfLink `json:"links,omitempty"`
}

ManageSecretsOKBody manage secrets o k body swagger:model ManageSecretsOKBody

func (*ManageSecretsOKBody) ContextValidate

func (o *ManageSecretsOKBody) ContextValidate(ctx context.Context, formats strfmt.Registry) error

ContextValidate validate this manage secrets o k body based on the context it is used

func (*ManageSecretsOKBody) MarshalBinary

func (o *ManageSecretsOKBody) MarshalBinary() ([]byte, error)

MarshalBinary interface implementation

func (*ManageSecretsOKBody) UnmarshalBinary

func (o *ManageSecretsOKBody) UnmarshalBinary(b []byte) error

UnmarshalBinary interface implementation

func (*ManageSecretsOKBody) Validate

func (o *ManageSecretsOKBody) Validate(formats strfmt.Registry) error

Validate validates this manage secrets o k body

type ManageSecretsParams

type ManageSecretsParams struct {

	// Body.
	Body ManageSecretsBody

	/* ClientID.

	   Client ID

	   Format: uuid
	*/
	ClientID strfmt.UUID

	/* OrgID.

	   Org ID

	   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
}

ManageSecretsParams contains all the parameters to send to the API endpoint

for the manage secrets operation.

Typically these are written to a http.Request.

func NewManageSecretsParams

func NewManageSecretsParams() *ManageSecretsParams

NewManageSecretsParams creates a new ManageSecretsParams 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 NewManageSecretsParamsWithContext

func NewManageSecretsParamsWithContext(ctx context.Context) *ManageSecretsParams

NewManageSecretsParamsWithContext creates a new ManageSecretsParams object with the ability to set a context for a request.

func NewManageSecretsParamsWithHTTPClient

func NewManageSecretsParamsWithHTTPClient(client *http.Client) *ManageSecretsParams

NewManageSecretsParamsWithHTTPClient creates a new ManageSecretsParams object with the ability to set a custom HTTPClient for a request.

func NewManageSecretsParamsWithTimeout

func NewManageSecretsParamsWithTimeout(timeout time.Duration) *ManageSecretsParams

NewManageSecretsParamsWithTimeout creates a new ManageSecretsParams object with the ability to set a timeout on a request.

func (*ManageSecretsParams) SetBody

func (o *ManageSecretsParams) SetBody(body ManageSecretsBody)

SetBody adds the body to the manage secrets params

func (*ManageSecretsParams) SetClientID

func (o *ManageSecretsParams) SetClientID(clientID strfmt.UUID)

SetClientID adds the clientId to the manage secrets params

func (*ManageSecretsParams) SetContext

func (o *ManageSecretsParams) SetContext(ctx context.Context)

SetContext adds the context to the manage secrets params

func (*ManageSecretsParams) SetDefaults

func (o *ManageSecretsParams) SetDefaults()

SetDefaults hydrates default values in the manage secrets params (not the query body).

All values with no default are reset to their zero value.

func (*ManageSecretsParams) SetHTTPClient

func (o *ManageSecretsParams) SetHTTPClient(client *http.Client)

SetHTTPClient adds the HTTPClient to the manage secrets params

func (*ManageSecretsParams) SetOrgID

func (o *ManageSecretsParams) SetOrgID(orgID strfmt.UUID)

SetOrgID adds the orgId to the manage secrets params

func (*ManageSecretsParams) SetTimeout

func (o *ManageSecretsParams) SetTimeout(timeout time.Duration)

SetTimeout adds the timeout to the manage secrets params

func (*ManageSecretsParams) SetVersion

func (o *ManageSecretsParams) SetVersion(version string)

SetVersion adds the version to the manage secrets params

func (*ManageSecretsParams) WithBody

WithBody adds the body to the manage secrets params

func (*ManageSecretsParams) WithClientID

func (o *ManageSecretsParams) WithClientID(clientID strfmt.UUID) *ManageSecretsParams

WithClientID adds the clientID to the manage secrets params

func (*ManageSecretsParams) WithContext

WithContext adds the context to the manage secrets params

func (*ManageSecretsParams) WithDefaults

func (o *ManageSecretsParams) WithDefaults() *ManageSecretsParams

WithDefaults hydrates default values in the manage secrets params (not the query body).

All values with no default are reset to their zero value.

func (*ManageSecretsParams) WithHTTPClient

func (o *ManageSecretsParams) WithHTTPClient(client *http.Client) *ManageSecretsParams

WithHTTPClient adds the HTTPClient to the manage secrets params

func (*ManageSecretsParams) WithOrgID

func (o *ManageSecretsParams) WithOrgID(orgID strfmt.UUID) *ManageSecretsParams

WithOrgID adds the orgID to the manage secrets params

func (*ManageSecretsParams) WithTimeout

func (o *ManageSecretsParams) WithTimeout(timeout time.Duration) *ManageSecretsParams

WithTimeout adds the timeout to the manage secrets params

func (*ManageSecretsParams) WithVersion

func (o *ManageSecretsParams) WithVersion(version string) *ManageSecretsParams

WithVersion adds the version to the manage secrets params

func (*ManageSecretsParams) WriteToRequest

func (o *ManageSecretsParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error

WriteToRequest writes these params to a swagger request

type ManageSecretsReader

type ManageSecretsReader struct {
	// contains filtered or unexported fields
}

ManageSecretsReader is a Reader for the ManageSecrets structure.

func (*ManageSecretsReader) ReadResponse

func (o *ManageSecretsReader) ReadResponse(response runtime.ClientResponse, consumer runtime.Consumer) (interface{}, error)

ReadResponse reads a server response into the received o.

type ManageSecretsUnauthorized

type ManageSecretsUnauthorized 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 *models.ErrorDocument
}

ManageSecretsUnauthorized describes a response with status code 401, with default header values.

Unauthorized: the request requires an authentication token or a token with more permissions.

func NewManageSecretsUnauthorized

func NewManageSecretsUnauthorized() *ManageSecretsUnauthorized

NewManageSecretsUnauthorized creates a ManageSecretsUnauthorized with default headers values

func (*ManageSecretsUnauthorized) Code

func (o *ManageSecretsUnauthorized) Code() int

Code gets the status code for the manage secrets unauthorized response

func (*ManageSecretsUnauthorized) Error

func (o *ManageSecretsUnauthorized) Error() string

func (*ManageSecretsUnauthorized) GetPayload

func (*ManageSecretsUnauthorized) IsClientError

func (o *ManageSecretsUnauthorized) IsClientError() bool

IsClientError returns true when this manage secrets unauthorized response has a 4xx status code

func (*ManageSecretsUnauthorized) IsCode

func (o *ManageSecretsUnauthorized) IsCode(code int) bool

IsCode returns true when this manage secrets unauthorized response a status code equal to that given

func (*ManageSecretsUnauthorized) IsRedirect

func (o *ManageSecretsUnauthorized) IsRedirect() bool

IsRedirect returns true when this manage secrets unauthorized response has a 3xx status code

func (*ManageSecretsUnauthorized) IsServerError

func (o *ManageSecretsUnauthorized) IsServerError() bool

IsServerError returns true when this manage secrets unauthorized response has a 5xx status code

func (*ManageSecretsUnauthorized) IsSuccess

func (o *ManageSecretsUnauthorized) IsSuccess() bool

IsSuccess returns true when this manage secrets unauthorized response has a 2xx status code

func (*ManageSecretsUnauthorized) String

func (o *ManageSecretsUnauthorized) String() string

type RevokeUserAppSessionBadRequest

type RevokeUserAppSessionBadRequest 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 *models.ErrorDocument
}

RevokeUserAppSessionBadRequest 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 NewRevokeUserAppSessionBadRequest

func NewRevokeUserAppSessionBadRequest() *RevokeUserAppSessionBadRequest

NewRevokeUserAppSessionBadRequest creates a RevokeUserAppSessionBadRequest with default headers values

func (*RevokeUserAppSessionBadRequest) Code

Code gets the status code for the revoke user app session bad request response

func (*RevokeUserAppSessionBadRequest) Error

func (*RevokeUserAppSessionBadRequest) GetPayload

func (*RevokeUserAppSessionBadRequest) IsClientError

func (o *RevokeUserAppSessionBadRequest) IsClientError() bool

IsClientError returns true when this revoke user app session bad request response has a 4xx status code

func (*RevokeUserAppSessionBadRequest) IsCode

func (o *RevokeUserAppSessionBadRequest) IsCode(code int) bool

IsCode returns true when this revoke user app session bad request response a status code equal to that given

func (*RevokeUserAppSessionBadRequest) IsRedirect

func (o *RevokeUserAppSessionBadRequest) IsRedirect() bool

IsRedirect returns true when this revoke user app session bad request response has a 3xx status code

func (*RevokeUserAppSessionBadRequest) IsServerError

func (o *RevokeUserAppSessionBadRequest) IsServerError() bool

IsServerError returns true when this revoke user app session bad request response has a 5xx status code

func (*RevokeUserAppSessionBadRequest) IsSuccess

func (o *RevokeUserAppSessionBadRequest) IsSuccess() bool

IsSuccess returns true when this revoke user app session bad request response has a 2xx status code

func (*RevokeUserAppSessionBadRequest) String

type RevokeUserAppSessionConflict

type RevokeUserAppSessionConflict 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 *models.ErrorDocument
}

RevokeUserAppSessionConflict describes a response with status code 409, with default header values.

Conflict: The requested operation conflicts with the current state of the resource in some way.

func NewRevokeUserAppSessionConflict

func NewRevokeUserAppSessionConflict() *RevokeUserAppSessionConflict

NewRevokeUserAppSessionConflict creates a RevokeUserAppSessionConflict with default headers values

func (*RevokeUserAppSessionConflict) Code

Code gets the status code for the revoke user app session conflict response

func (*RevokeUserAppSessionConflict) Error

func (*RevokeUserAppSessionConflict) GetPayload

func (*RevokeUserAppSessionConflict) IsClientError

func (o *RevokeUserAppSessionConflict) IsClientError() bool

IsClientError returns true when this revoke user app session conflict response has a 4xx status code

func (*RevokeUserAppSessionConflict) IsCode

func (o *RevokeUserAppSessionConflict) IsCode(code int) bool

IsCode returns true when this revoke user app session conflict response a status code equal to that given

func (*RevokeUserAppSessionConflict) IsRedirect

func (o *RevokeUserAppSessionConflict) IsRedirect() bool

IsRedirect returns true when this revoke user app session conflict response has a 3xx status code

func (*RevokeUserAppSessionConflict) IsServerError

func (o *RevokeUserAppSessionConflict) IsServerError() bool

IsServerError returns true when this revoke user app session conflict response has a 5xx status code

func (*RevokeUserAppSessionConflict) IsSuccess

func (o *RevokeUserAppSessionConflict) IsSuccess() bool

IsSuccess returns true when this revoke user app session conflict response has a 2xx status code

func (*RevokeUserAppSessionConflict) String

type RevokeUserAppSessionForbidden

type RevokeUserAppSessionForbidden 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 *RevokeUserAppSessionForbiddenBody
}

RevokeUserAppSessionForbidden describes a response with status code 403, with default header values.

Forbidden: the request requires an authentication token with more or different permissions.

func NewRevokeUserAppSessionForbidden

func NewRevokeUserAppSessionForbidden() *RevokeUserAppSessionForbidden

NewRevokeUserAppSessionForbidden creates a RevokeUserAppSessionForbidden with default headers values

func (*RevokeUserAppSessionForbidden) Code

Code gets the status code for the revoke user app session forbidden response

func (*RevokeUserAppSessionForbidden) Error

func (*RevokeUserAppSessionForbidden) GetPayload

func (*RevokeUserAppSessionForbidden) IsClientError

func (o *RevokeUserAppSessionForbidden) IsClientError() bool

IsClientError returns true when this revoke user app session forbidden response has a 4xx status code

func (*RevokeUserAppSessionForbidden) IsCode

func (o *RevokeUserAppSessionForbidden) IsCode(code int) bool

IsCode returns true when this revoke user app session forbidden response a status code equal to that given

func (*RevokeUserAppSessionForbidden) IsRedirect

func (o *RevokeUserAppSessionForbidden) IsRedirect() bool

IsRedirect returns true when this revoke user app session forbidden response has a 3xx status code

func (*RevokeUserAppSessionForbidden) IsServerError

func (o *RevokeUserAppSessionForbidden) IsServerError() bool

IsServerError returns true when this revoke user app session forbidden response has a 5xx status code

func (*RevokeUserAppSessionForbidden) IsSuccess

func (o *RevokeUserAppSessionForbidden) IsSuccess() bool

IsSuccess returns true when this revoke user app session forbidden response has a 2xx status code

func (*RevokeUserAppSessionForbidden) String

type RevokeUserAppSessionForbiddenBody

type RevokeUserAppSessionForbiddenBody struct {

	// errors
	// Example: [{"detail":"Permission denied for this resource","status":"403"}]
	// Required: true
	// Min Items: 1
	Errors []*RevokeUserAppSessionForbiddenBodyErrorsItems0 `json:"errors"`

	// jsonapi
	// Required: true
	Jsonapi *RevokeUserAppSessionForbiddenBodyJsonapi `json:"jsonapi"`
}

RevokeUserAppSessionForbiddenBody revoke user app session forbidden body // Example: {"errors":[{"detail":"Permission denied for this resource","status":"403"}],"jsonapi":{"version":"1.0"}} swagger:model RevokeUserAppSessionForbiddenBody

func (*RevokeUserAppSessionForbiddenBody) ContextValidate

func (o *RevokeUserAppSessionForbiddenBody) ContextValidate(ctx context.Context, formats strfmt.Registry) error

ContextValidate validate this revoke user app session forbidden body based on the context it is used

func (*RevokeUserAppSessionForbiddenBody) MarshalBinary

func (o *RevokeUserAppSessionForbiddenBody) MarshalBinary() ([]byte, error)

MarshalBinary interface implementation

func (*RevokeUserAppSessionForbiddenBody) UnmarshalBinary

func (o *RevokeUserAppSessionForbiddenBody) UnmarshalBinary(b []byte) error

UnmarshalBinary interface implementation

func (*RevokeUserAppSessionForbiddenBody) Validate

Validate validates this revoke user app session forbidden body

type RevokeUserAppSessionForbiddenBodyErrorsItems0

type RevokeUserAppSessionForbiddenBodyErrorsItems0 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"`

	// meta
	// Example: {"key":"value"}
	Meta interface{} `json:"meta,omitempty"`

	// source
	Source *RevokeUserAppSessionForbiddenBodyErrorsItems0Source `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"`
}

RevokeUserAppSessionForbiddenBodyErrorsItems0 revoke user app session forbidden body errors items0 // Example: {"detail":"Not Found","status":"404"} swagger:model RevokeUserAppSessionForbiddenBodyErrorsItems0

func (*RevokeUserAppSessionForbiddenBodyErrorsItems0) ContextValidate

ContextValidate validate this revoke user app session forbidden body errors items0 based on the context it is used

func (*RevokeUserAppSessionForbiddenBodyErrorsItems0) MarshalBinary

MarshalBinary interface implementation

func (*RevokeUserAppSessionForbiddenBodyErrorsItems0) UnmarshalBinary

UnmarshalBinary interface implementation

func (*RevokeUserAppSessionForbiddenBodyErrorsItems0) Validate

Validate validates this revoke user app session forbidden body errors items0

type RevokeUserAppSessionForbiddenBodyErrorsItems0Source

type RevokeUserAppSessionForbiddenBodyErrorsItems0Source 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"`
}

RevokeUserAppSessionForbiddenBodyErrorsItems0Source revoke user app session forbidden body errors items0 source // Example: {"pointer":"/data/attributes"} swagger:model RevokeUserAppSessionForbiddenBodyErrorsItems0Source

func (*RevokeUserAppSessionForbiddenBodyErrorsItems0Source) ContextValidate

ContextValidate validates this revoke user app session forbidden body errors items0 source based on context it is used

func (*RevokeUserAppSessionForbiddenBodyErrorsItems0Source) MarshalBinary

MarshalBinary interface implementation

func (*RevokeUserAppSessionForbiddenBodyErrorsItems0Source) UnmarshalBinary

UnmarshalBinary interface implementation

func (*RevokeUserAppSessionForbiddenBodyErrorsItems0Source) Validate

Validate validates this revoke user app session forbidden body errors items0 source

type RevokeUserAppSessionForbiddenBodyJsonapi

type RevokeUserAppSessionForbiddenBodyJsonapi 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"`
}

RevokeUserAppSessionForbiddenBodyJsonapi revoke user app session forbidden body jsonapi // Example: {"version":"1.0"} swagger:model RevokeUserAppSessionForbiddenBodyJsonapi

func (*RevokeUserAppSessionForbiddenBodyJsonapi) ContextValidate

ContextValidate validates this revoke user app session forbidden body jsonapi based on context it is used

func (*RevokeUserAppSessionForbiddenBodyJsonapi) MarshalBinary

func (o *RevokeUserAppSessionForbiddenBodyJsonapi) MarshalBinary() ([]byte, error)

MarshalBinary interface implementation

func (*RevokeUserAppSessionForbiddenBodyJsonapi) UnmarshalBinary

func (o *RevokeUserAppSessionForbiddenBodyJsonapi) UnmarshalBinary(b []byte) error

UnmarshalBinary interface implementation

func (*RevokeUserAppSessionForbiddenBodyJsonapi) Validate

Validate validates this revoke user app session forbidden body jsonapi

type RevokeUserAppSessionInternalServerError

type RevokeUserAppSessionInternalServerError 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 *models.ErrorDocument
}

RevokeUserAppSessionInternalServerError 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 NewRevokeUserAppSessionInternalServerError

func NewRevokeUserAppSessionInternalServerError() *RevokeUserAppSessionInternalServerError

NewRevokeUserAppSessionInternalServerError creates a RevokeUserAppSessionInternalServerError with default headers values

func (*RevokeUserAppSessionInternalServerError) Code

Code gets the status code for the revoke user app session internal server error response

func (*RevokeUserAppSessionInternalServerError) Error

func (*RevokeUserAppSessionInternalServerError) GetPayload

func (*RevokeUserAppSessionInternalServerError) IsClientError

func (o *RevokeUserAppSessionInternalServerError) IsClientError() bool

IsClientError returns true when this revoke user app session internal server error response has a 4xx status code

func (*RevokeUserAppSessionInternalServerError) IsCode

IsCode returns true when this revoke user app session internal server error response a status code equal to that given

func (*RevokeUserAppSessionInternalServerError) IsRedirect

IsRedirect returns true when this revoke user app session internal server error response has a 3xx status code

func (*RevokeUserAppSessionInternalServerError) IsServerError

func (o *RevokeUserAppSessionInternalServerError) IsServerError() bool

IsServerError returns true when this revoke user app session internal server error response has a 5xx status code

func (*RevokeUserAppSessionInternalServerError) IsSuccess

IsSuccess returns true when this revoke user app session internal server error response has a 2xx status code

func (*RevokeUserAppSessionInternalServerError) String

type RevokeUserAppSessionNoContent

type RevokeUserAppSessionNoContent 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
	Location    string

	/* 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
}

RevokeUserAppSessionNoContent describes a response with status code 204, with default header values.

The user app sessions has been revoked.

func NewRevokeUserAppSessionNoContent

func NewRevokeUserAppSessionNoContent() *RevokeUserAppSessionNoContent

NewRevokeUserAppSessionNoContent creates a RevokeUserAppSessionNoContent with default headers values

func (*RevokeUserAppSessionNoContent) Code

Code gets the status code for the revoke user app session no content response

func (*RevokeUserAppSessionNoContent) Error

func (*RevokeUserAppSessionNoContent) IsClientError

func (o *RevokeUserAppSessionNoContent) IsClientError() bool

IsClientError returns true when this revoke user app session no content response has a 4xx status code

func (*RevokeUserAppSessionNoContent) IsCode

func (o *RevokeUserAppSessionNoContent) IsCode(code int) bool

IsCode returns true when this revoke user app session no content response a status code equal to that given

func (*RevokeUserAppSessionNoContent) IsRedirect

func (o *RevokeUserAppSessionNoContent) IsRedirect() bool

IsRedirect returns true when this revoke user app session no content response has a 3xx status code

func (*RevokeUserAppSessionNoContent) IsServerError

func (o *RevokeUserAppSessionNoContent) IsServerError() bool

IsServerError returns true when this revoke user app session no content response has a 5xx status code

func (*RevokeUserAppSessionNoContent) IsSuccess

func (o *RevokeUserAppSessionNoContent) IsSuccess() bool

IsSuccess returns true when this revoke user app session no content response has a 2xx status code

func (*RevokeUserAppSessionNoContent) String

type RevokeUserAppSessionNotFound

type RevokeUserAppSessionNotFound 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 *models.ErrorDocument
}

RevokeUserAppSessionNotFound describes a response with status code 404, with default header values.

Not Found: The resource being operated on could not be found.

func NewRevokeUserAppSessionNotFound

func NewRevokeUserAppSessionNotFound() *RevokeUserAppSessionNotFound

NewRevokeUserAppSessionNotFound creates a RevokeUserAppSessionNotFound with default headers values

func (*RevokeUserAppSessionNotFound) Code

Code gets the status code for the revoke user app session not found response

func (*RevokeUserAppSessionNotFound) Error

func (*RevokeUserAppSessionNotFound) GetPayload

func (*RevokeUserAppSessionNotFound) IsClientError

func (o *RevokeUserAppSessionNotFound) IsClientError() bool

IsClientError returns true when this revoke user app session not found response has a 4xx status code

func (*RevokeUserAppSessionNotFound) IsCode

func (o *RevokeUserAppSessionNotFound) IsCode(code int) bool

IsCode returns true when this revoke user app session not found response a status code equal to that given

func (*RevokeUserAppSessionNotFound) IsRedirect

func (o *RevokeUserAppSessionNotFound) IsRedirect() bool

IsRedirect returns true when this revoke user app session not found response has a 3xx status code

func (*RevokeUserAppSessionNotFound) IsServerError

func (o *RevokeUserAppSessionNotFound) IsServerError() bool

IsServerError returns true when this revoke user app session not found response has a 5xx status code

func (*RevokeUserAppSessionNotFound) IsSuccess

func (o *RevokeUserAppSessionNotFound) IsSuccess() bool

IsSuccess returns true when this revoke user app session not found response has a 2xx status code

func (*RevokeUserAppSessionNotFound) String

type RevokeUserAppSessionParams

type RevokeUserAppSessionParams struct {

	/* AppID.

	   App ID

	   Format: uuid
	*/
	AppID strfmt.UUID

	/* SessionID.

	   Session ID

	   Format: uuid
	*/
	SessionID 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
}

RevokeUserAppSessionParams contains all the parameters to send to the API endpoint

for the revoke user app session operation.

Typically these are written to a http.Request.

func NewRevokeUserAppSessionParams

func NewRevokeUserAppSessionParams() *RevokeUserAppSessionParams

NewRevokeUserAppSessionParams creates a new RevokeUserAppSessionParams 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 NewRevokeUserAppSessionParamsWithContext

func NewRevokeUserAppSessionParamsWithContext(ctx context.Context) *RevokeUserAppSessionParams

NewRevokeUserAppSessionParamsWithContext creates a new RevokeUserAppSessionParams object with the ability to set a context for a request.

func NewRevokeUserAppSessionParamsWithHTTPClient

func NewRevokeUserAppSessionParamsWithHTTPClient(client *http.Client) *RevokeUserAppSessionParams

NewRevokeUserAppSessionParamsWithHTTPClient creates a new RevokeUserAppSessionParams object with the ability to set a custom HTTPClient for a request.

func NewRevokeUserAppSessionParamsWithTimeout

func NewRevokeUserAppSessionParamsWithTimeout(timeout time.Duration) *RevokeUserAppSessionParams

NewRevokeUserAppSessionParamsWithTimeout creates a new RevokeUserAppSessionParams object with the ability to set a timeout on a request.

func (*RevokeUserAppSessionParams) SetAppID

func (o *RevokeUserAppSessionParams) SetAppID(appID strfmt.UUID)

SetAppID adds the appId to the revoke user app session params

func (*RevokeUserAppSessionParams) SetContext

func (o *RevokeUserAppSessionParams) SetContext(ctx context.Context)

SetContext adds the context to the revoke user app session params

func (*RevokeUserAppSessionParams) SetDefaults

func (o *RevokeUserAppSessionParams) SetDefaults()

SetDefaults hydrates default values in the revoke user app session params (not the query body).

All values with no default are reset to their zero value.

func (*RevokeUserAppSessionParams) SetHTTPClient

func (o *RevokeUserAppSessionParams) SetHTTPClient(client *http.Client)

SetHTTPClient adds the HTTPClient to the revoke user app session params

func (*RevokeUserAppSessionParams) SetSessionID

func (o *RevokeUserAppSessionParams) SetSessionID(sessionID strfmt.UUID)

SetSessionID adds the sessionId to the revoke user app session params

func (*RevokeUserAppSessionParams) SetTimeout

func (o *RevokeUserAppSessionParams) SetTimeout(timeout time.Duration)

SetTimeout adds the timeout to the revoke user app session params

func (*RevokeUserAppSessionParams) SetVersion

func (o *RevokeUserAppSessionParams) SetVersion(version string)

SetVersion adds the version to the revoke user app session params

func (*RevokeUserAppSessionParams) WithAppID

WithAppID adds the appID to the revoke user app session params

func (*RevokeUserAppSessionParams) WithContext

WithContext adds the context to the revoke user app session params

func (*RevokeUserAppSessionParams) WithDefaults

WithDefaults hydrates default values in the revoke user app session params (not the query body).

All values with no default are reset to their zero value.

func (*RevokeUserAppSessionParams) WithHTTPClient

WithHTTPClient adds the HTTPClient to the revoke user app session params

func (*RevokeUserAppSessionParams) WithSessionID

WithSessionID adds the sessionID to the revoke user app session params

func (*RevokeUserAppSessionParams) WithTimeout

WithTimeout adds the timeout to the revoke user app session params

func (*RevokeUserAppSessionParams) WithVersion

WithVersion adds the version to the revoke user app session params

func (*RevokeUserAppSessionParams) WriteToRequest

WriteToRequest writes these params to a swagger request

type RevokeUserAppSessionReader

type RevokeUserAppSessionReader struct {
	// contains filtered or unexported fields
}

RevokeUserAppSessionReader is a Reader for the RevokeUserAppSession structure.

func (*RevokeUserAppSessionReader) ReadResponse

func (o *RevokeUserAppSessionReader) ReadResponse(response runtime.ClientResponse, consumer runtime.Consumer) (interface{}, error)

ReadResponse reads a server response into the received o.

type RevokeUserAppSessionUnauthorized

type RevokeUserAppSessionUnauthorized 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 *models.ErrorDocument
}

RevokeUserAppSessionUnauthorized describes a response with status code 401, with default header values.

Unauthorized: the request requires an authentication token or a token with more permissions.

func NewRevokeUserAppSessionUnauthorized

func NewRevokeUserAppSessionUnauthorized() *RevokeUserAppSessionUnauthorized

NewRevokeUserAppSessionUnauthorized creates a RevokeUserAppSessionUnauthorized with default headers values

func (*RevokeUserAppSessionUnauthorized) Code

Code gets the status code for the revoke user app session unauthorized response

func (*RevokeUserAppSessionUnauthorized) Error

func (*RevokeUserAppSessionUnauthorized) GetPayload

func (*RevokeUserAppSessionUnauthorized) IsClientError

func (o *RevokeUserAppSessionUnauthorized) IsClientError() bool

IsClientError returns true when this revoke user app session unauthorized response has a 4xx status code

func (*RevokeUserAppSessionUnauthorized) IsCode

func (o *RevokeUserAppSessionUnauthorized) IsCode(code int) bool

IsCode returns true when this revoke user app session unauthorized response a status code equal to that given

func (*RevokeUserAppSessionUnauthorized) IsRedirect

func (o *RevokeUserAppSessionUnauthorized) IsRedirect() bool

IsRedirect returns true when this revoke user app session unauthorized response has a 3xx status code

func (*RevokeUserAppSessionUnauthorized) IsServerError

func (o *RevokeUserAppSessionUnauthorized) IsServerError() bool

IsServerError returns true when this revoke user app session unauthorized response has a 5xx status code

func (*RevokeUserAppSessionUnauthorized) IsSuccess

func (o *RevokeUserAppSessionUnauthorized) IsSuccess() bool

IsSuccess returns true when this revoke user app session unauthorized response has a 2xx status code

func (*RevokeUserAppSessionUnauthorized) String

type RevokeUserInstalledAppBadRequest

type RevokeUserInstalledAppBadRequest 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 *models.ErrorDocument
}

RevokeUserInstalledAppBadRequest 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 NewRevokeUserInstalledAppBadRequest

func NewRevokeUserInstalledAppBadRequest() *RevokeUserInstalledAppBadRequest

NewRevokeUserInstalledAppBadRequest creates a RevokeUserInstalledAppBadRequest with default headers values

func (*RevokeUserInstalledAppBadRequest) Code

Code gets the status code for the revoke user installed app bad request response

func (*RevokeUserInstalledAppBadRequest) Error

func (*RevokeUserInstalledAppBadRequest) GetPayload

func (*RevokeUserInstalledAppBadRequest) IsClientError

func (o *RevokeUserInstalledAppBadRequest) IsClientError() bool

IsClientError returns true when this revoke user installed app bad request response has a 4xx status code

func (*RevokeUserInstalledAppBadRequest) IsCode

func (o *RevokeUserInstalledAppBadRequest) IsCode(code int) bool

IsCode returns true when this revoke user installed app bad request response a status code equal to that given

func (*RevokeUserInstalledAppBadRequest) IsRedirect

func (o *RevokeUserInstalledAppBadRequest) IsRedirect() bool

IsRedirect returns true when this revoke user installed app bad request response has a 3xx status code

func (*RevokeUserInstalledAppBadRequest) IsServerError

func (o *RevokeUserInstalledAppBadRequest) IsServerError() bool

IsServerError returns true when this revoke user installed app bad request response has a 5xx status code

func (*RevokeUserInstalledAppBadRequest) IsSuccess

func (o *RevokeUserInstalledAppBadRequest) IsSuccess() bool

IsSuccess returns true when this revoke user installed app bad request response has a 2xx status code

func (*RevokeUserInstalledAppBadRequest) String

type RevokeUserInstalledAppConflict

type RevokeUserInstalledAppConflict 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 *models.ErrorDocument
}

RevokeUserInstalledAppConflict describes a response with status code 409, with default header values.

Conflict: The requested operation conflicts with the current state of the resource in some way.

func NewRevokeUserInstalledAppConflict

func NewRevokeUserInstalledAppConflict() *RevokeUserInstalledAppConflict

NewRevokeUserInstalledAppConflict creates a RevokeUserInstalledAppConflict with default headers values

func (*RevokeUserInstalledAppConflict) Code

Code gets the status code for the revoke user installed app conflict response

func (*RevokeUserInstalledAppConflict) Error

func (*RevokeUserInstalledAppConflict) GetPayload

func (*RevokeUserInstalledAppConflict) IsClientError

func (o *RevokeUserInstalledAppConflict) IsClientError() bool

IsClientError returns true when this revoke user installed app conflict response has a 4xx status code

func (*RevokeUserInstalledAppConflict) IsCode

func (o *RevokeUserInstalledAppConflict) IsCode(code int) bool

IsCode returns true when this revoke user installed app conflict response a status code equal to that given

func (*RevokeUserInstalledAppConflict) IsRedirect

func (o *RevokeUserInstalledAppConflict) IsRedirect() bool

IsRedirect returns true when this revoke user installed app conflict response has a 3xx status code

func (*RevokeUserInstalledAppConflict) IsServerError

func (o *RevokeUserInstalledAppConflict) IsServerError() bool

IsServerError returns true when this revoke user installed app conflict response has a 5xx status code

func (*RevokeUserInstalledAppConflict) IsSuccess

func (o *RevokeUserInstalledAppConflict) IsSuccess() bool

IsSuccess returns true when this revoke user installed app conflict response has a 2xx status code

func (*RevokeUserInstalledAppConflict) String

type RevokeUserInstalledAppForbidden

type RevokeUserInstalledAppForbidden 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 *RevokeUserInstalledAppForbiddenBody
}

RevokeUserInstalledAppForbidden describes a response with status code 403, with default header values.

Forbidden: the request requires an authentication token with more or different permissions.

func NewRevokeUserInstalledAppForbidden

func NewRevokeUserInstalledAppForbidden() *RevokeUserInstalledAppForbidden

NewRevokeUserInstalledAppForbidden creates a RevokeUserInstalledAppForbidden with default headers values

func (*RevokeUserInstalledAppForbidden) Code

Code gets the status code for the revoke user installed app forbidden response

func (*RevokeUserInstalledAppForbidden) Error

func (*RevokeUserInstalledAppForbidden) GetPayload

func (*RevokeUserInstalledAppForbidden) IsClientError

func (o *RevokeUserInstalledAppForbidden) IsClientError() bool

IsClientError returns true when this revoke user installed app forbidden response has a 4xx status code

func (*RevokeUserInstalledAppForbidden) IsCode

func (o *RevokeUserInstalledAppForbidden) IsCode(code int) bool

IsCode returns true when this revoke user installed app forbidden response a status code equal to that given

func (*RevokeUserInstalledAppForbidden) IsRedirect

func (o *RevokeUserInstalledAppForbidden) IsRedirect() bool

IsRedirect returns true when this revoke user installed app forbidden response has a 3xx status code

func (*RevokeUserInstalledAppForbidden) IsServerError

func (o *RevokeUserInstalledAppForbidden) IsServerError() bool

IsServerError returns true when this revoke user installed app forbidden response has a 5xx status code

func (*RevokeUserInstalledAppForbidden) IsSuccess

func (o *RevokeUserInstalledAppForbidden) IsSuccess() bool

IsSuccess returns true when this revoke user installed app forbidden response has a 2xx status code

func (*RevokeUserInstalledAppForbidden) String

type RevokeUserInstalledAppForbiddenBody

type RevokeUserInstalledAppForbiddenBody struct {

	// errors
	// Example: [{"detail":"Permission denied for this resource","status":"403"}]
	// Required: true
	// Min Items: 1
	Errors []*RevokeUserInstalledAppForbiddenBodyErrorsItems0 `json:"errors"`

	// jsonapi
	// Required: true
	Jsonapi *RevokeUserInstalledAppForbiddenBodyJsonapi `json:"jsonapi"`
}

RevokeUserInstalledAppForbiddenBody revoke user installed app forbidden body // Example: {"errors":[{"detail":"Permission denied for this resource","status":"403"}],"jsonapi":{"version":"1.0"}} swagger:model RevokeUserInstalledAppForbiddenBody

func (*RevokeUserInstalledAppForbiddenBody) ContextValidate

func (o *RevokeUserInstalledAppForbiddenBody) ContextValidate(ctx context.Context, formats strfmt.Registry) error

ContextValidate validate this revoke user installed app forbidden body based on the context it is used

func (*RevokeUserInstalledAppForbiddenBody) MarshalBinary

func (o *RevokeUserInstalledAppForbiddenBody) MarshalBinary() ([]byte, error)

MarshalBinary interface implementation

func (*RevokeUserInstalledAppForbiddenBody) UnmarshalBinary

func (o *RevokeUserInstalledAppForbiddenBody) UnmarshalBinary(b []byte) error

UnmarshalBinary interface implementation

func (*RevokeUserInstalledAppForbiddenBody) Validate

Validate validates this revoke user installed app forbidden body

type RevokeUserInstalledAppForbiddenBodyErrorsItems0

type RevokeUserInstalledAppForbiddenBodyErrorsItems0 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"`

	// meta
	// Example: {"key":"value"}
	Meta interface{} `json:"meta,omitempty"`

	// source
	Source *RevokeUserInstalledAppForbiddenBodyErrorsItems0Source `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"`
}

RevokeUserInstalledAppForbiddenBodyErrorsItems0 revoke user installed app forbidden body errors items0 // Example: {"detail":"Not Found","status":"404"} swagger:model RevokeUserInstalledAppForbiddenBodyErrorsItems0

func (*RevokeUserInstalledAppForbiddenBodyErrorsItems0) ContextValidate

ContextValidate validate this revoke user installed app forbidden body errors items0 based on the context it is used

func (*RevokeUserInstalledAppForbiddenBodyErrorsItems0) MarshalBinary

MarshalBinary interface implementation

func (*RevokeUserInstalledAppForbiddenBodyErrorsItems0) UnmarshalBinary

UnmarshalBinary interface implementation

func (*RevokeUserInstalledAppForbiddenBodyErrorsItems0) Validate

Validate validates this revoke user installed app forbidden body errors items0

type RevokeUserInstalledAppForbiddenBodyErrorsItems0Source

type RevokeUserInstalledAppForbiddenBodyErrorsItems0Source 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"`
}

RevokeUserInstalledAppForbiddenBodyErrorsItems0Source revoke user installed app forbidden body errors items0 source // Example: {"pointer":"/data/attributes"} swagger:model RevokeUserInstalledAppForbiddenBodyErrorsItems0Source

func (*RevokeUserInstalledAppForbiddenBodyErrorsItems0Source) ContextValidate

ContextValidate validates this revoke user installed app forbidden body errors items0 source based on context it is used

func (*RevokeUserInstalledAppForbiddenBodyErrorsItems0Source) MarshalBinary

MarshalBinary interface implementation

func (*RevokeUserInstalledAppForbiddenBodyErrorsItems0Source) UnmarshalBinary

UnmarshalBinary interface implementation

func (*RevokeUserInstalledAppForbiddenBodyErrorsItems0Source) Validate

Validate validates this revoke user installed app forbidden body errors items0 source

type RevokeUserInstalledAppForbiddenBodyJsonapi

type RevokeUserInstalledAppForbiddenBodyJsonapi 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"`
}

RevokeUserInstalledAppForbiddenBodyJsonapi revoke user installed app forbidden body jsonapi // Example: {"version":"1.0"} swagger:model RevokeUserInstalledAppForbiddenBodyJsonapi

func (*RevokeUserInstalledAppForbiddenBodyJsonapi) ContextValidate

ContextValidate validates this revoke user installed app forbidden body jsonapi based on context it is used

func (*RevokeUserInstalledAppForbiddenBodyJsonapi) MarshalBinary

func (o *RevokeUserInstalledAppForbiddenBodyJsonapi) MarshalBinary() ([]byte, error)

MarshalBinary interface implementation

func (*RevokeUserInstalledAppForbiddenBodyJsonapi) UnmarshalBinary

func (o *RevokeUserInstalledAppForbiddenBodyJsonapi) UnmarshalBinary(b []byte) error

UnmarshalBinary interface implementation

func (*RevokeUserInstalledAppForbiddenBodyJsonapi) Validate

Validate validates this revoke user installed app forbidden body jsonapi

type RevokeUserInstalledAppInternalServerError

type RevokeUserInstalledAppInternalServerError 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 *models.ErrorDocument
}

RevokeUserInstalledAppInternalServerError 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 NewRevokeUserInstalledAppInternalServerError

func NewRevokeUserInstalledAppInternalServerError() *RevokeUserInstalledAppInternalServerError

NewRevokeUserInstalledAppInternalServerError creates a RevokeUserInstalledAppInternalServerError with default headers values

func (*RevokeUserInstalledAppInternalServerError) Code

Code gets the status code for the revoke user installed app internal server error response

func (*RevokeUserInstalledAppInternalServerError) Error

func (*RevokeUserInstalledAppInternalServerError) GetPayload

func (*RevokeUserInstalledAppInternalServerError) IsClientError

IsClientError returns true when this revoke user installed app internal server error response has a 4xx status code

func (*RevokeUserInstalledAppInternalServerError) IsCode

IsCode returns true when this revoke user installed app internal server error response a status code equal to that given

func (*RevokeUserInstalledAppInternalServerError) IsRedirect

IsRedirect returns true when this revoke user installed app internal server error response has a 3xx status code

func (*RevokeUserInstalledAppInternalServerError) IsServerError

IsServerError returns true when this revoke user installed app internal server error response has a 5xx status code

func (*RevokeUserInstalledAppInternalServerError) IsSuccess

IsSuccess returns true when this revoke user installed app internal server error response has a 2xx status code

func (*RevokeUserInstalledAppInternalServerError) String

type RevokeUserInstalledAppNoContent

type RevokeUserInstalledAppNoContent 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
	Location    string

	/* 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
}

RevokeUserInstalledAppNoContent describes a response with status code 204, with default header values.

The app has been revoked

func NewRevokeUserInstalledAppNoContent

func NewRevokeUserInstalledAppNoContent() *RevokeUserInstalledAppNoContent

NewRevokeUserInstalledAppNoContent creates a RevokeUserInstalledAppNoContent with default headers values

func (*RevokeUserInstalledAppNoContent) Code

Code gets the status code for the revoke user installed app no content response

func (*RevokeUserInstalledAppNoContent) Error

func (*RevokeUserInstalledAppNoContent) IsClientError

func (o *RevokeUserInstalledAppNoContent) IsClientError() bool

IsClientError returns true when this revoke user installed app no content response has a 4xx status code

func (*RevokeUserInstalledAppNoContent) IsCode

func (o *RevokeUserInstalledAppNoContent) IsCode(code int) bool

IsCode returns true when this revoke user installed app no content response a status code equal to that given

func (*RevokeUserInstalledAppNoContent) IsRedirect

func (o *RevokeUserInstalledAppNoContent) IsRedirect() bool

IsRedirect returns true when this revoke user installed app no content response has a 3xx status code

func (*RevokeUserInstalledAppNoContent) IsServerError

func (o *RevokeUserInstalledAppNoContent) IsServerError() bool

IsServerError returns true when this revoke user installed app no content response has a 5xx status code

func (*RevokeUserInstalledAppNoContent) IsSuccess

func (o *RevokeUserInstalledAppNoContent) IsSuccess() bool

IsSuccess returns true when this revoke user installed app no content response has a 2xx status code

func (*RevokeUserInstalledAppNoContent) String

type RevokeUserInstalledAppNotFound

type RevokeUserInstalledAppNotFound 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 *models.ErrorDocument
}

RevokeUserInstalledAppNotFound describes a response with status code 404, with default header values.

Not Found: The resource being operated on could not be found.

func NewRevokeUserInstalledAppNotFound

func NewRevokeUserInstalledAppNotFound() *RevokeUserInstalledAppNotFound

NewRevokeUserInstalledAppNotFound creates a RevokeUserInstalledAppNotFound with default headers values

func (*RevokeUserInstalledAppNotFound) Code

Code gets the status code for the revoke user installed app not found response

func (*RevokeUserInstalledAppNotFound) Error

func (*RevokeUserInstalledAppNotFound) GetPayload

func (*RevokeUserInstalledAppNotFound) IsClientError

func (o *RevokeUserInstalledAppNotFound) IsClientError() bool

IsClientError returns true when this revoke user installed app not found response has a 4xx status code

func (*RevokeUserInstalledAppNotFound) IsCode

func (o *RevokeUserInstalledAppNotFound) IsCode(code int) bool

IsCode returns true when this revoke user installed app not found response a status code equal to that given

func (*RevokeUserInstalledAppNotFound) IsRedirect

func (o *RevokeUserInstalledAppNotFound) IsRedirect() bool

IsRedirect returns true when this revoke user installed app not found response has a 3xx status code

func (*RevokeUserInstalledAppNotFound) IsServerError

func (o *RevokeUserInstalledAppNotFound) IsServerError() bool

IsServerError returns true when this revoke user installed app not found response has a 5xx status code

func (*RevokeUserInstalledAppNotFound) IsSuccess

func (o *RevokeUserInstalledAppNotFound) IsSuccess() bool

IsSuccess returns true when this revoke user installed app not found response has a 2xx status code

func (*RevokeUserInstalledAppNotFound) String

type RevokeUserInstalledAppParams

type RevokeUserInstalledAppParams struct {

	/* AppID.

	   App ID

	   Format: uuid
	*/
	AppID 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
}

RevokeUserInstalledAppParams contains all the parameters to send to the API endpoint

for the revoke user installed app operation.

Typically these are written to a http.Request.

func NewRevokeUserInstalledAppParams

func NewRevokeUserInstalledAppParams() *RevokeUserInstalledAppParams

NewRevokeUserInstalledAppParams creates a new RevokeUserInstalledAppParams 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 NewRevokeUserInstalledAppParamsWithContext

func NewRevokeUserInstalledAppParamsWithContext(ctx context.Context) *RevokeUserInstalledAppParams

NewRevokeUserInstalledAppParamsWithContext creates a new RevokeUserInstalledAppParams object with the ability to set a context for a request.

func NewRevokeUserInstalledAppParamsWithHTTPClient

func NewRevokeUserInstalledAppParamsWithHTTPClient(client *http.Client) *RevokeUserInstalledAppParams

NewRevokeUserInstalledAppParamsWithHTTPClient creates a new RevokeUserInstalledAppParams object with the ability to set a custom HTTPClient for a request.

func NewRevokeUserInstalledAppParamsWithTimeout

func NewRevokeUserInstalledAppParamsWithTimeout(timeout time.Duration) *RevokeUserInstalledAppParams

NewRevokeUserInstalledAppParamsWithTimeout creates a new RevokeUserInstalledAppParams object with the ability to set a timeout on a request.

func (*RevokeUserInstalledAppParams) SetAppID

func (o *RevokeUserInstalledAppParams) SetAppID(appID strfmt.UUID)

SetAppID adds the appId to the revoke user installed app params

func (*RevokeUserInstalledAppParams) SetContext

func (o *RevokeUserInstalledAppParams) SetContext(ctx context.Context)

SetContext adds the context to the revoke user installed app params

func (*RevokeUserInstalledAppParams) SetDefaults

func (o *RevokeUserInstalledAppParams) SetDefaults()

SetDefaults hydrates default values in the revoke user installed app params (not the query body).

All values with no default are reset to their zero value.

func (*RevokeUserInstalledAppParams) SetHTTPClient

func (o *RevokeUserInstalledAppParams) SetHTTPClient(client *http.Client)

SetHTTPClient adds the HTTPClient to the revoke user installed app params

func (*RevokeUserInstalledAppParams) SetTimeout

func (o *RevokeUserInstalledAppParams) SetTimeout(timeout time.Duration)

SetTimeout adds the timeout to the revoke user installed app params

func (*RevokeUserInstalledAppParams) SetVersion

func (o *RevokeUserInstalledAppParams) SetVersion(version string)

SetVersion adds the version to the revoke user installed app params

func (*RevokeUserInstalledAppParams) WithAppID

WithAppID adds the appID to the revoke user installed app params

func (*RevokeUserInstalledAppParams) WithContext

WithContext adds the context to the revoke user installed app params

func (*RevokeUserInstalledAppParams) WithDefaults

WithDefaults hydrates default values in the revoke user installed app params (not the query body).

All values with no default are reset to their zero value.

func (*RevokeUserInstalledAppParams) WithHTTPClient

WithHTTPClient adds the HTTPClient to the revoke user installed app params

func (*RevokeUserInstalledAppParams) WithTimeout

WithTimeout adds the timeout to the revoke user installed app params

func (*RevokeUserInstalledAppParams) WithVersion

WithVersion adds the version to the revoke user installed app params

func (*RevokeUserInstalledAppParams) WriteToRequest

WriteToRequest writes these params to a swagger request

type RevokeUserInstalledAppReader

type RevokeUserInstalledAppReader struct {
	// contains filtered or unexported fields
}

RevokeUserInstalledAppReader is a Reader for the RevokeUserInstalledApp structure.

func (*RevokeUserInstalledAppReader) ReadResponse

func (o *RevokeUserInstalledAppReader) ReadResponse(response runtime.ClientResponse, consumer runtime.Consumer) (interface{}, error)

ReadResponse reads a server response into the received o.

type RevokeUserInstalledAppUnauthorized

type RevokeUserInstalledAppUnauthorized 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 *models.ErrorDocument
}

RevokeUserInstalledAppUnauthorized describes a response with status code 401, with default header values.

Unauthorized: the request requires an authentication token or a token with more permissions.

func NewRevokeUserInstalledAppUnauthorized

func NewRevokeUserInstalledAppUnauthorized() *RevokeUserInstalledAppUnauthorized

NewRevokeUserInstalledAppUnauthorized creates a RevokeUserInstalledAppUnauthorized with default headers values

func (*RevokeUserInstalledAppUnauthorized) Code

Code gets the status code for the revoke user installed app unauthorized response

func (*RevokeUserInstalledAppUnauthorized) Error

func (*RevokeUserInstalledAppUnauthorized) GetPayload

func (*RevokeUserInstalledAppUnauthorized) IsClientError

func (o *RevokeUserInstalledAppUnauthorized) IsClientError() bool

IsClientError returns true when this revoke user installed app unauthorized response has a 4xx status code

func (*RevokeUserInstalledAppUnauthorized) IsCode

IsCode returns true when this revoke user installed app unauthorized response a status code equal to that given

func (*RevokeUserInstalledAppUnauthorized) IsRedirect

func (o *RevokeUserInstalledAppUnauthorized) IsRedirect() bool

IsRedirect returns true when this revoke user installed app unauthorized response has a 3xx status code

func (*RevokeUserInstalledAppUnauthorized) IsServerError

func (o *RevokeUserInstalledAppUnauthorized) IsServerError() bool

IsServerError returns true when this revoke user installed app unauthorized response has a 5xx status code

func (*RevokeUserInstalledAppUnauthorized) IsSuccess

IsSuccess returns true when this revoke user installed app unauthorized response has a 2xx status code

func (*RevokeUserInstalledAppUnauthorized) String

type UpdateAppBadRequest

type UpdateAppBadRequest 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 *models.ErrorDocument
}

UpdateAppBadRequest 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 NewUpdateAppBadRequest

func NewUpdateAppBadRequest() *UpdateAppBadRequest

NewUpdateAppBadRequest creates a UpdateAppBadRequest with default headers values

func (*UpdateAppBadRequest) Code

func (o *UpdateAppBadRequest) Code() int

Code gets the status code for the update app bad request response

func (*UpdateAppBadRequest) Error

func (o *UpdateAppBadRequest) Error() string

func (*UpdateAppBadRequest) GetPayload

func (o *UpdateAppBadRequest) GetPayload() *models.ErrorDocument

func (*UpdateAppBadRequest) IsClientError

func (o *UpdateAppBadRequest) IsClientError() bool

IsClientError returns true when this update app bad request response has a 4xx status code

func (*UpdateAppBadRequest) IsCode

func (o *UpdateAppBadRequest) IsCode(code int) bool

IsCode returns true when this update app bad request response a status code equal to that given

func (*UpdateAppBadRequest) IsRedirect

func (o *UpdateAppBadRequest) IsRedirect() bool

IsRedirect returns true when this update app bad request response has a 3xx status code

func (*UpdateAppBadRequest) IsServerError

func (o *UpdateAppBadRequest) IsServerError() bool

IsServerError returns true when this update app bad request response has a 5xx status code

func (*UpdateAppBadRequest) IsSuccess

func (o *UpdateAppBadRequest) IsSuccess() bool

IsSuccess returns true when this update app bad request response has a 2xx status code

func (*UpdateAppBadRequest) String

func (o *UpdateAppBadRequest) String() string

type UpdateAppConflict

type UpdateAppConflict 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 *models.ErrorDocument
}

UpdateAppConflict describes a response with status code 409, with default header values.

Conflict: The requested operation conflicts with the current state of the resource in some way.

func NewUpdateAppConflict

func NewUpdateAppConflict() *UpdateAppConflict

NewUpdateAppConflict creates a UpdateAppConflict with default headers values

func (*UpdateAppConflict) Code

func (o *UpdateAppConflict) Code() int

Code gets the status code for the update app conflict response

func (*UpdateAppConflict) Error

func (o *UpdateAppConflict) Error() string

func (*UpdateAppConflict) GetPayload

func (o *UpdateAppConflict) GetPayload() *models.ErrorDocument

func (*UpdateAppConflict) IsClientError

func (o *UpdateAppConflict) IsClientError() bool

IsClientError returns true when this update app conflict response has a 4xx status code

func (*UpdateAppConflict) IsCode

func (o *UpdateAppConflict) IsCode(code int) bool

IsCode returns true when this update app conflict response a status code equal to that given

func (*UpdateAppConflict) IsRedirect

func (o *UpdateAppConflict) IsRedirect() bool

IsRedirect returns true when this update app conflict response has a 3xx status code

func (*UpdateAppConflict) IsServerError

func (o *UpdateAppConflict) IsServerError() bool

IsServerError returns true when this update app conflict response has a 5xx status code

func (*UpdateAppConflict) IsSuccess

func (o *UpdateAppConflict) IsSuccess() bool

IsSuccess returns true when this update app conflict response has a 2xx status code

func (*UpdateAppConflict) String

func (o *UpdateAppConflict) String() string

type UpdateAppCreationByIDBadRequest

type UpdateAppCreationByIDBadRequest 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 *models.ErrorDocument
}

UpdateAppCreationByIDBadRequest 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 NewUpdateAppCreationByIDBadRequest

func NewUpdateAppCreationByIDBadRequest() *UpdateAppCreationByIDBadRequest

NewUpdateAppCreationByIDBadRequest creates a UpdateAppCreationByIDBadRequest with default headers values

func (*UpdateAppCreationByIDBadRequest) Code

Code gets the status code for the update app creation by Id bad request response

func (*UpdateAppCreationByIDBadRequest) Error

func (*UpdateAppCreationByIDBadRequest) GetPayload

func (*UpdateAppCreationByIDBadRequest) IsClientError

func (o *UpdateAppCreationByIDBadRequest) IsClientError() bool

IsClientError returns true when this update app creation by Id bad request response has a 4xx status code

func (*UpdateAppCreationByIDBadRequest) IsCode

func (o *UpdateAppCreationByIDBadRequest) IsCode(code int) bool

IsCode returns true when this update app creation by Id bad request response a status code equal to that given

func (*UpdateAppCreationByIDBadRequest) IsRedirect

func (o *UpdateAppCreationByIDBadRequest) IsRedirect() bool

IsRedirect returns true when this update app creation by Id bad request response has a 3xx status code

func (*UpdateAppCreationByIDBadRequest) IsServerError

func (o *UpdateAppCreationByIDBadRequest) IsServerError() bool

IsServerError returns true when this update app creation by Id bad request response has a 5xx status code

func (*UpdateAppCreationByIDBadRequest) IsSuccess

func (o *UpdateAppCreationByIDBadRequest) IsSuccess() bool

IsSuccess returns true when this update app creation by Id bad request response has a 2xx status code

func (*UpdateAppCreationByIDBadRequest) String

type UpdateAppCreationByIDConflict

type UpdateAppCreationByIDConflict 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 *models.ErrorDocument
}

UpdateAppCreationByIDConflict describes a response with status code 409, with default header values.

Conflict: The requested operation conflicts with the current state of the resource in some way.

func NewUpdateAppCreationByIDConflict

func NewUpdateAppCreationByIDConflict() *UpdateAppCreationByIDConflict

NewUpdateAppCreationByIDConflict creates a UpdateAppCreationByIDConflict with default headers values

func (*UpdateAppCreationByIDConflict) Code

Code gets the status code for the update app creation by Id conflict response

func (*UpdateAppCreationByIDConflict) Error

func (*UpdateAppCreationByIDConflict) GetPayload

func (*UpdateAppCreationByIDConflict) IsClientError

func (o *UpdateAppCreationByIDConflict) IsClientError() bool

IsClientError returns true when this update app creation by Id conflict response has a 4xx status code

func (*UpdateAppCreationByIDConflict) IsCode

func (o *UpdateAppCreationByIDConflict) IsCode(code int) bool

IsCode returns true when this update app creation by Id conflict response a status code equal to that given

func (*UpdateAppCreationByIDConflict) IsRedirect

func (o *UpdateAppCreationByIDConflict) IsRedirect() bool

IsRedirect returns true when this update app creation by Id conflict response has a 3xx status code

func (*UpdateAppCreationByIDConflict) IsServerError

func (o *UpdateAppCreationByIDConflict) IsServerError() bool

IsServerError returns true when this update app creation by Id conflict response has a 5xx status code

func (*UpdateAppCreationByIDConflict) IsSuccess

func (o *UpdateAppCreationByIDConflict) IsSuccess() bool

IsSuccess returns true when this update app creation by Id conflict response has a 2xx status code

func (*UpdateAppCreationByIDConflict) String

type UpdateAppCreationByIDForbidden

type UpdateAppCreationByIDForbidden 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 *UpdateAppCreationByIDForbiddenBody
}

UpdateAppCreationByIDForbidden describes a response with status code 403, with default header values.

Forbidden: the request requires an authentication token with more or different permissions.

func NewUpdateAppCreationByIDForbidden

func NewUpdateAppCreationByIDForbidden() *UpdateAppCreationByIDForbidden

NewUpdateAppCreationByIDForbidden creates a UpdateAppCreationByIDForbidden with default headers values

func (*UpdateAppCreationByIDForbidden) Code

Code gets the status code for the update app creation by Id forbidden response

func (*UpdateAppCreationByIDForbidden) Error

func (*UpdateAppCreationByIDForbidden) GetPayload

func (*UpdateAppCreationByIDForbidden) IsClientError

func (o *UpdateAppCreationByIDForbidden) IsClientError() bool

IsClientError returns true when this update app creation by Id forbidden response has a 4xx status code

func (*UpdateAppCreationByIDForbidden) IsCode

func (o *UpdateAppCreationByIDForbidden) IsCode(code int) bool

IsCode returns true when this update app creation by Id forbidden response a status code equal to that given

func (*UpdateAppCreationByIDForbidden) IsRedirect

func (o *UpdateAppCreationByIDForbidden) IsRedirect() bool

IsRedirect returns true when this update app creation by Id forbidden response has a 3xx status code

func (*UpdateAppCreationByIDForbidden) IsServerError

func (o *UpdateAppCreationByIDForbidden) IsServerError() bool

IsServerError returns true when this update app creation by Id forbidden response has a 5xx status code

func (*UpdateAppCreationByIDForbidden) IsSuccess

func (o *UpdateAppCreationByIDForbidden) IsSuccess() bool

IsSuccess returns true when this update app creation by Id forbidden response has a 2xx status code

func (*UpdateAppCreationByIDForbidden) String

type UpdateAppCreationByIDForbiddenBody

type UpdateAppCreationByIDForbiddenBody struct {

	// errors
	// Example: [{"detail":"Permission denied for this resource","status":"403"}]
	// Required: true
	// Min Items: 1
	Errors []*UpdateAppCreationByIDForbiddenBodyErrorsItems0 `json:"errors"`

	// jsonapi
	// Required: true
	Jsonapi *UpdateAppCreationByIDForbiddenBodyJsonapi `json:"jsonapi"`
}

UpdateAppCreationByIDForbiddenBody update app creation by ID forbidden body // Example: {"errors":[{"detail":"Permission denied for this resource","status":"403"}],"jsonapi":{"version":"1.0"}} swagger:model UpdateAppCreationByIDForbiddenBody

func (*UpdateAppCreationByIDForbiddenBody) ContextValidate

func (o *UpdateAppCreationByIDForbiddenBody) ContextValidate(ctx context.Context, formats strfmt.Registry) error

ContextValidate validate this update app creation by ID forbidden body based on the context it is used

func (*UpdateAppCreationByIDForbiddenBody) MarshalBinary

func (o *UpdateAppCreationByIDForbiddenBody) MarshalBinary() ([]byte, error)

MarshalBinary interface implementation

func (*UpdateAppCreationByIDForbiddenBody) UnmarshalBinary

func (o *UpdateAppCreationByIDForbiddenBody) UnmarshalBinary(b []byte) error

UnmarshalBinary interface implementation

func (*UpdateAppCreationByIDForbiddenBody) Validate

Validate validates this update app creation by ID forbidden body

type UpdateAppCreationByIDForbiddenBodyErrorsItems0

type UpdateAppCreationByIDForbiddenBodyErrorsItems0 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"`

	// meta
	// Example: {"key":"value"}
	Meta interface{} `json:"meta,omitempty"`

	// source
	Source *UpdateAppCreationByIDForbiddenBodyErrorsItems0Source `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"`
}

UpdateAppCreationByIDForbiddenBodyErrorsItems0 update app creation by ID forbidden body errors items0 // Example: {"detail":"Not Found","status":"404"} swagger:model UpdateAppCreationByIDForbiddenBodyErrorsItems0

func (*UpdateAppCreationByIDForbiddenBodyErrorsItems0) ContextValidate

ContextValidate validate this update app creation by ID forbidden body errors items0 based on the context it is used

func (*UpdateAppCreationByIDForbiddenBodyErrorsItems0) MarshalBinary

MarshalBinary interface implementation

func (*UpdateAppCreationByIDForbiddenBodyErrorsItems0) UnmarshalBinary

UnmarshalBinary interface implementation

func (*UpdateAppCreationByIDForbiddenBodyErrorsItems0) Validate

Validate validates this update app creation by ID forbidden body errors items0

type UpdateAppCreationByIDForbiddenBodyErrorsItems0Source

type UpdateAppCreationByIDForbiddenBodyErrorsItems0Source 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"`
}

UpdateAppCreationByIDForbiddenBodyErrorsItems0Source update app creation by ID forbidden body errors items0 source // Example: {"pointer":"/data/attributes"} swagger:model UpdateAppCreationByIDForbiddenBodyErrorsItems0Source

func (*UpdateAppCreationByIDForbiddenBodyErrorsItems0Source) ContextValidate

ContextValidate validates this update app creation by ID forbidden body errors items0 source based on context it is used

func (*UpdateAppCreationByIDForbiddenBodyErrorsItems0Source) MarshalBinary

MarshalBinary interface implementation

func (*UpdateAppCreationByIDForbiddenBodyErrorsItems0Source) UnmarshalBinary

UnmarshalBinary interface implementation

func (*UpdateAppCreationByIDForbiddenBodyErrorsItems0Source) Validate

Validate validates this update app creation by ID forbidden body errors items0 source

type UpdateAppCreationByIDForbiddenBodyJsonapi

type UpdateAppCreationByIDForbiddenBodyJsonapi 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"`
}

UpdateAppCreationByIDForbiddenBodyJsonapi update app creation by ID forbidden body jsonapi // Example: {"version":"1.0"} swagger:model UpdateAppCreationByIDForbiddenBodyJsonapi

func (*UpdateAppCreationByIDForbiddenBodyJsonapi) ContextValidate

ContextValidate validates this update app creation by ID forbidden body jsonapi based on context it is used

func (*UpdateAppCreationByIDForbiddenBodyJsonapi) MarshalBinary

func (o *UpdateAppCreationByIDForbiddenBodyJsonapi) MarshalBinary() ([]byte, error)

MarshalBinary interface implementation

func (*UpdateAppCreationByIDForbiddenBodyJsonapi) UnmarshalBinary

func (o *UpdateAppCreationByIDForbiddenBodyJsonapi) UnmarshalBinary(b []byte) error

UnmarshalBinary interface implementation

func (*UpdateAppCreationByIDForbiddenBodyJsonapi) Validate

Validate validates this update app creation by ID forbidden body jsonapi

type UpdateAppCreationByIDInternalServerError

type UpdateAppCreationByIDInternalServerError 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 *models.ErrorDocument
}

UpdateAppCreationByIDInternalServerError 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 NewUpdateAppCreationByIDInternalServerError

func NewUpdateAppCreationByIDInternalServerError() *UpdateAppCreationByIDInternalServerError

NewUpdateAppCreationByIDInternalServerError creates a UpdateAppCreationByIDInternalServerError with default headers values

func (*UpdateAppCreationByIDInternalServerError) Code

Code gets the status code for the update app creation by Id internal server error response

func (*UpdateAppCreationByIDInternalServerError) Error

func (*UpdateAppCreationByIDInternalServerError) GetPayload

func (*UpdateAppCreationByIDInternalServerError) IsClientError

IsClientError returns true when this update app creation by Id internal server error response has a 4xx status code

func (*UpdateAppCreationByIDInternalServerError) IsCode

IsCode returns true when this update app creation by Id internal server error response a status code equal to that given

func (*UpdateAppCreationByIDInternalServerError) IsRedirect

IsRedirect returns true when this update app creation by Id internal server error response has a 3xx status code

func (*UpdateAppCreationByIDInternalServerError) IsServerError

IsServerError returns true when this update app creation by Id internal server error response has a 5xx status code

func (*UpdateAppCreationByIDInternalServerError) IsSuccess

IsSuccess returns true when this update app creation by Id internal server error response has a 2xx status code

func (*UpdateAppCreationByIDInternalServerError) String

type UpdateAppCreationByIDNotFound

type UpdateAppCreationByIDNotFound 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 *models.ErrorDocument
}

UpdateAppCreationByIDNotFound describes a response with status code 404, with default header values.

Not Found: The resource being operated on could not be found.

func NewUpdateAppCreationByIDNotFound

func NewUpdateAppCreationByIDNotFound() *UpdateAppCreationByIDNotFound

NewUpdateAppCreationByIDNotFound creates a UpdateAppCreationByIDNotFound with default headers values

func (*UpdateAppCreationByIDNotFound) Code

Code gets the status code for the update app creation by Id not found response

func (*UpdateAppCreationByIDNotFound) Error

func (*UpdateAppCreationByIDNotFound) GetPayload

func (*UpdateAppCreationByIDNotFound) IsClientError

func (o *UpdateAppCreationByIDNotFound) IsClientError() bool

IsClientError returns true when this update app creation by Id not found response has a 4xx status code

func (*UpdateAppCreationByIDNotFound) IsCode

func (o *UpdateAppCreationByIDNotFound) IsCode(code int) bool

IsCode returns true when this update app creation by Id not found response a status code equal to that given

func (*UpdateAppCreationByIDNotFound) IsRedirect

func (o *UpdateAppCreationByIDNotFound) IsRedirect() bool

IsRedirect returns true when this update app creation by Id not found response has a 3xx status code

func (*UpdateAppCreationByIDNotFound) IsServerError

func (o *UpdateAppCreationByIDNotFound) IsServerError() bool

IsServerError returns true when this update app creation by Id not found response has a 5xx status code

func (*UpdateAppCreationByIDNotFound) IsSuccess

func (o *UpdateAppCreationByIDNotFound) IsSuccess() bool

IsSuccess returns true when this update app creation by Id not found response has a 2xx status code

func (*UpdateAppCreationByIDNotFound) String

type UpdateAppCreationByIDOK

type UpdateAppCreationByIDOK 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 *UpdateAppCreationByIDOKBody
}

UpdateAppCreationByIDOK describes a response with status code 200, with default header values.

The update app.

func NewUpdateAppCreationByIDOK

func NewUpdateAppCreationByIDOK() *UpdateAppCreationByIDOK

NewUpdateAppCreationByIDOK creates a UpdateAppCreationByIDOK with default headers values

func (*UpdateAppCreationByIDOK) Code

func (o *UpdateAppCreationByIDOK) Code() int

Code gets the status code for the update app creation by Id o k response

func (*UpdateAppCreationByIDOK) Error

func (o *UpdateAppCreationByIDOK) Error() string

func (*UpdateAppCreationByIDOK) GetPayload

func (*UpdateAppCreationByIDOK) IsClientError

func (o *UpdateAppCreationByIDOK) IsClientError() bool

IsClientError returns true when this update app creation by Id o k response has a 4xx status code

func (*UpdateAppCreationByIDOK) IsCode

func (o *UpdateAppCreationByIDOK) IsCode(code int) bool

IsCode returns true when this update app creation by Id o k response a status code equal to that given

func (*UpdateAppCreationByIDOK) IsRedirect

func (o *UpdateAppCreationByIDOK) IsRedirect() bool

IsRedirect returns true when this update app creation by Id o k response has a 3xx status code

func (*UpdateAppCreationByIDOK) IsServerError

func (o *UpdateAppCreationByIDOK) IsServerError() bool

IsServerError returns true when this update app creation by Id o k response has a 5xx status code

func (*UpdateAppCreationByIDOK) IsSuccess

func (o *UpdateAppCreationByIDOK) IsSuccess() bool

IsSuccess returns true when this update app creation by Id o k response has a 2xx status code

func (*UpdateAppCreationByIDOK) String

func (o *UpdateAppCreationByIDOK) String() string

type UpdateAppCreationByIDOKBody

type UpdateAppCreationByIDOKBody struct {

	// data
	Data *models.AppData `json:"data,omitempty"`

	// jsonapi
	Jsonapi *models.JSONAPI `json:"jsonapi,omitempty"`

	// links
	Links *models.SelfLink `json:"links,omitempty"`
}

UpdateAppCreationByIDOKBody update app creation by ID o k body swagger:model UpdateAppCreationByIDOKBody

func (*UpdateAppCreationByIDOKBody) ContextValidate

func (o *UpdateAppCreationByIDOKBody) ContextValidate(ctx context.Context, formats strfmt.Registry) error

ContextValidate validate this update app creation by ID o k body based on the context it is used

func (*UpdateAppCreationByIDOKBody) MarshalBinary

func (o *UpdateAppCreationByIDOKBody) MarshalBinary() ([]byte, error)

MarshalBinary interface implementation

func (*UpdateAppCreationByIDOKBody) UnmarshalBinary

func (o *UpdateAppCreationByIDOKBody) UnmarshalBinary(b []byte) error

UnmarshalBinary interface implementation

func (*UpdateAppCreationByIDOKBody) Validate

func (o *UpdateAppCreationByIDOKBody) Validate(formats strfmt.Registry) error

Validate validates this update app creation by ID o k body

type UpdateAppCreationByIDParams

type UpdateAppCreationByIDParams struct {

	/* AppID.

	   App ID

	   Format: uuid
	*/
	AppID strfmt.UUID

	// Body.
	Body *models.AppPatchRequest

	/* OrgID.

	   Org ID

	   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
}

UpdateAppCreationByIDParams contains all the parameters to send to the API endpoint

for the update app creation by ID operation.

Typically these are written to a http.Request.

func NewUpdateAppCreationByIDParams

func NewUpdateAppCreationByIDParams() *UpdateAppCreationByIDParams

NewUpdateAppCreationByIDParams creates a new UpdateAppCreationByIDParams 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 NewUpdateAppCreationByIDParamsWithContext

func NewUpdateAppCreationByIDParamsWithContext(ctx context.Context) *UpdateAppCreationByIDParams

NewUpdateAppCreationByIDParamsWithContext creates a new UpdateAppCreationByIDParams object with the ability to set a context for a request.

func NewUpdateAppCreationByIDParamsWithHTTPClient

func NewUpdateAppCreationByIDParamsWithHTTPClient(client *http.Client) *UpdateAppCreationByIDParams

NewUpdateAppCreationByIDParamsWithHTTPClient creates a new UpdateAppCreationByIDParams object with the ability to set a custom HTTPClient for a request.

func NewUpdateAppCreationByIDParamsWithTimeout

func NewUpdateAppCreationByIDParamsWithTimeout(timeout time.Duration) *UpdateAppCreationByIDParams

NewUpdateAppCreationByIDParamsWithTimeout creates a new UpdateAppCreationByIDParams object with the ability to set a timeout on a request.

func (*UpdateAppCreationByIDParams) SetAppID

func (o *UpdateAppCreationByIDParams) SetAppID(appID strfmt.UUID)

SetAppID adds the appId to the update app creation by ID params

func (*UpdateAppCreationByIDParams) SetBody

SetBody adds the body to the update app creation by ID params

func (*UpdateAppCreationByIDParams) SetContext

func (o *UpdateAppCreationByIDParams) SetContext(ctx context.Context)

SetContext adds the context to the update app creation by ID params

func (*UpdateAppCreationByIDParams) SetDefaults

func (o *UpdateAppCreationByIDParams) SetDefaults()

SetDefaults hydrates default values in the update app creation by ID params (not the query body).

All values with no default are reset to their zero value.

func (*UpdateAppCreationByIDParams) SetHTTPClient

func (o *UpdateAppCreationByIDParams) SetHTTPClient(client *http.Client)

SetHTTPClient adds the HTTPClient to the update app creation by ID params

func (*UpdateAppCreationByIDParams) SetOrgID

func (o *UpdateAppCreationByIDParams) SetOrgID(orgID strfmt.UUID)

SetOrgID adds the orgId to the update app creation by ID params

func (*UpdateAppCreationByIDParams) SetTimeout

func (o *UpdateAppCreationByIDParams) SetTimeout(timeout time.Duration)

SetTimeout adds the timeout to the update app creation by ID params

func (*UpdateAppCreationByIDParams) SetVersion

func (o *UpdateAppCreationByIDParams) SetVersion(version string)

SetVersion adds the version to the update app creation by ID params

func (*UpdateAppCreationByIDParams) WithAppID

WithAppID adds the appID to the update app creation by ID params

func (*UpdateAppCreationByIDParams) WithBody

WithBody adds the body to the update app creation by ID params

func (*UpdateAppCreationByIDParams) WithContext

WithContext adds the context to the update app creation by ID params

func (*UpdateAppCreationByIDParams) WithDefaults

WithDefaults hydrates default values in the update app creation by ID params (not the query body).

All values with no default are reset to their zero value.

func (*UpdateAppCreationByIDParams) WithHTTPClient

WithHTTPClient adds the HTTPClient to the update app creation by ID params

func (*UpdateAppCreationByIDParams) WithOrgID

WithOrgID adds the orgID to the update app creation by ID params

func (*UpdateAppCreationByIDParams) WithTimeout

WithTimeout adds the timeout to the update app creation by ID params

func (*UpdateAppCreationByIDParams) WithVersion

WithVersion adds the version to the update app creation by ID params

func (*UpdateAppCreationByIDParams) WriteToRequest

WriteToRequest writes these params to a swagger request

type UpdateAppCreationByIDReader

type UpdateAppCreationByIDReader struct {
	// contains filtered or unexported fields
}

UpdateAppCreationByIDReader is a Reader for the UpdateAppCreationByID structure.

func (*UpdateAppCreationByIDReader) ReadResponse

func (o *UpdateAppCreationByIDReader) ReadResponse(response runtime.ClientResponse, consumer runtime.Consumer) (interface{}, error)

ReadResponse reads a server response into the received o.

type UpdateAppCreationByIDUnauthorized

type UpdateAppCreationByIDUnauthorized 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 *models.ErrorDocument
}

UpdateAppCreationByIDUnauthorized describes a response with status code 401, with default header values.

Unauthorized: the request requires an authentication token or a token with more permissions.

func NewUpdateAppCreationByIDUnauthorized

func NewUpdateAppCreationByIDUnauthorized() *UpdateAppCreationByIDUnauthorized

NewUpdateAppCreationByIDUnauthorized creates a UpdateAppCreationByIDUnauthorized with default headers values

func (*UpdateAppCreationByIDUnauthorized) Code

Code gets the status code for the update app creation by Id unauthorized response

func (*UpdateAppCreationByIDUnauthorized) Error

func (*UpdateAppCreationByIDUnauthorized) GetPayload

func (*UpdateAppCreationByIDUnauthorized) IsClientError

func (o *UpdateAppCreationByIDUnauthorized) IsClientError() bool

IsClientError returns true when this update app creation by Id unauthorized response has a 4xx status code

func (*UpdateAppCreationByIDUnauthorized) IsCode

func (o *UpdateAppCreationByIDUnauthorized) IsCode(code int) bool

IsCode returns true when this update app creation by Id unauthorized response a status code equal to that given

func (*UpdateAppCreationByIDUnauthorized) IsRedirect

func (o *UpdateAppCreationByIDUnauthorized) IsRedirect() bool

IsRedirect returns true when this update app creation by Id unauthorized response has a 3xx status code

func (*UpdateAppCreationByIDUnauthorized) IsServerError

func (o *UpdateAppCreationByIDUnauthorized) IsServerError() bool

IsServerError returns true when this update app creation by Id unauthorized response has a 5xx status code

func (*UpdateAppCreationByIDUnauthorized) IsSuccess

func (o *UpdateAppCreationByIDUnauthorized) IsSuccess() bool

IsSuccess returns true when this update app creation by Id unauthorized response has a 2xx status code

func (*UpdateAppCreationByIDUnauthorized) String

type UpdateAppForbidden

type UpdateAppForbidden 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 *UpdateAppForbiddenBody
}

UpdateAppForbidden describes a response with status code 403, with default header values.

Forbidden: the request requires an authentication token with more or different permissions.

func NewUpdateAppForbidden

func NewUpdateAppForbidden() *UpdateAppForbidden

NewUpdateAppForbidden creates a UpdateAppForbidden with default headers values

func (*UpdateAppForbidden) Code

func (o *UpdateAppForbidden) Code() int

Code gets the status code for the update app forbidden response

func (*UpdateAppForbidden) Error

func (o *UpdateAppForbidden) Error() string

func (*UpdateAppForbidden) GetPayload

func (o *UpdateAppForbidden) GetPayload() *UpdateAppForbiddenBody

func (*UpdateAppForbidden) IsClientError

func (o *UpdateAppForbidden) IsClientError() bool

IsClientError returns true when this update app forbidden response has a 4xx status code

func (*UpdateAppForbidden) IsCode

func (o *UpdateAppForbidden) IsCode(code int) bool

IsCode returns true when this update app forbidden response a status code equal to that given

func (*UpdateAppForbidden) IsRedirect

func (o *UpdateAppForbidden) IsRedirect() bool

IsRedirect returns true when this update app forbidden response has a 3xx status code

func (*UpdateAppForbidden) IsServerError

func (o *UpdateAppForbidden) IsServerError() bool

IsServerError returns true when this update app forbidden response has a 5xx status code

func (*UpdateAppForbidden) IsSuccess

func (o *UpdateAppForbidden) IsSuccess() bool

IsSuccess returns true when this update app forbidden response has a 2xx status code

func (*UpdateAppForbidden) String

func (o *UpdateAppForbidden) String() string

type UpdateAppForbiddenBody

type UpdateAppForbiddenBody struct {

	// errors
	// Example: [{"detail":"Permission denied for this resource","status":"403"}]
	// Required: true
	// Min Items: 1
	Errors []*UpdateAppForbiddenBodyErrorsItems0 `json:"errors"`

	// jsonapi
	// Required: true
	Jsonapi *UpdateAppForbiddenBodyJsonapi `json:"jsonapi"`
}

UpdateAppForbiddenBody update app forbidden body // Example: {"errors":[{"detail":"Permission denied for this resource","status":"403"}],"jsonapi":{"version":"1.0"}} swagger:model UpdateAppForbiddenBody

func (*UpdateAppForbiddenBody) ContextValidate

func (o *UpdateAppForbiddenBody) ContextValidate(ctx context.Context, formats strfmt.Registry) error

ContextValidate validate this update app forbidden body based on the context it is used

func (*UpdateAppForbiddenBody) MarshalBinary

func (o *UpdateAppForbiddenBody) MarshalBinary() ([]byte, error)

MarshalBinary interface implementation

func (*UpdateAppForbiddenBody) UnmarshalBinary

func (o *UpdateAppForbiddenBody) UnmarshalBinary(b []byte) error

UnmarshalBinary interface implementation

func (*UpdateAppForbiddenBody) Validate

func (o *UpdateAppForbiddenBody) Validate(formats strfmt.Registry) error

Validate validates this update app forbidden body

type UpdateAppForbiddenBodyErrorsItems0

type UpdateAppForbiddenBodyErrorsItems0 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"`

	// meta
	// Example: {"key":"value"}
	Meta interface{} `json:"meta,omitempty"`

	// source
	Source *UpdateAppForbiddenBodyErrorsItems0Source `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"`
}

UpdateAppForbiddenBodyErrorsItems0 update app forbidden body errors items0 // Example: {"detail":"Not Found","status":"404"} swagger:model UpdateAppForbiddenBodyErrorsItems0

func (*UpdateAppForbiddenBodyErrorsItems0) ContextValidate

func (o *UpdateAppForbiddenBodyErrorsItems0) ContextValidate(ctx context.Context, formats strfmt.Registry) error

ContextValidate validate this update app forbidden body errors items0 based on the context it is used

func (*UpdateAppForbiddenBodyErrorsItems0) MarshalBinary

func (o *UpdateAppForbiddenBodyErrorsItems0) MarshalBinary() ([]byte, error)

MarshalBinary interface implementation

func (*UpdateAppForbiddenBodyErrorsItems0) UnmarshalBinary

func (o *UpdateAppForbiddenBodyErrorsItems0) UnmarshalBinary(b []byte) error

UnmarshalBinary interface implementation

func (*UpdateAppForbiddenBodyErrorsItems0) Validate

Validate validates this update app forbidden body errors items0

type UpdateAppForbiddenBodyErrorsItems0Source

type UpdateAppForbiddenBodyErrorsItems0Source 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"`
}

UpdateAppForbiddenBodyErrorsItems0Source update app forbidden body errors items0 source // Example: {"pointer":"/data/attributes"} swagger:model UpdateAppForbiddenBodyErrorsItems0Source

func (*UpdateAppForbiddenBodyErrorsItems0Source) ContextValidate

ContextValidate validates this update app forbidden body errors items0 source based on context it is used

func (*UpdateAppForbiddenBodyErrorsItems0Source) MarshalBinary

func (o *UpdateAppForbiddenBodyErrorsItems0Source) MarshalBinary() ([]byte, error)

MarshalBinary interface implementation

func (*UpdateAppForbiddenBodyErrorsItems0Source) UnmarshalBinary

func (o *UpdateAppForbiddenBodyErrorsItems0Source) UnmarshalBinary(b []byte) error

UnmarshalBinary interface implementation

func (*UpdateAppForbiddenBodyErrorsItems0Source) Validate

Validate validates this update app forbidden body errors items0 source

type UpdateAppForbiddenBodyJsonapi

type UpdateAppForbiddenBodyJsonapi 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"`
}

UpdateAppForbiddenBodyJsonapi update app forbidden body jsonapi // Example: {"version":"1.0"} swagger:model UpdateAppForbiddenBodyJsonapi

func (*UpdateAppForbiddenBodyJsonapi) ContextValidate

func (o *UpdateAppForbiddenBodyJsonapi) ContextValidate(ctx context.Context, formats strfmt.Registry) error

ContextValidate validates this update app forbidden body jsonapi based on context it is used

func (*UpdateAppForbiddenBodyJsonapi) MarshalBinary

func (o *UpdateAppForbiddenBodyJsonapi) MarshalBinary() ([]byte, error)

MarshalBinary interface implementation

func (*UpdateAppForbiddenBodyJsonapi) UnmarshalBinary

func (o *UpdateAppForbiddenBodyJsonapi) UnmarshalBinary(b []byte) error

UnmarshalBinary interface implementation

func (*UpdateAppForbiddenBodyJsonapi) Validate

func (o *UpdateAppForbiddenBodyJsonapi) Validate(formats strfmt.Registry) error

Validate validates this update app forbidden body jsonapi

type UpdateAppInternalServerError

type UpdateAppInternalServerError 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 *models.ErrorDocument
}

UpdateAppInternalServerError 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 NewUpdateAppInternalServerError

func NewUpdateAppInternalServerError() *UpdateAppInternalServerError

NewUpdateAppInternalServerError creates a UpdateAppInternalServerError with default headers values

func (*UpdateAppInternalServerError) Code

Code gets the status code for the update app internal server error response

func (*UpdateAppInternalServerError) Error

func (*UpdateAppInternalServerError) GetPayload

func (*UpdateAppInternalServerError) IsClientError

func (o *UpdateAppInternalServerError) IsClientError() bool

IsClientError returns true when this update app internal server error response has a 4xx status code

func (*UpdateAppInternalServerError) IsCode

func (o *UpdateAppInternalServerError) IsCode(code int) bool

IsCode returns true when this update app internal server error response a status code equal to that given

func (*UpdateAppInternalServerError) IsRedirect

func (o *UpdateAppInternalServerError) IsRedirect() bool

IsRedirect returns true when this update app internal server error response has a 3xx status code

func (*UpdateAppInternalServerError) IsServerError

func (o *UpdateAppInternalServerError) IsServerError() bool

IsServerError returns true when this update app internal server error response has a 5xx status code

func (*UpdateAppInternalServerError) IsSuccess

func (o *UpdateAppInternalServerError) IsSuccess() bool

IsSuccess returns true when this update app internal server error response has a 2xx status code

func (*UpdateAppInternalServerError) String

type UpdateAppNotFound

type UpdateAppNotFound 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 *models.ErrorDocument
}

UpdateAppNotFound describes a response with status code 404, with default header values.

Not Found: The resource being operated on could not be found.

func NewUpdateAppNotFound

func NewUpdateAppNotFound() *UpdateAppNotFound

NewUpdateAppNotFound creates a UpdateAppNotFound with default headers values

func (*UpdateAppNotFound) Code

func (o *UpdateAppNotFound) Code() int

Code gets the status code for the update app not found response

func (*UpdateAppNotFound) Error

func (o *UpdateAppNotFound) Error() string

func (*UpdateAppNotFound) GetPayload

func (o *UpdateAppNotFound) GetPayload() *models.ErrorDocument

func (*UpdateAppNotFound) IsClientError

func (o *UpdateAppNotFound) IsClientError() bool

IsClientError returns true when this update app not found response has a 4xx status code

func (*UpdateAppNotFound) IsCode

func (o *UpdateAppNotFound) IsCode(code int) bool

IsCode returns true when this update app not found response a status code equal to that given

func (*UpdateAppNotFound) IsRedirect

func (o *UpdateAppNotFound) IsRedirect() bool

IsRedirect returns true when this update app not found response has a 3xx status code

func (*UpdateAppNotFound) IsServerError

func (o *UpdateAppNotFound) IsServerError() bool

IsServerError returns true when this update app not found response has a 5xx status code

func (*UpdateAppNotFound) IsSuccess

func (o *UpdateAppNotFound) IsSuccess() bool

IsSuccess returns true when this update app not found response has a 2xx status code

func (*UpdateAppNotFound) String

func (o *UpdateAppNotFound) String() string

type UpdateAppOK

type UpdateAppOK 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 *UpdateAppOKBody
}

UpdateAppOK describes a response with status code 200, with default header values.

The update app.

func NewUpdateAppOK

func NewUpdateAppOK() *UpdateAppOK

NewUpdateAppOK creates a UpdateAppOK with default headers values

func (*UpdateAppOK) Code

func (o *UpdateAppOK) Code() int

Code gets the status code for the update app o k response

func (*UpdateAppOK) Error

func (o *UpdateAppOK) Error() string

func (*UpdateAppOK) GetPayload

func (o *UpdateAppOK) GetPayload() *UpdateAppOKBody

func (*UpdateAppOK) IsClientError

func (o *UpdateAppOK) IsClientError() bool

IsClientError returns true when this update app o k response has a 4xx status code

func (*UpdateAppOK) IsCode

func (o *UpdateAppOK) IsCode(code int) bool

IsCode returns true when this update app o k response a status code equal to that given

func (*UpdateAppOK) IsRedirect

func (o *UpdateAppOK) IsRedirect() bool

IsRedirect returns true when this update app o k response has a 3xx status code

func (*UpdateAppOK) IsServerError

func (o *UpdateAppOK) IsServerError() bool

IsServerError returns true when this update app o k response has a 5xx status code

func (*UpdateAppOK) IsSuccess

func (o *UpdateAppOK) IsSuccess() bool

IsSuccess returns true when this update app o k response has a 2xx status code

func (*UpdateAppOK) String

func (o *UpdateAppOK) String() string

type UpdateAppOKBody

type UpdateAppOKBody struct {

	// data
	Data *models.AppData `json:"data,omitempty"`

	// jsonapi
	Jsonapi *models.JSONAPI `json:"jsonapi,omitempty"`

	// links
	Links *models.SelfLink `json:"links,omitempty"`
}

UpdateAppOKBody update app o k body swagger:model UpdateAppOKBody

func (*UpdateAppOKBody) ContextValidate

func (o *UpdateAppOKBody) ContextValidate(ctx context.Context, formats strfmt.Registry) error

ContextValidate validate this update app o k body based on the context it is used

func (*UpdateAppOKBody) MarshalBinary

func (o *UpdateAppOKBody) MarshalBinary() ([]byte, error)

MarshalBinary interface implementation

func (*UpdateAppOKBody) UnmarshalBinary

func (o *UpdateAppOKBody) UnmarshalBinary(b []byte) error

UnmarshalBinary interface implementation

func (*UpdateAppOKBody) Validate

func (o *UpdateAppOKBody) Validate(formats strfmt.Registry) error

Validate validates this update app o k body

type UpdateAppParams

type UpdateAppParams struct {

	// Body.
	Body *models.AppPatchRequest

	/* ClientID.

	   Client ID

	   Format: uuid
	*/
	ClientID strfmt.UUID

	/* OrgID.

	   Org ID

	   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
}

UpdateAppParams contains all the parameters to send to the API endpoint

for the update app operation.

Typically these are written to a http.Request.

func NewUpdateAppParams

func NewUpdateAppParams() *UpdateAppParams

NewUpdateAppParams creates a new UpdateAppParams 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 NewUpdateAppParamsWithContext

func NewUpdateAppParamsWithContext(ctx context.Context) *UpdateAppParams

NewUpdateAppParamsWithContext creates a new UpdateAppParams object with the ability to set a context for a request.

func NewUpdateAppParamsWithHTTPClient

func NewUpdateAppParamsWithHTTPClient(client *http.Client) *UpdateAppParams

NewUpdateAppParamsWithHTTPClient creates a new UpdateAppParams object with the ability to set a custom HTTPClient for a request.

func NewUpdateAppParamsWithTimeout

func NewUpdateAppParamsWithTimeout(timeout time.Duration) *UpdateAppParams

NewUpdateAppParamsWithTimeout creates a new UpdateAppParams object with the ability to set a timeout on a request.

func (*UpdateAppParams) SetBody

func (o *UpdateAppParams) SetBody(body *models.AppPatchRequest)

SetBody adds the body to the update app params

func (*UpdateAppParams) SetClientID

func (o *UpdateAppParams) SetClientID(clientID strfmt.UUID)

SetClientID adds the clientId to the update app params

func (*UpdateAppParams) SetContext

func (o *UpdateAppParams) SetContext(ctx context.Context)

SetContext adds the context to the update app params

func (*UpdateAppParams) SetDefaults

func (o *UpdateAppParams) SetDefaults()

SetDefaults hydrates default values in the update app params (not the query body).

All values with no default are reset to their zero value.

func (*UpdateAppParams) SetHTTPClient

func (o *UpdateAppParams) SetHTTPClient(client *http.Client)

SetHTTPClient adds the HTTPClient to the update app params

func (*UpdateAppParams) SetOrgID

func (o *UpdateAppParams) SetOrgID(orgID strfmt.UUID)

SetOrgID adds the orgId to the update app params

func (*UpdateAppParams) SetTimeout

func (o *UpdateAppParams) SetTimeout(timeout time.Duration)

SetTimeout adds the timeout to the update app params

func (*UpdateAppParams) SetVersion

func (o *UpdateAppParams) SetVersion(version string)

SetVersion adds the version to the update app params

func (*UpdateAppParams) WithBody

WithBody adds the body to the update app params

func (*UpdateAppParams) WithClientID

func (o *UpdateAppParams) WithClientID(clientID strfmt.UUID) *UpdateAppParams

WithClientID adds the clientID to the update app params

func (*UpdateAppParams) WithContext

func (o *UpdateAppParams) WithContext(ctx context.Context) *UpdateAppParams

WithContext adds the context to the update app params

func (*UpdateAppParams) WithDefaults

func (o *UpdateAppParams) WithDefaults() *UpdateAppParams

WithDefaults hydrates default values in the update app params (not the query body).

All values with no default are reset to their zero value.

func (*UpdateAppParams) WithHTTPClient

func (o *UpdateAppParams) WithHTTPClient(client *http.Client) *UpdateAppParams

WithHTTPClient adds the HTTPClient to the update app params

func (*UpdateAppParams) WithOrgID

func (o *UpdateAppParams) WithOrgID(orgID strfmt.UUID) *UpdateAppParams

WithOrgID adds the orgID to the update app params

func (*UpdateAppParams) WithTimeout

func (o *UpdateAppParams) WithTimeout(timeout time.Duration) *UpdateAppParams

WithTimeout adds the timeout to the update app params

func (*UpdateAppParams) WithVersion

func (o *UpdateAppParams) WithVersion(version string) *UpdateAppParams

WithVersion adds the version to the update app params

func (*UpdateAppParams) WriteToRequest

func (o *UpdateAppParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error

WriteToRequest writes these params to a swagger request

type UpdateAppReader

type UpdateAppReader struct {
	// contains filtered or unexported fields
}

UpdateAppReader is a Reader for the UpdateApp structure.

func (*UpdateAppReader) ReadResponse

func (o *UpdateAppReader) ReadResponse(response runtime.ClientResponse, consumer runtime.Consumer) (interface{}, error)

ReadResponse reads a server response into the received o.

type UpdateAppUnauthorized

type UpdateAppUnauthorized 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 *models.ErrorDocument
}

UpdateAppUnauthorized describes a response with status code 401, with default header values.

Unauthorized: the request requires an authentication token or a token with more permissions.

func NewUpdateAppUnauthorized

func NewUpdateAppUnauthorized() *UpdateAppUnauthorized

NewUpdateAppUnauthorized creates a UpdateAppUnauthorized with default headers values

func (*UpdateAppUnauthorized) Code

func (o *UpdateAppUnauthorized) Code() int

Code gets the status code for the update app unauthorized response

func (*UpdateAppUnauthorized) Error

func (o *UpdateAppUnauthorized) Error() string

func (*UpdateAppUnauthorized) GetPayload

func (o *UpdateAppUnauthorized) GetPayload() *models.ErrorDocument

func (*UpdateAppUnauthorized) IsClientError

func (o *UpdateAppUnauthorized) IsClientError() bool

IsClientError returns true when this update app unauthorized response has a 4xx status code

func (*UpdateAppUnauthorized) IsCode

func (o *UpdateAppUnauthorized) IsCode(code int) bool

IsCode returns true when this update app unauthorized response a status code equal to that given

func (*UpdateAppUnauthorized) IsRedirect

func (o *UpdateAppUnauthorized) IsRedirect() bool

IsRedirect returns true when this update app unauthorized response has a 3xx status code

func (*UpdateAppUnauthorized) IsServerError

func (o *UpdateAppUnauthorized) IsServerError() bool

IsServerError returns true when this update app unauthorized response has a 5xx status code

func (*UpdateAppUnauthorized) IsSuccess

func (o *UpdateAppUnauthorized) IsSuccess() bool

IsSuccess returns true when this update app unauthorized response has a 2xx status code

func (*UpdateAppUnauthorized) String

func (o *UpdateAppUnauthorized) String() string

type UpdateGroupAppInstallSecretBadRequest

type UpdateGroupAppInstallSecretBadRequest 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 *models.ErrorDocument
}

UpdateGroupAppInstallSecretBadRequest 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 NewUpdateGroupAppInstallSecretBadRequest

func NewUpdateGroupAppInstallSecretBadRequest() *UpdateGroupAppInstallSecretBadRequest

NewUpdateGroupAppInstallSecretBadRequest creates a UpdateGroupAppInstallSecretBadRequest with default headers values

func (*UpdateGroupAppInstallSecretBadRequest) Code

Code gets the status code for the update group app install secret bad request response

func (*UpdateGroupAppInstallSecretBadRequest) Error

func (*UpdateGroupAppInstallSecretBadRequest) GetPayload

func (*UpdateGroupAppInstallSecretBadRequest) IsClientError

func (o *UpdateGroupAppInstallSecretBadRequest) IsClientError() bool

IsClientError returns true when this update group app install secret bad request response has a 4xx status code

func (*UpdateGroupAppInstallSecretBadRequest) IsCode

IsCode returns true when this update group app install secret bad request response a status code equal to that given

func (*UpdateGroupAppInstallSecretBadRequest) IsRedirect

IsRedirect returns true when this update group app install secret bad request response has a 3xx status code

func (*UpdateGroupAppInstallSecretBadRequest) IsServerError

func (o *UpdateGroupAppInstallSecretBadRequest) IsServerError() bool

IsServerError returns true when this update group app install secret bad request response has a 5xx status code

func (*UpdateGroupAppInstallSecretBadRequest) IsSuccess

IsSuccess returns true when this update group app install secret bad request response has a 2xx status code

func (*UpdateGroupAppInstallSecretBadRequest) String

type UpdateGroupAppInstallSecretBody

type UpdateGroupAppInstallSecretBody struct {

	// data
	// Required: true
	Data *UpdateGroupAppInstallSecretParamsBodyData `json:"data"`
}

UpdateGroupAppInstallSecretBody update group app install secret body swagger:model UpdateGroupAppInstallSecretBody

func (*UpdateGroupAppInstallSecretBody) ContextValidate

func (o *UpdateGroupAppInstallSecretBody) ContextValidate(ctx context.Context, formats strfmt.Registry) error

ContextValidate validate this update group app install secret body based on the context it is used

func (*UpdateGroupAppInstallSecretBody) MarshalBinary

func (o *UpdateGroupAppInstallSecretBody) MarshalBinary() ([]byte, error)

MarshalBinary interface implementation

func (*UpdateGroupAppInstallSecretBody) UnmarshalBinary

func (o *UpdateGroupAppInstallSecretBody) UnmarshalBinary(b []byte) error

UnmarshalBinary interface implementation

func (*UpdateGroupAppInstallSecretBody) Validate

Validate validates this update group app install secret body

type UpdateGroupAppInstallSecretConflict

type UpdateGroupAppInstallSecretConflict 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 *models.ErrorDocument
}

UpdateGroupAppInstallSecretConflict describes a response with status code 409, with default header values.

Conflict: The requested operation conflicts with the current state of the resource in some way.

func NewUpdateGroupAppInstallSecretConflict

func NewUpdateGroupAppInstallSecretConflict() *UpdateGroupAppInstallSecretConflict

NewUpdateGroupAppInstallSecretConflict creates a UpdateGroupAppInstallSecretConflict with default headers values

func (*UpdateGroupAppInstallSecretConflict) Code

Code gets the status code for the update group app install secret conflict response

func (*UpdateGroupAppInstallSecretConflict) Error

func (*UpdateGroupAppInstallSecretConflict) GetPayload

func (*UpdateGroupAppInstallSecretConflict) IsClientError

func (o *UpdateGroupAppInstallSecretConflict) IsClientError() bool

IsClientError returns true when this update group app install secret conflict response has a 4xx status code

func (*UpdateGroupAppInstallSecretConflict) IsCode

IsCode returns true when this update group app install secret conflict response a status code equal to that given

func (*UpdateGroupAppInstallSecretConflict) IsRedirect

func (o *UpdateGroupAppInstallSecretConflict) IsRedirect() bool

IsRedirect returns true when this update group app install secret conflict response has a 3xx status code

func (*UpdateGroupAppInstallSecretConflict) IsServerError

func (o *UpdateGroupAppInstallSecretConflict) IsServerError() bool

IsServerError returns true when this update group app install secret conflict response has a 5xx status code

func (*UpdateGroupAppInstallSecretConflict) IsSuccess

IsSuccess returns true when this update group app install secret conflict response has a 2xx status code

func (*UpdateGroupAppInstallSecretConflict) String

type UpdateGroupAppInstallSecretForbidden

type UpdateGroupAppInstallSecretForbidden 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 *UpdateGroupAppInstallSecretForbiddenBody
}

UpdateGroupAppInstallSecretForbidden describes a response with status code 403, with default header values.

Forbidden: the request requires an authentication token with more or different permissions.

func NewUpdateGroupAppInstallSecretForbidden

func NewUpdateGroupAppInstallSecretForbidden() *UpdateGroupAppInstallSecretForbidden

NewUpdateGroupAppInstallSecretForbidden creates a UpdateGroupAppInstallSecretForbidden with default headers values

func (*UpdateGroupAppInstallSecretForbidden) Code

Code gets the status code for the update group app install secret forbidden response

func (*UpdateGroupAppInstallSecretForbidden) Error

func (*UpdateGroupAppInstallSecretForbidden) GetPayload

func (*UpdateGroupAppInstallSecretForbidden) IsClientError

func (o *UpdateGroupAppInstallSecretForbidden) IsClientError() bool

IsClientError returns true when this update group app install secret forbidden response has a 4xx status code

func (*UpdateGroupAppInstallSecretForbidden) IsCode

IsCode returns true when this update group app install secret forbidden response a status code equal to that given

func (*UpdateGroupAppInstallSecretForbidden) IsRedirect

IsRedirect returns true when this update group app install secret forbidden response has a 3xx status code

func (*UpdateGroupAppInstallSecretForbidden) IsServerError

func (o *UpdateGroupAppInstallSecretForbidden) IsServerError() bool

IsServerError returns true when this update group app install secret forbidden response has a 5xx status code

func (*UpdateGroupAppInstallSecretForbidden) IsSuccess

IsSuccess returns true when this update group app install secret forbidden response has a 2xx status code

func (*UpdateGroupAppInstallSecretForbidden) String

type UpdateGroupAppInstallSecretForbiddenBody

type UpdateGroupAppInstallSecretForbiddenBody struct {

	// errors
	// Example: [{"detail":"Permission denied for this resource","status":"403"}]
	// Required: true
	// Min Items: 1
	Errors []*UpdateGroupAppInstallSecretForbiddenBodyErrorsItems0 `json:"errors"`

	// jsonapi
	// Required: true
	Jsonapi *UpdateGroupAppInstallSecretForbiddenBodyJsonapi `json:"jsonapi"`
}

UpdateGroupAppInstallSecretForbiddenBody update group app install secret forbidden body // Example: {"errors":[{"detail":"Permission denied for this resource","status":"403"}],"jsonapi":{"version":"1.0"}} swagger:model UpdateGroupAppInstallSecretForbiddenBody

func (*UpdateGroupAppInstallSecretForbiddenBody) ContextValidate

ContextValidate validate this update group app install secret forbidden body based on the context it is used

func (*UpdateGroupAppInstallSecretForbiddenBody) MarshalBinary

func (o *UpdateGroupAppInstallSecretForbiddenBody) MarshalBinary() ([]byte, error)

MarshalBinary interface implementation

func (*UpdateGroupAppInstallSecretForbiddenBody) UnmarshalBinary

func (o *UpdateGroupAppInstallSecretForbiddenBody) UnmarshalBinary(b []byte) error

UnmarshalBinary interface implementation

func (*UpdateGroupAppInstallSecretForbiddenBody) Validate

Validate validates this update group app install secret forbidden body

type UpdateGroupAppInstallSecretForbiddenBodyErrorsItems0

type UpdateGroupAppInstallSecretForbiddenBodyErrorsItems0 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"`

	// meta
	// Example: {"key":"value"}
	Meta interface{} `json:"meta,omitempty"`

	// source
	Source *UpdateGroupAppInstallSecretForbiddenBodyErrorsItems0Source `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"`
}

UpdateGroupAppInstallSecretForbiddenBodyErrorsItems0 update group app install secret forbidden body errors items0 // Example: {"detail":"Not Found","status":"404"} swagger:model UpdateGroupAppInstallSecretForbiddenBodyErrorsItems0

func (*UpdateGroupAppInstallSecretForbiddenBodyErrorsItems0) ContextValidate

ContextValidate validate this update group app install secret forbidden body errors items0 based on the context it is used

func (*UpdateGroupAppInstallSecretForbiddenBodyErrorsItems0) MarshalBinary

MarshalBinary interface implementation

func (*UpdateGroupAppInstallSecretForbiddenBodyErrorsItems0) UnmarshalBinary

UnmarshalBinary interface implementation

func (*UpdateGroupAppInstallSecretForbiddenBodyErrorsItems0) Validate

Validate validates this update group app install secret forbidden body errors items0

type UpdateGroupAppInstallSecretForbiddenBodyErrorsItems0Source

type UpdateGroupAppInstallSecretForbiddenBodyErrorsItems0Source 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"`
}

UpdateGroupAppInstallSecretForbiddenBodyErrorsItems0Source update group app install secret forbidden body errors items0 source // Example: {"pointer":"/data/attributes"} swagger:model UpdateGroupAppInstallSecretForbiddenBodyErrorsItems0Source

func (*UpdateGroupAppInstallSecretForbiddenBodyErrorsItems0Source) ContextValidate

ContextValidate validates this update group app install secret forbidden body errors items0 source based on context it is used

func (*UpdateGroupAppInstallSecretForbiddenBodyErrorsItems0Source) MarshalBinary

MarshalBinary interface implementation

func (*UpdateGroupAppInstallSecretForbiddenBodyErrorsItems0Source) UnmarshalBinary

UnmarshalBinary interface implementation

func (*UpdateGroupAppInstallSecretForbiddenBodyErrorsItems0Source) Validate

Validate validates this update group app install secret forbidden body errors items0 source

type UpdateGroupAppInstallSecretForbiddenBodyJsonapi

type UpdateGroupAppInstallSecretForbiddenBodyJsonapi 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"`
}

UpdateGroupAppInstallSecretForbiddenBodyJsonapi update group app install secret forbidden body jsonapi // Example: {"version":"1.0"} swagger:model UpdateGroupAppInstallSecretForbiddenBodyJsonapi

func (*UpdateGroupAppInstallSecretForbiddenBodyJsonapi) ContextValidate

ContextValidate validates this update group app install secret forbidden body jsonapi based on context it is used

func (*UpdateGroupAppInstallSecretForbiddenBodyJsonapi) MarshalBinary

MarshalBinary interface implementation

func (*UpdateGroupAppInstallSecretForbiddenBodyJsonapi) UnmarshalBinary

UnmarshalBinary interface implementation

func (*UpdateGroupAppInstallSecretForbiddenBodyJsonapi) Validate

Validate validates this update group app install secret forbidden body jsonapi

type UpdateGroupAppInstallSecretInternalServerError

type UpdateGroupAppInstallSecretInternalServerError 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 *models.ErrorDocument
}

UpdateGroupAppInstallSecretInternalServerError 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 NewUpdateGroupAppInstallSecretInternalServerError

func NewUpdateGroupAppInstallSecretInternalServerError() *UpdateGroupAppInstallSecretInternalServerError

NewUpdateGroupAppInstallSecretInternalServerError creates a UpdateGroupAppInstallSecretInternalServerError with default headers values

func (*UpdateGroupAppInstallSecretInternalServerError) Code

Code gets the status code for the update group app install secret internal server error response

func (*UpdateGroupAppInstallSecretInternalServerError) Error

func (*UpdateGroupAppInstallSecretInternalServerError) GetPayload

func (*UpdateGroupAppInstallSecretInternalServerError) IsClientError

IsClientError returns true when this update group app install secret internal server error response has a 4xx status code

func (*UpdateGroupAppInstallSecretInternalServerError) IsCode

IsCode returns true when this update group app install secret internal server error response a status code equal to that given

func (*UpdateGroupAppInstallSecretInternalServerError) IsRedirect

IsRedirect returns true when this update group app install secret internal server error response has a 3xx status code

func (*UpdateGroupAppInstallSecretInternalServerError) IsServerError

IsServerError returns true when this update group app install secret internal server error response has a 5xx status code

func (*UpdateGroupAppInstallSecretInternalServerError) IsSuccess

IsSuccess returns true when this update group app install secret internal server error response has a 2xx status code

func (*UpdateGroupAppInstallSecretInternalServerError) String

type UpdateGroupAppInstallSecretNotFound

type UpdateGroupAppInstallSecretNotFound 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 *models.ErrorDocument
}

UpdateGroupAppInstallSecretNotFound describes a response with status code 404, with default header values.

Not Found: The resource being operated on could not be found.

func NewUpdateGroupAppInstallSecretNotFound

func NewUpdateGroupAppInstallSecretNotFound() *UpdateGroupAppInstallSecretNotFound

NewUpdateGroupAppInstallSecretNotFound creates a UpdateGroupAppInstallSecretNotFound with default headers values

func (*UpdateGroupAppInstallSecretNotFound) Code

Code gets the status code for the update group app install secret not found response

func (*UpdateGroupAppInstallSecretNotFound) Error

func (*UpdateGroupAppInstallSecretNotFound) GetPayload

func (*UpdateGroupAppInstallSecretNotFound) IsClientError

func (o *UpdateGroupAppInstallSecretNotFound) IsClientError() bool

IsClientError returns true when this update group app install secret not found response has a 4xx status code

func (*UpdateGroupAppInstallSecretNotFound) IsCode

IsCode returns true when this update group app install secret not found response a status code equal to that given

func (*UpdateGroupAppInstallSecretNotFound) IsRedirect

func (o *UpdateGroupAppInstallSecretNotFound) IsRedirect() bool

IsRedirect returns true when this update group app install secret not found response has a 3xx status code

func (*UpdateGroupAppInstallSecretNotFound) IsServerError

func (o *UpdateGroupAppInstallSecretNotFound) IsServerError() bool

IsServerError returns true when this update group app install secret not found response has a 5xx status code

func (*UpdateGroupAppInstallSecretNotFound) IsSuccess

IsSuccess returns true when this update group app install secret not found response has a 2xx status code

func (*UpdateGroupAppInstallSecretNotFound) String

type UpdateGroupAppInstallSecretOK

type UpdateGroupAppInstallSecretOK 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
	Location    string

	/* 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 *UpdateGroupAppInstallSecretOKBody
}

UpdateGroupAppInstallSecretOK describes a response with status code 200, with default header values.

Secret has been updated.

func NewUpdateGroupAppInstallSecretOK

func NewUpdateGroupAppInstallSecretOK() *UpdateGroupAppInstallSecretOK

NewUpdateGroupAppInstallSecretOK creates a UpdateGroupAppInstallSecretOK with default headers values

func (*UpdateGroupAppInstallSecretOK) Code

Code gets the status code for the update group app install secret o k response

func (*UpdateGroupAppInstallSecretOK) Error

func (*UpdateGroupAppInstallSecretOK) GetPayload

func (*UpdateGroupAppInstallSecretOK) IsClientError

func (o *UpdateGroupAppInstallSecretOK) IsClientError() bool

IsClientError returns true when this update group app install secret o k response has a 4xx status code

func (*UpdateGroupAppInstallSecretOK) IsCode

func (o *UpdateGroupAppInstallSecretOK) IsCode(code int) bool

IsCode returns true when this update group app install secret o k response a status code equal to that given

func (*UpdateGroupAppInstallSecretOK) IsRedirect

func (o *UpdateGroupAppInstallSecretOK) IsRedirect() bool

IsRedirect returns true when this update group app install secret o k response has a 3xx status code

func (*UpdateGroupAppInstallSecretOK) IsServerError

func (o *UpdateGroupAppInstallSecretOK) IsServerError() bool

IsServerError returns true when this update group app install secret o k response has a 5xx status code

func (*UpdateGroupAppInstallSecretOK) IsSuccess

func (o *UpdateGroupAppInstallSecretOK) IsSuccess() bool

IsSuccess returns true when this update group app install secret o k response has a 2xx status code

func (*UpdateGroupAppInstallSecretOK) String

type UpdateGroupAppInstallSecretOKBody

type UpdateGroupAppInstallSecretOKBody struct {

	// data
	Data *models.AppInstallDataWithSecret `json:"data,omitempty"`

	// jsonapi
	Jsonapi *models.JSONAPI `json:"jsonapi,omitempty"`

	// links
	Links *models.SelfLink `json:"links,omitempty"`
}

UpdateGroupAppInstallSecretOKBody update group app install secret o k body swagger:model UpdateGroupAppInstallSecretOKBody

func (*UpdateGroupAppInstallSecretOKBody) ContextValidate

func (o *UpdateGroupAppInstallSecretOKBody) ContextValidate(ctx context.Context, formats strfmt.Registry) error

ContextValidate validate this update group app install secret o k body based on the context it is used

func (*UpdateGroupAppInstallSecretOKBody) MarshalBinary

func (o *UpdateGroupAppInstallSecretOKBody) MarshalBinary() ([]byte, error)

MarshalBinary interface implementation

func (*UpdateGroupAppInstallSecretOKBody) UnmarshalBinary

func (o *UpdateGroupAppInstallSecretOKBody) UnmarshalBinary(b []byte) error

UnmarshalBinary interface implementation

func (*UpdateGroupAppInstallSecretOKBody) Validate

Validate validates this update group app install secret o k body

type UpdateGroupAppInstallSecretParams

type UpdateGroupAppInstallSecretParams struct {

	// Body.
	Body UpdateGroupAppInstallSecretBody

	/* GroupID.

	   Group ID

	   Format: uuid
	*/
	GroupID strfmt.UUID

	/* InstallID.

	   Install ID

	   Format: uuid
	*/
	InstallID 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
}

UpdateGroupAppInstallSecretParams contains all the parameters to send to the API endpoint

for the update group app install secret operation.

Typically these are written to a http.Request.

func NewUpdateGroupAppInstallSecretParams

func NewUpdateGroupAppInstallSecretParams() *UpdateGroupAppInstallSecretParams

NewUpdateGroupAppInstallSecretParams creates a new UpdateGroupAppInstallSecretParams 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 NewUpdateGroupAppInstallSecretParamsWithContext

func NewUpdateGroupAppInstallSecretParamsWithContext(ctx context.Context) *UpdateGroupAppInstallSecretParams

NewUpdateGroupAppInstallSecretParamsWithContext creates a new UpdateGroupAppInstallSecretParams object with the ability to set a context for a request.

func NewUpdateGroupAppInstallSecretParamsWithHTTPClient

func NewUpdateGroupAppInstallSecretParamsWithHTTPClient(client *http.Client) *UpdateGroupAppInstallSecretParams

NewUpdateGroupAppInstallSecretParamsWithHTTPClient creates a new UpdateGroupAppInstallSecretParams object with the ability to set a custom HTTPClient for a request.

func NewUpdateGroupAppInstallSecretParamsWithTimeout

func NewUpdateGroupAppInstallSecretParamsWithTimeout(timeout time.Duration) *UpdateGroupAppInstallSecretParams

NewUpdateGroupAppInstallSecretParamsWithTimeout creates a new UpdateGroupAppInstallSecretParams object with the ability to set a timeout on a request.

func (*UpdateGroupAppInstallSecretParams) SetBody

SetBody adds the body to the update group app install secret params

func (*UpdateGroupAppInstallSecretParams) SetContext

SetContext adds the context to the update group app install secret params

func (*UpdateGroupAppInstallSecretParams) SetDefaults

func (o *UpdateGroupAppInstallSecretParams) SetDefaults()

SetDefaults hydrates default values in the update group app install secret params (not the query body).

All values with no default are reset to their zero value.

func (*UpdateGroupAppInstallSecretParams) SetGroupID

func (o *UpdateGroupAppInstallSecretParams) SetGroupID(groupID strfmt.UUID)

SetGroupID adds the groupId to the update group app install secret params

func (*UpdateGroupAppInstallSecretParams) SetHTTPClient

func (o *UpdateGroupAppInstallSecretParams) SetHTTPClient(client *http.Client)

SetHTTPClient adds the HTTPClient to the update group app install secret params

func (*UpdateGroupAppInstallSecretParams) SetInstallID

func (o *UpdateGroupAppInstallSecretParams) SetInstallID(installID strfmt.UUID)

SetInstallID adds the installId to the update group app install secret params

func (*UpdateGroupAppInstallSecretParams) SetTimeout

func (o *UpdateGroupAppInstallSecretParams) SetTimeout(timeout time.Duration)

SetTimeout adds the timeout to the update group app install secret params

func (*UpdateGroupAppInstallSecretParams) SetVersion

func (o *UpdateGroupAppInstallSecretParams) SetVersion(version string)

SetVersion adds the version to the update group app install secret params

func (*UpdateGroupAppInstallSecretParams) WithBody

WithBody adds the body to the update group app install secret params

func (*UpdateGroupAppInstallSecretParams) WithContext

WithContext adds the context to the update group app install secret params

func (*UpdateGroupAppInstallSecretParams) WithDefaults

WithDefaults hydrates default values in the update group app install secret params (not the query body).

All values with no default are reset to their zero value.

func (*UpdateGroupAppInstallSecretParams) WithGroupID

WithGroupID adds the groupID to the update group app install secret params

func (*UpdateGroupAppInstallSecretParams) WithHTTPClient

WithHTTPClient adds the HTTPClient to the update group app install secret params

func (*UpdateGroupAppInstallSecretParams) WithInstallID

WithInstallID adds the installID to the update group app install secret params

func (*UpdateGroupAppInstallSecretParams) WithTimeout

WithTimeout adds the timeout to the update group app install secret params

func (*UpdateGroupAppInstallSecretParams) WithVersion

WithVersion adds the version to the update group app install secret params

func (*UpdateGroupAppInstallSecretParams) WriteToRequest

WriteToRequest writes these params to a swagger request

type UpdateGroupAppInstallSecretParamsBodyData

type UpdateGroupAppInstallSecretParamsBodyData struct {

	// attributes
	// Required: true
	Attributes *UpdateGroupAppInstallSecretParamsBodyDataAttributes `json:"attributes"`

	// type
	// Required: true
	// Enum: [app]
	Type *string `json:"type"`
}

UpdateGroupAppInstallSecretParamsBodyData update group app install secret params body data swagger:model UpdateGroupAppInstallSecretParamsBodyData

func (*UpdateGroupAppInstallSecretParamsBodyData) ContextValidate

ContextValidate validate this update group app install secret params body data based on the context it is used

func (*UpdateGroupAppInstallSecretParamsBodyData) MarshalBinary

func (o *UpdateGroupAppInstallSecretParamsBodyData) MarshalBinary() ([]byte, error)

MarshalBinary interface implementation

func (*UpdateGroupAppInstallSecretParamsBodyData) UnmarshalBinary

func (o *UpdateGroupAppInstallSecretParamsBodyData) UnmarshalBinary(b []byte) error

UnmarshalBinary interface implementation

func (*UpdateGroupAppInstallSecretParamsBodyData) Validate

Validate validates this update group app install secret params body data

type UpdateGroupAppInstallSecretParamsBodyDataAttributes

type UpdateGroupAppInstallSecretParamsBodyDataAttributes struct {

	// Operation to perform:
	//   * `replace` - Replace existing secrets with a new generated
	// secret
	//   * `create` - Add a new secret, preserving existing secrets
	//   * `delete` - Remove an existing secret by value
	//
	// Required: true
	// Enum: [replace create delete]
	Mode *string `json:"mode"`

	// Secret to delete when using `delete` mode
	Secret string `json:"secret,omitempty"`
}

UpdateGroupAppInstallSecretParamsBodyDataAttributes update group app install secret params body data attributes swagger:model UpdateGroupAppInstallSecretParamsBodyDataAttributes

func (*UpdateGroupAppInstallSecretParamsBodyDataAttributes) ContextValidate

ContextValidate validates this update group app install secret params body data attributes based on context it is used

func (*UpdateGroupAppInstallSecretParamsBodyDataAttributes) MarshalBinary

MarshalBinary interface implementation

func (*UpdateGroupAppInstallSecretParamsBodyDataAttributes) UnmarshalBinary

UnmarshalBinary interface implementation

func (*UpdateGroupAppInstallSecretParamsBodyDataAttributes) Validate

Validate validates this update group app install secret params body data attributes

type UpdateGroupAppInstallSecretReader

type UpdateGroupAppInstallSecretReader struct {
	// contains filtered or unexported fields
}

UpdateGroupAppInstallSecretReader is a Reader for the UpdateGroupAppInstallSecret structure.

func (*UpdateGroupAppInstallSecretReader) ReadResponse

func (o *UpdateGroupAppInstallSecretReader) ReadResponse(response runtime.ClientResponse, consumer runtime.Consumer) (interface{}, error)

ReadResponse reads a server response into the received o.

type UpdateGroupAppInstallSecretUnauthorized

type UpdateGroupAppInstallSecretUnauthorized 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 *models.ErrorDocument
}

UpdateGroupAppInstallSecretUnauthorized describes a response with status code 401, with default header values.

Unauthorized: the request requires an authentication token or a token with more permissions.

func NewUpdateGroupAppInstallSecretUnauthorized

func NewUpdateGroupAppInstallSecretUnauthorized() *UpdateGroupAppInstallSecretUnauthorized

NewUpdateGroupAppInstallSecretUnauthorized creates a UpdateGroupAppInstallSecretUnauthorized with default headers values

func (*UpdateGroupAppInstallSecretUnauthorized) Code

Code gets the status code for the update group app install secret unauthorized response

func (*UpdateGroupAppInstallSecretUnauthorized) Error

func (*UpdateGroupAppInstallSecretUnauthorized) GetPayload

func (*UpdateGroupAppInstallSecretUnauthorized) IsClientError

func (o *UpdateGroupAppInstallSecretUnauthorized) IsClientError() bool

IsClientError returns true when this update group app install secret unauthorized response has a 4xx status code

func (*UpdateGroupAppInstallSecretUnauthorized) IsCode

IsCode returns true when this update group app install secret unauthorized response a status code equal to that given

func (*UpdateGroupAppInstallSecretUnauthorized) IsRedirect

IsRedirect returns true when this update group app install secret unauthorized response has a 3xx status code

func (*UpdateGroupAppInstallSecretUnauthorized) IsServerError

func (o *UpdateGroupAppInstallSecretUnauthorized) IsServerError() bool

IsServerError returns true when this update group app install secret unauthorized response has a 5xx status code

func (*UpdateGroupAppInstallSecretUnauthorized) IsSuccess

IsSuccess returns true when this update group app install secret unauthorized response has a 2xx status code

func (*UpdateGroupAppInstallSecretUnauthorized) String

type UpdateOrgAppInstallSecretBadRequest

type UpdateOrgAppInstallSecretBadRequest 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 *models.ErrorDocument
}

UpdateOrgAppInstallSecretBadRequest 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 NewUpdateOrgAppInstallSecretBadRequest

func NewUpdateOrgAppInstallSecretBadRequest() *UpdateOrgAppInstallSecretBadRequest

NewUpdateOrgAppInstallSecretBadRequest creates a UpdateOrgAppInstallSecretBadRequest with default headers values

func (*UpdateOrgAppInstallSecretBadRequest) Code

Code gets the status code for the update org app install secret bad request response

func (*UpdateOrgAppInstallSecretBadRequest) Error

func (*UpdateOrgAppInstallSecretBadRequest) GetPayload

func (*UpdateOrgAppInstallSecretBadRequest) IsClientError

func (o *UpdateOrgAppInstallSecretBadRequest) IsClientError() bool

IsClientError returns true when this update org app install secret bad request response has a 4xx status code

func (*UpdateOrgAppInstallSecretBadRequest) IsCode

IsCode returns true when this update org app install secret bad request response a status code equal to that given

func (*UpdateOrgAppInstallSecretBadRequest) IsRedirect

func (o *UpdateOrgAppInstallSecretBadRequest) IsRedirect() bool

IsRedirect returns true when this update org app install secret bad request response has a 3xx status code

func (*UpdateOrgAppInstallSecretBadRequest) IsServerError

func (o *UpdateOrgAppInstallSecretBadRequest) IsServerError() bool

IsServerError returns true when this update org app install secret bad request response has a 5xx status code

func (*UpdateOrgAppInstallSecretBadRequest) IsSuccess

IsSuccess returns true when this update org app install secret bad request response has a 2xx status code

func (*UpdateOrgAppInstallSecretBadRequest) String

type UpdateOrgAppInstallSecretBody

type UpdateOrgAppInstallSecretBody struct {

	// data
	// Required: true
	Data *UpdateOrgAppInstallSecretParamsBodyData `json:"data"`
}

UpdateOrgAppInstallSecretBody update org app install secret body swagger:model UpdateOrgAppInstallSecretBody

func (*UpdateOrgAppInstallSecretBody) ContextValidate

func (o *UpdateOrgAppInstallSecretBody) ContextValidate(ctx context.Context, formats strfmt.Registry) error

ContextValidate validate this update org app install secret body based on the context it is used

func (*UpdateOrgAppInstallSecretBody) MarshalBinary

func (o *UpdateOrgAppInstallSecretBody) MarshalBinary() ([]byte, error)

MarshalBinary interface implementation

func (*UpdateOrgAppInstallSecretBody) UnmarshalBinary

func (o *UpdateOrgAppInstallSecretBody) UnmarshalBinary(b []byte) error

UnmarshalBinary interface implementation

func (*UpdateOrgAppInstallSecretBody) Validate

func (o *UpdateOrgAppInstallSecretBody) Validate(formats strfmt.Registry) error

Validate validates this update org app install secret body

type UpdateOrgAppInstallSecretConflict

type UpdateOrgAppInstallSecretConflict 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 *models.ErrorDocument
}

UpdateOrgAppInstallSecretConflict describes a response with status code 409, with default header values.

Conflict: The requested operation conflicts with the current state of the resource in some way.

func NewUpdateOrgAppInstallSecretConflict

func NewUpdateOrgAppInstallSecretConflict() *UpdateOrgAppInstallSecretConflict

NewUpdateOrgAppInstallSecretConflict creates a UpdateOrgAppInstallSecretConflict with default headers values

func (*UpdateOrgAppInstallSecretConflict) Code

Code gets the status code for the update org app install secret conflict response

func (*UpdateOrgAppInstallSecretConflict) Error

func (*UpdateOrgAppInstallSecretConflict) GetPayload

func (*UpdateOrgAppInstallSecretConflict) IsClientError

func (o *UpdateOrgAppInstallSecretConflict) IsClientError() bool

IsClientError returns true when this update org app install secret conflict response has a 4xx status code

func (*UpdateOrgAppInstallSecretConflict) IsCode

func (o *UpdateOrgAppInstallSecretConflict) IsCode(code int) bool

IsCode returns true when this update org app install secret conflict response a status code equal to that given

func (*UpdateOrgAppInstallSecretConflict) IsRedirect

func (o *UpdateOrgAppInstallSecretConflict) IsRedirect() bool

IsRedirect returns true when this update org app install secret conflict response has a 3xx status code

func (*UpdateOrgAppInstallSecretConflict) IsServerError

func (o *UpdateOrgAppInstallSecretConflict) IsServerError() bool

IsServerError returns true when this update org app install secret conflict response has a 5xx status code

func (*UpdateOrgAppInstallSecretConflict) IsSuccess

func (o *UpdateOrgAppInstallSecretConflict) IsSuccess() bool

IsSuccess returns true when this update org app install secret conflict response has a 2xx status code

func (*UpdateOrgAppInstallSecretConflict) String

type UpdateOrgAppInstallSecretForbidden

type UpdateOrgAppInstallSecretForbidden 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 *UpdateOrgAppInstallSecretForbiddenBody
}

UpdateOrgAppInstallSecretForbidden describes a response with status code 403, with default header values.

Forbidden: the request requires an authentication token with more or different permissions.

func NewUpdateOrgAppInstallSecretForbidden

func NewUpdateOrgAppInstallSecretForbidden() *UpdateOrgAppInstallSecretForbidden

NewUpdateOrgAppInstallSecretForbidden creates a UpdateOrgAppInstallSecretForbidden with default headers values

func (*UpdateOrgAppInstallSecretForbidden) Code

Code gets the status code for the update org app install secret forbidden response

func (*UpdateOrgAppInstallSecretForbidden) Error

func (*UpdateOrgAppInstallSecretForbidden) GetPayload

func (*UpdateOrgAppInstallSecretForbidden) IsClientError

func (o *UpdateOrgAppInstallSecretForbidden) IsClientError() bool

IsClientError returns true when this update org app install secret forbidden response has a 4xx status code

func (*UpdateOrgAppInstallSecretForbidden) IsCode

IsCode returns true when this update org app install secret forbidden response a status code equal to that given

func (*UpdateOrgAppInstallSecretForbidden) IsRedirect

func (o *UpdateOrgAppInstallSecretForbidden) IsRedirect() bool

IsRedirect returns true when this update org app install secret forbidden response has a 3xx status code

func (*UpdateOrgAppInstallSecretForbidden) IsServerError

func (o *UpdateOrgAppInstallSecretForbidden) IsServerError() bool

IsServerError returns true when this update org app install secret forbidden response has a 5xx status code

func (*UpdateOrgAppInstallSecretForbidden) IsSuccess

IsSuccess returns true when this update org app install secret forbidden response has a 2xx status code

func (*UpdateOrgAppInstallSecretForbidden) String

type UpdateOrgAppInstallSecretForbiddenBody

type UpdateOrgAppInstallSecretForbiddenBody struct {

	// errors
	// Example: [{"detail":"Permission denied for this resource","status":"403"}]
	// Required: true
	// Min Items: 1
	Errors []*UpdateOrgAppInstallSecretForbiddenBodyErrorsItems0 `json:"errors"`

	// jsonapi
	// Required: true
	Jsonapi *UpdateOrgAppInstallSecretForbiddenBodyJsonapi `json:"jsonapi"`
}

UpdateOrgAppInstallSecretForbiddenBody update org app install secret forbidden body // Example: {"errors":[{"detail":"Permission denied for this resource","status":"403"}],"jsonapi":{"version":"1.0"}} swagger:model UpdateOrgAppInstallSecretForbiddenBody

func (*UpdateOrgAppInstallSecretForbiddenBody) ContextValidate

ContextValidate validate this update org app install secret forbidden body based on the context it is used

func (*UpdateOrgAppInstallSecretForbiddenBody) MarshalBinary

func (o *UpdateOrgAppInstallSecretForbiddenBody) MarshalBinary() ([]byte, error)

MarshalBinary interface implementation

func (*UpdateOrgAppInstallSecretForbiddenBody) UnmarshalBinary

func (o *UpdateOrgAppInstallSecretForbiddenBody) UnmarshalBinary(b []byte) error

UnmarshalBinary interface implementation

func (*UpdateOrgAppInstallSecretForbiddenBody) Validate

Validate validates this update org app install secret forbidden body

type UpdateOrgAppInstallSecretForbiddenBodyErrorsItems0

type UpdateOrgAppInstallSecretForbiddenBodyErrorsItems0 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"`

	// meta
	// Example: {"key":"value"}
	Meta interface{} `json:"meta,omitempty"`

	// source
	Source *UpdateOrgAppInstallSecretForbiddenBodyErrorsItems0Source `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"`
}

UpdateOrgAppInstallSecretForbiddenBodyErrorsItems0 update org app install secret forbidden body errors items0 // Example: {"detail":"Not Found","status":"404"} swagger:model UpdateOrgAppInstallSecretForbiddenBodyErrorsItems0

func (*UpdateOrgAppInstallSecretForbiddenBodyErrorsItems0) ContextValidate

ContextValidate validate this update org app install secret forbidden body errors items0 based on the context it is used

func (*UpdateOrgAppInstallSecretForbiddenBodyErrorsItems0) MarshalBinary

MarshalBinary interface implementation

func (*UpdateOrgAppInstallSecretForbiddenBodyErrorsItems0) UnmarshalBinary

UnmarshalBinary interface implementation

func (*UpdateOrgAppInstallSecretForbiddenBodyErrorsItems0) Validate

Validate validates this update org app install secret forbidden body errors items0

type UpdateOrgAppInstallSecretForbiddenBodyErrorsItems0Source

type UpdateOrgAppInstallSecretForbiddenBodyErrorsItems0Source 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"`
}

UpdateOrgAppInstallSecretForbiddenBodyErrorsItems0Source update org app install secret forbidden body errors items0 source // Example: {"pointer":"/data/attributes"} swagger:model UpdateOrgAppInstallSecretForbiddenBodyErrorsItems0Source

func (*UpdateOrgAppInstallSecretForbiddenBodyErrorsItems0Source) ContextValidate

ContextValidate validates this update org app install secret forbidden body errors items0 source based on context it is used

func (*UpdateOrgAppInstallSecretForbiddenBodyErrorsItems0Source) MarshalBinary

MarshalBinary interface implementation

func (*UpdateOrgAppInstallSecretForbiddenBodyErrorsItems0Source) UnmarshalBinary

UnmarshalBinary interface implementation

func (*UpdateOrgAppInstallSecretForbiddenBodyErrorsItems0Source) Validate

Validate validates this update org app install secret forbidden body errors items0 source

type UpdateOrgAppInstallSecretForbiddenBodyJsonapi

type UpdateOrgAppInstallSecretForbiddenBodyJsonapi 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"`
}

UpdateOrgAppInstallSecretForbiddenBodyJsonapi update org app install secret forbidden body jsonapi // Example: {"version":"1.0"} swagger:model UpdateOrgAppInstallSecretForbiddenBodyJsonapi

func (*UpdateOrgAppInstallSecretForbiddenBodyJsonapi) ContextValidate

ContextValidate validates this update org app install secret forbidden body jsonapi based on context it is used

func (*UpdateOrgAppInstallSecretForbiddenBodyJsonapi) MarshalBinary

MarshalBinary interface implementation

func (*UpdateOrgAppInstallSecretForbiddenBodyJsonapi) UnmarshalBinary

UnmarshalBinary interface implementation

func (*UpdateOrgAppInstallSecretForbiddenBodyJsonapi) Validate

Validate validates this update org app install secret forbidden body jsonapi

type UpdateOrgAppInstallSecretInternalServerError

type UpdateOrgAppInstallSecretInternalServerError 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 *models.ErrorDocument
}

UpdateOrgAppInstallSecretInternalServerError 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 NewUpdateOrgAppInstallSecretInternalServerError

func NewUpdateOrgAppInstallSecretInternalServerError() *UpdateOrgAppInstallSecretInternalServerError

NewUpdateOrgAppInstallSecretInternalServerError creates a UpdateOrgAppInstallSecretInternalServerError with default headers values

func (*UpdateOrgAppInstallSecretInternalServerError) Code

Code gets the status code for the update org app install secret internal server error response

func (*UpdateOrgAppInstallSecretInternalServerError) Error

func (*UpdateOrgAppInstallSecretInternalServerError) GetPayload

func (*UpdateOrgAppInstallSecretInternalServerError) IsClientError

IsClientError returns true when this update org app install secret internal server error response has a 4xx status code

func (*UpdateOrgAppInstallSecretInternalServerError) IsCode

IsCode returns true when this update org app install secret internal server error response a status code equal to that given

func (*UpdateOrgAppInstallSecretInternalServerError) IsRedirect

IsRedirect returns true when this update org app install secret internal server error response has a 3xx status code

func (*UpdateOrgAppInstallSecretInternalServerError) IsServerError

IsServerError returns true when this update org app install secret internal server error response has a 5xx status code

func (*UpdateOrgAppInstallSecretInternalServerError) IsSuccess

IsSuccess returns true when this update org app install secret internal server error response has a 2xx status code

func (*UpdateOrgAppInstallSecretInternalServerError) String

type UpdateOrgAppInstallSecretNotFound

type UpdateOrgAppInstallSecretNotFound 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 *models.ErrorDocument
}

UpdateOrgAppInstallSecretNotFound describes a response with status code 404, with default header values.

Not Found: The resource being operated on could not be found.

func NewUpdateOrgAppInstallSecretNotFound

func NewUpdateOrgAppInstallSecretNotFound() *UpdateOrgAppInstallSecretNotFound

NewUpdateOrgAppInstallSecretNotFound creates a UpdateOrgAppInstallSecretNotFound with default headers values

func (*UpdateOrgAppInstallSecretNotFound) Code

Code gets the status code for the update org app install secret not found response

func (*UpdateOrgAppInstallSecretNotFound) Error

func (*UpdateOrgAppInstallSecretNotFound) GetPayload

func (*UpdateOrgAppInstallSecretNotFound) IsClientError

func (o *UpdateOrgAppInstallSecretNotFound) IsClientError() bool

IsClientError returns true when this update org app install secret not found response has a 4xx status code

func (*UpdateOrgAppInstallSecretNotFound) IsCode

func (o *UpdateOrgAppInstallSecretNotFound) IsCode(code int) bool

IsCode returns true when this update org app install secret not found response a status code equal to that given

func (*UpdateOrgAppInstallSecretNotFound) IsRedirect

func (o *UpdateOrgAppInstallSecretNotFound) IsRedirect() bool

IsRedirect returns true when this update org app install secret not found response has a 3xx status code

func (*UpdateOrgAppInstallSecretNotFound) IsServerError

func (o *UpdateOrgAppInstallSecretNotFound) IsServerError() bool

IsServerError returns true when this update org app install secret not found response has a 5xx status code

func (*UpdateOrgAppInstallSecretNotFound) IsSuccess

func (o *UpdateOrgAppInstallSecretNotFound) IsSuccess() bool

IsSuccess returns true when this update org app install secret not found response has a 2xx status code

func (*UpdateOrgAppInstallSecretNotFound) String

type UpdateOrgAppInstallSecretOK

type UpdateOrgAppInstallSecretOK 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
	Location    string

	/* 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 *UpdateOrgAppInstallSecretOKBody
}

UpdateOrgAppInstallSecretOK describes a response with status code 200, with default header values.

Secret has been updated.

func NewUpdateOrgAppInstallSecretOK

func NewUpdateOrgAppInstallSecretOK() *UpdateOrgAppInstallSecretOK

NewUpdateOrgAppInstallSecretOK creates a UpdateOrgAppInstallSecretOK with default headers values

func (*UpdateOrgAppInstallSecretOK) Code

func (o *UpdateOrgAppInstallSecretOK) Code() int

Code gets the status code for the update org app install secret o k response

func (*UpdateOrgAppInstallSecretOK) Error

func (*UpdateOrgAppInstallSecretOK) GetPayload

func (*UpdateOrgAppInstallSecretOK) IsClientError

func (o *UpdateOrgAppInstallSecretOK) IsClientError() bool

IsClientError returns true when this update org app install secret o k response has a 4xx status code

func (*UpdateOrgAppInstallSecretOK) IsCode

func (o *UpdateOrgAppInstallSecretOK) IsCode(code int) bool

IsCode returns true when this update org app install secret o k response a status code equal to that given

func (*UpdateOrgAppInstallSecretOK) IsRedirect

func (o *UpdateOrgAppInstallSecretOK) IsRedirect() bool

IsRedirect returns true when this update org app install secret o k response has a 3xx status code

func (*UpdateOrgAppInstallSecretOK) IsServerError

func (o *UpdateOrgAppInstallSecretOK) IsServerError() bool

IsServerError returns true when this update org app install secret o k response has a 5xx status code

func (*UpdateOrgAppInstallSecretOK) IsSuccess

func (o *UpdateOrgAppInstallSecretOK) IsSuccess() bool

IsSuccess returns true when this update org app install secret o k response has a 2xx status code

func (*UpdateOrgAppInstallSecretOK) String

func (o *UpdateOrgAppInstallSecretOK) String() string

type UpdateOrgAppInstallSecretOKBody

type UpdateOrgAppInstallSecretOKBody struct {

	// data
	Data *models.AppInstallDataWithSecret `json:"data,omitempty"`

	// jsonapi
	Jsonapi *models.JSONAPI `json:"jsonapi,omitempty"`

	// links
	Links *models.SelfLink `json:"links,omitempty"`
}

UpdateOrgAppInstallSecretOKBody update org app install secret o k body swagger:model UpdateOrgAppInstallSecretOKBody

func (*UpdateOrgAppInstallSecretOKBody) ContextValidate

func (o *UpdateOrgAppInstallSecretOKBody) ContextValidate(ctx context.Context, formats strfmt.Registry) error

ContextValidate validate this update org app install secret o k body based on the context it is used

func (*UpdateOrgAppInstallSecretOKBody) MarshalBinary

func (o *UpdateOrgAppInstallSecretOKBody) MarshalBinary() ([]byte, error)

MarshalBinary interface implementation

func (*UpdateOrgAppInstallSecretOKBody) UnmarshalBinary

func (o *UpdateOrgAppInstallSecretOKBody) UnmarshalBinary(b []byte) error

UnmarshalBinary interface implementation

func (*UpdateOrgAppInstallSecretOKBody) Validate

Validate validates this update org app install secret o k body

type UpdateOrgAppInstallSecretParams

type UpdateOrgAppInstallSecretParams struct {

	// Body.
	Body UpdateOrgAppInstallSecretBody

	/* InstallID.

	   Install ID

	   Format: uuid
	*/
	InstallID strfmt.UUID

	/* OrgID.

	   Org ID

	   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
}

UpdateOrgAppInstallSecretParams contains all the parameters to send to the API endpoint

for the update org app install secret operation.

Typically these are written to a http.Request.

func NewUpdateOrgAppInstallSecretParams

func NewUpdateOrgAppInstallSecretParams() *UpdateOrgAppInstallSecretParams

NewUpdateOrgAppInstallSecretParams creates a new UpdateOrgAppInstallSecretParams 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 NewUpdateOrgAppInstallSecretParamsWithContext

func NewUpdateOrgAppInstallSecretParamsWithContext(ctx context.Context) *UpdateOrgAppInstallSecretParams

NewUpdateOrgAppInstallSecretParamsWithContext creates a new UpdateOrgAppInstallSecretParams object with the ability to set a context for a request.

func NewUpdateOrgAppInstallSecretParamsWithHTTPClient

func NewUpdateOrgAppInstallSecretParamsWithHTTPClient(client *http.Client) *UpdateOrgAppInstallSecretParams

NewUpdateOrgAppInstallSecretParamsWithHTTPClient creates a new UpdateOrgAppInstallSecretParams object with the ability to set a custom HTTPClient for a request.

func NewUpdateOrgAppInstallSecretParamsWithTimeout

func NewUpdateOrgAppInstallSecretParamsWithTimeout(timeout time.Duration) *UpdateOrgAppInstallSecretParams

NewUpdateOrgAppInstallSecretParamsWithTimeout creates a new UpdateOrgAppInstallSecretParams object with the ability to set a timeout on a request.

func (*UpdateOrgAppInstallSecretParams) SetBody

SetBody adds the body to the update org app install secret params

func (*UpdateOrgAppInstallSecretParams) SetContext

func (o *UpdateOrgAppInstallSecretParams) SetContext(ctx context.Context)

SetContext adds the context to the update org app install secret params

func (*UpdateOrgAppInstallSecretParams) SetDefaults

func (o *UpdateOrgAppInstallSecretParams) SetDefaults()

SetDefaults hydrates default values in the update org app install secret params (not the query body).

All values with no default are reset to their zero value.

func (*UpdateOrgAppInstallSecretParams) SetHTTPClient

func (o *UpdateOrgAppInstallSecretParams) SetHTTPClient(client *http.Client)

SetHTTPClient adds the HTTPClient to the update org app install secret params

func (*UpdateOrgAppInstallSecretParams) SetInstallID

func (o *UpdateOrgAppInstallSecretParams) SetInstallID(installID strfmt.UUID)

SetInstallID adds the installId to the update org app install secret params

func (*UpdateOrgAppInstallSecretParams) SetOrgID

func (o *UpdateOrgAppInstallSecretParams) SetOrgID(orgID strfmt.UUID)

SetOrgID adds the orgId to the update org app install secret params

func (*UpdateOrgAppInstallSecretParams) SetTimeout

func (o *UpdateOrgAppInstallSecretParams) SetTimeout(timeout time.Duration)

SetTimeout adds the timeout to the update org app install secret params

func (*UpdateOrgAppInstallSecretParams) SetVersion

func (o *UpdateOrgAppInstallSecretParams) SetVersion(version string)

SetVersion adds the version to the update org app install secret params

func (*UpdateOrgAppInstallSecretParams) WithBody

WithBody adds the body to the update org app install secret params

func (*UpdateOrgAppInstallSecretParams) WithContext

WithContext adds the context to the update org app install secret params

func (*UpdateOrgAppInstallSecretParams) WithDefaults

WithDefaults hydrates default values in the update org app install secret params (not the query body).

All values with no default are reset to their zero value.

func (*UpdateOrgAppInstallSecretParams) WithHTTPClient

WithHTTPClient adds the HTTPClient to the update org app install secret params

func (*UpdateOrgAppInstallSecretParams) WithInstallID

WithInstallID adds the installID to the update org app install secret params

func (*UpdateOrgAppInstallSecretParams) WithOrgID

WithOrgID adds the orgID to the update org app install secret params

func (*UpdateOrgAppInstallSecretParams) WithTimeout

WithTimeout adds the timeout to the update org app install secret params

func (*UpdateOrgAppInstallSecretParams) WithVersion

WithVersion adds the version to the update org app install secret params

func (*UpdateOrgAppInstallSecretParams) WriteToRequest

WriteToRequest writes these params to a swagger request

type UpdateOrgAppInstallSecretParamsBodyData

type UpdateOrgAppInstallSecretParamsBodyData struct {

	// attributes
	// Required: true
	Attributes *UpdateOrgAppInstallSecretParamsBodyDataAttributes `json:"attributes"`

	// type
	// Required: true
	// Enum: [app]
	Type *string `json:"type"`
}

UpdateOrgAppInstallSecretParamsBodyData update org app install secret params body data swagger:model UpdateOrgAppInstallSecretParamsBodyData

func (*UpdateOrgAppInstallSecretParamsBodyData) ContextValidate

ContextValidate validate this update org app install secret params body data based on the context it is used

func (*UpdateOrgAppInstallSecretParamsBodyData) MarshalBinary

func (o *UpdateOrgAppInstallSecretParamsBodyData) MarshalBinary() ([]byte, error)

MarshalBinary interface implementation

func (*UpdateOrgAppInstallSecretParamsBodyData) UnmarshalBinary

func (o *UpdateOrgAppInstallSecretParamsBodyData) UnmarshalBinary(b []byte) error

UnmarshalBinary interface implementation

func (*UpdateOrgAppInstallSecretParamsBodyData) Validate

Validate validates this update org app install secret params body data

type UpdateOrgAppInstallSecretParamsBodyDataAttributes

type UpdateOrgAppInstallSecretParamsBodyDataAttributes struct {

	// Operation to perform:
	//   * `replace` - Replace existing secrets with a new generated
	// secret
	//   * `create` - Add a new secret, preserving existing secrets
	//   * `delete` - Remove an existing secret by value
	//
	// Required: true
	// Enum: [replace create delete]
	Mode *string `json:"mode"`

	// Secret to delete when using `delete` mode
	Secret string `json:"secret,omitempty"`
}

UpdateOrgAppInstallSecretParamsBodyDataAttributes update org app install secret params body data attributes swagger:model UpdateOrgAppInstallSecretParamsBodyDataAttributes

func (*UpdateOrgAppInstallSecretParamsBodyDataAttributes) ContextValidate

ContextValidate validates this update org app install secret params body data attributes based on context it is used

func (*UpdateOrgAppInstallSecretParamsBodyDataAttributes) MarshalBinary

MarshalBinary interface implementation

func (*UpdateOrgAppInstallSecretParamsBodyDataAttributes) UnmarshalBinary

UnmarshalBinary interface implementation

func (*UpdateOrgAppInstallSecretParamsBodyDataAttributes) Validate

Validate validates this update org app install secret params body data attributes

type UpdateOrgAppInstallSecretReader

type UpdateOrgAppInstallSecretReader struct {
	// contains filtered or unexported fields
}

UpdateOrgAppInstallSecretReader is a Reader for the UpdateOrgAppInstallSecret structure.

func (*UpdateOrgAppInstallSecretReader) ReadResponse

func (o *UpdateOrgAppInstallSecretReader) ReadResponse(response runtime.ClientResponse, consumer runtime.Consumer) (interface{}, error)

ReadResponse reads a server response into the received o.

type UpdateOrgAppInstallSecretUnauthorized

type UpdateOrgAppInstallSecretUnauthorized 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 *models.ErrorDocument
}

UpdateOrgAppInstallSecretUnauthorized describes a response with status code 401, with default header values.

Unauthorized: the request requires an authentication token or a token with more permissions.

func NewUpdateOrgAppInstallSecretUnauthorized

func NewUpdateOrgAppInstallSecretUnauthorized() *UpdateOrgAppInstallSecretUnauthorized

NewUpdateOrgAppInstallSecretUnauthorized creates a UpdateOrgAppInstallSecretUnauthorized with default headers values

func (*UpdateOrgAppInstallSecretUnauthorized) Code

Code gets the status code for the update org app install secret unauthorized response

func (*UpdateOrgAppInstallSecretUnauthorized) Error

func (*UpdateOrgAppInstallSecretUnauthorized) GetPayload

func (*UpdateOrgAppInstallSecretUnauthorized) IsClientError

func (o *UpdateOrgAppInstallSecretUnauthorized) IsClientError() bool

IsClientError returns true when this update org app install secret unauthorized response has a 4xx status code

func (*UpdateOrgAppInstallSecretUnauthorized) IsCode

IsCode returns true when this update org app install secret unauthorized response a status code equal to that given

func (*UpdateOrgAppInstallSecretUnauthorized) IsRedirect

IsRedirect returns true when this update org app install secret unauthorized response has a 3xx status code

func (*UpdateOrgAppInstallSecretUnauthorized) IsServerError

func (o *UpdateOrgAppInstallSecretUnauthorized) IsServerError() bool

IsServerError returns true when this update org app install secret unauthorized response has a 5xx status code

func (*UpdateOrgAppInstallSecretUnauthorized) IsSuccess

IsSuccess returns true when this update org app install secret unauthorized response has a 2xx status code

func (*UpdateOrgAppInstallSecretUnauthorized) String

Source Files

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL