users

package
v0.2.4 Latest Latest
Warning

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

Go to latest
Published: Mar 11, 2024 License: BSD-2-Clause Imports: 10 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type AddUsersBadRequest

type AddUsersBadRequest struct {
	Payload *models.ErrorResponse
}

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

Bad request

func NewAddUsersBadRequest

func NewAddUsersBadRequest() *AddUsersBadRequest

NewAddUsersBadRequest creates a AddUsersBadRequest with default headers values

func (*AddUsersBadRequest) Error

func (o *AddUsersBadRequest) Error() string

func (*AddUsersBadRequest) GetPayload

func (o *AddUsersBadRequest) GetPayload() *models.ErrorResponse

func (*AddUsersBadRequest) IsClientError

func (o *AddUsersBadRequest) IsClientError() bool

IsClientError returns true when this add users bad request response has a 4xx status code

func (*AddUsersBadRequest) IsCode

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

IsCode returns true when this add users bad request response a status code equal to that given

func (*AddUsersBadRequest) IsRedirect

func (o *AddUsersBadRequest) IsRedirect() bool

IsRedirect returns true when this add users bad request response has a 3xx status code

func (*AddUsersBadRequest) IsServerError

func (o *AddUsersBadRequest) IsServerError() bool

IsServerError returns true when this add users bad request response has a 5xx status code

func (*AddUsersBadRequest) IsSuccess

func (o *AddUsersBadRequest) IsSuccess() bool

IsSuccess returns true when this add users bad request response has a 2xx status code

func (*AddUsersBadRequest) String

func (o *AddUsersBadRequest) String() string

type AddUsersCreated

type AddUsersCreated struct {
	Payload *models.PageOfUser
}

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

Created

func NewAddUsersCreated

func NewAddUsersCreated() *AddUsersCreated

NewAddUsersCreated creates a AddUsersCreated with default headers values

func (*AddUsersCreated) Error

func (o *AddUsersCreated) Error() string

func (*AddUsersCreated) GetPayload

func (o *AddUsersCreated) GetPayload() *models.PageOfUser

func (*AddUsersCreated) IsClientError

func (o *AddUsersCreated) IsClientError() bool

IsClientError returns true when this add users created response has a 4xx status code

func (*AddUsersCreated) IsCode

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

IsCode returns true when this add users created response a status code equal to that given

func (*AddUsersCreated) IsRedirect

func (o *AddUsersCreated) IsRedirect() bool

IsRedirect returns true when this add users created response has a 3xx status code

func (*AddUsersCreated) IsServerError

func (o *AddUsersCreated) IsServerError() bool

IsServerError returns true when this add users created response has a 5xx status code

func (*AddUsersCreated) IsSuccess

func (o *AddUsersCreated) IsSuccess() bool

IsSuccess returns true when this add users created response has a 2xx status code

func (*AddUsersCreated) String

func (o *AddUsersCreated) String() string

type AddUsersInternalServerError

type AddUsersInternalServerError struct {
	Payload *models.ErrorResponse
}

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

Internal Server Error

func NewAddUsersInternalServerError

func NewAddUsersInternalServerError() *AddUsersInternalServerError

NewAddUsersInternalServerError creates a AddUsersInternalServerError with default headers values

func (*AddUsersInternalServerError) Error

func (*AddUsersInternalServerError) GetPayload

func (*AddUsersInternalServerError) IsClientError

func (o *AddUsersInternalServerError) IsClientError() bool

IsClientError returns true when this add users internal server error response has a 4xx status code

func (*AddUsersInternalServerError) IsCode

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

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

func (*AddUsersInternalServerError) IsRedirect

func (o *AddUsersInternalServerError) IsRedirect() bool

IsRedirect returns true when this add users internal server error response has a 3xx status code

func (*AddUsersInternalServerError) IsServerError

func (o *AddUsersInternalServerError) IsServerError() bool

IsServerError returns true when this add users internal server error response has a 5xx status code

func (*AddUsersInternalServerError) IsSuccess

func (o *AddUsersInternalServerError) IsSuccess() bool

IsSuccess returns true when this add users internal server error response has a 2xx status code

func (*AddUsersInternalServerError) String

func (o *AddUsersInternalServerError) String() string

type AddUsersOK

type AddUsersOK struct {
	Payload *models.PageOfUser
}

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

OK

func NewAddUsersOK

func NewAddUsersOK() *AddUsersOK

NewAddUsersOK creates a AddUsersOK with default headers values

func (*AddUsersOK) Error

func (o *AddUsersOK) Error() string

func (*AddUsersOK) GetPayload

func (o *AddUsersOK) GetPayload() *models.PageOfUser

func (*AddUsersOK) IsClientError

func (o *AddUsersOK) IsClientError() bool

IsClientError returns true when this add users o k response has a 4xx status code

func (*AddUsersOK) IsCode

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

IsCode returns true when this add users o k response a status code equal to that given

func (*AddUsersOK) IsRedirect

func (o *AddUsersOK) IsRedirect() bool

IsRedirect returns true when this add users o k response has a 3xx status code

func (*AddUsersOK) IsServerError

func (o *AddUsersOK) IsServerError() bool

IsServerError returns true when this add users o k response has a 5xx status code

func (*AddUsersOK) IsSuccess

func (o *AddUsersOK) IsSuccess() bool

IsSuccess returns true when this add users o k response has a 2xx status code

func (*AddUsersOK) String

func (o *AddUsersOK) String() string

type AddUsersParams

