Versions in this module Expand all Collapse all v1 v1.7.8 May 3, 2026 Changes in this version + const CreateServiceAccountCreatedCode + const CreateServiceAccountCredsCreatedCode + const DeleteMultipleServiceAccountsNoContentCode + const DeleteServiceAccountNoContentCode + const GetServiceAccountOKCode + const ListUserServiceAccountsOKCode + const UpdateServiceAccountOKCode + type CreateServiceAccount struct + Context *middleware.Context + Handler CreateServiceAccountHandler + func NewCreateServiceAccount(ctx *middleware.Context, handler CreateServiceAccountHandler) *CreateServiceAccount + func (o *CreateServiceAccount) ServeHTTP(rw http.ResponseWriter, r *http.Request) + type CreateServiceAccountCreated struct + Payload *models.ServiceAccountCreds + func NewCreateServiceAccountCreated() *CreateServiceAccountCreated + func (o *CreateServiceAccountCreated) SetPayload(payload *models.ServiceAccountCreds) + func (o *CreateServiceAccountCreated) WithPayload(payload *models.ServiceAccountCreds) *CreateServiceAccountCreated + func (o *CreateServiceAccountCreated) WriteResponse(rw http.ResponseWriter, producer runtime.Producer) + type CreateServiceAccountCreds struct + Context *middleware.Context + Handler CreateServiceAccountCredsHandler + func NewCreateServiceAccountCreds(ctx *middleware.Context, handler CreateServiceAccountCredsHandler) *CreateServiceAccountCreds + func (o *CreateServiceAccountCreds) ServeHTTP(rw http.ResponseWriter, r *http.Request) + type CreateServiceAccountCredsCreated struct + Payload *models.ServiceAccountCreds + func NewCreateServiceAccountCredsCreated() *CreateServiceAccountCredsCreated + func (o *CreateServiceAccountCredsCreated) SetPayload(payload *models.ServiceAccountCreds) + func (o *CreateServiceAccountCredsCreated) WithPayload(payload *models.ServiceAccountCreds) *CreateServiceAccountCredsCreated + func (o *CreateServiceAccountCredsCreated) WriteResponse(rw http.ResponseWriter, producer runtime.Producer) + type CreateServiceAccountCredsDefault struct + Payload *models.APIError + func NewCreateServiceAccountCredsDefault(code int) *CreateServiceAccountCredsDefault + func (o *CreateServiceAccountCredsDefault) SetPayload(payload *models.APIError) + func (o *CreateServiceAccountCredsDefault) SetStatusCode(code int) + func (o *CreateServiceAccountCredsDefault) WithPayload(payload *models.APIError) *CreateServiceAccountCredsDefault + func (o *CreateServiceAccountCredsDefault) WithStatusCode(code int) *CreateServiceAccountCredsDefault + func (o *CreateServiceAccountCredsDefault) WriteResponse(rw http.ResponseWriter, producer runtime.Producer) + type CreateServiceAccountCredsHandler interface + Handle func(CreateServiceAccountCredsParams, *models.Principal) middleware.Responder + type CreateServiceAccountCredsHandlerFunc func(CreateServiceAccountCredsParams, *models.Principal) middleware.Responder + func (fn CreateServiceAccountCredsHandlerFunc) Handle(params CreateServiceAccountCredsParams, principal *models.Principal) middleware.Responder + type CreateServiceAccountCredsParams struct + Body *models.ServiceAccountRequestCreds + HTTPRequest *http.Request + func NewCreateServiceAccountCredsParams() CreateServiceAccountCredsParams + func (o *CreateServiceAccountCredsParams) BindRequest(r *http.Request, route *middleware.MatchedRoute) error + type CreateServiceAccountCredsURL struct + func (o *CreateServiceAccountCredsURL) Build() (*url.URL, error) + func (o *CreateServiceAccountCredsURL) BuildFull(scheme, host string) (*url.URL, error) + func (o *CreateServiceAccountCredsURL) Must(u *url.URL, err error) *url.URL + func (o *CreateServiceAccountCredsURL) SetBasePath(bp string) + func (o *CreateServiceAccountCredsURL) String() string + func (o *CreateServiceAccountCredsURL) StringFull(scheme, host string) string + func (o *CreateServiceAccountCredsURL) WithBasePath(bp string) *CreateServiceAccountCredsURL + type CreateServiceAccountDefault struct + Payload *models.APIError + func NewCreateServiceAccountDefault(code int) *CreateServiceAccountDefault + func (o *CreateServiceAccountDefault) SetPayload(payload *models.APIError) + func (o *CreateServiceAccountDefault) SetStatusCode(code int) + func (o *CreateServiceAccountDefault) WithPayload(payload *models.APIError) *CreateServiceAccountDefault + func (o *CreateServiceAccountDefault) WithStatusCode(code int) *CreateServiceAccountDefault + func (o *CreateServiceAccountDefault) WriteResponse(rw http.ResponseWriter, producer runtime.Producer) + type CreateServiceAccountHandler interface + Handle func(CreateServiceAccountParams, *models.Principal) middleware.Responder + type CreateServiceAccountHandlerFunc func(CreateServiceAccountParams, *models.Principal) middleware.Responder + func (fn CreateServiceAccountHandlerFunc) Handle(params CreateServiceAccountParams, principal *models.Principal) middleware.Responder + type CreateServiceAccountParams struct + Body *models.ServiceAccountRequest + HTTPRequest *http.Request + func NewCreateServiceAccountParams() CreateServiceAccountParams + func (o *CreateServiceAccountParams) BindRequest(r *http.Request, route *middleware.MatchedRoute) error + type CreateServiceAccountURL struct + func (o *CreateServiceAccountURL) Build() (*url.URL, error) + func (o *CreateServiceAccountURL) BuildFull(scheme, host string) (*url.URL, error) + func (o *CreateServiceAccountURL) Must(u *url.URL, err error) *url.URL + func (o *CreateServiceAccountURL) SetBasePath(bp string) + func (o *CreateServiceAccountURL) String() string + func (o *CreateServiceAccountURL) StringFull(scheme, host string) string + func (o *CreateServiceAccountURL) WithBasePath(bp string) *CreateServiceAccountURL + type DeleteMultipleServiceAccounts struct + Context *middleware.Context + Handler DeleteMultipleServiceAccountsHandler + func NewDeleteMultipleServiceAccounts(ctx *middleware.Context, handler DeleteMultipleServiceAccountsHandler) *DeleteMultipleServiceAccounts + func (o *DeleteMultipleServiceAccounts) ServeHTTP(rw http.ResponseWriter, r *http.Request) + type DeleteMultipleServiceAccountsDefault struct + Payload *models.APIError + func NewDeleteMultipleServiceAccountsDefault(code int) *DeleteMultipleServiceAccountsDefault + func (o *DeleteMultipleServiceAccountsDefault) SetPayload(payload *models.APIError) + func (o *DeleteMultipleServiceAccountsDefault) SetStatusCode(code int) + func (o *DeleteMultipleServiceAccountsDefault) WithPayload(payload *models.APIError) *DeleteMultipleServiceAccountsDefault + func (o *DeleteMultipleServiceAccountsDefault) WithStatusCode(code int) *DeleteMultipleServiceAccountsDefault + func (o *DeleteMultipleServiceAccountsDefault) WriteResponse(rw http.ResponseWriter, producer runtime.Producer) + type DeleteMultipleServiceAccountsHandler interface + Handle func(DeleteMultipleServiceAccountsParams, *models.Principal) middleware.Responder + type DeleteMultipleServiceAccountsHandlerFunc func(DeleteMultipleServiceAccountsParams, *models.Principal) middleware.Responder + func (fn DeleteMultipleServiceAccountsHandlerFunc) Handle(params DeleteMultipleServiceAccountsParams, principal *models.Principal) middleware.Responder + type DeleteMultipleServiceAccountsNoContent struct + func NewDeleteMultipleServiceAccountsNoContent() *DeleteMultipleServiceAccountsNoContent + func (o *DeleteMultipleServiceAccountsNoContent) WriteResponse(rw http.ResponseWriter, producer runtime.Producer) + type DeleteMultipleServiceAccountsParams struct + HTTPRequest *http.Request + SelectedSA models.SelectedSAs + func NewDeleteMultipleServiceAccountsParams() DeleteMultipleServiceAccountsParams + func (o *DeleteMultipleServiceAccountsParams) BindRequest(r *http.Request, route *middleware.MatchedRoute) error + type DeleteMultipleServiceAccountsURL struct + func (o *DeleteMultipleServiceAccountsURL) Build() (*url.URL, error) + func (o *DeleteMultipleServiceAccountsURL) BuildFull(scheme, host string) (*url.URL, error) + func (o *DeleteMultipleServiceAccountsURL) Must(u *url.URL, err error) *url.URL + func (o *DeleteMultipleServiceAccountsURL) SetBasePath(bp string) + func (o *DeleteMultipleServiceAccountsURL) String() string + func (o *DeleteMultipleServiceAccountsURL) StringFull(scheme, host string) string + func (o *DeleteMultipleServiceAccountsURL) WithBasePath(bp string) *DeleteMultipleServiceAccountsURL + type DeleteServiceAccount struct + Context *middleware.Context + Handler DeleteServiceAccountHandler + func NewDeleteServiceAccount(ctx *middleware.Context, handler DeleteServiceAccountHandler) *DeleteServiceAccount + func (o *DeleteServiceAccount) ServeHTTP(rw http.ResponseWriter, r *http.Request) + type DeleteServiceAccountDefault struct + Payload *models.APIError + func NewDeleteServiceAccountDefault(code int) *DeleteServiceAccountDefault + func (o *DeleteServiceAccountDefault) SetPayload(payload *models.APIError) + func (o *DeleteServiceAccountDefault) SetStatusCode(code int) + func (o *DeleteServiceAccountDefault) WithPayload(payload *models.APIError) *DeleteServiceAccountDefault + func (o *DeleteServiceAccountDefault) WithStatusCode(code int) *DeleteServiceAccountDefault + func (o *DeleteServiceAccountDefault) WriteResponse(rw http.ResponseWriter, producer runtime.Producer) + type DeleteServiceAccountHandler interface + Handle func(DeleteServiceAccountParams, *models.Principal) middleware.Responder + type DeleteServiceAccountHandlerFunc func(DeleteServiceAccountParams, *models.Principal) middleware.Responder + func (fn DeleteServiceAccountHandlerFunc) Handle(params DeleteServiceAccountParams, principal *models.Principal) middleware.Responder + type DeleteServiceAccountNoContent struct + func NewDeleteServiceAccountNoContent() *DeleteServiceAccountNoContent + func (o *DeleteServiceAccountNoContent) WriteResponse(rw http.ResponseWriter, producer runtime.Producer) + type DeleteServiceAccountParams struct + AccessKey string + HTTPRequest *http.Request + func NewDeleteServiceAccountParams() DeleteServiceAccountParams + func (o *DeleteServiceAccountParams) BindRequest(r *http.Request, route *middleware.MatchedRoute) error + type DeleteServiceAccountURL struct + AccessKey string + func (o *DeleteServiceAccountURL) Build() (*url.URL, error) + func (o *DeleteServiceAccountURL) BuildFull(scheme, host string) (*url.URL, error) + func (o *DeleteServiceAccountURL) Must(u *url.URL, err error) *url.URL + func (o *DeleteServiceAccountURL) SetBasePath(bp string) + func (o *DeleteServiceAccountURL) String() string + func (o *DeleteServiceAccountURL) StringFull(scheme, host string) string + func (o *DeleteServiceAccountURL) WithBasePath(bp string) *DeleteServiceAccountURL + type GetServiceAccount struct + Context *middleware.Context + Handler GetServiceAccountHandler + func NewGetServiceAccount(ctx *middleware.Context, handler GetServiceAccountHandler) *GetServiceAccount + func (o *GetServiceAccount) ServeHTTP(rw http.ResponseWriter, r *http.Request) + type GetServiceAccountDefault struct + Payload *models.APIError + func NewGetServiceAccountDefault(code int) *GetServiceAccountDefault + func (o *GetServiceAccountDefault) SetPayload(payload *models.APIError) + func (o *GetServiceAccountDefault) SetStatusCode(code int) + func (o *GetServiceAccountDefault) WithPayload(payload *models.APIError) *GetServiceAccountDefault + func (o *GetServiceAccountDefault) WithStatusCode(code int) *GetServiceAccountDefault + func (o *GetServiceAccountDefault) WriteResponse(rw http.ResponseWriter, producer runtime.Producer) + type GetServiceAccountHandler interface + Handle func(GetServiceAccountParams, *models.Principal) middleware.Responder + type GetServiceAccountHandlerFunc func(GetServiceAccountParams, *models.Principal) middleware.Responder + func (fn GetServiceAccountHandlerFunc) Handle(params GetServiceAccountParams, principal *models.Principal) middleware.Responder + type GetServiceAccountOK struct + Payload *models.ServiceAccount + func NewGetServiceAccountOK() *GetServiceAccountOK + func (o *GetServiceAccountOK) SetPayload(payload *models.ServiceAccount) + func (o *GetServiceAccountOK) WithPayload(payload *models.ServiceAccount) *GetServiceAccountOK + func (o *GetServiceAccountOK) WriteResponse(rw http.ResponseWriter, producer runtime.Producer) + type GetServiceAccountParams struct + AccessKey string + HTTPRequest *http.Request + func NewGetServiceAccountParams() GetServiceAccountParams + func (o *GetServiceAccountParams) BindRequest(r *http.Request, route *middleware.MatchedRoute) error + type GetServiceAccountURL struct + AccessKey string + func (o *GetServiceAccountURL) Build() (*url.URL, error) + func (o *GetServiceAccountURL) BuildFull(scheme, host string) (*url.URL, error) + func (o *GetServiceAccountURL) Must(u *url.URL, err error) *url.URL + func (o *GetServiceAccountURL) SetBasePath(bp string) + func (o *GetServiceAccountURL) String() string + func (o *GetServiceAccountURL) StringFull(scheme, host string) string + func (o *GetServiceAccountURL) WithBasePath(bp string) *GetServiceAccountURL + type ListUserServiceAccounts struct + Context *middleware.Context + Handler ListUserServiceAccountsHandler + func NewListUserServiceAccounts(ctx *middleware.Context, handler ListUserServiceAccountsHandler) *ListUserServiceAccounts + func (o *ListUserServiceAccounts) ServeHTTP(rw http.ResponseWriter, r *http.Request) + type ListUserServiceAccountsDefault struct + Payload *models.APIError + func NewListUserServiceAccountsDefault(code int) *ListUserServiceAccountsDefault + func (o *ListUserServiceAccountsDefault) SetPayload(payload *models.APIError) + func (o *ListUserServiceAccountsDefault) SetStatusCode(code int) + func (o *ListUserServiceAccountsDefault) WithPayload(payload *models.APIError) *ListUserServiceAccountsDefault + func (o *ListUserServiceAccountsDefault) WithStatusCode(code int) *ListUserServiceAccountsDefault + func (o *ListUserServiceAccountsDefault) WriteResponse(rw http.ResponseWriter, producer runtime.Producer) + type ListUserServiceAccountsHandler interface + Handle func(ListUserServiceAccountsParams, *models.Principal) middleware.Responder + type ListUserServiceAccountsHandlerFunc func(ListUserServiceAccountsParams, *models.Principal) middleware.Responder + func (fn ListUserServiceAccountsHandlerFunc) Handle(params ListUserServiceAccountsParams, principal *models.Principal) middleware.Responder + type ListUserServiceAccountsOK struct + Payload models.ServiceAccounts + func NewListUserServiceAccountsOK() *ListUserServiceAccountsOK + func (o *ListUserServiceAccountsOK) SetPayload(payload models.ServiceAccounts) + func (o *ListUserServiceAccountsOK) WithPayload(payload models.ServiceAccounts) *ListUserServiceAccountsOK + func (o *ListUserServiceAccountsOK) WriteResponse(rw http.ResponseWriter, producer runtime.Producer) + type ListUserServiceAccountsParams struct + HTTPRequest *http.Request + Limit *int32 + Offset *int32 + func NewListUserServiceAccountsParams() ListUserServiceAccountsParams + func (o *ListUserServiceAccountsParams) BindRequest(r *http.Request, route *middleware.MatchedRoute) error + type ListUserServiceAccountsURL struct + Limit *int32 + Offset *int32 + func (o *ListUserServiceAccountsURL) Build() (*url.URL, error) + func (o *ListUserServiceAccountsURL) BuildFull(scheme, host string) (*url.URL, error) + func (o *ListUserServiceAccountsURL) Must(u *url.URL, err error) *url.URL + func (o *ListUserServiceAccountsURL) SetBasePath(bp string) + func (o *ListUserServiceAccountsURL) String() string + func (o *ListUserServiceAccountsURL) StringFull(scheme, host string) string + func (o *ListUserServiceAccountsURL) WithBasePath(bp string) *ListUserServiceAccountsURL + type UpdateServiceAccount struct + Context *middleware.Context + Handler UpdateServiceAccountHandler + func NewUpdateServiceAccount(ctx *middleware.Context, handler UpdateServiceAccountHandler) *UpdateServiceAccount + func (o *UpdateServiceAccount) ServeHTTP(rw http.ResponseWriter, r *http.Request) + type UpdateServiceAccountDefault struct + Payload *models.APIError + func NewUpdateServiceAccountDefault(code int) *UpdateServiceAccountDefault + func (o *UpdateServiceAccountDefault) SetPayload(payload *models.APIError) + func (o *UpdateServiceAccountDefault) SetStatusCode(code int) + func (o *UpdateServiceAccountDefault) WithPayload(payload *models.APIError) *UpdateServiceAccountDefault + func (o *UpdateServiceAccountDefault) WithStatusCode(code int) *UpdateServiceAccountDefault + func (o *UpdateServiceAccountDefault) WriteResponse(rw http.ResponseWriter, producer runtime.Producer) + type UpdateServiceAccountHandler interface + Handle func(UpdateServiceAccountParams, *models.Principal) middleware.Responder + type UpdateServiceAccountHandlerFunc func(UpdateServiceAccountParams, *models.Principal) middleware.Responder + func (fn UpdateServiceAccountHandlerFunc) Handle(params UpdateServiceAccountParams, principal *models.Principal) middleware.Responder + type UpdateServiceAccountOK struct + func NewUpdateServiceAccountOK() *UpdateServiceAccountOK + func (o *UpdateServiceAccountOK) WriteResponse(rw http.ResponseWriter, producer runtime.Producer) + type UpdateServiceAccountParams struct + AccessKey string + Body *models.UpdateServiceAccountRequest + HTTPRequest *http.Request + func NewUpdateServiceAccountParams() UpdateServiceAccountParams + func (o *UpdateServiceAccountParams) BindRequest(r *http.Request, route *middleware.MatchedRoute) error + type UpdateServiceAccountURL struct + AccessKey string + func (o *UpdateServiceAccountURL) Build() (*url.URL, error) + func (o *UpdateServiceAccountURL) BuildFull(scheme, host string) (*url.URL, error) + func (o *UpdateServiceAccountURL) Must(u *url.URL, err error) *url.URL + func (o *UpdateServiceAccountURL) SetBasePath(bp string) + func (o *UpdateServiceAccountURL) String() string + func (o *UpdateServiceAccountURL) StringFull(scheme, host string) string + func (o *UpdateServiceAccountURL) WithBasePath(bp string) *UpdateServiceAccountURL