Documentation ¶
Index ¶
- Constants
- type Client
- func (a *Client) CreateApp(params *CreateAppParams, authInfo runtime.ClientAuthInfoWriter, ...) (*CreateAppCreated, error)
- func (a *Client) CreateGroupAppInstall(params *CreateGroupAppInstallParams, authInfo runtime.ClientAuthInfoWriter, ...) (*CreateGroupAppInstallCreated, error)
- func (a *Client) CreateOrgApp(params *CreateOrgAppParams, authInfo runtime.ClientAuthInfoWriter, ...) (*CreateOrgAppCreated, error)
- func (a *Client) CreateOrgAppInstall(params *CreateOrgAppInstallParams, authInfo runtime.ClientAuthInfoWriter, ...) (*CreateOrgAppInstallCreated, error)
- func (a *Client) DeleteApp(params *DeleteAppParams, authInfo runtime.ClientAuthInfoWriter, ...) (*DeleteAppNoContent, error)
- func (a *Client) DeleteAppBot(params *DeleteAppBotParams, authInfo runtime.ClientAuthInfoWriter, ...) (*DeleteAppBotNoContent, error)
- func (a *Client) DeleteAppByID(params *DeleteAppByIDParams, authInfo runtime.ClientAuthInfoWriter, ...) (*DeleteAppByIDNoContent, error)
- func (a *Client) DeleteAppOrgInstallByID(params *DeleteAppOrgInstallByIDParams, authInfo runtime.ClientAuthInfoWriter, ...) (*DeleteAppOrgInstallByIDNoContent, error)
- func (a *Client) DeleteGroupAppInstallByID(params *DeleteGroupAppInstallByIDParams, authInfo runtime.ClientAuthInfoWriter, ...) (*DeleteGroupAppInstallByIDNoContent, error)
- func (a *Client) DeleteUserAppInstallByID(params *DeleteUserAppInstallByIDParams, authInfo runtime.ClientAuthInfoWriter, ...) (*DeleteUserAppInstallByIDNoContent, error)
- func (a *Client) GetApp(params *GetAppParams, authInfo runtime.ClientAuthInfoWriter, ...) (*GetAppOK, error)
- func (a *Client) GetAppBots(params *GetAppBotsParams, authInfo runtime.ClientAuthInfoWriter, ...) (*GetAppBotsOK, error)
- func (a *Client) GetAppByID(params *GetAppByIDParams, authInfo runtime.ClientAuthInfoWriter, ...) (*GetAppByIDOK, error)
- func (a *Client) GetAppInstallsForGroup(params *GetAppInstallsForGroupParams, authInfo runtime.ClientAuthInfoWriter, ...) (*GetAppInstallsForGroupOK, error)
- func (a *Client) GetAppInstallsForOrg(params *GetAppInstallsForOrgParams, authInfo runtime.ClientAuthInfoWriter, ...) (*GetAppInstallsForOrgOK, error)
- func (a *Client) GetAppInstallsForUser(params *GetAppInstallsForUserParams, authInfo runtime.ClientAuthInfoWriter, ...) (*GetAppInstallsForUserOK, error)
- func (a *Client) GetApps(params *GetAppsParams, authInfo runtime.ClientAuthInfoWriter, ...) (*GetAppsOK, error)
- func (a *Client) GetOrgApps(params *GetOrgAppsParams, authInfo runtime.ClientAuthInfoWriter, ...) (*GetOrgAppsOK, error)
- func (a *Client) GetUserAppSessions(params *GetUserAppSessionsParams, authInfo runtime.ClientAuthInfoWriter, ...) (*GetUserAppSessionsOK, error)
- func (a *Client) GetUserInstalledApps(params *GetUserInstalledAppsParams, authInfo runtime.ClientAuthInfoWriter, ...) (*GetUserInstalledAppsOK, error)
- func (a *Client) ManageAppCreationSecret(params *ManageAppCreationSecretParams, authInfo runtime.ClientAuthInfoWriter, ...) (*ManageAppCreationSecretOK, error)
- func (a *Client) ManageSecrets(params *ManageSecretsParams, authInfo runtime.ClientAuthInfoWriter, ...) (*ManageSecretsOK, error)
- func (a *Client) RevokeUserAppSession(params *RevokeUserAppSessionParams, authInfo runtime.ClientAuthInfoWriter, ...) (*RevokeUserAppSessionNoContent, error)
- func (a *Client) RevokeUserInstalledApp(params *RevokeUserInstalledAppParams, authInfo runtime.ClientAuthInfoWriter, ...) (*RevokeUserInstalledAppNoContent, error)
- func (a *Client) SetTransport(transport runtime.ClientTransport)
- func (a *Client) UpdateApp(params *UpdateAppParams, authInfo runtime.ClientAuthInfoWriter, ...) (*UpdateAppOK, error)
- func (a *Client) UpdateAppCreationByID(params *UpdateAppCreationByIDParams, authInfo runtime.ClientAuthInfoWriter, ...) (*UpdateAppCreationByIDOK, error)
- func (a *Client) UpdateGroupAppInstallSecret(params *UpdateGroupAppInstallSecretParams, ...) (*UpdateGroupAppInstallSecretOK, error)
- func (a *Client) UpdateOrgAppInstallSecret(params *UpdateOrgAppInstallSecretParams, authInfo runtime.ClientAuthInfoWriter, ...) (*UpdateOrgAppInstallSecretOK, error)
- type ClientOption
- type ClientService
- type CreateAppBadRequest
- func (o *CreateAppBadRequest) Code() int
- func (o *CreateAppBadRequest) Error() string
- func (o *CreateAppBadRequest) GetPayload() *models.ErrorDocument
- func (o *CreateAppBadRequest) IsClientError() bool
- func (o *CreateAppBadRequest) IsCode(code int) bool
- func (o *CreateAppBadRequest) IsRedirect() bool
- func (o *CreateAppBadRequest) IsServerError() bool
- func (o *CreateAppBadRequest) IsSuccess() bool
- func (o *CreateAppBadRequest) String() string
- type CreateAppConflict
- func (o *CreateAppConflict) Code() int
- func (o *CreateAppConflict) Error() string
- func (o *CreateAppConflict) GetPayload() *models.ErrorDocument
- func (o *CreateAppConflict) IsClientError() bool
- func (o *CreateAppConflict) IsCode(code int) bool
- func (o *CreateAppConflict) IsRedirect() bool
- func (o *CreateAppConflict) IsServerError() bool
- func (o *CreateAppConflict) IsSuccess() bool
- func (o *CreateAppConflict) String() string
- type CreateAppCreated
- func (o *CreateAppCreated) Code() int
- func (o *CreateAppCreated) Error() string
- func (o *CreateAppCreated) GetPayload() *models.AppPostResponse
- func (o *CreateAppCreated) IsClientError() bool
- func (o *CreateAppCreated) IsCode(code int) bool
- func (o *CreateAppCreated) IsRedirect() bool
- func (o *CreateAppCreated) IsServerError() bool
- func (o *CreateAppCreated) IsSuccess() bool
- func (o *CreateAppCreated) String() string
- type CreateAppForbidden
- func (o *CreateAppForbidden) Code() int
- func (o *CreateAppForbidden) Error() string
- func (o *CreateAppForbidden) GetPayload() *CreateAppForbiddenBody
- func (o *CreateAppForbidden) IsClientError() bool
- func (o *CreateAppForbidden) IsCode(code int) bool
- func (o *CreateAppForbidden) IsRedirect() bool
- func (o *CreateAppForbidden) IsServerError() bool
- func (o *CreateAppForbidden) IsSuccess() bool
- func (o *CreateAppForbidden) String() string
- type CreateAppForbiddenBody
- func (o *CreateAppForbiddenBody) ContextValidate(ctx context.Context, formats strfmt.Registry) error
- func (o *CreateAppForbiddenBody) MarshalBinary() ([]byte, error)
- func (o *CreateAppForbiddenBody) UnmarshalBinary(b []byte) error
- func (o *CreateAppForbiddenBody) Validate(formats strfmt.Registry) error
- type CreateAppForbiddenBodyErrorsItems0
- func (o *CreateAppForbiddenBodyErrorsItems0) ContextValidate(ctx context.Context, formats strfmt.Registry) error
- func (o *CreateAppForbiddenBodyErrorsItems0) MarshalBinary() ([]byte, error)
- func (o *CreateAppForbiddenBodyErrorsItems0) UnmarshalBinary(b []byte) error
- func (o *CreateAppForbiddenBodyErrorsItems0) Validate(formats strfmt.Registry) error
- type CreateAppForbiddenBodyErrorsItems0Source
- func (o *CreateAppForbiddenBodyErrorsItems0Source) ContextValidate(ctx context.Context, formats strfmt.Registry) error
- func (o *CreateAppForbiddenBodyErrorsItems0Source) MarshalBinary() ([]byte, error)
- func (o *CreateAppForbiddenBodyErrorsItems0Source) UnmarshalBinary(b []byte) error
- func (o *CreateAppForbiddenBodyErrorsItems0Source) Validate(formats strfmt.Registry) error
- type CreateAppForbiddenBodyJsonapi
- func (o *CreateAppForbiddenBodyJsonapi) ContextValidate(ctx context.Context, formats strfmt.Registry) error
- func (o *CreateAppForbiddenBodyJsonapi) MarshalBinary() ([]byte, error)
- func (o *CreateAppForbiddenBodyJsonapi) UnmarshalBinary(b []byte) error
- func (o *CreateAppForbiddenBodyJsonapi) Validate(formats strfmt.Registry) error
- type CreateAppInternalServerError
- func (o *CreateAppInternalServerError) Code() int
- func (o *CreateAppInternalServerError) Error() string
- func (o *CreateAppInternalServerError) GetPayload() *models.ErrorDocument
- func (o *CreateAppInternalServerError) IsClientError() bool
- func (o *CreateAppInternalServerError) IsCode(code int) bool
- func (o *CreateAppInternalServerError) IsRedirect() bool
- func (o *CreateAppInternalServerError) IsServerError() bool
- func (o *CreateAppInternalServerError) IsSuccess() bool
- func (o *CreateAppInternalServerError) String() string
- type CreateAppNotFound
- func (o *CreateAppNotFound) Code() int
- func (o *CreateAppNotFound) Error() string
- func (o *CreateAppNotFound) GetPayload() *models.ErrorDocument
- func (o *CreateAppNotFound) IsClientError() bool
- func (o *CreateAppNotFound) IsCode(code int) bool
- func (o *CreateAppNotFound) IsRedirect() bool
- func (o *CreateAppNotFound) IsServerError() bool
- func (o *CreateAppNotFound) IsSuccess() bool
- func (o *CreateAppNotFound) String() string
- type CreateAppParams
- func (o *CreateAppParams) SetBody(body *models.AppPostRequest)
- func (o *CreateAppParams) SetContext(ctx context.Context)
- func (o *CreateAppParams) SetDefaults()
- func (o *CreateAppParams) SetHTTPClient(client *http.Client)
- func (o *CreateAppParams) SetOrgID(orgID strfmt.UUID)
- func (o *CreateAppParams) SetTimeout(timeout time.Duration)
- func (o *CreateAppParams) SetVersion(version string)
- func (o *CreateAppParams) WithBody(body *models.AppPostRequest) *CreateAppParams
- func (o *CreateAppParams) WithContext(ctx context.Context) *CreateAppParams
- func (o *CreateAppParams) WithDefaults() *CreateAppParams
- func (o *CreateAppParams) WithHTTPClient(client *http.Client) *CreateAppParams
- func (o *CreateAppParams) WithOrgID(orgID strfmt.UUID) *CreateAppParams
- func (o *CreateAppParams) WithTimeout(timeout time.Duration) *CreateAppParams
- func (o *CreateAppParams) WithVersion(version string) *CreateAppParams
- func (o *CreateAppParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error
- type CreateAppReader
- type CreateAppUnauthorized
- func (o *CreateAppUnauthorized) Code() int
- func (o *CreateAppUnauthorized) Error() string
- func (o *CreateAppUnauthorized) GetPayload() *models.ErrorDocument
- func (o *CreateAppUnauthorized) IsClientError() bool
- func (o *CreateAppUnauthorized) IsCode(code int) bool
- func (o *CreateAppUnauthorized) IsRedirect() bool
- func (o *CreateAppUnauthorized) IsServerError() bool
- func (o *CreateAppUnauthorized) IsSuccess() bool
- func (o *CreateAppUnauthorized) String() string
- type CreateGroupAppInstallBadRequest
- func (o *CreateGroupAppInstallBadRequest) Code() int
- func (o *CreateGroupAppInstallBadRequest) Error() string
- func (o *CreateGroupAppInstallBadRequest) GetPayload() *models.ErrorDocument
- func (o *CreateGroupAppInstallBadRequest) IsClientError() bool
- func (o *CreateGroupAppInstallBadRequest) IsCode(code int) bool
- func (o *CreateGroupAppInstallBadRequest) IsRedirect() bool
- func (o *CreateGroupAppInstallBadRequest) IsServerError() bool
- func (o *CreateGroupAppInstallBadRequest) IsSuccess() bool
- func (o *CreateGroupAppInstallBadRequest) String() string
- type CreateGroupAppInstallBody
- func (o *CreateGroupAppInstallBody) ContextValidate(ctx context.Context, formats strfmt.Registry) error
- func (o *CreateGroupAppInstallBody) MarshalBinary() ([]byte, error)
- func (o *CreateGroupAppInstallBody) UnmarshalBinary(b []byte) error
- func (o *CreateGroupAppInstallBody) Validate(formats strfmt.Registry) error
- type CreateGroupAppInstallConflict
- func (o *CreateGroupAppInstallConflict) Code() int
- func (o *CreateGroupAppInstallConflict) Error() string
- func (o *CreateGroupAppInstallConflict) GetPayload() *models.ErrorDocument
- func (o *CreateGroupAppInstallConflict) IsClientError() bool
- func (o *CreateGroupAppInstallConflict) IsCode(code int) bool
- func (o *CreateGroupAppInstallConflict) IsRedirect() bool
- func (o *CreateGroupAppInstallConflict) IsServerError() bool
- func (o *CreateGroupAppInstallConflict) IsSuccess() bool
- func (o *CreateGroupAppInstallConflict) String() string
- type CreateGroupAppInstallCreated
- func (o *CreateGroupAppInstallCreated) Code() int
- func (o *CreateGroupAppInstallCreated) Error() string
- func (o *CreateGroupAppInstallCreated) GetPayload() *CreateGroupAppInstallCreatedBody
- func (o *CreateGroupAppInstallCreated) IsClientError() bool
- func (o *CreateGroupAppInstallCreated) IsCode(code int) bool
- func (o *CreateGroupAppInstallCreated) IsRedirect() bool
- func (o *CreateGroupAppInstallCreated) IsServerError() bool
- func (o *CreateGroupAppInstallCreated) IsSuccess() bool
- func (o *CreateGroupAppInstallCreated) String() string
- type CreateGroupAppInstallCreatedBody
- func (o *CreateGroupAppInstallCreatedBody) ContextValidate(ctx context.Context, formats strfmt.Registry) error
- func (o *CreateGroupAppInstallCreatedBody) MarshalBinary() ([]byte, error)
- func (o *CreateGroupAppInstallCreatedBody) UnmarshalBinary(b []byte) error
- func (o *CreateGroupAppInstallCreatedBody) Validate(formats strfmt.Registry) error
- type CreateGroupAppInstallForbidden
- func (o *CreateGroupAppInstallForbidden) Code() int
- func (o *CreateGroupAppInstallForbidden) Error() string
- func (o *CreateGroupAppInstallForbidden) GetPayload() *CreateGroupAppInstallForbiddenBody
- func (o *CreateGroupAppInstallForbidden) IsClientError() bool
- func (o *CreateGroupAppInstallForbidden) IsCode(code int) bool
- func (o *CreateGroupAppInstallForbidden) IsRedirect() bool
- func (o *CreateGroupAppInstallForbidden) IsServerError() bool
- func (o *CreateGroupAppInstallForbidden) IsSuccess() bool
- func (o *CreateGroupAppInstallForbidden) String() string
- type CreateGroupAppInstallForbiddenBody
- func (o *CreateGroupAppInstallForbiddenBody) ContextValidate(ctx context.Context, formats strfmt.Registry) error
- func (o *CreateGroupAppInstallForbiddenBody) MarshalBinary() ([]byte, error)
- func (o *CreateGroupAppInstallForbiddenBody) UnmarshalBinary(b []byte) error
- func (o *CreateGroupAppInstallForbiddenBody) Validate(formats strfmt.Registry) error
- type CreateGroupAppInstallForbiddenBodyErrorsItems0
- func (o *CreateGroupAppInstallForbiddenBodyErrorsItems0) ContextValidate(ctx context.Context, formats strfmt.Registry) error
- func (o *CreateGroupAppInstallForbiddenBodyErrorsItems0) MarshalBinary() ([]byte, error)
- func (o *CreateGroupAppInstallForbiddenBodyErrorsItems0) UnmarshalBinary(b []byte) error
- func (o *CreateGroupAppInstallForbiddenBodyErrorsItems0) Validate(formats strfmt.Registry) error
- type CreateGroupAppInstallForbiddenBodyErrorsItems0Source
- func (o *CreateGroupAppInstallForbiddenBodyErrorsItems0Source) ContextValidate(ctx context.Context, formats strfmt.Registry) error
- func (o *CreateGroupAppInstallForbiddenBodyErrorsItems0Source) MarshalBinary() ([]byte, error)
- func (o *CreateGroupAppInstallForbiddenBodyErrorsItems0Source) UnmarshalBinary(b []byte) error
- func (o *CreateGroupAppInstallForbiddenBodyErrorsItems0Source) Validate(formats strfmt.Registry) error
- type CreateGroupAppInstallForbiddenBodyJsonapi
- func (o *CreateGroupAppInstallForbiddenBodyJsonapi) ContextValidate(ctx context.Context, formats strfmt.Registry) error
- func (o *CreateGroupAppInstallForbiddenBodyJsonapi) MarshalBinary() ([]byte, error)
- func (o *CreateGroupAppInstallForbiddenBodyJsonapi) UnmarshalBinary(b []byte) error
- func (o *CreateGroupAppInstallForbiddenBodyJsonapi) Validate(formats strfmt.Registry) error
- type CreateGroupAppInstallInternalServerError
- func (o *CreateGroupAppInstallInternalServerError) Code() int
- func (o *CreateGroupAppInstallInternalServerError) Error() string
- func (o *CreateGroupAppInstallInternalServerError) GetPayload() *models.ErrorDocument
- func (o *CreateGroupAppInstallInternalServerError) IsClientError() bool
- func (o *CreateGroupAppInstallInternalServerError) IsCode(code int) bool
- func (o *CreateGroupAppInstallInternalServerError) IsRedirect() bool
- func (o *CreateGroupAppInstallInternalServerError) IsServerError() bool
- func (o *CreateGroupAppInstallInternalServerError) IsSuccess() bool
- func (o *CreateGroupAppInstallInternalServerError) String() string
- type CreateGroupAppInstallNotFound
- func (o *CreateGroupAppInstallNotFound) Code() int
- func (o *CreateGroupAppInstallNotFound) Error() string
- func (o *CreateGroupAppInstallNotFound) GetPayload() *models.ErrorDocument
- func (o *CreateGroupAppInstallNotFound) IsClientError() bool
- func (o *CreateGroupAppInstallNotFound) IsCode(code int) bool
- func (o *CreateGroupAppInstallNotFound) IsRedirect() bool
- func (o *CreateGroupAppInstallNotFound) IsServerError() bool
- func (o *CreateGroupAppInstallNotFound) IsSuccess() bool
- func (o *CreateGroupAppInstallNotFound) String() string
- type CreateGroupAppInstallParams
- func NewCreateGroupAppInstallParams() *CreateGroupAppInstallParams
- func NewCreateGroupAppInstallParamsWithContext(ctx context.Context) *CreateGroupAppInstallParams
- func NewCreateGroupAppInstallParamsWithHTTPClient(client *http.Client) *CreateGroupAppInstallParams
- func NewCreateGroupAppInstallParamsWithTimeout(timeout time.Duration) *CreateGroupAppInstallParams
- func (o *CreateGroupAppInstallParams) SetBody(body CreateGroupAppInstallBody)
- func (o *CreateGroupAppInstallParams) SetContext(ctx context.Context)
- func (o *CreateGroupAppInstallParams) SetDefaults()
- func (o *CreateGroupAppInstallParams) SetGroupID(groupID strfmt.UUID)
- func (o *CreateGroupAppInstallParams) SetHTTPClient(client *http.Client)
- func (o *CreateGroupAppInstallParams) SetTimeout(timeout time.Duration)
- func (o *CreateGroupAppInstallParams) SetVersion(version string)
- func (o *CreateGroupAppInstallParams) WithBody(body CreateGroupAppInstallBody) *CreateGroupAppInstallParams
- func (o *CreateGroupAppInstallParams) WithContext(ctx context.Context) *CreateGroupAppInstallParams
- func (o *CreateGroupAppInstallParams) WithDefaults() *CreateGroupAppInstallParams
- func (o *CreateGroupAppInstallParams) WithGroupID(groupID strfmt.UUID) *CreateGroupAppInstallParams
- func (o *CreateGroupAppInstallParams) WithHTTPClient(client *http.Client) *CreateGroupAppInstallParams
- func (o *CreateGroupAppInstallParams) WithTimeout(timeout time.Duration) *CreateGroupAppInstallParams
- func (o *CreateGroupAppInstallParams) WithVersion(version string) *CreateGroupAppInstallParams
- func (o *CreateGroupAppInstallParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error
- type CreateGroupAppInstallParamsBodyData
- func (o *CreateGroupAppInstallParamsBodyData) ContextValidate(ctx context.Context, formats strfmt.Registry) error
- func (o *CreateGroupAppInstallParamsBodyData) MarshalBinary() ([]byte, error)
- func (o *CreateGroupAppInstallParamsBodyData) UnmarshalBinary(b []byte) error
- func (o *CreateGroupAppInstallParamsBodyData) Validate(formats strfmt.Registry) error
- type CreateGroupAppInstallParamsBodyRelationships
- func (o *CreateGroupAppInstallParamsBodyRelationships) ContextValidate(ctx context.Context, formats strfmt.Registry) error
- func (o *CreateGroupAppInstallParamsBodyRelationships) MarshalBinary() ([]byte, error)
- func (o *CreateGroupAppInstallParamsBodyRelationships) UnmarshalBinary(b []byte) error
- func (o *CreateGroupAppInstallParamsBodyRelationships) Validate(formats strfmt.Registry) error
- type CreateGroupAppInstallParamsBodyRelationshipsApp
- func (o *CreateGroupAppInstallParamsBodyRelationshipsApp) ContextValidate(ctx context.Context, formats strfmt.Registry) error
- func (o *CreateGroupAppInstallParamsBodyRelationshipsApp) MarshalBinary() ([]byte, error)
- func (o *CreateGroupAppInstallParamsBodyRelationshipsApp) UnmarshalBinary(b []byte) error
- func (o *CreateGroupAppInstallParamsBodyRelationshipsApp) Validate(formats strfmt.Registry) error
- type CreateGroupAppInstallParamsBodyRelationshipsAppData
- func (o *CreateGroupAppInstallParamsBodyRelationshipsAppData) ContextValidate(ctx context.Context, formats strfmt.Registry) error
- func (o *CreateGroupAppInstallParamsBodyRelationshipsAppData) MarshalBinary() ([]byte, error)
- func (o *CreateGroupAppInstallParamsBodyRelationshipsAppData) UnmarshalBinary(b []byte) error
- func (o *CreateGroupAppInstallParamsBodyRelationshipsAppData) Validate(formats strfmt.Registry) error
- type CreateGroupAppInstallReader
- type CreateGroupAppInstallUnauthorized
- func (o *CreateGroupAppInstallUnauthorized) Code() int
- func (o *CreateGroupAppInstallUnauthorized) Error() string
- func (o *CreateGroupAppInstallUnauthorized) GetPayload() *models.ErrorDocument
- func (o *CreateGroupAppInstallUnauthorized) IsClientError() bool
- func (o *CreateGroupAppInstallUnauthorized) IsCode(code int) bool
- func (o *CreateGroupAppInstallUnauthorized) IsRedirect() bool
- func (o *CreateGroupAppInstallUnauthorized) IsServerError() bool
- func (o *CreateGroupAppInstallUnauthorized) IsSuccess() bool
- func (o *CreateGroupAppInstallUnauthorized) String() string
- type CreateOrgAppBadRequest
- func (o *CreateOrgAppBadRequest) Code() int
- func (o *CreateOrgAppBadRequest) Error() string
- func (o *CreateOrgAppBadRequest) GetPayload() *models.ErrorDocument
- func (o *CreateOrgAppBadRequest) IsClientError() bool
- func (o *CreateOrgAppBadRequest) IsCode(code int) bool
- func (o *CreateOrgAppBadRequest) IsRedirect() bool
- func (o *CreateOrgAppBadRequest) IsServerError() bool
- func (o *CreateOrgAppBadRequest) IsSuccess() bool
- func (o *CreateOrgAppBadRequest) String() string
- type CreateOrgAppConflict
- func (o *CreateOrgAppConflict) Code() int
- func (o *CreateOrgAppConflict) Error() string
- func (o *CreateOrgAppConflict) GetPayload() *models.ErrorDocument
- func (o *CreateOrgAppConflict) IsClientError() bool
- func (o *CreateOrgAppConflict) IsCode(code int) bool
- func (o *CreateOrgAppConflict) IsRedirect() bool
- func (o *CreateOrgAppConflict) IsServerError() bool
- func (o *CreateOrgAppConflict) IsSuccess() bool
- func (o *CreateOrgAppConflict) String() string
- type CreateOrgAppCreated
- func (o *CreateOrgAppCreated) Code() int
- func (o *CreateOrgAppCreated) Error() string
- func (o *CreateOrgAppCreated) GetPayload() *models.AppPostResponse
- func (o *CreateOrgAppCreated) IsClientError() bool
- func (o *CreateOrgAppCreated) IsCode(code int) bool
- func (o *CreateOrgAppCreated) IsRedirect() bool
- func (o *CreateOrgAppCreated) IsServerError() bool
- func (o *CreateOrgAppCreated) IsSuccess() bool
- func (o *CreateOrgAppCreated) String() string
- type CreateOrgAppForbidden
- func (o *CreateOrgAppForbidden) Code() int
- func (o *CreateOrgAppForbidden) Error() string
- func (o *CreateOrgAppForbidden) GetPayload() *CreateOrgAppForbiddenBody
- func (o *CreateOrgAppForbidden) IsClientError() bool
- func (o *CreateOrgAppForbidden) IsCode(code int) bool
- func (o *CreateOrgAppForbidden) IsRedirect() bool
- func (o *CreateOrgAppForbidden) IsServerError() bool
- func (o *CreateOrgAppForbidden) IsSuccess() bool
- func (o *CreateOrgAppForbidden) String() string
- type CreateOrgAppForbiddenBody
- func (o *CreateOrgAppForbiddenBody) ContextValidate(ctx context.Context, formats strfmt.Registry) error
- func (o *CreateOrgAppForbiddenBody) MarshalBinary() ([]byte, error)
- func (o *CreateOrgAppForbiddenBody) UnmarshalBinary(b []byte) error
- func (o *CreateOrgAppForbiddenBody) Validate(formats strfmt.Registry) error
- type CreateOrgAppForbiddenBodyErrorsItems0
- func (o *CreateOrgAppForbiddenBodyErrorsItems0) ContextValidate(ctx context.Context, formats strfmt.Registry) error
- func (o *CreateOrgAppForbiddenBodyErrorsItems0) MarshalBinary() ([]byte, error)
- func (o *CreateOrgAppForbiddenBodyErrorsItems0) UnmarshalBinary(b []byte) error
- func (o *CreateOrgAppForbiddenBodyErrorsItems0) Validate(formats strfmt.Registry) error
- type CreateOrgAppForbiddenBodyErrorsItems0Source
- func (o *CreateOrgAppForbiddenBodyErrorsItems0Source) ContextValidate(ctx context.Context, formats strfmt.Registry) error
- func (o *CreateOrgAppForbiddenBodyErrorsItems0Source) MarshalBinary() ([]byte, error)
- func (o *CreateOrgAppForbiddenBodyErrorsItems0Source) UnmarshalBinary(b []byte) error
- func (o *CreateOrgAppForbiddenBodyErrorsItems0Source) Validate(formats strfmt.Registry) error
- type CreateOrgAppForbiddenBodyJsonapi
- func (o *CreateOrgAppForbiddenBodyJsonapi) ContextValidate(ctx context.Context, formats strfmt.Registry) error
- func (o *CreateOrgAppForbiddenBodyJsonapi) MarshalBinary() ([]byte, error)
- func (o *CreateOrgAppForbiddenBodyJsonapi) UnmarshalBinary(b []byte) error
- func (o *CreateOrgAppForbiddenBodyJsonapi) Validate(formats strfmt.Registry) error
- type CreateOrgAppInstallBadRequest
- func (o *CreateOrgAppInstallBadRequest) Code() int
- func (o *CreateOrgAppInstallBadRequest) Error() string
- func (o *CreateOrgAppInstallBadRequest) GetPayload() *models.ErrorDocument
- func (o *CreateOrgAppInstallBadRequest) IsClientError() bool
- func (o *CreateOrgAppInstallBadRequest) IsCode(code int) bool
- func (o *CreateOrgAppInstallBadRequest) IsRedirect() bool
- func (o *CreateOrgAppInstallBadRequest) IsServerError() bool
- func (o *CreateOrgAppInstallBadRequest) IsSuccess() bool
- func (o *CreateOrgAppInstallBadRequest) String() string
- type CreateOrgAppInstallBody
- func (o *CreateOrgAppInstallBody) ContextValidate(ctx context.Context, formats strfmt.Registry) error
- func (o *CreateOrgAppInstallBody) MarshalBinary() ([]byte, error)
- func (o *CreateOrgAppInstallBody) UnmarshalBinary(b []byte) error
- func (o *CreateOrgAppInstallBody) Validate(formats strfmt.Registry) error
- type CreateOrgAppInstallConflict
- func (o *CreateOrgAppInstallConflict) Code() int
- func (o *CreateOrgAppInstallConflict) Error() string
- func (o *CreateOrgAppInstallConflict) GetPayload() *models.ErrorDocument
- func (o *CreateOrgAppInstallConflict) IsClientError() bool
- func (o *CreateOrgAppInstallConflict) IsCode(code int) bool
- func (o *CreateOrgAppInstallConflict) IsRedirect() bool
- func (o *CreateOrgAppInstallConflict) IsServerError() bool
- func (o *CreateOrgAppInstallConflict) IsSuccess() bool
- func (o *CreateOrgAppInstallConflict) String() string
- type CreateOrgAppInstallCreated
- func (o *CreateOrgAppInstallCreated) Code() int
- func (o *CreateOrgAppInstallCreated) Error() string
- func (o *CreateOrgAppInstallCreated) GetPayload() *CreateOrgAppInstallCreatedBody
- func (o *CreateOrgAppInstallCreated) IsClientError() bool
- func (o *CreateOrgAppInstallCreated) IsCode(code int) bool
- func (o *CreateOrgAppInstallCreated) IsRedirect() bool
- func (o *CreateOrgAppInstallCreated) IsServerError() bool
- func (o *CreateOrgAppInstallCreated) IsSuccess() bool
- func (o *CreateOrgAppInstallCreated) String() string
- type CreateOrgAppInstallCreatedBody
- func (o *CreateOrgAppInstallCreatedBody) ContextValidate(ctx context.Context, formats strfmt.Registry) error
- func (o *CreateOrgAppInstallCreatedBody) MarshalBinary() ([]byte, error)
- func (o *CreateOrgAppInstallCreatedBody) UnmarshalBinary(b []byte) error
- func (o *CreateOrgAppInstallCreatedBody) Validate(formats strfmt.Registry) error
- type CreateOrgAppInstallForbidden
- func (o *CreateOrgAppInstallForbidden) Code() int
- func (o *CreateOrgAppInstallForbidden) Error() string
- func (o *CreateOrgAppInstallForbidden) GetPayload() *CreateOrgAppInstallForbiddenBody
- func (o *CreateOrgAppInstallForbidden) IsClientError() bool
- func (o *CreateOrgAppInstallForbidden) IsCode(code int) bool
- func (o *CreateOrgAppInstallForbidden) IsRedirect() bool
- func (o *CreateOrgAppInstallForbidden) IsServerError() bool
- func (o *CreateOrgAppInstallForbidden) IsSuccess() bool
- func (o *CreateOrgAppInstallForbidden) String() string
- type CreateOrgAppInstallForbiddenBody
- func (o *CreateOrgAppInstallForbiddenBody) ContextValidate(ctx context.Context, formats strfmt.Registry) error
- func (o *CreateOrgAppInstallForbiddenBody) MarshalBinary() ([]byte, error)
- func (o *CreateOrgAppInstallForbiddenBody) UnmarshalBinary(b []byte) error
- func (o *CreateOrgAppInstallForbiddenBody) Validate(formats strfmt.Registry) error
- type CreateOrgAppInstallForbiddenBodyErrorsItems0
- func (o *CreateOrgAppInstallForbiddenBodyErrorsItems0) ContextValidate(ctx context.Context, formats strfmt.Registry) error
- func (o *CreateOrgAppInstallForbiddenBodyErrorsItems0) MarshalBinary() ([]byte, error)
- func (o *CreateOrgAppInstallForbiddenBodyErrorsItems0) UnmarshalBinary(b []byte) error
- func (o *CreateOrgAppInstallForbiddenBodyErrorsItems0) Validate(formats strfmt.Registry) error
- type CreateOrgAppInstallForbiddenBodyErrorsItems0Source
- func (o *CreateOrgAppInstallForbiddenBodyErrorsItems0Source) ContextValidate(ctx context.Context, formats strfmt.Registry) error
- func (o *CreateOrgAppInstallForbiddenBodyErrorsItems0Source) MarshalBinary() ([]byte, error)
- func (o *CreateOrgAppInstallForbiddenBodyErrorsItems0Source) UnmarshalBinary(b []byte) error
- func (o *CreateOrgAppInstallForbiddenBodyErrorsItems0Source) Validate(formats strfmt.Registry) error
- type CreateOrgAppInstallForbiddenBodyJsonapi
- func (o *CreateOrgAppInstallForbiddenBodyJsonapi) ContextValidate(ctx context.Context, formats strfmt.Registry) error
- func (o *CreateOrgAppInstallForbiddenBodyJsonapi) MarshalBinary() ([]byte, error)
- func (o *CreateOrgAppInstallForbiddenBodyJsonapi) UnmarshalBinary(b []byte) error
- func (o *CreateOrgAppInstallForbiddenBodyJsonapi) Validate(formats strfmt.Registry) error
- type CreateOrgAppInstallInternalServerError
- func (o *CreateOrgAppInstallInternalServerError) Code() int
- func (o *CreateOrgAppInstallInternalServerError) Error() string
- func (o *CreateOrgAppInstallInternalServerError) GetPayload() *models.ErrorDocument
- func (o *CreateOrgAppInstallInternalServerError) IsClientError() bool
- func (o *CreateOrgAppInstallInternalServerError) IsCode(code int) bool
- func (o *CreateOrgAppInstallInternalServerError) IsRedirect() bool
- func (o *CreateOrgAppInstallInternalServerError) IsServerError() bool
- func (o *CreateOrgAppInstallInternalServerError) IsSuccess() bool
- func (o *CreateOrgAppInstallInternalServerError) String() string
- type CreateOrgAppInstallNotFound
- func (o *CreateOrgAppInstallNotFound) Code() int
- func (o *CreateOrgAppInstallNotFound) Error() string
- func (o *CreateOrgAppInstallNotFound) GetPayload() *models.ErrorDocument
- func (o *CreateOrgAppInstallNotFound) IsClientError() bool
- func (o *CreateOrgAppInstallNotFound) IsCode(code int) bool
- func (o *CreateOrgAppInstallNotFound) IsRedirect() bool
- func (o *CreateOrgAppInstallNotFound) IsServerError() bool
- func (o *CreateOrgAppInstallNotFound) IsSuccess() bool
- func (o *CreateOrgAppInstallNotFound) String() string
- type CreateOrgAppInstallParams
- func NewCreateOrgAppInstallParams() *CreateOrgAppInstallParams
- func NewCreateOrgAppInstallParamsWithContext(ctx context.Context) *CreateOrgAppInstallParams
- func NewCreateOrgAppInstallParamsWithHTTPClient(client *http.Client) *CreateOrgAppInstallParams
- func NewCreateOrgAppInstallParamsWithTimeout(timeout time.Duration) *CreateOrgAppInstallParams
- func (o *CreateOrgAppInstallParams) SetBody(body CreateOrgAppInstallBody)
- func (o *CreateOrgAppInstallParams) SetContext(ctx context.Context)
- func (o *CreateOrgAppInstallParams) SetDefaults()
- func (o *CreateOrgAppInstallParams) SetHTTPClient(client *http.Client)
- func (o *CreateOrgAppInstallParams) SetOrgID(orgID strfmt.UUID)
- func (o *CreateOrgAppInstallParams) SetTimeout(timeout time.Duration)
- func (o *CreateOrgAppInstallParams) SetVersion(version string)
- func (o *CreateOrgAppInstallParams) WithBody(body CreateOrgAppInstallBody) *CreateOrgAppInstallParams
- func (o *CreateOrgAppInstallParams) WithContext(ctx context.Context) *CreateOrgAppInstallParams
- func (o *CreateOrgAppInstallParams) WithDefaults() *CreateOrgAppInstallParams
- func (o *CreateOrgAppInstallParams) WithHTTPClient(client *http.Client) *CreateOrgAppInstallParams
- func (o *CreateOrgAppInstallParams) WithOrgID(orgID strfmt.UUID) *CreateOrgAppInstallParams
- func (o *CreateOrgAppInstallParams) WithTimeout(timeout time.Duration) *CreateOrgAppInstallParams
- func (o *CreateOrgAppInstallParams) WithVersion(version string) *CreateOrgAppInstallParams
- func (o *CreateOrgAppInstallParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error
- type CreateOrgAppInstallParamsBodyData
- func (o *CreateOrgAppInstallParamsBodyData) ContextValidate(ctx context.Context, formats strfmt.Registry) error
- func (o *CreateOrgAppInstallParamsBodyData) MarshalBinary() ([]byte, error)
- func (o *CreateOrgAppInstallParamsBodyData) UnmarshalBinary(b []byte) error
- func (o *CreateOrgAppInstallParamsBodyData) Validate(formats strfmt.Registry) error
- type CreateOrgAppInstallParamsBodyRelationships
- func (o *CreateOrgAppInstallParamsBodyRelationships) ContextValidate(ctx context.Context, formats strfmt.Registry) error
- func (o *CreateOrgAppInstallParamsBodyRelationships) MarshalBinary() ([]byte, error)
- func (o *CreateOrgAppInstallParamsBodyRelationships) UnmarshalBinary(b []byte) error
- func (o *CreateOrgAppInstallParamsBodyRelationships) Validate(formats strfmt.Registry) error
- type CreateOrgAppInstallParamsBodyRelationshipsApp
- func (o *CreateOrgAppInstallParamsBodyRelationshipsApp) ContextValidate(ctx context.Context, formats strfmt.Registry) error
- func (o *CreateOrgAppInstallParamsBodyRelationshipsApp) MarshalBinary() ([]byte, error)
- func (o *CreateOrgAppInstallParamsBodyRelationshipsApp) UnmarshalBinary(b []byte) error
- func (o *CreateOrgAppInstallParamsBodyRelationshipsApp) Validate(formats strfmt.Registry) error
- type CreateOrgAppInstallParamsBodyRelationshipsAppData
- func (o *CreateOrgAppInstallParamsBodyRelationshipsAppData) ContextValidate(ctx context.Context, formats strfmt.Registry) error
- func (o *CreateOrgAppInstallParamsBodyRelationshipsAppData) MarshalBinary() ([]byte, error)
- func (o *CreateOrgAppInstallParamsBodyRelationshipsAppData) UnmarshalBinary(b []byte) error
- func (o *CreateOrgAppInstallParamsBodyRelationshipsAppData) Validate(formats strfmt.Registry) error
- type CreateOrgAppInstallReader
- type CreateOrgAppInstallUnauthorized
- func (o *CreateOrgAppInstallUnauthorized) Code() int
- func (o *CreateOrgAppInstallUnauthorized) Error() string
- func (o *CreateOrgAppInstallUnauthorized) GetPayload() *models.ErrorDocument
- func (o *CreateOrgAppInstallUnauthorized) IsClientError() bool
- func (o *CreateOrgAppInstallUnauthorized) IsCode(code int) bool
- func (o *CreateOrgAppInstallUnauthorized) IsRedirect() bool
- func (o *CreateOrgAppInstallUnauthorized) IsServerError() bool
- func (o *CreateOrgAppInstallUnauthorized) IsSuccess() bool
- func (o *CreateOrgAppInstallUnauthorized) String() string
- type CreateOrgAppInternalServerError
- func (o *CreateOrgAppInternalServerError) Code() int
- func (o *CreateOrgAppInternalServerError) Error() string
- func (o *CreateOrgAppInternalServerError) GetPayload() *models.ErrorDocument
- func (o *CreateOrgAppInternalServerError) IsClientError() bool
- func (o *CreateOrgAppInternalServerError) IsCode(code int) bool
- func (o *CreateOrgAppInternalServerError) IsRedirect() bool
- func (o *CreateOrgAppInternalServerError) IsServerError() bool
- func (o *CreateOrgAppInternalServerError) IsSuccess() bool
- func (o *CreateOrgAppInternalServerError) String() string
- type CreateOrgAppNotFound
- func (o *CreateOrgAppNotFound) Code() int
- func (o *CreateOrgAppNotFound) Error() string
- func (o *CreateOrgAppNotFound) GetPayload() *models.ErrorDocument
- func (o *CreateOrgAppNotFound) IsClientError() bool
- func (o *CreateOrgAppNotFound) IsCode(code int) bool
- func (o *CreateOrgAppNotFound) IsRedirect() bool
- func (o *CreateOrgAppNotFound) IsServerError() bool
- func (o *CreateOrgAppNotFound) IsSuccess() bool
- func (o *CreateOrgAppNotFound) String() string
- type CreateOrgAppParams
- func (o *CreateOrgAppParams) SetBody(body *models.AppPostRequest)
- func (o *CreateOrgAppParams) SetContext(ctx context.Context)
- func (o *CreateOrgAppParams) SetDefaults()
- func (o *CreateOrgAppParams) SetHTTPClient(client *http.Client)
- func (o *CreateOrgAppParams) SetOrgID(orgID strfmt.UUID)
- func (o *CreateOrgAppParams) SetTimeout(timeout time.Duration)
- func (o *CreateOrgAppParams) SetVersion(version string)
- func (o *CreateOrgAppParams) WithBody(body *models.AppPostRequest) *CreateOrgAppParams
- func (o *CreateOrgAppParams) WithContext(ctx context.Context) *CreateOrgAppParams
- func (o *CreateOrgAppParams) WithDefaults() *CreateOrgAppParams
- func (o *CreateOrgAppParams) WithHTTPClient(client *http.Client) *CreateOrgAppParams
- func (o *CreateOrgAppParams) WithOrgID(orgID strfmt.UUID) *CreateOrgAppParams
- func (o *CreateOrgAppParams) WithTimeout(timeout time.Duration) *CreateOrgAppParams
- func (o *CreateOrgAppParams) WithVersion(version string) *CreateOrgAppParams
- func (o *CreateOrgAppParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error
- type CreateOrgAppReader
- type CreateOrgAppUnauthorized
- func (o *CreateOrgAppUnauthorized) Code() int
- func (o *CreateOrgAppUnauthorized) Error() string
- func (o *CreateOrgAppUnauthorized) GetPayload() *models.ErrorDocument
- func (o *CreateOrgAppUnauthorized) IsClientError() bool
- func (o *CreateOrgAppUnauthorized) IsCode(code int) bool
- func (o *CreateOrgAppUnauthorized) IsRedirect() bool
- func (o *CreateOrgAppUnauthorized) IsServerError() bool
- func (o *CreateOrgAppUnauthorized) IsSuccess() bool
- func (o *CreateOrgAppUnauthorized) String() string
- type DeleteAppBadRequest
- func (o *DeleteAppBadRequest) Code() int
- func (o *DeleteAppBadRequest) Error() string
- func (o *DeleteAppBadRequest) GetPayload() *models.ErrorDocument
- func (o *DeleteAppBadRequest) IsClientError() bool
- func (o *DeleteAppBadRequest) IsCode(code int) bool
- func (o *DeleteAppBadRequest) IsRedirect() bool
- func (o *DeleteAppBadRequest) IsServerError() bool
- func (o *DeleteAppBadRequest) IsSuccess() bool
- func (o *DeleteAppBadRequest) String() string
- type DeleteAppBotBadRequest
- func (o *DeleteAppBotBadRequest) Code() int
- func (o *DeleteAppBotBadRequest) Error() string
- func (o *DeleteAppBotBadRequest) GetPayload() *models.ErrorDocument
- func (o *DeleteAppBotBadRequest) IsClientError() bool
- func (o *DeleteAppBotBadRequest) IsCode(code int) bool
- func (o *DeleteAppBotBadRequest) IsRedirect() bool
- func (o *DeleteAppBotBadRequest) IsServerError() bool
- func (o *DeleteAppBotBadRequest) IsSuccess() bool
- func (o *DeleteAppBotBadRequest) String() string
- type DeleteAppBotConflict
- func (o *DeleteAppBotConflict) Code() int
- func (o *DeleteAppBotConflict) Error() string
- func (o *DeleteAppBotConflict) GetPayload() *models.ErrorDocument
- func (o *DeleteAppBotConflict) IsClientError() bool
- func (o *DeleteAppBotConflict) IsCode(code int) bool
- func (o *DeleteAppBotConflict) IsRedirect() bool
- func (o *DeleteAppBotConflict) IsServerError() bool
- func (o *DeleteAppBotConflict) IsSuccess() bool
- func (o *DeleteAppBotConflict) String() string
- type DeleteAppBotForbidden
- func (o *DeleteAppBotForbidden) Code() int
- func (o *DeleteAppBotForbidden) Error() string
- func (o *DeleteAppBotForbidden) GetPayload() *DeleteAppBotForbiddenBody
- func (o *DeleteAppBotForbidden) IsClientError() bool
- func (o *DeleteAppBotForbidden) IsCode(code int) bool
- func (o *DeleteAppBotForbidden) IsRedirect() bool
- func (o *DeleteAppBotForbidden) IsServerError() bool
- func (o *DeleteAppBotForbidden) IsSuccess() bool
- func (o *DeleteAppBotForbidden) String() string
- type DeleteAppBotForbiddenBody
- func (o *DeleteAppBotForbiddenBody) ContextValidate(ctx context.Context, formats strfmt.Registry) error
- func (o *DeleteAppBotForbiddenBody) MarshalBinary() ([]byte, error)
- func (o *DeleteAppBotForbiddenBody) UnmarshalBinary(b []byte) error
- func (o *DeleteAppBotForbiddenBody) Validate(formats strfmt.Registry) error
- type DeleteAppBotForbiddenBodyErrorsItems0
- func (o *DeleteAppBotForbiddenBodyErrorsItems0) ContextValidate(ctx context.Context, formats strfmt.Registry) error
- func (o *DeleteAppBotForbiddenBodyErrorsItems0) MarshalBinary() ([]byte, error)
- func (o *DeleteAppBotForbiddenBodyErrorsItems0) UnmarshalBinary(b []byte) error
- func (o *DeleteAppBotForbiddenBodyErrorsItems0) Validate(formats strfmt.Registry) error
- type DeleteAppBotForbiddenBodyErrorsItems0Source
- func (o *DeleteAppBotForbiddenBodyErrorsItems0Source) ContextValidate(ctx context.Context, formats strfmt.Registry) error
- func (o *DeleteAppBotForbiddenBodyErrorsItems0Source) MarshalBinary() ([]byte, error)
- func (o *DeleteAppBotForbiddenBodyErrorsItems0Source) UnmarshalBinary(b []byte) error
- func (o *DeleteAppBotForbiddenBodyErrorsItems0Source) Validate(formats strfmt.Registry) error
- type DeleteAppBotForbiddenBodyJsonapi
- func (o *DeleteAppBotForbiddenBodyJsonapi) ContextValidate(ctx context.Context, formats strfmt.Registry) error
- func (o *DeleteAppBotForbiddenBodyJsonapi) MarshalBinary() ([]byte, error)
- func (o *DeleteAppBotForbiddenBodyJsonapi) UnmarshalBinary(b []byte) error
- func (o *DeleteAppBotForbiddenBodyJsonapi) Validate(formats strfmt.Registry) error
- type DeleteAppBotInternalServerError
- func (o *DeleteAppBotInternalServerError) Code() int
- func (o *DeleteAppBotInternalServerError) Error() string
- func (o *DeleteAppBotInternalServerError) GetPayload() *models.ErrorDocument
- func (o *DeleteAppBotInternalServerError) IsClientError() bool
- func (o *DeleteAppBotInternalServerError) IsCode(code int) bool
- func (o *DeleteAppBotInternalServerError) IsRedirect() bool
- func (o *DeleteAppBotInternalServerError) IsServerError() bool
- func (o *DeleteAppBotInternalServerError) IsSuccess() bool
- func (o *DeleteAppBotInternalServerError) String() string
- type DeleteAppBotNoContent
- func (o *DeleteAppBotNoContent) Code() int
- func (o *DeleteAppBotNoContent) Error() string
- func (o *DeleteAppBotNoContent) IsClientError() bool
- func (o *DeleteAppBotNoContent) IsCode(code int) bool
- func (o *DeleteAppBotNoContent) IsRedirect() bool
- func (o *DeleteAppBotNoContent) IsServerError() bool
- func (o *DeleteAppBotNoContent) IsSuccess() bool
- func (o *DeleteAppBotNoContent) String() string
- type DeleteAppBotNotFound
- func (o *DeleteAppBotNotFound) Code() int
- func (o *DeleteAppBotNotFound) Error() string
- func (o *DeleteAppBotNotFound) GetPayload() *models.ErrorDocument
- func (o *DeleteAppBotNotFound) IsClientError() bool
- func (o *DeleteAppBotNotFound) IsCode(code int) bool
- func (o *DeleteAppBotNotFound) IsRedirect() bool
- func (o *DeleteAppBotNotFound) IsServerError() bool
- func (o *DeleteAppBotNotFound) IsSuccess() bool
- func (o *DeleteAppBotNotFound) String() string
- type DeleteAppBotParams
- func (o *DeleteAppBotParams) SetBotID(botID strfmt.UUID)
- func (o *DeleteAppBotParams) SetContext(ctx context.Context)
- func (o *DeleteAppBotParams) SetDefaults()
- func (o *DeleteAppBotParams) SetHTTPClient(client *http.Client)
- func (o *DeleteAppBotParams) SetOrgID(orgID strfmt.UUID)
- func (o *DeleteAppBotParams) SetTimeout(timeout time.Duration)
- func (o *DeleteAppBotParams) SetVersion(version string)
- func (o *DeleteAppBotParams) WithBotID(botID strfmt.UUID) *DeleteAppBotParams
- func (o *DeleteAppBotParams) WithContext(ctx context.Context) *DeleteAppBotParams
- func (o *DeleteAppBotParams) WithDefaults() *DeleteAppBotParams
- func (o *DeleteAppBotParams) WithHTTPClient(client *http.Client) *DeleteAppBotParams
- func (o *DeleteAppBotParams) WithOrgID(orgID strfmt.UUID) *DeleteAppBotParams
- func (o *DeleteAppBotParams) WithTimeout(timeout time.Duration) *DeleteAppBotParams
- func (o *DeleteAppBotParams) WithVersion(version string) *DeleteAppBotParams
- func (o *DeleteAppBotParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error
- type DeleteAppBotReader
- type DeleteAppBotUnauthorized
- func (o *DeleteAppBotUnauthorized) Code() int
- func (o *DeleteAppBotUnauthorized) Error() string
- func (o *DeleteAppBotUnauthorized) GetPayload() *models.ErrorDocument
- func (o *DeleteAppBotUnauthorized) IsClientError() bool
- func (o *DeleteAppBotUnauthorized) IsCode(code int) bool
- func (o *DeleteAppBotUnauthorized) IsRedirect() bool
- func (o *DeleteAppBotUnauthorized) IsServerError() bool
- func (o *DeleteAppBotUnauthorized) IsSuccess() bool
- func (o *DeleteAppBotUnauthorized) String() string
- type DeleteAppByIDBadRequest
- func (o *DeleteAppByIDBadRequest) Code() int
- func (o *DeleteAppByIDBadRequest) Error() string
- func (o *DeleteAppByIDBadRequest) GetPayload() *models.ErrorDocument
- func (o *DeleteAppByIDBadRequest) IsClientError() bool
- func (o *DeleteAppByIDBadRequest) IsCode(code int) bool
- func (o *DeleteAppByIDBadRequest) IsRedirect() bool
- func (o *DeleteAppByIDBadRequest) IsServerError() bool
- func (o *DeleteAppByIDBadRequest) IsSuccess() bool
- func (o *DeleteAppByIDBadRequest) String() string
- type DeleteAppByIDConflict
- func (o *DeleteAppByIDConflict) Code() int
- func (o *DeleteAppByIDConflict) Error() string
- func (o *DeleteAppByIDConflict) GetPayload() *models.ErrorDocument
- func (o *DeleteAppByIDConflict) IsClientError() bool
- func (o *DeleteAppByIDConflict) IsCode(code int) bool
- func (o *DeleteAppByIDConflict) IsRedirect() bool
- func (o *DeleteAppByIDConflict) IsServerError() bool
- func (o *DeleteAppByIDConflict) IsSuccess() bool
- func (o *DeleteAppByIDConflict) String() string
- type DeleteAppByIDForbidden
- func (o *DeleteAppByIDForbidden) Code() int
- func (o *DeleteAppByIDForbidden) Error() string
- func (o *DeleteAppByIDForbidden) GetPayload() *DeleteAppByIDForbiddenBody
- func (o *DeleteAppByIDForbidden) IsClientError() bool
- func (o *DeleteAppByIDForbidden) IsCode(code int) bool
- func (o *DeleteAppByIDForbidden) IsRedirect() bool
- func (o *DeleteAppByIDForbidden) IsServerError() bool
- func (o *DeleteAppByIDForbidden) IsSuccess() bool
- func (o *DeleteAppByIDForbidden) String() string
- type DeleteAppByIDForbiddenBody
- func (o *DeleteAppByIDForbiddenBody) ContextValidate(ctx context.Context, formats strfmt.Registry) error
- func (o *DeleteAppByIDForbiddenBody) MarshalBinary() ([]byte, error)
- func (o *DeleteAppByIDForbiddenBody) UnmarshalBinary(b []byte) error
- func (o *DeleteAppByIDForbiddenBody) Validate(formats strfmt.Registry) error
- type DeleteAppByIDForbiddenBodyErrorsItems0
- func (o *DeleteAppByIDForbiddenBodyErrorsItems0) ContextValidate(ctx context.Context, formats strfmt.Registry) error
- func (o *DeleteAppByIDForbiddenBodyErrorsItems0) MarshalBinary() ([]byte, error)
- func (o *DeleteAppByIDForbiddenBodyErrorsItems0) UnmarshalBinary(b []byte) error
- func (o *DeleteAppByIDForbiddenBodyErrorsItems0) Validate(formats strfmt.Registry) error
- type DeleteAppByIDForbiddenBodyErrorsItems0Source
- func (o *DeleteAppByIDForbiddenBodyErrorsItems0Source) ContextValidate(ctx context.Context, formats strfmt.Registry) error
- func (o *DeleteAppByIDForbiddenBodyErrorsItems0Source) MarshalBinary() ([]byte, error)
- func (o *DeleteAppByIDForbiddenBodyErrorsItems0Source) UnmarshalBinary(b []byte) error
- func (o *DeleteAppByIDForbiddenBodyErrorsItems0Source) Validate(formats strfmt.Registry) error
- type DeleteAppByIDForbiddenBodyJsonapi
- func (o *DeleteAppByIDForbiddenBodyJsonapi) ContextValidate(ctx context.Context, formats strfmt.Registry) error
- func (o *DeleteAppByIDForbiddenBodyJsonapi) MarshalBinary() ([]byte, error)
- func (o *DeleteAppByIDForbiddenBodyJsonapi) UnmarshalBinary(b []byte) error
- func (o *DeleteAppByIDForbiddenBodyJsonapi) Validate(formats strfmt.Registry) error
- type DeleteAppByIDInternalServerError
- func (o *DeleteAppByIDInternalServerError) Code() int
- func (o *DeleteAppByIDInternalServerError) Error() string
- func (o *DeleteAppByIDInternalServerError) GetPayload() *models.ErrorDocument
- func (o *DeleteAppByIDInternalServerError) IsClientError() bool
- func (o *DeleteAppByIDInternalServerError) IsCode(code int) bool
- func (o *DeleteAppByIDInternalServerError) IsRedirect() bool
- func (o *DeleteAppByIDInternalServerError) IsServerError() bool
- func (o *DeleteAppByIDInternalServerError) IsSuccess() bool
- func (o *DeleteAppByIDInternalServerError) String() string
- type DeleteAppByIDNoContent
- func (o *DeleteAppByIDNoContent) Code() int
- func (o *DeleteAppByIDNoContent) Error() string
- func (o *DeleteAppByIDNoContent) IsClientError() bool
- func (o *DeleteAppByIDNoContent) IsCode(code int) bool
- func (o *DeleteAppByIDNoContent) IsRedirect() bool
- func (o *DeleteAppByIDNoContent) IsServerError() bool
- func (o *DeleteAppByIDNoContent) IsSuccess() bool
- func (o *DeleteAppByIDNoContent) String() string
- type DeleteAppByIDNotFound
- func (o *DeleteAppByIDNotFound) Code() int
- func (o *DeleteAppByIDNotFound) Error() string
- func (o *DeleteAppByIDNotFound) GetPayload() *models.ErrorDocument
- func (o *DeleteAppByIDNotFound) IsClientError() bool
- func (o *DeleteAppByIDNotFound) IsCode(code int) bool
- func (o *DeleteAppByIDNotFound) IsRedirect() bool
- func (o *DeleteAppByIDNotFound) IsServerError() bool
- func (o *DeleteAppByIDNotFound) IsSuccess() bool
- func (o *DeleteAppByIDNotFound) String() string
- type DeleteAppByIDParams
- func (o *DeleteAppByIDParams) SetAppID(appID strfmt.UUID)
- func (o *DeleteAppByIDParams) SetContext(ctx context.Context)
- func (o *DeleteAppByIDParams) SetDefaults()
- func (o *DeleteAppByIDParams) SetHTTPClient(client *http.Client)
- func (o *DeleteAppByIDParams) SetOrgID(orgID strfmt.UUID)
- func (o *DeleteAppByIDParams) SetTimeout(timeout time.Duration)
- func (o *DeleteAppByIDParams) SetVersion(version string)
- func (o *DeleteAppByIDParams) WithAppID(appID strfmt.UUID) *DeleteAppByIDParams
- func (o *DeleteAppByIDParams) WithContext(ctx context.Context) *DeleteAppByIDParams
- func (o *DeleteAppByIDParams) WithDefaults() *DeleteAppByIDParams
- func (o *DeleteAppByIDParams) WithHTTPClient(client *http.Client) *DeleteAppByIDParams
- func (o *DeleteAppByIDParams) WithOrgID(orgID strfmt.UUID) *DeleteAppByIDParams
- func (o *DeleteAppByIDParams) WithTimeout(timeout time.Duration) *DeleteAppByIDParams
- func (o *DeleteAppByIDParams) WithVersion(version string) *DeleteAppByIDParams
- func (o *DeleteAppByIDParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error
- type DeleteAppByIDReader
- type DeleteAppByIDUnauthorized
- func (o *DeleteAppByIDUnauthorized) Code() int
- func (o *DeleteAppByIDUnauthorized) Error() string
- func (o *DeleteAppByIDUnauthorized) GetPayload() *models.ErrorDocument
- func (o *DeleteAppByIDUnauthorized) IsClientError() bool
- func (o *DeleteAppByIDUnauthorized) IsCode(code int) bool
- func (o *DeleteAppByIDUnauthorized) IsRedirect() bool
- func (o *DeleteAppByIDUnauthorized) IsServerError() bool
- func (o *DeleteAppByIDUnauthorized) IsSuccess() bool
- func (o *DeleteAppByIDUnauthorized) String() string
- type DeleteAppConflict
- func (o *DeleteAppConflict) Code() int
- func (o *DeleteAppConflict) Error() string
- func (o *DeleteAppConflict) GetPayload() *models.ErrorDocument
- func (o *DeleteAppConflict) IsClientError() bool
- func (o *DeleteAppConflict) IsCode(code int) bool
- func (o *DeleteAppConflict) IsRedirect() bool
- func (o *DeleteAppConflict) IsServerError() bool
- func (o *DeleteAppConflict) IsSuccess() bool
- func (o *DeleteAppConflict) String() string
- type DeleteAppForbidden
- func (o *DeleteAppForbidden) Code() int
- func (o *DeleteAppForbidden) Error() string
- func (o *DeleteAppForbidden) GetPayload() *DeleteAppForbiddenBody
- func (o *DeleteAppForbidden) IsClientError() bool
- func (o *DeleteAppForbidden) IsCode(code int) bool
- func (o *DeleteAppForbidden) IsRedirect() bool
- func (o *DeleteAppForbidden) IsServerError() bool
- func (o *DeleteAppForbidden) IsSuccess() bool
- func (o *DeleteAppForbidden) String() string
- type DeleteAppForbiddenBody
- func (o *DeleteAppForbiddenBody) ContextValidate(ctx context.Context, formats strfmt.Registry) error
- func (o *DeleteAppForbiddenBody) MarshalBinary() ([]byte, error)
- func (o *DeleteAppForbiddenBody) UnmarshalBinary(b []byte) error
- func (o *DeleteAppForbiddenBody) Validate(formats strfmt.Registry) error
- type DeleteAppForbiddenBodyErrorsItems0
- func (o *DeleteAppForbiddenBodyErrorsItems0) ContextValidate(ctx context.Context, formats strfmt.Registry) error
- func (o *DeleteAppForbiddenBodyErrorsItems0) MarshalBinary() ([]byte, error)
- func (o *DeleteAppForbiddenBodyErrorsItems0) UnmarshalBinary(b []byte) error
- func (o *DeleteAppForbiddenBodyErrorsItems0) Validate(formats strfmt.Registry) error
- type DeleteAppForbiddenBodyErrorsItems0Source
- func (o *DeleteAppForbiddenBodyErrorsItems0Source) ContextValidate(ctx context.Context, formats strfmt.Registry) error
- func (o *DeleteAppForbiddenBodyErrorsItems0Source) MarshalBinary() ([]byte, error)
- func (o *DeleteAppForbiddenBodyErrorsItems0Source) UnmarshalBinary(b []byte) error
- func (o *DeleteAppForbiddenBodyErrorsItems0Source) Validate(formats strfmt.Registry) error
- type DeleteAppForbiddenBodyJsonapi
- func (o *DeleteAppForbiddenBodyJsonapi) ContextValidate(ctx context.Context, formats strfmt.Registry) error
- func (o *DeleteAppForbiddenBodyJsonapi) MarshalBinary() ([]byte, error)
- func (o *DeleteAppForbiddenBodyJsonapi) UnmarshalBinary(b []byte) error
- func (o *DeleteAppForbiddenBodyJsonapi) Validate(formats strfmt.Registry) error
- type DeleteAppInternalServerError
- func (o *DeleteAppInternalServerError) Code() int
- func (o *DeleteAppInternalServerError) Error() string
- func (o *DeleteAppInternalServerError) GetPayload() *models.ErrorDocument
- func (o *DeleteAppInternalServerError) IsClientError() bool
- func (o *DeleteAppInternalServerError) IsCode(code int) bool
- func (o *DeleteAppInternalServerError) IsRedirect() bool
- func (o *DeleteAppInternalServerError) IsServerError() bool
- func (o *DeleteAppInternalServerError) IsSuccess() bool
- func (o *DeleteAppInternalServerError) String() string
- type DeleteAppNoContent
- func (o *DeleteAppNoContent) Code() int
- func (o *DeleteAppNoContent) Error() string
- func (o *DeleteAppNoContent) IsClientError() bool
- func (o *DeleteAppNoContent) IsCode(code int) bool
- func (o *DeleteAppNoContent) IsRedirect() bool
- func (o *DeleteAppNoContent) IsServerError() bool
- func (o *DeleteAppNoContent) IsSuccess() bool
- func (o *DeleteAppNoContent) String() string
- type DeleteAppNotFound
- func (o *DeleteAppNotFound) Code() int
- func (o *DeleteAppNotFound) Error() string
- func (o *DeleteAppNotFound) GetPayload() *models.ErrorDocument
- func (o *DeleteAppNotFound) IsClientError() bool
- func (o *DeleteAppNotFound) IsCode(code int) bool
- func (o *DeleteAppNotFound) IsRedirect() bool
- func (o *DeleteAppNotFound) IsServerError() bool
- func (o *DeleteAppNotFound) IsSuccess() bool
- func (o *DeleteAppNotFound) String() string
- type DeleteAppOrgInstallByIDBadRequest
- func (o *DeleteAppOrgInstallByIDBadRequest) Code() int
- func (o *DeleteAppOrgInstallByIDBadRequest) Error() string
- func (o *DeleteAppOrgInstallByIDBadRequest) GetPayload() *models.ErrorDocument
- func (o *DeleteAppOrgInstallByIDBadRequest) IsClientError() bool
- func (o *DeleteAppOrgInstallByIDBadRequest) IsCode(code int) bool
- func (o *DeleteAppOrgInstallByIDBadRequest) IsRedirect() bool
- func (o *DeleteAppOrgInstallByIDBadRequest) IsServerError() bool
- func (o *DeleteAppOrgInstallByIDBadRequest) IsSuccess() bool
- func (o *DeleteAppOrgInstallByIDBadRequest) String() string
- type DeleteAppOrgInstallByIDConflict
- func (o *DeleteAppOrgInstallByIDConflict) Code() int
- func (o *DeleteAppOrgInstallByIDConflict) Error() string
- func (o *DeleteAppOrgInstallByIDConflict) GetPayload() *models.ErrorDocument
- func (o *DeleteAppOrgInstallByIDConflict) IsClientError() bool
- func (o *DeleteAppOrgInstallByIDConflict) IsCode(code int) bool
- func (o *DeleteAppOrgInstallByIDConflict) IsRedirect() bool
- func (o *DeleteAppOrgInstallByIDConflict) IsServerError() bool
- func (o *DeleteAppOrgInstallByIDConflict) IsSuccess() bool
- func (o *DeleteAppOrgInstallByIDConflict) String() string
- type DeleteAppOrgInstallByIDForbidden
- func (o *DeleteAppOrgInstallByIDForbidden) Code() int
- func (o *DeleteAppOrgInstallByIDForbidden) Error() string
- func (o *DeleteAppOrgInstallByIDForbidden) GetPayload() *DeleteAppOrgInstallByIDForbiddenBody
- func (o *DeleteAppOrgInstallByIDForbidden) IsClientError() bool
- func (o *DeleteAppOrgInstallByIDForbidden) IsCode(code int) bool
- func (o *DeleteAppOrgInstallByIDForbidden) IsRedirect() bool
- func (o *DeleteAppOrgInstallByIDForbidden) IsServerError() bool
- func (o *DeleteAppOrgInstallByIDForbidden) IsSuccess() bool
- func (o *DeleteAppOrgInstallByIDForbidden) String() string
- type DeleteAppOrgInstallByIDForbiddenBody
- func (o *DeleteAppOrgInstallByIDForbiddenBody) ContextValidate(ctx context.Context, formats strfmt.Registry) error
- func (o *DeleteAppOrgInstallByIDForbiddenBody) MarshalBinary() ([]byte, error)
- func (o *DeleteAppOrgInstallByIDForbiddenBody) UnmarshalBinary(b []byte) error
- func (o *DeleteAppOrgInstallByIDForbiddenBody) Validate(formats strfmt.Registry) error
- type DeleteAppOrgInstallByIDForbiddenBodyErrorsItems0
- func (o *DeleteAppOrgInstallByIDForbiddenBodyErrorsItems0) ContextValidate(ctx context.Context, formats strfmt.Registry) error
- func (o *DeleteAppOrgInstallByIDForbiddenBodyErrorsItems0) MarshalBinary() ([]byte, error)
- func (o *DeleteAppOrgInstallByIDForbiddenBodyErrorsItems0) UnmarshalBinary(b []byte) error
- func (o *DeleteAppOrgInstallByIDForbiddenBodyErrorsItems0) Validate(formats strfmt.Registry) error
- type DeleteAppOrgInstallByIDForbiddenBodyErrorsItems0Source
- func (o *DeleteAppOrgInstallByIDForbiddenBodyErrorsItems0Source) ContextValidate(ctx context.Context, formats strfmt.Registry) error
- func (o *DeleteAppOrgInstallByIDForbiddenBodyErrorsItems0Source) MarshalBinary() ([]byte, error)
- func (o *DeleteAppOrgInstallByIDForbiddenBodyErrorsItems0Source) UnmarshalBinary(b []byte) error
- func (o *DeleteAppOrgInstallByIDForbiddenBodyErrorsItems0Source) Validate(formats strfmt.Registry) error
- type DeleteAppOrgInstallByIDForbiddenBodyJsonapi
- func (o *DeleteAppOrgInstallByIDForbiddenBodyJsonapi) ContextValidate(ctx context.Context, formats strfmt.Registry) error
- func (o *DeleteAppOrgInstallByIDForbiddenBodyJsonapi) MarshalBinary() ([]byte, error)
- func (o *DeleteAppOrgInstallByIDForbiddenBodyJsonapi) UnmarshalBinary(b []byte) error
- func (o *DeleteAppOrgInstallByIDForbiddenBodyJsonapi) Validate(formats strfmt.Registry) error
- type DeleteAppOrgInstallByIDInternalServerError
- func (o *DeleteAppOrgInstallByIDInternalServerError) Code() int
- func (o *DeleteAppOrgInstallByIDInternalServerError) Error() string
- func (o *DeleteAppOrgInstallByIDInternalServerError) GetPayload() *models.ErrorDocument
- func (o *DeleteAppOrgInstallByIDInternalServerError) IsClientError() bool
- func (o *DeleteAppOrgInstallByIDInternalServerError) IsCode(code int) bool
- func (o *DeleteAppOrgInstallByIDInternalServerError) IsRedirect() bool
- func (o *DeleteAppOrgInstallByIDInternalServerError) IsServerError() bool
- func (o *DeleteAppOrgInstallByIDInternalServerError) IsSuccess() bool
- func (o *DeleteAppOrgInstallByIDInternalServerError) String() string
- type DeleteAppOrgInstallByIDNoContent
- func (o *DeleteAppOrgInstallByIDNoContent) Code() int
- func (o *DeleteAppOrgInstallByIDNoContent) Error() string
- func (o *DeleteAppOrgInstallByIDNoContent) IsClientError() bool
- func (o *DeleteAppOrgInstallByIDNoContent) IsCode(code int) bool
- func (o *DeleteAppOrgInstallByIDNoContent) IsRedirect() bool
- func (o *DeleteAppOrgInstallByIDNoContent) IsServerError() bool
- func (o *DeleteAppOrgInstallByIDNoContent) IsSuccess() bool
- func (o *DeleteAppOrgInstallByIDNoContent) String() string
- type DeleteAppOrgInstallByIDNotFound
- func (o *DeleteAppOrgInstallByIDNotFound) Code() int
- func (o *DeleteAppOrgInstallByIDNotFound) Error() string
- func (o *DeleteAppOrgInstallByIDNotFound) GetPayload() *models.ErrorDocument
- func (o *DeleteAppOrgInstallByIDNotFound) IsClientError() bool
- func (o *DeleteAppOrgInstallByIDNotFound) IsCode(code int) bool
- func (o *DeleteAppOrgInstallByIDNotFound) IsRedirect() bool
- func (o *DeleteAppOrgInstallByIDNotFound) IsServerError() bool
- func (o *DeleteAppOrgInstallByIDNotFound) IsSuccess() bool
- func (o *DeleteAppOrgInstallByIDNotFound) String() string
- type DeleteAppOrgInstallByIDParams
- func NewDeleteAppOrgInstallByIDParams() *DeleteAppOrgInstallByIDParams
- func NewDeleteAppOrgInstallByIDParamsWithContext(ctx context.Context) *DeleteAppOrgInstallByIDParams
- func NewDeleteAppOrgInstallByIDParamsWithHTTPClient(client *http.Client) *DeleteAppOrgInstallByIDParams
- func NewDeleteAppOrgInstallByIDParamsWithTimeout(timeout time.Duration) *DeleteAppOrgInstallByIDParams
- func (o *DeleteAppOrgInstallByIDParams) SetContext(ctx context.Context)
- func (o *DeleteAppOrgInstallByIDParams) SetDefaults()
- func (o *DeleteAppOrgInstallByIDParams) SetHTTPClient(client *http.Client)
- func (o *DeleteAppOrgInstallByIDParams) SetInstallID(installID strfmt.UUID)
- func (o *DeleteAppOrgInstallByIDParams) SetOrgID(orgID strfmt.UUID)
- func (o *DeleteAppOrgInstallByIDParams) SetTimeout(timeout time.Duration)
- func (o *DeleteAppOrgInstallByIDParams) SetVersion(version string)
- func (o *DeleteAppOrgInstallByIDParams) WithContext(ctx context.Context) *DeleteAppOrgInstallByIDParams
- func (o *DeleteAppOrgInstallByIDParams) WithDefaults() *DeleteAppOrgInstallByIDParams
- func (o *DeleteAppOrgInstallByIDParams) WithHTTPClient(client *http.Client) *DeleteAppOrgInstallByIDParams
- func (o *DeleteAppOrgInstallByIDParams) WithInstallID(installID strfmt.UUID) *DeleteAppOrgInstallByIDParams
- func (o *DeleteAppOrgInstallByIDParams) WithOrgID(orgID strfmt.UUID) *DeleteAppOrgInstallByIDParams
- func (o *DeleteAppOrgInstallByIDParams) WithTimeout(timeout time.Duration) *DeleteAppOrgInstallByIDParams
- func (o *DeleteAppOrgInstallByIDParams) WithVersion(version string) *DeleteAppOrgInstallByIDParams
- func (o *DeleteAppOrgInstallByIDParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error
- type DeleteAppOrgInstallByIDReader
- type DeleteAppOrgInstallByIDUnauthorized
- func (o *DeleteAppOrgInstallByIDUnauthorized) Code() int
- func (o *DeleteAppOrgInstallByIDUnauthorized) Error() string
- func (o *DeleteAppOrgInstallByIDUnauthorized) GetPayload() *models.ErrorDocument
- func (o *DeleteAppOrgInstallByIDUnauthorized) IsClientError() bool
- func (o *DeleteAppOrgInstallByIDUnauthorized) IsCode(code int) bool
- func (o *DeleteAppOrgInstallByIDUnauthorized) IsRedirect() bool
- func (o *DeleteAppOrgInstallByIDUnauthorized) IsServerError() bool
- func (o *DeleteAppOrgInstallByIDUnauthorized) IsSuccess() bool
- func (o *DeleteAppOrgInstallByIDUnauthorized) String() string
- type DeleteAppParams
- func (o *DeleteAppParams) SetClientID(clientID strfmt.UUID)
- func (o *DeleteAppParams) SetContext(ctx context.Context)
- func (o *DeleteAppParams) SetDefaults()
- func (o *DeleteAppParams) SetHTTPClient(client *http.Client)
- func (o *DeleteAppParams) SetOrgID(orgID strfmt.UUID)
- func (o *DeleteAppParams) SetTimeout(timeout time.Duration)
- func (o *DeleteAppParams) SetVersion(version string)
- func (o *DeleteAppParams) WithClientID(clientID strfmt.UUID) *DeleteAppParams
- func (o *DeleteAppParams) WithContext(ctx context.Context) *DeleteAppParams
- func (o *DeleteAppParams) WithDefaults() *DeleteAppParams
- func (o *DeleteAppParams) WithHTTPClient(client *http.Client) *DeleteAppParams
- func (o *DeleteAppParams) WithOrgID(orgID strfmt.UUID) *DeleteAppParams
- func (o *DeleteAppParams) WithTimeout(timeout time.Duration) *DeleteAppParams
- func (o *DeleteAppParams) WithVersion(version string) *DeleteAppParams
- func (o *DeleteAppParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error
- type DeleteAppReader
- type DeleteAppUnauthorized
- func (o *DeleteAppUnauthorized) Code() int
- func (o *DeleteAppUnauthorized) Error() string
- func (o *DeleteAppUnauthorized) GetPayload() *models.ErrorDocument
- func (o *DeleteAppUnauthorized) IsClientError() bool
- func (o *DeleteAppUnauthorized) IsCode(code int) bool
- func (o *DeleteAppUnauthorized) IsRedirect() bool
- func (o *DeleteAppUnauthorized) IsServerError() bool
- func (o *DeleteAppUnauthorized) IsSuccess() bool
- func (o *DeleteAppUnauthorized) String() string
- type DeleteGroupAppInstallByIDBadRequest
- func (o *DeleteGroupAppInstallByIDBadRequest) Code() int
- func (o *DeleteGroupAppInstallByIDBadRequest) Error() string
- func (o *DeleteGroupAppInstallByIDBadRequest) GetPayload() *models.ErrorDocument
- func (o *DeleteGroupAppInstallByIDBadRequest) IsClientError() bool
- func (o *DeleteGroupAppInstallByIDBadRequest) IsCode(code int) bool
- func (o *DeleteGroupAppInstallByIDBadRequest) IsRedirect() bool
- func (o *DeleteGroupAppInstallByIDBadRequest) IsServerError() bool
- func (o *DeleteGroupAppInstallByIDBadRequest) IsSuccess() bool
- func (o *DeleteGroupAppInstallByIDBadRequest) String() string
- type DeleteGroupAppInstallByIDConflict
- func (o *DeleteGroupAppInstallByIDConflict) Code() int
- func (o *DeleteGroupAppInstallByIDConflict) Error() string
- func (o *DeleteGroupAppInstallByIDConflict) GetPayload() *models.ErrorDocument
- func (o *DeleteGroupAppInstallByIDConflict) IsClientError() bool
- func (o *DeleteGroupAppInstallByIDConflict) IsCode(code int) bool
- func (o *DeleteGroupAppInstallByIDConflict) IsRedirect() bool
- func (o *DeleteGroupAppInstallByIDConflict) IsServerError() bool
- func (o *DeleteGroupAppInstallByIDConflict) IsSuccess() bool
- func (o *DeleteGroupAppInstallByIDConflict) String() string
- type DeleteGroupAppInstallByIDForbidden
- func (o *DeleteGroupAppInstallByIDForbidden) Code() int
- func (o *DeleteGroupAppInstallByIDForbidden) Error() string
- func (o *DeleteGroupAppInstallByIDForbidden) GetPayload() *DeleteGroupAppInstallByIDForbiddenBody
- func (o *DeleteGroupAppInstallByIDForbidden) IsClientError() bool
- func (o *DeleteGroupAppInstallByIDForbidden) IsCode(code int) bool
- func (o *DeleteGroupAppInstallByIDForbidden) IsRedirect() bool
- func (o *DeleteGroupAppInstallByIDForbidden) IsServerError() bool
- func (o *DeleteGroupAppInstallByIDForbidden) IsSuccess() bool
- func (o *DeleteGroupAppInstallByIDForbidden) String() string
- type DeleteGroupAppInstallByIDForbiddenBody
- func (o *DeleteGroupAppInstallByIDForbiddenBody) ContextValidate(ctx context.Context, formats strfmt.Registry) error
- func (o *DeleteGroupAppInstallByIDForbiddenBody) MarshalBinary() ([]byte, error)
- func (o *DeleteGroupAppInstallByIDForbiddenBody) UnmarshalBinary(b []byte) error
- func (o *DeleteGroupAppInstallByIDForbiddenBody) Validate(formats strfmt.Registry) error
- type DeleteGroupAppInstallByIDForbiddenBodyErrorsItems0
- func (o *DeleteGroupAppInstallByIDForbiddenBodyErrorsItems0) ContextValidate(ctx context.Context, formats strfmt.Registry) error
- func (o *DeleteGroupAppInstallByIDForbiddenBodyErrorsItems0) MarshalBinary() ([]byte, error)
- func (o *DeleteGroupAppInstallByIDForbiddenBodyErrorsItems0) UnmarshalBinary(b []byte) error
- func (o *DeleteGroupAppInstallByIDForbiddenBodyErrorsItems0) Validate(formats strfmt.Registry) error
- type DeleteGroupAppInstallByIDForbiddenBodyErrorsItems0Source
- func (o *DeleteGroupAppInstallByIDForbiddenBodyErrorsItems0Source) ContextValidate(ctx context.Context, formats strfmt.Registry) error
- func (o *DeleteGroupAppInstallByIDForbiddenBodyErrorsItems0Source) MarshalBinary() ([]byte, error)
- func (o *DeleteGroupAppInstallByIDForbiddenBodyErrorsItems0Source) UnmarshalBinary(b []byte) error
- func (o *DeleteGroupAppInstallByIDForbiddenBodyErrorsItems0Source) Validate(formats strfmt.Registry) error
- type DeleteGroupAppInstallByIDForbiddenBodyJsonapi
- func (o *DeleteGroupAppInstallByIDForbiddenBodyJsonapi) ContextValidate(ctx context.Context, formats strfmt.Registry) error
- func (o *DeleteGroupAppInstallByIDForbiddenBodyJsonapi) MarshalBinary() ([]byte, error)
- func (o *DeleteGroupAppInstallByIDForbiddenBodyJsonapi) UnmarshalBinary(b []byte) error
- func (o *DeleteGroupAppInstallByIDForbiddenBodyJsonapi) Validate(formats strfmt.Registry) error
- type DeleteGroupAppInstallByIDInternalServerError
- func (o *DeleteGroupAppInstallByIDInternalServerError) Code() int
- func (o *DeleteGroupAppInstallByIDInternalServerError) Error() string
- func (o *DeleteGroupAppInstallByIDInternalServerError) GetPayload() *models.ErrorDocument
- func (o *DeleteGroupAppInstallByIDInternalServerError) IsClientError() bool
- func (o *DeleteGroupAppInstallByIDInternalServerError) IsCode(code int) bool
- func (o *DeleteGroupAppInstallByIDInternalServerError) IsRedirect() bool
- func (o *DeleteGroupAppInstallByIDInternalServerError) IsServerError() bool
- func (o *DeleteGroupAppInstallByIDInternalServerError) IsSuccess() bool
- func (o *DeleteGroupAppInstallByIDInternalServerError) String() string
- type DeleteGroupAppInstallByIDNoContent
- func (o *DeleteGroupAppInstallByIDNoContent) Code() int
- func (o *DeleteGroupAppInstallByIDNoContent) Error() string
- func (o *DeleteGroupAppInstallByIDNoContent) IsClientError() bool
- func (o *DeleteGroupAppInstallByIDNoContent) IsCode(code int) bool
- func (o *DeleteGroupAppInstallByIDNoContent) IsRedirect() bool
- func (o *DeleteGroupAppInstallByIDNoContent) IsServerError() bool
- func (o *DeleteGroupAppInstallByIDNoContent) IsSuccess() bool
- func (o *DeleteGroupAppInstallByIDNoContent) String() string
- type DeleteGroupAppInstallByIDNotFound
- func (o *DeleteGroupAppInstallByIDNotFound) Code() int
- func (o *DeleteGroupAppInstallByIDNotFound) Error() string
- func (o *DeleteGroupAppInstallByIDNotFound) GetPayload() *models.ErrorDocument
- func (o *DeleteGroupAppInstallByIDNotFound) IsClientError() bool
- func (o *DeleteGroupAppInstallByIDNotFound) IsCode(code int) bool
- func (o *DeleteGroupAppInstallByIDNotFound) IsRedirect() bool
- func (o *DeleteGroupAppInstallByIDNotFound) IsServerError() bool
- func (o *DeleteGroupAppInstallByIDNotFound) IsSuccess() bool
- func (o *DeleteGroupAppInstallByIDNotFound) String() string
- type DeleteGroupAppInstallByIDParams
- func NewDeleteGroupAppInstallByIDParams() *DeleteGroupAppInstallByIDParams
- func NewDeleteGroupAppInstallByIDParamsWithContext(ctx context.Context) *DeleteGroupAppInstallByIDParams
- func NewDeleteGroupAppInstallByIDParamsWithHTTPClient(client *http.Client) *DeleteGroupAppInstallByIDParams
- func NewDeleteGroupAppInstallByIDParamsWithTimeout(timeout time.Duration) *DeleteGroupAppInstallByIDParams
- func (o *DeleteGroupAppInstallByIDParams) SetContext(ctx context.Context)
- func (o *DeleteGroupAppInstallByIDParams) SetDefaults()
- func (o *DeleteGroupAppInstallByIDParams) SetGroupID(groupID strfmt.UUID)
- func (o *DeleteGroupAppInstallByIDParams) SetHTTPClient(client *http.Client)
- func (o *DeleteGroupAppInstallByIDParams) SetInstallID(installID strfmt.UUID)
- func (o *DeleteGroupAppInstallByIDParams) SetTimeout(timeout time.Duration)
- func (o *DeleteGroupAppInstallByIDParams) SetVersion(version string)
- func (o *DeleteGroupAppInstallByIDParams) WithContext(ctx context.Context) *DeleteGroupAppInstallByIDParams
- func (o *DeleteGroupAppInstallByIDParams) WithDefaults() *DeleteGroupAppInstallByIDParams
- func (o *DeleteGroupAppInstallByIDParams) WithGroupID(groupID strfmt.UUID) *DeleteGroupAppInstallByIDParams
- func (o *DeleteGroupAppInstallByIDParams) WithHTTPClient(client *http.Client) *DeleteGroupAppInstallByIDParams
- func (o *DeleteGroupAppInstallByIDParams) WithInstallID(installID strfmt.UUID) *DeleteGroupAppInstallByIDParams
- func (o *DeleteGroupAppInstallByIDParams) WithTimeout(timeout time.Duration) *DeleteGroupAppInstallByIDParams
- func (o *DeleteGroupAppInstallByIDParams) WithVersion(version string) *DeleteGroupAppInstallByIDParams
- func (o *DeleteGroupAppInstallByIDParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error
- type DeleteGroupAppInstallByIDReader
- type DeleteGroupAppInstallByIDUnauthorized
- func (o *DeleteGroupAppInstallByIDUnauthorized) Code() int
- func (o *DeleteGroupAppInstallByIDUnauthorized) Error() string
- func (o *DeleteGroupAppInstallByIDUnauthorized) GetPayload() *models.ErrorDocument
- func (o *DeleteGroupAppInstallByIDUnauthorized) IsClientError() bool
- func (o *DeleteGroupAppInstallByIDUnauthorized) IsCode(code int) bool
- func (o *DeleteGroupAppInstallByIDUnauthorized) IsRedirect() bool
- func (o *DeleteGroupAppInstallByIDUnauthorized) IsServerError() bool
- func (o *DeleteGroupAppInstallByIDUnauthorized) IsSuccess() bool
- func (o *DeleteGroupAppInstallByIDUnauthorized) String() string
- type DeleteUserAppInstallByIDBadRequest
- func (o *DeleteUserAppInstallByIDBadRequest) Code() int
- func (o *DeleteUserAppInstallByIDBadRequest) Error() string
- func (o *DeleteUserAppInstallByIDBadRequest) GetPayload() *models.ErrorDocument
- func (o *DeleteUserAppInstallByIDBadRequest) IsClientError() bool
- func (o *DeleteUserAppInstallByIDBadRequest) IsCode(code int) bool
- func (o *DeleteUserAppInstallByIDBadRequest) IsRedirect() bool
- func (o *DeleteUserAppInstallByIDBadRequest) IsServerError() bool
- func (o *DeleteUserAppInstallByIDBadRequest) IsSuccess() bool
- func (o *DeleteUserAppInstallByIDBadRequest) String() string
- type DeleteUserAppInstallByIDConflict
- func (o *DeleteUserAppInstallByIDConflict) Code() int
- func (o *DeleteUserAppInstallByIDConflict) Error() string
- func (o *DeleteUserAppInstallByIDConflict) GetPayload() *models.ErrorDocument
- func (o *DeleteUserAppInstallByIDConflict) IsClientError() bool
- func (o *DeleteUserAppInstallByIDConflict) IsCode(code int) bool
- func (o *DeleteUserAppInstallByIDConflict) IsRedirect() bool
- func (o *DeleteUserAppInstallByIDConflict) IsServerError() bool
- func (o *DeleteUserAppInstallByIDConflict) IsSuccess() bool
- func (o *DeleteUserAppInstallByIDConflict) String() string
- type DeleteUserAppInstallByIDForbidden
- func (o *DeleteUserAppInstallByIDForbidden) Code() int
- func (o *DeleteUserAppInstallByIDForbidden) Error() string
- func (o *DeleteUserAppInstallByIDForbidden) GetPayload() *DeleteUserAppInstallByIDForbiddenBody
- func (o *DeleteUserAppInstallByIDForbidden) IsClientError() bool
- func (o *DeleteUserAppInstallByIDForbidden) IsCode(code int) bool
- func (o *DeleteUserAppInstallByIDForbidden) IsRedirect() bool
- func (o *DeleteUserAppInstallByIDForbidden) IsServerError() bool
- func (o *DeleteUserAppInstallByIDForbidden) IsSuccess() bool
- func (o *DeleteUserAppInstallByIDForbidden) String() string
- type DeleteUserAppInstallByIDForbiddenBody
- func (o *DeleteUserAppInstallByIDForbiddenBody) ContextValidate(ctx context.Context, formats strfmt.Registry) error
- func (o *DeleteUserAppInstallByIDForbiddenBody) MarshalBinary() ([]byte, error)
- func (o *DeleteUserAppInstallByIDForbiddenBody) UnmarshalBinary(b []byte) error
- func (o *DeleteUserAppInstallByIDForbiddenBody) Validate(formats strfmt.Registry) error
- type DeleteUserAppInstallByIDForbiddenBodyErrorsItems0
- func (o *DeleteUserAppInstallByIDForbiddenBodyErrorsItems0) ContextValidate(ctx context.Context, formats strfmt.Registry) error
- func (o *DeleteUserAppInstallByIDForbiddenBodyErrorsItems0) MarshalBinary() ([]byte, error)
- func (o *DeleteUserAppInstallByIDForbiddenBodyErrorsItems0) UnmarshalBinary(b []byte) error
- func (o *DeleteUserAppInstallByIDForbiddenBodyErrorsItems0) Validate(formats strfmt.Registry) error
- type DeleteUserAppInstallByIDForbiddenBodyErrorsItems0Source
- func (o *DeleteUserAppInstallByIDForbiddenBodyErrorsItems0Source) ContextValidate(ctx context.Context, formats strfmt.Registry) error
- func (o *DeleteUserAppInstallByIDForbiddenBodyErrorsItems0Source) MarshalBinary() ([]byte, error)
- func (o *DeleteUserAppInstallByIDForbiddenBodyErrorsItems0Source) UnmarshalBinary(b []byte) error
- func (o *DeleteUserAppInstallByIDForbiddenBodyErrorsItems0Source) Validate(formats strfmt.Registry) error
- type DeleteUserAppInstallByIDForbiddenBodyJsonapi
- func (o *DeleteUserAppInstallByIDForbiddenBodyJsonapi) ContextValidate(ctx context.Context, formats strfmt.Registry) error
- func (o *DeleteUserAppInstallByIDForbiddenBodyJsonapi) MarshalBinary() ([]byte, error)
- func (o *DeleteUserAppInstallByIDForbiddenBodyJsonapi) UnmarshalBinary(b []byte) error
- func (o *DeleteUserAppInstallByIDForbiddenBodyJsonapi) Validate(formats strfmt.Registry) error
- type DeleteUserAppInstallByIDInternalServerError
- func (o *DeleteUserAppInstallByIDInternalServerError) Code() int
- func (o *DeleteUserAppInstallByIDInternalServerError) Error() string
- func (o *DeleteUserAppInstallByIDInternalServerError) GetPayload() *models.ErrorDocument
- func (o *DeleteUserAppInstallByIDInternalServerError) IsClientError() bool
- func (o *DeleteUserAppInstallByIDInternalServerError) IsCode(code int) bool
- func (o *DeleteUserAppInstallByIDInternalServerError) IsRedirect() bool
- func (o *DeleteUserAppInstallByIDInternalServerError) IsServerError() bool
- func (o *DeleteUserAppInstallByIDInternalServerError) IsSuccess() bool
- func (o *DeleteUserAppInstallByIDInternalServerError) String() string
- type DeleteUserAppInstallByIDNoContent
- func (o *DeleteUserAppInstallByIDNoContent) Code() int
- func (o *DeleteUserAppInstallByIDNoContent) Error() string
- func (o *DeleteUserAppInstallByIDNoContent) IsClientError() bool
- func (o *DeleteUserAppInstallByIDNoContent) IsCode(code int) bool
- func (o *DeleteUserAppInstallByIDNoContent) IsRedirect() bool
- func (o *DeleteUserAppInstallByIDNoContent) IsServerError() bool
- func (o *DeleteUserAppInstallByIDNoContent) IsSuccess() bool
- func (o *DeleteUserAppInstallByIDNoContent) String() string
- type DeleteUserAppInstallByIDNotFound
- func (o *DeleteUserAppInstallByIDNotFound) Code() int
- func (o *DeleteUserAppInstallByIDNotFound) Error() string
- func (o *DeleteUserAppInstallByIDNotFound) GetPayload() *models.ErrorDocument
- func (o *DeleteUserAppInstallByIDNotFound) IsClientError() bool
- func (o *DeleteUserAppInstallByIDNotFound) IsCode(code int) bool
- func (o *DeleteUserAppInstallByIDNotFound) IsRedirect() bool
- func (o *DeleteUserAppInstallByIDNotFound) IsServerError() bool
- func (o *DeleteUserAppInstallByIDNotFound) IsSuccess() bool
- func (o *DeleteUserAppInstallByIDNotFound) String() string
- type DeleteUserAppInstallByIDParams
- func NewDeleteUserAppInstallByIDParams() *DeleteUserAppInstallByIDParams
- func NewDeleteUserAppInstallByIDParamsWithContext(ctx context.Context) *DeleteUserAppInstallByIDParams
- func NewDeleteUserAppInstallByIDParamsWithHTTPClient(client *http.Client) *DeleteUserAppInstallByIDParams
- func NewDeleteUserAppInstallByIDParamsWithTimeout(timeout time.Duration) *DeleteUserAppInstallByIDParams
- func (o *DeleteUserAppInstallByIDParams) SetContext(ctx context.Context)
- func (o *DeleteUserAppInstallByIDParams) SetDefaults()
- func (o *DeleteUserAppInstallByIDParams) SetHTTPClient(client *http.Client)
- func (o *DeleteUserAppInstallByIDParams) SetInstallID(installID strfmt.UUID)
- func (o *DeleteUserAppInstallByIDParams) SetTimeout(timeout time.Duration)
- func (o *DeleteUserAppInstallByIDParams) SetVersion(version string)
- func (o *DeleteUserAppInstallByIDParams) WithContext(ctx context.Context) *DeleteUserAppInstallByIDParams
- func (o *DeleteUserAppInstallByIDParams) WithDefaults() *DeleteUserAppInstallByIDParams
- func (o *DeleteUserAppInstallByIDParams) WithHTTPClient(client *http.Client) *DeleteUserAppInstallByIDParams
- func (o *DeleteUserAppInstallByIDParams) WithInstallID(installID strfmt.UUID) *DeleteUserAppInstallByIDParams
- func (o *DeleteUserAppInstallByIDParams) WithTimeout(timeout time.Duration) *DeleteUserAppInstallByIDParams
- func (o *DeleteUserAppInstallByIDParams) WithVersion(version string) *DeleteUserAppInstallByIDParams
- func (o *DeleteUserAppInstallByIDParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error
- type DeleteUserAppInstallByIDReader
- type DeleteUserAppInstallByIDUnauthorized
- func (o *DeleteUserAppInstallByIDUnauthorized) Code() int
- func (o *DeleteUserAppInstallByIDUnauthorized) Error() string
- func (o *DeleteUserAppInstallByIDUnauthorized) GetPayload() *models.ErrorDocument
- func (o *DeleteUserAppInstallByIDUnauthorized) IsClientError() bool
- func (o *DeleteUserAppInstallByIDUnauthorized) IsCode(code int) bool
- func (o *DeleteUserAppInstallByIDUnauthorized) IsRedirect() bool
- func (o *DeleteUserAppInstallByIDUnauthorized) IsServerError() bool
- func (o *DeleteUserAppInstallByIDUnauthorized) IsSuccess() bool
- func (o *DeleteUserAppInstallByIDUnauthorized) String() string
- type GetAppBadRequest
- func (o *GetAppBadRequest) Code() int
- func (o *GetAppBadRequest) Error() string
- func (o *GetAppBadRequest) GetPayload() *models.ErrorDocument
- func (o *GetAppBadRequest) IsClientError() bool
- func (o *GetAppBadRequest) IsCode(code int) bool
- func (o *GetAppBadRequest) IsRedirect() bool
- func (o *GetAppBadRequest) IsServerError() bool
- func (o *GetAppBadRequest) IsSuccess() bool
- func (o *GetAppBadRequest) String() string
- type GetAppBotsBadRequest
- func (o *GetAppBotsBadRequest) Code() int
- func (o *GetAppBotsBadRequest) Error() string
- func (o *GetAppBotsBadRequest) GetPayload() *models.ErrorDocument
- func (o *GetAppBotsBadRequest) IsClientError() bool
- func (o *GetAppBotsBadRequest) IsCode(code int) bool
- func (o *GetAppBotsBadRequest) IsRedirect() bool
- func (o *GetAppBotsBadRequest) IsServerError() bool
- func (o *GetAppBotsBadRequest) IsSuccess() bool
- func (o *GetAppBotsBadRequest) String() string
- type GetAppBotsConflict
- func (o *GetAppBotsConflict) Code() int
- func (o *GetAppBotsConflict) Error() string
- func (o *GetAppBotsConflict) GetPayload() *models.ErrorDocument
- func (o *GetAppBotsConflict) IsClientError() bool
- func (o *GetAppBotsConflict) IsCode(code int) bool
- func (o *GetAppBotsConflict) IsRedirect() bool
- func (o *GetAppBotsConflict) IsServerError() bool
- func (o *GetAppBotsConflict) IsSuccess() bool
- func (o *GetAppBotsConflict) String() string
- type GetAppBotsForbidden
- func (o *GetAppBotsForbidden) Code() int
- func (o *GetAppBotsForbidden) Error() string
- func (o *GetAppBotsForbidden) GetPayload() *GetAppBotsForbiddenBody
- func (o *GetAppBotsForbidden) IsClientError() bool
- func (o *GetAppBotsForbidden) IsCode(code int) bool
- func (o *GetAppBotsForbidden) IsRedirect() bool
- func (o *GetAppBotsForbidden) IsServerError() bool
- func (o *GetAppBotsForbidden) IsSuccess() bool
- func (o *GetAppBotsForbidden) String() string
- type GetAppBotsForbiddenBody
- func (o *GetAppBotsForbiddenBody) ContextValidate(ctx context.Context, formats strfmt.Registry) error
- func (o *GetAppBotsForbiddenBody) MarshalBinary() ([]byte, error)
- func (o *GetAppBotsForbiddenBody) UnmarshalBinary(b []byte) error
- func (o *GetAppBotsForbiddenBody) Validate(formats strfmt.Registry) error
- type GetAppBotsForbiddenBodyErrorsItems0
- func (o *GetAppBotsForbiddenBodyErrorsItems0) ContextValidate(ctx context.Context, formats strfmt.Registry) error
- func (o *GetAppBotsForbiddenBodyErrorsItems0) MarshalBinary() ([]byte, error)
- func (o *GetAppBotsForbiddenBodyErrorsItems0) UnmarshalBinary(b []byte) error
- func (o *GetAppBotsForbiddenBodyErrorsItems0) Validate(formats strfmt.Registry) error
- type GetAppBotsForbiddenBodyErrorsItems0Source
- func (o *GetAppBotsForbiddenBodyErrorsItems0Source) ContextValidate(ctx context.Context, formats strfmt.Registry) error
- func (o *GetAppBotsForbiddenBodyErrorsItems0Source) MarshalBinary() ([]byte, error)
- func (o *GetAppBotsForbiddenBodyErrorsItems0Source) UnmarshalBinary(b []byte) error
- func (o *GetAppBotsForbiddenBodyErrorsItems0Source) Validate(formats strfmt.Registry) error
- type GetAppBotsForbiddenBodyJsonapi
- func (o *GetAppBotsForbiddenBodyJsonapi) ContextValidate(ctx context.Context, formats strfmt.Registry) error
- func (o *GetAppBotsForbiddenBodyJsonapi) MarshalBinary() ([]byte, error)
- func (o *GetAppBotsForbiddenBodyJsonapi) UnmarshalBinary(b []byte) error
- func (o *GetAppBotsForbiddenBodyJsonapi) Validate(formats strfmt.Registry) error
- type GetAppBotsInternalServerError
- func (o *GetAppBotsInternalServerError) Code() int
- func (o *GetAppBotsInternalServerError) Error() string
- func (o *GetAppBotsInternalServerError) GetPayload() *models.ErrorDocument
- func (o *GetAppBotsInternalServerError) IsClientError() bool
- func (o *GetAppBotsInternalServerError) IsCode(code int) bool
- func (o *GetAppBotsInternalServerError) IsRedirect() bool
- func (o *GetAppBotsInternalServerError) IsServerError() bool
- func (o *GetAppBotsInternalServerError) IsSuccess() bool
- func (o *GetAppBotsInternalServerError) String() string
- type GetAppBotsNotFound
- func (o *GetAppBotsNotFound) Code() int
- func (o *GetAppBotsNotFound) Error() string
- func (o *GetAppBotsNotFound) GetPayload() *models.ErrorDocument
- func (o *GetAppBotsNotFound) IsClientError() bool
- func (o *GetAppBotsNotFound) IsCode(code int) bool
- func (o *GetAppBotsNotFound) IsRedirect() bool
- func (o *GetAppBotsNotFound) IsServerError() bool
- func (o *GetAppBotsNotFound) IsSuccess() bool
- func (o *GetAppBotsNotFound) String() string
- type GetAppBotsOK
- func (o *GetAppBotsOK) Code() int
- func (o *GetAppBotsOK) Error() string
- func (o *GetAppBotsOK) GetPayload() *GetAppBotsOKBody
- func (o *GetAppBotsOK) IsClientError() bool
- func (o *GetAppBotsOK) IsCode(code int) bool
- func (o *GetAppBotsOK) IsRedirect() bool
- func (o *GetAppBotsOK) IsServerError() bool
- func (o *GetAppBotsOK) IsSuccess() bool
- func (o *GetAppBotsOK) String() string
- type GetAppBotsOKBody
- type GetAppBotsParams
- func (o *GetAppBotsParams) SetContext(ctx context.Context)
- func (o *GetAppBotsParams) SetDefaults()
- func (o *GetAppBotsParams) SetEndingBefore(endingBefore *string)
- func (o *GetAppBotsParams) SetExpand(expand []string)
- func (o *GetAppBotsParams) SetHTTPClient(client *http.Client)
- func (o *GetAppBotsParams) SetLimit(limit *int32)
- func (o *GetAppBotsParams) SetOrgID(orgID strfmt.UUID)
- func (o *GetAppBotsParams) SetStartingAfter(startingAfter *string)
- func (o *GetAppBotsParams) SetTimeout(timeout time.Duration)
- func (o *GetAppBotsParams) SetVersion(version string)
- func (o *GetAppBotsParams) WithContext(ctx context.Context) *GetAppBotsParams
- func (o *GetAppBotsParams) WithDefaults() *GetAppBotsParams
- func (o *GetAppBotsParams) WithEndingBefore(endingBefore *string) *GetAppBotsParams
- func (o *GetAppBotsParams) WithExpand(expand []string) *GetAppBotsParams
- func (o *GetAppBotsParams) WithHTTPClient(client *http.Client) *GetAppBotsParams
- func (o *GetAppBotsParams) WithLimit(limit *int32) *GetAppBotsParams
- func (o *GetAppBotsParams) WithOrgID(orgID strfmt.UUID) *GetAppBotsParams
- func (o *GetAppBotsParams) WithStartingAfter(startingAfter *string) *GetAppBotsParams
- func (o *GetAppBotsParams) WithTimeout(timeout time.Duration) *GetAppBotsParams
- func (o *GetAppBotsParams) WithVersion(version string) *GetAppBotsParams
- func (o *GetAppBotsParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error
- type GetAppBotsReader
- type GetAppBotsUnauthorized
- func (o *GetAppBotsUnauthorized) Code() int
- func (o *GetAppBotsUnauthorized) Error() string
- func (o *GetAppBotsUnauthorized) GetPayload() *models.ErrorDocument
- func (o *GetAppBotsUnauthorized) IsClientError() bool
- func (o *GetAppBotsUnauthorized) IsCode(code int) bool
- func (o *GetAppBotsUnauthorized) IsRedirect() bool
- func (o *GetAppBotsUnauthorized) IsServerError() bool
- func (o *GetAppBotsUnauthorized) IsSuccess() bool
- func (o *GetAppBotsUnauthorized) String() string
- type GetAppByIDBadRequest
- func (o *GetAppByIDBadRequest) Code() int
- func (o *GetAppByIDBadRequest) Error() string
- func (o *GetAppByIDBadRequest) GetPayload() *models.ErrorDocument
- func (o *GetAppByIDBadRequest) IsClientError() bool
- func (o *GetAppByIDBadRequest) IsCode(code int) bool
- func (o *GetAppByIDBadRequest) IsRedirect() bool
- func (o *GetAppByIDBadRequest) IsServerError() bool
- func (o *GetAppByIDBadRequest) IsSuccess() bool
- func (o *GetAppByIDBadRequest) String() string
- type GetAppByIDConflict
- func (o *GetAppByIDConflict) Code() int
- func (o *GetAppByIDConflict) Error() string
- func (o *GetAppByIDConflict) GetPayload() *models.ErrorDocument
- func (o *GetAppByIDConflict) IsClientError() bool
- func (o *GetAppByIDConflict) IsCode(code int) bool
- func (o *GetAppByIDConflict) IsRedirect() bool
- func (o *GetAppByIDConflict) IsServerError() bool
- func (o *GetAppByIDConflict) IsSuccess() bool
- func (o *GetAppByIDConflict) String() string
- type GetAppByIDForbidden
- func (o *GetAppByIDForbidden) Code() int
- func (o *GetAppByIDForbidden) Error() string
- func (o *GetAppByIDForbidden) GetPayload() *GetAppByIDForbiddenBody
- func (o *GetAppByIDForbidden) IsClientError() bool
- func (o *GetAppByIDForbidden) IsCode(code int) bool
- func (o *GetAppByIDForbidden) IsRedirect() bool
- func (o *GetAppByIDForbidden) IsServerError() bool
- func (o *GetAppByIDForbidden) IsSuccess() bool
- func (o *GetAppByIDForbidden) String() string
- type GetAppByIDForbiddenBody
- func (o *GetAppByIDForbiddenBody) ContextValidate(ctx context.Context, formats strfmt.Registry) error
- func (o *GetAppByIDForbiddenBody) MarshalBinary() ([]byte, error)
- func (o *GetAppByIDForbiddenBody) UnmarshalBinary(b []byte) error
- func (o *GetAppByIDForbiddenBody) Validate(formats strfmt.Registry) error
- type GetAppByIDForbiddenBodyErrorsItems0
- func (o *GetAppByIDForbiddenBodyErrorsItems0) ContextValidate(ctx context.Context, formats strfmt.Registry) error
- func (o *GetAppByIDForbiddenBodyErrorsItems0) MarshalBinary() ([]byte, error)
- func (o *GetAppByIDForbiddenBodyErrorsItems0) UnmarshalBinary(b []byte) error
- func (o *GetAppByIDForbiddenBodyErrorsItems0) Validate(formats strfmt.Registry) error
- type GetAppByIDForbiddenBodyErrorsItems0Source
- func (o *GetAppByIDForbiddenBodyErrorsItems0Source) ContextValidate(ctx context.Context, formats strfmt.Registry) error
- func (o *GetAppByIDForbiddenBodyErrorsItems0Source) MarshalBinary() ([]byte, error)
- func (o *GetAppByIDForbiddenBodyErrorsItems0Source) UnmarshalBinary(b []byte) error
- func (o *GetAppByIDForbiddenBodyErrorsItems0Source) Validate(formats strfmt.Registry) error
- type GetAppByIDForbiddenBodyJsonapi
- func (o *GetAppByIDForbiddenBodyJsonapi) ContextValidate(ctx context.Context, formats strfmt.Registry) error
- func (o *GetAppByIDForbiddenBodyJsonapi) MarshalBinary() ([]byte, error)
- func (o *GetAppByIDForbiddenBodyJsonapi) UnmarshalBinary(b []byte) error
- func (o *GetAppByIDForbiddenBodyJsonapi) Validate(formats strfmt.Registry) error
- type GetAppByIDInternalServerError
- func (o *GetAppByIDInternalServerError) Code() int
- func (o *GetAppByIDInternalServerError) Error() string
- func (o *GetAppByIDInternalServerError) GetPayload() *models.ErrorDocument
- func (o *GetAppByIDInternalServerError) IsClientError() bool
- func (o *GetAppByIDInternalServerError) IsCode(code int) bool
- func (o *GetAppByIDInternalServerError) IsRedirect() bool
- func (o *GetAppByIDInternalServerError) IsServerError() bool
- func (o *GetAppByIDInternalServerError) IsSuccess() bool
- func (o *GetAppByIDInternalServerError) String() string
- type GetAppByIDNotFound
- func (o *GetAppByIDNotFound) Code() int
- func (o *GetAppByIDNotFound) Error() string
- func (o *GetAppByIDNotFound) GetPayload() *models.ErrorDocument
- func (o *GetAppByIDNotFound) IsClientError() bool
- func (o *GetAppByIDNotFound) IsCode(code int) bool
- func (o *GetAppByIDNotFound) IsRedirect() bool
- func (o *GetAppByIDNotFound) IsServerError() bool
- func (o *GetAppByIDNotFound) IsSuccess() bool
- func (o *GetAppByIDNotFound) String() string
- type GetAppByIDOK
- func (o *GetAppByIDOK) Code() int
- func (o *GetAppByIDOK) Error() string
- func (o *GetAppByIDOK) GetPayload() *GetAppByIDOKBody
- func (o *GetAppByIDOK) IsClientError() bool
- func (o *GetAppByIDOK) IsCode(code int) bool
- func (o *GetAppByIDOK) IsRedirect() bool
- func (o *GetAppByIDOK) IsServerError() bool
- func (o *GetAppByIDOK) IsSuccess() bool
- func (o *GetAppByIDOK) String() string
- type GetAppByIDOKBody
- type GetAppByIDParams
- func (o *GetAppByIDParams) SetAppID(appID strfmt.UUID)
- func (o *GetAppByIDParams) SetContext(ctx context.Context)
- func (o *GetAppByIDParams) SetDefaults()
- func (o *GetAppByIDParams) SetHTTPClient(client *http.Client)
- func (o *GetAppByIDParams) SetOrgID(orgID strfmt.UUID)
- func (o *GetAppByIDParams) SetTimeout(timeout time.Duration)
- func (o *GetAppByIDParams) SetVersion(version string)
- func (o *GetAppByIDParams) WithAppID(appID strfmt.UUID) *GetAppByIDParams
- func (o *GetAppByIDParams) WithContext(ctx context.Context) *GetAppByIDParams
- func (o *GetAppByIDParams) WithDefaults() *GetAppByIDParams
- func (o *GetAppByIDParams) WithHTTPClient(client *http.Client) *GetAppByIDParams
- func (o *GetAppByIDParams) WithOrgID(orgID strfmt.UUID) *GetAppByIDParams
- func (o *GetAppByIDParams) WithTimeout(timeout time.Duration) *GetAppByIDParams
- func (o *GetAppByIDParams) WithVersion(version string) *GetAppByIDParams
- func (o *GetAppByIDParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error
- type GetAppByIDReader
- type GetAppByIDUnauthorized
- func (o *GetAppByIDUnauthorized) Code() int
- func (o *GetAppByIDUnauthorized) Error() string
- func (o *GetAppByIDUnauthorized) GetPayload() *models.ErrorDocument
- func (o *GetAppByIDUnauthorized) IsClientError() bool
- func (o *GetAppByIDUnauthorized) IsCode(code int) bool
- func (o *GetAppByIDUnauthorized) IsRedirect() bool
- func (o *GetAppByIDUnauthorized) IsServerError() bool
- func (o *GetAppByIDUnauthorized) IsSuccess() bool
- func (o *GetAppByIDUnauthorized) String() string
- type GetAppConflict
- func (o *GetAppConflict) Code() int
- func (o *GetAppConflict) Error() string
- func (o *GetAppConflict) GetPayload() *models.ErrorDocument
- func (o *GetAppConflict) IsClientError() bool
- func (o *GetAppConflict) IsCode(code int) bool
- func (o *GetAppConflict) IsRedirect() bool
- func (o *GetAppConflict) IsServerError() bool
- func (o *GetAppConflict) IsSuccess() bool
- func (o *GetAppConflict) String() string
- type GetAppForbidden
- func (o *GetAppForbidden) Code() int
- func (o *GetAppForbidden) Error() string
- func (o *GetAppForbidden) GetPayload() *GetAppForbiddenBody
- func (o *GetAppForbidden) IsClientError() bool
- func (o *GetAppForbidden) IsCode(code int) bool
- func (o *GetAppForbidden) IsRedirect() bool
- func (o *GetAppForbidden) IsServerError() bool
- func (o *GetAppForbidden) IsSuccess() bool
- func (o *GetAppForbidden) String() string
- type GetAppForbiddenBody
- type GetAppForbiddenBodyErrorsItems0
- func (o *GetAppForbiddenBodyErrorsItems0) ContextValidate(ctx context.Context, formats strfmt.Registry) error
- func (o *GetAppForbiddenBodyErrorsItems0) MarshalBinary() ([]byte, error)
- func (o *GetAppForbiddenBodyErrorsItems0) UnmarshalBinary(b []byte) error
- func (o *GetAppForbiddenBodyErrorsItems0) Validate(formats strfmt.Registry) error
- type GetAppForbiddenBodyErrorsItems0Source
- func (o *GetAppForbiddenBodyErrorsItems0Source) ContextValidate(ctx context.Context, formats strfmt.Registry) error
- func (o *GetAppForbiddenBodyErrorsItems0Source) MarshalBinary() ([]byte, error)
- func (o *GetAppForbiddenBodyErrorsItems0Source) UnmarshalBinary(b []byte) error
- func (o *GetAppForbiddenBodyErrorsItems0Source) Validate(formats strfmt.Registry) error
- type GetAppForbiddenBodyJsonapi
- func (o *GetAppForbiddenBodyJsonapi) ContextValidate(ctx context.Context, formats strfmt.Registry) error
- func (o *GetAppForbiddenBodyJsonapi) MarshalBinary() ([]byte, error)
- func (o *GetAppForbiddenBodyJsonapi) UnmarshalBinary(b []byte) error
- func (o *GetAppForbiddenBodyJsonapi) Validate(formats strfmt.Registry) error
- type GetAppInstallsForGroupBadRequest
- func (o *GetAppInstallsForGroupBadRequest) Code() int
- func (o *GetAppInstallsForGroupBadRequest) Error() string
- func (o *GetAppInstallsForGroupBadRequest) GetPayload() *models.ErrorDocument
- func (o *GetAppInstallsForGroupBadRequest) IsClientError() bool
- func (o *GetAppInstallsForGroupBadRequest) IsCode(code int) bool
- func (o *GetAppInstallsForGroupBadRequest) IsRedirect() bool
- func (o *GetAppInstallsForGroupBadRequest) IsServerError() bool
- func (o *GetAppInstallsForGroupBadRequest) IsSuccess() bool
- func (o *GetAppInstallsForGroupBadRequest) String() string
- type GetAppInstallsForGroupConflict
- func (o *GetAppInstallsForGroupConflict) Code() int
- func (o *GetAppInstallsForGroupConflict) Error() string
- func (o *GetAppInstallsForGroupConflict) GetPayload() *models.ErrorDocument
- func (o *GetAppInstallsForGroupConflict) IsClientError() bool
- func (o *GetAppInstallsForGroupConflict) IsCode(code int) bool
- func (o *GetAppInstallsForGroupConflict) IsRedirect() bool
- func (o *GetAppInstallsForGroupConflict) IsServerError() bool
- func (o *GetAppInstallsForGroupConflict) IsSuccess() bool
- func (o *GetAppInstallsForGroupConflict) String() string
- type GetAppInstallsForGroupForbidden
- func (o *GetAppInstallsForGroupForbidden) Code() int
- func (o *GetAppInstallsForGroupForbidden) Error() string
- func (o *GetAppInstallsForGroupForbidden) GetPayload() *GetAppInstallsForGroupForbiddenBody
- func (o *GetAppInstallsForGroupForbidden) IsClientError() bool
- func (o *GetAppInstallsForGroupForbidden) IsCode(code int) bool
- func (o *GetAppInstallsForGroupForbidden) IsRedirect() bool
- func (o *GetAppInstallsForGroupForbidden) IsServerError() bool
- func (o *GetAppInstallsForGroupForbidden) IsSuccess() bool
- func (o *GetAppInstallsForGroupForbidden) String() string
- type GetAppInstallsForGroupForbiddenBody
- func (o *GetAppInstallsForGroupForbiddenBody) ContextValidate(ctx context.Context, formats strfmt.Registry) error
- func (o *GetAppInstallsForGroupForbiddenBody) MarshalBinary() ([]byte, error)
- func (o *GetAppInstallsForGroupForbiddenBody) UnmarshalBinary(b []byte) error
- func (o *GetAppInstallsForGroupForbiddenBody) Validate(formats strfmt.Registry) error
- type GetAppInstallsForGroupForbiddenBodyErrorsItems0
- func (o *GetAppInstallsForGroupForbiddenBodyErrorsItems0) ContextValidate(ctx context.Context, formats strfmt.Registry) error
- func (o *GetAppInstallsForGroupForbiddenBodyErrorsItems0) MarshalBinary() ([]byte, error)
- func (o *GetAppInstallsForGroupForbiddenBodyErrorsItems0) UnmarshalBinary(b []byte) error
- func (o *GetAppInstallsForGroupForbiddenBodyErrorsItems0) Validate(formats strfmt.Registry) error
- type GetAppInstallsForGroupForbiddenBodyErrorsItems0Source
- func (o *GetAppInstallsForGroupForbiddenBodyErrorsItems0Source) ContextValidate(ctx context.Context, formats strfmt.Registry) error
- func (o *GetAppInstallsForGroupForbiddenBodyErrorsItems0Source) MarshalBinary() ([]byte, error)
- func (o *GetAppInstallsForGroupForbiddenBodyErrorsItems0Source) UnmarshalBinary(b []byte) error
- func (o *GetAppInstallsForGroupForbiddenBodyErrorsItems0Source) Validate(formats strfmt.Registry) error
- type GetAppInstallsForGroupForbiddenBodyJsonapi
- func (o *GetAppInstallsForGroupForbiddenBodyJsonapi) ContextValidate(ctx context.Context, formats strfmt.Registry) error
- func (o *GetAppInstallsForGroupForbiddenBodyJsonapi) MarshalBinary() ([]byte, error)
- func (o *GetAppInstallsForGroupForbiddenBodyJsonapi) UnmarshalBinary(b []byte) error
- func (o *GetAppInstallsForGroupForbiddenBodyJsonapi) Validate(formats strfmt.Registry) error
- type GetAppInstallsForGroupInternalServerError
- func (o *GetAppInstallsForGroupInternalServerError) Code() int
- func (o *GetAppInstallsForGroupInternalServerError) Error() string
- func (o *GetAppInstallsForGroupInternalServerError) GetPayload() *models.ErrorDocument
- func (o *GetAppInstallsForGroupInternalServerError) IsClientError() bool
- func (o *GetAppInstallsForGroupInternalServerError) IsCode(code int) bool
- func (o *GetAppInstallsForGroupInternalServerError) IsRedirect() bool
- func (o *GetAppInstallsForGroupInternalServerError) IsServerError() bool
- func (o *GetAppInstallsForGroupInternalServerError) IsSuccess() bool
- func (o *GetAppInstallsForGroupInternalServerError) String() string
- type GetAppInstallsForGroupNotFound
- func (o *GetAppInstallsForGroupNotFound) Code() int
- func (o *GetAppInstallsForGroupNotFound) Error() string
- func (o *GetAppInstallsForGroupNotFound) GetPayload() *models.ErrorDocument
- func (o *GetAppInstallsForGroupNotFound) IsClientError() bool
- func (o *GetAppInstallsForGroupNotFound) IsCode(code int) bool
- func (o *GetAppInstallsForGroupNotFound) IsRedirect() bool
- func (o *GetAppInstallsForGroupNotFound) IsServerError() bool
- func (o *GetAppInstallsForGroupNotFound) IsSuccess() bool
- func (o *GetAppInstallsForGroupNotFound) String() string
- type GetAppInstallsForGroupOK
- func (o *GetAppInstallsForGroupOK) Code() int
- func (o *GetAppInstallsForGroupOK) Error() string
- func (o *GetAppInstallsForGroupOK) GetPayload() *GetAppInstallsForGroupOKBody
- func (o *GetAppInstallsForGroupOK) IsClientError() bool
- func (o *GetAppInstallsForGroupOK) IsCode(code int) bool
- func (o *GetAppInstallsForGroupOK) IsRedirect() bool
- func (o *GetAppInstallsForGroupOK) IsServerError() bool
- func (o *GetAppInstallsForGroupOK) IsSuccess() bool
- func (o *GetAppInstallsForGroupOK) String() string
- type GetAppInstallsForGroupOKBody
- func (o *GetAppInstallsForGroupOKBody) ContextValidate(ctx context.Context, formats strfmt.Registry) error
- func (o *GetAppInstallsForGroupOKBody) MarshalBinary() ([]byte, error)
- func (o *GetAppInstallsForGroupOKBody) UnmarshalBinary(b []byte) error
- func (o *GetAppInstallsForGroupOKBody) Validate(formats strfmt.Registry) error
- type GetAppInstallsForGroupParams
- func NewGetAppInstallsForGroupParams() *GetAppInstallsForGroupParams
- func NewGetAppInstallsForGroupParamsWithContext(ctx context.Context) *GetAppInstallsForGroupParams
- func NewGetAppInstallsForGroupParamsWithHTTPClient(client *http.Client) *GetAppInstallsForGroupParams
- func NewGetAppInstallsForGroupParamsWithTimeout(timeout time.Duration) *GetAppInstallsForGroupParams
- func (o *GetAppInstallsForGroupParams) SetContext(ctx context.Context)
- func (o *GetAppInstallsForGroupParams) SetDefaults()
- func (o *GetAppInstallsForGroupParams) SetEndingBefore(endingBefore *string)
- func (o *GetAppInstallsForGroupParams) SetExpand(expand []string)
- func (o *GetAppInstallsForGroupParams) SetGroupID(groupID strfmt.UUID)
- func (o *GetAppInstallsForGroupParams) SetHTTPClient(client *http.Client)
- func (o *GetAppInstallsForGroupParams) SetLimit(limit *int32)
- func (o *GetAppInstallsForGroupParams) SetStartingAfter(startingAfter *string)
- func (o *GetAppInstallsForGroupParams) SetTimeout(timeout time.Duration)
- func (o *GetAppInstallsForGroupParams) SetVersion(version string)
- func (o *GetAppInstallsForGroupParams) WithContext(ctx context.Context) *GetAppInstallsForGroupParams
- func (o *GetAppInstallsForGroupParams) WithDefaults() *GetAppInstallsForGroupParams
- func (o *GetAppInstallsForGroupParams) WithEndingBefore(endingBefore *string) *GetAppInstallsForGroupParams
- func (o *GetAppInstallsForGroupParams) WithExpand(expand []string) *GetAppInstallsForGroupParams
- func (o *GetAppInstallsForGroupParams) WithGroupID(groupID strfmt.UUID) *GetAppInstallsForGroupParams
- func (o *GetAppInstallsForGroupParams) WithHTTPClient(client *http.Client) *GetAppInstallsForGroupParams
- func (o *GetAppInstallsForGroupParams) WithLimit(limit *int32) *GetAppInstallsForGroupParams
- func (o *GetAppInstallsForGroupParams) WithStartingAfter(startingAfter *string) *GetAppInstallsForGroupParams
- func (o *GetAppInstallsForGroupParams) WithTimeout(timeout time.Duration) *GetAppInstallsForGroupParams
- func (o *GetAppInstallsForGroupParams) WithVersion(version string) *GetAppInstallsForGroupParams
- func (o *GetAppInstallsForGroupParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error
- type GetAppInstallsForGroupReader
- type GetAppInstallsForGroupUnauthorized
- func (o *GetAppInstallsForGroupUnauthorized) Code() int
- func (o *GetAppInstallsForGroupUnauthorized) Error() string
- func (o *GetAppInstallsForGroupUnauthorized) GetPayload() *models.ErrorDocument
- func (o *GetAppInstallsForGroupUnauthorized) IsClientError() bool
- func (o *GetAppInstallsForGroupUnauthorized) IsCode(code int) bool
- func (o *GetAppInstallsForGroupUnauthorized) IsRedirect() bool
- func (o *GetAppInstallsForGroupUnauthorized) IsServerError() bool
- func (o *GetAppInstallsForGroupUnauthorized) IsSuccess() bool
- func (o *GetAppInstallsForGroupUnauthorized) String() string
- type GetAppInstallsForOrgBadRequest
- func (o *GetAppInstallsForOrgBadRequest) Code() int
- func (o *GetAppInstallsForOrgBadRequest) Error() string
- func (o *GetAppInstallsForOrgBadRequest) GetPayload() *models.ErrorDocument
- func (o *GetAppInstallsForOrgBadRequest) IsClientError() bool
- func (o *GetAppInstallsForOrgBadRequest) IsCode(code int) bool
- func (o *GetAppInstallsForOrgBadRequest) IsRedirect() bool
- func (o *GetAppInstallsForOrgBadRequest) IsServerError() bool
- func (o *GetAppInstallsForOrgBadRequest) IsSuccess() bool
- func (o *GetAppInstallsForOrgBadRequest) String() string
- type GetAppInstallsForOrgConflict
- func (o *GetAppInstallsForOrgConflict) Code() int
- func (o *GetAppInstallsForOrgConflict) Error() string
- func (o *GetAppInstallsForOrgConflict) GetPayload() *models.ErrorDocument
- func (o *GetAppInstallsForOrgConflict) IsClientError() bool
- func (o *GetAppInstallsForOrgConflict) IsCode(code int) bool
- func (o *GetAppInstallsForOrgConflict) IsRedirect() bool
- func (o *GetAppInstallsForOrgConflict) IsServerError() bool
- func (o *GetAppInstallsForOrgConflict) IsSuccess() bool
- func (o *GetAppInstallsForOrgConflict) String() string
- type GetAppInstallsForOrgForbidden
- func (o *GetAppInstallsForOrgForbidden) Code() int
- func (o *GetAppInstallsForOrgForbidden) Error() string
- func (o *GetAppInstallsForOrgForbidden) GetPayload() *GetAppInstallsForOrgForbiddenBody
- func (o *GetAppInstallsForOrgForbidden) IsClientError() bool
- func (o *GetAppInstallsForOrgForbidden) IsCode(code int) bool
- func (o *GetAppInstallsForOrgForbidden) IsRedirect() bool
- func (o *GetAppInstallsForOrgForbidden) IsServerError() bool
- func (o *GetAppInstallsForOrgForbidden) IsSuccess() bool
- func (o *GetAppInstallsForOrgForbidden) String() string
- type GetAppInstallsForOrgForbiddenBody
- func (o *GetAppInstallsForOrgForbiddenBody) ContextValidate(ctx context.Context, formats strfmt.Registry) error
- func (o *GetAppInstallsForOrgForbiddenBody) MarshalBinary() ([]byte, error)
- func (o *GetAppInstallsForOrgForbiddenBody) UnmarshalBinary(b []byte) error
- func (o *GetAppInstallsForOrgForbiddenBody) Validate(formats strfmt.Registry) error
- type GetAppInstallsForOrgForbiddenBodyErrorsItems0
- func (o *GetAppInstallsForOrgForbiddenBodyErrorsItems0) ContextValidate(ctx context.Context, formats strfmt.Registry) error
- func (o *GetAppInstallsForOrgForbiddenBodyErrorsItems0) MarshalBinary() ([]byte, error)
- func (o *GetAppInstallsForOrgForbiddenBodyErrorsItems0) UnmarshalBinary(b []byte) error
- func (o *GetAppInstallsForOrgForbiddenBodyErrorsItems0) Validate(formats strfmt.Registry) error
- type GetAppInstallsForOrgForbiddenBodyErrorsItems0Source
- func (o *GetAppInstallsForOrgForbiddenBodyErrorsItems0Source) ContextValidate(ctx context.Context, formats strfmt.Registry) error
- func (o *GetAppInstallsForOrgForbiddenBodyErrorsItems0Source) MarshalBinary() ([]byte, error)
- func (o *GetAppInstallsForOrgForbiddenBodyErrorsItems0Source) UnmarshalBinary(b []byte) error
- func (o *GetAppInstallsForOrgForbiddenBodyErrorsItems0Source) Validate(formats strfmt.Registry) error
- type GetAppInstallsForOrgForbiddenBodyJsonapi
- func (o *GetAppInstallsForOrgForbiddenBodyJsonapi) ContextValidate(ctx context.Context, formats strfmt.Registry) error
- func (o *GetAppInstallsForOrgForbiddenBodyJsonapi) MarshalBinary() ([]byte, error)
- func (o *GetAppInstallsForOrgForbiddenBodyJsonapi) UnmarshalBinary(b []byte) error
- func (o *GetAppInstallsForOrgForbiddenBodyJsonapi) Validate(formats strfmt.Registry) error
- type GetAppInstallsForOrgInternalServerError
- func (o *GetAppInstallsForOrgInternalServerError) Code() int
- func (o *GetAppInstallsForOrgInternalServerError) Error() string
- func (o *GetAppInstallsForOrgInternalServerError) GetPayload() *models.ErrorDocument
- func (o *GetAppInstallsForOrgInternalServerError) IsClientError() bool
- func (o *GetAppInstallsForOrgInternalServerError) IsCode(code int) bool
- func (o *GetAppInstallsForOrgInternalServerError) IsRedirect() bool
- func (o *GetAppInstallsForOrgInternalServerError) IsServerError() bool
- func (o *GetAppInstallsForOrgInternalServerError) IsSuccess() bool
- func (o *GetAppInstallsForOrgInternalServerError) String() string
- type GetAppInstallsForOrgNotFound
- func (o *GetAppInstallsForOrgNotFound) Code() int
- func (o *GetAppInstallsForOrgNotFound) Error() string
- func (o *GetAppInstallsForOrgNotFound) GetPayload() *models.ErrorDocument
- func (o *GetAppInstallsForOrgNotFound) IsClientError() bool
- func (o *GetAppInstallsForOrgNotFound) IsCode(code int) bool
- func (o *GetAppInstallsForOrgNotFound) IsRedirect() bool
- func (o *GetAppInstallsForOrgNotFound) IsServerError() bool
- func (o *GetAppInstallsForOrgNotFound) IsSuccess() bool
- func (o *GetAppInstallsForOrgNotFound) String() string
- type GetAppInstallsForOrgOK
- func (o *GetAppInstallsForOrgOK) Code() int
- func (o *GetAppInstallsForOrgOK) Error() string
- func (o *GetAppInstallsForOrgOK) GetPayload() *GetAppInstallsForOrgOKBody
- func (o *GetAppInstallsForOrgOK) IsClientError() bool
- func (o *GetAppInstallsForOrgOK) IsCode(code int) bool
- func (o *GetAppInstallsForOrgOK) IsRedirect() bool
- func (o *GetAppInstallsForOrgOK) IsServerError() bool
- func (o *GetAppInstallsForOrgOK) IsSuccess() bool
- func (o *GetAppInstallsForOrgOK) String() string
- type GetAppInstallsForOrgOKBody
- func (o *GetAppInstallsForOrgOKBody) ContextValidate(ctx context.Context, formats strfmt.Registry) error
- func (o *GetAppInstallsForOrgOKBody) MarshalBinary() ([]byte, error)
- func (o *GetAppInstallsForOrgOKBody) UnmarshalBinary(b []byte) error
- func (o *GetAppInstallsForOrgOKBody) Validate(formats strfmt.Registry) error
- type GetAppInstallsForOrgParams
- func NewGetAppInstallsForOrgParams() *GetAppInstallsForOrgParams
- func NewGetAppInstallsForOrgParamsWithContext(ctx context.Context) *GetAppInstallsForOrgParams
- func NewGetAppInstallsForOrgParamsWithHTTPClient(client *http.Client) *GetAppInstallsForOrgParams
- func NewGetAppInstallsForOrgParamsWithTimeout(timeout time.Duration) *GetAppInstallsForOrgParams
- func (o *GetAppInstallsForOrgParams) SetContext(ctx context.Context)
- func (o *GetAppInstallsForOrgParams) SetDefaults()
- func (o *GetAppInstallsForOrgParams) SetEndingBefore(endingBefore *string)
- func (o *GetAppInstallsForOrgParams) SetExpand(expand []string)
- func (o *GetAppInstallsForOrgParams) SetHTTPClient(client *http.Client)
- func (o *GetAppInstallsForOrgParams) SetLimit(limit *int32)
- func (o *GetAppInstallsForOrgParams) SetOrgID(orgID strfmt.UUID)
- func (o *GetAppInstallsForOrgParams) SetStartingAfter(startingAfter *string)
- func (o *GetAppInstallsForOrgParams) SetTimeout(timeout time.Duration)
- func (o *GetAppInstallsForOrgParams) SetVersion(version string)
- func (o *GetAppInstallsForOrgParams) WithContext(ctx context.Context) *GetAppInstallsForOrgParams
- func (o *GetAppInstallsForOrgParams) WithDefaults() *GetAppInstallsForOrgParams
- func (o *GetAppInstallsForOrgParams) WithEndingBefore(endingBefore *string) *GetAppInstallsForOrgParams
- func (o *GetAppInstallsForOrgParams) WithExpand(expand []string) *GetAppInstallsForOrgParams
- func (o *GetAppInstallsForOrgParams) WithHTTPClient(client *http.Client) *GetAppInstallsForOrgParams
- func (o *GetAppInstallsForOrgParams) WithLimit(limit *int32) *GetAppInstallsForOrgParams
- func (o *GetAppInstallsForOrgParams) WithOrgID(orgID strfmt.UUID) *GetAppInstallsForOrgParams
- func (o *GetAppInstallsForOrgParams) WithStartingAfter(startingAfter *string) *GetAppInstallsForOrgParams
- func (o *GetAppInstallsForOrgParams) WithTimeout(timeout time.Duration) *GetAppInstallsForOrgParams
- func (o *GetAppInstallsForOrgParams) WithVersion(version string) *GetAppInstallsForOrgParams
- func (o *GetAppInstallsForOrgParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error
- type GetAppInstallsForOrgReader
- type GetAppInstallsForOrgUnauthorized
- func (o *GetAppInstallsForOrgUnauthorized) Code() int
- func (o *GetAppInstallsForOrgUnauthorized) Error() string
- func (o *GetAppInstallsForOrgUnauthorized) GetPayload() *models.ErrorDocument
- func (o *GetAppInstallsForOrgUnauthorized) IsClientError() bool
- func (o *GetAppInstallsForOrgUnauthorized) IsCode(code int) bool
- func (o *GetAppInstallsForOrgUnauthorized) IsRedirect() bool
- func (o *GetAppInstallsForOrgUnauthorized) IsServerError() bool
- func (o *GetAppInstallsForOrgUnauthorized) IsSuccess() bool
- func (o *GetAppInstallsForOrgUnauthorized) String() string
- type GetAppInstallsForUserBadRequest
- func (o *GetAppInstallsForUserBadRequest) Code() int
- func (o *GetAppInstallsForUserBadRequest) Error() string
- func (o *GetAppInstallsForUserBadRequest) GetPayload() *models.ErrorDocument
- func (o *GetAppInstallsForUserBadRequest) IsClientError() bool
- func (o *GetAppInstallsForUserBadRequest) IsCode(code int) bool
- func (o *GetAppInstallsForUserBadRequest) IsRedirect() bool
- func (o *GetAppInstallsForUserBadRequest) IsServerError() bool
- func (o *GetAppInstallsForUserBadRequest) IsSuccess() bool
- func (o *GetAppInstallsForUserBadRequest) String() string
- type GetAppInstallsForUserConflict
- func (o *GetAppInstallsForUserConflict) Code() int
- func (o *GetAppInstallsForUserConflict) Error() string
- func (o *GetAppInstallsForUserConflict) GetPayload() *models.ErrorDocument
- func (o *GetAppInstallsForUserConflict) IsClientError() bool
- func (o *GetAppInstallsForUserConflict) IsCode(code int) bool
- func (o *GetAppInstallsForUserConflict) IsRedirect() bool
- func (o *GetAppInstallsForUserConflict) IsServerError() bool
- func (o *GetAppInstallsForUserConflict) IsSuccess() bool
- func (o *GetAppInstallsForUserConflict) String() string
- type GetAppInstallsForUserForbidden
- func (o *GetAppInstallsForUserForbidden) Code() int
- func (o *GetAppInstallsForUserForbidden) Error() string
- func (o *GetAppInstallsForUserForbidden) GetPayload() *GetAppInstallsForUserForbiddenBody
- func (o *GetAppInstallsForUserForbidden) IsClientError() bool
- func (o *GetAppInstallsForUserForbidden) IsCode(code int) bool
- func (o *GetAppInstallsForUserForbidden) IsRedirect() bool
- func (o *GetAppInstallsForUserForbidden) IsServerError() bool
- func (o *GetAppInstallsForUserForbidden) IsSuccess() bool
- func (o *GetAppInstallsForUserForbidden) String() string
- type GetAppInstallsForUserForbiddenBody
- func (o *GetAppInstallsForUserForbiddenBody) ContextValidate(ctx context.Context, formats strfmt.Registry) error
- func (o *GetAppInstallsForUserForbiddenBody) MarshalBinary() ([]byte, error)
- func (o *GetAppInstallsForUserForbiddenBody) UnmarshalBinary(b []byte) error
- func (o *GetAppInstallsForUserForbiddenBody) Validate(formats strfmt.Registry) error
- type GetAppInstallsForUserForbiddenBodyErrorsItems0
- func (o *GetAppInstallsForUserForbiddenBodyErrorsItems0) ContextValidate(ctx context.Context, formats strfmt.Registry) error
- func (o *GetAppInstallsForUserForbiddenBodyErrorsItems0) MarshalBinary() ([]byte, error)
- func (o *GetAppInstallsForUserForbiddenBodyErrorsItems0) UnmarshalBinary(b []byte) error
- func (o *GetAppInstallsForUserForbiddenBodyErrorsItems0) Validate(formats strfmt.Registry) error
- type GetAppInstallsForUserForbiddenBodyErrorsItems0Source
- func (o *GetAppInstallsForUserForbiddenBodyErrorsItems0Source) ContextValidate(ctx context.Context, formats strfmt.Registry) error
- func (o *GetAppInstallsForUserForbiddenBodyErrorsItems0Source) MarshalBinary() ([]byte, error)
- func (o *GetAppInstallsForUserForbiddenBodyErrorsItems0Source) UnmarshalBinary(b []byte) error
- func (o *GetAppInstallsForUserForbiddenBodyErrorsItems0Source) Validate(formats strfmt.Registry) error
- type GetAppInstallsForUserForbiddenBodyJsonapi
- func (o *GetAppInstallsForUserForbiddenBodyJsonapi) ContextValidate(ctx context.Context, formats strfmt.Registry) error
- func (o *GetAppInstallsForUserForbiddenBodyJsonapi) MarshalBinary() ([]byte, error)
- func (o *GetAppInstallsForUserForbiddenBodyJsonapi) UnmarshalBinary(b []byte) error
- func (o *GetAppInstallsForUserForbiddenBodyJsonapi) Validate(formats strfmt.Registry) error
- type GetAppInstallsForUserInternalServerError
- func (o *GetAppInstallsForUserInternalServerError) Code() int
- func (o *GetAppInstallsForUserInternalServerError) Error() string
- func (o *GetAppInstallsForUserInternalServerError) GetPayload() *models.ErrorDocument
- func (o *GetAppInstallsForUserInternalServerError) IsClientError() bool
- func (o *GetAppInstallsForUserInternalServerError) IsCode(code int) bool
- func (o *GetAppInstallsForUserInternalServerError) IsRedirect() bool
- func (o *GetAppInstallsForUserInternalServerError) IsServerError() bool
- func (o *GetAppInstallsForUserInternalServerError) IsSuccess() bool
- func (o *GetAppInstallsForUserInternalServerError) String() string
- type GetAppInstallsForUserNotFound
- func (o *GetAppInstallsForUserNotFound) Code() int
- func (o *GetAppInstallsForUserNotFound) Error() string
- func (o *GetAppInstallsForUserNotFound) GetPayload() *models.ErrorDocument
- func (o *GetAppInstallsForUserNotFound) IsClientError() bool
- func (o *GetAppInstallsForUserNotFound) IsCode(code int) bool
- func (o *GetAppInstallsForUserNotFound) IsRedirect() bool
- func (o *GetAppInstallsForUserNotFound) IsServerError() bool
- func (o *GetAppInstallsForUserNotFound) IsSuccess() bool
- func (o *GetAppInstallsForUserNotFound) String() string
- type GetAppInstallsForUserOK
- func (o *GetAppInstallsForUserOK) Code() int
- func (o *GetAppInstallsForUserOK) Error() string
- func (o *GetAppInstallsForUserOK) GetPayload() *GetAppInstallsForUserOKBody
- func (o *GetAppInstallsForUserOK) IsClientError() bool
- func (o *GetAppInstallsForUserOK) IsCode(code int) bool
- func (o *GetAppInstallsForUserOK) IsRedirect() bool
- func (o *GetAppInstallsForUserOK) IsServerError() bool
- func (o *GetAppInstallsForUserOK) IsSuccess() bool
- func (o *GetAppInstallsForUserOK) String() string
- type GetAppInstallsForUserOKBody
- func (o *GetAppInstallsForUserOKBody) ContextValidate(ctx context.Context, formats strfmt.Registry) error
- func (o *GetAppInstallsForUserOKBody) MarshalBinary() ([]byte, error)
- func (o *GetAppInstallsForUserOKBody) UnmarshalBinary(b []byte) error
- func (o *GetAppInstallsForUserOKBody) Validate(formats strfmt.Registry) error
- type GetAppInstallsForUserParams
- func NewGetAppInstallsForUserParams() *GetAppInstallsForUserParams
- func NewGetAppInstallsForUserParamsWithContext(ctx context.Context) *GetAppInstallsForUserParams
- func NewGetAppInstallsForUserParamsWithHTTPClient(client *http.Client) *GetAppInstallsForUserParams
- func NewGetAppInstallsForUserParamsWithTimeout(timeout time.Duration) *GetAppInstallsForUserParams
- func (o *GetAppInstallsForUserParams) SetContext(ctx context.Context)
- func (o *GetAppInstallsForUserParams) SetDefaults()
- func (o *GetAppInstallsForUserParams) SetEndingBefore(endingBefore *string)
- func (o *GetAppInstallsForUserParams) SetExpand(expand []string)
- func (o *GetAppInstallsForUserParams) SetHTTPClient(client *http.Client)
- func (o *GetAppInstallsForUserParams) SetLimit(limit *int32)
- func (o *GetAppInstallsForUserParams) SetStartingAfter(startingAfter *string)
- func (o *GetAppInstallsForUserParams) SetTimeout(timeout time.Duration)
- func (o *GetAppInstallsForUserParams) SetVersion(version string)
- func (o *GetAppInstallsForUserParams) WithContext(ctx context.Context) *GetAppInstallsForUserParams
- func (o *GetAppInstallsForUserParams) WithDefaults() *GetAppInstallsForUserParams
- func (o *GetAppInstallsForUserParams) WithEndingBefore(endingBefore *string) *GetAppInstallsForUserParams
- func (o *GetAppInstallsForUserParams) WithExpand(expand []string) *GetAppInstallsForUserParams
- func (o *GetAppInstallsForUserParams) WithHTTPClient(client *http.Client) *GetAppInstallsForUserParams
- func (o *GetAppInstallsForUserParams) WithLimit(limit *int32) *GetAppInstallsForUserParams
- func (o *GetAppInstallsForUserParams) WithStartingAfter(startingAfter *string) *GetAppInstallsForUserParams
- func (o *GetAppInstallsForUserParams) WithTimeout(timeout time.Duration) *GetAppInstallsForUserParams
- func (o *GetAppInstallsForUserParams) WithVersion(version string) *GetAppInstallsForUserParams
- func (o *GetAppInstallsForUserParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error
- type GetAppInstallsForUserReader
- type GetAppInstallsForUserUnauthorized
- func (o *GetAppInstallsForUserUnauthorized) Code() int
- func (o *GetAppInstallsForUserUnauthorized) Error() string
- func (o *GetAppInstallsForUserUnauthorized) GetPayload() *models.ErrorDocument
- func (o *GetAppInstallsForUserUnauthorized) IsClientError() bool
- func (o *GetAppInstallsForUserUnauthorized) IsCode(code int) bool
- func (o *GetAppInstallsForUserUnauthorized) IsRedirect() bool
- func (o *GetAppInstallsForUserUnauthorized) IsServerError() bool
- func (o *GetAppInstallsForUserUnauthorized) IsSuccess() bool
- func (o *GetAppInstallsForUserUnauthorized) String() string
- type GetAppInternalServerError
- func (o *GetAppInternalServerError) Code() int
- func (o *GetAppInternalServerError) Error() string
- func (o *GetAppInternalServerError) GetPayload() *models.ErrorDocument
- func (o *GetAppInternalServerError) IsClientError() bool
- func (o *GetAppInternalServerError) IsCode(code int) bool
- func (o *GetAppInternalServerError) IsRedirect() bool
- func (o *GetAppInternalServerError) IsServerError() bool
- func (o *GetAppInternalServerError) IsSuccess() bool
- func (o *GetAppInternalServerError) String() string
- type GetAppNotFound
- func (o *GetAppNotFound) Code() int
- func (o *GetAppNotFound) Error() string
- func (o *GetAppNotFound) GetPayload() *models.ErrorDocument
- func (o *GetAppNotFound) IsClientError() bool
- func (o *GetAppNotFound) IsCode(code int) bool
- func (o *GetAppNotFound) IsRedirect() bool
- func (o *GetAppNotFound) IsServerError() bool
- func (o *GetAppNotFound) IsSuccess() bool
- func (o *GetAppNotFound) String() string
- type GetAppOK
- func (o *GetAppOK) Code() int
- func (o *GetAppOK) Error() string
- func (o *GetAppOK) GetPayload() *GetAppOKBody
- func (o *GetAppOK) IsClientError() bool
- func (o *GetAppOK) IsCode(code int) bool
- func (o *GetAppOK) IsRedirect() bool
- func (o *GetAppOK) IsServerError() bool
- func (o *GetAppOK) IsSuccess() bool
- func (o *GetAppOK) String() string
- type GetAppOKBody
- type GetAppParams
- func (o *GetAppParams) SetClientID(clientID strfmt.UUID)
- func (o *GetAppParams) SetContext(ctx context.Context)
- func (o *GetAppParams) SetDefaults()
- func (o *GetAppParams) SetHTTPClient(client *http.Client)
- func (o *GetAppParams) SetOrgID(orgID strfmt.UUID)
- func (o *GetAppParams) SetTimeout(timeout time.Duration)
- func (o *GetAppParams) SetVersion(version string)
- func (o *GetAppParams) WithClientID(clientID strfmt.UUID) *GetAppParams
- func (o *GetAppParams) WithContext(ctx context.Context) *GetAppParams
- func (o *GetAppParams) WithDefaults() *GetAppParams
- func (o *GetAppParams) WithHTTPClient(client *http.Client) *GetAppParams
- func (o *GetAppParams) WithOrgID(orgID strfmt.UUID) *GetAppParams
- func (o *GetAppParams) WithTimeout(timeout time.Duration) *GetAppParams
- func (o *GetAppParams) WithVersion(version string) *GetAppParams
- func (o *GetAppParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error
- type GetAppReader
- type GetAppUnauthorized
- func (o *GetAppUnauthorized) Code() int
- func (o *GetAppUnauthorized) Error() string
- func (o *GetAppUnauthorized) GetPayload() *models.ErrorDocument
- func (o *GetAppUnauthorized) IsClientError() bool
- func (o *GetAppUnauthorized) IsCode(code int) bool
- func (o *GetAppUnauthorized) IsRedirect() bool
- func (o *GetAppUnauthorized) IsServerError() bool
- func (o *GetAppUnauthorized) IsSuccess() bool
- func (o *GetAppUnauthorized) String() string
- type GetAppsBadRequest
- func (o *GetAppsBadRequest) Code() int
- func (o *GetAppsBadRequest) Error() string
- func (o *GetAppsBadRequest) GetPayload() *models.ErrorDocument
- func (o *GetAppsBadRequest) IsClientError() bool
- func (o *GetAppsBadRequest) IsCode(code int) bool
- func (o *GetAppsBadRequest) IsRedirect() bool
- func (o *GetAppsBadRequest) IsServerError() bool
- func (o *GetAppsBadRequest) IsSuccess() bool
- func (o *GetAppsBadRequest) String() string
- type GetAppsConflict
- func (o *GetAppsConflict) Code() int
- func (o *GetAppsConflict) Error() string
- func (o *GetAppsConflict) GetPayload() *models.ErrorDocument
- func (o *GetAppsConflict) IsClientError() bool
- func (o *GetAppsConflict) IsCode(code int) bool
- func (o *GetAppsConflict) IsRedirect() bool
- func (o *GetAppsConflict) IsServerError() bool
- func (o *GetAppsConflict) IsSuccess() bool
- func (o *GetAppsConflict) String() string
- type GetAppsForbidden
- func (o *GetAppsForbidden) Code() int
- func (o *GetAppsForbidden) Error() string
- func (o *GetAppsForbidden) GetPayload() *GetAppsForbiddenBody
- func (o *GetAppsForbidden) IsClientError() bool
- func (o *GetAppsForbidden) IsCode(code int) bool
- func (o *GetAppsForbidden) IsRedirect() bool
- func (o *GetAppsForbidden) IsServerError() bool
- func (o *GetAppsForbidden) IsSuccess() bool
- func (o *GetAppsForbidden) String() string
- type GetAppsForbiddenBody
- type GetAppsForbiddenBodyErrorsItems0
- func (o *GetAppsForbiddenBodyErrorsItems0) ContextValidate(ctx context.Context, formats strfmt.Registry) error
- func (o *GetAppsForbiddenBodyErrorsItems0) MarshalBinary() ([]byte, error)
- func (o *GetAppsForbiddenBodyErrorsItems0) UnmarshalBinary(b []byte) error
- func (o *GetAppsForbiddenBodyErrorsItems0) Validate(formats strfmt.Registry) error
- type GetAppsForbiddenBodyErrorsItems0Source
- func (o *GetAppsForbiddenBodyErrorsItems0Source) ContextValidate(ctx context.Context, formats strfmt.Registry) error
- func (o *GetAppsForbiddenBodyErrorsItems0Source) MarshalBinary() ([]byte, error)
- func (o *GetAppsForbiddenBodyErrorsItems0Source) UnmarshalBinary(b []byte) error
- func (o *GetAppsForbiddenBodyErrorsItems0Source) Validate(formats strfmt.Registry) error
- type GetAppsForbiddenBodyJsonapi
- func (o *GetAppsForbiddenBodyJsonapi) ContextValidate(ctx context.Context, formats strfmt.Registry) error
- func (o *GetAppsForbiddenBodyJsonapi) MarshalBinary() ([]byte, error)
- func (o *GetAppsForbiddenBodyJsonapi) UnmarshalBinary(b []byte) error
- func (o *GetAppsForbiddenBodyJsonapi) Validate(formats strfmt.Registry) error
- type GetAppsInternalServerError
- func (o *GetAppsInternalServerError) Code() int
- func (o *GetAppsInternalServerError) Error() string
- func (o *GetAppsInternalServerError) GetPayload() *models.ErrorDocument
- func (o *GetAppsInternalServerError) IsClientError() bool
- func (o *GetAppsInternalServerError) IsCode(code int) bool
- func (o *GetAppsInternalServerError) IsRedirect() bool
- func (o *GetAppsInternalServerError) IsServerError() bool
- func (o *GetAppsInternalServerError) IsSuccess() bool
- func (o *GetAppsInternalServerError) String() string
- type GetAppsNotFound
- func (o *GetAppsNotFound) Code() int
- func (o *GetAppsNotFound) Error() string
- func (o *GetAppsNotFound) GetPayload() *models.ErrorDocument
- func (o *GetAppsNotFound) IsClientError() bool
- func (o *GetAppsNotFound) IsCode(code int) bool
- func (o *GetAppsNotFound) IsRedirect() bool
- func (o *GetAppsNotFound) IsServerError() bool
- func (o *GetAppsNotFound) IsSuccess() bool
- func (o *GetAppsNotFound) String() string
- type GetAppsOK
- func (o *GetAppsOK) Code() int
- func (o *GetAppsOK) Error() string
- func (o *GetAppsOK) GetPayload() *GetAppsOKBody
- func (o *GetAppsOK) IsClientError() bool
- func (o *GetAppsOK) IsCode(code int) bool
- func (o *GetAppsOK) IsRedirect() bool
- func (o *GetAppsOK) IsServerError() bool
- func (o *GetAppsOK) IsSuccess() bool
- func (o *GetAppsOK) String() string
- type GetAppsOKBody
- type GetAppsParams
- func (o *GetAppsParams) SetContext(ctx context.Context)
- func (o *GetAppsParams) SetDefaults()
- func (o *GetAppsParams) SetEndingBefore(endingBefore *string)
- func (o *GetAppsParams) SetHTTPClient(client *http.Client)
- func (o *GetAppsParams) SetLimit(limit *int32)
- func (o *GetAppsParams) SetOrgID(orgID strfmt.UUID)
- func (o *GetAppsParams) SetStartingAfter(startingAfter *string)
- func (o *GetAppsParams) SetTimeout(timeout time.Duration)
- func (o *GetAppsParams) SetVersion(version string)
- func (o *GetAppsParams) WithContext(ctx context.Context) *GetAppsParams
- func (o *GetAppsParams) WithDefaults() *GetAppsParams
- func (o *GetAppsParams) WithEndingBefore(endingBefore *string) *GetAppsParams
- func (o *GetAppsParams) WithHTTPClient(client *http.Client) *GetAppsParams
- func (o *GetAppsParams) WithLimit(limit *int32) *GetAppsParams
- func (o *GetAppsParams) WithOrgID(orgID strfmt.UUID) *GetAppsParams
- func (o *GetAppsParams) WithStartingAfter(startingAfter *string) *GetAppsParams
- func (o *GetAppsParams) WithTimeout(timeout time.Duration) *GetAppsParams
- func (o *GetAppsParams) WithVersion(version string) *GetAppsParams
- func (o *GetAppsParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error
- type GetAppsReader
- type GetAppsUnauthorized
- func (o *GetAppsUnauthorized) Code() int
- func (o *GetAppsUnauthorized) Error() string
- func (o *GetAppsUnauthorized) GetPayload() *models.ErrorDocument
- func (o *GetAppsUnauthorized) IsClientError() bool
- func (o *GetAppsUnauthorized) IsCode(code int) bool
- func (o *GetAppsUnauthorized) IsRedirect() bool
- func (o *GetAppsUnauthorized) IsServerError() bool
- func (o *GetAppsUnauthorized) IsSuccess() bool
- func (o *GetAppsUnauthorized) String() string
- type GetOrgAppsBadRequest
- func (o *GetOrgAppsBadRequest) Code() int
- func (o *GetOrgAppsBadRequest) Error() string
- func (o *GetOrgAppsBadRequest) GetPayload() *models.ErrorDocument
- func (o *GetOrgAppsBadRequest) IsClientError() bool
- func (o *GetOrgAppsBadRequest) IsCode(code int) bool
- func (o *GetOrgAppsBadRequest) IsRedirect() bool
- func (o *GetOrgAppsBadRequest) IsServerError() bool
- func (o *GetOrgAppsBadRequest) IsSuccess() bool
- func (o *GetOrgAppsBadRequest) String() string
- type GetOrgAppsConflict
- func (o *GetOrgAppsConflict) Code() int
- func (o *GetOrgAppsConflict) Error() string
- func (o *GetOrgAppsConflict) GetPayload() *models.ErrorDocument
- func (o *GetOrgAppsConflict) IsClientError() bool
- func (o *GetOrgAppsConflict) IsCode(code int) bool
- func (o *GetOrgAppsConflict) IsRedirect() bool
- func (o *GetOrgAppsConflict) IsServerError() bool
- func (o *GetOrgAppsConflict) IsSuccess() bool
- func (o *GetOrgAppsConflict) String() string
- type GetOrgAppsForbidden
- func (o *GetOrgAppsForbidden) Code() int
- func (o *GetOrgAppsForbidden) Error() string
- func (o *GetOrgAppsForbidden) GetPayload() *GetOrgAppsForbiddenBody
- func (o *GetOrgAppsForbidden) IsClientError() bool
- func (o *GetOrgAppsForbidden) IsCode(code int) bool
- func (o *GetOrgAppsForbidden) IsRedirect() bool
- func (o *GetOrgAppsForbidden) IsServerError() bool
- func (o *GetOrgAppsForbidden) IsSuccess() bool
- func (o *GetOrgAppsForbidden) String() string
- type GetOrgAppsForbiddenBody
- func (o *GetOrgAppsForbiddenBody) ContextValidate(ctx context.Context, formats strfmt.Registry) error
- func (o *GetOrgAppsForbiddenBody) MarshalBinary() ([]byte, error)
- func (o *GetOrgAppsForbiddenBody) UnmarshalBinary(b []byte) error
- func (o *GetOrgAppsForbiddenBody) Validate(formats strfmt.Registry) error
- type GetOrgAppsForbiddenBodyErrorsItems0
- func (o *GetOrgAppsForbiddenBodyErrorsItems0) ContextValidate(ctx context.Context, formats strfmt.Registry) error
- func (o *GetOrgAppsForbiddenBodyErrorsItems0) MarshalBinary() ([]byte, error)
- func (o *GetOrgAppsForbiddenBodyErrorsItems0) UnmarshalBinary(b []byte) error
- func (o *GetOrgAppsForbiddenBodyErrorsItems0) Validate(formats strfmt.Registry) error
- type GetOrgAppsForbiddenBodyErrorsItems0Source
- func (o *GetOrgAppsForbiddenBodyErrorsItems0Source) ContextValidate(ctx context.Context, formats strfmt.Registry) error
- func (o *GetOrgAppsForbiddenBodyErrorsItems0Source) MarshalBinary() ([]byte, error)
- func (o *GetOrgAppsForbiddenBodyErrorsItems0Source) UnmarshalBinary(b []byte) error
- func (o *GetOrgAppsForbiddenBodyErrorsItems0Source) Validate(formats strfmt.Registry) error
- type GetOrgAppsForbiddenBodyJsonapi
- func (o *GetOrgAppsForbiddenBodyJsonapi) ContextValidate(ctx context.Context, formats strfmt.Registry) error
- func (o *GetOrgAppsForbiddenBodyJsonapi) MarshalBinary() ([]byte, error)
- func (o *GetOrgAppsForbiddenBodyJsonapi) UnmarshalBinary(b []byte) error
- func (o *GetOrgAppsForbiddenBodyJsonapi) Validate(formats strfmt.Registry) error
- type GetOrgAppsInternalServerError
- func (o *GetOrgAppsInternalServerError) Code() int
- func (o *GetOrgAppsInternalServerError) Error() string
- func (o *GetOrgAppsInternalServerError) GetPayload() *models.ErrorDocument
- func (o *GetOrgAppsInternalServerError) IsClientError() bool
- func (o *GetOrgAppsInternalServerError) IsCode(code int) bool
- func (o *GetOrgAppsInternalServerError) IsRedirect() bool
- func (o *GetOrgAppsInternalServerError) IsServerError() bool
- func (o *GetOrgAppsInternalServerError) IsSuccess() bool
- func (o *GetOrgAppsInternalServerError) String() string
- type GetOrgAppsNotFound
- func (o *GetOrgAppsNotFound) Code() int
- func (o *GetOrgAppsNotFound) Error() string
- func (o *GetOrgAppsNotFound) GetPayload() *models.ErrorDocument
- func (o *GetOrgAppsNotFound) IsClientError() bool
- func (o *GetOrgAppsNotFound) IsCode(code int) bool
- func (o *GetOrgAppsNotFound) IsRedirect() bool
- func (o *GetOrgAppsNotFound) IsServerError() bool
- func (o *GetOrgAppsNotFound) IsSuccess() bool
- func (o *GetOrgAppsNotFound) String() string
- type GetOrgAppsOK
- func (o *GetOrgAppsOK) Code() int
- func (o *GetOrgAppsOK) Error() string
- func (o *GetOrgAppsOK) GetPayload() *GetOrgAppsOKBody
- func (o *GetOrgAppsOK) IsClientError() bool
- func (o *GetOrgAppsOK) IsCode(code int) bool
- func (o *GetOrgAppsOK) IsRedirect() bool
- func (o *GetOrgAppsOK) IsServerError() bool
- func (o *GetOrgAppsOK) IsSuccess() bool
- func (o *GetOrgAppsOK) String() string
- type GetOrgAppsOKBody
- type GetOrgAppsParams
- func (o *GetOrgAppsParams) SetContext(ctx context.Context)
- func (o *GetOrgAppsParams) SetDefaults()
- func (o *GetOrgAppsParams) SetEndingBefore(endingBefore *string)
- func (o *GetOrgAppsParams) SetHTTPClient(client *http.Client)
- func (o *GetOrgAppsParams) SetLimit(limit *int32)
- func (o *GetOrgAppsParams) SetOrgID(orgID strfmt.UUID)
- func (o *GetOrgAppsParams) SetStartingAfter(startingAfter *string)
- func (o *GetOrgAppsParams) SetTimeout(timeout time.Duration)
- func (o *GetOrgAppsParams) SetVersion(version string)
- func (o *GetOrgAppsParams) WithContext(ctx context.Context) *GetOrgAppsParams
- func (o *GetOrgAppsParams) WithDefaults() *GetOrgAppsParams
- func (o *GetOrgAppsParams) WithEndingBefore(endingBefore *string) *GetOrgAppsParams
- func (o *GetOrgAppsParams) WithHTTPClient(client *http.Client) *GetOrgAppsParams
- func (o *GetOrgAppsParams) WithLimit(limit *int32) *GetOrgAppsParams
- func (o *GetOrgAppsParams) WithOrgID(orgID strfmt.UUID) *GetOrgAppsParams
- func (o *GetOrgAppsParams) WithStartingAfter(startingAfter *string) *GetOrgAppsParams
- func (o *GetOrgAppsParams) WithTimeout(timeout time.Duration) *GetOrgAppsParams
- func (o *GetOrgAppsParams) WithVersion(version string) *GetOrgAppsParams
- func (o *GetOrgAppsParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error
- type GetOrgAppsReader
- type GetOrgAppsUnauthorized
- func (o *GetOrgAppsUnauthorized) Code() int
- func (o *GetOrgAppsUnauthorized) Error() string
- func (o *GetOrgAppsUnauthorized) GetPayload() *models.ErrorDocument
- func (o *GetOrgAppsUnauthorized) IsClientError() bool
- func (o *GetOrgAppsUnauthorized) IsCode(code int) bool
- func (o *GetOrgAppsUnauthorized) IsRedirect() bool
- func (o *GetOrgAppsUnauthorized) IsServerError() bool
- func (o *GetOrgAppsUnauthorized) IsSuccess() bool
- func (o *GetOrgAppsUnauthorized) String() string
- type GetUserAppSessionsBadRequest
- func (o *GetUserAppSessionsBadRequest) Code() int
- func (o *GetUserAppSessionsBadRequest) Error() string
- func (o *GetUserAppSessionsBadRequest) GetPayload() *models.ErrorDocument
- func (o *GetUserAppSessionsBadRequest) IsClientError() bool
- func (o *GetUserAppSessionsBadRequest) IsCode(code int) bool
- func (o *GetUserAppSessionsBadRequest) IsRedirect() bool
- func (o *GetUserAppSessionsBadRequest) IsServerError() bool
- func (o *GetUserAppSessionsBadRequest) IsSuccess() bool
- func (o *GetUserAppSessionsBadRequest) String() string
- type GetUserAppSessionsConflict
- func (o *GetUserAppSessionsConflict) Code() int
- func (o *GetUserAppSessionsConflict) Error() string
- func (o *GetUserAppSessionsConflict) GetPayload() *models.ErrorDocument
- func (o *GetUserAppSessionsConflict) IsClientError() bool
- func (o *GetUserAppSessionsConflict) IsCode(code int) bool
- func (o *GetUserAppSessionsConflict) IsRedirect() bool
- func (o *GetUserAppSessionsConflict) IsServerError() bool
- func (o *GetUserAppSessionsConflict) IsSuccess() bool
- func (o *GetUserAppSessionsConflict) String() string
- type GetUserAppSessionsForbidden
- func (o *GetUserAppSessionsForbidden) Code() int
- func (o *GetUserAppSessionsForbidden) Error() string
- func (o *GetUserAppSessionsForbidden) GetPayload() *GetUserAppSessionsForbiddenBody
- func (o *GetUserAppSessionsForbidden) IsClientError() bool
- func (o *GetUserAppSessionsForbidden) IsCode(code int) bool
- func (o *GetUserAppSessionsForbidden) IsRedirect() bool
- func (o *GetUserAppSessionsForbidden) IsServerError() bool
- func (o *GetUserAppSessionsForbidden) IsSuccess() bool
- func (o *GetUserAppSessionsForbidden) String() string
- type GetUserAppSessionsForbiddenBody
- func (o *GetUserAppSessionsForbiddenBody) ContextValidate(ctx context.Context, formats strfmt.Registry) error
- func (o *GetUserAppSessionsForbiddenBody) MarshalBinary() ([]byte, error)
- func (o *GetUserAppSessionsForbiddenBody) UnmarshalBinary(b []byte) error
- func (o *GetUserAppSessionsForbiddenBody) Validate(formats strfmt.Registry) error
- type GetUserAppSessionsForbiddenBodyErrorsItems0
- func (o *GetUserAppSessionsForbiddenBodyErrorsItems0) ContextValidate(ctx context.Context, formats strfmt.Registry) error
- func (o *GetUserAppSessionsForbiddenBodyErrorsItems0) MarshalBinary() ([]byte, error)
- func (o *GetUserAppSessionsForbiddenBodyErrorsItems0) UnmarshalBinary(b []byte) error
- func (o *GetUserAppSessionsForbiddenBodyErrorsItems0) Validate(formats strfmt.Registry) error
- type GetUserAppSessionsForbiddenBodyErrorsItems0Source
- func (o *GetUserAppSessionsForbiddenBodyErrorsItems0Source) ContextValidate(ctx context.Context, formats strfmt.Registry) error
- func (o *GetUserAppSessionsForbiddenBodyErrorsItems0Source) MarshalBinary() ([]byte, error)
- func (o *GetUserAppSessionsForbiddenBodyErrorsItems0Source) UnmarshalBinary(b []byte) error
- func (o *GetUserAppSessionsForbiddenBodyErrorsItems0Source) Validate(formats strfmt.Registry) error
- type GetUserAppSessionsForbiddenBodyJsonapi
- func (o *GetUserAppSessionsForbiddenBodyJsonapi) ContextValidate(ctx context.Context, formats strfmt.Registry) error
- func (o *GetUserAppSessionsForbiddenBodyJsonapi) MarshalBinary() ([]byte, error)
- func (o *GetUserAppSessionsForbiddenBodyJsonapi) UnmarshalBinary(b []byte) error
- func (o *GetUserAppSessionsForbiddenBodyJsonapi) Validate(formats strfmt.Registry) error
- type GetUserAppSessionsInternalServerError
- func (o *GetUserAppSessionsInternalServerError) Code() int
- func (o *GetUserAppSessionsInternalServerError) Error() string
- func (o *GetUserAppSessionsInternalServerError) GetPayload() *models.ErrorDocument
- func (o *GetUserAppSessionsInternalServerError) IsClientError() bool
- func (o *GetUserAppSessionsInternalServerError) IsCode(code int) bool
- func (o *GetUserAppSessionsInternalServerError) IsRedirect() bool
- func (o *GetUserAppSessionsInternalServerError) IsServerError() bool
- func (o *GetUserAppSessionsInternalServerError) IsSuccess() bool
- func (o *GetUserAppSessionsInternalServerError) String() string
- type GetUserAppSessionsNotFound
- func (o *GetUserAppSessionsNotFound) Code() int
- func (o *GetUserAppSessionsNotFound) Error() string
- func (o *GetUserAppSessionsNotFound) GetPayload() *models.ErrorDocument
- func (o *GetUserAppSessionsNotFound) IsClientError() bool
- func (o *GetUserAppSessionsNotFound) IsCode(code int) bool
- func (o *GetUserAppSessionsNotFound) IsRedirect() bool
- func (o *GetUserAppSessionsNotFound) IsServerError() bool
- func (o *GetUserAppSessionsNotFound) IsSuccess() bool
- func (o *GetUserAppSessionsNotFound) String() string
- type GetUserAppSessionsOK
- func (o *GetUserAppSessionsOK) Code() int
- func (o *GetUserAppSessionsOK) Error() string
- func (o *GetUserAppSessionsOK) GetPayload() *GetUserAppSessionsOKBody
- func (o *GetUserAppSessionsOK) IsClientError() bool
- func (o *GetUserAppSessionsOK) IsCode(code int) bool
- func (o *GetUserAppSessionsOK) IsRedirect() bool
- func (o *GetUserAppSessionsOK) IsServerError() bool
- func (o *GetUserAppSessionsOK) IsSuccess() bool
- func (o *GetUserAppSessionsOK) String() string
- type GetUserAppSessionsOKBody
- func (o *GetUserAppSessionsOKBody) ContextValidate(ctx context.Context, formats strfmt.Registry) error
- func (o *GetUserAppSessionsOKBody) MarshalBinary() ([]byte, error)
- func (o *GetUserAppSessionsOKBody) UnmarshalBinary(b []byte) error
- func (o *GetUserAppSessionsOKBody) Validate(formats strfmt.Registry) error
- type GetUserAppSessionsParams
- func NewGetUserAppSessionsParams() *GetUserAppSessionsParams
- func NewGetUserAppSessionsParamsWithContext(ctx context.Context) *GetUserAppSessionsParams
- func NewGetUserAppSessionsParamsWithHTTPClient(client *http.Client) *GetUserAppSessionsParams
- func NewGetUserAppSessionsParamsWithTimeout(timeout time.Duration) *GetUserAppSessionsParams
- func (o *GetUserAppSessionsParams) SetAppID(appID strfmt.UUID)
- func (o *GetUserAppSessionsParams) SetContext(ctx context.Context)
- func (o *GetUserAppSessionsParams) SetDefaults()
- func (o *GetUserAppSessionsParams) SetEndingBefore(endingBefore *string)
- func (o *GetUserAppSessionsParams) SetHTTPClient(client *http.Client)
- func (o *GetUserAppSessionsParams) SetLimit(limit *int32)
- func (o *GetUserAppSessionsParams) SetStartingAfter(startingAfter *string)
- func (o *GetUserAppSessionsParams) SetTimeout(timeout time.Duration)
- func (o *GetUserAppSessionsParams) SetVersion(version string)
- func (o *GetUserAppSessionsParams) WithAppID(appID strfmt.UUID) *GetUserAppSessionsParams
- func (o *GetUserAppSessionsParams) WithContext(ctx context.Context) *GetUserAppSessionsParams
- func (o *GetUserAppSessionsParams) WithDefaults() *GetUserAppSessionsParams
- func (o *GetUserAppSessionsParams) WithEndingBefore(endingBefore *string) *GetUserAppSessionsParams
- func (o *GetUserAppSessionsParams) WithHTTPClient(client *http.Client) *GetUserAppSessionsParams
- func (o *GetUserAppSessionsParams) WithLimit(limit *int32) *GetUserAppSessionsParams
- func (o *GetUserAppSessionsParams) WithStartingAfter(startingAfter *string) *GetUserAppSessionsParams
- func (o *GetUserAppSessionsParams) WithTimeout(timeout time.Duration) *GetUserAppSessionsParams
- func (o *GetUserAppSessionsParams) WithVersion(version string) *GetUserAppSessionsParams
- func (o *GetUserAppSessionsParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error
- type GetUserAppSessionsReader
- type GetUserAppSessionsUnauthorized
- func (o *GetUserAppSessionsUnauthorized) Code() int
- func (o *GetUserAppSessionsUnauthorized) Error() string
- func (o *GetUserAppSessionsUnauthorized) GetPayload() *models.ErrorDocument
- func (o *GetUserAppSessionsUnauthorized) IsClientError() bool
- func (o *GetUserAppSessionsUnauthorized) IsCode(code int) bool
- func (o *GetUserAppSessionsUnauthorized) IsRedirect() bool
- func (o *GetUserAppSessionsUnauthorized) IsServerError() bool
- func (o *GetUserAppSessionsUnauthorized) IsSuccess() bool
- func (o *GetUserAppSessionsUnauthorized) String() string
- type GetUserInstalledAppsBadRequest
- func (o *GetUserInstalledAppsBadRequest) Code() int
- func (o *GetUserInstalledAppsBadRequest) Error() string
- func (o *GetUserInstalledAppsBadRequest) GetPayload() *models.ErrorDocument
- func (o *GetUserInstalledAppsBadRequest) IsClientError() bool
- func (o *GetUserInstalledAppsBadRequest) IsCode(code int) bool
- func (o *GetUserInstalledAppsBadRequest) IsRedirect() bool
- func (o *GetUserInstalledAppsBadRequest) IsServerError() bool
- func (o *GetUserInstalledAppsBadRequest) IsSuccess() bool
- func (o *GetUserInstalledAppsBadRequest) String() string
- type GetUserInstalledAppsConflict
- func (o *GetUserInstalledAppsConflict) Code() int
- func (o *GetUserInstalledAppsConflict) Error() string
- func (o *GetUserInstalledAppsConflict) GetPayload() *models.ErrorDocument
- func (o *GetUserInstalledAppsConflict) IsClientError() bool
- func (o *GetUserInstalledAppsConflict) IsCode(code int) bool
- func (o *GetUserInstalledAppsConflict) IsRedirect() bool
- func (o *GetUserInstalledAppsConflict) IsServerError() bool
- func (o *GetUserInstalledAppsConflict) IsSuccess() bool
- func (o *GetUserInstalledAppsConflict) String() string
- type GetUserInstalledAppsForbidden
- func (o *GetUserInstalledAppsForbidden) Code() int
- func (o *GetUserInstalledAppsForbidden) Error() string
- func (o *GetUserInstalledAppsForbidden) GetPayload() *GetUserInstalledAppsForbiddenBody
- func (o *GetUserInstalledAppsForbidden) IsClientError() bool
- func (o *GetUserInstalledAppsForbidden) IsCode(code int) bool
- func (o *GetUserInstalledAppsForbidden) IsRedirect() bool
- func (o *GetUserInstalledAppsForbidden) IsServerError() bool
- func (o *GetUserInstalledAppsForbidden) IsSuccess() bool
- func (o *GetUserInstalledAppsForbidden) String() string
- type GetUserInstalledAppsForbiddenBody
- func (o *GetUserInstalledAppsForbiddenBody) ContextValidate(ctx context.Context, formats strfmt.Registry) error
- func (o *GetUserInstalledAppsForbiddenBody) MarshalBinary() ([]byte, error)
- func (o *GetUserInstalledAppsForbiddenBody) UnmarshalBinary(b []byte) error
- func (o *GetUserInstalledAppsForbiddenBody) Validate(formats strfmt.Registry) error
- type GetUserInstalledAppsForbiddenBodyErrorsItems0
- func (o *GetUserInstalledAppsForbiddenBodyErrorsItems0) ContextValidate(ctx context.Context, formats strfmt.Registry) error
- func (o *GetUserInstalledAppsForbiddenBodyErrorsItems0) MarshalBinary() ([]byte, error)
- func (o *GetUserInstalledAppsForbiddenBodyErrorsItems0) UnmarshalBinary(b []byte) error
- func (o *GetUserInstalledAppsForbiddenBodyErrorsItems0) Validate(formats strfmt.Registry) error
- type GetUserInstalledAppsForbiddenBodyErrorsItems0Source
- func (o *GetUserInstalledAppsForbiddenBodyErrorsItems0Source) ContextValidate(ctx context.Context, formats strfmt.Registry) error
- func (o *GetUserInstalledAppsForbiddenBodyErrorsItems0Source) MarshalBinary() ([]byte, error)
- func (o *GetUserInstalledAppsForbiddenBodyErrorsItems0Source) UnmarshalBinary(b []byte) error
- func (o *GetUserInstalledAppsForbiddenBodyErrorsItems0Source) Validate(formats strfmt.Registry) error
- type GetUserInstalledAppsForbiddenBodyJsonapi
- func (o *GetUserInstalledAppsForbiddenBodyJsonapi) ContextValidate(ctx context.Context, formats strfmt.Registry) error
- func (o *GetUserInstalledAppsForbiddenBodyJsonapi) MarshalBinary() ([]byte, error)
- func (o *GetUserInstalledAppsForbiddenBodyJsonapi) UnmarshalBinary(b []byte) error
- func (o *GetUserInstalledAppsForbiddenBodyJsonapi) Validate(formats strfmt.Registry) error
- type GetUserInstalledAppsInternalServerError
- func (o *GetUserInstalledAppsInternalServerError) Code() int
- func (o *GetUserInstalledAppsInternalServerError) Error() string
- func (o *GetUserInstalledAppsInternalServerError) GetPayload() *models.ErrorDocument
- func (o *GetUserInstalledAppsInternalServerError) IsClientError() bool
- func (o *GetUserInstalledAppsInternalServerError) IsCode(code int) bool
- func (o *GetUserInstalledAppsInternalServerError) IsRedirect() bool
- func (o *GetUserInstalledAppsInternalServerError) IsServerError() bool
- func (o *GetUserInstalledAppsInternalServerError) IsSuccess() bool
- func (o *GetUserInstalledAppsInternalServerError) String() string
- type GetUserInstalledAppsNotFound
- func (o *GetUserInstalledAppsNotFound) Code() int
- func (o *GetUserInstalledAppsNotFound) Error() string
- func (o *GetUserInstalledAppsNotFound) GetPayload() *models.ErrorDocument
- func (o *GetUserInstalledAppsNotFound) IsClientError() bool
- func (o *GetUserInstalledAppsNotFound) IsCode(code int) bool
- func (o *GetUserInstalledAppsNotFound) IsRedirect() bool
- func (o *GetUserInstalledAppsNotFound) IsServerError() bool
- func (o *GetUserInstalledAppsNotFound) IsSuccess() bool
- func (o *GetUserInstalledAppsNotFound) String() string
- type GetUserInstalledAppsOK
- func (o *GetUserInstalledAppsOK) Code() int
- func (o *GetUserInstalledAppsOK) Error() string
- func (o *GetUserInstalledAppsOK) GetPayload() *GetUserInstalledAppsOKBody
- func (o *GetUserInstalledAppsOK) IsClientError() bool
- func (o *GetUserInstalledAppsOK) IsCode(code int) bool
- func (o *GetUserInstalledAppsOK) IsRedirect() bool
- func (o *GetUserInstalledAppsOK) IsServerError() bool
- func (o *GetUserInstalledAppsOK) IsSuccess() bool
- func (o *GetUserInstalledAppsOK) String() string
- type GetUserInstalledAppsOKBody
- func (o *GetUserInstalledAppsOKBody) ContextValidate(ctx context.Context, formats strfmt.Registry) error
- func (o *GetUserInstalledAppsOKBody) MarshalBinary() ([]byte, error)
- func (o *GetUserInstalledAppsOKBody) UnmarshalBinary(b []byte) error
- func (o *GetUserInstalledAppsOKBody) Validate(formats strfmt.Registry) error
- type GetUserInstalledAppsParams
- func NewGetUserInstalledAppsParams() *GetUserInstalledAppsParams
- func NewGetUserInstalledAppsParamsWithContext(ctx context.Context) *GetUserInstalledAppsParams
- func NewGetUserInstalledAppsParamsWithHTTPClient(client *http.Client) *GetUserInstalledAppsParams
- func NewGetUserInstalledAppsParamsWithTimeout(timeout time.Duration) *GetUserInstalledAppsParams
- func (o *GetUserInstalledAppsParams) SetContext(ctx context.Context)
- func (o *GetUserInstalledAppsParams) SetDefaults()
- func (o *GetUserInstalledAppsParams) SetEndingBefore(endingBefore *string)
- func (o *GetUserInstalledAppsParams) SetHTTPClient(client *http.Client)
- func (o *GetUserInstalledAppsParams) SetLimit(limit *int32)
- func (o *GetUserInstalledAppsParams) SetStartingAfter(startingAfter *string)
- func (o *GetUserInstalledAppsParams) SetTimeout(timeout time.Duration)
- func (o *GetUserInstalledAppsParams) SetVersion(version string)
- func (o *GetUserInstalledAppsParams) WithContext(ctx context.Context) *GetUserInstalledAppsParams
- func (o *GetUserInstalledAppsParams) WithDefaults() *GetUserInstalledAppsParams
- func (o *GetUserInstalledAppsParams) WithEndingBefore(endingBefore *string) *GetUserInstalledAppsParams
- func (o *GetUserInstalledAppsParams) WithHTTPClient(client *http.Client) *GetUserInstalledAppsParams
- func (o *GetUserInstalledAppsParams) WithLimit(limit *int32) *GetUserInstalledAppsParams
- func (o *GetUserInstalledAppsParams) WithStartingAfter(startingAfter *string) *GetUserInstalledAppsParams
- func (o *GetUserInstalledAppsParams) WithTimeout(timeout time.Duration) *GetUserInstalledAppsParams
- func (o *GetUserInstalledAppsParams) WithVersion(version string) *GetUserInstalledAppsParams
- func (o *GetUserInstalledAppsParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error
- type GetUserInstalledAppsReader
- type GetUserInstalledAppsUnauthorized
- func (o *GetUserInstalledAppsUnauthorized) Code() int
- func (o *GetUserInstalledAppsUnauthorized) Error() string
- func (o *GetUserInstalledAppsUnauthorized) GetPayload() *models.ErrorDocument
- func (o *GetUserInstalledAppsUnauthorized) IsClientError() bool
- func (o *GetUserInstalledAppsUnauthorized) IsCode(code int) bool
- func (o *GetUserInstalledAppsUnauthorized) IsRedirect() bool
- func (o *GetUserInstalledAppsUnauthorized) IsServerError() bool
- func (o *GetUserInstalledAppsUnauthorized) IsSuccess() bool
- func (o *GetUserInstalledAppsUnauthorized) String() string
- type ManageAppCreationSecretBadRequest
- func (o *ManageAppCreationSecretBadRequest) Code() int
- func (o *ManageAppCreationSecretBadRequest) Error() string
- func (o *ManageAppCreationSecretBadRequest) GetPayload() *models.ErrorDocument
- func (o *ManageAppCreationSecretBadRequest) IsClientError() bool
- func (o *ManageAppCreationSecretBadRequest) IsCode(code int) bool
- func (o *ManageAppCreationSecretBadRequest) IsRedirect() bool
- func (o *ManageAppCreationSecretBadRequest) IsServerError() bool
- func (o *ManageAppCreationSecretBadRequest) IsSuccess() bool
- func (o *ManageAppCreationSecretBadRequest) String() string
- type ManageAppCreationSecretBody
- func (o *ManageAppCreationSecretBody) ContextValidate(ctx context.Context, formats strfmt.Registry) error
- func (o *ManageAppCreationSecretBody) MarshalBinary() ([]byte, error)
- func (o *ManageAppCreationSecretBody) UnmarshalBinary(b []byte) error
- func (o *ManageAppCreationSecretBody) Validate(formats strfmt.Registry) error
- type ManageAppCreationSecretConflict
- func (o *ManageAppCreationSecretConflict) Code() int
- func (o *ManageAppCreationSecretConflict) Error() string
- func (o *ManageAppCreationSecretConflict) GetPayload() *models.ErrorDocument
- func (o *ManageAppCreationSecretConflict) IsClientError() bool
- func (o *ManageAppCreationSecretConflict) IsCode(code int) bool
- func (o *ManageAppCreationSecretConflict) IsRedirect() bool
- func (o *ManageAppCreationSecretConflict) IsServerError() bool
- func (o *ManageAppCreationSecretConflict) IsSuccess() bool
- func (o *ManageAppCreationSecretConflict) String() string
- type ManageAppCreationSecretForbidden
- func (o *ManageAppCreationSecretForbidden) Code() int
- func (o *ManageAppCreationSecretForbidden) Error() string
- func (o *ManageAppCreationSecretForbidden) GetPayload() *ManageAppCreationSecretForbiddenBody
- func (o *ManageAppCreationSecretForbidden) IsClientError() bool
- func (o *ManageAppCreationSecretForbidden) IsCode(code int) bool
- func (o *ManageAppCreationSecretForbidden) IsRedirect() bool
- func (o *ManageAppCreationSecretForbidden) IsServerError() bool
- func (o *ManageAppCreationSecretForbidden) IsSuccess() bool
- func (o *ManageAppCreationSecretForbidden) String() string
- type ManageAppCreationSecretForbiddenBody
- func (o *ManageAppCreationSecretForbiddenBody) ContextValidate(ctx context.Context, formats strfmt.Registry) error
- func (o *ManageAppCreationSecretForbiddenBody) MarshalBinary() ([]byte, error)
- func (o *ManageAppCreationSecretForbiddenBody) UnmarshalBinary(b []byte) error
- func (o *ManageAppCreationSecretForbiddenBody) Validate(formats strfmt.Registry) error
- type ManageAppCreationSecretForbiddenBodyErrorsItems0
- func (o *ManageAppCreationSecretForbiddenBodyErrorsItems0) ContextValidate(ctx context.Context, formats strfmt.Registry) error
- func (o *ManageAppCreationSecretForbiddenBodyErrorsItems0) MarshalBinary() ([]byte, error)
- func (o *ManageAppCreationSecretForbiddenBodyErrorsItems0) UnmarshalBinary(b []byte) error
- func (o *ManageAppCreationSecretForbiddenBodyErrorsItems0) Validate(formats strfmt.Registry) error
- type ManageAppCreationSecretForbiddenBodyErrorsItems0Source
- func (o *ManageAppCreationSecretForbiddenBodyErrorsItems0Source) ContextValidate(ctx context.Context, formats strfmt.Registry) error
- func (o *ManageAppCreationSecretForbiddenBodyErrorsItems0Source) MarshalBinary() ([]byte, error)
- func (o *ManageAppCreationSecretForbiddenBodyErrorsItems0Source) UnmarshalBinary(b []byte) error
- func (o *ManageAppCreationSecretForbiddenBodyErrorsItems0Source) Validate(formats strfmt.Registry) error
- type ManageAppCreationSecretForbiddenBodyJsonapi
- func (o *ManageAppCreationSecretForbiddenBodyJsonapi) ContextValidate(ctx context.Context, formats strfmt.Registry) error
- func (o *ManageAppCreationSecretForbiddenBodyJsonapi) MarshalBinary() ([]byte, error)
- func (o *ManageAppCreationSecretForbiddenBodyJsonapi) UnmarshalBinary(b []byte) error
- func (o *ManageAppCreationSecretForbiddenBodyJsonapi) Validate(formats strfmt.Registry) error
- type ManageAppCreationSecretInternalServerError
- func (o *ManageAppCreationSecretInternalServerError) Code() int
- func (o *ManageAppCreationSecretInternalServerError) Error() string
- func (o *ManageAppCreationSecretInternalServerError) GetPayload() *models.ErrorDocument
- func (o *ManageAppCreationSecretInternalServerError) IsClientError() bool
- func (o *ManageAppCreationSecretInternalServerError) IsCode(code int) bool
- func (o *ManageAppCreationSecretInternalServerError) IsRedirect() bool
- func (o *ManageAppCreationSecretInternalServerError) IsServerError() bool
- func (o *ManageAppCreationSecretInternalServerError) IsSuccess() bool
- func (o *ManageAppCreationSecretInternalServerError) String() string
- type ManageAppCreationSecretNotFound
- func (o *ManageAppCreationSecretNotFound) Code() int
- func (o *ManageAppCreationSecretNotFound) Error() string
- func (o *ManageAppCreationSecretNotFound) GetPayload() *models.ErrorDocument
- func (o *ManageAppCreationSecretNotFound) IsClientError() bool
- func (o *ManageAppCreationSecretNotFound) IsCode(code int) bool
- func (o *ManageAppCreationSecretNotFound) IsRedirect() bool
- func (o *ManageAppCreationSecretNotFound) IsServerError() bool
- func (o *ManageAppCreationSecretNotFound) IsSuccess() bool
- func (o *ManageAppCreationSecretNotFound) String() string
- type ManageAppCreationSecretOK
- func (o *ManageAppCreationSecretOK) Code() int
- func (o *ManageAppCreationSecretOK) Error() string
- func (o *ManageAppCreationSecretOK) GetPayload() *ManageAppCreationSecretOKBody
- func (o *ManageAppCreationSecretOK) IsClientError() bool
- func (o *ManageAppCreationSecretOK) IsCode(code int) bool
- func (o *ManageAppCreationSecretOK) IsRedirect() bool
- func (o *ManageAppCreationSecretOK) IsServerError() bool
- func (o *ManageAppCreationSecretOK) IsSuccess() bool
- func (o *ManageAppCreationSecretOK) String() string
- type ManageAppCreationSecretOKBody
- func (o *ManageAppCreationSecretOKBody) ContextValidate(ctx context.Context, formats strfmt.Registry) error
- func (o *ManageAppCreationSecretOKBody) MarshalBinary() ([]byte, error)
- func (o *ManageAppCreationSecretOKBody) UnmarshalBinary(b []byte) error
- func (o *ManageAppCreationSecretOKBody) Validate(formats strfmt.Registry) error
- type ManageAppCreationSecretParams
- func NewManageAppCreationSecretParams() *ManageAppCreationSecretParams
- func NewManageAppCreationSecretParamsWithContext(ctx context.Context) *ManageAppCreationSecretParams
- func NewManageAppCreationSecretParamsWithHTTPClient(client *http.Client) *ManageAppCreationSecretParams
- func NewManageAppCreationSecretParamsWithTimeout(timeout time.Duration) *ManageAppCreationSecretParams
- func (o *ManageAppCreationSecretParams) SetAppID(appID strfmt.UUID)
- func (o *ManageAppCreationSecretParams) SetBody(body ManageAppCreationSecretBody)
- func (o *ManageAppCreationSecretParams) SetContext(ctx context.Context)
- func (o *ManageAppCreationSecretParams) SetDefaults()
- func (o *ManageAppCreationSecretParams) SetHTTPClient(client *http.Client)
- func (o *ManageAppCreationSecretParams) SetOrgID(orgID strfmt.UUID)
- func (o *ManageAppCreationSecretParams) SetTimeout(timeout time.Duration)
- func (o *ManageAppCreationSecretParams) SetVersion(version string)
- func (o *ManageAppCreationSecretParams) WithAppID(appID strfmt.UUID) *ManageAppCreationSecretParams
- func (o *ManageAppCreationSecretParams) WithBody(body ManageAppCreationSecretBody) *ManageAppCreationSecretParams
- func (o *ManageAppCreationSecretParams) WithContext(ctx context.Context) *ManageAppCreationSecretParams
- func (o *ManageAppCreationSecretParams) WithDefaults() *ManageAppCreationSecretParams
- func (o *ManageAppCreationSecretParams) WithHTTPClient(client *http.Client) *ManageAppCreationSecretParams
- func (o *ManageAppCreationSecretParams) WithOrgID(orgID strfmt.UUID) *ManageAppCreationSecretParams
- func (o *ManageAppCreationSecretParams) WithTimeout(timeout time.Duration) *ManageAppCreationSecretParams
- func (o *ManageAppCreationSecretParams) WithVersion(version string) *ManageAppCreationSecretParams
- func (o *ManageAppCreationSecretParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error
- type ManageAppCreationSecretParamsBodyData
- func (o *ManageAppCreationSecretParamsBodyData) ContextValidate(ctx context.Context, formats strfmt.Registry) error
- func (o *ManageAppCreationSecretParamsBodyData) MarshalBinary() ([]byte, error)
- func (o *ManageAppCreationSecretParamsBodyData) UnmarshalBinary(b []byte) error
- func (o *ManageAppCreationSecretParamsBodyData) Validate(formats strfmt.Registry) error
- type ManageAppCreationSecretParamsBodyDataAttributes
- func (o *ManageAppCreationSecretParamsBodyDataAttributes) ContextValidate(ctx context.Context, formats strfmt.Registry) error
- func (o *ManageAppCreationSecretParamsBodyDataAttributes) MarshalBinary() ([]byte, error)
- func (o *ManageAppCreationSecretParamsBodyDataAttributes) UnmarshalBinary(b []byte) error
- func (o *ManageAppCreationSecretParamsBodyDataAttributes) Validate(formats strfmt.Registry) error
- type ManageAppCreationSecretReader
- type ManageAppCreationSecretUnauthorized
- func (o *ManageAppCreationSecretUnauthorized) Code() int
- func (o *ManageAppCreationSecretUnauthorized) Error() string
- func (o *ManageAppCreationSecretUnauthorized) GetPayload() *models.ErrorDocument
- func (o *ManageAppCreationSecretUnauthorized) IsClientError() bool
- func (o *ManageAppCreationSecretUnauthorized) IsCode(code int) bool
- func (o *ManageAppCreationSecretUnauthorized) IsRedirect() bool
- func (o *ManageAppCreationSecretUnauthorized) IsServerError() bool
- func (o *ManageAppCreationSecretUnauthorized) IsSuccess() bool
- func (o *ManageAppCreationSecretUnauthorized) String() string
- type ManageSecretsBadRequest
- func (o *ManageSecretsBadRequest) Code() int
- func (o *ManageSecretsBadRequest) Error() string
- func (o *ManageSecretsBadRequest) GetPayload() *models.ErrorDocument
- func (o *ManageSecretsBadRequest) IsClientError() bool
- func (o *ManageSecretsBadRequest) IsCode(code int) bool
- func (o *ManageSecretsBadRequest) IsRedirect() bool
- func (o *ManageSecretsBadRequest) IsServerError() bool
- func (o *ManageSecretsBadRequest) IsSuccess() bool
- func (o *ManageSecretsBadRequest) String() string
- type ManageSecretsBody
- type ManageSecretsConflict
- func (o *ManageSecretsConflict) Code() int
- func (o *ManageSecretsConflict) Error() string
- func (o *ManageSecretsConflict) GetPayload() *models.ErrorDocument
- func (o *ManageSecretsConflict) IsClientError() bool
- func (o *ManageSecretsConflict) IsCode(code int) bool
- func (o *ManageSecretsConflict) IsRedirect() bool
- func (o *ManageSecretsConflict) IsServerError() bool
- func (o *ManageSecretsConflict) IsSuccess() bool
- func (o *ManageSecretsConflict) String() string
- type ManageSecretsForbidden
- func (o *ManageSecretsForbidden) Code() int
- func (o *ManageSecretsForbidden) Error() string
- func (o *ManageSecretsForbidden) GetPayload() *ManageSecretsForbiddenBody
- func (o *ManageSecretsForbidden) IsClientError() bool
- func (o *ManageSecretsForbidden) IsCode(code int) bool
- func (o *ManageSecretsForbidden) IsRedirect() bool
- func (o *ManageSecretsForbidden) IsServerError() bool
- func (o *ManageSecretsForbidden) IsSuccess() bool
- func (o *ManageSecretsForbidden) String() string
- type ManageSecretsForbiddenBody
- func (o *ManageSecretsForbiddenBody) ContextValidate(ctx context.Context, formats strfmt.Registry) error
- func (o *ManageSecretsForbiddenBody) MarshalBinary() ([]byte, error)
- func (o *ManageSecretsForbiddenBody) UnmarshalBinary(b []byte) error
- func (o *ManageSecretsForbiddenBody) Validate(formats strfmt.Registry) error
- type ManageSecretsForbiddenBodyErrorsItems0
- func (o *ManageSecretsForbiddenBodyErrorsItems0) ContextValidate(ctx context.Context, formats strfmt.Registry) error
- func (o *ManageSecretsForbiddenBodyErrorsItems0) MarshalBinary() ([]byte, error)
- func (o *ManageSecretsForbiddenBodyErrorsItems0) UnmarshalBinary(b []byte) error
- func (o *ManageSecretsForbiddenBodyErrorsItems0) Validate(formats strfmt.Registry) error
- type ManageSecretsForbiddenBodyErrorsItems0Source
- func (o *ManageSecretsForbiddenBodyErrorsItems0Source) ContextValidate(ctx context.Context, formats strfmt.Registry) error
- func (o *ManageSecretsForbiddenBodyErrorsItems0Source) MarshalBinary() ([]byte, error)
- func (o *ManageSecretsForbiddenBodyErrorsItems0Source) UnmarshalBinary(b []byte) error
- func (o *ManageSecretsForbiddenBodyErrorsItems0Source) Validate(formats strfmt.Registry) error
- type ManageSecretsForbiddenBodyJsonapi
- func (o *ManageSecretsForbiddenBodyJsonapi) ContextValidate(ctx context.Context, formats strfmt.Registry) error
- func (o *ManageSecretsForbiddenBodyJsonapi) MarshalBinary() ([]byte, error)
- func (o *ManageSecretsForbiddenBodyJsonapi) UnmarshalBinary(b []byte) error
- func (o *ManageSecretsForbiddenBodyJsonapi) Validate(formats strfmt.Registry) error
- type ManageSecretsInternalServerError
- func (o *ManageSecretsInternalServerError) Code() int
- func (o *ManageSecretsInternalServerError) Error() string
- func (o *ManageSecretsInternalServerError) GetPayload() *models.ErrorDocument
- func (o *ManageSecretsInternalServerError) IsClientError() bool
- func (o *ManageSecretsInternalServerError) IsCode(code int) bool
- func (o *ManageSecretsInternalServerError) IsRedirect() bool
- func (o *ManageSecretsInternalServerError) IsServerError() bool
- func (o *ManageSecretsInternalServerError) IsSuccess() bool
- func (o *ManageSecretsInternalServerError) String() string
- type ManageSecretsNotFound
- func (o *ManageSecretsNotFound) Code() int
- func (o *ManageSecretsNotFound) Error() string
- func (o *ManageSecretsNotFound) GetPayload() *models.ErrorDocument
- func (o *ManageSecretsNotFound) IsClientError() bool
- func (o *ManageSecretsNotFound) IsCode(code int) bool
- func (o *ManageSecretsNotFound) IsRedirect() bool
- func (o *ManageSecretsNotFound) IsServerError() bool
- func (o *ManageSecretsNotFound) IsSuccess() bool
- func (o *ManageSecretsNotFound) String() string
- type ManageSecretsOK
- func (o *ManageSecretsOK) Code() int
- func (o *ManageSecretsOK) Error() string
- func (o *ManageSecretsOK) GetPayload() *ManageSecretsOKBody
- func (o *ManageSecretsOK) IsClientError() bool
- func (o *ManageSecretsOK) IsCode(code int) bool
- func (o *ManageSecretsOK) IsRedirect() bool
- func (o *ManageSecretsOK) IsServerError() bool
- func (o *ManageSecretsOK) IsSuccess() bool
- func (o *ManageSecretsOK) String() string
- type ManageSecretsOKBody
- type ManageSecretsParams
- func (o *ManageSecretsParams) SetBody(body ManageSecretsBody)
- func (o *ManageSecretsParams) SetClientID(clientID strfmt.UUID)
- func (o *ManageSecretsParams) SetContext(ctx context.Context)
- func (o *ManageSecretsParams) SetDefaults()
- func (o *ManageSecretsParams) SetHTTPClient(client *http.Client)
- func (o *ManageSecretsParams) SetOrgID(orgID strfmt.UUID)
- func (o *ManageSecretsParams) SetTimeout(timeout time.Duration)
- func (o *ManageSecretsParams) SetVersion(version string)
- func (o *ManageSecretsParams) WithBody(body ManageSecretsBody) *ManageSecretsParams
- func (o *ManageSecretsParams) WithClientID(clientID strfmt.UUID) *ManageSecretsParams
- func (o *ManageSecretsParams) WithContext(ctx context.Context) *ManageSecretsParams
- func (o *ManageSecretsParams) WithDefaults() *ManageSecretsParams
- func (o *ManageSecretsParams) WithHTTPClient(client *http.Client) *ManageSecretsParams
- func (o *ManageSecretsParams) WithOrgID(orgID strfmt.UUID) *ManageSecretsParams
- func (o *ManageSecretsParams) WithTimeout(timeout time.Duration) *ManageSecretsParams
- func (o *ManageSecretsParams) WithVersion(version string) *ManageSecretsParams
- func (o *ManageSecretsParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error
- type ManageSecretsReader
- type ManageSecretsUnauthorized
- func (o *ManageSecretsUnauthorized) Code() int
- func (o *ManageSecretsUnauthorized) Error() string
- func (o *ManageSecretsUnauthorized) GetPayload() *models.ErrorDocument
- func (o *ManageSecretsUnauthorized) IsClientError() bool
- func (o *ManageSecretsUnauthorized) IsCode(code int) bool
- func (o *ManageSecretsUnauthorized) IsRedirect() bool
- func (o *ManageSecretsUnauthorized) IsServerError() bool
- func (o *ManageSecretsUnauthorized) IsSuccess() bool
- func (o *ManageSecretsUnauthorized) String() string
- type RevokeUserAppSessionBadRequest
- func (o *RevokeUserAppSessionBadRequest) Code() int
- func (o *RevokeUserAppSessionBadRequest) Error() string
- func (o *RevokeUserAppSessionBadRequest) GetPayload() *models.ErrorDocument
- func (o *RevokeUserAppSessionBadRequest) IsClientError() bool
- func (o *RevokeUserAppSessionBadRequest) IsCode(code int) bool
- func (o *RevokeUserAppSessionBadRequest) IsRedirect() bool
- func (o *RevokeUserAppSessionBadRequest) IsServerError() bool
- func (o *RevokeUserAppSessionBadRequest) IsSuccess() bool
- func (o *RevokeUserAppSessionBadRequest) String() string
- type RevokeUserAppSessionConflict
- func (o *RevokeUserAppSessionConflict) Code() int
- func (o *RevokeUserAppSessionConflict) Error() string
- func (o *RevokeUserAppSessionConflict) GetPayload() *models.ErrorDocument
- func (o *RevokeUserAppSessionConflict) IsClientError() bool
- func (o *RevokeUserAppSessionConflict) IsCode(code int) bool
- func (o *RevokeUserAppSessionConflict) IsRedirect() bool
- func (o *RevokeUserAppSessionConflict) IsServerError() bool
- func (o *RevokeUserAppSessionConflict) IsSuccess() bool
- func (o *RevokeUserAppSessionConflict) String() string
- type RevokeUserAppSessionForbidden
- func (o *RevokeUserAppSessionForbidden) Code() int
- func (o *RevokeUserAppSessionForbidden) Error() string
- func (o *RevokeUserAppSessionForbidden) GetPayload() *RevokeUserAppSessionForbiddenBody
- func (o *RevokeUserAppSessionForbidden) IsClientError() bool
- func (o *RevokeUserAppSessionForbidden) IsCode(code int) bool
- func (o *RevokeUserAppSessionForbidden) IsRedirect() bool
- func (o *RevokeUserAppSessionForbidden) IsServerError() bool
- func (o *RevokeUserAppSessionForbidden) IsSuccess() bool
- func (o *RevokeUserAppSessionForbidden) String() string
- type RevokeUserAppSessionForbiddenBody
- func (o *RevokeUserAppSessionForbiddenBody) ContextValidate(ctx context.Context, formats strfmt.Registry) error
- func (o *RevokeUserAppSessionForbiddenBody) MarshalBinary() ([]byte, error)
- func (o *RevokeUserAppSessionForbiddenBody) UnmarshalBinary(b []byte) error
- func (o *RevokeUserAppSessionForbiddenBody) Validate(formats strfmt.Registry) error
- type RevokeUserAppSessionForbiddenBodyErrorsItems0
- func (o *RevokeUserAppSessionForbiddenBodyErrorsItems0) ContextValidate(ctx context.Context, formats strfmt.Registry) error
- func (o *RevokeUserAppSessionForbiddenBodyErrorsItems0) MarshalBinary() ([]byte, error)
- func (o *RevokeUserAppSessionForbiddenBodyErrorsItems0) UnmarshalBinary(b []byte) error
- func (o *RevokeUserAppSessionForbiddenBodyErrorsItems0) Validate(formats strfmt.Registry) error
- type RevokeUserAppSessionForbiddenBodyErrorsItems0Source
- func (o *RevokeUserAppSessionForbiddenBodyErrorsItems0Source) ContextValidate(ctx context.Context, formats strfmt.Registry) error
- func (o *RevokeUserAppSessionForbiddenBodyErrorsItems0Source) MarshalBinary() ([]byte, error)
- func (o *RevokeUserAppSessionForbiddenBodyErrorsItems0Source) UnmarshalBinary(b []byte) error
- func (o *RevokeUserAppSessionForbiddenBodyErrorsItems0Source) Validate(formats strfmt.Registry) error
- type RevokeUserAppSessionForbiddenBodyJsonapi
- func (o *RevokeUserAppSessionForbiddenBodyJsonapi) ContextValidate(ctx context.Context, formats strfmt.Registry) error
- func (o *RevokeUserAppSessionForbiddenBodyJsonapi) MarshalBinary() ([]byte, error)
- func (o *RevokeUserAppSessionForbiddenBodyJsonapi) UnmarshalBinary(b []byte) error
- func (o *RevokeUserAppSessionForbiddenBodyJsonapi) Validate(formats strfmt.Registry) error
- type RevokeUserAppSessionInternalServerError
- func (o *RevokeUserAppSessionInternalServerError) Code() int
- func (o *RevokeUserAppSessionInternalServerError) Error() string
- func (o *RevokeUserAppSessionInternalServerError) GetPayload() *models.ErrorDocument
- func (o *RevokeUserAppSessionInternalServerError) IsClientError() bool
- func (o *RevokeUserAppSessionInternalServerError) IsCode(code int) bool
- func (o *RevokeUserAppSessionInternalServerError) IsRedirect() bool
- func (o *RevokeUserAppSessionInternalServerError) IsServerError() bool
- func (o *RevokeUserAppSessionInternalServerError) IsSuccess() bool
- func (o *RevokeUserAppSessionInternalServerError) String() string
- type RevokeUserAppSessionNoContent
- func (o *RevokeUserAppSessionNoContent) Code() int
- func (o *RevokeUserAppSessionNoContent) Error() string
- func (o *RevokeUserAppSessionNoContent) IsClientError() bool
- func (o *RevokeUserAppSessionNoContent) IsCode(code int) bool
- func (o *RevokeUserAppSessionNoContent) IsRedirect() bool
- func (o *RevokeUserAppSessionNoContent) IsServerError() bool
- func (o *RevokeUserAppSessionNoContent) IsSuccess() bool
- func (o *RevokeUserAppSessionNoContent) String() string
- type RevokeUserAppSessionNotFound
- func (o *RevokeUserAppSessionNotFound) Code() int
- func (o *RevokeUserAppSessionNotFound) Error() string
- func (o *RevokeUserAppSessionNotFound) GetPayload() *models.ErrorDocument
- func (o *RevokeUserAppSessionNotFound) IsClientError() bool
- func (o *RevokeUserAppSessionNotFound) IsCode(code int) bool
- func (o *RevokeUserAppSessionNotFound) IsRedirect() bool
- func (o *RevokeUserAppSessionNotFound) IsServerError() bool
- func (o *RevokeUserAppSessionNotFound) IsSuccess() bool
- func (o *RevokeUserAppSessionNotFound) String() string
- type RevokeUserAppSessionParams
- func NewRevokeUserAppSessionParams() *RevokeUserAppSessionParams
- func NewRevokeUserAppSessionParamsWithContext(ctx context.Context) *RevokeUserAppSessionParams
- func NewRevokeUserAppSessionParamsWithHTTPClient(client *http.Client) *RevokeUserAppSessionParams
- func NewRevokeUserAppSessionParamsWithTimeout(timeout time.Duration) *RevokeUserAppSessionParams
- func (o *RevokeUserAppSessionParams) SetAppID(appID strfmt.UUID)
- func (o *RevokeUserAppSessionParams) SetContext(ctx context.Context)
- func (o *RevokeUserAppSessionParams) SetDefaults()
- func (o *RevokeUserAppSessionParams) SetHTTPClient(client *http.Client)
- func (o *RevokeUserAppSessionParams) SetSessionID(sessionID strfmt.UUID)
- func (o *RevokeUserAppSessionParams) SetTimeout(timeout time.Duration)
- func (o *RevokeUserAppSessionParams) SetVersion(version string)
- func (o *RevokeUserAppSessionParams) WithAppID(appID strfmt.UUID) *RevokeUserAppSessionParams
- func (o *RevokeUserAppSessionParams) WithContext(ctx context.Context) *RevokeUserAppSessionParams
- func (o *RevokeUserAppSessionParams) WithDefaults() *RevokeUserAppSessionParams
- func (o *RevokeUserAppSessionParams) WithHTTPClient(client *http.Client) *RevokeUserAppSessionParams
- func (o *RevokeUserAppSessionParams) WithSessionID(sessionID strfmt.UUID) *RevokeUserAppSessionParams
- func (o *RevokeUserAppSessionParams) WithTimeout(timeout time.Duration) *RevokeUserAppSessionParams
- func (o *RevokeUserAppSessionParams) WithVersion(version string) *RevokeUserAppSessionParams
- func (o *RevokeUserAppSessionParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error
- type RevokeUserAppSessionReader
- type RevokeUserAppSessionUnauthorized
- func (o *RevokeUserAppSessionUnauthorized) Code() int
- func (o *RevokeUserAppSessionUnauthorized) Error() string
- func (o *RevokeUserAppSessionUnauthorized) GetPayload() *models.ErrorDocument
- func (o *RevokeUserAppSessionUnauthorized) IsClientError() bool
- func (o *RevokeUserAppSessionUnauthorized) IsCode(code int) bool
- func (o *RevokeUserAppSessionUnauthorized) IsRedirect() bool
- func (o *RevokeUserAppSessionUnauthorized) IsServerError() bool
- func (o *RevokeUserAppSessionUnauthorized) IsSuccess() bool
- func (o *RevokeUserAppSessionUnauthorized) String() string
- type RevokeUserInstalledAppBadRequest
- func (o *RevokeUserInstalledAppBadRequest) Code() int
- func (o *RevokeUserInstalledAppBadRequest) Error() string
- func (o *RevokeUserInstalledAppBadRequest) GetPayload() *models.ErrorDocument
- func (o *RevokeUserInstalledAppBadRequest) IsClientError() bool
- func (o *RevokeUserInstalledAppBadRequest) IsCode(code int) bool
- func (o *RevokeUserInstalledAppBadRequest) IsRedirect() bool
- func (o *RevokeUserInstalledAppBadRequest) IsServerError() bool
- func (o *RevokeUserInstalledAppBadRequest) IsSuccess() bool
- func (o *RevokeUserInstalledAppBadRequest) String() string
- type RevokeUserInstalledAppConflict
- func (o *RevokeUserInstalledAppConflict) Code() int
- func (o *RevokeUserInstalledAppConflict) Error() string
- func (o *RevokeUserInstalledAppConflict) GetPayload() *models.ErrorDocument
- func (o *RevokeUserInstalledAppConflict) IsClientError() bool
- func (o *RevokeUserInstalledAppConflict) IsCode(code int) bool
- func (o *RevokeUserInstalledAppConflict) IsRedirect() bool
- func (o *RevokeUserInstalledAppConflict) IsServerError() bool
- func (o *RevokeUserInstalledAppConflict) IsSuccess() bool
- func (o *RevokeUserInstalledAppConflict) String() string
- type RevokeUserInstalledAppForbidden
- func (o *RevokeUserInstalledAppForbidden) Code() int
- func (o *RevokeUserInstalledAppForbidden) Error() string
- func (o *RevokeUserInstalledAppForbidden) GetPayload() *RevokeUserInstalledAppForbiddenBody
- func (o *RevokeUserInstalledAppForbidden) IsClientError() bool
- func (o *RevokeUserInstalledAppForbidden) IsCode(code int) bool
- func (o *RevokeUserInstalledAppForbidden) IsRedirect() bool
- func (o *RevokeUserInstalledAppForbidden) IsServerError() bool
- func (o *RevokeUserInstalledAppForbidden) IsSuccess() bool
- func (o *RevokeUserInstalledAppForbidden) String() string
- type RevokeUserInstalledAppForbiddenBody
- func (o *RevokeUserInstalledAppForbiddenBody) ContextValidate(ctx context.Context, formats strfmt.Registry) error
- func (o *RevokeUserInstalledAppForbiddenBody) MarshalBinary() ([]byte, error)
- func (o *RevokeUserInstalledAppForbiddenBody) UnmarshalBinary(b []byte) error
- func (o *RevokeUserInstalledAppForbiddenBody) Validate(formats strfmt.Registry) error
- type RevokeUserInstalledAppForbiddenBodyErrorsItems0
- func (o *RevokeUserInstalledAppForbiddenBodyErrorsItems0) ContextValidate(ctx context.Context, formats strfmt.Registry) error
- func (o *RevokeUserInstalledAppForbiddenBodyErrorsItems0) MarshalBinary() ([]byte, error)
- func (o *RevokeUserInstalledAppForbiddenBodyErrorsItems0) UnmarshalBinary(b []byte) error
- func (o *RevokeUserInstalledAppForbiddenBodyErrorsItems0) Validate(formats strfmt.Registry) error
- type RevokeUserInstalledAppForbiddenBodyErrorsItems0Source
- func (o *RevokeUserInstalledAppForbiddenBodyErrorsItems0Source) ContextValidate(ctx context.Context, formats strfmt.Registry) error
- func (o *RevokeUserInstalledAppForbiddenBodyErrorsItems0Source) MarshalBinary() ([]byte, error)
- func (o *RevokeUserInstalledAppForbiddenBodyErrorsItems0Source) UnmarshalBinary(b []byte) error
- func (o *RevokeUserInstalledAppForbiddenBodyErrorsItems0Source) Validate(formats strfmt.Registry) error
- type RevokeUserInstalledAppForbiddenBodyJsonapi
- func (o *RevokeUserInstalledAppForbiddenBodyJsonapi) ContextValidate(ctx context.Context, formats strfmt.Registry) error
- func (o *RevokeUserInstalledAppForbiddenBodyJsonapi) MarshalBinary() ([]byte, error)
- func (o *RevokeUserInstalledAppForbiddenBodyJsonapi) UnmarshalBinary(b []byte) error
- func (o *RevokeUserInstalledAppForbiddenBodyJsonapi) Validate(formats strfmt.Registry) error
- type RevokeUserInstalledAppInternalServerError
- func (o *RevokeUserInstalledAppInternalServerError) Code() int
- func (o *RevokeUserInstalledAppInternalServerError) Error() string
- func (o *RevokeUserInstalledAppInternalServerError) GetPayload() *models.ErrorDocument
- func (o *RevokeUserInstalledAppInternalServerError) IsClientError() bool
- func (o *RevokeUserInstalledAppInternalServerError) IsCode(code int) bool
- func (o *RevokeUserInstalledAppInternalServerError) IsRedirect() bool
- func (o *RevokeUserInstalledAppInternalServerError) IsServerError() bool
- func (o *RevokeUserInstalledAppInternalServerError) IsSuccess() bool
- func (o *RevokeUserInstalledAppInternalServerError) String() string
- type RevokeUserInstalledAppNoContent
- func (o *RevokeUserInstalledAppNoContent) Code() int
- func (o *RevokeUserInstalledAppNoContent) Error() string
- func (o *RevokeUserInstalledAppNoContent) IsClientError() bool
- func (o *RevokeUserInstalledAppNoContent) IsCode(code int) bool
- func (o *RevokeUserInstalledAppNoContent) IsRedirect() bool
- func (o *RevokeUserInstalledAppNoContent) IsServerError() bool
- func (o *RevokeUserInstalledAppNoContent) IsSuccess() bool
- func (o *RevokeUserInstalledAppNoContent) String() string
- type RevokeUserInstalledAppNotFound
- func (o *RevokeUserInstalledAppNotFound) Code() int
- func (o *RevokeUserInstalledAppNotFound) Error() string
- func (o *RevokeUserInstalledAppNotFound) GetPayload() *models.ErrorDocument
- func (o *RevokeUserInstalledAppNotFound) IsClientError() bool
- func (o *RevokeUserInstalledAppNotFound) IsCode(code int) bool
- func (o *RevokeUserInstalledAppNotFound) IsRedirect() bool
- func (o *RevokeUserInstalledAppNotFound) IsServerError() bool
- func (o *RevokeUserInstalledAppNotFound) IsSuccess() bool
- func (o *RevokeUserInstalledAppNotFound) String() string
- type RevokeUserInstalledAppParams
- func NewRevokeUserInstalledAppParams() *RevokeUserInstalledAppParams
- func NewRevokeUserInstalledAppParamsWithContext(ctx context.Context) *RevokeUserInstalledAppParams
- func NewRevokeUserInstalledAppParamsWithHTTPClient(client *http.Client) *RevokeUserInstalledAppParams
- func NewRevokeUserInstalledAppParamsWithTimeout(timeout time.Duration) *RevokeUserInstalledAppParams
- func (o *RevokeUserInstalledAppParams) SetAppID(appID strfmt.UUID)
- func (o *RevokeUserInstalledAppParams) SetContext(ctx context.Context)
- func (o *RevokeUserInstalledAppParams) SetDefaults()
- func (o *RevokeUserInstalledAppParams) SetHTTPClient(client *http.Client)
- func (o *RevokeUserInstalledAppParams) SetTimeout(timeout time.Duration)
- func (o *RevokeUserInstalledAppParams) SetVersion(version string)
- func (o *RevokeUserInstalledAppParams) WithAppID(appID strfmt.UUID) *RevokeUserInstalledAppParams
- func (o *RevokeUserInstalledAppParams) WithContext(ctx context.Context) *RevokeUserInstalledAppParams
- func (o *RevokeUserInstalledAppParams) WithDefaults() *RevokeUserInstalledAppParams
- func (o *RevokeUserInstalledAppParams) WithHTTPClient(client *http.Client) *RevokeUserInstalledAppParams
- func (o *RevokeUserInstalledAppParams) WithTimeout(timeout time.Duration) *RevokeUserInstalledAppParams
- func (o *RevokeUserInstalledAppParams) WithVersion(version string) *RevokeUserInstalledAppParams
- func (o *RevokeUserInstalledAppParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error
- type RevokeUserInstalledAppReader
- type RevokeUserInstalledAppUnauthorized
- func (o *RevokeUserInstalledAppUnauthorized) Code() int
- func (o *RevokeUserInstalledAppUnauthorized) Error() string
- func (o *RevokeUserInstalledAppUnauthorized) GetPayload() *models.ErrorDocument
- func (o *RevokeUserInstalledAppUnauthorized) IsClientError() bool
- func (o *RevokeUserInstalledAppUnauthorized) IsCode(code int) bool
- func (o *RevokeUserInstalledAppUnauthorized) IsRedirect() bool
- func (o *RevokeUserInstalledAppUnauthorized) IsServerError() bool
- func (o *RevokeUserInstalledAppUnauthorized) IsSuccess() bool
- func (o *RevokeUserInstalledAppUnauthorized) String() string
- type UpdateAppBadRequest
- func (o *UpdateAppBadRequest) Code() int
- func (o *UpdateAppBadRequest) Error() string
- func (o *UpdateAppBadRequest) GetPayload() *models.ErrorDocument
- func (o *UpdateAppBadRequest) IsClientError() bool
- func (o *UpdateAppBadRequest) IsCode(code int) bool
- func (o *UpdateAppBadRequest) IsRedirect() bool
- func (o *UpdateAppBadRequest) IsServerError() bool
- func (o *UpdateAppBadRequest) IsSuccess() bool
- func (o *UpdateAppBadRequest) String() string
- type UpdateAppConflict
- func (o *UpdateAppConflict) Code() int
- func (o *UpdateAppConflict) Error() string
- func (o *UpdateAppConflict) GetPayload() *models.ErrorDocument
- func (o *UpdateAppConflict) IsClientError() bool
- func (o *UpdateAppConflict) IsCode(code int) bool
- func (o *UpdateAppConflict) IsRedirect() bool
- func (o *UpdateAppConflict) IsServerError() bool
- func (o *UpdateAppConflict) IsSuccess() bool
- func (o *UpdateAppConflict) String() string
- type UpdateAppCreationByIDBadRequest
- func (o *UpdateAppCreationByIDBadRequest) Code() int
- func (o *UpdateAppCreationByIDBadRequest) Error() string
- func (o *UpdateAppCreationByIDBadRequest) GetPayload() *models.ErrorDocument
- func (o *UpdateAppCreationByIDBadRequest) IsClientError() bool
- func (o *UpdateAppCreationByIDBadRequest) IsCode(code int) bool
- func (o *UpdateAppCreationByIDBadRequest) IsRedirect() bool
- func (o *UpdateAppCreationByIDBadRequest) IsServerError() bool
- func (o *UpdateAppCreationByIDBadRequest) IsSuccess() bool
- func (o *UpdateAppCreationByIDBadRequest) String() string
- type UpdateAppCreationByIDConflict
- func (o *UpdateAppCreationByIDConflict) Code() int
- func (o *UpdateAppCreationByIDConflict) Error() string
- func (o *UpdateAppCreationByIDConflict) GetPayload() *models.ErrorDocument
- func (o *UpdateAppCreationByIDConflict) IsClientError() bool
- func (o *UpdateAppCreationByIDConflict) IsCode(code int) bool
- func (o *UpdateAppCreationByIDConflict) IsRedirect() bool
- func (o *UpdateAppCreationByIDConflict) IsServerError() bool
- func (o *UpdateAppCreationByIDConflict) IsSuccess() bool
- func (o *UpdateAppCreationByIDConflict) String() string
- type UpdateAppCreationByIDForbidden
- func (o *UpdateAppCreationByIDForbidden) Code() int
- func (o *UpdateAppCreationByIDForbidden) Error() string
- func (o *UpdateAppCreationByIDForbidden) GetPayload() *UpdateAppCreationByIDForbiddenBody
- func (o *UpdateAppCreationByIDForbidden) IsClientError() bool
- func (o *UpdateAppCreationByIDForbidden) IsCode(code int) bool
- func (o *UpdateAppCreationByIDForbidden) IsRedirect() bool
- func (o *UpdateAppCreationByIDForbidden) IsServerError() bool
- func (o *UpdateAppCreationByIDForbidden) IsSuccess() bool
- func (o *UpdateAppCreationByIDForbidden) String() string
- type UpdateAppCreationByIDForbiddenBody
- func (o *UpdateAppCreationByIDForbiddenBody) ContextValidate(ctx context.Context, formats strfmt.Registry) error
- func (o *UpdateAppCreationByIDForbiddenBody) MarshalBinary() ([]byte, error)
- func (o *UpdateAppCreationByIDForbiddenBody) UnmarshalBinary(b []byte) error
- func (o *UpdateAppCreationByIDForbiddenBody) Validate(formats strfmt.Registry) error
- type UpdateAppCreationByIDForbiddenBodyErrorsItems0
- func (o *UpdateAppCreationByIDForbiddenBodyErrorsItems0) ContextValidate(ctx context.Context, formats strfmt.Registry) error
- func (o *UpdateAppCreationByIDForbiddenBodyErrorsItems0) MarshalBinary() ([]byte, error)
- func (o *UpdateAppCreationByIDForbiddenBodyErrorsItems0) UnmarshalBinary(b []byte) error
- func (o *UpdateAppCreationByIDForbiddenBodyErrorsItems0) Validate(formats strfmt.Registry) error
- type UpdateAppCreationByIDForbiddenBodyErrorsItems0Source
- func (o *UpdateAppCreationByIDForbiddenBodyErrorsItems0Source) ContextValidate(ctx context.Context, formats strfmt.Registry) error
- func (o *UpdateAppCreationByIDForbiddenBodyErrorsItems0Source) MarshalBinary() ([]byte, error)
- func (o *UpdateAppCreationByIDForbiddenBodyErrorsItems0Source) UnmarshalBinary(b []byte) error
- func (o *UpdateAppCreationByIDForbiddenBodyErrorsItems0Source) Validate(formats strfmt.Registry) error
- type UpdateAppCreationByIDForbiddenBodyJsonapi
- func (o *UpdateAppCreationByIDForbiddenBodyJsonapi) ContextValidate(ctx context.Context, formats strfmt.Registry) error
- func (o *UpdateAppCreationByIDForbiddenBodyJsonapi) MarshalBinary() ([]byte, error)
- func (o *UpdateAppCreationByIDForbiddenBodyJsonapi) UnmarshalBinary(b []byte) error
- func (o *UpdateAppCreationByIDForbiddenBodyJsonapi) Validate(formats strfmt.Registry) error
- type UpdateAppCreationByIDInternalServerError
- func (o *UpdateAppCreationByIDInternalServerError) Code() int
- func (o *UpdateAppCreationByIDInternalServerError) Error() string
- func (o *UpdateAppCreationByIDInternalServerError) GetPayload() *models.ErrorDocument
- func (o *UpdateAppCreationByIDInternalServerError) IsClientError() bool
- func (o *UpdateAppCreationByIDInternalServerError) IsCode(code int) bool
- func (o *UpdateAppCreationByIDInternalServerError) IsRedirect() bool
- func (o *UpdateAppCreationByIDInternalServerError) IsServerError() bool
- func (o *UpdateAppCreationByIDInternalServerError) IsSuccess() bool
- func (o *UpdateAppCreationByIDInternalServerError) String() string
- type UpdateAppCreationByIDNotFound
- func (o *UpdateAppCreationByIDNotFound) Code() int
- func (o *UpdateAppCreationByIDNotFound) Error() string
- func (o *UpdateAppCreationByIDNotFound) GetPayload() *models.ErrorDocument
- func (o *UpdateAppCreationByIDNotFound) IsClientError() bool
- func (o *UpdateAppCreationByIDNotFound) IsCode(code int) bool
- func (o *UpdateAppCreationByIDNotFound) IsRedirect() bool
- func (o *UpdateAppCreationByIDNotFound) IsServerError() bool
- func (o *UpdateAppCreationByIDNotFound) IsSuccess() bool
- func (o *UpdateAppCreationByIDNotFound) String() string
- type UpdateAppCreationByIDOK
- func (o *UpdateAppCreationByIDOK) Code() int
- func (o *UpdateAppCreationByIDOK) Error() string
- func (o *UpdateAppCreationByIDOK) GetPayload() *UpdateAppCreationByIDOKBody
- func (o *UpdateAppCreationByIDOK) IsClientError() bool
- func (o *UpdateAppCreationByIDOK) IsCode(code int) bool
- func (o *UpdateAppCreationByIDOK) IsRedirect() bool
- func (o *UpdateAppCreationByIDOK) IsServerError() bool
- func (o *UpdateAppCreationByIDOK) IsSuccess() bool
- func (o *UpdateAppCreationByIDOK) String() string
- type UpdateAppCreationByIDOKBody
- func (o *UpdateAppCreationByIDOKBody) ContextValidate(ctx context.Context, formats strfmt.Registry) error
- func (o *UpdateAppCreationByIDOKBody) MarshalBinary() ([]byte, error)
- func (o *UpdateAppCreationByIDOKBody) UnmarshalBinary(b []byte) error
- func (o *UpdateAppCreationByIDOKBody) Validate(formats strfmt.Registry) error
- type UpdateAppCreationByIDParams
- func NewUpdateAppCreationByIDParams() *UpdateAppCreationByIDParams
- func NewUpdateAppCreationByIDParamsWithContext(ctx context.Context) *UpdateAppCreationByIDParams
- func NewUpdateAppCreationByIDParamsWithHTTPClient(client *http.Client) *UpdateAppCreationByIDParams
- func NewUpdateAppCreationByIDParamsWithTimeout(timeout time.Duration) *UpdateAppCreationByIDParams
- func (o *UpdateAppCreationByIDParams) SetAppID(appID strfmt.UUID)
- func (o *UpdateAppCreationByIDParams) SetBody(body *models.AppPatchRequest)
- func (o *UpdateAppCreationByIDParams) SetContext(ctx context.Context)
- func (o *UpdateAppCreationByIDParams) SetDefaults()
- func (o *UpdateAppCreationByIDParams) SetHTTPClient(client *http.Client)
- func (o *UpdateAppCreationByIDParams) SetOrgID(orgID strfmt.UUID)
- func (o *UpdateAppCreationByIDParams) SetTimeout(timeout time.Duration)
- func (o *UpdateAppCreationByIDParams) SetVersion(version string)
- func (o *UpdateAppCreationByIDParams) WithAppID(appID strfmt.UUID) *UpdateAppCreationByIDParams
- func (o *UpdateAppCreationByIDParams) WithBody(body *models.AppPatchRequest) *UpdateAppCreationByIDParams
- func (o *UpdateAppCreationByIDParams) WithContext(ctx context.Context) *UpdateAppCreationByIDParams
- func (o *UpdateAppCreationByIDParams) WithDefaults() *UpdateAppCreationByIDParams
- func (o *UpdateAppCreationByIDParams) WithHTTPClient(client *http.Client) *UpdateAppCreationByIDParams
- func (o *UpdateAppCreationByIDParams) WithOrgID(orgID strfmt.UUID) *UpdateAppCreationByIDParams
- func (o *UpdateAppCreationByIDParams) WithTimeout(timeout time.Duration) *UpdateAppCreationByIDParams
- func (o *UpdateAppCreationByIDParams) WithVersion(version string) *UpdateAppCreationByIDParams
- func (o *UpdateAppCreationByIDParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error
- type UpdateAppCreationByIDReader
- type UpdateAppCreationByIDUnauthorized
- func (o *UpdateAppCreationByIDUnauthorized) Code() int
- func (o *UpdateAppCreationByIDUnauthorized) Error() string
- func (o *UpdateAppCreationByIDUnauthorized) GetPayload() *models.ErrorDocument
- func (o *UpdateAppCreationByIDUnauthorized) IsClientError() bool
- func (o *UpdateAppCreationByIDUnauthorized) IsCode(code int) bool
- func (o *UpdateAppCreationByIDUnauthorized) IsRedirect() bool
- func (o *UpdateAppCreationByIDUnauthorized) IsServerError() bool
- func (o *UpdateAppCreationByIDUnauthorized) IsSuccess() bool
- func (o *UpdateAppCreationByIDUnauthorized) String() string
- type UpdateAppForbidden
- func (o *UpdateAppForbidden) Code() int
- func (o *UpdateAppForbidden) Error() string
- func (o *UpdateAppForbidden) GetPayload() *UpdateAppForbiddenBody
- func (o *UpdateAppForbidden) IsClientError() bool
- func (o *UpdateAppForbidden) IsCode(code int) bool
- func (o *UpdateAppForbidden) IsRedirect() bool
- func (o *UpdateAppForbidden) IsServerError() bool
- func (o *UpdateAppForbidden) IsSuccess() bool
- func (o *UpdateAppForbidden) String() string
- type UpdateAppForbiddenBody
- func (o *UpdateAppForbiddenBody) ContextValidate(ctx context.Context, formats strfmt.Registry) error
- func (o *UpdateAppForbiddenBody) MarshalBinary() ([]byte, error)
- func (o *UpdateAppForbiddenBody) UnmarshalBinary(b []byte) error
- func (o *UpdateAppForbiddenBody) Validate(formats strfmt.Registry) error
- type UpdateAppForbiddenBodyErrorsItems0
- func (o *UpdateAppForbiddenBodyErrorsItems0) ContextValidate(ctx context.Context, formats strfmt.Registry) error
- func (o *UpdateAppForbiddenBodyErrorsItems0) MarshalBinary() ([]byte, error)
- func (o *UpdateAppForbiddenBodyErrorsItems0) UnmarshalBinary(b []byte) error
- func (o *UpdateAppForbiddenBodyErrorsItems0) Validate(formats strfmt.Registry) error
- type UpdateAppForbiddenBodyErrorsItems0Source
- func (o *UpdateAppForbiddenBodyErrorsItems0Source) ContextValidate(ctx context.Context, formats strfmt.Registry) error
- func (o *UpdateAppForbiddenBodyErrorsItems0Source) MarshalBinary() ([]byte, error)
- func (o *UpdateAppForbiddenBodyErrorsItems0Source) UnmarshalBinary(b []byte) error
- func (o *UpdateAppForbiddenBodyErrorsItems0Source) Validate(formats strfmt.Registry) error
- type UpdateAppForbiddenBodyJsonapi
- func (o *UpdateAppForbiddenBodyJsonapi) ContextValidate(ctx context.Context, formats strfmt.Registry) error
- func (o *UpdateAppForbiddenBodyJsonapi) MarshalBinary() ([]byte, error)
- func (o *UpdateAppForbiddenBodyJsonapi) UnmarshalBinary(b []byte) error
- func (o *UpdateAppForbiddenBodyJsonapi) Validate(formats strfmt.Registry) error
- type UpdateAppInternalServerError
- func (o *UpdateAppInternalServerError) Code() int
- func (o *UpdateAppInternalServerError) Error() string
- func (o *UpdateAppInternalServerError) GetPayload() *models.ErrorDocument
- func (o *UpdateAppInternalServerError) IsClientError() bool
- func (o *UpdateAppInternalServerError) IsCode(code int) bool
- func (o *UpdateAppInternalServerError) IsRedirect() bool
- func (o *UpdateAppInternalServerError) IsServerError() bool
- func (o *UpdateAppInternalServerError) IsSuccess() bool
- func (o *UpdateAppInternalServerError) String() string
- type UpdateAppNotFound
- func (o *UpdateAppNotFound) Code() int
- func (o *UpdateAppNotFound) Error() string
- func (o *UpdateAppNotFound) GetPayload() *models.ErrorDocument
- func (o *UpdateAppNotFound) IsClientError() bool
- func (o *UpdateAppNotFound) IsCode(code int) bool
- func (o *UpdateAppNotFound) IsRedirect() bool
- func (o *UpdateAppNotFound) IsServerError() bool
- func (o *UpdateAppNotFound) IsSuccess() bool
- func (o *UpdateAppNotFound) String() string
- type UpdateAppOK
- func (o *UpdateAppOK) Code() int
- func (o *UpdateAppOK) Error() string
- func (o *UpdateAppOK) GetPayload() *UpdateAppOKBody
- func (o *UpdateAppOK) IsClientError() bool
- func (o *UpdateAppOK) IsCode(code int) bool
- func (o *UpdateAppOK) IsRedirect() bool
- func (o *UpdateAppOK) IsServerError() bool
- func (o *UpdateAppOK) IsSuccess() bool
- func (o *UpdateAppOK) String() string
- type UpdateAppOKBody
- type UpdateAppParams
- func (o *UpdateAppParams) SetBody(body *models.AppPatchRequest)
- func (o *UpdateAppParams) SetClientID(clientID strfmt.UUID)
- func (o *UpdateAppParams) SetContext(ctx context.Context)
- func (o *UpdateAppParams) SetDefaults()
- func (o *UpdateAppParams) SetHTTPClient(client *http.Client)
- func (o *UpdateAppParams) SetOrgID(orgID strfmt.UUID)
- func (o *UpdateAppParams) SetTimeout(timeout time.Duration)
- func (o *UpdateAppParams) SetVersion(version string)
- func (o *UpdateAppParams) WithBody(body *models.AppPatchRequest) *UpdateAppParams
- func (o *UpdateAppParams) WithClientID(clientID strfmt.UUID) *UpdateAppParams
- func (o *UpdateAppParams) WithContext(ctx context.Context) *UpdateAppParams
- func (o *UpdateAppParams) WithDefaults() *UpdateAppParams
- func (o *UpdateAppParams) WithHTTPClient(client *http.Client) *UpdateAppParams
- func (o *UpdateAppParams) WithOrgID(orgID strfmt.UUID) *UpdateAppParams
- func (o *UpdateAppParams) WithTimeout(timeout time.Duration) *UpdateAppParams
- func (o *UpdateAppParams) WithVersion(version string) *UpdateAppParams
- func (o *UpdateAppParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error
- type UpdateAppReader
- type UpdateAppUnauthorized
- func (o *UpdateAppUnauthorized) Code() int
- func (o *UpdateAppUnauthorized) Error() string
- func (o *UpdateAppUnauthorized) GetPayload() *models.ErrorDocument
- func (o *UpdateAppUnauthorized) IsClientError() bool
- func (o *UpdateAppUnauthorized) IsCode(code int) bool
- func (o *UpdateAppUnauthorized) IsRedirect() bool
- func (o *UpdateAppUnauthorized) IsServerError() bool
- func (o *UpdateAppUnauthorized) IsSuccess() bool
- func (o *UpdateAppUnauthorized) String() string
- type UpdateGroupAppInstallSecretBadRequest
- func (o *UpdateGroupAppInstallSecretBadRequest) Code() int
- func (o *UpdateGroupAppInstallSecretBadRequest) Error() string
- func (o *UpdateGroupAppInstallSecretBadRequest) GetPayload() *models.ErrorDocument
- func (o *UpdateGroupAppInstallSecretBadRequest) IsClientError() bool
- func (o *UpdateGroupAppInstallSecretBadRequest) IsCode(code int) bool
- func (o *UpdateGroupAppInstallSecretBadRequest) IsRedirect() bool
- func (o *UpdateGroupAppInstallSecretBadRequest) IsServerError() bool
- func (o *UpdateGroupAppInstallSecretBadRequest) IsSuccess() bool
- func (o *UpdateGroupAppInstallSecretBadRequest) String() string
- type UpdateGroupAppInstallSecretBody
- func (o *UpdateGroupAppInstallSecretBody) ContextValidate(ctx context.Context, formats strfmt.Registry) error
- func (o *UpdateGroupAppInstallSecretBody) MarshalBinary() ([]byte, error)
- func (o *UpdateGroupAppInstallSecretBody) UnmarshalBinary(b []byte) error
- func (o *UpdateGroupAppInstallSecretBody) Validate(formats strfmt.Registry) error
- type UpdateGroupAppInstallSecretConflict
- func (o *UpdateGroupAppInstallSecretConflict) Code() int
- func (o *UpdateGroupAppInstallSecretConflict) Error() string
- func (o *UpdateGroupAppInstallSecretConflict) GetPayload() *models.ErrorDocument
- func (o *UpdateGroupAppInstallSecretConflict) IsClientError() bool
- func (o *UpdateGroupAppInstallSecretConflict) IsCode(code int) bool
- func (o *UpdateGroupAppInstallSecretConflict) IsRedirect() bool
- func (o *UpdateGroupAppInstallSecretConflict) IsServerError() bool
- func (o *UpdateGroupAppInstallSecretConflict) IsSuccess() bool
- func (o *UpdateGroupAppInstallSecretConflict) String() string
- type UpdateGroupAppInstallSecretForbidden
- func (o *UpdateGroupAppInstallSecretForbidden) Code() int
- func (o *UpdateGroupAppInstallSecretForbidden) Error() string
- func (o *UpdateGroupAppInstallSecretForbidden) GetPayload() *UpdateGroupAppInstallSecretForbiddenBody
- func (o *UpdateGroupAppInstallSecretForbidden) IsClientError() bool
- func (o *UpdateGroupAppInstallSecretForbidden) IsCode(code int) bool
- func (o *UpdateGroupAppInstallSecretForbidden) IsRedirect() bool
- func (o *UpdateGroupAppInstallSecretForbidden) IsServerError() bool
- func (o *UpdateGroupAppInstallSecretForbidden) IsSuccess() bool
- func (o *UpdateGroupAppInstallSecretForbidden) String() string
- type UpdateGroupAppInstallSecretForbiddenBody
- func (o *UpdateGroupAppInstallSecretForbiddenBody) ContextValidate(ctx context.Context, formats strfmt.Registry) error
- func (o *UpdateGroupAppInstallSecretForbiddenBody) MarshalBinary() ([]byte, error)
- func (o *UpdateGroupAppInstallSecretForbiddenBody) UnmarshalBinary(b []byte) error
- func (o *UpdateGroupAppInstallSecretForbiddenBody) Validate(formats strfmt.Registry) error
- type UpdateGroupAppInstallSecretForbiddenBodyErrorsItems0
- func (o *UpdateGroupAppInstallSecretForbiddenBodyErrorsItems0) ContextValidate(ctx context.Context, formats strfmt.Registry) error
- func (o *UpdateGroupAppInstallSecretForbiddenBodyErrorsItems0) MarshalBinary() ([]byte, error)
- func (o *UpdateGroupAppInstallSecretForbiddenBodyErrorsItems0) UnmarshalBinary(b []byte) error
- func (o *UpdateGroupAppInstallSecretForbiddenBodyErrorsItems0) Validate(formats strfmt.Registry) error
- type UpdateGroupAppInstallSecretForbiddenBodyErrorsItems0Source
- func (o *UpdateGroupAppInstallSecretForbiddenBodyErrorsItems0Source) ContextValidate(ctx context.Context, formats strfmt.Registry) error
- func (o *UpdateGroupAppInstallSecretForbiddenBodyErrorsItems0Source) MarshalBinary() ([]byte, error)
- func (o *UpdateGroupAppInstallSecretForbiddenBodyErrorsItems0Source) UnmarshalBinary(b []byte) error
- func (o *UpdateGroupAppInstallSecretForbiddenBodyErrorsItems0Source) Validate(formats strfmt.Registry) error
- type UpdateGroupAppInstallSecretForbiddenBodyJsonapi
- func (o *UpdateGroupAppInstallSecretForbiddenBodyJsonapi) ContextValidate(ctx context.Context, formats strfmt.Registry) error
- func (o *UpdateGroupAppInstallSecretForbiddenBodyJsonapi) MarshalBinary() ([]byte, error)
- func (o *UpdateGroupAppInstallSecretForbiddenBodyJsonapi) UnmarshalBinary(b []byte) error
- func (o *UpdateGroupAppInstallSecretForbiddenBodyJsonapi) Validate(formats strfmt.Registry) error
- type UpdateGroupAppInstallSecretInternalServerError
- func (o *UpdateGroupAppInstallSecretInternalServerError) Code() int
- func (o *UpdateGroupAppInstallSecretInternalServerError) Error() string
- func (o *UpdateGroupAppInstallSecretInternalServerError) GetPayload() *models.ErrorDocument
- func (o *UpdateGroupAppInstallSecretInternalServerError) IsClientError() bool
- func (o *UpdateGroupAppInstallSecretInternalServerError) IsCode(code int) bool
- func (o *UpdateGroupAppInstallSecretInternalServerError) IsRedirect() bool
- func (o *UpdateGroupAppInstallSecretInternalServerError) IsServerError() bool
- func (o *UpdateGroupAppInstallSecretInternalServerError) IsSuccess() bool
- func (o *UpdateGroupAppInstallSecretInternalServerError) String() string
- type UpdateGroupAppInstallSecretNotFound
- func (o *UpdateGroupAppInstallSecretNotFound) Code() int
- func (o *UpdateGroupAppInstallSecretNotFound) Error() string
- func (o *UpdateGroupAppInstallSecretNotFound) GetPayload() *models.ErrorDocument
- func (o *UpdateGroupAppInstallSecretNotFound) IsClientError() bool
- func (o *UpdateGroupAppInstallSecretNotFound) IsCode(code int) bool
- func (o *UpdateGroupAppInstallSecretNotFound) IsRedirect() bool
- func (o *UpdateGroupAppInstallSecretNotFound) IsServerError() bool
- func (o *UpdateGroupAppInstallSecretNotFound) IsSuccess() bool
- func (o *UpdateGroupAppInstallSecretNotFound) String() string
- type UpdateGroupAppInstallSecretOK
- func (o *UpdateGroupAppInstallSecretOK) Code() int
- func (o *UpdateGroupAppInstallSecretOK) Error() string
- func (o *UpdateGroupAppInstallSecretOK) GetPayload() *UpdateGroupAppInstallSecretOKBody
- func (o *UpdateGroupAppInstallSecretOK) IsClientError() bool
- func (o *UpdateGroupAppInstallSecretOK) IsCode(code int) bool
- func (o *UpdateGroupAppInstallSecretOK) IsRedirect() bool
- func (o *UpdateGroupAppInstallSecretOK) IsServerError() bool
- func (o *UpdateGroupAppInstallSecretOK) IsSuccess() bool
- func (o *UpdateGroupAppInstallSecretOK) String() string
- type UpdateGroupAppInstallSecretOKBody
- func (o *UpdateGroupAppInstallSecretOKBody) ContextValidate(ctx context.Context, formats strfmt.Registry) error
- func (o *UpdateGroupAppInstallSecretOKBody) MarshalBinary() ([]byte, error)
- func (o *UpdateGroupAppInstallSecretOKBody) UnmarshalBinary(b []byte) error
- func (o *UpdateGroupAppInstallSecretOKBody) Validate(formats strfmt.Registry) error
- type UpdateGroupAppInstallSecretParams
- func NewUpdateGroupAppInstallSecretParams() *UpdateGroupAppInstallSecretParams
- func NewUpdateGroupAppInstallSecretParamsWithContext(ctx context.Context) *UpdateGroupAppInstallSecretParams
- func NewUpdateGroupAppInstallSecretParamsWithHTTPClient(client *http.Client) *UpdateGroupAppInstallSecretParams
- func NewUpdateGroupAppInstallSecretParamsWithTimeout(timeout time.Duration) *UpdateGroupAppInstallSecretParams
- func (o *UpdateGroupAppInstallSecretParams) SetBody(body UpdateGroupAppInstallSecretBody)
- func (o *UpdateGroupAppInstallSecretParams) SetContext(ctx context.Context)
- func (o *UpdateGroupAppInstallSecretParams) SetDefaults()
- func (o *UpdateGroupAppInstallSecretParams) SetGroupID(groupID strfmt.UUID)
- func (o *UpdateGroupAppInstallSecretParams) SetHTTPClient(client *http.Client)
- func (o *UpdateGroupAppInstallSecretParams) SetInstallID(installID strfmt.UUID)
- func (o *UpdateGroupAppInstallSecretParams) SetTimeout(timeout time.Duration)
- func (o *UpdateGroupAppInstallSecretParams) SetVersion(version string)
- func (o *UpdateGroupAppInstallSecretParams) WithBody(body UpdateGroupAppInstallSecretBody) *UpdateGroupAppInstallSecretParams
- func (o *UpdateGroupAppInstallSecretParams) WithContext(ctx context.Context) *UpdateGroupAppInstallSecretParams
- func (o *UpdateGroupAppInstallSecretParams) WithDefaults() *UpdateGroupAppInstallSecretParams
- func (o *UpdateGroupAppInstallSecretParams) WithGroupID(groupID strfmt.UUID) *UpdateGroupAppInstallSecretParams
- func (o *UpdateGroupAppInstallSecretParams) WithHTTPClient(client *http.Client) *UpdateGroupAppInstallSecretParams
- func (o *UpdateGroupAppInstallSecretParams) WithInstallID(installID strfmt.UUID) *UpdateGroupAppInstallSecretParams
- func (o *UpdateGroupAppInstallSecretParams) WithTimeout(timeout time.Duration) *UpdateGroupAppInstallSecretParams
- func (o *UpdateGroupAppInstallSecretParams) WithVersion(version string) *UpdateGroupAppInstallSecretParams
- func (o *UpdateGroupAppInstallSecretParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error
- type UpdateGroupAppInstallSecretParamsBodyData
- func (o *UpdateGroupAppInstallSecretParamsBodyData) ContextValidate(ctx context.Context, formats strfmt.Registry) error
- func (o *UpdateGroupAppInstallSecretParamsBodyData) MarshalBinary() ([]byte, error)
- func (o *UpdateGroupAppInstallSecretParamsBodyData) UnmarshalBinary(b []byte) error
- func (o *UpdateGroupAppInstallSecretParamsBodyData) Validate(formats strfmt.Registry) error
- type UpdateGroupAppInstallSecretParamsBodyDataAttributes
- func (o *UpdateGroupAppInstallSecretParamsBodyDataAttributes) ContextValidate(ctx context.Context, formats strfmt.Registry) error
- func (o *UpdateGroupAppInstallSecretParamsBodyDataAttributes) MarshalBinary() ([]byte, error)
- func (o *UpdateGroupAppInstallSecretParamsBodyDataAttributes) UnmarshalBinary(b []byte) error
- func (o *UpdateGroupAppInstallSecretParamsBodyDataAttributes) Validate(formats strfmt.Registry) error
- type UpdateGroupAppInstallSecretReader
- type UpdateGroupAppInstallSecretUnauthorized
- func (o *UpdateGroupAppInstallSecretUnauthorized) Code() int
- func (o *UpdateGroupAppInstallSecretUnauthorized) Error() string
- func (o *UpdateGroupAppInstallSecretUnauthorized) GetPayload() *models.ErrorDocument
- func (o *UpdateGroupAppInstallSecretUnauthorized) IsClientError() bool
- func (o *UpdateGroupAppInstallSecretUnauthorized) IsCode(code int) bool
- func (o *UpdateGroupAppInstallSecretUnauthorized) IsRedirect() bool
- func (o *UpdateGroupAppInstallSecretUnauthorized) IsServerError() bool
- func (o *UpdateGroupAppInstallSecretUnauthorized) IsSuccess() bool
- func (o *UpdateGroupAppInstallSecretUnauthorized) String() string
- type UpdateOrgAppInstallSecretBadRequest
- func (o *UpdateOrgAppInstallSecretBadRequest) Code() int
- func (o *UpdateOrgAppInstallSecretBadRequest) Error() string
- func (o *UpdateOrgAppInstallSecretBadRequest) GetPayload() *models.ErrorDocument
- func (o *UpdateOrgAppInstallSecretBadRequest) IsClientError() bool
- func (o *UpdateOrgAppInstallSecretBadRequest) IsCode(code int) bool
- func (o *UpdateOrgAppInstallSecretBadRequest) IsRedirect() bool
- func (o *UpdateOrgAppInstallSecretBadRequest) IsServerError() bool
- func (o *UpdateOrgAppInstallSecretBadRequest) IsSuccess() bool
- func (o *UpdateOrgAppInstallSecretBadRequest) String() string
- type UpdateOrgAppInstallSecretBody
- func (o *UpdateOrgAppInstallSecretBody) ContextValidate(ctx context.Context, formats strfmt.Registry) error
- func (o *UpdateOrgAppInstallSecretBody) MarshalBinary() ([]byte, error)
- func (o *UpdateOrgAppInstallSecretBody) UnmarshalBinary(b []byte) error
- func (o *UpdateOrgAppInstallSecretBody) Validate(formats strfmt.Registry) error
- type UpdateOrgAppInstallSecretConflict
- func (o *UpdateOrgAppInstallSecretConflict) Code() int
- func (o *UpdateOrgAppInstallSecretConflict) Error() string
- func (o *UpdateOrgAppInstallSecretConflict) GetPayload() *models.ErrorDocument
- func (o *UpdateOrgAppInstallSecretConflict) IsClientError() bool
- func (o *UpdateOrgAppInstallSecretConflict) IsCode(code int) bool
- func (o *UpdateOrgAppInstallSecretConflict) IsRedirect() bool
- func (o *UpdateOrgAppInstallSecretConflict) IsServerError() bool
- func (o *UpdateOrgAppInstallSecretConflict) IsSuccess() bool
- func (o *UpdateOrgAppInstallSecretConflict) String() string
- type UpdateOrgAppInstallSecretForbidden
- func (o *UpdateOrgAppInstallSecretForbidden) Code() int
- func (o *UpdateOrgAppInstallSecretForbidden) Error() string
- func (o *UpdateOrgAppInstallSecretForbidden) GetPayload() *UpdateOrgAppInstallSecretForbiddenBody
- func (o *UpdateOrgAppInstallSecretForbidden) IsClientError() bool
- func (o *UpdateOrgAppInstallSecretForbidden) IsCode(code int) bool
- func (o *UpdateOrgAppInstallSecretForbidden) IsRedirect() bool
- func (o *UpdateOrgAppInstallSecretForbidden) IsServerError() bool
- func (o *UpdateOrgAppInstallSecretForbidden) IsSuccess() bool
- func (o *UpdateOrgAppInstallSecretForbidden) String() string
- type UpdateOrgAppInstallSecretForbiddenBody
- func (o *UpdateOrgAppInstallSecretForbiddenBody) ContextValidate(ctx context.Context, formats strfmt.Registry) error
- func (o *UpdateOrgAppInstallSecretForbiddenBody) MarshalBinary() ([]byte, error)
- func (o *UpdateOrgAppInstallSecretForbiddenBody) UnmarshalBinary(b []byte) error
- func (o *UpdateOrgAppInstallSecretForbiddenBody) Validate(formats strfmt.Registry) error
- type UpdateOrgAppInstallSecretForbiddenBodyErrorsItems0
- func (o *UpdateOrgAppInstallSecretForbiddenBodyErrorsItems0) ContextValidate(ctx context.Context, formats strfmt.Registry) error
- func (o *UpdateOrgAppInstallSecretForbiddenBodyErrorsItems0) MarshalBinary() ([]byte, error)
- func (o *UpdateOrgAppInstallSecretForbiddenBodyErrorsItems0) UnmarshalBinary(b []byte) error
- func (o *UpdateOrgAppInstallSecretForbiddenBodyErrorsItems0) Validate(formats strfmt.Registry) error
- type UpdateOrgAppInstallSecretForbiddenBodyErrorsItems0Source
- func (o *UpdateOrgAppInstallSecretForbiddenBodyErrorsItems0Source) ContextValidate(ctx context.Context, formats strfmt.Registry) error
- func (o *UpdateOrgAppInstallSecretForbiddenBodyErrorsItems0Source) MarshalBinary() ([]byte, error)
- func (o *UpdateOrgAppInstallSecretForbiddenBodyErrorsItems0Source) UnmarshalBinary(b []byte) error
- func (o *UpdateOrgAppInstallSecretForbiddenBodyErrorsItems0Source) Validate(formats strfmt.Registry) error
- type UpdateOrgAppInstallSecretForbiddenBodyJsonapi
- func (o *UpdateOrgAppInstallSecretForbiddenBodyJsonapi) ContextValidate(ctx context.Context, formats strfmt.Registry) error
- func (o *UpdateOrgAppInstallSecretForbiddenBodyJsonapi) MarshalBinary() ([]byte, error)
- func (o *UpdateOrgAppInstallSecretForbiddenBodyJsonapi) UnmarshalBinary(b []byte) error
- func (o *UpdateOrgAppInstallSecretForbiddenBodyJsonapi) Validate(formats strfmt.Registry) error
- type UpdateOrgAppInstallSecretInternalServerError
- func (o *UpdateOrgAppInstallSecretInternalServerError) Code() int
- func (o *UpdateOrgAppInstallSecretInternalServerError) Error() string
- func (o *UpdateOrgAppInstallSecretInternalServerError) GetPayload() *models.ErrorDocument
- func (o *UpdateOrgAppInstallSecretInternalServerError) IsClientError() bool
- func (o *UpdateOrgAppInstallSecretInternalServerError) IsCode(code int) bool
- func (o *UpdateOrgAppInstallSecretInternalServerError) IsRedirect() bool
- func (o *UpdateOrgAppInstallSecretInternalServerError) IsServerError() bool
- func (o *UpdateOrgAppInstallSecretInternalServerError) IsSuccess() bool
- func (o *UpdateOrgAppInstallSecretInternalServerError) String() string
- type UpdateOrgAppInstallSecretNotFound
- func (o *UpdateOrgAppInstallSecretNotFound) Code() int
- func (o *UpdateOrgAppInstallSecretNotFound) Error() string
- func (o *UpdateOrgAppInstallSecretNotFound) GetPayload() *models.ErrorDocument
- func (o *UpdateOrgAppInstallSecretNotFound) IsClientError() bool
- func (o *UpdateOrgAppInstallSecretNotFound) IsCode(code int) bool
- func (o *UpdateOrgAppInstallSecretNotFound) IsRedirect() bool
- func (o *UpdateOrgAppInstallSecretNotFound) IsServerError() bool
- func (o *UpdateOrgAppInstallSecretNotFound) IsSuccess() bool
- func (o *UpdateOrgAppInstallSecretNotFound) String() string
- type UpdateOrgAppInstallSecretOK
- func (o *UpdateOrgAppInstallSecretOK) Code() int
- func (o *UpdateOrgAppInstallSecretOK) Error() string
- func (o *UpdateOrgAppInstallSecretOK) GetPayload() *UpdateOrgAppInstallSecretOKBody
- func (o *UpdateOrgAppInstallSecretOK) IsClientError() bool
- func (o *UpdateOrgAppInstallSecretOK) IsCode(code int) bool
- func (o *UpdateOrgAppInstallSecretOK) IsRedirect() bool
- func (o *UpdateOrgAppInstallSecretOK) IsServerError() bool
- func (o *UpdateOrgAppInstallSecretOK) IsSuccess() bool
- func (o *UpdateOrgAppInstallSecretOK) String() string
- type UpdateOrgAppInstallSecretOKBody
- func (o *UpdateOrgAppInstallSecretOKBody) ContextValidate(ctx context.Context, formats strfmt.Registry) error
- func (o *UpdateOrgAppInstallSecretOKBody) MarshalBinary() ([]byte, error)
- func (o *UpdateOrgAppInstallSecretOKBody) UnmarshalBinary(b []byte) error
- func (o *UpdateOrgAppInstallSecretOKBody) Validate(formats strfmt.Registry) error
- type UpdateOrgAppInstallSecretParams
- func NewUpdateOrgAppInstallSecretParams() *UpdateOrgAppInstallSecretParams
- func NewUpdateOrgAppInstallSecretParamsWithContext(ctx context.Context) *UpdateOrgAppInstallSecretParams
- func NewUpdateOrgAppInstallSecretParamsWithHTTPClient(client *http.Client) *UpdateOrgAppInstallSecretParams
- func NewUpdateOrgAppInstallSecretParamsWithTimeout(timeout time.Duration) *UpdateOrgAppInstallSecretParams
- func (o *UpdateOrgAppInstallSecretParams) SetBody(body UpdateOrgAppInstallSecretBody)
- func (o *UpdateOrgAppInstallSecretParams) SetContext(ctx context.Context)
- func (o *UpdateOrgAppInstallSecretParams) SetDefaults()
- func (o *UpdateOrgAppInstallSecretParams) SetHTTPClient(client *http.Client)
- func (o *UpdateOrgAppInstallSecretParams) SetInstallID(installID strfmt.UUID)
- func (o *UpdateOrgAppInstallSecretParams) SetOrgID(orgID strfmt.UUID)
- func (o *UpdateOrgAppInstallSecretParams) SetTimeout(timeout time.Duration)
- func (o *UpdateOrgAppInstallSecretParams) SetVersion(version string)
- func (o *UpdateOrgAppInstallSecretParams) WithBody(body UpdateOrgAppInstallSecretBody) *UpdateOrgAppInstallSecretParams
- func (o *UpdateOrgAppInstallSecretParams) WithContext(ctx context.Context) *UpdateOrgAppInstallSecretParams
- func (o *UpdateOrgAppInstallSecretParams) WithDefaults() *UpdateOrgAppInstallSecretParams
- func (o *UpdateOrgAppInstallSecretParams) WithHTTPClient(client *http.Client) *UpdateOrgAppInstallSecretParams
- func (o *UpdateOrgAppInstallSecretParams) WithInstallID(installID strfmt.UUID) *UpdateOrgAppInstallSecretParams
- func (o *UpdateOrgAppInstallSecretParams) WithOrgID(orgID strfmt.UUID) *UpdateOrgAppInstallSecretParams
- func (o *UpdateOrgAppInstallSecretParams) WithTimeout(timeout time.Duration) *UpdateOrgAppInstallSecretParams
- func (o *UpdateOrgAppInstallSecretParams) WithVersion(version string) *UpdateOrgAppInstallSecretParams
- func (o *UpdateOrgAppInstallSecretParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error
- type UpdateOrgAppInstallSecretParamsBodyData
- func (o *UpdateOrgAppInstallSecretParamsBodyData) ContextValidate(ctx context.Context, formats strfmt.Registry) error
- func (o *UpdateOrgAppInstallSecretParamsBodyData) MarshalBinary() ([]byte, error)
- func (o *UpdateOrgAppInstallSecretParamsBodyData) UnmarshalBinary(b []byte) error
- func (o *UpdateOrgAppInstallSecretParamsBodyData) Validate(formats strfmt.Registry) error
- type UpdateOrgAppInstallSecretParamsBodyDataAttributes
- func (o *UpdateOrgAppInstallSecretParamsBodyDataAttributes) ContextValidate(ctx context.Context, formats strfmt.Registry) error
- func (o *UpdateOrgAppInstallSecretParamsBodyDataAttributes) MarshalBinary() ([]byte, error)
- func (o *UpdateOrgAppInstallSecretParamsBodyDataAttributes) UnmarshalBinary(b []byte) error
- func (o *UpdateOrgAppInstallSecretParamsBodyDataAttributes) Validate(formats strfmt.Registry) error
- type UpdateOrgAppInstallSecretReader
- type UpdateOrgAppInstallSecretUnauthorized
- func (o *UpdateOrgAppInstallSecretUnauthorized) Code() int
- func (o *UpdateOrgAppInstallSecretUnauthorized) Error() string
- func (o *UpdateOrgAppInstallSecretUnauthorized) GetPayload() *models.ErrorDocument
- func (o *UpdateOrgAppInstallSecretUnauthorized) IsClientError() bool
- func (o *UpdateOrgAppInstallSecretUnauthorized) IsCode(code int) bool
- func (o *UpdateOrgAppInstallSecretUnauthorized) IsRedirect() bool
- func (o *UpdateOrgAppInstallSecretUnauthorized) IsServerError() bool
- func (o *UpdateOrgAppInstallSecretUnauthorized) IsSuccess() bool
- func (o *UpdateOrgAppInstallSecretUnauthorized) String() string
Constants ¶
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" )
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" )
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" )
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" )
const ( // CreateGroupAppInstallParamsBodyDataTypeAppInstall captures enum value "app_install" CreateGroupAppInstallParamsBodyDataTypeAppInstall string = "app_install" )
const ( // CreateGroupAppInstallParamsBodyRelationshipsAppDataTypeApp captures enum value "app" CreateGroupAppInstallParamsBodyRelationshipsAppDataTypeApp string = "app" )
const ( // CreateOrgAppInstallParamsBodyDataTypeAppInstall captures enum value "app_install" CreateOrgAppInstallParamsBodyDataTypeAppInstall string = "app_install" )
const ( // CreateOrgAppInstallParamsBodyRelationshipsAppDataTypeApp captures enum value "app" CreateOrgAppInstallParamsBodyRelationshipsAppDataTypeApp string = "app" )
const ( // ManageAppCreationSecretParamsBodyDataTypeApp captures enum value "app" ManageAppCreationSecretParamsBodyDataTypeApp string = "app" )
const ( // UpdateGroupAppInstallSecretParamsBodyDataTypeApp captures enum value "app" UpdateGroupAppInstallSecretParamsBodyDataTypeApp string = "app" )
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 ¶
func (a *Client) DeleteGroupAppInstallByID(params *DeleteGroupAppInstallByIDParams, authInfo runtime.ClientAuthInfoWriter, opts ...ClientOption) (*DeleteGroupAppInstallByIDNoContent, error)
DeleteGroupAppInstallByID revokes app authorization for an snyk group with install ID
Revoke app authorization for an Snyk Group with install ID.
func (*Client) DeleteUserAppInstallByID ¶
func (a *Client) DeleteUserAppInstallByID(params *DeleteUserAppInstallByIDParams, authInfo runtime.ClientAuthInfoWriter, opts ...ClientOption) (*DeleteUserAppInstallByIDNoContent, error)
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
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
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 ¶
func (o *CreateAppForbiddenBodyErrorsItems0Source) ContextValidate(ctx context.Context, formats strfmt.Registry) error
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
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
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 ¶
func (o *CreateAppInternalServerError) Code() int
Code gets the status code for the create app internal server error response
func (*CreateAppInternalServerError) Error ¶
func (o *CreateAppInternalServerError) Error() string
func (*CreateAppInternalServerError) GetPayload ¶
func (o *CreateAppInternalServerError) GetPayload() *models.ErrorDocument
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 ¶
func (o *CreateAppInternalServerError) String() 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 ¶
func (o *CreateAppParams) WithBody(body *models.AppPostRequest) *CreateAppParams
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 { strfmt.DateTime SnykRequestID strfmt.UUID SnykVersionLifecycleStage string SnykVersionRequested string SnykVersionServed string Sunset strfmt.DateTime }Deprecation
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 ¶
func (o *CreateGroupAppInstallBadRequest) Code() int
Code gets the status code for the create group app install bad request response
func (*CreateGroupAppInstallBadRequest) Error ¶
func (o *CreateGroupAppInstallBadRequest) Error() string
func (*CreateGroupAppInstallBadRequest) GetPayload ¶
func (o *CreateGroupAppInstallBadRequest) GetPayload() *models.ErrorDocument
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 ¶
func (o *CreateGroupAppInstallBadRequest) String() 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
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 ¶
func (o *CreateGroupAppInstallConflict) Code() int
Code gets the status code for the create group app install conflict response
func (*CreateGroupAppInstallConflict) Error ¶
func (o *CreateGroupAppInstallConflict) Error() string
func (*CreateGroupAppInstallConflict) GetPayload ¶
func (o *CreateGroupAppInstallConflict) GetPayload() *models.ErrorDocument
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 ¶
func (o *CreateGroupAppInstallConflict) String() 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 ¶
func (o *CreateGroupAppInstallCreated) Code() int
Code gets the status code for the create group app install created response
func (*CreateGroupAppInstallCreated) Error ¶
func (o *CreateGroupAppInstallCreated) Error() string
func (*CreateGroupAppInstallCreated) GetPayload ¶
func (o *CreateGroupAppInstallCreated) GetPayload() *CreateGroupAppInstallCreatedBody
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 ¶
func (o *CreateGroupAppInstallCreated) String() 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
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 ¶
func (o *CreateGroupAppInstallForbidden) Code() int
Code gets the status code for the create group app install forbidden response
func (*CreateGroupAppInstallForbidden) Error ¶
func (o *CreateGroupAppInstallForbidden) Error() string
func (*CreateGroupAppInstallForbidden) GetPayload ¶
func (o *CreateGroupAppInstallForbidden) GetPayload() *CreateGroupAppInstallForbiddenBody
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 ¶
func (o *CreateGroupAppInstallForbidden) String() 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
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 ¶
func (o *CreateGroupAppInstallForbiddenBodyErrorsItems0) ContextValidate(ctx context.Context, formats strfmt.Registry) error
ContextValidate validate this create group app install forbidden body errors items0 based on the context it is used
func (*CreateGroupAppInstallForbiddenBodyErrorsItems0) MarshalBinary ¶
func (o *CreateGroupAppInstallForbiddenBodyErrorsItems0) MarshalBinary() ([]byte, error)
MarshalBinary interface implementation
func (*CreateGroupAppInstallForbiddenBodyErrorsItems0) UnmarshalBinary ¶
func (o *CreateGroupAppInstallForbiddenBodyErrorsItems0) UnmarshalBinary(b []byte) error
UnmarshalBinary interface implementation
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 ¶
func (o *CreateGroupAppInstallForbiddenBodyErrorsItems0Source) ContextValidate(ctx context.Context, formats strfmt.Registry) error
ContextValidate validates this create group app install forbidden body errors items0 source based on context it is used
func (*CreateGroupAppInstallForbiddenBodyErrorsItems0Source) MarshalBinary ¶
func (o *CreateGroupAppInstallForbiddenBodyErrorsItems0Source) MarshalBinary() ([]byte, error)
MarshalBinary interface implementation
func (*CreateGroupAppInstallForbiddenBodyErrorsItems0Source) UnmarshalBinary ¶
func (o *CreateGroupAppInstallForbiddenBodyErrorsItems0Source) UnmarshalBinary(b []byte) error
UnmarshalBinary interface implementation
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 ¶
func (o *CreateGroupAppInstallForbiddenBodyJsonapi) ContextValidate(ctx context.Context, formats strfmt.Registry) error
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
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 ¶
func (o *CreateGroupAppInstallInternalServerError) Code() int
Code gets the status code for the create group app install internal server error response
func (*CreateGroupAppInstallInternalServerError) Error ¶
func (o *CreateGroupAppInstallInternalServerError) Error() string
func (*CreateGroupAppInstallInternalServerError) GetPayload ¶
func (o *CreateGroupAppInstallInternalServerError) GetPayload() *models.ErrorDocument
func (*CreateGroupAppInstallInternalServerError) IsClientError ¶
func (o *CreateGroupAppInstallInternalServerError) IsClientError() bool
IsClientError returns true when this create group app install internal server error response has a 4xx status code
func (*CreateGroupAppInstallInternalServerError) IsCode ¶
func (o *CreateGroupAppInstallInternalServerError) IsCode(code int) bool
IsCode returns true when this create group app install internal server error response a status code equal to that given
func (*CreateGroupAppInstallInternalServerError) IsRedirect ¶
func (o *CreateGroupAppInstallInternalServerError) IsRedirect() bool
IsRedirect returns true when this create group app install internal server error response has a 3xx status code
func (*CreateGroupAppInstallInternalServerError) IsServerError ¶
func (o *CreateGroupAppInstallInternalServerError) IsServerError() bool
IsServerError returns true when this create group app install internal server error response has a 5xx status code
func (*CreateGroupAppInstallInternalServerError) IsSuccess ¶
func (o *CreateGroupAppInstallInternalServerError) IsSuccess() bool
IsSuccess returns true when this create group app install internal server error response has a 2xx status code
func (*CreateGroupAppInstallInternalServerError) String ¶
func (o *CreateGroupAppInstallInternalServerError) String() 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 ¶
func (o *CreateGroupAppInstallNotFound) Code() int
Code gets the status code for the create group app install not found response
func (*CreateGroupAppInstallNotFound) Error ¶
func (o *CreateGroupAppInstallNotFound) Error() string
func (*CreateGroupAppInstallNotFound) GetPayload ¶
func (o *CreateGroupAppInstallNotFound) GetPayload() *models.ErrorDocument
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 ¶
func (o *CreateGroupAppInstallNotFound) String() 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 ¶
func (o *CreateGroupAppInstallParams) SetBody(body CreateGroupAppInstallBody)
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 ¶
func (o *CreateGroupAppInstallParams) WithBody(body CreateGroupAppInstallBody) *CreateGroupAppInstallParams
WithBody adds the body to the create group app install params
func (*CreateGroupAppInstallParams) WithContext ¶
func (o *CreateGroupAppInstallParams) WithContext(ctx context.Context) *CreateGroupAppInstallParams
WithContext adds the context to the create group app install params
func (*CreateGroupAppInstallParams) WithDefaults ¶
func (o *CreateGroupAppInstallParams) WithDefaults() *CreateGroupAppInstallParams
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 ¶
func (o *CreateGroupAppInstallParams) WithGroupID(groupID strfmt.UUID) *CreateGroupAppInstallParams
WithGroupID adds the groupID to the create group app install params
func (*CreateGroupAppInstallParams) WithHTTPClient ¶
func (o *CreateGroupAppInstallParams) WithHTTPClient(client *http.Client) *CreateGroupAppInstallParams
WithHTTPClient adds the HTTPClient to the create group app install params
func (*CreateGroupAppInstallParams) WithTimeout ¶
func (o *CreateGroupAppInstallParams) WithTimeout(timeout time.Duration) *CreateGroupAppInstallParams
WithTimeout adds the timeout to the create group app install params
func (*CreateGroupAppInstallParams) WithVersion ¶
func (o *CreateGroupAppInstallParams) WithVersion(version string) *CreateGroupAppInstallParams
WithVersion adds the version to the create group app install params
func (*CreateGroupAppInstallParams) WriteToRequest ¶
func (o *CreateGroupAppInstallParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error
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
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 ¶
func (o *CreateGroupAppInstallParamsBodyRelationships) ContextValidate(ctx context.Context, formats strfmt.Registry) error
ContextValidate validate this create group app install params body relationships based on the context it is used
func (*CreateGroupAppInstallParamsBodyRelationships) MarshalBinary ¶
func (o *CreateGroupAppInstallParamsBodyRelationships) MarshalBinary() ([]byte, error)
MarshalBinary interface implementation
func (*CreateGroupAppInstallParamsBodyRelationships) UnmarshalBinary ¶
func (o *CreateGroupAppInstallParamsBodyRelationships) UnmarshalBinary(b []byte) error
UnmarshalBinary interface implementation
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 ¶
func (o *CreateGroupAppInstallParamsBodyRelationshipsApp) ContextValidate(ctx context.Context, formats strfmt.Registry) error
ContextValidate validate this create group app install params body relationships app based on the context it is used
func (*CreateGroupAppInstallParamsBodyRelationshipsApp) MarshalBinary ¶
func (o *CreateGroupAppInstallParamsBodyRelationshipsApp) MarshalBinary() ([]byte, error)
MarshalBinary interface implementation
func (*CreateGroupAppInstallParamsBodyRelationshipsApp) UnmarshalBinary ¶
func (o *CreateGroupAppInstallParamsBodyRelationshipsApp) UnmarshalBinary(b []byte) error
UnmarshalBinary interface implementation
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 ¶
func (o *CreateGroupAppInstallParamsBodyRelationshipsAppData) ContextValidate(ctx context.Context, formats strfmt.Registry) error
ContextValidate validate this create group app install params body relationships app data based on the context it is used
func (*CreateGroupAppInstallParamsBodyRelationshipsAppData) MarshalBinary ¶
func (o *CreateGroupAppInstallParamsBodyRelationshipsAppData) MarshalBinary() ([]byte, error)
MarshalBinary interface implementation
func (*CreateGroupAppInstallParamsBodyRelationshipsAppData) UnmarshalBinary ¶
func (o *CreateGroupAppInstallParamsBodyRelationshipsAppData) UnmarshalBinary(b []byte) error
UnmarshalBinary interface implementation
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 { strfmt.DateTime SnykRequestID strfmt.UUID SnykVersionLifecycleStage string SnykVersionRequested string SnykVersionServed string Sunset strfmt.DateTime }Deprecation
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 ¶
func (o *CreateGroupAppInstallUnauthorized) Code() int
Code gets the status code for the create group app install unauthorized response
func (*CreateGroupAppInstallUnauthorized) Error ¶
func (o *CreateGroupAppInstallUnauthorized) Error() string
func (*CreateGroupAppInstallUnauthorized) GetPayload ¶
func (o *CreateGroupAppInstallUnauthorized) GetPayload() *models.ErrorDocument
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 ¶
func (o *CreateGroupAppInstallUnauthorized) String() 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 (o *CreateOrgAppForbidden) GetPayload() *CreateOrgAppForbiddenBody
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
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
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 ¶
func (o *CreateOrgAppForbiddenBodyErrorsItems0Source) ContextValidate(ctx context.Context, formats strfmt.Registry) error
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
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
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 ¶
func (o *CreateOrgAppInstallBadRequest) Code() int
Code gets the status code for the create org app install bad request response
func (*CreateOrgAppInstallBadRequest) Error ¶
func (o *CreateOrgAppInstallBadRequest) Error() string
func (*CreateOrgAppInstallBadRequest) GetPayload ¶
func (o *CreateOrgAppInstallBadRequest) GetPayload() *models.ErrorDocument
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 ¶
func (o *CreateOrgAppInstallBadRequest) String() 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
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 (o *CreateOrgAppInstallConflict) Error() string
func (*CreateOrgAppInstallConflict) GetPayload ¶
func (o *CreateOrgAppInstallConflict) GetPayload() *models.ErrorDocument
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 (o *CreateOrgAppInstallCreated) Error() string
func (*CreateOrgAppInstallCreated) GetPayload ¶
func (o *CreateOrgAppInstallCreated) GetPayload() *CreateOrgAppInstallCreatedBody
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
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 ¶
func (o *CreateOrgAppInstallForbidden) Code() int
Code gets the status code for the create org app install forbidden response
func (*CreateOrgAppInstallForbidden) Error ¶
func (o *CreateOrgAppInstallForbidden) Error() string
func (*CreateOrgAppInstallForbidden) GetPayload ¶
func (o *CreateOrgAppInstallForbidden) GetPayload() *CreateOrgAppInstallForbiddenBody
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 ¶
func (o *CreateOrgAppInstallForbidden) String() 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
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 ¶
func (o *CreateOrgAppInstallForbiddenBodyErrorsItems0) ContextValidate(ctx context.Context, formats strfmt.Registry) error
ContextValidate validate this create org app install forbidden body errors items0 based on the context it is used
func (*CreateOrgAppInstallForbiddenBodyErrorsItems0) MarshalBinary ¶
func (o *CreateOrgAppInstallForbiddenBodyErrorsItems0) MarshalBinary() ([]byte, error)
MarshalBinary interface implementation
func (*CreateOrgAppInstallForbiddenBodyErrorsItems0) UnmarshalBinary ¶
func (o *CreateOrgAppInstallForbiddenBodyErrorsItems0) UnmarshalBinary(b []byte) error
UnmarshalBinary interface implementation
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 ¶
func (o *CreateOrgAppInstallForbiddenBodyErrorsItems0Source) ContextValidate(ctx context.Context, formats strfmt.Registry) error
ContextValidate validates this create org app install forbidden body errors items0 source based on context it is used
func (*CreateOrgAppInstallForbiddenBodyErrorsItems0Source) MarshalBinary ¶
func (o *CreateOrgAppInstallForbiddenBodyErrorsItems0Source) MarshalBinary() ([]byte, error)
MarshalBinary interface implementation
func (*CreateOrgAppInstallForbiddenBodyErrorsItems0Source) UnmarshalBinary ¶
func (o *CreateOrgAppInstallForbiddenBodyErrorsItems0Source) UnmarshalBinary(b []byte) error
UnmarshalBinary interface implementation
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 ¶
func (o *CreateOrgAppInstallForbiddenBodyJsonapi) ContextValidate(ctx context.Context, formats strfmt.Registry) error
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
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 ¶
func (o *CreateOrgAppInstallInternalServerError) Code() int
Code gets the status code for the create org app install internal server error response
func (*CreateOrgAppInstallInternalServerError) Error ¶
func (o *CreateOrgAppInstallInternalServerError) Error() string
func (*CreateOrgAppInstallInternalServerError) GetPayload ¶
func (o *CreateOrgAppInstallInternalServerError) GetPayload() *models.ErrorDocument
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 ¶
func (o *CreateOrgAppInstallInternalServerError) IsCode(code int) bool
IsCode returns true when this create org app install internal server error response a status code equal to that given
func (*CreateOrgAppInstallInternalServerError) IsRedirect ¶
func (o *CreateOrgAppInstallInternalServerError) IsRedirect() bool
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 ¶
func (o *CreateOrgAppInstallInternalServerError) IsSuccess() bool
IsSuccess returns true when this create org app install internal server error response has a 2xx status code
func (*CreateOrgAppInstallInternalServerError) String ¶
func (o *CreateOrgAppInstallInternalServerError) String() 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 (o *CreateOrgAppInstallNotFound) Error() string
func (*CreateOrgAppInstallNotFound) GetPayload ¶
func (o *CreateOrgAppInstallNotFound) GetPayload() *models.ErrorDocument
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 ¶
func (o *CreateOrgAppInstallParams) SetBody(body CreateOrgAppInstallBody)
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 ¶
func (o *CreateOrgAppInstallParams) WithBody(body CreateOrgAppInstallBody) *CreateOrgAppInstallParams
WithBody adds the body to the create org app install params
func (*CreateOrgAppInstallParams) WithContext ¶
func (o *CreateOrgAppInstallParams) WithContext(ctx context.Context) *CreateOrgAppInstallParams
WithContext adds the context to the create org app install params
func (*CreateOrgAppInstallParams) WithDefaults ¶
func (o *CreateOrgAppInstallParams) WithDefaults() *CreateOrgAppInstallParams
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 ¶
func (o *CreateOrgAppInstallParams) WithOrgID(orgID strfmt.UUID) *CreateOrgAppInstallParams
WithOrgID adds the orgID to the create org app install params
func (*CreateOrgAppInstallParams) WithTimeout ¶
func (o *CreateOrgAppInstallParams) WithTimeout(timeout time.Duration) *CreateOrgAppInstallParams
WithTimeout adds the timeout to the create org app install params
func (*CreateOrgAppInstallParams) WithVersion ¶
func (o *CreateOrgAppInstallParams) WithVersion(version string) *CreateOrgAppInstallParams
WithVersion adds the version to the create org app install params
func (*CreateOrgAppInstallParams) WriteToRequest ¶
func (o *CreateOrgAppInstallParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error
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
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 ¶
func (o *CreateOrgAppInstallParamsBodyRelationships) ContextValidate(ctx context.Context, formats strfmt.Registry) error
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
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 ¶
func (o *CreateOrgAppInstallParamsBodyRelationshipsApp) ContextValidate(ctx context.Context, formats strfmt.Registry) error
ContextValidate validate this create org app install params body relationships app based on the context it is used
func (*CreateOrgAppInstallParamsBodyRelationshipsApp) MarshalBinary ¶
func (o *CreateOrgAppInstallParamsBodyRelationshipsApp) MarshalBinary() ([]byte, error)
MarshalBinary interface implementation
func (*CreateOrgAppInstallParamsBodyRelationshipsApp) UnmarshalBinary ¶
func (o *CreateOrgAppInstallParamsBodyRelationshipsApp) UnmarshalBinary(b []byte) error
UnmarshalBinary interface implementation
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 ¶
func (o *CreateOrgAppInstallParamsBodyRelationshipsAppData) ContextValidate(ctx context.Context, formats strfmt.Registry) error
ContextValidate validate this create org app install params body relationships app data based on the context it is used
func (*CreateOrgAppInstallParamsBodyRelationshipsAppData) MarshalBinary ¶
func (o *CreateOrgAppInstallParamsBodyRelationshipsAppData) MarshalBinary() ([]byte, error)
MarshalBinary interface implementation
func (*CreateOrgAppInstallParamsBodyRelationshipsAppData) UnmarshalBinary ¶
func (o *CreateOrgAppInstallParamsBodyRelationshipsAppData) UnmarshalBinary(b []byte) error
UnmarshalBinary interface implementation
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 { strfmt.DateTime SnykRequestID strfmt.UUID SnykVersionLifecycleStage string SnykVersionRequested string SnykVersionServed string Sunset strfmt.DateTime }Deprecation
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 ¶
func (o *CreateOrgAppInstallUnauthorized) Code() int
Code gets the status code for the create org app install unauthorized response
func (*CreateOrgAppInstallUnauthorized) Error ¶
func (o *CreateOrgAppInstallUnauthorized) Error() string
func (*CreateOrgAppInstallUnauthorized) GetPayload ¶
func (o *CreateOrgAppInstallUnauthorized) GetPayload() *models.ErrorDocument
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 ¶
func (o *CreateOrgAppInstallUnauthorized) String() 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 ¶
func (o *CreateOrgAppInternalServerError) Code() int
Code gets the status code for the create org app internal server error response
func (*CreateOrgAppInternalServerError) Error ¶
func (o *CreateOrgAppInternalServerError) Error() string
func (*CreateOrgAppInternalServerError) GetPayload ¶
func (o *CreateOrgAppInternalServerError) GetPayload() *models.ErrorDocument
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 ¶
func (o *CreateOrgAppInternalServerError) String() 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 ¶
func (o *CreateOrgAppParams) WithBody(body *models.AppPostRequest) *CreateOrgAppParams
WithBody adds the body to the create org app params
func (*CreateOrgAppParams) WithContext ¶
func (o *CreateOrgAppParams) WithContext(ctx context.Context) *CreateOrgAppParams
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 { strfmt.DateTime SnykRequestID strfmt.UUID SnykVersionLifecycleStage string SnykVersionRequested string SnykVersionServed string Sunset strfmt.DateTime }Deprecation
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 (o *CreateOrgAppUnauthorized) GetPayload() *models.ErrorDocument
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 (o *DeleteAppBotForbidden) GetPayload() *DeleteAppBotForbiddenBody
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
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
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 ¶
func (o *DeleteAppBotForbiddenBodyErrorsItems0Source) ContextValidate(ctx context.Context, formats strfmt.Registry) error
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
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
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 ¶
func (o *DeleteAppBotInternalServerError) Code() int
Code gets the status code for the delete app bot internal server error response
func (*DeleteAppBotInternalServerError) Error ¶
func (o *DeleteAppBotInternalServerError) Error() string
func (*DeleteAppBotInternalServerError) GetPayload ¶
func (o *DeleteAppBotInternalServerError) GetPayload() *models.ErrorDocument
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 ¶
func (o *DeleteAppBotInternalServerError) String() 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 ¶
func (o *DeleteAppBotParams) WithContext(ctx context.Context) *DeleteAppBotParams
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 { strfmt.DateTime SnykRequestID strfmt.UUID SnykVersionLifecycleStage string SnykVersionRequested string SnykVersionServed string Sunset strfmt.DateTime }Deprecation
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 (o *DeleteAppBotUnauthorized) GetPayload() *models.ErrorDocument
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 (o *DeleteAppByIDForbidden) GetPayload() *DeleteAppByIDForbiddenBody
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
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 ¶
func (o *DeleteAppByIDForbiddenBodyErrorsItems0) ContextValidate(ctx context.Context, formats strfmt.Registry) error
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
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 ¶
func (o *DeleteAppByIDForbiddenBodyErrorsItems0Source) ContextValidate(ctx context.Context, formats strfmt.Registry) error
ContextValidate validates this delete app by ID forbidden body errors items0 source based on context it is used
func (*DeleteAppByIDForbiddenBodyErrorsItems0Source) MarshalBinary ¶
func (o *DeleteAppByIDForbiddenBodyErrorsItems0Source) MarshalBinary() ([]byte, error)
MarshalBinary interface implementation
func (*DeleteAppByIDForbiddenBodyErrorsItems0Source) UnmarshalBinary ¶
func (o *DeleteAppByIDForbiddenBodyErrorsItems0Source) UnmarshalBinary(b []byte) error
UnmarshalBinary interface implementation
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
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 ¶
func (o *DeleteAppByIDInternalServerError) Code() int
Code gets the status code for the delete app by Id internal server error response
func (*DeleteAppByIDInternalServerError) Error ¶
func (o *DeleteAppByIDInternalServerError) Error() string
func (*DeleteAppByIDInternalServerError) GetPayload ¶
func (o *DeleteAppByIDInternalServerError) GetPayload() *models.ErrorDocument
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 ¶
func (o *DeleteAppByIDInternalServerError) String() 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 ¶
func (o *DeleteAppByIDParams) WithContext(ctx context.Context) *DeleteAppByIDParams
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 { strfmt.DateTime SnykRequestID strfmt.UUID SnykVersionLifecycleStage string SnykVersionRequested string SnykVersionServed string Sunset strfmt.DateTime }Deprecation
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 (o *DeleteAppByIDUnauthorized) GetPayload() *models.ErrorDocument
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
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
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 ¶
func (o *DeleteAppForbiddenBodyErrorsItems0Source) ContextValidate(ctx context.Context, formats strfmt.Registry) error
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
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
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 ¶
func (o *DeleteAppInternalServerError) Code() int
Code gets the status code for the delete app internal server error response
func (*DeleteAppInternalServerError) Error ¶
func (o *DeleteAppInternalServerError) Error() string
func (*DeleteAppInternalServerError) GetPayload ¶
func (o *DeleteAppInternalServerError) GetPayload() *models.ErrorDocument
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 ¶
func (o *DeleteAppInternalServerError) String() 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 ¶
func (o *DeleteAppOrgInstallByIDBadRequest) Code() int
Code gets the status code for the delete app org install by Id bad request response
func (*DeleteAppOrgInstallByIDBadRequest) Error ¶
func (o *DeleteAppOrgInstallByIDBadRequest) Error() string
func (*DeleteAppOrgInstallByIDBadRequest) GetPayload ¶
func (o *DeleteAppOrgInstallByIDBadRequest) GetPayload() *models.ErrorDocument
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 ¶
func (o *DeleteAppOrgInstallByIDBadRequest) String() 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 ¶
func (o *DeleteAppOrgInstallByIDConflict) Code() int
Code gets the status code for the delete app org install by Id conflict response
func (*DeleteAppOrgInstallByIDConflict) Error ¶
func (o *DeleteAppOrgInstallByIDConflict) Error() string
func (*DeleteAppOrgInstallByIDConflict) GetPayload ¶
func (o *DeleteAppOrgInstallByIDConflict) GetPayload() *models.ErrorDocument
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 ¶
func (o *DeleteAppOrgInstallByIDConflict) String() 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 ¶
func (o *DeleteAppOrgInstallByIDForbidden) Code() int
Code gets the status code for the delete app org install by Id forbidden response
func (*DeleteAppOrgInstallByIDForbidden) Error ¶
func (o *DeleteAppOrgInstallByIDForbidden) Error() string
func (*DeleteAppOrgInstallByIDForbidden) GetPayload ¶
func (o *DeleteAppOrgInstallByIDForbidden) GetPayload() *DeleteAppOrgInstallByIDForbiddenBody
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 ¶
func (o *DeleteAppOrgInstallByIDForbidden) String() 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
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 ¶
func (o *DeleteAppOrgInstallByIDForbiddenBodyErrorsItems0) ContextValidate(ctx context.Context, formats strfmt.Registry) error
ContextValidate validate this delete app org install by ID forbidden body errors items0 based on the context it is used
func (*DeleteAppOrgInstallByIDForbiddenBodyErrorsItems0) MarshalBinary ¶
func (o *DeleteAppOrgInstallByIDForbiddenBodyErrorsItems0) MarshalBinary() ([]byte, error)
MarshalBinary interface implementation
func (*DeleteAppOrgInstallByIDForbiddenBodyErrorsItems0) UnmarshalBinary ¶
func (o *DeleteAppOrgInstallByIDForbiddenBodyErrorsItems0) UnmarshalBinary(b []byte) error
UnmarshalBinary interface implementation
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 ¶
func (o *DeleteAppOrgInstallByIDForbiddenBodyErrorsItems0Source) ContextValidate(ctx context.Context, formats strfmt.Registry) error
ContextValidate validates this delete app org install by ID forbidden body errors items0 source based on context it is used
func (*DeleteAppOrgInstallByIDForbiddenBodyErrorsItems0Source) MarshalBinary ¶
func (o *DeleteAppOrgInstallByIDForbiddenBodyErrorsItems0Source) MarshalBinary() ([]byte, error)
MarshalBinary interface implementation
func (*DeleteAppOrgInstallByIDForbiddenBodyErrorsItems0Source) UnmarshalBinary ¶
func (o *DeleteAppOrgInstallByIDForbiddenBodyErrorsItems0Source) UnmarshalBinary(b []byte) error
UnmarshalBinary interface implementation
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 ¶
func (o *DeleteAppOrgInstallByIDForbiddenBodyJsonapi) ContextValidate(ctx context.Context, formats strfmt.Registry) error
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
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 ¶
func (o *DeleteAppOrgInstallByIDInternalServerError) Code() int
Code gets the status code for the delete app org install by Id internal server error response
func (*DeleteAppOrgInstallByIDInternalServerError) Error ¶
func (o *DeleteAppOrgInstallByIDInternalServerError) Error() string
func (*DeleteAppOrgInstallByIDInternalServerError) GetPayload ¶
func (o *DeleteAppOrgInstallByIDInternalServerError) GetPayload() *models.ErrorDocument
func (*DeleteAppOrgInstallByIDInternalServerError) IsClientError ¶
func (o *DeleteAppOrgInstallByIDInternalServerError) IsClientError() bool
IsClientError returns true when this delete app org install by Id internal server error response has a 4xx status code
func (*DeleteAppOrgInstallByIDInternalServerError) IsCode ¶
func (o *DeleteAppOrgInstallByIDInternalServerError) IsCode(code int) bool
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 ¶
func (o *DeleteAppOrgInstallByIDInternalServerError) IsRedirect() bool
IsRedirect returns true when this delete app org install by Id internal server error response has a 3xx status code
func (*DeleteAppOrgInstallByIDInternalServerError) IsServerError ¶
func (o *DeleteAppOrgInstallByIDInternalServerError) IsServerError() bool
IsServerError returns true when this delete app org install by Id internal server error response has a 5xx status code
func (*DeleteAppOrgInstallByIDInternalServerError) IsSuccess ¶
func (o *DeleteAppOrgInstallByIDInternalServerError) IsSuccess() bool
IsSuccess returns true when this delete app org install by Id internal server error response has a 2xx status code
func (*DeleteAppOrgInstallByIDInternalServerError) String ¶
func (o *DeleteAppOrgInstallByIDInternalServerError) String() 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 ¶
func (o *DeleteAppOrgInstallByIDNoContent) Code() int
Code gets the status code for the delete app org install by Id no content response
func (*DeleteAppOrgInstallByIDNoContent) Error ¶
func (o *DeleteAppOrgInstallByIDNoContent) Error() string
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 ¶
func (o *DeleteAppOrgInstallByIDNoContent) String() 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 ¶
func (o *DeleteAppOrgInstallByIDNotFound) Code() int
Code gets the status code for the delete app org install by Id not found response
func (*DeleteAppOrgInstallByIDNotFound) Error ¶
func (o *DeleteAppOrgInstallByIDNotFound) Error() string
func (*DeleteAppOrgInstallByIDNotFound) GetPayload ¶
func (o *DeleteAppOrgInstallByIDNotFound) GetPayload() *models.ErrorDocument
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 ¶
func (o *DeleteAppOrgInstallByIDNotFound) String() 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 ¶
func (o *DeleteAppOrgInstallByIDParams) WithContext(ctx context.Context) *DeleteAppOrgInstallByIDParams
WithContext adds the context to the delete app org install by ID params
func (*DeleteAppOrgInstallByIDParams) WithDefaults ¶
func (o *DeleteAppOrgInstallByIDParams) WithDefaults() *DeleteAppOrgInstallByIDParams
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 ¶
func (o *DeleteAppOrgInstallByIDParams) WithHTTPClient(client *http.Client) *DeleteAppOrgInstallByIDParams
WithHTTPClient adds the HTTPClient to the delete app org install by ID params
func (*DeleteAppOrgInstallByIDParams) WithInstallID ¶
func (o *DeleteAppOrgInstallByIDParams) WithInstallID(installID strfmt.UUID) *DeleteAppOrgInstallByIDParams
WithInstallID adds the installID to the delete app org install by ID params
func (*DeleteAppOrgInstallByIDParams) WithOrgID ¶
func (o *DeleteAppOrgInstallByIDParams) WithOrgID(orgID strfmt.UUID) *DeleteAppOrgInstallByIDParams
WithOrgID adds the orgID to the delete app org install by ID params
func (*DeleteAppOrgInstallByIDParams) WithTimeout ¶
func (o *DeleteAppOrgInstallByIDParams) WithTimeout(timeout time.Duration) *DeleteAppOrgInstallByIDParams
WithTimeout adds the timeout to the delete app org install by ID params
func (*DeleteAppOrgInstallByIDParams) WithVersion ¶
func (o *DeleteAppOrgInstallByIDParams) WithVersion(version string) *DeleteAppOrgInstallByIDParams
WithVersion adds the version to the delete app org install by ID params
func (*DeleteAppOrgInstallByIDParams) WriteToRequest ¶
func (o *DeleteAppOrgInstallByIDParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error
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 { strfmt.DateTime SnykRequestID strfmt.UUID SnykVersionLifecycleStage string SnykVersionRequested string SnykVersionServed string Sunset strfmt.DateTime }Deprecation
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 ¶
func (o *DeleteAppOrgInstallByIDUnauthorized) Code() int
Code gets the status code for the delete app org install by Id unauthorized response
func (*DeleteAppOrgInstallByIDUnauthorized) Error ¶
func (o *DeleteAppOrgInstallByIDUnauthorized) Error() string
func (*DeleteAppOrgInstallByIDUnauthorized) GetPayload ¶
func (o *DeleteAppOrgInstallByIDUnauthorized) GetPayload() *models.ErrorDocument
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 ¶
func (o *DeleteAppOrgInstallByIDUnauthorized) IsCode(code int) bool
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 ¶
func (o *DeleteAppOrgInstallByIDUnauthorized) IsSuccess() bool
IsSuccess returns true when this delete app org install by Id unauthorized response has a 2xx status code
func (*DeleteAppOrgInstallByIDUnauthorized) String ¶
func (o *DeleteAppOrgInstallByIDUnauthorized) String() 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 { strfmt.DateTime SnykRequestID strfmt.UUID SnykVersionLifecycleStage string SnykVersionRequested string SnykVersionServed string Sunset strfmt.DateTime }Deprecation
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 ¶
func (o *DeleteGroupAppInstallByIDBadRequest) Code() int
Code gets the status code for the delete group app install by Id bad request response
func (*DeleteGroupAppInstallByIDBadRequest) Error ¶
func (o *DeleteGroupAppInstallByIDBadRequest) Error() string
func (*DeleteGroupAppInstallByIDBadRequest) GetPayload ¶
func (o *DeleteGroupAppInstallByIDBadRequest) GetPayload() *models.ErrorDocument
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 ¶
func (o *DeleteGroupAppInstallByIDBadRequest) IsCode(code int) bool
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 ¶
func (o *DeleteGroupAppInstallByIDBadRequest) IsSuccess() bool
IsSuccess returns true when this delete group app install by Id bad request response has a 2xx status code
func (*DeleteGroupAppInstallByIDBadRequest) String ¶
func (o *DeleteGroupAppInstallByIDBadRequest) String() 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 ¶
func (o *DeleteGroupAppInstallByIDConflict) Code() int
Code gets the status code for the delete group app install by Id conflict response
func (*DeleteGroupAppInstallByIDConflict) Error ¶
func (o *DeleteGroupAppInstallByIDConflict) Error() string
func (*DeleteGroupAppInstallByIDConflict) GetPayload ¶
func (o *DeleteGroupAppInstallByIDConflict) GetPayload() *models.ErrorDocument
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 ¶
func (o *DeleteGroupAppInstallByIDConflict) String() 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 ¶
func (o *DeleteGroupAppInstallByIDForbidden) Code() int
Code gets the status code for the delete group app install by Id forbidden response
func (*DeleteGroupAppInstallByIDForbidden) Error ¶
func (o *DeleteGroupAppInstallByIDForbidden) Error() string
func (*DeleteGroupAppInstallByIDForbidden) GetPayload ¶
func (o *DeleteGroupAppInstallByIDForbidden) GetPayload() *DeleteGroupAppInstallByIDForbiddenBody
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 ¶
func (o *DeleteGroupAppInstallByIDForbidden) IsCode(code int) bool
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 ¶
func (o *DeleteGroupAppInstallByIDForbidden) IsSuccess() bool
IsSuccess returns true when this delete group app install by Id forbidden response has a 2xx status code
func (*DeleteGroupAppInstallByIDForbidden) String ¶
func (o *DeleteGroupAppInstallByIDForbidden) String() 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 ¶
func (o *DeleteGroupAppInstallByIDForbiddenBody) ContextValidate(ctx context.Context, formats strfmt.Registry) error
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
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 ¶
func (o *DeleteGroupAppInstallByIDForbiddenBodyErrorsItems0) ContextValidate(ctx context.Context, formats strfmt.Registry) error
ContextValidate validate this delete group app install by ID forbidden body errors items0 based on the context it is used
func (*DeleteGroupAppInstallByIDForbiddenBodyErrorsItems0) MarshalBinary ¶
func (o *DeleteGroupAppInstallByIDForbiddenBodyErrorsItems0) MarshalBinary() ([]byte, error)
MarshalBinary interface implementation
func (*DeleteGroupAppInstallByIDForbiddenBodyErrorsItems0) UnmarshalBinary ¶
func (o *DeleteGroupAppInstallByIDForbiddenBodyErrorsItems0) UnmarshalBinary(b []byte) error
UnmarshalBinary interface implementation
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 ¶
func (o *DeleteGroupAppInstallByIDForbiddenBodyErrorsItems0Source) ContextValidate(ctx context.Context, formats strfmt.Registry) error
ContextValidate validates this delete group app install by ID forbidden body errors items0 source based on context it is used
func (*DeleteGroupAppInstallByIDForbiddenBodyErrorsItems0Source) MarshalBinary ¶
func (o *DeleteGroupAppInstallByIDForbiddenBodyErrorsItems0Source) MarshalBinary() ([]byte, error)
MarshalBinary interface implementation
func (*DeleteGroupAppInstallByIDForbiddenBodyErrorsItems0Source) UnmarshalBinary ¶
func (o *DeleteGroupAppInstallByIDForbiddenBodyErrorsItems0Source) UnmarshalBinary(b []byte) error
UnmarshalBinary interface implementation
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 ¶
func (o *DeleteGroupAppInstallByIDForbiddenBodyJsonapi) ContextValidate(ctx context.Context, formats strfmt.Registry) error
ContextValidate validates this delete group app install by ID forbidden body jsonapi based on context it is used
func (*DeleteGroupAppInstallByIDForbiddenBodyJsonapi) MarshalBinary ¶
func (o *DeleteGroupAppInstallByIDForbiddenBodyJsonapi) MarshalBinary() ([]byte, error)
MarshalBinary interface implementation
func (*DeleteGroupAppInstallByIDForbiddenBodyJsonapi) UnmarshalBinary ¶
func (o *DeleteGroupAppInstallByIDForbiddenBodyJsonapi) UnmarshalBinary(b []byte) error
UnmarshalBinary interface implementation
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 ¶
func (o *DeleteGroupAppInstallByIDInternalServerError) Code() int
Code gets the status code for the delete group app install by Id internal server error response
func (*DeleteGroupAppInstallByIDInternalServerError) Error ¶
func (o *DeleteGroupAppInstallByIDInternalServerError) Error() string
func (*DeleteGroupAppInstallByIDInternalServerError) GetPayload ¶
func (o *DeleteGroupAppInstallByIDInternalServerError) GetPayload() *models.ErrorDocument
func (*DeleteGroupAppInstallByIDInternalServerError) IsClientError ¶
func (o *DeleteGroupAppInstallByIDInternalServerError) IsClientError() bool
IsClientError returns true when this delete group app install by Id internal server error response has a 4xx status code
func (*DeleteGroupAppInstallByIDInternalServerError) IsCode ¶
func (o *DeleteGroupAppInstallByIDInternalServerError) IsCode(code int) bool
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 ¶
func (o *DeleteGroupAppInstallByIDInternalServerError) IsRedirect() bool
IsRedirect returns true when this delete group app install by Id internal server error response has a 3xx status code
func (*DeleteGroupAppInstallByIDInternalServerError) IsServerError ¶
func (o *DeleteGroupAppInstallByIDInternalServerError) IsServerError() bool
IsServerError returns true when this delete group app install by Id internal server error response has a 5xx status code
func (*DeleteGroupAppInstallByIDInternalServerError) IsSuccess ¶
func (o *DeleteGroupAppInstallByIDInternalServerError) IsSuccess() bool
IsSuccess returns true when this delete group app install by Id internal server error response has a 2xx status code
func (*DeleteGroupAppInstallByIDInternalServerError) String ¶
func (o *DeleteGroupAppInstallByIDInternalServerError) String() 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 ¶
func (o *DeleteGroupAppInstallByIDNoContent) Code() int
Code gets the status code for the delete group app install by Id no content response
func (*DeleteGroupAppInstallByIDNoContent) Error ¶
func (o *DeleteGroupAppInstallByIDNoContent) Error() string
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 ¶
func (o *DeleteGroupAppInstallByIDNoContent) IsCode(code int) bool
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 ¶
func (o *DeleteGroupAppInstallByIDNoContent) IsSuccess() bool
IsSuccess returns true when this delete group app install by Id no content response has a 2xx status code
func (*DeleteGroupAppInstallByIDNoContent) String ¶
func (o *DeleteGroupAppInstallByIDNoContent) String() 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 ¶
func (o *DeleteGroupAppInstallByIDNotFound) Code() int
Code gets the status code for the delete group app install by Id not found response
func (*DeleteGroupAppInstallByIDNotFound) Error ¶
func (o *DeleteGroupAppInstallByIDNotFound) Error() string
func (*DeleteGroupAppInstallByIDNotFound) GetPayload ¶
func (o *DeleteGroupAppInstallByIDNotFound) GetPayload() *models.ErrorDocument
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 ¶
func (o *DeleteGroupAppInstallByIDNotFound) String() 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 ¶
func (o *DeleteGroupAppInstallByIDParams) WithContext(ctx context.Context) *DeleteGroupAppInstallByIDParams
WithContext adds the context to the delete group app install by ID params
func (*DeleteGroupAppInstallByIDParams) WithDefaults ¶
func (o *DeleteGroupAppInstallByIDParams) WithDefaults() *DeleteGroupAppInstallByIDParams
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 ¶
func (o *DeleteGroupAppInstallByIDParams) WithGroupID(groupID strfmt.UUID) *DeleteGroupAppInstallByIDParams
WithGroupID adds the groupID to the delete group app install by ID params
func (*DeleteGroupAppInstallByIDParams) WithHTTPClient ¶
func (o *DeleteGroupAppInstallByIDParams) WithHTTPClient(client *http.Client) *DeleteGroupAppInstallByIDParams
WithHTTPClient adds the HTTPClient to the delete group app install by ID params
func (*DeleteGroupAppInstallByIDParams) WithInstallID ¶
func (o *DeleteGroupAppInstallByIDParams) WithInstallID(installID strfmt.UUID) *DeleteGroupAppInstallByIDParams
WithInstallID adds the installID to the delete group app install by ID params
func (*DeleteGroupAppInstallByIDParams) WithTimeout ¶
func (o *DeleteGroupAppInstallByIDParams) WithTimeout(timeout time.Duration) *DeleteGroupAppInstallByIDParams
WithTimeout adds the timeout to the delete group app install by ID params
func (*DeleteGroupAppInstallByIDParams) WithVersion ¶
func (o *DeleteGroupAppInstallByIDParams) WithVersion(version string) *DeleteGroupAppInstallByIDParams
WithVersion adds the version to the delete group app install by ID params
func (*DeleteGroupAppInstallByIDParams) WriteToRequest ¶
func (o *DeleteGroupAppInstallByIDParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error
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 { strfmt.DateTime SnykRequestID strfmt.UUID SnykVersionLifecycleStage string SnykVersionRequested string SnykVersionServed string Sunset strfmt.DateTime }Deprecation
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 ¶
func (o *DeleteGroupAppInstallByIDUnauthorized) Code() int
Code gets the status code for the delete group app install by Id unauthorized response
func (*DeleteGroupAppInstallByIDUnauthorized) Error ¶
func (o *DeleteGroupAppInstallByIDUnauthorized) Error() string
func (*DeleteGroupAppInstallByIDUnauthorized) GetPayload ¶
func (o *DeleteGroupAppInstallByIDUnauthorized) GetPayload() *models.ErrorDocument
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 ¶
func (o *DeleteGroupAppInstallByIDUnauthorized) IsCode(code int) bool
IsCode returns true when this delete group app install by Id unauthorized response a status code equal to that given
func (*DeleteGroupAppInstallByIDUnauthorized) IsRedirect ¶
func (o *DeleteGroupAppInstallByIDUnauthorized) IsRedirect() bool
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 ¶
func (o *DeleteGroupAppInstallByIDUnauthorized) IsSuccess() bool
IsSuccess returns true when this delete group app install by Id unauthorized response has a 2xx status code
func (*DeleteGroupAppInstallByIDUnauthorized) String ¶
func (o *DeleteGroupAppInstallByIDUnauthorized) String() 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 ¶
func (o *DeleteUserAppInstallByIDBadRequest) Code() int
Code gets the status code for the delete user app install by Id bad request response
func (*DeleteUserAppInstallByIDBadRequest) Error ¶
func (o *DeleteUserAppInstallByIDBadRequest) Error() string
func (*DeleteUserAppInstallByIDBadRequest) GetPayload ¶
func (o *DeleteUserAppInstallByIDBadRequest) GetPayload() *models.ErrorDocument
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 ¶
func (o *DeleteUserAppInstallByIDBadRequest) IsCode(code int) bool
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 ¶
func (o *DeleteUserAppInstallByIDBadRequest) IsSuccess() bool
IsSuccess returns true when this delete user app install by Id bad request response has a 2xx status code
func (*DeleteUserAppInstallByIDBadRequest) String ¶
func (o *DeleteUserAppInstallByIDBadRequest) String() 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 ¶
func (o *DeleteUserAppInstallByIDConflict) Code() int
Code gets the status code for the delete user app install by Id conflict response
func (*DeleteUserAppInstallByIDConflict) Error ¶
func (o *DeleteUserAppInstallByIDConflict) Error() string
func (*DeleteUserAppInstallByIDConflict) GetPayload ¶
func (o *DeleteUserAppInstallByIDConflict) GetPayload() *models.ErrorDocument
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 ¶
func (o *DeleteUserAppInstallByIDConflict) String() 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 ¶
func (o *DeleteUserAppInstallByIDForbidden) Code() int
Code gets the status code for the delete user app install by Id forbidden response
func (*DeleteUserAppInstallByIDForbidden) Error ¶
func (o *DeleteUserAppInstallByIDForbidden) Error() string
func (*DeleteUserAppInstallByIDForbidden) GetPayload ¶
func (o *DeleteUserAppInstallByIDForbidden) GetPayload() *DeleteUserAppInstallByIDForbiddenBody
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 ¶
func (o *DeleteUserAppInstallByIDForbidden) String() 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
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 ¶
func (o *DeleteUserAppInstallByIDForbiddenBodyErrorsItems0) ContextValidate(ctx context.Context, formats strfmt.Registry) error
ContextValidate validate this delete user app install by ID forbidden body errors items0 based on the context it is used
func (*DeleteUserAppInstallByIDForbiddenBodyErrorsItems0) MarshalBinary ¶
func (o *DeleteUserAppInstallByIDForbiddenBodyErrorsItems0) MarshalBinary() ([]byte, error)
MarshalBinary interface implementation
func (*DeleteUserAppInstallByIDForbiddenBodyErrorsItems0) UnmarshalBinary ¶
func (o *DeleteUserAppInstallByIDForbiddenBodyErrorsItems0) UnmarshalBinary(b []byte) error
UnmarshalBinary interface implementation
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 ¶
func (o *DeleteUserAppInstallByIDForbiddenBodyErrorsItems0Source) ContextValidate(ctx context.Context, formats strfmt.Registry) error
ContextValidate validates this delete user app install by ID forbidden body errors items0 source based on context it is used
func (*DeleteUserAppInstallByIDForbiddenBodyErrorsItems0Source) MarshalBinary ¶
func (o *DeleteUserAppInstallByIDForbiddenBodyErrorsItems0Source) MarshalBinary() ([]byte, error)
MarshalBinary interface implementation
func (*DeleteUserAppInstallByIDForbiddenBodyErrorsItems0Source) UnmarshalBinary ¶
func (o *DeleteUserAppInstallByIDForbiddenBodyErrorsItems0Source) UnmarshalBinary(b []byte) error
UnmarshalBinary interface implementation
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 ¶
func (o *DeleteUserAppInstallByIDForbiddenBodyJsonapi) ContextValidate(ctx context.Context, formats strfmt.Registry) error
ContextValidate validates this delete user app install by ID forbidden body jsonapi based on context it is used
func (*DeleteUserAppInstallByIDForbiddenBodyJsonapi) MarshalBinary ¶
func (o *DeleteUserAppInstallByIDForbiddenBodyJsonapi) MarshalBinary() ([]byte, error)
MarshalBinary interface implementation
func (*DeleteUserAppInstallByIDForbiddenBodyJsonapi) UnmarshalBinary ¶
func (o *DeleteUserAppInstallByIDForbiddenBodyJsonapi) UnmarshalBinary(b []byte) error
UnmarshalBinary interface implementation
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 ¶
func (o *DeleteUserAppInstallByIDInternalServerError) Code() int
Code gets the status code for the delete user app install by Id internal server error response
func (*DeleteUserAppInstallByIDInternalServerError) Error ¶
func (o *DeleteUserAppInstallByIDInternalServerError) Error() string
func (*DeleteUserAppInstallByIDInternalServerError) GetPayload ¶
func (o *DeleteUserAppInstallByIDInternalServerError) GetPayload() *models.ErrorDocument
func (*DeleteUserAppInstallByIDInternalServerError) IsClientError ¶
func (o *DeleteUserAppInstallByIDInternalServerError) IsClientError() bool
IsClientError returns true when this delete user app install by Id internal server error response has a 4xx status code
func (*DeleteUserAppInstallByIDInternalServerError) IsCode ¶
func (o *DeleteUserAppInstallByIDInternalServerError) IsCode(code int) bool
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 ¶
func (o *DeleteUserAppInstallByIDInternalServerError) IsRedirect() bool
IsRedirect returns true when this delete user app install by Id internal server error response has a 3xx status code
func (*DeleteUserAppInstallByIDInternalServerError) IsServerError ¶
func (o *DeleteUserAppInstallByIDInternalServerError) IsServerError() bool
IsServerError returns true when this delete user app install by Id internal server error response has a 5xx status code
func (*DeleteUserAppInstallByIDInternalServerError) IsSuccess ¶
func (o *DeleteUserAppInstallByIDInternalServerError) IsSuccess() bool
IsSuccess returns true when this delete user app install by Id internal server error response has a 2xx status code
func (*DeleteUserAppInstallByIDInternalServerError) String ¶
func (o *DeleteUserAppInstallByIDInternalServerError) String() 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 ¶
func (o *DeleteUserAppInstallByIDNoContent) Code() int
Code gets the status code for the delete user app install by Id no content response
func (*DeleteUserAppInstallByIDNoContent) Error ¶
func (o *DeleteUserAppInstallByIDNoContent) Error() string
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 ¶
func (o *DeleteUserAppInstallByIDNoContent) String() 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 ¶
func (o *DeleteUserAppInstallByIDNotFound) Code() int
Code gets the status code for the delete user app install by Id not found response
func (*DeleteUserAppInstallByIDNotFound) Error ¶
func (o *DeleteUserAppInstallByIDNotFound) Error() string
func (*DeleteUserAppInstallByIDNotFound) GetPayload ¶
func (o *DeleteUserAppInstallByIDNotFound) GetPayload() *models.ErrorDocument
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 ¶
func (o *DeleteUserAppInstallByIDNotFound) String() 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 ¶
func (o *DeleteUserAppInstallByIDParams) WithContext(ctx context.Context) *DeleteUserAppInstallByIDParams
WithContext adds the context to the delete user app install by ID params
func (*DeleteUserAppInstallByIDParams) WithDefaults ¶
func (o *DeleteUserAppInstallByIDParams) WithDefaults() *DeleteUserAppInstallByIDParams
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 ¶
func (o *DeleteUserAppInstallByIDParams) WithHTTPClient(client *http.Client) *DeleteUserAppInstallByIDParams
WithHTTPClient adds the HTTPClient to the delete user app install by ID params
func (*DeleteUserAppInstallByIDParams) WithInstallID ¶
func (o *DeleteUserAppInstallByIDParams) WithInstallID(installID strfmt.UUID) *DeleteUserAppInstallByIDParams
WithInstallID adds the installID to the delete user app install by ID params
func (*DeleteUserAppInstallByIDParams) WithTimeout ¶
func (o *DeleteUserAppInstallByIDParams) WithTimeout(timeout time.Duration) *DeleteUserAppInstallByIDParams
WithTimeout adds the timeout to the delete user app install by ID params
func (*DeleteUserAppInstallByIDParams) WithVersion ¶
func (o *DeleteUserAppInstallByIDParams) WithVersion(version string) *DeleteUserAppInstallByIDParams
WithVersion adds the version to the delete user app install by ID params
func (*DeleteUserAppInstallByIDParams) WriteToRequest ¶
func (o *DeleteUserAppInstallByIDParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error
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 { strfmt.DateTime SnykRequestID strfmt.UUID SnykVersionLifecycleStage string SnykVersionRequested string SnykVersionServed string Sunset strfmt.DateTime }Deprecation
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 ¶
func (o *DeleteUserAppInstallByIDUnauthorized) Code() int
Code gets the status code for the delete user app install by Id unauthorized response
func (*DeleteUserAppInstallByIDUnauthorized) Error ¶
func (o *DeleteUserAppInstallByIDUnauthorized) Error() string
func (*DeleteUserAppInstallByIDUnauthorized) GetPayload ¶
func (o *DeleteUserAppInstallByIDUnauthorized) GetPayload() *models.ErrorDocument
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 ¶
func (o *DeleteUserAppInstallByIDUnauthorized) IsCode(code int) bool
IsCode returns true when this delete user app install by Id unauthorized response a status code equal to that given
func (*DeleteUserAppInstallByIDUnauthorized) IsRedirect ¶
func (o *DeleteUserAppInstallByIDUnauthorized) IsRedirect() bool
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 ¶
func (o *DeleteUserAppInstallByIDUnauthorized) IsSuccess() bool
IsSuccess returns true when this delete user app install by Id unauthorized response has a 2xx status code
func (*DeleteUserAppInstallByIDUnauthorized) String ¶
func (o *DeleteUserAppInstallByIDUnauthorized) String() 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 (o *GetAppBotsForbidden) GetPayload() *GetAppBotsForbiddenBody
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
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
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 ¶
func (o *GetAppBotsForbiddenBodyErrorsItems0Source) ContextValidate(ctx context.Context, formats strfmt.Registry) error
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
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
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 ¶
func (o *GetAppBotsInternalServerError) Code() int
Code gets the status code for the get app bots internal server error response
func (*GetAppBotsInternalServerError) Error ¶
func (o *GetAppBotsInternalServerError) Error() string
func (*GetAppBotsInternalServerError) GetPayload ¶
func (o *GetAppBotsInternalServerError) GetPayload() *models.ErrorDocument
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 ¶
func (o *GetAppBotsInternalServerError) String() 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 ¶
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
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 { strfmt.DateTime SnykRequestID strfmt.UUID SnykVersionLifecycleStage string SnykVersionRequested string SnykVersionServed string Sunset strfmt.DateTime }Deprecation
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 (o *GetAppByIDForbidden) GetPayload() *GetAppByIDForbiddenBody
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
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
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 ¶
func (o *GetAppByIDForbiddenBodyErrorsItems0Source) ContextValidate(ctx context.Context, formats strfmt.Registry) error
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
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
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 ¶
func (o *GetAppByIDInternalServerError) Code() int
Code gets the status code for the get app by Id internal server error response
func (*GetAppByIDInternalServerError) Error ¶
func (o *GetAppByIDInternalServerError) Error() string
func (*GetAppByIDInternalServerError) GetPayload ¶
func (o *GetAppByIDInternalServerError) GetPayload() *models.ErrorDocument
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 ¶
func (o *GetAppByIDInternalServerError) String() 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 ¶
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
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 { strfmt.DateTime SnykRequestID strfmt.UUID SnykVersionLifecycleStage string SnykVersionRequested string SnykVersionServed string Sunset strfmt.DateTime }Deprecation
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 ¶
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
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
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
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
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 ¶
func (o *GetAppInstallsForGroupBadRequest) Code() int
Code gets the status code for the get app installs for group bad request response
func (*GetAppInstallsForGroupBadRequest) Error ¶
func (o *GetAppInstallsForGroupBadRequest) Error() string
func (*GetAppInstallsForGroupBadRequest) GetPayload ¶
func (o *GetAppInstallsForGroupBadRequest) GetPayload() *models.ErrorDocument
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 ¶
func (o *GetAppInstallsForGroupBadRequest) String() 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 ¶
func (o *GetAppInstallsForGroupConflict) Code() int
Code gets the status code for the get app installs for group conflict response
func (*GetAppInstallsForGroupConflict) Error ¶
func (o *GetAppInstallsForGroupConflict) Error() string
func (*GetAppInstallsForGroupConflict) GetPayload ¶
func (o *GetAppInstallsForGroupConflict) GetPayload() *models.ErrorDocument
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 ¶
func (o *GetAppInstallsForGroupConflict) String() 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 ¶
func (o *GetAppInstallsForGroupForbidden) Code() int
Code gets the status code for the get app installs for group forbidden response
func (*GetAppInstallsForGroupForbidden) Error ¶
func (o *GetAppInstallsForGroupForbidden) Error() string
func (*GetAppInstallsForGroupForbidden) GetPayload ¶
func (o *GetAppInstallsForGroupForbidden) GetPayload() *GetAppInstallsForGroupForbiddenBody
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 ¶
func (o *GetAppInstallsForGroupForbidden) String() 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
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 ¶
func (o *GetAppInstallsForGroupForbiddenBodyErrorsItems0) ContextValidate(ctx context.Context, formats strfmt.Registry) error
ContextValidate validate this get app installs for group forbidden body errors items0 based on the context it is used
func (*GetAppInstallsForGroupForbiddenBodyErrorsItems0) MarshalBinary ¶
func (o *GetAppInstallsForGroupForbiddenBodyErrorsItems0) MarshalBinary() ([]byte, error)
MarshalBinary interface implementation
func (*GetAppInstallsForGroupForbiddenBodyErrorsItems0) UnmarshalBinary ¶
func (o *GetAppInstallsForGroupForbiddenBodyErrorsItems0) UnmarshalBinary(b []byte) error
UnmarshalBinary interface implementation
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 ¶
func (o *GetAppInstallsForGroupForbiddenBodyErrorsItems0Source) ContextValidate(ctx context.Context, formats strfmt.Registry) error
ContextValidate validates this get app installs for group forbidden body errors items0 source based on context it is used
func (*GetAppInstallsForGroupForbiddenBodyErrorsItems0Source) MarshalBinary ¶
func (o *GetAppInstallsForGroupForbiddenBodyErrorsItems0Source) MarshalBinary() ([]byte, error)
MarshalBinary interface implementation
func (*GetAppInstallsForGroupForbiddenBodyErrorsItems0Source) UnmarshalBinary ¶
func (o *GetAppInstallsForGroupForbiddenBodyErrorsItems0Source) UnmarshalBinary(b []byte) error
UnmarshalBinary interface implementation
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 ¶
func (o *GetAppInstallsForGroupForbiddenBodyJsonapi) ContextValidate(ctx context.Context, formats strfmt.Registry) error
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
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 ¶
func (o *GetAppInstallsForGroupInternalServerError) Code() int
Code gets the status code for the get app installs for group internal server error response
func (*GetAppInstallsForGroupInternalServerError) Error ¶
func (o *GetAppInstallsForGroupInternalServerError) Error() string
func (*GetAppInstallsForGroupInternalServerError) GetPayload ¶
func (o *GetAppInstallsForGroupInternalServerError) GetPayload() *models.ErrorDocument
func (*GetAppInstallsForGroupInternalServerError) IsClientError ¶
func (o *GetAppInstallsForGroupInternalServerError) IsClientError() bool
IsClientError returns true when this get app installs for group internal server error response has a 4xx status code
func (*GetAppInstallsForGroupInternalServerError) IsCode ¶
func (o *GetAppInstallsForGroupInternalServerError) IsCode(code int) bool
IsCode returns true when this get app installs for group internal server error response a status code equal to that given
func (*GetAppInstallsForGroupInternalServerError) IsRedirect ¶
func (o *GetAppInstallsForGroupInternalServerError) IsRedirect() bool
IsRedirect returns true when this get app installs for group internal server error response has a 3xx status code
func (*GetAppInstallsForGroupInternalServerError) IsServerError ¶
func (o *GetAppInstallsForGroupInternalServerError) IsServerError() bool
IsServerError returns true when this get app installs for group internal server error response has a 5xx status code
func (*GetAppInstallsForGroupInternalServerError) IsSuccess ¶
func (o *GetAppInstallsForGroupInternalServerError) IsSuccess() bool
IsSuccess returns true when this get app installs for group internal server error response has a 2xx status code
func (*GetAppInstallsForGroupInternalServerError) String ¶
func (o *GetAppInstallsForGroupInternalServerError) String() 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 ¶
func (o *GetAppInstallsForGroupNotFound) Code() int
Code gets the status code for the get app installs for group not found response
func (*GetAppInstallsForGroupNotFound) Error ¶
func (o *GetAppInstallsForGroupNotFound) Error() string
func (*GetAppInstallsForGroupNotFound) GetPayload ¶
func (o *GetAppInstallsForGroupNotFound) GetPayload() *models.ErrorDocument
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 ¶
func (o *GetAppInstallsForGroupNotFound) String() 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 (o *GetAppInstallsForGroupOK) GetPayload() *GetAppInstallsForGroupOKBody
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
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 ¶
func (o *GetAppInstallsForGroupParams) WithContext(ctx context.Context) *GetAppInstallsForGroupParams
WithContext adds the context to the get app installs for group params
func (*GetAppInstallsForGroupParams) WithDefaults ¶
func (o *GetAppInstallsForGroupParams) WithDefaults() *GetAppInstallsForGroupParams
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 ¶
func (o *GetAppInstallsForGroupParams) WithExpand(expand []string) *GetAppInstallsForGroupParams
WithExpand adds the expand to the get app installs for group params
func (*GetAppInstallsForGroupParams) WithGroupID ¶
func (o *GetAppInstallsForGroupParams) WithGroupID(groupID strfmt.UUID) *GetAppInstallsForGroupParams
WithGroupID adds the groupID to the get app installs for group params
func (*GetAppInstallsForGroupParams) WithHTTPClient ¶
func (o *GetAppInstallsForGroupParams) WithHTTPClient(client *http.Client) *GetAppInstallsForGroupParams
WithHTTPClient adds the HTTPClient to the get app installs for group params
func (*GetAppInstallsForGroupParams) WithLimit ¶
func (o *GetAppInstallsForGroupParams) WithLimit(limit *int32) *GetAppInstallsForGroupParams
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 ¶
func (o *GetAppInstallsForGroupParams) WithTimeout(timeout time.Duration) *GetAppInstallsForGroupParams
WithTimeout adds the timeout to the get app installs for group params
func (*GetAppInstallsForGroupParams) WithVersion ¶
func (o *GetAppInstallsForGroupParams) WithVersion(version string) *GetAppInstallsForGroupParams
WithVersion adds the version to the get app installs for group params
func (*GetAppInstallsForGroupParams) WriteToRequest ¶
func (o *GetAppInstallsForGroupParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error
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 { strfmt.DateTime SnykRequestID strfmt.UUID SnykVersionLifecycleStage string SnykVersionRequested string SnykVersionServed string Sunset strfmt.DateTime }Deprecation
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 ¶
func (o *GetAppInstallsForGroupUnauthorized) Code() int
Code gets the status code for the get app installs for group unauthorized response
func (*GetAppInstallsForGroupUnauthorized) Error ¶
func (o *GetAppInstallsForGroupUnauthorized) Error() string
func (*GetAppInstallsForGroupUnauthorized) GetPayload ¶
func (o *GetAppInstallsForGroupUnauthorized) GetPayload() *models.ErrorDocument
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 ¶
func (o *GetAppInstallsForGroupUnauthorized) IsCode(code int) bool
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 ¶
func (o *GetAppInstallsForGroupUnauthorized) IsSuccess() bool
IsSuccess returns true when this get app installs for group unauthorized response has a 2xx status code
func (*GetAppInstallsForGroupUnauthorized) String ¶
func (o *GetAppInstallsForGroupUnauthorized) String() 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 ¶
func (o *GetAppInstallsForOrgBadRequest) Code() int
Code gets the status code for the get app installs for org bad request response
func (*GetAppInstallsForOrgBadRequest) Error ¶
func (o *GetAppInstallsForOrgBadRequest) Error() string
func (*GetAppInstallsForOrgBadRequest) GetPayload ¶
func (o *GetAppInstallsForOrgBadRequest) GetPayload() *models.ErrorDocument
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 ¶
func (o *GetAppInstallsForOrgBadRequest) String() 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 ¶
func (o *GetAppInstallsForOrgConflict) Code() int
Code gets the status code for the get app installs for org conflict response
func (*GetAppInstallsForOrgConflict) Error ¶
func (o *GetAppInstallsForOrgConflict) Error() string
func (*GetAppInstallsForOrgConflict) GetPayload ¶
func (o *GetAppInstallsForOrgConflict) GetPayload() *models.ErrorDocument
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 ¶
func (o *GetAppInstallsForOrgConflict) String() 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 ¶
func (o *GetAppInstallsForOrgForbidden) Code() int
Code gets the status code for the get app installs for org forbidden response
func (*GetAppInstallsForOrgForbidden) Error ¶
func (o *GetAppInstallsForOrgForbidden) Error() string
func (*GetAppInstallsForOrgForbidden) GetPayload ¶
func (o *GetAppInstallsForOrgForbidden) GetPayload() *GetAppInstallsForOrgForbiddenBody
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 ¶
func (o *GetAppInstallsForOrgForbidden) String() 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
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 ¶
func (o *GetAppInstallsForOrgForbiddenBodyErrorsItems0) ContextValidate(ctx context.Context, formats strfmt.Registry) error
ContextValidate validate this get app installs for org forbidden body errors items0 based on the context it is used
func (*GetAppInstallsForOrgForbiddenBodyErrorsItems0) MarshalBinary ¶
func (o *GetAppInstallsForOrgForbiddenBodyErrorsItems0) MarshalBinary() ([]byte, error)
MarshalBinary interface implementation
func (*GetAppInstallsForOrgForbiddenBodyErrorsItems0) UnmarshalBinary ¶
func (o *GetAppInstallsForOrgForbiddenBodyErrorsItems0) UnmarshalBinary(b []byte) error
UnmarshalBinary interface implementation
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 ¶
func (o *GetAppInstallsForOrgForbiddenBodyErrorsItems0Source) ContextValidate(ctx context.Context, formats strfmt.Registry) error
ContextValidate validates this get app installs for org forbidden body errors items0 source based on context it is used
func (*GetAppInstallsForOrgForbiddenBodyErrorsItems0Source) MarshalBinary ¶
func (o *GetAppInstallsForOrgForbiddenBodyErrorsItems0Source) MarshalBinary() ([]byte, error)
MarshalBinary interface implementation
func (*GetAppInstallsForOrgForbiddenBodyErrorsItems0Source) UnmarshalBinary ¶
func (o *GetAppInstallsForOrgForbiddenBodyErrorsItems0Source) UnmarshalBinary(b []byte) error
UnmarshalBinary interface implementation
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 ¶
func (o *GetAppInstallsForOrgForbiddenBodyJsonapi) ContextValidate(ctx context.Context, formats strfmt.Registry) error
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
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 ¶
func (o *GetAppInstallsForOrgInternalServerError) Code() int
Code gets the status code for the get app installs for org internal server error response
func (*GetAppInstallsForOrgInternalServerError) Error ¶
func (o *GetAppInstallsForOrgInternalServerError) Error() string
func (*GetAppInstallsForOrgInternalServerError) GetPayload ¶
func (o *GetAppInstallsForOrgInternalServerError) GetPayload() *models.ErrorDocument
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 ¶
func (o *GetAppInstallsForOrgInternalServerError) IsCode(code int) bool
IsCode returns true when this get app installs for org internal server error response a status code equal to that given
func (*GetAppInstallsForOrgInternalServerError) IsRedirect ¶
func (o *GetAppInstallsForOrgInternalServerError) IsRedirect() bool
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 ¶
func (o *GetAppInstallsForOrgInternalServerError) IsSuccess() bool
IsSuccess returns true when this get app installs for org internal server error response has a 2xx status code
func (*GetAppInstallsForOrgInternalServerError) String ¶
func (o *GetAppInstallsForOrgInternalServerError) String() 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 ¶
func (o *GetAppInstallsForOrgNotFound) Code() int
Code gets the status code for the get app installs for org not found response
func (*GetAppInstallsForOrgNotFound) Error ¶
func (o *GetAppInstallsForOrgNotFound) Error() string
func (*GetAppInstallsForOrgNotFound) GetPayload ¶
func (o *GetAppInstallsForOrgNotFound) GetPayload() *models.ErrorDocument
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 ¶
func (o *GetAppInstallsForOrgNotFound) String() 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 (o *GetAppInstallsForOrgOK) GetPayload() *GetAppInstallsForOrgOKBody
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
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 ¶
func (o *GetAppInstallsForOrgParams) WithContext(ctx context.Context) *GetAppInstallsForOrgParams
WithContext adds the context to the get app installs for org params
func (*GetAppInstallsForOrgParams) WithDefaults ¶
func (o *GetAppInstallsForOrgParams) WithDefaults() *GetAppInstallsForOrgParams
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 ¶
func (o *GetAppInstallsForOrgParams) WithExpand(expand []string) *GetAppInstallsForOrgParams
WithExpand adds the expand to the get app installs for org params
func (*GetAppInstallsForOrgParams) WithHTTPClient ¶
func (o *GetAppInstallsForOrgParams) WithHTTPClient(client *http.Client) *GetAppInstallsForOrgParams
WithHTTPClient adds the HTTPClient to the get app installs for org params
func (*GetAppInstallsForOrgParams) WithLimit ¶
func (o *GetAppInstallsForOrgParams) WithLimit(limit *int32) *GetAppInstallsForOrgParams
WithLimit adds the limit to the get app installs for org params
func (*GetAppInstallsForOrgParams) WithOrgID ¶
func (o *GetAppInstallsForOrgParams) WithOrgID(orgID strfmt.UUID) *GetAppInstallsForOrgParams
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 ¶
func (o *GetAppInstallsForOrgParams) WithTimeout(timeout time.Duration) *GetAppInstallsForOrgParams
WithTimeout adds the timeout to the get app installs for org params
func (*GetAppInstallsForOrgParams) WithVersion ¶
func (o *GetAppInstallsForOrgParams) WithVersion(version string) *GetAppInstallsForOrgParams
WithVersion adds the version to the get app installs for org params
func (*GetAppInstallsForOrgParams) WriteToRequest ¶
func (o *GetAppInstallsForOrgParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error
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 { strfmt.DateTime SnykRequestID strfmt.UUID SnykVersionLifecycleStage string SnykVersionRequested string SnykVersionServed string Sunset strfmt.DateTime }Deprecation
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 ¶
func (o *GetAppInstallsForOrgUnauthorized) Code() int
Code gets the status code for the get app installs for org unauthorized response
func (*GetAppInstallsForOrgUnauthorized) Error ¶
func (o *GetAppInstallsForOrgUnauthorized) Error() string
func (*GetAppInstallsForOrgUnauthorized) GetPayload ¶
func (o *GetAppInstallsForOrgUnauthorized) GetPayload() *models.ErrorDocument
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 ¶
func (o *GetAppInstallsForOrgUnauthorized) String() 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 ¶
func (o *GetAppInstallsForUserBadRequest) Code() int
Code gets the status code for the get app installs for user bad request response
func (*GetAppInstallsForUserBadRequest) Error ¶
func (o *GetAppInstallsForUserBadRequest) Error() string
func (*GetAppInstallsForUserBadRequest) GetPayload ¶
func (o *GetAppInstallsForUserBadRequest) GetPayload() *models.ErrorDocument
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 ¶
func (o *GetAppInstallsForUserBadRequest) String() 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 ¶
func (o *GetAppInstallsForUserConflict) Code() int
Code gets the status code for the get app installs for user conflict response
func (*GetAppInstallsForUserConflict) Error ¶
func (o *GetAppInstallsForUserConflict) Error() string
func (*GetAppInstallsForUserConflict) GetPayload ¶
func (o *GetAppInstallsForUserConflict) GetPayload() *models.ErrorDocument
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 ¶
func (o *GetAppInstallsForUserConflict) String() 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 ¶
func (o *GetAppInstallsForUserForbidden) Code() int
Code gets the status code for the get app installs for user forbidden response
func (*GetAppInstallsForUserForbidden) Error ¶
func (o *GetAppInstallsForUserForbidden) Error() string
func (*GetAppInstallsForUserForbidden) GetPayload ¶
func (o *GetAppInstallsForUserForbidden) GetPayload() *GetAppInstallsForUserForbiddenBody
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 ¶
func (o *GetAppInstallsForUserForbidden) String() 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
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 ¶
func (o *GetAppInstallsForUserForbiddenBodyErrorsItems0) ContextValidate(ctx context.Context, formats strfmt.Registry) error
ContextValidate validate this get app installs for user forbidden body errors items0 based on the context it is used
func (*GetAppInstallsForUserForbiddenBodyErrorsItems0) MarshalBinary ¶
func (o *GetAppInstallsForUserForbiddenBodyErrorsItems0) MarshalBinary() ([]byte, error)
MarshalBinary interface implementation
func (*GetAppInstallsForUserForbiddenBodyErrorsItems0) UnmarshalBinary ¶
func (o *GetAppInstallsForUserForbiddenBodyErrorsItems0) UnmarshalBinary(b []byte) error
UnmarshalBinary interface implementation
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 ¶
func (o *GetAppInstallsForUserForbiddenBodyErrorsItems0Source) ContextValidate(ctx context.Context, formats strfmt.Registry) error
ContextValidate validates this get app installs for user forbidden body errors items0 source based on context it is used
func (*GetAppInstallsForUserForbiddenBodyErrorsItems0Source) MarshalBinary ¶
func (o *GetAppInstallsForUserForbiddenBodyErrorsItems0Source) MarshalBinary() ([]byte, error)
MarshalBinary interface implementation
func (*GetAppInstallsForUserForbiddenBodyErrorsItems0Source) UnmarshalBinary ¶
func (o *GetAppInstallsForUserForbiddenBodyErrorsItems0Source) UnmarshalBinary(b []byte) error
UnmarshalBinary interface implementation
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 ¶
func (o *GetAppInstallsForUserForbiddenBodyJsonapi) ContextValidate(ctx context.Context, formats strfmt.Registry) error
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
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 ¶
func (o *GetAppInstallsForUserInternalServerError) Code() int
Code gets the status code for the get app installs for user internal server error response
func (*GetAppInstallsForUserInternalServerError) Error ¶
func (o *GetAppInstallsForUserInternalServerError) Error() string
func (*GetAppInstallsForUserInternalServerError) GetPayload ¶
func (o *GetAppInstallsForUserInternalServerError) GetPayload() *models.ErrorDocument
func (*GetAppInstallsForUserInternalServerError) IsClientError ¶
func (o *GetAppInstallsForUserInternalServerError) IsClientError() bool
IsClientError returns true when this get app installs for user internal server error response has a 4xx status code
func (*GetAppInstallsForUserInternalServerError) IsCode ¶
func (o *GetAppInstallsForUserInternalServerError) IsCode(code int) bool
IsCode returns true when this get app installs for user internal server error response a status code equal to that given
func (*GetAppInstallsForUserInternalServerError) IsRedirect ¶
func (o *GetAppInstallsForUserInternalServerError) IsRedirect() bool
IsRedirect returns true when this get app installs for user internal server error response has a 3xx status code
func (*GetAppInstallsForUserInternalServerError) IsServerError ¶
func (o *GetAppInstallsForUserInternalServerError) IsServerError() bool
IsServerError returns true when this get app installs for user internal server error response has a 5xx status code
func (*GetAppInstallsForUserInternalServerError) IsSuccess ¶
func (o *GetAppInstallsForUserInternalServerError) IsSuccess() bool
IsSuccess returns true when this get app installs for user internal server error response has a 2xx status code
func (*GetAppInstallsForUserInternalServerError) String ¶
func (o *GetAppInstallsForUserInternalServerError) String() 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 ¶
func (o *GetAppInstallsForUserNotFound) Code() int
Code gets the status code for the get app installs for user not found response
func (*GetAppInstallsForUserNotFound) Error ¶
func (o *GetAppInstallsForUserNotFound) Error() string
func (*GetAppInstallsForUserNotFound) GetPayload ¶
func (o *GetAppInstallsForUserNotFound) GetPayload() *models.ErrorDocument
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 ¶
func (o *GetAppInstallsForUserNotFound) String() 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 (o *GetAppInstallsForUserOK) GetPayload() *GetAppInstallsForUserOKBody
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
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 ¶
func (o *GetAppInstallsForUserParams) WithContext(ctx context.Context) *GetAppInstallsForUserParams
WithContext adds the context to the get app installs for user params
func (*GetAppInstallsForUserParams) WithDefaults ¶
func (o *GetAppInstallsForUserParams) WithDefaults() *GetAppInstallsForUserParams
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 ¶
func (o *GetAppInstallsForUserParams) WithExpand(expand []string) *GetAppInstallsForUserParams
WithExpand adds the expand to the get app installs for user params
func (*GetAppInstallsForUserParams) WithHTTPClient ¶
func (o *GetAppInstallsForUserParams) WithHTTPClient(client *http.Client) *GetAppInstallsForUserParams
WithHTTPClient adds the HTTPClient to the get app installs for user params
func (*GetAppInstallsForUserParams) WithLimit ¶
func (o *GetAppInstallsForUserParams) WithLimit(limit *int32) *GetAppInstallsForUserParams
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 ¶
func (o *GetAppInstallsForUserParams) WithTimeout(timeout time.Duration) *GetAppInstallsForUserParams
WithTimeout adds the timeout to the get app installs for user params
func (*GetAppInstallsForUserParams) WithVersion ¶
func (o *GetAppInstallsForUserParams) WithVersion(version string) *GetAppInstallsForUserParams
WithVersion adds the version to the get app installs for user params
func (*GetAppInstallsForUserParams) WriteToRequest ¶
func (o *GetAppInstallsForUserParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error
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 { strfmt.DateTime SnykRequestID strfmt.UUID SnykVersionLifecycleStage string SnykVersionRequested string SnykVersionServed string Sunset strfmt.DateTime }Deprecation
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 ¶
func (o *GetAppInstallsForUserUnauthorized) Code() int
Code gets the status code for the get app installs for user unauthorized response
func (*GetAppInstallsForUserUnauthorized) Error ¶
func (o *GetAppInstallsForUserUnauthorized) Error() string
func (*GetAppInstallsForUserUnauthorized) GetPayload ¶
func (o *GetAppInstallsForUserUnauthorized) GetPayload() *models.ErrorDocument
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 ¶
func (o *GetAppInstallsForUserUnauthorized) String() 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 (o *GetAppInternalServerError) GetPayload() *models.ErrorDocument
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) GetPayload ¶
func (o *GetAppOK) GetPayload() *GetAppOKBody
func (*GetAppOK) IsClientError ¶
IsClientError returns true when this get app o k response has a 4xx status code
func (*GetAppOK) IsCode ¶
IsCode returns true when this get app o k response a status code equal to that given
func (*GetAppOK) IsRedirect ¶
IsRedirect returns true when this get app o k response has a 3xx status code
func (*GetAppOK) IsServerError ¶
IsServerError returns true when this get app o k response has a 5xx status code
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 ¶
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
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 { strfmt.DateTime SnykRequestID strfmt.UUID SnykVersionLifecycleStage string SnykVersionRequested string SnykVersionServed string Sunset strfmt.DateTime }Deprecation
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 ¶
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
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
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 ¶
func (o *GetAppsForbiddenBodyErrorsItems0Source) ContextValidate(ctx context.Context, formats strfmt.Registry) error
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
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
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 (o *GetAppsInternalServerError) Error() string
func (*GetAppsInternalServerError) GetPayload ¶
func (o *GetAppsInternalServerError) GetPayload() *models.ErrorDocument
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) GetPayload ¶
func (o *GetAppsOK) GetPayload() *GetAppsOKBody
func (*GetAppsOK) IsClientError ¶
IsClientError returns true when this get apps o k response has a 4xx status code
func (*GetAppsOK) IsCode ¶
IsCode returns true when this get apps o k response a status code equal to that given
func (*GetAppsOK) IsRedirect ¶
IsRedirect returns true when this get apps o k response has a 3xx status code
func (*GetAppsOK) IsServerError ¶
IsServerError returns true when this get apps o k response has a 5xx status code
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 ¶
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
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 { strfmt.DateTime SnykRequestID strfmt.UUID SnykVersionLifecycleStage string SnykVersionRequested string SnykVersionServed string Sunset strfmt.DateTime }Deprecation
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 (o *GetOrgAppsForbidden) GetPayload() *GetOrgAppsForbiddenBody
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
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
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 ¶
func (o *GetOrgAppsForbiddenBodyErrorsItems0Source) ContextValidate(ctx context.Context, formats strfmt.Registry) error
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
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
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 ¶
func (o *GetOrgAppsInternalServerError) Code() int
Code gets the status code for the get org apps internal server error response
func (*GetOrgAppsInternalServerError) Error ¶
func (o *GetOrgAppsInternalServerError) Error() string
func (*GetOrgAppsInternalServerError) GetPayload ¶
func (o *GetOrgAppsInternalServerError) GetPayload() *models.ErrorDocument
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 ¶
func (o *GetOrgAppsInternalServerError) String() 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 ¶
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
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 { strfmt.DateTime SnykRequestID strfmt.UUID SnykVersionLifecycleStage string SnykVersionRequested string SnykVersionServed string Sunset strfmt.DateTime }Deprecation
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 ¶
func (o *GetUserAppSessionsBadRequest) Code() int
Code gets the status code for the get user app sessions bad request response
func (*GetUserAppSessionsBadRequest) Error ¶
func (o *GetUserAppSessionsBadRequest) Error() string
func (*GetUserAppSessionsBadRequest) GetPayload ¶
func (o *GetUserAppSessionsBadRequest) GetPayload() *models.ErrorDocument
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 ¶
func (o *GetUserAppSessionsBadRequest) String() 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 (o *GetUserAppSessionsConflict) Error() string
func (*GetUserAppSessionsConflict) GetPayload ¶
func (o *GetUserAppSessionsConflict) GetPayload() *models.ErrorDocument
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 (o *GetUserAppSessionsForbidden) Error() string
func (*GetUserAppSessionsForbidden) GetPayload ¶
func (o *GetUserAppSessionsForbidden) GetPayload() *GetUserAppSessionsForbiddenBody
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
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 ¶
func (o *GetUserAppSessionsForbiddenBodyErrorsItems0) ContextValidate(ctx context.Context, formats strfmt.Registry) error
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
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 ¶
func (o *GetUserAppSessionsForbiddenBodyErrorsItems0Source) ContextValidate(ctx context.Context, formats strfmt.Registry) error
ContextValidate validates this get user app sessions forbidden body errors items0 source based on context it is used
func (*GetUserAppSessionsForbiddenBodyErrorsItems0Source) MarshalBinary ¶
func (o *GetUserAppSessionsForbiddenBodyErrorsItems0Source) MarshalBinary() ([]byte, error)
MarshalBinary interface implementation
func (*GetUserAppSessionsForbiddenBodyErrorsItems0Source) UnmarshalBinary ¶
func (o *GetUserAppSessionsForbiddenBodyErrorsItems0Source) UnmarshalBinary(b []byte) error
UnmarshalBinary interface implementation
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 ¶
func (o *GetUserAppSessionsForbiddenBodyJsonapi) ContextValidate(ctx context.Context, formats strfmt.Registry) error
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
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 ¶
func (o *GetUserAppSessionsInternalServerError) Code() int
Code gets the status code for the get user app sessions internal server error response
func (*GetUserAppSessionsInternalServerError) Error ¶
func (o *GetUserAppSessionsInternalServerError) Error() string
func (*GetUserAppSessionsInternalServerError) GetPayload ¶
func (o *GetUserAppSessionsInternalServerError) GetPayload() *models.ErrorDocument
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 ¶
func (o *GetUserAppSessionsInternalServerError) IsCode(code int) bool
IsCode returns true when this get user app sessions internal server error response a status code equal to that given
func (*GetUserAppSessionsInternalServerError) IsRedirect ¶
func (o *GetUserAppSessionsInternalServerError) IsRedirect() bool
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 ¶
func (o *GetUserAppSessionsInternalServerError) IsSuccess() bool
IsSuccess returns true when this get user app sessions internal server error response has a 2xx status code
func (*GetUserAppSessionsInternalServerError) String ¶
func (o *GetUserAppSessionsInternalServerError) String() 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 (o *GetUserAppSessionsNotFound) Error() string
func (*GetUserAppSessionsNotFound) GetPayload ¶
func (o *GetUserAppSessionsNotFound) GetPayload() *models.ErrorDocument
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 (o *GetUserAppSessionsOK) GetPayload() *GetUserAppSessionsOKBody
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
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 ¶
func (o *GetUserAppSessionsParams) WithAppID(appID strfmt.UUID) *GetUserAppSessionsParams
WithAppID adds the appID to the get user app sessions params
func (*GetUserAppSessionsParams) WithContext ¶
func (o *GetUserAppSessionsParams) WithContext(ctx context.Context) *GetUserAppSessionsParams
WithContext adds the context to the get user app sessions params
func (*GetUserAppSessionsParams) WithDefaults ¶
func (o *GetUserAppSessionsParams) WithDefaults() *GetUserAppSessionsParams
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 ¶
func (o *GetUserAppSessionsParams) WithLimit(limit *int32) *GetUserAppSessionsParams
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 ¶
func (o *GetUserAppSessionsParams) WithTimeout(timeout time.Duration) *GetUserAppSessionsParams
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 ¶
func (o *GetUserAppSessionsParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error
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 { strfmt.DateTime SnykRequestID strfmt.UUID SnykVersionLifecycleStage string SnykVersionRequested string SnykVersionServed string Sunset strfmt.DateTime }Deprecation
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 ¶
func (o *GetUserAppSessionsUnauthorized) Code() int
Code gets the status code for the get user app sessions unauthorized response
func (*GetUserAppSessionsUnauthorized) Error ¶
func (o *GetUserAppSessionsUnauthorized) Error() string
func (*GetUserAppSessionsUnauthorized) GetPayload ¶
func (o *GetUserAppSessionsUnauthorized) GetPayload() *models.ErrorDocument
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 ¶
func (o *GetUserAppSessionsUnauthorized) String() 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 ¶
func (o *GetUserInstalledAppsBadRequest) Code() int
Code gets the status code for the get user installed apps bad request response
func (*GetUserInstalledAppsBadRequest) Error ¶
func (o *GetUserInstalledAppsBadRequest) Error() string
func (*GetUserInstalledAppsBadRequest) GetPayload ¶
func (o *GetUserInstalledAppsBadRequest) GetPayload() *models.ErrorDocument
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 ¶
func (o *GetUserInstalledAppsBadRequest) String() 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 ¶
func (o *GetUserInstalledAppsConflict) Code() int
Code gets the status code for the get user installed apps conflict response
func (*GetUserInstalledAppsConflict) Error ¶
func (o *GetUserInstalledAppsConflict) Error() string
func (*GetUserInstalledAppsConflict) GetPayload ¶
func (o *GetUserInstalledAppsConflict) GetPayload() *models.ErrorDocument
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 ¶
func (o *GetUserInstalledAppsConflict) String() 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 ¶
func (o *GetUserInstalledAppsForbidden) Code() int
Code gets the status code for the get user installed apps forbidden response
func (*GetUserInstalledAppsForbidden) Error ¶
func (o *GetUserInstalledAppsForbidden) Error() string
func (*GetUserInstalledAppsForbidden) GetPayload ¶
func (o *GetUserInstalledAppsForbidden) GetPayload() *GetUserInstalledAppsForbiddenBody
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 ¶
func (o *GetUserInstalledAppsForbidden) String() 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
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 ¶
func (o *GetUserInstalledAppsForbiddenBodyErrorsItems0) ContextValidate(ctx context.Context, formats strfmt.Registry) error
ContextValidate validate this get user installed apps forbidden body errors items0 based on the context it is used
func (*GetUserInstalledAppsForbiddenBodyErrorsItems0) MarshalBinary ¶
func (o *GetUserInstalledAppsForbiddenBodyErrorsItems0) MarshalBinary() ([]byte, error)
MarshalBinary interface implementation
func (*GetUserInstalledAppsForbiddenBodyErrorsItems0) UnmarshalBinary ¶
func (o *GetUserInstalledAppsForbiddenBodyErrorsItems0) UnmarshalBinary(b []byte) error
UnmarshalBinary interface implementation
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 ¶
func (o *GetUserInstalledAppsForbiddenBodyErrorsItems0Source) ContextValidate(ctx context.Context, formats strfmt.Registry) error
ContextValidate validates this get user installed apps forbidden body errors items0 source based on context it is used
func (*GetUserInstalledAppsForbiddenBodyErrorsItems0Source) MarshalBinary ¶
func (o *GetUserInstalledAppsForbiddenBodyErrorsItems0Source) MarshalBinary() ([]byte, error)
MarshalBinary interface implementation
func (*GetUserInstalledAppsForbiddenBodyErrorsItems0Source) UnmarshalBinary ¶
func (o *GetUserInstalledAppsForbiddenBodyErrorsItems0Source) UnmarshalBinary(b []byte) error
UnmarshalBinary interface implementation
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 ¶
func (o *GetUserInstalledAppsForbiddenBodyJsonapi) ContextValidate(ctx context.Context, formats strfmt.Registry) error
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
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 ¶
func (o *GetUserInstalledAppsInternalServerError) Code() int
Code gets the status code for the get user installed apps internal server error response
func (*GetUserInstalledAppsInternalServerError) Error ¶
func (o *GetUserInstalledAppsInternalServerError) Error() string
func (*GetUserInstalledAppsInternalServerError) GetPayload ¶
func (o *GetUserInstalledAppsInternalServerError) GetPayload() *models.ErrorDocument
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 ¶
func (o *GetUserInstalledAppsInternalServerError) IsCode(code int) bool
IsCode returns true when this get user installed apps internal server error response a status code equal to that given
func (*GetUserInstalledAppsInternalServerError) IsRedirect ¶
func (o *GetUserInstalledAppsInternalServerError) IsRedirect() bool
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 ¶
func (o *GetUserInstalledAppsInternalServerError) IsSuccess() bool
IsSuccess returns true when this get user installed apps internal server error response has a 2xx status code
func (*GetUserInstalledAppsInternalServerError) String ¶
func (o *GetUserInstalledAppsInternalServerError) String() 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 ¶
func (o *GetUserInstalledAppsNotFound) Code() int
Code gets the status code for the get user installed apps not found response
func (*GetUserInstalledAppsNotFound) Error ¶
func (o *GetUserInstalledAppsNotFound) Error() string
func (*GetUserInstalledAppsNotFound) GetPayload ¶
func (o *GetUserInstalledAppsNotFound) GetPayload() *models.ErrorDocument
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 ¶
func (o *GetUserInstalledAppsNotFound) String() 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 (o *GetUserInstalledAppsOK) GetPayload() *GetUserInstalledAppsOKBody
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
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 ¶
func (o *GetUserInstalledAppsParams) WithContext(ctx context.Context) *GetUserInstalledAppsParams
WithContext adds the context to the get user installed apps params
func (*GetUserInstalledAppsParams) WithDefaults ¶
func (o *GetUserInstalledAppsParams) WithDefaults() *GetUserInstalledAppsParams
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 ¶
func (o *GetUserInstalledAppsParams) WithHTTPClient(client *http.Client) *GetUserInstalledAppsParams
WithHTTPClient adds the HTTPClient to the get user installed apps params
func (*GetUserInstalledAppsParams) WithLimit ¶
func (o *GetUserInstalledAppsParams) WithLimit(limit *int32) *GetUserInstalledAppsParams
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 ¶
func (o *GetUserInstalledAppsParams) WithTimeout(timeout time.Duration) *GetUserInstalledAppsParams
WithTimeout adds the timeout to the get user installed apps params
func (*GetUserInstalledAppsParams) WithVersion ¶
func (o *GetUserInstalledAppsParams) WithVersion(version string) *GetUserInstalledAppsParams
WithVersion adds the version to the get user installed apps params
func (*GetUserInstalledAppsParams) WriteToRequest ¶
func (o *GetUserInstalledAppsParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error
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 { strfmt.DateTime SnykRequestID strfmt.UUID SnykVersionLifecycleStage string SnykVersionRequested string SnykVersionServed string Sunset strfmt.DateTime }Deprecation
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 ¶
func (o *GetUserInstalledAppsUnauthorized) Code() int
Code gets the status code for the get user installed apps unauthorized response
func (*GetUserInstalledAppsUnauthorized) Error ¶
func (o *GetUserInstalledAppsUnauthorized) Error() string
func (*GetUserInstalledAppsUnauthorized) GetPayload ¶
func (o *GetUserInstalledAppsUnauthorized) GetPayload() *models.ErrorDocument
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 ¶
func (o *GetUserInstalledAppsUnauthorized) String() 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 ¶
func (o *ManageAppCreationSecretBadRequest) Code() int
Code gets the status code for the manage app creation secret bad request response
func (*ManageAppCreationSecretBadRequest) Error ¶
func (o *ManageAppCreationSecretBadRequest) Error() string
func (*ManageAppCreationSecretBadRequest) GetPayload ¶
func (o *ManageAppCreationSecretBadRequest) GetPayload() *models.ErrorDocument
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 ¶
func (o *ManageAppCreationSecretBadRequest) String() 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
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 ¶
func (o *ManageAppCreationSecretConflict) Code() int
Code gets the status code for the manage app creation secret conflict response
func (*ManageAppCreationSecretConflict) Error ¶
func (o *ManageAppCreationSecretConflict) Error() string
func (*ManageAppCreationSecretConflict) GetPayload ¶
func (o *ManageAppCreationSecretConflict) GetPayload() *models.ErrorDocument
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 ¶
func (o *ManageAppCreationSecretConflict) String() 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 ¶
func (o *ManageAppCreationSecretForbidden) Code() int
Code gets the status code for the manage app creation secret forbidden response
func (*ManageAppCreationSecretForbidden) Error ¶
func (o *ManageAppCreationSecretForbidden) Error() string
func (*ManageAppCreationSecretForbidden) GetPayload ¶
func (o *ManageAppCreationSecretForbidden) GetPayload() *ManageAppCreationSecretForbiddenBody
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 ¶
func (o *ManageAppCreationSecretForbidden) String() 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
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 ¶
func (o *ManageAppCreationSecretForbiddenBodyErrorsItems0) ContextValidate(ctx context.Context, formats strfmt.Registry) error
ContextValidate validate this manage app creation secret forbidden body errors items0 based on the context it is used
func (*ManageAppCreationSecretForbiddenBodyErrorsItems0) MarshalBinary ¶
func (o *ManageAppCreationSecretForbiddenBodyErrorsItems0) MarshalBinary() ([]byte, error)
MarshalBinary interface implementation
func (*ManageAppCreationSecretForbiddenBodyErrorsItems0) UnmarshalBinary ¶
func (o *ManageAppCreationSecretForbiddenBodyErrorsItems0) UnmarshalBinary(b []byte) error
UnmarshalBinary interface implementation
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 ¶
func (o *ManageAppCreationSecretForbiddenBodyErrorsItems0Source) ContextValidate(ctx context.Context, formats strfmt.Registry) error
ContextValidate validates this manage app creation secret forbidden body errors items0 source based on context it is used
func (*ManageAppCreationSecretForbiddenBodyErrorsItems0Source) MarshalBinary ¶
func (o *ManageAppCreationSecretForbiddenBodyErrorsItems0Source) MarshalBinary() ([]byte, error)
MarshalBinary interface implementation
func (*ManageAppCreationSecretForbiddenBodyErrorsItems0Source) UnmarshalBinary ¶
func (o *ManageAppCreationSecretForbiddenBodyErrorsItems0Source) UnmarshalBinary(b []byte) error
UnmarshalBinary interface implementation
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 ¶
func (o *ManageAppCreationSecretForbiddenBodyJsonapi) ContextValidate(ctx context.Context, formats strfmt.Registry) error
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
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 ¶
func (o *ManageAppCreationSecretInternalServerError) Code() int
Code gets the status code for the manage app creation secret internal server error response
func (*ManageAppCreationSecretInternalServerError) Error ¶
func (o *ManageAppCreationSecretInternalServerError) Error() string
func (*ManageAppCreationSecretInternalServerError) GetPayload ¶
func (o *ManageAppCreationSecretInternalServerError) GetPayload() *models.ErrorDocument
func (*ManageAppCreationSecretInternalServerError) IsClientError ¶
func (o *ManageAppCreationSecretInternalServerError) IsClientError() bool
IsClientError returns true when this manage app creation secret internal server error response has a 4xx status code
func (*ManageAppCreationSecretInternalServerError) IsCode ¶
func (o *ManageAppCreationSecretInternalServerError) IsCode(code int) bool
IsCode returns true when this manage app creation secret internal server error response a status code equal to that given
func (*ManageAppCreationSecretInternalServerError) IsRedirect ¶
func (o *ManageAppCreationSecretInternalServerError) IsRedirect() bool
IsRedirect returns true when this manage app creation secret internal server error response has a 3xx status code
func (*ManageAppCreationSecretInternalServerError) IsServerError ¶
func (o *ManageAppCreationSecretInternalServerError) IsServerError() bool
IsServerError returns true when this manage app creation secret internal server error response has a 5xx status code
func (*ManageAppCreationSecretInternalServerError) IsSuccess ¶
func (o *ManageAppCreationSecretInternalServerError) IsSuccess() bool
IsSuccess returns true when this manage app creation secret internal server error response has a 2xx status code
func (*ManageAppCreationSecretInternalServerError) String ¶
func (o *ManageAppCreationSecretInternalServerError) String() 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 ¶
func (o *ManageAppCreationSecretNotFound) Code() int
Code gets the status code for the manage app creation secret not found response
func (*ManageAppCreationSecretNotFound) Error ¶
func (o *ManageAppCreationSecretNotFound) Error() string
func (*ManageAppCreationSecretNotFound) GetPayload ¶
func (o *ManageAppCreationSecretNotFound) GetPayload() *models.ErrorDocument
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 ¶
func (o *ManageAppCreationSecretNotFound) String() 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 (o *ManageAppCreationSecretOK) GetPayload() *ManageAppCreationSecretOKBody
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
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 ¶
func (o *ManageAppCreationSecretParams) SetBody(body ManageAppCreationSecretBody)
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 ¶
func (o *ManageAppCreationSecretParams) WithAppID(appID strfmt.UUID) *ManageAppCreationSecretParams
WithAppID adds the appID to the manage app creation secret params
func (*ManageAppCreationSecretParams) WithBody ¶
func (o *ManageAppCreationSecretParams) WithBody(body ManageAppCreationSecretBody) *ManageAppCreationSecretParams
WithBody adds the body to the manage app creation secret params
func (*ManageAppCreationSecretParams) WithContext ¶
func (o *ManageAppCreationSecretParams) WithContext(ctx context.Context) *ManageAppCreationSecretParams
WithContext adds the context to the manage app creation secret params
func (*ManageAppCreationSecretParams) WithDefaults ¶
func (o *ManageAppCreationSecretParams) WithDefaults() *ManageAppCreationSecretParams
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 ¶
func (o *ManageAppCreationSecretParams) WithHTTPClient(client *http.Client) *ManageAppCreationSecretParams
WithHTTPClient adds the HTTPClient to the manage app creation secret params
func (*ManageAppCreationSecretParams) WithOrgID ¶
func (o *ManageAppCreationSecretParams) WithOrgID(orgID strfmt.UUID) *ManageAppCreationSecretParams
WithOrgID adds the orgID to the manage app creation secret params
func (*ManageAppCreationSecretParams) WithTimeout ¶
func (o *ManageAppCreationSecretParams) WithTimeout(timeout time.Duration) *ManageAppCreationSecretParams
WithTimeout adds the timeout to the manage app creation secret params
func (*ManageAppCreationSecretParams) WithVersion ¶
func (o *ManageAppCreationSecretParams) WithVersion(version string) *ManageAppCreationSecretParams
WithVersion adds the version to the manage app creation secret params
func (*ManageAppCreationSecretParams) WriteToRequest ¶
func (o *ManageAppCreationSecretParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error
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
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 ¶
func (o *ManageAppCreationSecretParamsBodyDataAttributes) ContextValidate(ctx context.Context, formats strfmt.Registry) error
ContextValidate validates this manage app creation secret params body data attributes based on context it is used
func (*ManageAppCreationSecretParamsBodyDataAttributes) MarshalBinary ¶
func (o *ManageAppCreationSecretParamsBodyDataAttributes) MarshalBinary() ([]byte, error)
MarshalBinary interface implementation
func (*ManageAppCreationSecretParamsBodyDataAttributes) UnmarshalBinary ¶
func (o *ManageAppCreationSecretParamsBodyDataAttributes) UnmarshalBinary(b []byte) error
UnmarshalBinary interface implementation
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 { strfmt.DateTime SnykRequestID strfmt.UUID SnykVersionLifecycleStage string SnykVersionRequested string SnykVersionServed string Sunset strfmt.DateTime }Deprecation
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 ¶
func (o *ManageAppCreationSecretUnauthorized) Code() int
Code gets the status code for the manage app creation secret unauthorized response
func (*ManageAppCreationSecretUnauthorized) Error ¶
func (o *ManageAppCreationSecretUnauthorized) Error() string
func (*ManageAppCreationSecretUnauthorized) GetPayload ¶
func (o *ManageAppCreationSecretUnauthorized) GetPayload() *models.ErrorDocument
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 ¶
func (o *ManageAppCreationSecretUnauthorized) IsCode(code int) bool
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 ¶
func (o *ManageAppCreationSecretUnauthorized) IsSuccess() bool
IsSuccess returns true when this manage app creation secret unauthorized response has a 2xx status code
func (*ManageAppCreationSecretUnauthorized) String ¶
func (o *ManageAppCreationSecretUnauthorized) String() 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 ¶
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
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 (o *ManageSecretsForbidden) GetPayload() *ManageSecretsForbiddenBody
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
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 ¶
func (o *ManageSecretsForbiddenBodyErrorsItems0) ContextValidate(ctx context.Context, formats strfmt.Registry) error
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
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 ¶
func (o *ManageSecretsForbiddenBodyErrorsItems0Source) ContextValidate(ctx context.Context, formats strfmt.Registry) error
ContextValidate validates this manage secrets forbidden body errors items0 source based on context it is used
func (*ManageSecretsForbiddenBodyErrorsItems0Source) MarshalBinary ¶
func (o *ManageSecretsForbiddenBodyErrorsItems0Source) MarshalBinary() ([]byte, error)
MarshalBinary interface implementation
func (*ManageSecretsForbiddenBodyErrorsItems0Source) UnmarshalBinary ¶
func (o *ManageSecretsForbiddenBodyErrorsItems0Source) UnmarshalBinary(b []byte) error
UnmarshalBinary interface implementation
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
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 ¶
func (o *ManageSecretsInternalServerError) Code() int
Code gets the status code for the manage secrets internal server error response
func (*ManageSecretsInternalServerError) Error ¶
func (o *ManageSecretsInternalServerError) Error() string
func (*ManageSecretsInternalServerError) GetPayload ¶
func (o *ManageSecretsInternalServerError) GetPayload() *models.ErrorDocument
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 ¶
func (o *ManageSecretsInternalServerError) String() 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 ¶
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
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 ¶
func (o *ManageSecretsParams) WithBody(body ManageSecretsBody) *ManageSecretsParams
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 ¶
func (o *ManageSecretsParams) WithContext(ctx context.Context) *ManageSecretsParams
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 { strfmt.DateTime SnykRequestID strfmt.UUID SnykVersionLifecycleStage string SnykVersionRequested string SnykVersionServed string Sunset strfmt.DateTime }Deprecation
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 (o *ManageSecretsUnauthorized) GetPayload() *models.ErrorDocument
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 ¶
func (o *RevokeUserAppSessionBadRequest) Code() int
Code gets the status code for the revoke user app session bad request response
func (*RevokeUserAppSessionBadRequest) Error ¶
func (o *RevokeUserAppSessionBadRequest) Error() string
func (*RevokeUserAppSessionBadRequest) GetPayload ¶
func (o *RevokeUserAppSessionBadRequest) GetPayload() *models.ErrorDocument
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 ¶
func (o *RevokeUserAppSessionBadRequest) String() 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 ¶
func (o *RevokeUserAppSessionConflict) Code() int
Code gets the status code for the revoke user app session conflict response
func (*RevokeUserAppSessionConflict) Error ¶
func (o *RevokeUserAppSessionConflict) Error() string
func (*RevokeUserAppSessionConflict) GetPayload ¶
func (o *RevokeUserAppSessionConflict) GetPayload() *models.ErrorDocument
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 ¶
func (o *RevokeUserAppSessionConflict) String() 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 ¶
func (o *RevokeUserAppSessionForbidden) Code() int
Code gets the status code for the revoke user app session forbidden response
func (*RevokeUserAppSessionForbidden) Error ¶
func (o *RevokeUserAppSessionForbidden) Error() string
func (*RevokeUserAppSessionForbidden) GetPayload ¶
func (o *RevokeUserAppSessionForbidden) GetPayload() *RevokeUserAppSessionForbiddenBody
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 ¶
func (o *RevokeUserAppSessionForbidden) String() 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
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 ¶
func (o *RevokeUserAppSessionForbiddenBodyErrorsItems0) ContextValidate(ctx context.Context, formats strfmt.Registry) error
ContextValidate validate this revoke user app session forbidden body errors items0 based on the context it is used
func (*RevokeUserAppSessionForbiddenBodyErrorsItems0) MarshalBinary ¶
func (o *RevokeUserAppSessionForbiddenBodyErrorsItems0) MarshalBinary() ([]byte, error)
MarshalBinary interface implementation
func (*RevokeUserAppSessionForbiddenBodyErrorsItems0) UnmarshalBinary ¶
func (o *RevokeUserAppSessionForbiddenBodyErrorsItems0) UnmarshalBinary(b []byte) error
UnmarshalBinary interface implementation
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 ¶
func (o *RevokeUserAppSessionForbiddenBodyErrorsItems0Source) ContextValidate(ctx context.Context, formats strfmt.Registry) error
ContextValidate validates this revoke user app session forbidden body errors items0 source based on context it is used
func (*RevokeUserAppSessionForbiddenBodyErrorsItems0Source) MarshalBinary ¶
func (o *RevokeUserAppSessionForbiddenBodyErrorsItems0Source) MarshalBinary() ([]byte, error)
MarshalBinary interface implementation
func (*RevokeUserAppSessionForbiddenBodyErrorsItems0Source) UnmarshalBinary ¶
func (o *RevokeUserAppSessionForbiddenBodyErrorsItems0Source) UnmarshalBinary(b []byte) error
UnmarshalBinary interface implementation
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 ¶
func (o *RevokeUserAppSessionForbiddenBodyJsonapi) ContextValidate(ctx context.Context, formats strfmt.Registry) error
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
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 ¶
func (o *RevokeUserAppSessionInternalServerError) Code() int
Code gets the status code for the revoke user app session internal server error response
func (*RevokeUserAppSessionInternalServerError) Error ¶
func (o *RevokeUserAppSessionInternalServerError) Error() string
func (*RevokeUserAppSessionInternalServerError) GetPayload ¶
func (o *RevokeUserAppSessionInternalServerError) GetPayload() *models.ErrorDocument
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 ¶
func (o *RevokeUserAppSessionInternalServerError) IsCode(code int) bool
IsCode returns true when this revoke user app session internal server error response a status code equal to that given
func (*RevokeUserAppSessionInternalServerError) IsRedirect ¶
func (o *RevokeUserAppSessionInternalServerError) IsRedirect() bool
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 ¶
func (o *RevokeUserAppSessionInternalServerError) IsSuccess() bool
IsSuccess returns true when this revoke user app session internal server error response has a 2xx status code
func (*RevokeUserAppSessionInternalServerError) String ¶
func (o *RevokeUserAppSessionInternalServerError) String() 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 ¶
func (o *RevokeUserAppSessionNoContent) Code() int
Code gets the status code for the revoke user app session no content response
func (*RevokeUserAppSessionNoContent) Error ¶
func (o *RevokeUserAppSessionNoContent) Error() string
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 ¶
func (o *RevokeUserAppSessionNoContent) String() 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 ¶
func (o *RevokeUserAppSessionNotFound) Code() int
Code gets the status code for the revoke user app session not found response
func (*RevokeUserAppSessionNotFound) Error ¶
func (o *RevokeUserAppSessionNotFound) Error() string
func (*RevokeUserAppSessionNotFound) GetPayload ¶
func (o *RevokeUserAppSessionNotFound) GetPayload() *models.ErrorDocument
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 ¶
func (o *RevokeUserAppSessionNotFound) String() 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 ¶
func (o *RevokeUserAppSessionParams) WithAppID(appID strfmt.UUID) *RevokeUserAppSessionParams
WithAppID adds the appID to the revoke user app session params
func (*RevokeUserAppSessionParams) WithContext ¶
func (o *RevokeUserAppSessionParams) WithContext(ctx context.Context) *RevokeUserAppSessionParams
WithContext adds the context to the revoke user app session params
func (*RevokeUserAppSessionParams) WithDefaults ¶
func (o *RevokeUserAppSessionParams) WithDefaults() *RevokeUserAppSessionParams
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 ¶
func (o *RevokeUserAppSessionParams) WithHTTPClient(client *http.Client) *RevokeUserAppSessionParams
WithHTTPClient adds the HTTPClient to the revoke user app session params
func (*RevokeUserAppSessionParams) WithSessionID ¶
func (o *RevokeUserAppSessionParams) WithSessionID(sessionID strfmt.UUID) *RevokeUserAppSessionParams
WithSessionID adds the sessionID to the revoke user app session params
func (*RevokeUserAppSessionParams) WithTimeout ¶
func (o *RevokeUserAppSessionParams) WithTimeout(timeout time.Duration) *RevokeUserAppSessionParams
WithTimeout adds the timeout to the revoke user app session params
func (*RevokeUserAppSessionParams) WithVersion ¶
func (o *RevokeUserAppSessionParams) WithVersion(version string) *RevokeUserAppSessionParams
WithVersion adds the version to the revoke user app session params
func (*RevokeUserAppSessionParams) WriteToRequest ¶
func (o *RevokeUserAppSessionParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error
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 { strfmt.DateTime SnykRequestID strfmt.UUID SnykVersionLifecycleStage string SnykVersionRequested string SnykVersionServed string Sunset strfmt.DateTime }Deprecation
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 ¶
func (o *RevokeUserAppSessionUnauthorized) Code() int
Code gets the status code for the revoke user app session unauthorized response
func (*RevokeUserAppSessionUnauthorized) Error ¶
func (o *RevokeUserAppSessionUnauthorized) Error() string
func (*RevokeUserAppSessionUnauthorized) GetPayload ¶
func (o *RevokeUserAppSessionUnauthorized) GetPayload() *models.ErrorDocument
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 ¶
func (o *RevokeUserAppSessionUnauthorized) String() 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 ¶
func (o *RevokeUserInstalledAppBadRequest) Code() int
Code gets the status code for the revoke user installed app bad request response
func (*RevokeUserInstalledAppBadRequest) Error ¶
func (o *RevokeUserInstalledAppBadRequest) Error() string
func (*RevokeUserInstalledAppBadRequest) GetPayload ¶
func (o *RevokeUserInstalledAppBadRequest) GetPayload() *models.ErrorDocument
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 ¶
func (o *RevokeUserInstalledAppBadRequest) String() 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 ¶
func (o *RevokeUserInstalledAppConflict) Code() int
Code gets the status code for the revoke user installed app conflict response
func (*RevokeUserInstalledAppConflict) Error ¶
func (o *RevokeUserInstalledAppConflict) Error() string
func (*RevokeUserInstalledAppConflict) GetPayload ¶
func (o *RevokeUserInstalledAppConflict) GetPayload() *models.ErrorDocument
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 ¶
func (o *RevokeUserInstalledAppConflict) String() 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 ¶
func (o *RevokeUserInstalledAppForbidden) Code() int
Code gets the status code for the revoke user installed app forbidden response
func (*RevokeUserInstalledAppForbidden) Error ¶
func (o *RevokeUserInstalledAppForbidden) Error() string
func (*RevokeUserInstalledAppForbidden) GetPayload ¶
func (o *RevokeUserInstalledAppForbidden) GetPayload() *RevokeUserInstalledAppForbiddenBody
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 ¶
func (o *RevokeUserInstalledAppForbidden) String() 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
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 ¶
func (o *RevokeUserInstalledAppForbiddenBodyErrorsItems0) ContextValidate(ctx context.Context, formats strfmt.Registry) error
ContextValidate validate this revoke user installed app forbidden body errors items0 based on the context it is used
func (*RevokeUserInstalledAppForbiddenBodyErrorsItems0) MarshalBinary ¶
func (o *RevokeUserInstalledAppForbiddenBodyErrorsItems0) MarshalBinary() ([]byte, error)
MarshalBinary interface implementation
func (*RevokeUserInstalledAppForbiddenBodyErrorsItems0) UnmarshalBinary ¶
func (o *RevokeUserInstalledAppForbiddenBodyErrorsItems0) UnmarshalBinary(b []byte) error
UnmarshalBinary interface implementation
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 ¶
func (o *RevokeUserInstalledAppForbiddenBodyErrorsItems0Source) ContextValidate(ctx context.Context, formats strfmt.Registry) error
ContextValidate validates this revoke user installed app forbidden body errors items0 source based on context it is used
func (*RevokeUserInstalledAppForbiddenBodyErrorsItems0Source) MarshalBinary ¶
func (o *RevokeUserInstalledAppForbiddenBodyErrorsItems0Source) MarshalBinary() ([]byte, error)
MarshalBinary interface implementation
func (*RevokeUserInstalledAppForbiddenBodyErrorsItems0Source) UnmarshalBinary ¶
func (o *RevokeUserInstalledAppForbiddenBodyErrorsItems0Source) UnmarshalBinary(b []byte) error
UnmarshalBinary interface implementation
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 ¶
func (o *RevokeUserInstalledAppForbiddenBodyJsonapi) ContextValidate(ctx context.Context, formats strfmt.Registry) error
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
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 ¶
func (o *RevokeUserInstalledAppInternalServerError) Code() int
Code gets the status code for the revoke user installed app internal server error response
func (*RevokeUserInstalledAppInternalServerError) Error ¶
func (o *RevokeUserInstalledAppInternalServerError) Error() string
func (*RevokeUserInstalledAppInternalServerError) GetPayload ¶
func (o *RevokeUserInstalledAppInternalServerError) GetPayload() *models.ErrorDocument
func (*RevokeUserInstalledAppInternalServerError) IsClientError ¶
func (o *RevokeUserInstalledAppInternalServerError) IsClientError() bool
IsClientError returns true when this revoke user installed app internal server error response has a 4xx status code
func (*RevokeUserInstalledAppInternalServerError) IsCode ¶
func (o *RevokeUserInstalledAppInternalServerError) IsCode(code int) bool
IsCode returns true when this revoke user installed app internal server error response a status code equal to that given
func (*RevokeUserInstalledAppInternalServerError) IsRedirect ¶
func (o *RevokeUserInstalledAppInternalServerError) IsRedirect() bool
IsRedirect returns true when this revoke user installed app internal server error response has a 3xx status code
func (*RevokeUserInstalledAppInternalServerError) IsServerError ¶
func (o *RevokeUserInstalledAppInternalServerError) IsServerError() bool
IsServerError returns true when this revoke user installed app internal server error response has a 5xx status code
func (*RevokeUserInstalledAppInternalServerError) IsSuccess ¶
func (o *RevokeUserInstalledAppInternalServerError) IsSuccess() bool
IsSuccess returns true when this revoke user installed app internal server error response has a 2xx status code
func (*RevokeUserInstalledAppInternalServerError) String ¶
func (o *RevokeUserInstalledAppInternalServerError) String() 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 ¶
func (o *RevokeUserInstalledAppNoContent) Code() int
Code gets the status code for the revoke user installed app no content response
func (*RevokeUserInstalledAppNoContent) Error ¶
func (o *RevokeUserInstalledAppNoContent) Error() string
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 ¶
func (o *RevokeUserInstalledAppNoContent) String() 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 ¶
func (o *RevokeUserInstalledAppNotFound) Code() int
Code gets the status code for the revoke user installed app not found response
func (*RevokeUserInstalledAppNotFound) Error ¶
func (o *RevokeUserInstalledAppNotFound) Error() string
func (*RevokeUserInstalledAppNotFound) GetPayload ¶
func (o *RevokeUserInstalledAppNotFound) GetPayload() *models.ErrorDocument
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 ¶
func (o *RevokeUserInstalledAppNotFound) String() 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 ¶
func (o *RevokeUserInstalledAppParams) WithAppID(appID strfmt.UUID) *RevokeUserInstalledAppParams
WithAppID adds the appID to the revoke user installed app params
func (*RevokeUserInstalledAppParams) WithContext ¶
func (o *RevokeUserInstalledAppParams) WithContext(ctx context.Context) *RevokeUserInstalledAppParams
WithContext adds the context to the revoke user installed app params
func (*RevokeUserInstalledAppParams) WithDefaults ¶
func (o *RevokeUserInstalledAppParams) WithDefaults() *RevokeUserInstalledAppParams
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 ¶
func (o *RevokeUserInstalledAppParams) WithHTTPClient(client *http.Client) *RevokeUserInstalledAppParams
WithHTTPClient adds the HTTPClient to the revoke user installed app params
func (*RevokeUserInstalledAppParams) WithTimeout ¶
func (o *RevokeUserInstalledAppParams) WithTimeout(timeout time.Duration) *RevokeUserInstalledAppParams
WithTimeout adds the timeout to the revoke user installed app params
func (*RevokeUserInstalledAppParams) WithVersion ¶
func (o *RevokeUserInstalledAppParams) WithVersion(version string) *RevokeUserInstalledAppParams
WithVersion adds the version to the revoke user installed app params
func (*RevokeUserInstalledAppParams) WriteToRequest ¶
func (o *RevokeUserInstalledAppParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error
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 { strfmt.DateTime SnykRequestID strfmt.UUID SnykVersionLifecycleStage string SnykVersionRequested string SnykVersionServed string Sunset strfmt.DateTime }Deprecation
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 ¶
func (o *RevokeUserInstalledAppUnauthorized) Code() int
Code gets the status code for the revoke user installed app unauthorized response
func (*RevokeUserInstalledAppUnauthorized) Error ¶
func (o *RevokeUserInstalledAppUnauthorized) Error() string
func (*RevokeUserInstalledAppUnauthorized) GetPayload ¶
func (o *RevokeUserInstalledAppUnauthorized) GetPayload() *models.ErrorDocument
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 ¶
func (o *RevokeUserInstalledAppUnauthorized) IsCode(code int) bool
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 ¶
func (o *RevokeUserInstalledAppUnauthorized) IsSuccess() bool
IsSuccess returns true when this revoke user installed app unauthorized response has a 2xx status code
func (*RevokeUserInstalledAppUnauthorized) String ¶
func (o *RevokeUserInstalledAppUnauthorized) String() 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 ¶
func (o *UpdateAppCreationByIDBadRequest) Code() int
Code gets the status code for the update app creation by Id bad request response
func (*UpdateAppCreationByIDBadRequest) Error ¶
func (o *UpdateAppCreationByIDBadRequest) Error() string
func (*UpdateAppCreationByIDBadRequest) GetPayload ¶
func (o *UpdateAppCreationByIDBadRequest) GetPayload() *models.ErrorDocument
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 ¶
func (o *UpdateAppCreationByIDBadRequest) String() 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 ¶
func (o *UpdateAppCreationByIDConflict) Code() int
Code gets the status code for the update app creation by Id conflict response
func (*UpdateAppCreationByIDConflict) Error ¶
func (o *UpdateAppCreationByIDConflict) Error() string
func (*UpdateAppCreationByIDConflict) GetPayload ¶
func (o *UpdateAppCreationByIDConflict) GetPayload() *models.ErrorDocument
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 ¶
func (o *UpdateAppCreationByIDConflict) String() 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 ¶
func (o *UpdateAppCreationByIDForbidden) Code() int
Code gets the status code for the update app creation by Id forbidden response
func (*UpdateAppCreationByIDForbidden) Error ¶
func (o *UpdateAppCreationByIDForbidden) Error() string
func (*UpdateAppCreationByIDForbidden) GetPayload ¶
func (o *UpdateAppCreationByIDForbidden) GetPayload() *UpdateAppCreationByIDForbiddenBody
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 ¶
func (o *UpdateAppCreationByIDForbidden) String() 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
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 ¶
func (o *UpdateAppCreationByIDForbiddenBodyErrorsItems0) ContextValidate(ctx context.Context, formats strfmt.Registry) error
ContextValidate validate this update app creation by ID forbidden body errors items0 based on the context it is used
func (*UpdateAppCreationByIDForbiddenBodyErrorsItems0) MarshalBinary ¶
func (o *UpdateAppCreationByIDForbiddenBodyErrorsItems0) MarshalBinary() ([]byte, error)
MarshalBinary interface implementation
func (*UpdateAppCreationByIDForbiddenBodyErrorsItems0) UnmarshalBinary ¶
func (o *UpdateAppCreationByIDForbiddenBodyErrorsItems0) UnmarshalBinary(b []byte) error
UnmarshalBinary interface implementation
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 ¶
func (o *UpdateAppCreationByIDForbiddenBodyErrorsItems0Source) ContextValidate(ctx context.Context, formats strfmt.Registry) error
ContextValidate validates this update app creation by ID forbidden body errors items0 source based on context it is used
func (*UpdateAppCreationByIDForbiddenBodyErrorsItems0Source) MarshalBinary ¶
func (o *UpdateAppCreationByIDForbiddenBodyErrorsItems0Source) MarshalBinary() ([]byte, error)
MarshalBinary interface implementation
func (*UpdateAppCreationByIDForbiddenBodyErrorsItems0Source) UnmarshalBinary ¶
func (o *UpdateAppCreationByIDForbiddenBodyErrorsItems0Source) UnmarshalBinary(b []byte) error
UnmarshalBinary interface implementation
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 ¶
func (o *UpdateAppCreationByIDForbiddenBodyJsonapi) ContextValidate(ctx context.Context, formats strfmt.Registry) error
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
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 ¶
func (o *UpdateAppCreationByIDInternalServerError) Code() int
Code gets the status code for the update app creation by Id internal server error response
func (*UpdateAppCreationByIDInternalServerError) Error ¶
func (o *UpdateAppCreationByIDInternalServerError) Error() string
func (*UpdateAppCreationByIDInternalServerError) GetPayload ¶
func (o *UpdateAppCreationByIDInternalServerError) GetPayload() *models.ErrorDocument
func (*UpdateAppCreationByIDInternalServerError) IsClientError ¶
func (o *UpdateAppCreationByIDInternalServerError) IsClientError() bool
IsClientError returns true when this update app creation by Id internal server error response has a 4xx status code
func (*UpdateAppCreationByIDInternalServerError) IsCode ¶
func (o *UpdateAppCreationByIDInternalServerError) IsCode(code int) bool
IsCode returns true when this update app creation by Id internal server error response a status code equal to that given
func (*UpdateAppCreationByIDInternalServerError) IsRedirect ¶
func (o *UpdateAppCreationByIDInternalServerError) IsRedirect() bool
IsRedirect returns true when this update app creation by Id internal server error response has a 3xx status code
func (*UpdateAppCreationByIDInternalServerError) IsServerError ¶
func (o *UpdateAppCreationByIDInternalServerError) IsServerError() bool
IsServerError returns true when this update app creation by Id internal server error response has a 5xx status code
func (*UpdateAppCreationByIDInternalServerError) IsSuccess ¶
func (o *UpdateAppCreationByIDInternalServerError) IsSuccess() bool
IsSuccess returns true when this update app creation by Id internal server error response has a 2xx status code
func (*UpdateAppCreationByIDInternalServerError) String ¶
func (o *UpdateAppCreationByIDInternalServerError) String() 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 ¶
func (o *UpdateAppCreationByIDNotFound) Code() int
Code gets the status code for the update app creation by Id not found response
func (*UpdateAppCreationByIDNotFound) Error ¶
func (o *UpdateAppCreationByIDNotFound) Error() string
func (*UpdateAppCreationByIDNotFound) GetPayload ¶
func (o *UpdateAppCreationByIDNotFound) GetPayload() *models.ErrorDocument
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 ¶
func (o *UpdateAppCreationByIDNotFound) String() 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 (o *UpdateAppCreationByIDOK) GetPayload() *UpdateAppCreationByIDOKBody
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
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 ¶
func (o *UpdateAppCreationByIDParams) SetBody(body *models.AppPatchRequest)
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 ¶
func (o *UpdateAppCreationByIDParams) WithAppID(appID strfmt.UUID) *UpdateAppCreationByIDParams
WithAppID adds the appID to the update app creation by ID params
func (*UpdateAppCreationByIDParams) WithBody ¶
func (o *UpdateAppCreationByIDParams) WithBody(body *models.AppPatchRequest) *UpdateAppCreationByIDParams
WithBody adds the body to the update app creation by ID params
func (*UpdateAppCreationByIDParams) WithContext ¶
func (o *UpdateAppCreationByIDParams) WithContext(ctx context.Context) *UpdateAppCreationByIDParams
WithContext adds the context to the update app creation by ID params
func (*UpdateAppCreationByIDParams) WithDefaults ¶
func (o *UpdateAppCreationByIDParams) WithDefaults() *UpdateAppCreationByIDParams
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 ¶
func (o *UpdateAppCreationByIDParams) WithHTTPClient(client *http.Client) *UpdateAppCreationByIDParams
WithHTTPClient adds the HTTPClient to the update app creation by ID params
func (*UpdateAppCreationByIDParams) WithOrgID ¶
func (o *UpdateAppCreationByIDParams) WithOrgID(orgID strfmt.UUID) *UpdateAppCreationByIDParams
WithOrgID adds the orgID to the update app creation by ID params
func (*UpdateAppCreationByIDParams) WithTimeout ¶
func (o *UpdateAppCreationByIDParams) WithTimeout(timeout time.Duration) *UpdateAppCreationByIDParams
WithTimeout adds the timeout to the update app creation by ID params
func (*UpdateAppCreationByIDParams) WithVersion ¶
func (o *UpdateAppCreationByIDParams) WithVersion(version string) *UpdateAppCreationByIDParams
WithVersion adds the version to the update app creation by ID params
func (*UpdateAppCreationByIDParams) WriteToRequest ¶
func (o *UpdateAppCreationByIDParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error
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 { strfmt.DateTime SnykRequestID strfmt.UUID SnykVersionLifecycleStage string SnykVersionRequested string SnykVersionServed string Sunset strfmt.DateTime }Deprecation
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 ¶
func (o *UpdateAppCreationByIDUnauthorized) Code() int
Code gets the status code for the update app creation by Id unauthorized response
func (*UpdateAppCreationByIDUnauthorized) Error ¶
func (o *UpdateAppCreationByIDUnauthorized) Error() string
func (*UpdateAppCreationByIDUnauthorized) GetPayload ¶
func (o *UpdateAppCreationByIDUnauthorized) GetPayload() *models.ErrorDocument
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 ¶
func (o *UpdateAppCreationByIDUnauthorized) String() 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
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
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 ¶
func (o *UpdateAppForbiddenBodyErrorsItems0Source) ContextValidate(ctx context.Context, formats strfmt.Registry) error
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
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
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 ¶
func (o *UpdateAppInternalServerError) Code() int
Code gets the status code for the update app internal server error response
func (*UpdateAppInternalServerError) Error ¶
func (o *UpdateAppInternalServerError) Error() string
func (*UpdateAppInternalServerError) GetPayload ¶
func (o *UpdateAppInternalServerError) GetPayload() *models.ErrorDocument
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 ¶
func (o *UpdateAppInternalServerError) String() 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 ¶
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
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 ¶
func (o *UpdateAppParams) WithBody(body *models.AppPatchRequest) *UpdateAppParams
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 { strfmt.DateTime SnykRequestID strfmt.UUID SnykVersionLifecycleStage string SnykVersionRequested string SnykVersionServed string Sunset strfmt.DateTime }Deprecation
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 ¶
func (o *UpdateGroupAppInstallSecretBadRequest) Code() int
Code gets the status code for the update group app install secret bad request response
func (*UpdateGroupAppInstallSecretBadRequest) Error ¶
func (o *UpdateGroupAppInstallSecretBadRequest) Error() string
func (*UpdateGroupAppInstallSecretBadRequest) GetPayload ¶
func (o *UpdateGroupAppInstallSecretBadRequest) GetPayload() *models.ErrorDocument
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 ¶
func (o *UpdateGroupAppInstallSecretBadRequest) IsCode(code int) bool
IsCode returns true when this update group app install secret bad request response a status code equal to that given
func (*UpdateGroupAppInstallSecretBadRequest) IsRedirect ¶
func (o *UpdateGroupAppInstallSecretBadRequest) IsRedirect() bool
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 ¶
func (o *UpdateGroupAppInstallSecretBadRequest) IsSuccess() bool
IsSuccess returns true when this update group app install secret bad request response has a 2xx status code
func (*UpdateGroupAppInstallSecretBadRequest) String ¶
func (o *UpdateGroupAppInstallSecretBadRequest) String() 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
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 ¶
func (o *UpdateGroupAppInstallSecretConflict) Code() int
Code gets the status code for the update group app install secret conflict response
func (*UpdateGroupAppInstallSecretConflict) Error ¶
func (o *UpdateGroupAppInstallSecretConflict) Error() string
func (*UpdateGroupAppInstallSecretConflict) GetPayload ¶
func (o *UpdateGroupAppInstallSecretConflict) GetPayload() *models.ErrorDocument
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 ¶
func (o *UpdateGroupAppInstallSecretConflict) IsCode(code int) bool
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 ¶
func (o *UpdateGroupAppInstallSecretConflict) IsSuccess() bool
IsSuccess returns true when this update group app install secret conflict response has a 2xx status code
func (*UpdateGroupAppInstallSecretConflict) String ¶
func (o *UpdateGroupAppInstallSecretConflict) String() 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 ¶
func (o *UpdateGroupAppInstallSecretForbidden) Code() int
Code gets the status code for the update group app install secret forbidden response
func (*UpdateGroupAppInstallSecretForbidden) Error ¶
func (o *UpdateGroupAppInstallSecretForbidden) Error() string
func (*UpdateGroupAppInstallSecretForbidden) GetPayload ¶
func (o *UpdateGroupAppInstallSecretForbidden) GetPayload() *UpdateGroupAppInstallSecretForbiddenBody
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 ¶
func (o *UpdateGroupAppInstallSecretForbidden) IsCode(code int) bool
IsCode returns true when this update group app install secret forbidden response a status code equal to that given
func (*UpdateGroupAppInstallSecretForbidden) IsRedirect ¶
func (o *UpdateGroupAppInstallSecretForbidden) IsRedirect() bool
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 ¶
func (o *UpdateGroupAppInstallSecretForbidden) IsSuccess() bool
IsSuccess returns true when this update group app install secret forbidden response has a 2xx status code
func (*UpdateGroupAppInstallSecretForbidden) String ¶
func (o *UpdateGroupAppInstallSecretForbidden) String() 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 ¶
func (o *UpdateGroupAppInstallSecretForbiddenBody) ContextValidate(ctx context.Context, formats strfmt.Registry) error
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
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 ¶
func (o *UpdateGroupAppInstallSecretForbiddenBodyErrorsItems0) ContextValidate(ctx context.Context, formats strfmt.Registry) error
ContextValidate validate this update group app install secret forbidden body errors items0 based on the context it is used
func (*UpdateGroupAppInstallSecretForbiddenBodyErrorsItems0) MarshalBinary ¶
func (o *UpdateGroupAppInstallSecretForbiddenBodyErrorsItems0) MarshalBinary() ([]byte, error)
MarshalBinary interface implementation
func (*UpdateGroupAppInstallSecretForbiddenBodyErrorsItems0) UnmarshalBinary ¶
func (o *UpdateGroupAppInstallSecretForbiddenBodyErrorsItems0) UnmarshalBinary(b []byte) error
UnmarshalBinary interface implementation
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 ¶
func (o *UpdateGroupAppInstallSecretForbiddenBodyErrorsItems0Source) ContextValidate(ctx context.Context, formats strfmt.Registry) error
ContextValidate validates this update group app install secret forbidden body errors items0 source based on context it is used
func (*UpdateGroupAppInstallSecretForbiddenBodyErrorsItems0Source) MarshalBinary ¶
func (o *UpdateGroupAppInstallSecretForbiddenBodyErrorsItems0Source) MarshalBinary() ([]byte, error)
MarshalBinary interface implementation
func (*UpdateGroupAppInstallSecretForbiddenBodyErrorsItems0Source) UnmarshalBinary ¶
func (o *UpdateGroupAppInstallSecretForbiddenBodyErrorsItems0Source) UnmarshalBinary(b []byte) error
UnmarshalBinary interface implementation
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 ¶
func (o *UpdateGroupAppInstallSecretForbiddenBodyJsonapi) ContextValidate(ctx context.Context, formats strfmt.Registry) error
ContextValidate validates this update group app install secret forbidden body jsonapi based on context it is used
func (*UpdateGroupAppInstallSecretForbiddenBodyJsonapi) MarshalBinary ¶
func (o *UpdateGroupAppInstallSecretForbiddenBodyJsonapi) MarshalBinary() ([]byte, error)
MarshalBinary interface implementation
func (*UpdateGroupAppInstallSecretForbiddenBodyJsonapi) UnmarshalBinary ¶
func (o *UpdateGroupAppInstallSecretForbiddenBodyJsonapi) UnmarshalBinary(b []byte) error
UnmarshalBinary interface implementation
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 ¶
func (o *UpdateGroupAppInstallSecretInternalServerError) Code() int
Code gets the status code for the update group app install secret internal server error response
func (*UpdateGroupAppInstallSecretInternalServerError) Error ¶
func (o *UpdateGroupAppInstallSecretInternalServerError) Error() string
func (*UpdateGroupAppInstallSecretInternalServerError) GetPayload ¶
func (o *UpdateGroupAppInstallSecretInternalServerError) GetPayload() *models.ErrorDocument
func (*UpdateGroupAppInstallSecretInternalServerError) IsClientError ¶
func (o *UpdateGroupAppInstallSecretInternalServerError) IsClientError() bool
IsClientError returns true when this update group app install secret internal server error response has a 4xx status code
func (*UpdateGroupAppInstallSecretInternalServerError) IsCode ¶
func (o *UpdateGroupAppInstallSecretInternalServerError) IsCode(code int) bool
IsCode returns true when this update group app install secret internal server error response a status code equal to that given
func (*UpdateGroupAppInstallSecretInternalServerError) IsRedirect ¶
func (o *UpdateGroupAppInstallSecretInternalServerError) IsRedirect() bool
IsRedirect returns true when this update group app install secret internal server error response has a 3xx status code
func (*UpdateGroupAppInstallSecretInternalServerError) IsServerError ¶
func (o *UpdateGroupAppInstallSecretInternalServerError) IsServerError() bool
IsServerError returns true when this update group app install secret internal server error response has a 5xx status code
func (*UpdateGroupAppInstallSecretInternalServerError) IsSuccess ¶
func (o *UpdateGroupAppInstallSecretInternalServerError) IsSuccess() bool
IsSuccess returns true when this update group app install secret internal server error response has a 2xx status code
func (*UpdateGroupAppInstallSecretInternalServerError) String ¶
func (o *UpdateGroupAppInstallSecretInternalServerError) String() 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 ¶
func (o *UpdateGroupAppInstallSecretNotFound) Code() int
Code gets the status code for the update group app install secret not found response
func (*UpdateGroupAppInstallSecretNotFound) Error ¶
func (o *UpdateGroupAppInstallSecretNotFound) Error() string
func (*UpdateGroupAppInstallSecretNotFound) GetPayload ¶
func (o *UpdateGroupAppInstallSecretNotFound) GetPayload() *models.ErrorDocument
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 ¶
func (o *UpdateGroupAppInstallSecretNotFound) IsCode(code int) bool
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 ¶
func (o *UpdateGroupAppInstallSecretNotFound) IsSuccess() bool
IsSuccess returns true when this update group app install secret not found response has a 2xx status code
func (*UpdateGroupAppInstallSecretNotFound) String ¶
func (o *UpdateGroupAppInstallSecretNotFound) String() 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 ¶
func (o *UpdateGroupAppInstallSecretOK) Code() int
Code gets the status code for the update group app install secret o k response
func (*UpdateGroupAppInstallSecretOK) Error ¶
func (o *UpdateGroupAppInstallSecretOK) Error() string
func (*UpdateGroupAppInstallSecretOK) GetPayload ¶
func (o *UpdateGroupAppInstallSecretOK) GetPayload() *UpdateGroupAppInstallSecretOKBody
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 ¶
func (o *UpdateGroupAppInstallSecretOK) String() 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
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 ¶
func (o *UpdateGroupAppInstallSecretParams) SetBody(body UpdateGroupAppInstallSecretBody)
SetBody adds the body to the update group app install secret params
func (*UpdateGroupAppInstallSecretParams) SetContext ¶
func (o *UpdateGroupAppInstallSecretParams) SetContext(ctx context.Context)
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 ¶
func (o *UpdateGroupAppInstallSecretParams) WithBody(body UpdateGroupAppInstallSecretBody) *UpdateGroupAppInstallSecretParams
WithBody adds the body to the update group app install secret params
func (*UpdateGroupAppInstallSecretParams) WithContext ¶
func (o *UpdateGroupAppInstallSecretParams) WithContext(ctx context.Context) *UpdateGroupAppInstallSecretParams
WithContext adds the context to the update group app install secret params
func (*UpdateGroupAppInstallSecretParams) WithDefaults ¶
func (o *UpdateGroupAppInstallSecretParams) WithDefaults() *UpdateGroupAppInstallSecretParams
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 ¶
func (o *UpdateGroupAppInstallSecretParams) WithGroupID(groupID strfmt.UUID) *UpdateGroupAppInstallSecretParams
WithGroupID adds the groupID to the update group app install secret params
func (*UpdateGroupAppInstallSecretParams) WithHTTPClient ¶
func (o *UpdateGroupAppInstallSecretParams) WithHTTPClient(client *http.Client) *UpdateGroupAppInstallSecretParams
WithHTTPClient adds the HTTPClient to the update group app install secret params
func (*UpdateGroupAppInstallSecretParams) WithInstallID ¶
func (o *UpdateGroupAppInstallSecretParams) WithInstallID(installID strfmt.UUID) *UpdateGroupAppInstallSecretParams
WithInstallID adds the installID to the update group app install secret params
func (*UpdateGroupAppInstallSecretParams) WithTimeout ¶
func (o *UpdateGroupAppInstallSecretParams) WithTimeout(timeout time.Duration) *UpdateGroupAppInstallSecretParams
WithTimeout adds the timeout to the update group app install secret params
func (*UpdateGroupAppInstallSecretParams) WithVersion ¶
func (o *UpdateGroupAppInstallSecretParams) WithVersion(version string) *UpdateGroupAppInstallSecretParams
WithVersion adds the version to the update group app install secret params
func (*UpdateGroupAppInstallSecretParams) WriteToRequest ¶
func (o *UpdateGroupAppInstallSecretParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error
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 ¶
func (o *UpdateGroupAppInstallSecretParamsBodyData) ContextValidate(ctx context.Context, formats strfmt.Registry) error
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
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 ¶
func (o *UpdateGroupAppInstallSecretParamsBodyDataAttributes) ContextValidate(ctx context.Context, formats strfmt.Registry) error
ContextValidate validates this update group app install secret params body data attributes based on context it is used
func (*UpdateGroupAppInstallSecretParamsBodyDataAttributes) MarshalBinary ¶
func (o *UpdateGroupAppInstallSecretParamsBodyDataAttributes) MarshalBinary() ([]byte, error)
MarshalBinary interface implementation
func (*UpdateGroupAppInstallSecretParamsBodyDataAttributes) UnmarshalBinary ¶
func (o *UpdateGroupAppInstallSecretParamsBodyDataAttributes) UnmarshalBinary(b []byte) error
UnmarshalBinary interface implementation
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 { strfmt.DateTime SnykRequestID strfmt.UUID SnykVersionLifecycleStage string SnykVersionRequested string SnykVersionServed string Sunset strfmt.DateTime }Deprecation
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 ¶
func (o *UpdateGroupAppInstallSecretUnauthorized) Code() int
Code gets the status code for the update group app install secret unauthorized response
func (*UpdateGroupAppInstallSecretUnauthorized) Error ¶
func (o *UpdateGroupAppInstallSecretUnauthorized) Error() string
func (*UpdateGroupAppInstallSecretUnauthorized) GetPayload ¶
func (o *UpdateGroupAppInstallSecretUnauthorized) GetPayload() *models.ErrorDocument
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 ¶
func (o *UpdateGroupAppInstallSecretUnauthorized) IsCode(code int) bool
IsCode returns true when this update group app install secret unauthorized response a status code equal to that given
func (*UpdateGroupAppInstallSecretUnauthorized) IsRedirect ¶
func (o *UpdateGroupAppInstallSecretUnauthorized) IsRedirect() bool
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 ¶
func (o *UpdateGroupAppInstallSecretUnauthorized) IsSuccess() bool
IsSuccess returns true when this update group app install secret unauthorized response has a 2xx status code
func (*UpdateGroupAppInstallSecretUnauthorized) String ¶
func (o *UpdateGroupAppInstallSecretUnauthorized) String() 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 ¶
func (o *UpdateOrgAppInstallSecretBadRequest) Code() int
Code gets the status code for the update org app install secret bad request response
func (*UpdateOrgAppInstallSecretBadRequest) Error ¶
func (o *UpdateOrgAppInstallSecretBadRequest) Error() string
func (*UpdateOrgAppInstallSecretBadRequest) GetPayload ¶
func (o *UpdateOrgAppInstallSecretBadRequest) GetPayload() *models.ErrorDocument
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 ¶
func (o *UpdateOrgAppInstallSecretBadRequest) IsCode(code int) bool
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 ¶
func (o *UpdateOrgAppInstallSecretBadRequest) IsSuccess() bool
IsSuccess returns true when this update org app install secret bad request response has a 2xx status code
func (*UpdateOrgAppInstallSecretBadRequest) String ¶
func (o *UpdateOrgAppInstallSecretBadRequest) String() 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
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 ¶
func (o *UpdateOrgAppInstallSecretConflict) Code() int
Code gets the status code for the update org app install secret conflict response
func (*UpdateOrgAppInstallSecretConflict) Error ¶
func (o *UpdateOrgAppInstallSecretConflict) Error() string
func (*UpdateOrgAppInstallSecretConflict) GetPayload ¶
func (o *UpdateOrgAppInstallSecretConflict) GetPayload() *models.ErrorDocument
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 ¶
func (o *UpdateOrgAppInstallSecretConflict) String() 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 ¶
func (o *UpdateOrgAppInstallSecretForbidden) Code() int
Code gets the status code for the update org app install secret forbidden response
func (*UpdateOrgAppInstallSecretForbidden) Error ¶
func (o *UpdateOrgAppInstallSecretForbidden) Error() string
func (*UpdateOrgAppInstallSecretForbidden) GetPayload ¶
func (o *UpdateOrgAppInstallSecretForbidden) GetPayload() *UpdateOrgAppInstallSecretForbiddenBody
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 ¶
func (o *UpdateOrgAppInstallSecretForbidden) IsCode(code int) bool
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 ¶
func (o *UpdateOrgAppInstallSecretForbidden) IsSuccess() bool
IsSuccess returns true when this update org app install secret forbidden response has a 2xx status code
func (*UpdateOrgAppInstallSecretForbidden) String ¶
func (o *UpdateOrgAppInstallSecretForbidden) String() 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 ¶
func (o *UpdateOrgAppInstallSecretForbiddenBody) ContextValidate(ctx context.Context, formats strfmt.Registry) error
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
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 ¶
func (o *UpdateOrgAppInstallSecretForbiddenBodyErrorsItems0) ContextValidate(ctx context.Context, formats strfmt.Registry) error
ContextValidate validate this update org app install secret forbidden body errors items0 based on the context it is used
func (*UpdateOrgAppInstallSecretForbiddenBodyErrorsItems0) MarshalBinary ¶
func (o *UpdateOrgAppInstallSecretForbiddenBodyErrorsItems0) MarshalBinary() ([]byte, error)
MarshalBinary interface implementation
func (*UpdateOrgAppInstallSecretForbiddenBodyErrorsItems0) UnmarshalBinary ¶
func (o *UpdateOrgAppInstallSecretForbiddenBodyErrorsItems0) UnmarshalBinary(b []byte) error
UnmarshalBinary interface implementation
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 ¶
func (o *UpdateOrgAppInstallSecretForbiddenBodyErrorsItems0Source) ContextValidate(ctx context.Context, formats strfmt.Registry) error
ContextValidate validates this update org app install secret forbidden body errors items0 source based on context it is used
func (*UpdateOrgAppInstallSecretForbiddenBodyErrorsItems0Source) MarshalBinary ¶
func (o *UpdateOrgAppInstallSecretForbiddenBodyErrorsItems0Source) MarshalBinary() ([]byte, error)
MarshalBinary interface implementation
func (*UpdateOrgAppInstallSecretForbiddenBodyErrorsItems0Source) UnmarshalBinary ¶
func (o *UpdateOrgAppInstallSecretForbiddenBodyErrorsItems0Source) UnmarshalBinary(b []byte) error
UnmarshalBinary interface implementation
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 ¶
func (o *UpdateOrgAppInstallSecretForbiddenBodyJsonapi) ContextValidate(ctx context.Context, formats strfmt.Registry) error
ContextValidate validates this update org app install secret forbidden body jsonapi based on context it is used
func (*UpdateOrgAppInstallSecretForbiddenBodyJsonapi) MarshalBinary ¶
func (o *UpdateOrgAppInstallSecretForbiddenBodyJsonapi) MarshalBinary() ([]byte, error)
MarshalBinary interface implementation
func (*UpdateOrgAppInstallSecretForbiddenBodyJsonapi) UnmarshalBinary ¶
func (o *UpdateOrgAppInstallSecretForbiddenBodyJsonapi) UnmarshalBinary(b []byte) error
UnmarshalBinary interface implementation
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 ¶
func (o *UpdateOrgAppInstallSecretInternalServerError) Code() int
Code gets the status code for the update org app install secret internal server error response
func (*UpdateOrgAppInstallSecretInternalServerError) Error ¶
func (o *UpdateOrgAppInstallSecretInternalServerError) Error() string
func (*UpdateOrgAppInstallSecretInternalServerError) GetPayload ¶
func (o *UpdateOrgAppInstallSecretInternalServerError) GetPayload() *models.ErrorDocument
func (*UpdateOrgAppInstallSecretInternalServerError) IsClientError ¶
func (o *UpdateOrgAppInstallSecretInternalServerError) IsClientError() bool
IsClientError returns true when this update org app install secret internal server error response has a 4xx status code
func (*UpdateOrgAppInstallSecretInternalServerError) IsCode ¶
func (o *UpdateOrgAppInstallSecretInternalServerError) IsCode(code int) bool
IsCode returns true when this update org app install secret internal server error response a status code equal to that given
func (*UpdateOrgAppInstallSecretInternalServerError) IsRedirect ¶
func (o *UpdateOrgAppInstallSecretInternalServerError) IsRedirect() bool
IsRedirect returns true when this update org app install secret internal server error response has a 3xx status code
func (*UpdateOrgAppInstallSecretInternalServerError) IsServerError ¶
func (o *UpdateOrgAppInstallSecretInternalServerError) IsServerError() bool
IsServerError returns true when this update org app install secret internal server error response has a 5xx status code
func (*UpdateOrgAppInstallSecretInternalServerError) IsSuccess ¶
func (o *UpdateOrgAppInstallSecretInternalServerError) IsSuccess() bool
IsSuccess returns true when this update org app install secret internal server error response has a 2xx status code
func (*UpdateOrgAppInstallSecretInternalServerError) String ¶
func (o *UpdateOrgAppInstallSecretInternalServerError) String() 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 ¶
func (o *UpdateOrgAppInstallSecretNotFound) Code() int
Code gets the status code for the update org app install secret not found response
func (*UpdateOrgAppInstallSecretNotFound) Error ¶
func (o *UpdateOrgAppInstallSecretNotFound) Error() string
func (*UpdateOrgAppInstallSecretNotFound) GetPayload ¶
func (o *UpdateOrgAppInstallSecretNotFound) GetPayload() *models.ErrorDocument
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 ¶
func (o *UpdateOrgAppInstallSecretNotFound) String() 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 (o *UpdateOrgAppInstallSecretOK) Error() string
func (*UpdateOrgAppInstallSecretOK) GetPayload ¶
func (o *UpdateOrgAppInstallSecretOK) GetPayload() *UpdateOrgAppInstallSecretOKBody
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
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 ¶
func (o *UpdateOrgAppInstallSecretParams) SetBody(body UpdateOrgAppInstallSecretBody)
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 ¶
func (o *UpdateOrgAppInstallSecretParams) WithBody(body UpdateOrgAppInstallSecretBody) *UpdateOrgAppInstallSecretParams
WithBody adds the body to the update org app install secret params
func (*UpdateOrgAppInstallSecretParams) WithContext ¶
func (o *UpdateOrgAppInstallSecretParams) WithContext(ctx context.Context) *UpdateOrgAppInstallSecretParams
WithContext adds the context to the update org app install secret params
func (*UpdateOrgAppInstallSecretParams) WithDefaults ¶
func (o *UpdateOrgAppInstallSecretParams) WithDefaults() *UpdateOrgAppInstallSecretParams
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 ¶
func (o *UpdateOrgAppInstallSecretParams) WithHTTPClient(client *http.Client) *UpdateOrgAppInstallSecretParams
WithHTTPClient adds the HTTPClient to the update org app install secret params
func (*UpdateOrgAppInstallSecretParams) WithInstallID ¶
func (o *UpdateOrgAppInstallSecretParams) WithInstallID(installID strfmt.UUID) *UpdateOrgAppInstallSecretParams
WithInstallID adds the installID to the update org app install secret params
func (*UpdateOrgAppInstallSecretParams) WithOrgID ¶
func (o *UpdateOrgAppInstallSecretParams) WithOrgID(orgID strfmt.UUID) *UpdateOrgAppInstallSecretParams
WithOrgID adds the orgID to the update org app install secret params
func (*UpdateOrgAppInstallSecretParams) WithTimeout ¶
func (o *UpdateOrgAppInstallSecretParams) WithTimeout(timeout time.Duration) *UpdateOrgAppInstallSecretParams
WithTimeout adds the timeout to the update org app install secret params
func (*UpdateOrgAppInstallSecretParams) WithVersion ¶
func (o *UpdateOrgAppInstallSecretParams) WithVersion(version string) *UpdateOrgAppInstallSecretParams
WithVersion adds the version to the update org app install secret params
func (*UpdateOrgAppInstallSecretParams) WriteToRequest ¶
func (o *UpdateOrgAppInstallSecretParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error
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 ¶
func (o *UpdateOrgAppInstallSecretParamsBodyData) ContextValidate(ctx context.Context, formats strfmt.Registry) error
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
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 ¶
func (o *UpdateOrgAppInstallSecretParamsBodyDataAttributes) ContextValidate(ctx context.Context, formats strfmt.Registry) error
ContextValidate validates this update org app install secret params body data attributes based on context it is used
func (*UpdateOrgAppInstallSecretParamsBodyDataAttributes) MarshalBinary ¶
func (o *UpdateOrgAppInstallSecretParamsBodyDataAttributes) MarshalBinary() ([]byte, error)
MarshalBinary interface implementation
func (*UpdateOrgAppInstallSecretParamsBodyDataAttributes) UnmarshalBinary ¶
func (o *UpdateOrgAppInstallSecretParamsBodyDataAttributes) UnmarshalBinary(b []byte) error
UnmarshalBinary interface implementation
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 { strfmt.DateTime SnykRequestID strfmt.UUID SnykVersionLifecycleStage string SnykVersionRequested string SnykVersionServed string Sunset strfmt.DateTime }Deprecation
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 ¶
func (o *UpdateOrgAppInstallSecretUnauthorized) Code() int
Code gets the status code for the update org app install secret unauthorized response
func (*UpdateOrgAppInstallSecretUnauthorized) Error ¶
func (o *UpdateOrgAppInstallSecretUnauthorized) Error() string
func (*UpdateOrgAppInstallSecretUnauthorized) GetPayload ¶
func (o *UpdateOrgAppInstallSecretUnauthorized) GetPayload() *models.ErrorDocument
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 ¶
func (o *UpdateOrgAppInstallSecretUnauthorized) IsCode(code int) bool
IsCode returns true when this update org app install secret unauthorized response a status code equal to that given
func (*UpdateOrgAppInstallSecretUnauthorized) IsRedirect ¶
func (o *UpdateOrgAppInstallSecretUnauthorized) IsRedirect() bool
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 ¶
func (o *UpdateOrgAppInstallSecretUnauthorized) IsSuccess() bool
IsSuccess returns true when this update org app install secret unauthorized response has a 2xx status code
func (*UpdateOrgAppInstallSecretUnauthorized) String ¶
func (o *UpdateOrgAppInstallSecretUnauthorized) String() string
Source Files ¶
- apps_client.go
- create_app_parameters.go
- create_app_responses.go
- create_group_app_install_parameters.go
- create_group_app_install_responses.go
- create_org_app_install_parameters.go
- create_org_app_install_responses.go
- create_org_app_parameters.go
- create_org_app_responses.go
- delete_app_bot_parameters.go
- delete_app_bot_responses.go
- delete_app_by_id_parameters.go
- delete_app_by_id_responses.go
- delete_app_org_install_by_id_parameters.go
- delete_app_org_install_by_id_responses.go
- delete_app_parameters.go
- delete_app_responses.go
- delete_group_app_install_by_id_parameters.go
- delete_group_app_install_by_id_responses.go
- delete_user_app_install_by_id_parameters.go
- delete_user_app_install_by_id_responses.go
- get_app_bots_parameters.go
- get_app_bots_responses.go
- get_app_by_id_parameters.go
- get_app_by_id_responses.go
- get_app_installs_for_group_parameters.go
- get_app_installs_for_group_responses.go
- get_app_installs_for_org_parameters.go
- get_app_installs_for_org_responses.go
- get_app_installs_for_user_parameters.go
- get_app_installs_for_user_responses.go
- get_app_parameters.go
- get_app_responses.go
- get_apps_parameters.go
- get_apps_responses.go
- get_org_apps_parameters.go
- get_org_apps_responses.go
- get_user_app_sessions_parameters.go
- get_user_app_sessions_responses.go
- get_user_installed_apps_parameters.go
- get_user_installed_apps_responses.go
- manage_app_creation_secret_parameters.go
- manage_app_creation_secret_responses.go
- manage_secrets_parameters.go
- manage_secrets_responses.go
- revoke_user_app_session_parameters.go
- revoke_user_app_session_responses.go
- revoke_user_installed_app_parameters.go
- revoke_user_installed_app_responses.go
- update_app_creation_by_id_parameters.go
- update_app_creation_by_id_responses.go
- update_app_parameters.go
- update_app_responses.go
- update_group_app_install_secret_parameters.go
- update_group_app_install_secret_responses.go
- update_org_app_install_secret_parameters.go
- update_org_app_install_secret_responses.go