type AddUsersParams struct {

	/* Users.

	   User data collection
	*/
	Users []*models.User

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

AddUsersParams contains all the parameters to send to the API endpoint

for the add users operation.

Typically these are written to a http.Request.

func NewAddUsersParams

func NewAddUsersParams() *AddUsersParams

NewAddUsersParams creates a new AddUsersParams 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 NewAddUsersParamsWithContext

func NewAddUsersParamsWithContext(ctx context.Context) *AddUsersParams

NewAddUsersParamsWithContext creates a new AddUsersParams object with the ability to set a context for a request.

func NewAddUsersParamsWithHTTPClient

func NewAddUsersParamsWithHTTPClient(client *http.Client) *AddUsersParams

NewAddUsersParamsWithHTTPClient creates a new AddUsersParams object with the ability to set a custom HTTPClient for a request.

func NewAddUsersParamsWithTimeout

func NewAddUsersParamsWithTimeout(timeout time.Duration) *AddUsersParams

NewAddUsersParamsWithTimeout creates a new AddUsersParams object with the ability to set a timeout on a request.

func (*AddUsersParams) SetContext

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

SetContext adds the context to the add users params

func (*AddUsersParams) SetDefaults

func (o *AddUsersParams) SetDefaults()

SetDefaults hydrates default values in the add users params (not the query body).

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

func (*AddUsersParams) SetHTTPClient

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

SetHTTPClient adds the HTTPClient to the add users params

func (*AddUsersParams) SetTimeout

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

SetTimeout adds the timeout to the add users params

func (*AddUsersParams) SetUsers

func (o *AddUsersParams) SetUsers(users []*models.User)

SetUsers adds the users to the add users params

func (*AddUsersParams) WithContext

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

WithContext adds the context to the add users params

func (*AddUsersParams) WithDefaults

func (o *AddUsersParams) WithDefaults() *AddUsersParams

WithDefaults hydrates default values in the add users params (not the query body).

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

func (*AddUsersParams) WithHTTPClient

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

WithHTTPClient adds the HTTPClient to the add users params

func (*AddUsersParams) WithTimeout

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

WithTimeout adds the timeout to the add users params

func (*AddUsersParams) WithUsers

func (o *AddUsersParams) WithUsers(users []*models.User) *AddUsersParams

WithUsers adds the users to the add users params

func (*AddUsersParams) WriteToRequest

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

WriteToRequest writes these params to a swagger request

type AddUsersReader

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

AddUsersReader is a Reader for the AddUsers structure.

func (*AddUsersReader) ReadResponse

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

ReadResponse reads a server response into the received o.

type AddUsersUnauthorized

type AddUsersUnauthorized struct {
	Payload *models.ErrorResponse
}

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

Unauthorized Request

func NewAddUsersUnauthorized

func NewAddUsersUnauthorized() *AddUsersUnauthorized

NewAddUsersUnauthorized creates a AddUsersUnauthorized with default headers values

func (*AddUsersUnauthorized) Error

func (o *AddUsersUnauthorized) Error() string

func (*AddUsersUnauthorized) GetPayload

func (o *AddUsersUnauthorized) GetPayload() *models.ErrorResponse

func (*AddUsersUnauthorized) IsClientError

func (o *AddUsersUnauthorized) IsClientError() bool

IsClientError returns true when this add users unauthorized response has a 4xx status code

func (*AddUsersUnauthorized) IsCode

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

IsCode returns true when this add users unauthorized response a status code equal to that given

func (*AddUsersUnauthorized) IsRedirect

func (o *AddUsersUnauthorized) IsRedirect() bool

IsRedirect returns true when this add users unauthorized response has a 3xx status code

func (*AddUsersUnauthorized) IsServerError

func (o *AddUsersUnauthorized) IsServerError() bool

IsServerError returns true when this add users unauthorized response has a 5xx status code

func (*AddUsersUnauthorized) IsSuccess

func (o *AddUsersUnauthorized) IsSuccess() bool

IsSuccess returns true when this add users unauthorized response has a 2xx status code

func (*AddUsersUnauthorized) String

func (o *AddUsersUnauthorized) String() string

type Client

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

Client for users API

func (*Client) AddUsers

func (a *Client) AddUsers(params *AddUsersParams, opts ...ClientOption) (*AddUsersOK, *AddUsersCreated, error)

AddUsers adds users

Add list of users

func (*Client) DeleteUser

func (a *Client) DeleteUser(params *DeleteUserParams, opts ...ClientOption) (*DeleteUserNoContent, error)

DeleteUser deletes a user

Delete the user by the ID, if it exists

func (*Client) GetAllUIUsersUsingGET added in v0.1.1

func (a *Client) GetAllUIUsersUsingGET(params *GetAllUIUsersUsingGETParams, opts ...ClientOption) (*GetAllUIUsersUsingGETOK, error)

GetAllUIUsersUsingGET gets all Ui users

func (*Client) GetLocalAccount added in v0.1.1

func (a *Client) GetLocalAccount(params *GetLocalAccountParams, opts ...ClientOption) (*GetLocalAccountOK, error)

GetLocalAccount gets local account details

Get information on the local account

func (*Client) GetRoles added in v0.1.1

func (a *Client) GetRoles(params *GetRolesParams, opts ...ClientOption) (*GetRolesOK, error)

GetRoles gets all roles

Get a list of all roles

func (*Client) GetSSODomainEntities added in v0.1.1

func (a *Client) GetSSODomainEntities(params *GetSSODomainEntitiesParams, opts ...ClientOption) (*GetSSODomainEntitiesOK, error)

GetSSODomainEntities gets all entities of SSO domain

Get a list of all entities in the SSO domain

func (*Client) GetSSODomains added in v0.1.1

func (a *Client) GetSSODomains(params *GetSSODomainsParams, opts ...ClientOption) (*GetSSODomainsOK, error)

GetSSODomains gets all SSO domains

Get a list of all SSO domains

func (*Client) GetUsers added in v0.1.1

func (a *Client) GetUsers(params *GetUsersParams, opts ...ClientOption) (*GetUsersOK, error)

GetUsers gets all users

Get a list of all users

func (*Client) SetTransport

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

SetTransport changes the transport on the client

func (*Client) UpdateLocalUserPassword

func (a *Client) UpdateLocalUserPassword(params *UpdateLocalUserPasswordParams, opts ...ClientOption) (*UpdateLocalUserPasswordNoContent, error)

UpdateLocalUserPassword updates password for local account

Update the password for local account only if the old password is correct, or if user configures the local account for the first time

type ClientOption

type ClientOption func(*runtime.ClientOperation)

ClientOption is the option for Client methods

type ClientService

type ClientService interface {
	AddUsers(params *AddUsersParams, opts ...ClientOption) (*AddUsersOK, *AddUsersCreated, error)

	DeleteUser(params *DeleteUserParams, opts ...ClientOption) (*DeleteUserNoContent, error)

	GetAllUIUsersUsingGET(params *GetAllUIUsersUsingGETParams, opts ...ClientOption) (*GetAllUIUsersUsingGETOK, error)

	GetLocalAccount(params *GetLocalAccountParams, opts ...ClientOption) (*GetLocalAccountOK, error)

	GetRoles(params *GetRolesParams, opts ...ClientOption) (*GetRolesOK, error)

	GetSSODomainEntities(params *GetSSODomainEntitiesParams, opts ...ClientOption) (*GetSSODomainEntitiesOK, error)

	GetSSODomains(params *GetSSODomainsParams, opts ...ClientOption) (*GetSSODomainsOK, error)

	GetUsers(params *GetUsersParams, opts ...ClientOption) (*GetUsersOK, error)

	UpdateLocalUserPassword(params *UpdateLocalUserPasswordParams, opts ...ClientOption) (*UpdateLocalUserPasswordNoContent, 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 users API client.

type DeleteUserInternalServerError

type DeleteUserInternalServerError struct {
	Payload *models.Error
}

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

Internal server error

func NewDeleteUserInternalServerError

func NewDeleteUserInternalServerError() *DeleteUserInternalServerError

NewDeleteUserInternalServerError creates a DeleteUserInternalServerError with default headers values

func (*DeleteUserInternalServerError) Error

func (*DeleteUserInternalServerError) GetPayload

func (o *DeleteUserInternalServerError) GetPayload() *models.Error

func (*DeleteUserInternalServerError) IsClientError

func (o *DeleteUserInternalServerError) IsClientError() bool

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

func (*DeleteUserInternalServerError) IsCode

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

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

func (*DeleteUserInternalServerError) IsRedirect

func (o *DeleteUserInternalServerError) IsRedirect() bool

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

func (*DeleteUserInternalServerError) IsServerError

func (o *DeleteUserInternalServerError) IsServerError() bool

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

func (*DeleteUserInternalServerError) IsSuccess

func (o *DeleteUserInternalServerError) IsSuccess() bool

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

func (*DeleteUserInternalServerError) String

type DeleteUserNoContent

type DeleteUserNoContent struct {
}

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

No content

func NewDeleteUserNoContent

func NewDeleteUserNoContent() *DeleteUserNoContent

NewDeleteUserNoContent creates a DeleteUserNoContent with default headers values

func (*DeleteUserNoContent) Error

func (o *DeleteUserNoContent) Error() string

func (*DeleteUserNoContent) IsClientError

func (o *DeleteUserNoContent) IsClientError() bool

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

func (*DeleteUserNoContent) IsCode

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

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

func (*DeleteUserNoContent) IsRedirect

func (o *DeleteUserNoContent) IsRedirect() bool

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

func (*DeleteUserNoContent) IsServerError

func (o *DeleteUserNoContent) IsServerError() bool

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

func (*DeleteUserNoContent) IsSuccess

func (o *DeleteUserNoContent) IsSuccess() bool

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

func (*DeleteUserNoContent) String

func (o *DeleteUserNoContent) String() string

type DeleteUserNotFound

type DeleteUserNotFound struct {
	Payload *models.Error
}

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

User not found

func NewDeleteUserNotFound

func NewDeleteUserNotFound() *DeleteUserNotFound

NewDeleteUserNotFound creates a DeleteUserNotFound with default headers values

func (*DeleteUserNotFound) Error

func (o *DeleteUserNotFound) Error() string

func (*DeleteUserNotFound) GetPayload

func (o *DeleteUserNotFound) GetPayload() *models.Error

func (*DeleteUserNotFound) IsClientError

func (o *DeleteUserNotFound) IsClientError() bool

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

func (*DeleteUserNotFound) IsCode

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

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

func (*DeleteUserNotFound) IsRedirect

func (o *DeleteUserNotFound) IsRedirect() bool

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

func (*DeleteUserNotFound) IsServerError

func (o *DeleteUserNotFound) IsServerError() bool

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

func (*DeleteUserNotFound) IsSuccess

func (o *DeleteUserNotFound) IsSuccess() bool

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

func (*DeleteUserNotFound) String

func (o *DeleteUserNotFound) String() string

type DeleteUserParams

type DeleteUserParams struct {

	/* ID.

	   ID of the user
	*/
	ID string

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

DeleteUserParams contains all the parameters to send to the API endpoint

for the delete user operation.

Typically these are written to a http.Request.

func NewDeleteUserParams

func NewDeleteUserParams() *DeleteUserParams

NewDeleteUserParams creates a new DeleteUserParams 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 NewDeleteUserParamsWithContext

func NewDeleteUserParamsWithContext(ctx context.Context) *DeleteUserParams

NewDeleteUserParamsWithContext creates a new DeleteUserParams object with the ability to set a context for a request.

func NewDeleteUserParamsWithHTTPClient

func NewDeleteUserParamsWithHTTPClient(client *http.Client) *DeleteUserParams

NewDeleteUserParamsWithHTTPClient creates a new DeleteUserParams object with the ability to set a custom HTTPClient for a request.

func NewDeleteUserParamsWithTimeout

func NewDeleteUserParamsWithTimeout(timeout time.Duration) *DeleteUserParams

NewDeleteUserParamsWithTimeout creates a new DeleteUserParams object with the ability to set a timeout on a request.

func (*DeleteUserParams) SetContext

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

SetContext adds the context to the delete user params

func (*DeleteUserParams) SetDefaults

func (o *DeleteUserParams) SetDefaults()

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

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

func (*DeleteUserParams) SetHTTPClient

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

SetHTTPClient adds the HTTPClient to the delete user params

func (*DeleteUserParams) SetID

func (o *DeleteUserParams) SetID(id string)

SetID adds the id to the delete user params

func (*DeleteUserParams) SetTimeout

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

SetTimeout adds the timeout to the delete user params

func (*DeleteUserParams) WithContext

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

WithContext adds the context to the delete user params

func (*DeleteUserParams) WithDefaults

func (o *DeleteUserParams) WithDefaults() *DeleteUserParams

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

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

func (*DeleteUserParams) WithHTTPClient

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

WithHTTPClient adds the HTTPClient to the delete user params

func (*DeleteUserParams) WithID

func (o *DeleteUserParams) WithID(id string) *DeleteUserParams

WithID adds the id to the delete user params

func (*DeleteUserParams) WithTimeout

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

WithTimeout adds the timeout to the delete user params

func (*DeleteUserParams) WriteToRequest

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

WriteToRequest writes these params to a swagger request

type DeleteUserReader

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

DeleteUserReader is a Reader for the DeleteUser structure.

func (*DeleteUserReader) ReadResponse

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

ReadResponse reads a server response into the received o.

type GetAllUIUsersUsingGETOK added in v0.1.1

type GetAllUIUsersUsingGETOK struct {
	Payload *models.PageOfUser
}

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

OK

func NewGetAllUIUsersUsingGETOK added in v0.1.1

func NewGetAllUIUsersUsingGETOK() *GetAllUIUsersUsingGETOK

NewGetAllUIUsersUsingGETOK creates a GetAllUIUsersUsingGETOK with default headers values

func (*GetAllUIUsersUsingGETOK) Error added in v0.1.1

func (o *GetAllUIUsersUsingGETOK) Error() string

func (*GetAllUIUsersUsingGETOK) GetPayload added in v0.1.1

func (o *GetAllUIUsersUsingGETOK) GetPayload() *models.PageOfUser

func (*GetAllUIUsersUsingGETOK) IsClientError added in v0.1.1

func (o *GetAllUIUsersUsingGETOK) IsClientError() bool

IsClientError returns true when this get all Ui users using g e t o k response has a 4xx status code

func (*GetAllUIUsersUsingGETOK) IsCode added in v0.1.1

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

IsCode returns true when this get all Ui users using g e t o k response a status code equal to that given

func (*GetAllUIUsersUsingGETOK) IsRedirect added in v0.1.1

func (o *GetAllUIUsersUsingGETOK) IsRedirect() bool

IsRedirect returns true when this get all Ui users using g e t o k response has a 3xx status code

func (*GetAllUIUsersUsingGETOK) IsServerError added in v0.1.1

func (o *GetAllUIUsersUsingGETOK) IsServerError() bool

IsServerError returns true when this get all Ui users using g e t o k response has a 5xx status code

func (*GetAllUIUsersUsingGETOK) IsSuccess added in v0.1.1

func (o *GetAllUIUsersUsingGETOK) IsSuccess() bool

IsSuccess returns true when this get all Ui users using g e t o k response has a 2xx status code

func (*GetAllUIUsersUsingGETOK) String added in v0.1.1

func (o *GetAllUIUsersUsingGETOK) String() string

type GetAllUIUsersUsingGETParams added in v0.1.1

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

GetAllUIUsersUsingGETParams contains all the parameters to send to the API endpoint

for the get all Ui users using g e t operation.

Typically these are written to a http.Request.

func NewGetAllUIUsersUsingGETParams added in v0.1.1

func NewGetAllUIUsersUsingGETParams() *GetAllUIUsersUsingGETParams

NewGetAllUIUsersUsingGETParams creates a new GetAllUIUsersUsingGETParams 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 NewGetAllUIUsersUsingGETParamsWithContext added in v0.1.1

func NewGetAllUIUsersUsingGETParamsWithContext(ctx context.Context) *GetAllUIUsersUsingGETParams

NewGetAllUIUsersUsingGETParamsWithContext creates a new GetAllUIUsersUsingGETParams object with the ability to set a context for a request.

func NewGetAllUIUsersUsingGETParamsWithHTTPClient added in v0.1.1

func NewGetAllUIUsersUsingGETParamsWithHTTPClient(client *http.Client) *GetAllUIUsersUsingGETParams

NewGetAllUIUsersUsingGETParamsWithHTTPClient creates a new GetAllUIUsersUsingGETParams object with the ability to set a custom HTTPClient for a request.

func NewGetAllUIUsersUsingGETParamsWithTimeout added in v0.1.1

func NewGetAllUIUsersUsingGETParamsWithTimeout(timeout time.Duration) *GetAllUIUsersUsingGETParams

NewGetAllUIUsersUsingGETParamsWithTimeout creates a new GetAllUIUsersUsingGETParams object with the ability to set a timeout on a request.

func (*GetAllUIUsersUsingGETParams) SetContext added in v0.1.1

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

SetContext adds the context to the get all Ui users using g e t params

func (*GetAllUIUsersUsingGETParams) SetDefaults added in v0.1.1

func (o *GetAllUIUsersUsingGETParams) SetDefaults()

SetDefaults hydrates default values in the get all Ui users using g e t params (not the query body).

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

func (*GetAllUIUsersUsingGETParams) SetHTTPClient added in v0.1.1

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

SetHTTPClient adds the HTTPClient to the get all Ui users using g e t params

func (*GetAllUIUsersUsingGETParams) SetTimeout added in v0.1.1

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

SetTimeout adds the timeout to the get all Ui users using g e t params

func (*GetAllUIUsersUsingGETParams) WithContext added in v0.1.1

WithContext adds the context to the get all Ui users using g e t params

func (*GetAllUIUsersUsingGETParams) WithDefaults added in v0.1.1

WithDefaults hydrates default values in the get all Ui users using g e t params (not the query body).

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

func (*GetAllUIUsersUsingGETParams) WithHTTPClient added in v0.1.1

WithHTTPClient adds the HTTPClient to the get all Ui users using g e t params

func (*GetAllUIUsersUsingGETParams) WithTimeout added in v0.1.1

WithTimeout adds the timeout to the get all Ui users using g e t params

func (*GetAllUIUsersUsingGETParams) WriteToRequest added in v0.1.1

WriteToRequest writes these params to a swagger request

type GetAllUIUsersUsingGETReader added in v0.1.1

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

GetAllUIUsersUsingGETReader is a Reader for the GetAllUIUsersUsingGET structure.

func (*GetAllUIUsersUsingGETReader) ReadResponse added in v0.1.1

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

ReadResponse reads a server response into the received o.

type GetLocalAccountBadRequest added in v0.1.1

type GetLocalAccountBadRequest struct {
	Payload *models.ErrorResponse
}

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

Bad request

func NewGetLocalAccountBadRequest added in v0.1.1

func NewGetLocalAccountBadRequest() *GetLocalAccountBadRequest

NewGetLocalAccountBadRequest creates a GetLocalAccountBadRequest with default headers values

func (*GetLocalAccountBadRequest) Error added in v0.1.1

func (o *GetLocalAccountBadRequest) Error() string

func (*GetLocalAccountBadRequest) GetPayload added in v0.1.1

func (*GetLocalAccountBadRequest) IsClientError added in v0.1.1

func (o *GetLocalAccountBadRequest) IsClientError() bool

IsClientError returns true when this get local account bad request response has a 4xx status code

func (*GetLocalAccountBadRequest) IsCode added in v0.1.1

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

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

func (*GetLocalAccountBadRequest) IsRedirect added in v0.1.1

func (o *GetLocalAccountBadRequest) IsRedirect() bool

IsRedirect returns true when this get local account bad request response has a 3xx status code

func (*GetLocalAccountBadRequest) IsServerError added in v0.1.1

func (o *GetLocalAccountBadRequest) IsServerError() bool

IsServerError returns true when this get local account bad request response has a 5xx status code

func (*GetLocalAccountBadRequest) IsSuccess added in v0.1.1

func (o *GetLocalAccountBadRequest) IsSuccess() bool

IsSuccess returns true when this get local account bad request response has a 2xx status code

func (*GetLocalAccountBadRequest) String added in v0.1.1

func (o *GetLocalAccountBadRequest) String() string

type GetLocalAccountInternalServerError added in v0.1.1

type GetLocalAccountInternalServerError struct {
	Payload *models.ErrorResponse
}

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

Internal Server Error

func NewGetLocalAccountInternalServerError added in v0.1.1

func NewGetLocalAccountInternalServerError() *GetLocalAccountInternalServerError

NewGetLocalAccountInternalServerError creates a GetLocalAccountInternalServerError with default headers values

func (*GetLocalAccountInternalServerError) Error added in v0.1.1

func (*GetLocalAccountInternalServerError) GetPayload added in v0.1.1

func (*GetLocalAccountInternalServerError) IsClientError added in v0.1.1

func (o *GetLocalAccountInternalServerError) IsClientError() bool

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

func (*GetLocalAccountInternalServerError) IsCode added in v0.1.1

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

func (*GetLocalAccountInternalServerError) IsRedirect added in v0.1.1

func (o *GetLocalAccountInternalServerError) IsRedirect() bool

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

func (*GetLocalAccountInternalServerError) IsServerError added in v0.1.1

func (o *GetLocalAccountInternalServerError) IsServerError() bool

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

func (*GetLocalAccountInternalServerError) IsSuccess added in v0.1.1

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

func (*GetLocalAccountInternalServerError) String added in v0.1.1

type GetLocalAccountOK added in v0.1.1

type GetLocalAccountOK struct {
	Payload *models.LocalUser
}

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

OK

func NewGetLocalAccountOK added in v0.1.1

func NewGetLocalAccountOK() *GetLocalAccountOK

NewGetLocalAccountOK creates a GetLocalAccountOK with default headers values

func (*GetLocalAccountOK) Error added in v0.1.1

func (o *GetLocalAccountOK) Error() string

func (*GetLocalAccountOK) GetPayload added in v0.1.1

func (o *GetLocalAccountOK) GetPayload() *models.LocalUser

func (*GetLocalAccountOK) IsClientError added in v0.1.1

func (o *GetLocalAccountOK) IsClientError() bool

IsClientError returns true when this get local account o k response has a 4xx status code

func (*GetLocalAccountOK) IsCode added in v0.1.1

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

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

func (*GetLocalAccountOK) IsRedirect added in v0.1.1

func (o *GetLocalAccountOK) IsRedirect() bool

IsRedirect returns true when this get local account o k response has a 3xx status code

func (*GetLocalAccountOK) IsServerError added in v0.1.1

func (o *GetLocalAccountOK) IsServerError() bool

IsServerError returns true when this get local account o k response has a 5xx status code

func (*GetLocalAccountOK) IsSuccess added in v0.1.1

func (o *GetLocalAccountOK) IsSuccess() bool

IsSuccess returns true when this get local account o k response has a 2xx status code

func (*GetLocalAccountOK) String added in v0.1.1

func (o *GetLocalAccountOK) String() string

type GetLocalAccountParams added in v0.1.1

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

GetLocalAccountParams contains all the parameters to send to the API endpoint

for the get local account operation.

Typically these are written to a http.Request.

func NewGetLocalAccountParams added in v0.1.1

func NewGetLocalAccountParams() *GetLocalAccountParams

NewGetLocalAccountParams creates a new GetLocalAccountParams 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 NewGetLocalAccountParamsWithContext added in v0.1.1

func NewGetLocalAccountParamsWithContext(ctx context.Context) *GetLocalAccountParams

NewGetLocalAccountParamsWithContext creates a new GetLocalAccountParams object with the ability to set a context for a request.

func NewGetLocalAccountParamsWithHTTPClient added in v0.1.1

func NewGetLocalAccountParamsWithHTTPClient(client *http.Client) *GetLocalAccountParams

NewGetLocalAccountParamsWithHTTPClient creates a new GetLocalAccountParams object with the ability to set a custom HTTPClient for a request.

func NewGetLocalAccountParamsWithTimeout added in v0.1.1

func NewGetLocalAccountParamsWithTimeout(timeout time.Duration) *GetLocalAccountParams

NewGetLocalAccountParamsWithTimeout creates a new GetLocalAccountParams object with the ability to set a timeout on a request.

func (*GetLocalAccountParams) SetContext added in v0.1.1

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

SetContext adds the context to the get local account params

func (*GetLocalAccountParams) SetDefaults added in v0.1.1

func (o *GetLocalAccountParams) SetDefaults()

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

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

func (*GetLocalAccountParams) SetHTTPClient added in v0.1.1

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

SetHTTPClient adds the HTTPClient to the get local account params

func (*GetLocalAccountParams) SetTimeout added in v0.1.1

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

SetTimeout adds the timeout to the get local account params

func (*GetLocalAccountParams) WithContext added in v0.1.1

WithContext adds the context to the get local account params

func (*GetLocalAccountParams) WithDefaults added in v0.1.1

func (o *GetLocalAccountParams) WithDefaults() *GetLocalAccountParams

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

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

func (*GetLocalAccountParams) WithHTTPClient added in v0.1.1

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

WithHTTPClient adds the HTTPClient to the get local account params

func (*GetLocalAccountParams) WithTimeout added in v0.1.1

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

WithTimeout adds the timeout to the get local account params

func (*GetLocalAccountParams) WriteToRequest added in v0.1.1

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

WriteToRequest writes these params to a swagger request

type GetLocalAccountReader added in v0.1.1

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

GetLocalAccountReader is a Reader for the GetLocalAccount structure.

func (*GetLocalAccountReader) ReadResponse added in v0.1.1

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

ReadResponse reads a server response into the received o.

type GetLocalAccountUnauthorized added in v0.1.1

type GetLocalAccountUnauthorized struct {
	Payload *models.ErrorResponse
}

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

Unauthorized Request

func NewGetLocalAccountUnauthorized added in v0.1.1

func NewGetLocalAccountUnauthorized() *GetLocalAccountUnauthorized

NewGetLocalAccountUnauthorized creates a GetLocalAccountUnauthorized with default headers values

func (*GetLocalAccountUnauthorized) Error added in v0.1.1

func (*GetLocalAccountUnauthorized) GetPayload added in v0.1.1

func (*GetLocalAccountUnauthorized) IsClientError added in v0.1.1

func (o *GetLocalAccountUnauthorized) IsClientError() bool

IsClientError returns true when this get local account unauthorized response has a 4xx status code

func (*GetLocalAccountUnauthorized) IsCode added in v0.1.1

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

IsCode returns true when this get local account unauthorized response a status code equal to that given

func (*GetLocalAccountUnauthorized) IsRedirect added in v0.1.1

func (o *GetLocalAccountUnauthorized) IsRedirect() bool

IsRedirect returns true when this get local account unauthorized response has a 3xx status code

func (*GetLocalAccountUnauthorized) IsServerError added in v0.1.1

func (o *GetLocalAccountUnauthorized) IsServerError() bool

IsServerError returns true when this get local account unauthorized response has a 5xx status code

func (*GetLocalAccountUnauthorized) IsSuccess added in v0.1.1

func (o *GetLocalAccountUnauthorized) IsSuccess() bool

IsSuccess returns true when this get local account unauthorized response has a 2xx status code

func (*GetLocalAccountUnauthorized) String added in v0.1.1

func (o *GetLocalAccountUnauthorized) String() string

type GetRolesBadRequest added in v0.1.1

type GetRolesBadRequest struct {
	Payload *models.ErrorResponse
}

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

Bad request

func NewGetRolesBadRequest added in v0.1.1

func NewGetRolesBadRequest() *GetRolesBadRequest

NewGetRolesBadRequest creates a GetRolesBadRequest with default headers values

func (*GetRolesBadRequest) Error added in v0.1.1

func (o *GetRolesBadRequest) Error() string

func (*GetRolesBadRequest) GetPayload added in v0.1.1

func (o *GetRolesBadRequest) GetPayload() *models.ErrorResponse

func (*GetRolesBadRequest) IsClientError added in v0.1.1

func (o *GetRolesBadRequest) IsClientError() bool

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

func (*GetRolesBadRequest) IsCode added in v0.1.1

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

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

func (*GetRolesBadRequest) IsRedirect added in v0.1.1

func (o *GetRolesBadRequest) IsRedirect() bool

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

func (*GetRolesBadRequest) IsServerError added in v0.1.1

func (o *GetRolesBadRequest) IsServerError() bool

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

func (*GetRolesBadRequest) IsSuccess added in v0.1.1

func (o *GetRolesBadRequest) IsSuccess() bool

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

func (*GetRolesBadRequest) String added in v0.1.1

func (o *GetRolesBadRequest) String() string

type GetRolesInternalServerError added in v0.1.1

type GetRolesInternalServerError struct {
	Payload *models.ErrorResponse
}

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

Internal Server Error

func NewGetRolesInternalServerError added in v0.1.1

func NewGetRolesInternalServerError() *GetRolesInternalServerError

NewGetRolesInternalServerError creates a GetRolesInternalServerError with default headers values

func (*GetRolesInternalServerError) Error added in v0.1.1

func (*GetRolesInternalServerError) GetPayload added in v0.1.1

func (*GetRolesInternalServerError) IsClientError added in v0.1.1

func (o *GetRolesInternalServerError) IsClientError() bool

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

func (*GetRolesInternalServerError) IsCode added in v0.1.1

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

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

func (*GetRolesInternalServerError) IsRedirect added in v0.1.1

func (o *GetRolesInternalServerError) IsRedirect() bool

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

func (*GetRolesInternalServerError) IsServerError added in v0.1.1

func (o *GetRolesInternalServerError) IsServerError() bool

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

func (*GetRolesInternalServerError) IsSuccess added in v0.1.1

func (o *GetRolesInternalServerError) IsSuccess() bool

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

func (*GetRolesInternalServerError) String added in v0.1.1

func (o *GetRolesInternalServerError) String() string

type GetRolesOK added in v0.1.1

type GetRolesOK struct {
	Payload *models.PageOfRole
}

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

OK

func NewGetRolesOK added in v0.1.1

func NewGetRolesOK() *GetRolesOK

NewGetRolesOK creates a GetRolesOK with default headers values

func (*GetRolesOK) Error added in v0.1.1

func (o *GetRolesOK) Error() string

func (*GetRolesOK) GetPayload added in v0.1.1

func (o *GetRolesOK) GetPayload() *models.PageOfRole

func (*GetRolesOK) IsClientError added in v0.1.1

func (o *GetRolesOK) IsClientError() bool

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

func (*GetRolesOK) IsCode added in v0.1.1

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

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

func (*GetRolesOK) IsRedirect added in v0.1.1

func (o *GetRolesOK) IsRedirect() bool

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

func (*GetRolesOK) IsServerError added in v0.1.1

func (o *GetRolesOK) IsServerError() bool

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

func (*GetRolesOK) IsSuccess added in v0.1.1

func (o *GetRolesOK) IsSuccess() bool

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

func (*GetRolesOK) String added in v0.1.1

func (o *GetRolesOK) String() string

type GetRolesParams added in v0.1.1

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

GetRolesParams contains all the parameters to send to the API endpoint

for the get roles operation.

Typically these are written to a http.Request.

func NewGetRolesParams added in v0.1.1

func NewGetRolesParams() *GetRolesParams

NewGetRolesParams creates a new GetRolesParams 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 NewGetRolesParamsWithContext added in v0.1.1

func NewGetRolesParamsWithContext(ctx context.Context) *GetRolesParams

NewGetRolesParamsWithContext creates a new GetRolesParams object with the ability to set a context for a request.

func NewGetRolesParamsWithHTTPClient added in v0.1.1

func NewGetRolesParamsWithHTTPClient(client *http.Client) *GetRolesParams

NewGetRolesParamsWithHTTPClient creates a new GetRolesParams object with the ability to set a custom HTTPClient for a request.

func NewGetRolesParamsWithTimeout added in v0.1.1

func NewGetRolesParamsWithTimeout(timeout time.Duration) *GetRolesParams

NewGetRolesParamsWithTimeout creates a new GetRolesParams object with the ability to set a timeout on a request.

func (*GetRolesParams) SetContext added in v0.1.1

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

SetContext adds the context to the get roles params

func (*GetRolesParams) SetDefaults added in v0.1.1

func (o *GetRolesParams) SetDefaults()

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

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

func (*GetRolesParams) SetHTTPClient added in v0.1.1

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

SetHTTPClient adds the HTTPClient to the get roles params

func (*GetRolesParams) SetTimeout added in v0.1.1

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

SetTimeout adds the timeout to the get roles params

func (*GetRolesParams) WithContext added in v0.1.1

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

WithContext adds the context to the get roles params

func (*GetRolesParams) WithDefaults added in v0.1.1

func (o *GetRolesParams) WithDefaults() *GetRolesParams

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

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

func (*GetRolesParams) WithHTTPClient added in v0.1.1

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

WithHTTPClient adds the HTTPClient to the get roles params

func (*GetRolesParams) WithTimeout added in v0.1.1

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

WithTimeout adds the timeout to the get roles params

func (*GetRolesParams) WriteToRequest added in v0.1.1

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

WriteToRequest writes these params to a swagger request

type GetRolesReader added in v0.1.1

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

GetRolesReader is a Reader for the GetRoles structure.

func (*GetRolesReader) ReadResponse added in v0.1.1

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

ReadResponse reads a server response into the received o.

type GetRolesUnauthorized added in v0.1.1

type GetRolesUnauthorized struct {
	Payload *models.ErrorResponse
}

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

Unauthorized Request

func NewGetRolesUnauthorized added in v0.1.1

func NewGetRolesUnauthorized() *GetRolesUnauthorized

NewGetRolesUnauthorized creates a GetRolesUnauthorized with default headers values

func (*GetRolesUnauthorized) Error added in v0.1.1

func (o *GetRolesUnauthorized) Error() string

func (*GetRolesUnauthorized) GetPayload added in v0.1.1

func (o *GetRolesUnauthorized) GetPayload() *models.ErrorResponse

func (*GetRolesUnauthorized) IsClientError added in v0.1.1

func (o *GetRolesUnauthorized) IsClientError() bool

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

func (*GetRolesUnauthorized) IsCode added in v0.1.1

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

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

func (*GetRolesUnauthorized) IsRedirect added in v0.1.1

func (o *GetRolesUnauthorized) IsRedirect() bool

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

func (*GetRolesUnauthorized) IsServerError added in v0.1.1

func (o *GetRolesUnauthorized) IsServerError() bool

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

func (*GetRolesUnauthorized) IsSuccess added in v0.1.1

func (o *GetRolesUnauthorized) IsSuccess() bool

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

func (*GetRolesUnauthorized) String added in v0.1.1

func (o *GetRolesUnauthorized) String() string

type GetSSODomainEntitiesForbidden added in v0.1.1

type GetSSODomainEntitiesForbidden struct {
	Payload *models.ErrorResponse
}

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

Forbidden request

func NewGetSSODomainEntitiesForbidden added in v0.1.1

func NewGetSSODomainEntitiesForbidden() *GetSSODomainEntitiesForbidden

NewGetSSODomainEntitiesForbidden creates a GetSSODomainEntitiesForbidden with default headers values

func (*GetSSODomainEntitiesForbidden) Error added in v0.1.1

func (*GetSSODomainEntitiesForbidden) GetPayload added in v0.1.1

func (*GetSSODomainEntitiesForbidden) IsClientError added in v0.1.1

func (o *GetSSODomainEntitiesForbidden) IsClientError() bool

IsClientError returns true when this get Sso domain entities forbidden response has a 4xx status code

func (*GetSSODomainEntitiesForbidden) IsCode added in v0.1.1

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

IsCode returns true when this get Sso domain entities forbidden response a status code equal to that given

func (*GetSSODomainEntitiesForbidden) IsRedirect added in v0.1.1

func (o *GetSSODomainEntitiesForbidden) IsRedirect() bool

IsRedirect returns true when this get Sso domain entities forbidden response has a 3xx status code

func (*GetSSODomainEntitiesForbidden) IsServerError added in v0.1.1

func (o *GetSSODomainEntitiesForbidden) IsServerError() bool

IsServerError returns true when this get Sso domain entities forbidden response has a 5xx status code

func (*GetSSODomainEntitiesForbidden) IsSuccess added in v0.1.1

func (o *GetSSODomainEntitiesForbidden) IsSuccess() bool

IsSuccess returns true when this get Sso domain entities forbidden response has a 2xx status code

func (*GetSSODomainEntitiesForbidden) String added in v0.1.1

type GetSSODomainEntitiesInternalServerError added in v0.1.1

type GetSSODomainEntitiesInternalServerError struct {
	Payload *models.ErrorResponse
}

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

Internal Server Error

func NewGetSSODomainEntitiesInternalServerError added in v0.1.1

func NewGetSSODomainEntitiesInternalServerError() *GetSSODomainEntitiesInternalServerError

NewGetSSODomainEntitiesInternalServerError creates a GetSSODomainEntitiesInternalServerError with default headers values

func (*GetSSODomainEntitiesInternalServerError) Error added in v0.1.1

func (*GetSSODomainEntitiesInternalServerError) GetPayload added in v0.1.1

func (*GetSSODomainEntitiesInternalServerError) IsClientError added in v0.1.1

func (o *GetSSODomainEntitiesInternalServerError) IsClientError() bool

IsClientError returns true when this get Sso domain entities internal server error response has a 4xx status code

func (*GetSSODomainEntitiesInternalServerError) IsCode added in v0.1.1

IsCode returns true when this get Sso domain entities internal server error response a status code equal to that given

func (*GetSSODomainEntitiesInternalServerError) IsRedirect added in v0.1.1

IsRedirect returns true when this get Sso domain entities internal server error response has a 3xx status code

func (*GetSSODomainEntitiesInternalServerError) IsServerError added in v0.1.1

func (o *GetSSODomainEntitiesInternalServerError) IsServerError() bool

IsServerError returns true when this get Sso domain entities internal server error response has a 5xx status code

func (*GetSSODomainEntitiesInternalServerError) IsSuccess added in v0.1.1

IsSuccess returns true when this get Sso domain entities internal server error response has a 2xx status code

func (*GetSSODomainEntitiesInternalServerError) String added in v0.1.1

type GetSSODomainEntitiesOK added in v0.1.1

type GetSSODomainEntitiesOK struct {
	Payload *models.PageOfSSODomainEntity
}

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

OK

func NewGetSSODomainEntitiesOK added in v0.1.1

func NewGetSSODomainEntitiesOK() *GetSSODomainEntitiesOK

NewGetSSODomainEntitiesOK creates a GetSSODomainEntitiesOK with default headers values

func (*GetSSODomainEntitiesOK) Error added in v0.1.1

func (o *GetSSODomainEntitiesOK) Error() string

func (*GetSSODomainEntitiesOK) GetPayload added in v0.1.1

func (*GetSSODomainEntitiesOK) IsClientError added in v0.1.1

func (o *GetSSODomainEntitiesOK) IsClientError() bool

IsClientError returns true when this get Sso domain entities o k response has a 4xx status code

func (*GetSSODomainEntitiesOK) IsCode added in v0.1.1

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

IsCode returns true when this get Sso domain entities o k response a status code equal to that given

func (*GetSSODomainEntitiesOK) IsRedirect added in v0.1.1

func (o *GetSSODomainEntitiesOK) IsRedirect() bool

IsRedirect returns true when this get Sso domain entities o k response has a 3xx status code

func (*GetSSODomainEntitiesOK) IsServerError added in v0.1.1

func (o *GetSSODomainEntitiesOK) IsServerError() bool

IsServerError returns true when this get Sso domain entities o k response has a 5xx status code

func (*GetSSODomainEntitiesOK) IsSuccess added in v0.1.1

func (o *GetSSODomainEntitiesOK) IsSuccess() bool

IsSuccess returns true when this get Sso domain entities o k response has a 2xx status code

func (*GetSSODomainEntitiesOK) String added in v0.1.1

func (o *GetSSODomainEntitiesOK) String() string

type GetSSODomainEntitiesParams added in v0.1.1

type GetSSODomainEntitiesParams struct {

	/* SSODomain.

	   SSO Domain Name
	*/
	SSODomain string

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

GetSSODomainEntitiesParams contains all the parameters to send to the API endpoint

for the get SSO domain entities operation.

Typically these are written to a http.Request.

func NewGetSSODomainEntitiesParams added in v0.1.1

func NewGetSSODomainEntitiesParams() *GetSSODomainEntitiesParams

NewGetSSODomainEntitiesParams creates a new GetSSODomainEntitiesParams 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 NewGetSSODomainEntitiesParamsWithContext added in v0.1.1

func NewGetSSODomainEntitiesParamsWithContext(ctx context.Context) *GetSSODomainEntitiesParams

NewGetSSODomainEntitiesParamsWithContext creates a new GetSSODomainEntitiesParams object with the ability to set a context for a request.

func NewGetSSODomainEntitiesParamsWithHTTPClient added in v0.1.1

func NewGetSSODomainEntitiesParamsWithHTTPClient(client *http.Client) *GetSSODomainEntitiesParams

NewGetSSODomainEntitiesParamsWithHTTPClient creates a new GetSSODomainEntitiesParams object with the ability to set a custom HTTPClient for a request.

func NewGetSSODomainEntitiesParamsWithTimeout added in v0.1.1

func NewGetSSODomainEntitiesParamsWithTimeout(timeout time.Duration) *GetSSODomainEntitiesParams

NewGetSSODomainEntitiesParamsWithTimeout creates a new GetSSODomainEntitiesParams object with the ability to set a timeout on a request.

func (*GetSSODomainEntitiesParams) SetContext added in v0.1.1

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

SetContext adds the context to the get SSO domain entities params

func (*GetSSODomainEntitiesParams) SetDefaults added in v0.1.1

func (o *GetSSODomainEntitiesParams) SetDefaults()

SetDefaults hydrates default values in the get SSO domain entities params (not the query body).

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

func (*GetSSODomainEntitiesParams) SetHTTPClient added in v0.1.1

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

SetHTTPClient adds the HTTPClient to the get SSO domain entities params

func (*GetSSODomainEntitiesParams) SetSSODomain added in v0.1.1

func (o *GetSSODomainEntitiesParams) SetSSODomain(sSODomain string)

SetSSODomain adds the ssoDomain to the get SSO domain entities params

func (*GetSSODomainEntitiesParams) SetTimeout added in v0.1.1

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

SetTimeout adds the timeout to the get SSO domain entities params

func (*GetSSODomainEntitiesParams) WithContext added in v0.1.1

WithContext adds the context to the get SSO domain entities params

func (*GetSSODomainEntitiesParams) WithDefaults added in v0.1.1

WithDefaults hydrates default values in the get SSO domain entities params (not the query body).

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

func (*GetSSODomainEntitiesParams) WithHTTPClient added in v0.1.1

WithHTTPClient adds the HTTPClient to the get SSO domain entities params

func (*GetSSODomainEntitiesParams) WithSSODomain added in v0.1.1

func (o *GetSSODomainEntitiesParams) WithSSODomain(sSODomain string) *GetSSODomainEntitiesParams

WithSSODomain adds the sSODomain to the get SSO domain entities params

func (*GetSSODomainEntitiesParams) WithTimeout added in v0.1.1

WithTimeout adds the timeout to the get SSO domain entities params

func (*GetSSODomainEntitiesParams) WriteToRequest added in v0.1.1

WriteToRequest writes these params to a swagger request

type GetSSODomainEntitiesReader added in v0.1.1

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

GetSSODomainEntitiesReader is a Reader for the GetSSODomainEntities structure.

func (*GetSSODomainEntitiesReader) ReadResponse added in v0.1.1

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

ReadResponse reads a server response into the received o.

type GetSSODomainEntitiesUnauthorized added in v0.1.1

type GetSSODomainEntitiesUnauthorized struct {
	Payload *models.ErrorResponse
}

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

Unauthorized Request

func NewGetSSODomainEntitiesUnauthorized added in v0.1.1

func NewGetSSODomainEntitiesUnauthorized() *GetSSODomainEntitiesUnauthorized

NewGetSSODomainEntitiesUnauthorized creates a GetSSODomainEntitiesUnauthorized with default headers values

func (*GetSSODomainEntitiesUnauthorized) Error added in v0.1.1

func (*GetSSODomainEntitiesUnauthorized) GetPayload added in v0.1.1

func (*GetSSODomainEntitiesUnauthorized) IsClientError added in v0.1.1

func (o *GetSSODomainEntitiesUnauthorized) IsClientError() bool

IsClientError returns true when this get Sso domain entities unauthorized response has a 4xx status code

func (*GetSSODomainEntitiesUnauthorized) IsCode added in v0.1.1

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

IsCode returns true when this get Sso domain entities unauthorized response a status code equal to that given

func (*GetSSODomainEntitiesUnauthorized) IsRedirect added in v0.1.1

func (o *GetSSODomainEntitiesUnauthorized) IsRedirect() bool

IsRedirect returns true when this get Sso domain entities unauthorized response has a 3xx status code

func (*GetSSODomainEntitiesUnauthorized) IsServerError added in v0.1.1

func (o *GetSSODomainEntitiesUnauthorized) IsServerError() bool

IsServerError returns true when this get Sso domain entities unauthorized response has a 5xx status code

func (*GetSSODomainEntitiesUnauthorized) IsSuccess added in v0.1.1

func (o *GetSSODomainEntitiesUnauthorized) IsSuccess() bool

IsSuccess returns true when this get Sso domain entities unauthorized response has a 2xx status code

func (*GetSSODomainEntitiesUnauthorized) String added in v0.1.1

type GetSSODomainsForbidden added in v0.1.1

type GetSSODomainsForbidden struct {
	Payload *models.ErrorResponse
}

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

Forbidden request

func NewGetSSODomainsForbidden added in v0.1.1

func NewGetSSODomainsForbidden() *GetSSODomainsForbidden

NewGetSSODomainsForbidden creates a GetSSODomainsForbidden with default headers values

func (*GetSSODomainsForbidden) Error added in v0.1.1

func (o *GetSSODomainsForbidden) Error() string

func (*GetSSODomainsForbidden) GetPayload added in v0.1.1

func (o *GetSSODomainsForbidden) GetPayload() *models.ErrorResponse

func (*GetSSODomainsForbidden) IsClientError added in v0.1.1

func (o *GetSSODomainsForbidden) IsClientError() bool

IsClientError returns true when this get Sso domains forbidden response has a 4xx status code

func (*GetSSODomainsForbidden) IsCode added in v0.1.1

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

IsCode returns true when this get Sso domains forbidden response a status code equal to that given

func (*GetSSODomainsForbidden) IsRedirect added in v0.1.1

func (o *GetSSODomainsForbidden) IsRedirect() bool

IsRedirect returns true when this get Sso domains forbidden response has a 3xx status code

func (*GetSSODomainsForbidden) IsServerError added in v0.1.1

func (o *GetSSODomainsForbidden) IsServerError() bool

IsServerError returns true when this get Sso domains forbidden response has a 5xx status code

func (*GetSSODomainsForbidden) IsSuccess added in v0.1.1

func (o *GetSSODomainsForbidden) IsSuccess() bool

IsSuccess returns true when this get Sso domains forbidden response has a 2xx status code

func (*GetSSODomainsForbidden) String added in v0.1.1

func (o *GetSSODomainsForbidden) String() string

type GetSSODomainsInternalServerError added in v0.1.1

type GetSSODomainsInternalServerError struct {
	Payload *models.ErrorResponse
}

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

Internal Server Error

func NewGetSSODomainsInternalServerError added in v0.1.1

func NewGetSSODomainsInternalServerError() *GetSSODomainsInternalServerError

NewGetSSODomainsInternalServerError creates a GetSSODomainsInternalServerError with default headers values

func (*GetSSODomainsInternalServerError) Error added in v0.1.1

func (*GetSSODomainsInternalServerError) GetPayload added in v0.1.1

func (*GetSSODomainsInternalServerError) IsClientError added in v0.1.1

func (o *GetSSODomainsInternalServerError) IsClientError() bool

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

func (*GetSSODomainsInternalServerError) IsCode added in v0.1.1

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

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

func (*GetSSODomainsInternalServerError) IsRedirect added in v0.1.1

func (o *GetSSODomainsInternalServerError) IsRedirect() bool

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

func (*GetSSODomainsInternalServerError) IsServerError added in v0.1.1

func (o *GetSSODomainsInternalServerError) IsServerError() bool

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

func (*GetSSODomainsInternalServerError) IsSuccess added in v0.1.1

func (o *GetSSODomainsInternalServerError) IsSuccess() bool

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

func (*GetSSODomainsInternalServerError) String added in v0.1.1

type GetSSODomainsOK added in v0.1.1

type GetSSODomainsOK struct {
	Payload *models.PageOfstring
}

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

OK

func NewGetSSODomainsOK added in v0.1.1

func NewGetSSODomainsOK() *GetSSODomainsOK

NewGetSSODomainsOK creates a GetSSODomainsOK with default headers values

func (*GetSSODomainsOK) Error added in v0.1.1

func (o *GetSSODomainsOK) Error() string

func (*GetSSODomainsOK) GetPayload added in v0.1.1

func (o *GetSSODomainsOK) GetPayload() *models.PageOfstring

func (*GetSSODomainsOK) IsClientError added in v0.1.1

func (o *GetSSODomainsOK) IsClientError() bool

IsClientError returns true when this get Sso domains o k response has a 4xx status code

func (*GetSSODomainsOK) IsCode added in v0.1.1

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

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

func (*GetSSODomainsOK) IsRedirect added in v0.1.1

func (o *GetSSODomainsOK) IsRedirect() bool

IsRedirect returns true when this get Sso domains o k response has a 3xx status code

func (*GetSSODomainsOK) IsServerError added in v0.1.1

func (o *GetSSODomainsOK) IsServerError() bool

IsServerError returns true when this get Sso domains o k response has a 5xx status code

func (*GetSSODomainsOK) IsSuccess added in v0.1.1

func (o *GetSSODomainsOK) IsSuccess() bool

IsSuccess returns true when this get Sso domains o k response has a 2xx status code

func (*GetSSODomainsOK) String added in v0.1.1

func (o *GetSSODomainsOK) String() string

type GetSSODomainsParams added in v0.1.1

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

GetSSODomainsParams contains all the parameters to send to the API endpoint

for the get SSO domains operation.

Typically these are written to a http.Request.

func NewGetSSODomainsParams added in v0.1.1

func NewGetSSODomainsParams() *GetSSODomainsParams

NewGetSSODomainsParams creates a new GetSSODomainsParams 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 NewGetSSODomainsParamsWithContext added in v0.1.1

func NewGetSSODomainsParamsWithContext(ctx context.Context) *GetSSODomainsParams

NewGetSSODomainsParamsWithContext creates a new GetSSODomainsParams object with the ability to set a context for a request.

func NewGetSSODomainsParamsWithHTTPClient added in v0.1.1

func NewGetSSODomainsParamsWithHTTPClient(client *http.Client) *GetSSODomainsParams

NewGetSSODomainsParamsWithHTTPClient creates a new GetSSODomainsParams object with the ability to set a custom HTTPClient for a request.

func NewGetSSODomainsParamsWithTimeout added in v0.1.1

func NewGetSSODomainsParamsWithTimeout(timeout time.Duration) *GetSSODomainsParams

NewGetSSODomainsParamsWithTimeout creates a new GetSSODomainsParams object with the ability to set a timeout on a request.

func (*GetSSODomainsParams) SetContext added in v0.1.1

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

SetContext adds the context to the get SSO domains params

func (*GetSSODomainsParams) SetDefaults added in v0.1.1

func (o *GetSSODomainsParams) SetDefaults()

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

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

func (*GetSSODomainsParams) SetHTTPClient added in v0.1.1

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

SetHTTPClient adds the HTTPClient to the get SSO domains params

func (*GetSSODomainsParams) SetTimeout added in v0.1.1

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

SetTimeout adds the timeout to the get SSO domains params

func (*GetSSODomainsParams) WithContext added in v0.1.1

WithContext adds the context to the get SSO domains params

func (*GetSSODomainsParams) WithDefaults added in v0.1.1

func (o *GetSSODomainsParams) WithDefaults() *GetSSODomainsParams

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

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

func (*GetSSODomainsParams) WithHTTPClient added in v0.1.1

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

WithHTTPClient adds the HTTPClient to the get SSO domains params

func (*GetSSODomainsParams) WithTimeout added in v0.1.1

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

WithTimeout adds the timeout to the get SSO domains params

func (*GetSSODomainsParams) WriteToRequest added in v0.1.1

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

WriteToRequest writes these params to a swagger request

type GetSSODomainsReader added in v0.1.1

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

GetSSODomainsReader is a Reader for the GetSSODomains structure.

func (*GetSSODomainsReader) ReadResponse added in v0.1.1

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

ReadResponse reads a server response into the received o.

type GetSSODomainsUnauthorized added in v0.1.1

type GetSSODomainsUnauthorized struct {
	Payload *models.ErrorResponse
}

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

Unauthorized Request

func NewGetSSODomainsUnauthorized added in v0.1.1

func NewGetSSODomainsUnauthorized() *GetSSODomainsUnauthorized

NewGetSSODomainsUnauthorized creates a GetSSODomainsUnauthorized with default headers values

func (*GetSSODomainsUnauthorized) Error added in v0.1.1

func (o *GetSSODomainsUnauthorized) Error() string

func (*GetSSODomainsUnauthorized) GetPayload added in v0.1.1

func (*GetSSODomainsUnauthorized) IsClientError added in v0.1.1

func (o *GetSSODomainsUnauthorized) IsClientError() bool

IsClientError returns true when this get Sso domains unauthorized response has a 4xx status code

func (*GetSSODomainsUnauthorized) IsCode added in v0.1.1

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

IsCode returns true when this get Sso domains unauthorized response a status code equal to that given

func (*GetSSODomainsUnauthorized) IsRedirect added in v0.1.1

func (o *GetSSODomainsUnauthorized) IsRedirect() bool

IsRedirect returns true when this get Sso domains unauthorized response has a 3xx status code

func (*GetSSODomainsUnauthorized) IsServerError added in v0.1.1

func (o *GetSSODomainsUnauthorized) IsServerError() bool

IsServerError returns true when this get Sso domains unauthorized response has a 5xx status code

func (*GetSSODomainsUnauthorized) IsSuccess added in v0.1.1

func (o *GetSSODomainsUnauthorized) IsSuccess() bool

IsSuccess returns true when this get Sso domains unauthorized response has a 2xx status code

func (*GetSSODomainsUnauthorized) String added in v0.1.1

func (o *GetSSODomainsUnauthorized) String() string

type GetUsersBadRequest added in v0.1.1

type GetUsersBadRequest struct {
	Payload *models.ErrorResponse
}

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

Bad request

func NewGetUsersBadRequest added in v0.1.1

func NewGetUsersBadRequest() *GetUsersBadRequest

NewGetUsersBadRequest creates a GetUsersBadRequest with default headers values

func (*GetUsersBadRequest) Error added in v0.1.1

func (o *GetUsersBadRequest) Error() string

func (*GetUsersBadRequest) GetPayload added in v0.1.1

func (o *GetUsersBadRequest) GetPayload() *models.ErrorResponse

func (*GetUsersBadRequest) IsClientError added in v0.1.1

func (o *GetUsersBadRequest) IsClientError() bool

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

func (*GetUsersBadRequest) IsCode added in v0.1.1

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

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

func (*GetUsersBadRequest) IsRedirect added in v0.1.1

func (o *GetUsersBadRequest) IsRedirect() bool

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

func (*GetUsersBadRequest) IsServerError added in v0.1.1

func (o *GetUsersBadRequest) IsServerError() bool

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

func (*GetUsersBadRequest) IsSuccess added in v0.1.1

func (o *GetUsersBadRequest) IsSuccess() bool

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

func (*GetUsersBadRequest) String added in v0.1.1

func (o *GetUsersBadRequest) String() string

type GetUsersInternalServerError added in v0.1.1

type GetUsersInternalServerError struct {
	Payload *models.ErrorResponse
}

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

Internal Server Error

func NewGetUsersInternalServerError added in v0.1.1

func NewGetUsersInternalServerError() *GetUsersInternalServerError

NewGetUsersInternalServerError creates a GetUsersInternalServerError with default headers values

func (*GetUsersInternalServerError) Error added in v0.1.1

func (*GetUsersInternalServerError) GetPayload added in v0.1.1

func (*GetUsersInternalServerError) IsClientError added in v0.1.1

func (o *GetUsersInternalServerError) IsClientError() bool

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

func (*GetUsersInternalServerError) IsCode added in v0.1.1

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

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

func (*GetUsersInternalServerError) IsRedirect added in v0.1.1

func (o *GetUsersInternalServerError) IsRedirect() bool

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

func (*GetUsersInternalServerError) IsServerError added in v0.1.1

func (o *GetUsersInternalServerError) IsServerError() bool

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

func (*GetUsersInternalServerError) IsSuccess added in v0.1.1

func (o *GetUsersInternalServerError) IsSuccess() bool

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

func (*GetUsersInternalServerError) String added in v0.1.1

func (o *GetUsersInternalServerError) String() string

type GetUsersOK added in v0.1.1

type GetUsersOK struct {
	Payload *models.PageOfUser
}

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

OK

func NewGetUsersOK added in v0.1.1

func NewGetUsersOK() *GetUsersOK

NewGetUsersOK creates a GetUsersOK with default headers values

func (*GetUsersOK) Error added in v0.1.1

func (o *GetUsersOK) Error() string

func (*GetUsersOK) GetPayload added in v0.1.1

func (o *GetUsersOK) GetPayload() *models.PageOfUser

func (*GetUsersOK) IsClientError added in v0.1.1

func (o *GetUsersOK) IsClientError() bool

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

func (*GetUsersOK) IsCode added in v0.1.1

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

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

func (*GetUsersOK) IsRedirect added in v0.1.1

func (o *GetUsersOK) IsRedirect() bool

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

func (*GetUsersOK) IsServerError added in v0.1.1

func (o *GetUsersOK) IsServerError() bool

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

func (*GetUsersOK) IsSuccess added in v0.1.1

func (o *GetUsersOK) IsSuccess() bool

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

func (*GetUsersOK) String added in v0.1.1

func (o *GetUsersOK) String() string

type GetUsersParams added in v0.1.1

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

GetUsersParams contains all the parameters to send to the API endpoint

for the get users operation.

Typically these are written to a http.Request.

func NewGetUsersParams added in v0.1.1

func NewGetUsersParams() *GetUsersParams

NewGetUsersParams creates a new GetUsersParams 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 NewGetUsersParamsWithContext added in v0.1.1

func NewGetUsersParamsWithContext(ctx context.Context) *GetUsersParams

NewGetUsersParamsWithContext creates a new GetUsersParams object with the ability to set a context for a request.

func NewGetUsersParamsWithHTTPClient added in v0.1.1

func NewGetUsersParamsWithHTTPClient(client *http.Client) *GetUsersParams

NewGetUsersParamsWithHTTPClient creates a new GetUsersParams object with the ability to set a custom HTTPClient for a request.

func NewGetUsersParamsWithTimeout added in v0.1.1

func NewGetUsersParamsWithTimeout(timeout time.Duration) *GetUsersParams

NewGetUsersParamsWithTimeout creates a new GetUsersParams object with the ability to set a timeout on a request.

func (*GetUsersParams) SetContext added in v0.1.1

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

SetContext adds the context to the get users params

func (*GetUsersParams) SetDefaults added in v0.1.1

func (o *GetUsersParams) SetDefaults()

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

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

func (*GetUsersParams) SetHTTPClient added in v0.1.1

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

SetHTTPClient adds the HTTPClient to the get users params

func (*GetUsersParams) SetTimeout added in v0.1.1

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

SetTimeout adds the timeout to the get users params

func (*GetUsersParams) WithContext added in v0.1.1

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

WithContext adds the context to the get users params

func (*GetUsersParams) WithDefaults added in v0.1.1

func (o *GetUsersParams) WithDefaults() *GetUsersParams

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

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

func (*GetUsersParams) WithHTTPClient added in v0.1.1

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

WithHTTPClient adds the HTTPClient to the get users params

func (*GetUsersParams) WithTimeout added in v0.1.1

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

WithTimeout adds the timeout to the get users params

func (*GetUsersParams) WriteToRequest added in v0.1.1

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

WriteToRequest writes these params to a swagger request

type GetUsersReader added in v0.1.1

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

GetUsersReader is a Reader for the GetUsers structure.

func (*GetUsersReader) ReadResponse added in v0.1.1

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

ReadResponse reads a server response into the received o.

type GetUsersUnauthorized added in v0.1.1

type GetUsersUnauthorized struct {
	Payload *models.ErrorResponse
}

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

Unauthorized Request

func NewGetUsersUnauthorized added in v0.1.1

func NewGetUsersUnauthorized() *GetUsersUnauthorized

NewGetUsersUnauthorized creates a GetUsersUnauthorized with default headers values

func (*GetUsersUnauthorized) Error added in v0.1.1

func (o *GetUsersUnauthorized) Error() string

func (*GetUsersUnauthorized) GetPayload added in v0.1.1

func (o *GetUsersUnauthorized) GetPayload() *models.ErrorResponse

func (*GetUsersUnauthorized) IsClientError added in v0.1.1

func (o *GetUsersUnauthorized) IsClientError() bool

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

func (*GetUsersUnauthorized) IsCode added in v0.1.1

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

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

func (*GetUsersUnauthorized) IsRedirect added in v0.1.1

func (o *GetUsersUnauthorized) IsRedirect() bool

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

func (*GetUsersUnauthorized) IsServerError added in v0.1.1

func (o *GetUsersUnauthorized) IsServerError() bool

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

func (*GetUsersUnauthorized) IsSuccess added in v0.1.1

func (o *GetUsersUnauthorized) IsSuccess() bool

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

func (*GetUsersUnauthorized) String added in v0.1.1

func (o *GetUsersUnauthorized) String() string

type UpdateLocalUserPasswordInternalServerError

type UpdateLocalUserPasswordInternalServerError struct {
	Payload *models.ErrorResponse
}

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

Internal server error

func NewUpdateLocalUserPasswordInternalServerError

func NewUpdateLocalUserPasswordInternalServerError() *UpdateLocalUserPasswordInternalServerError

NewUpdateLocalUserPasswordInternalServerError creates a UpdateLocalUserPasswordInternalServerError with default headers values

func (*UpdateLocalUserPasswordInternalServerError) Error

func (*UpdateLocalUserPasswordInternalServerError) GetPayload

func (*UpdateLocalUserPasswordInternalServerError) IsClientError

IsClientError returns true when this update local user password internal server error response has a 4xx status code

func (*UpdateLocalUserPasswordInternalServerError) IsCode

IsCode returns true when this update local user password internal server error response a status code equal to that given

func (*UpdateLocalUserPasswordInternalServerError) IsRedirect

IsRedirect returns true when this update local user password internal server error response has a 3xx status code

func (*UpdateLocalUserPasswordInternalServerError) IsServerError

IsServerError returns true when this update local user password internal server error response has a 5xx status code

func (*UpdateLocalUserPasswordInternalServerError) IsSuccess

IsSuccess returns true when this update local user password internal server error response has a 2xx status code

func (*UpdateLocalUserPasswordInternalServerError) String

type UpdateLocalUserPasswordNoContent

type UpdateLocalUserPasswordNoContent struct {
}

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

No content

func NewUpdateLocalUserPasswordNoContent

func NewUpdateLocalUserPasswordNoContent() *UpdateLocalUserPasswordNoContent

NewUpdateLocalUserPasswordNoContent creates a UpdateLocalUserPasswordNoContent with default headers values

func (*UpdateLocalUserPasswordNoContent) Error

func (*UpdateLocalUserPasswordNoContent) IsClientError

func (o *UpdateLocalUserPasswordNoContent) IsClientError() bool

IsClientError returns true when this update local user password no content response has a 4xx status code

func (*UpdateLocalUserPasswordNoContent) IsCode

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

IsCode returns true when this update local user password no content response a status code equal to that given

func (*UpdateLocalUserPasswordNoContent) IsRedirect

func (o *UpdateLocalUserPasswordNoContent) IsRedirect() bool

IsRedirect returns true when this update local user password no content response has a 3xx status code

func (*UpdateLocalUserPasswordNoContent) IsServerError

func (o *UpdateLocalUserPasswordNoContent) IsServerError() bool

IsServerError returns true when this update local user password no content response has a 5xx status code

func (*UpdateLocalUserPasswordNoContent) IsSuccess

func (o *UpdateLocalUserPasswordNoContent) IsSuccess() bool

IsSuccess returns true when this update local user password no content response has a 2xx status code

func (*UpdateLocalUserPasswordNoContent) String

type UpdateLocalUserPasswordParams

type UpdateLocalUserPasswordParams struct {

	/* LocaUserPassword.

	   Local user password details
	*/
	LocaUserPassword *models.LocalAccountPasswordInfo

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

UpdateLocalUserPasswordParams contains all the parameters to send to the API endpoint

for the update local user password operation.

Typically these are written to a http.Request.

func NewUpdateLocalUserPasswordParams

func NewUpdateLocalUserPasswordParams() *UpdateLocalUserPasswordParams

NewUpdateLocalUserPasswordParams creates a new UpdateLocalUserPasswordParams 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 NewUpdateLocalUserPasswordParamsWithContext

func NewUpdateLocalUserPasswordParamsWithContext(ctx context.Context) *UpdateLocalUserPasswordParams

NewUpdateLocalUserPasswordParamsWithContext creates a new UpdateLocalUserPasswordParams object with the ability to set a context for a request.

func NewUpdateLocalUserPasswordParamsWithHTTPClient

func NewUpdateLocalUserPasswordParamsWithHTTPClient(client *http.Client) *UpdateLocalUserPasswordParams

NewUpdateLocalUserPasswordParamsWithHTTPClient creates a new UpdateLocalUserPasswordParams object with the ability to set a custom HTTPClient for a request.

func NewUpdateLocalUserPasswordParamsWithTimeout

func NewUpdateLocalUserPasswordParamsWithTimeout(timeout time.Duration) *UpdateLocalUserPasswordParams

NewUpdateLocalUserPasswordParamsWithTimeout creates a new UpdateLocalUserPasswordParams object with the ability to set a timeout on a request.

func (*UpdateLocalUserPasswordParams) SetContext

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

SetContext adds the context to the update local user password params

func (*UpdateLocalUserPasswordParams) SetDefaults

func (o *UpdateLocalUserPasswordParams) SetDefaults()

SetDefaults hydrates default values in the update local user password params (not the query body).

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

func (*UpdateLocalUserPasswordParams) SetHTTPClient

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

SetHTTPClient adds the HTTPClient to the update local user password params

func (*UpdateLocalUserPasswordParams) SetLocaUserPassword

func (o *UpdateLocalUserPasswordParams) SetLocaUserPassword(locaUserPassword *models.LocalAccountPasswordInfo)

SetLocaUserPassword adds the locaUserPassword to the update local user password params

func (*UpdateLocalUserPasswordParams) SetTimeout

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

SetTimeout adds the timeout to the update local user password params

func (*UpdateLocalUserPasswordParams) WithContext

WithContext adds the context to the update local user password params

func (*UpdateLocalUserPasswordParams) WithDefaults

WithDefaults hydrates default values in the update local user password params (not the query body).

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

func (*UpdateLocalUserPasswordParams) WithHTTPClient

WithHTTPClient adds the HTTPClient to the update local user password params

func (*UpdateLocalUserPasswordParams) WithLocaUserPassword

WithLocaUserPassword adds the locaUserPassword to the update local user password params

func (*UpdateLocalUserPasswordParams) WithTimeout

WithTimeout adds the timeout to the update local user password params

func (*UpdateLocalUserPasswordParams) WriteToRequest

WriteToRequest writes these params to a swagger request

type UpdateLocalUserPasswordReader

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

UpdateLocalUserPasswordReader is a Reader for the UpdateLocalUserPassword structure.

func (*UpdateLocalUserPasswordReader) ReadResponse

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

ReadResponse reads a server response into the received o.

Jump to

Keyboard shortcuts

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