authorization

package
v0.5.0 Latest Latest
Warning

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

Go to latest
Published: Feb 15, 2022 License: Apache-2.0 Imports: 11 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type Client

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

Client for authorization API

func (*Client) DeleteAccessgroupsSitesGroupid

func (a *Client) DeleteAccessgroupsSitesGroupid(params *DeleteAccessgroupsSitesGroupidParams, authInfo runtime.ClientAuthInfoWriter, opts ...ClientOption) (*DeleteAccessgroupsSitesGroupidOK, error)

DeleteAccessgroupsSitesGroupid deletes site access group

func (*Client) DeleteAccessgroupsSitesGroupidSiteid

func (a *Client) DeleteAccessgroupsSitesGroupidSiteid(params *DeleteAccessgroupsSitesGroupidSiteidParams, authInfo runtime.ClientAuthInfoWriter, opts ...ClientOption) (*DeleteAccessgroupsSitesGroupidSiteidOK, error)

DeleteAccessgroupsSitesGroupidSiteid removes access to single site

func (*Client) GetAccessgroupsSites

func (a *Client) GetAccessgroupsSites(params *GetAccessgroupsSitesParams, authInfo runtime.ClientAuthInfoWriter, opts ...ClientOption) (*GetAccessgroupsSitesOK, error)

GetAccessgroupsSites returns site access groups

func (*Client) GetAccessgroupsSitesGroupid

func (a *Client) GetAccessgroupsSitesGroupid(params *GetAccessgroupsSitesGroupidParams, authInfo runtime.ClientAuthInfoWriter, opts ...ClientOption) (*GetAccessgroupsSitesGroupidOK, error)

GetAccessgroupsSitesGroupid gets site access group

func (*Client) GetNmsAccountLoginUbiquiti

func (a *Client) GetNmsAccountLoginUbiquiti(params *GetNmsAccountLoginUbiquitiParams, authInfo runtime.ClientAuthInfoWriter, opts ...ClientOption) (*GetNmsAccountLoginUbiquitiOK, error)

GetNmsAccountLoginUbiquiti s s o authentication response endpoint

func (*Client) GetUser

func (a *Client) GetUser(params *GetUserParams, authInfo runtime.ClientAuthInfoWriter, opts ...ClientOption) (*GetUserOK, error)

GetUser gets the authenticated user

func (*Client) GetUserTotpauth

func (a *Client) GetUserTotpauth(params *GetUserTotpauthParams, authInfo runtime.ClientAuthInfoWriter, opts ...ClientOption) (*GetUserTotpauthOK, error)

GetUserTotpauth gets new information for two factor authentication

func (*Client) PostAccessgroupsSites

func (a *Client) PostAccessgroupsSites(params *PostAccessgroupsSitesParams, authInfo runtime.ClientAuthInfoWriter, opts ...ClientOption) (*PostAccessgroupsSitesOK, error)

PostAccessgroupsSites creates new site access group

func (*Client) PostUserCheckcredentials

func (a *Client) PostUserCheckcredentials(params *PostUserCheckcredentialsParams, authInfo runtime.ClientAuthInfoWriter, opts ...ClientOption) (*PostUserCheckcredentialsOK, error)

PostUserCheckcredentials checks user credentials

func (*Client) PostUserChecksession

func (a *Client) PostUserChecksession(params *PostUserChecksessionParams, authInfo runtime.ClientAuthInfoWriter, opts ...ClientOption) (*PostUserChecksessionOK, error)

PostUserChecksession checks that the session token and cookie are valid

func (*Client) PostUserLastreleasenotesseen

func (a *Client) PostUserLastreleasenotesseen(params *PostUserLastreleasenotesseenParams, authInfo runtime.ClientAuthInfoWriter, opts ...ClientOption) (*PostUserLastreleasenotesseenOK, error)

PostUserLastreleasenotesseen updates authenticated last release notes seen version

func (*Client) PostUserLogin

func (a *Client) PostUserLogin(params *PostUserLoginParams, opts ...ClientOption) (*PostUserLoginOK, *PostUserLoginCreated, error)

PostUserLogin logins

func (*Client) PostUserLoginInviteLocal

func (a *Client) PostUserLoginInviteLocal(params *PostUserLoginInviteLocalParams, opts ...ClientOption) (*PostUserLoginInviteLocalOK, error)

PostUserLoginInviteLocal finishes user invitation using local password

func (*Client) PostUserLoginInviteUbiquiti

func (a *Client) PostUserLoginInviteUbiquiti(params *PostUserLoginInviteUbiquitiParams, opts ...ClientOption) (*PostUserLoginInviteUbiquitiOK, error)

PostUserLoginInviteUbiquiti finishes user invitation using ubiquiti s s o

func (*Client) PostUserLoginTotpauth

func (a *Client) PostUserLoginTotpauth(params *PostUserLoginTotpauthParams, opts ...ClientOption) (*PostUserLoginTotpauthOK, error)

PostUserLoginTotpauth twos factor authentication login step 2

func (*Client) PostUserLoginUbiquiti

func (a *Client) PostUserLoginUbiquiti(params *PostUserLoginUbiquitiParams, opts ...ClientOption) (*PostUserLoginUbiquitiOK, error)

PostUserLoginUbiquiti logins using ubiquiti s s o

func (*Client) PostUserLogout

func (a *Client) PostUserLogout(params *PostUserLogoutParams, authInfo runtime.ClientAuthInfoWriter, opts ...ClientOption) (*PostUserLogoutOK, error)

PostUserLogout logouts

func (*Client) PostUserPasswordRequestreset

func (a *Client) PostUserPasswordRequestreset(params *PostUserPasswordRequestresetParams, opts ...ClientOption) (*PostUserPasswordRequestresetOK, error)

PostUserPasswordRequestreset requests password reset

func (*Client) PostUserPasswordReset

func (a *Client) PostUserPasswordReset(params *PostUserPasswordResetParams, opts ...ClientOption) (*PostUserPasswordResetOK, error)

PostUserPasswordReset resets user password

func (*Client) PostUserPasswordStrength

func (a *Client) PostUserPasswordStrength(params *PostUserPasswordStrengthParams, opts ...ClientOption) (*PostUserPasswordStrengthOK, error)

PostUserPasswordStrength checks password strength

func (*Client) PostUserSsoVerify

func (a *Client) PostUserSsoVerify(params *PostUserSsoVerifyParams, authInfo runtime.ClientAuthInfoWriter, opts ...ClientOption) (*PostUserSsoVerifyOK, error)

PostUserSsoVerify verifies s s o login result

func (*Client) PutAccessgroupsSitesGroupid

func (a *Client) PutAccessgroupsSitesGroupid(params *PutAccessgroupsSitesGroupidParams, authInfo runtime.ClientAuthInfoWriter, opts ...ClientOption) (*PutAccessgroupsSitesGroupidOK, error)

PutAccessgroupsSitesGroupid updates site access group

func (*Client) PutAccessgroupsSitesGroupidSiteid

func (a *Client) PutAccessgroupsSitesGroupidSiteid(params *PutAccessgroupsSitesGroupidSiteidParams, authInfo runtime.ClientAuthInfoWriter, opts ...ClientOption) (*PutAccessgroupsSitesGroupidSiteidOK, error)

PutAccessgroupsSitesGroupidSiteid adds or change access to single site

func (*Client) PutUser

func (a *Client) PutUser(params *PutUserParams, authInfo runtime.ClientAuthInfoWriter, opts ...ClientOption) (*PutUserOK, error)

PutUser updates authenticated user

func (*Client) PutUserDisabledtotpauth

func (a *Client) PutUserDisabledtotpauth(params *PutUserDisabledtotpauthParams, authInfo runtime.ClientAuthInfoWriter, opts ...ClientOption) (*PutUserDisabledtotpauthOK, error)

PutUserDisabledtotpauth disables two factor authorization for user

func (*Client) PutUserPreferences

func (a *Client) PutUserPreferences(params *PutUserPreferencesParams, authInfo runtime.ClientAuthInfoWriter, opts ...ClientOption) (*PutUserPreferencesOK, error)

PutUserPreferences updates authenticated user s preferences

func (*Client) PutUserSsoEnable

func (a *Client) PutUserSsoEnable(params *PutUserSsoEnableParams, authInfo runtime.ClientAuthInfoWriter, opts ...ClientOption) (*PutUserSsoEnableOK, error)

PutUserSsoEnable enables ubiquiti s s o for current user

func (*Client) PutUserTotpauth

func (a *Client) PutUserTotpauth(params *PutUserTotpauthParams, authInfo runtime.ClientAuthInfoWriter, opts ...ClientOption) (*PutUserTotpauthOK, error)

PutUserTotpauth sets two factor authentication for user

func (*Client) SetTransport

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

SetTransport changes the transport on the client

type ClientOption

type ClientOption func(*runtime.ClientOperation)

ClientOption is the option for Client methods

type ClientService

type ClientService interface {
	DeleteAccessgroupsSitesGroupid(params *DeleteAccessgroupsSitesGroupidParams, authInfo runtime.ClientAuthInfoWriter, opts ...ClientOption) (*DeleteAccessgroupsSitesGroupidOK, error)

	DeleteAccessgroupsSitesGroupidSiteid(params *DeleteAccessgroupsSitesGroupidSiteidParams, authInfo runtime.ClientAuthInfoWriter, opts ...ClientOption) (*DeleteAccessgroupsSitesGroupidSiteidOK, error)

	GetAccessgroupsSites(params *GetAccessgroupsSitesParams, authInfo runtime.ClientAuthInfoWriter, opts ...ClientOption) (*GetAccessgroupsSitesOK, error)

	GetAccessgroupsSitesGroupid(params *GetAccessgroupsSitesGroupidParams, authInfo runtime.ClientAuthInfoWriter, opts ...ClientOption) (*GetAccessgroupsSitesGroupidOK, error)

	GetNmsAccountLoginUbiquiti(params *GetNmsAccountLoginUbiquitiParams, authInfo runtime.ClientAuthInfoWriter, opts ...ClientOption) (*GetNmsAccountLoginUbiquitiOK, error)

	GetUser(params *GetUserParams, authInfo runtime.ClientAuthInfoWriter, opts ...ClientOption) (*GetUserOK, error)

	GetUserTotpauth(params *GetUserTotpauthParams, authInfo runtime.ClientAuthInfoWriter, opts ...ClientOption) (*GetUserTotpauthOK, error)

	PostAccessgroupsSites(params *PostAccessgroupsSitesParams, authInfo runtime.ClientAuthInfoWriter, opts ...ClientOption) (*PostAccessgroupsSitesOK, error)

	PostUserCheckcredentials(params *PostUserCheckcredentialsParams, authInfo runtime.ClientAuthInfoWriter, opts ...ClientOption) (*PostUserCheckcredentialsOK, error)

	PostUserChecksession(params *PostUserChecksessionParams, authInfo runtime.ClientAuthInfoWriter, opts ...ClientOption) (*PostUserChecksessionOK, error)

	PostUserLastreleasenotesseen(params *PostUserLastreleasenotesseenParams, authInfo runtime.ClientAuthInfoWriter, opts ...ClientOption) (*PostUserLastreleasenotesseenOK, error)

	PostUserLogin(params *PostUserLoginParams, opts ...ClientOption) (*PostUserLoginOK, *PostUserLoginCreated, error)

	PostUserLoginInviteLocal(params *PostUserLoginInviteLocalParams, opts ...ClientOption) (*PostUserLoginInviteLocalOK, error)

	PostUserLoginInviteUbiquiti(params *PostUserLoginInviteUbiquitiParams, opts ...ClientOption) (*PostUserLoginInviteUbiquitiOK, error)

	PostUserLoginTotpauth(params *PostUserLoginTotpauthParams, opts ...ClientOption) (*PostUserLoginTotpauthOK, error)

	PostUserLoginUbiquiti(params *PostUserLoginUbiquitiParams, opts ...ClientOption) (*PostUserLoginUbiquitiOK, error)

	PostUserLogout(params *PostUserLogoutParams, authInfo runtime.ClientAuthInfoWriter, opts ...ClientOption) (*PostUserLogoutOK, error)

	PostUserPasswordRequestreset(params *PostUserPasswordRequestresetParams, opts ...ClientOption) (*PostUserPasswordRequestresetOK, error)

	PostUserPasswordReset(params *PostUserPasswordResetParams, opts ...ClientOption) (*PostUserPasswordResetOK, error)

	PostUserPasswordStrength(params *PostUserPasswordStrengthParams, opts ...ClientOption) (*PostUserPasswordStrengthOK, error)

	PostUserSsoVerify(params *PostUserSsoVerifyParams, authInfo runtime.ClientAuthInfoWriter, opts ...ClientOption) (*PostUserSsoVerifyOK, error)

	PutAccessgroupsSitesGroupid(params *PutAccessgroupsSitesGroupidParams, authInfo runtime.ClientAuthInfoWriter, opts ...ClientOption) (*PutAccessgroupsSitesGroupidOK, error)

	PutAccessgroupsSitesGroupidSiteid(params *PutAccessgroupsSitesGroupidSiteidParams, authInfo runtime.ClientAuthInfoWriter, opts ...ClientOption) (*PutAccessgroupsSitesGroupidSiteidOK, error)

	PutUser(params *PutUserParams, authInfo runtime.ClientAuthInfoWriter, opts ...ClientOption) (*PutUserOK, error)

	PutUserDisabledtotpauth(params *PutUserDisabledtotpauthParams, authInfo runtime.ClientAuthInfoWriter, opts ...ClientOption) (*PutUserDisabledtotpauthOK, error)

	PutUserPreferences(params *PutUserPreferencesParams, authInfo runtime.ClientAuthInfoWriter, opts ...ClientOption) (*PutUserPreferencesOK, error)

	PutUserSsoEnable(params *PutUserSsoEnableParams, authInfo runtime.ClientAuthInfoWriter, opts ...ClientOption) (*PutUserSsoEnableOK, error)

	PutUserTotpauth(params *PutUserTotpauthParams, authInfo runtime.ClientAuthInfoWriter, opts ...ClientOption) (*PutUserTotpauthOK, 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 authorization API client.

type DeleteAccessgroupsSitesGroupidBadRequest

type DeleteAccessgroupsSitesGroupidBadRequest struct {
	Payload *models.Error
}
DeleteAccessgroupsSitesGroupidBadRequest describes a response with status code 400, with default header values.

Bad Request

func NewDeleteAccessgroupsSitesGroupidBadRequest

func NewDeleteAccessgroupsSitesGroupidBadRequest() *DeleteAccessgroupsSitesGroupidBadRequest

NewDeleteAccessgroupsSitesGroupidBadRequest creates a DeleteAccessgroupsSitesGroupidBadRequest with default headers values

func (*DeleteAccessgroupsSitesGroupidBadRequest) Error

func (*DeleteAccessgroupsSitesGroupidBadRequest) GetPayload

type DeleteAccessgroupsSitesGroupidConflict

type DeleteAccessgroupsSitesGroupidConflict struct {
	Payload *models.Error
}
DeleteAccessgroupsSitesGroupidConflict describes a response with status code 409, with default header values.

Conflict

func NewDeleteAccessgroupsSitesGroupidConflict

func NewDeleteAccessgroupsSitesGroupidConflict() *DeleteAccessgroupsSitesGroupidConflict

NewDeleteAccessgroupsSitesGroupidConflict creates a DeleteAccessgroupsSitesGroupidConflict with default headers values

func (*DeleteAccessgroupsSitesGroupidConflict) Error

func (*DeleteAccessgroupsSitesGroupidConflict) GetPayload

type DeleteAccessgroupsSitesGroupidForbidden

type DeleteAccessgroupsSitesGroupidForbidden struct {
	Payload *models.Error
}
DeleteAccessgroupsSitesGroupidForbidden describes a response with status code 403, with default header values.

Forbidden

func NewDeleteAccessgroupsSitesGroupidForbidden

func NewDeleteAccessgroupsSitesGroupidForbidden() *DeleteAccessgroupsSitesGroupidForbidden

NewDeleteAccessgroupsSitesGroupidForbidden creates a DeleteAccessgroupsSitesGroupidForbidden with default headers values

func (*DeleteAccessgroupsSitesGroupidForbidden) Error

func (*DeleteAccessgroupsSitesGroupidForbidden) GetPayload

type DeleteAccessgroupsSitesGroupidInternalServerError

type DeleteAccessgroupsSitesGroupidInternalServerError struct {
	Payload *models.Error
}
DeleteAccessgroupsSitesGroupidInternalServerError describes a response with status code 500, with default header values.

Internal Server Error

func NewDeleteAccessgroupsSitesGroupidInternalServerError

func NewDeleteAccessgroupsSitesGroupidInternalServerError() *DeleteAccessgroupsSitesGroupidInternalServerError

NewDeleteAccessgroupsSitesGroupidInternalServerError creates a DeleteAccessgroupsSitesGroupidInternalServerError with default headers values

func (*DeleteAccessgroupsSitesGroupidInternalServerError) Error

func (*DeleteAccessgroupsSitesGroupidInternalServerError) GetPayload

type DeleteAccessgroupsSitesGroupidNotFound

type DeleteAccessgroupsSitesGroupidNotFound struct {
	Payload *models.Error
}
DeleteAccessgroupsSitesGroupidNotFound describes a response with status code 404, with default header values.

Not Found

func NewDeleteAccessgroupsSitesGroupidNotFound

func NewDeleteAccessgroupsSitesGroupidNotFound() *DeleteAccessgroupsSitesGroupidNotFound

NewDeleteAccessgroupsSitesGroupidNotFound creates a DeleteAccessgroupsSitesGroupidNotFound with default headers values

func (*DeleteAccessgroupsSitesGroupidNotFound) Error

func (*DeleteAccessgroupsSitesGroupidNotFound) GetPayload

type DeleteAccessgroupsSitesGroupidOK

type DeleteAccessgroupsSitesGroupidOK struct {
	Payload *models.Status
}
DeleteAccessgroupsSitesGroupidOK describes a response with status code 200, with default header values.

Successful

func NewDeleteAccessgroupsSitesGroupidOK

func NewDeleteAccessgroupsSitesGroupidOK() *DeleteAccessgroupsSitesGroupidOK

NewDeleteAccessgroupsSitesGroupidOK creates a DeleteAccessgroupsSitesGroupidOK with default headers values

func (*DeleteAccessgroupsSitesGroupidOK) Error

func (*DeleteAccessgroupsSitesGroupidOK) GetPayload

type DeleteAccessgroupsSitesGroupidParams

type DeleteAccessgroupsSitesGroupidParams struct {

	// GroupID.
	GroupID string

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

DeleteAccessgroupsSitesGroupidParams contains all the parameters to send to the API endpoint

for the delete accessgroups sites groupid operation.

Typically these are written to a http.Request.

func NewDeleteAccessgroupsSitesGroupidParams

func NewDeleteAccessgroupsSitesGroupidParams() *DeleteAccessgroupsSitesGroupidParams

NewDeleteAccessgroupsSitesGroupidParams creates a new DeleteAccessgroupsSitesGroupidParams 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 NewDeleteAccessgroupsSitesGroupidParamsWithContext

func NewDeleteAccessgroupsSitesGroupidParamsWithContext(ctx context.Context) *DeleteAccessgroupsSitesGroupidParams

NewDeleteAccessgroupsSitesGroupidParamsWithContext creates a new DeleteAccessgroupsSitesGroupidParams object with the ability to set a context for a request.

func NewDeleteAccessgroupsSitesGroupidParamsWithHTTPClient

func NewDeleteAccessgroupsSitesGroupidParamsWithHTTPClient(client *http.Client) *DeleteAccessgroupsSitesGroupidParams

NewDeleteAccessgroupsSitesGroupidParamsWithHTTPClient creates a new DeleteAccessgroupsSitesGroupidParams object with the ability to set a custom HTTPClient for a request.

func NewDeleteAccessgroupsSitesGroupidParamsWithTimeout

func NewDeleteAccessgroupsSitesGroupidParamsWithTimeout(timeout time.Duration) *DeleteAccessgroupsSitesGroupidParams

NewDeleteAccessgroupsSitesGroupidParamsWithTimeout creates a new DeleteAccessgroupsSitesGroupidParams object with the ability to set a timeout on a request.

func (*DeleteAccessgroupsSitesGroupidParams) SetContext

SetContext adds the context to the delete accessgroups sites groupid params

func (*DeleteAccessgroupsSitesGroupidParams) SetDefaults

func (o *DeleteAccessgroupsSitesGroupidParams) SetDefaults()

SetDefaults hydrates default values in the delete accessgroups sites groupid params (not the query body).

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

func (*DeleteAccessgroupsSitesGroupidParams) SetGroupID

func (o *DeleteAccessgroupsSitesGroupidParams) SetGroupID(groupID string)

SetGroupID adds the groupId to the delete accessgroups sites groupid params

func (*DeleteAccessgroupsSitesGroupidParams) SetHTTPClient

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

SetHTTPClient adds the HTTPClient to the delete accessgroups sites groupid params

func (*DeleteAccessgroupsSitesGroupidParams) SetTimeout

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

SetTimeout adds the timeout to the delete accessgroups sites groupid params

func (*DeleteAccessgroupsSitesGroupidParams) WithContext

WithContext adds the context to the delete accessgroups sites groupid params

func (*DeleteAccessgroupsSitesGroupidParams) WithDefaults

WithDefaults hydrates default values in the delete accessgroups sites groupid params (not the query body).

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

func (*DeleteAccessgroupsSitesGroupidParams) WithGroupID

WithGroupID adds the groupID to the delete accessgroups sites groupid params

func (*DeleteAccessgroupsSitesGroupidParams) WithHTTPClient

WithHTTPClient adds the HTTPClient to the delete accessgroups sites groupid params

func (*DeleteAccessgroupsSitesGroupidParams) WithTimeout

WithTimeout adds the timeout to the delete accessgroups sites groupid params

func (*DeleteAccessgroupsSitesGroupidParams) WriteToRequest

WriteToRequest writes these params to a swagger request

type DeleteAccessgroupsSitesGroupidReader

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

DeleteAccessgroupsSitesGroupidReader is a Reader for the DeleteAccessgroupsSitesGroupid structure.

func (*DeleteAccessgroupsSitesGroupidReader) ReadResponse

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

ReadResponse reads a server response into the received o.

type DeleteAccessgroupsSitesGroupidSiteidBadRequest

type DeleteAccessgroupsSitesGroupidSiteidBadRequest struct {
	Payload *models.Error
}
DeleteAccessgroupsSitesGroupidSiteidBadRequest describes a response with status code 400, with default header values.

Bad Request

func NewDeleteAccessgroupsSitesGroupidSiteidBadRequest

func NewDeleteAccessgroupsSitesGroupidSiteidBadRequest() *DeleteAccessgroupsSitesGroupidSiteidBadRequest

NewDeleteAccessgroupsSitesGroupidSiteidBadRequest creates a DeleteAccessgroupsSitesGroupidSiteidBadRequest with default headers values

func (*DeleteAccessgroupsSitesGroupidSiteidBadRequest) Error

func (*DeleteAccessgroupsSitesGroupidSiteidBadRequest) GetPayload

type DeleteAccessgroupsSitesGroupidSiteidConflict

type DeleteAccessgroupsSitesGroupidSiteidConflict struct {
	Payload *models.Error
}
DeleteAccessgroupsSitesGroupidSiteidConflict describes a response with status code 409, with default header values.

Conflict

func NewDeleteAccessgroupsSitesGroupidSiteidConflict

func NewDeleteAccessgroupsSitesGroupidSiteidConflict() *DeleteAccessgroupsSitesGroupidSiteidConflict

NewDeleteAccessgroupsSitesGroupidSiteidConflict creates a DeleteAccessgroupsSitesGroupidSiteidConflict with default headers values

func (*DeleteAccessgroupsSitesGroupidSiteidConflict) Error

func (*DeleteAccessgroupsSitesGroupidSiteidConflict) GetPayload

type DeleteAccessgroupsSitesGroupidSiteidForbidden

type DeleteAccessgroupsSitesGroupidSiteidForbidden struct {
	Payload *models.Error
}
DeleteAccessgroupsSitesGroupidSiteidForbidden describes a response with status code 403, with default header values.

Forbidden

func NewDeleteAccessgroupsSitesGroupidSiteidForbidden

func NewDeleteAccessgroupsSitesGroupidSiteidForbidden() *DeleteAccessgroupsSitesGroupidSiteidForbidden

NewDeleteAccessgroupsSitesGroupidSiteidForbidden creates a DeleteAccessgroupsSitesGroupidSiteidForbidden with default headers values

func (*DeleteAccessgroupsSitesGroupidSiteidForbidden) Error

func (*DeleteAccessgroupsSitesGroupidSiteidForbidden) GetPayload

type DeleteAccessgroupsSitesGroupidSiteidInternalServerError

type DeleteAccessgroupsSitesGroupidSiteidInternalServerError struct {
	Payload *models.Error
}
DeleteAccessgroupsSitesGroupidSiteidInternalServerError describes a response with status code 500, with default header values.

Internal Server Error

func NewDeleteAccessgroupsSitesGroupidSiteidInternalServerError

func NewDeleteAccessgroupsSitesGroupidSiteidInternalServerError() *DeleteAccessgroupsSitesGroupidSiteidInternalServerError

NewDeleteAccessgroupsSitesGroupidSiteidInternalServerError creates a DeleteAccessgroupsSitesGroupidSiteidInternalServerError with default headers values

func (*DeleteAccessgroupsSitesGroupidSiteidInternalServerError) Error

func (*DeleteAccessgroupsSitesGroupidSiteidInternalServerError) GetPayload

type DeleteAccessgroupsSitesGroupidSiteidNotFound

type DeleteAccessgroupsSitesGroupidSiteidNotFound struct {
	Payload *models.Error
}
DeleteAccessgroupsSitesGroupidSiteidNotFound describes a response with status code 404, with default header values.

Not Found

func NewDeleteAccessgroupsSitesGroupidSiteidNotFound

func NewDeleteAccessgroupsSitesGroupidSiteidNotFound() *DeleteAccessgroupsSitesGroupidSiteidNotFound

NewDeleteAccessgroupsSitesGroupidSiteidNotFound creates a DeleteAccessgroupsSitesGroupidSiteidNotFound with default headers values

func (*DeleteAccessgroupsSitesGroupidSiteidNotFound) Error

func (*DeleteAccessgroupsSitesGroupidSiteidNotFound) GetPayload

type DeleteAccessgroupsSitesGroupidSiteidOK

type DeleteAccessgroupsSitesGroupidSiteidOK struct {
	Payload *models.Status
}
DeleteAccessgroupsSitesGroupidSiteidOK describes a response with status code 200, with default header values.

Successful

func NewDeleteAccessgroupsSitesGroupidSiteidOK

func NewDeleteAccessgroupsSitesGroupidSiteidOK() *DeleteAccessgroupsSitesGroupidSiteidOK

NewDeleteAccessgroupsSitesGroupidSiteidOK creates a DeleteAccessgroupsSitesGroupidSiteidOK with default headers values

func (*DeleteAccessgroupsSitesGroupidSiteidOK) Error

func (*DeleteAccessgroupsSitesGroupidSiteidOK) GetPayload

type DeleteAccessgroupsSitesGroupidSiteidParams

type DeleteAccessgroupsSitesGroupidSiteidParams struct {

	// GroupID.
	GroupID string

	// SiteID.
	SiteID string

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

DeleteAccessgroupsSitesGroupidSiteidParams contains all the parameters to send to the API endpoint

for the delete accessgroups sites groupid siteid operation.

Typically these are written to a http.Request.

func NewDeleteAccessgroupsSitesGroupidSiteidParams

func NewDeleteAccessgroupsSitesGroupidSiteidParams() *DeleteAccessgroupsSitesGroupidSiteidParams

NewDeleteAccessgroupsSitesGroupidSiteidParams creates a new DeleteAccessgroupsSitesGroupidSiteidParams 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 NewDeleteAccessgroupsSitesGroupidSiteidParamsWithContext

func NewDeleteAccessgroupsSitesGroupidSiteidParamsWithContext(ctx context.Context) *DeleteAccessgroupsSitesGroupidSiteidParams

NewDeleteAccessgroupsSitesGroupidSiteidParamsWithContext creates a new DeleteAccessgroupsSitesGroupidSiteidParams object with the ability to set a context for a request.

func NewDeleteAccessgroupsSitesGroupidSiteidParamsWithHTTPClient

func NewDeleteAccessgroupsSitesGroupidSiteidParamsWithHTTPClient(client *http.Client) *DeleteAccessgroupsSitesGroupidSiteidParams

NewDeleteAccessgroupsSitesGroupidSiteidParamsWithHTTPClient creates a new DeleteAccessgroupsSitesGroupidSiteidParams object with the ability to set a custom HTTPClient for a request.

func NewDeleteAccessgroupsSitesGroupidSiteidParamsWithTimeout

func NewDeleteAccessgroupsSitesGroupidSiteidParamsWithTimeout(timeout time.Duration) *DeleteAccessgroupsSitesGroupidSiteidParams

NewDeleteAccessgroupsSitesGroupidSiteidParamsWithTimeout creates a new DeleteAccessgroupsSitesGroupidSiteidParams object with the ability to set a timeout on a request.

func (*DeleteAccessgroupsSitesGroupidSiteidParams) SetContext

SetContext adds the context to the delete accessgroups sites groupid siteid params

func (*DeleteAccessgroupsSitesGroupidSiteidParams) SetDefaults

SetDefaults hydrates default values in the delete accessgroups sites groupid siteid params (not the query body).

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

func (*DeleteAccessgroupsSitesGroupidSiteidParams) SetGroupID

func (o *DeleteAccessgroupsSitesGroupidSiteidParams) SetGroupID(groupID string)

SetGroupID adds the groupId to the delete accessgroups sites groupid siteid params

func (*DeleteAccessgroupsSitesGroupidSiteidParams) SetHTTPClient

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

SetHTTPClient adds the HTTPClient to the delete accessgroups sites groupid siteid params

func (*DeleteAccessgroupsSitesGroupidSiteidParams) SetSiteID

SetSiteID adds the siteId to the delete accessgroups sites groupid siteid params

func (*DeleteAccessgroupsSitesGroupidSiteidParams) SetTimeout

SetTimeout adds the timeout to the delete accessgroups sites groupid siteid params

func (*DeleteAccessgroupsSitesGroupidSiteidParams) WithContext

WithContext adds the context to the delete accessgroups sites groupid siteid params

func (*DeleteAccessgroupsSitesGroupidSiteidParams) WithDefaults

WithDefaults hydrates default values in the delete accessgroups sites groupid siteid params (not the query body).

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

func (*DeleteAccessgroupsSitesGroupidSiteidParams) WithGroupID

WithGroupID adds the groupID to the delete accessgroups sites groupid siteid params

func (*DeleteAccessgroupsSitesGroupidSiteidParams) WithHTTPClient

WithHTTPClient adds the HTTPClient to the delete accessgroups sites groupid siteid params

func (*DeleteAccessgroupsSitesGroupidSiteidParams) WithSiteID

WithSiteID adds the siteID to the delete accessgroups sites groupid siteid params

func (*DeleteAccessgroupsSitesGroupidSiteidParams) WithTimeout

WithTimeout adds the timeout to the delete accessgroups sites groupid siteid params

func (*DeleteAccessgroupsSitesGroupidSiteidParams) WriteToRequest

WriteToRequest writes these params to a swagger request

type DeleteAccessgroupsSitesGroupidSiteidReader

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

DeleteAccessgroupsSitesGroupidSiteidReader is a Reader for the DeleteAccessgroupsSitesGroupidSiteid structure.

func (*DeleteAccessgroupsSitesGroupidSiteidReader) ReadResponse

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

ReadResponse reads a server response into the received o.

type DeleteAccessgroupsSitesGroupidSiteidUnauthorized

type DeleteAccessgroupsSitesGroupidSiteidUnauthorized struct {
	Payload *models.Error
}
DeleteAccessgroupsSitesGroupidSiteidUnauthorized describes a response with status code 401, with default header values.

Unauthorized

func NewDeleteAccessgroupsSitesGroupidSiteidUnauthorized

func NewDeleteAccessgroupsSitesGroupidSiteidUnauthorized() *DeleteAccessgroupsSitesGroupidSiteidUnauthorized

NewDeleteAccessgroupsSitesGroupidSiteidUnauthorized creates a DeleteAccessgroupsSitesGroupidSiteidUnauthorized with default headers values

func (*DeleteAccessgroupsSitesGroupidSiteidUnauthorized) Error

func (*DeleteAccessgroupsSitesGroupidSiteidUnauthorized) GetPayload

type DeleteAccessgroupsSitesGroupidUnauthorized

type DeleteAccessgroupsSitesGroupidUnauthorized struct {
	Payload *models.Error
}
DeleteAccessgroupsSitesGroupidUnauthorized describes a response with status code 401, with default header values.

Unauthorized

func NewDeleteAccessgroupsSitesGroupidUnauthorized

func NewDeleteAccessgroupsSitesGroupidUnauthorized() *DeleteAccessgroupsSitesGroupidUnauthorized

NewDeleteAccessgroupsSitesGroupidUnauthorized creates a DeleteAccessgroupsSitesGroupidUnauthorized with default headers values

func (*DeleteAccessgroupsSitesGroupidUnauthorized) Error

func (*DeleteAccessgroupsSitesGroupidUnauthorized) GetPayload

type GetAccessgroupsSitesForbidden

type GetAccessgroupsSitesForbidden struct {
	Payload *models.Error
}
GetAccessgroupsSitesForbidden describes a response with status code 403, with default header values.

Forbidden

func NewGetAccessgroupsSitesForbidden

func NewGetAccessgroupsSitesForbidden() *GetAccessgroupsSitesForbidden

NewGetAccessgroupsSitesForbidden creates a GetAccessgroupsSitesForbidden with default headers values

func (*GetAccessgroupsSitesForbidden) Error

func (*GetAccessgroupsSitesForbidden) GetPayload

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

type GetAccessgroupsSitesGroupidBadRequest

type GetAccessgroupsSitesGroupidBadRequest struct {
	Payload *models.Error
}
GetAccessgroupsSitesGroupidBadRequest describes a response with status code 400, with default header values.

Bad Request

func NewGetAccessgroupsSitesGroupidBadRequest

func NewGetAccessgroupsSitesGroupidBadRequest() *GetAccessgroupsSitesGroupidBadRequest

NewGetAccessgroupsSitesGroupidBadRequest creates a GetAccessgroupsSitesGroupidBadRequest with default headers values

func (*GetAccessgroupsSitesGroupidBadRequest) Error

func (*GetAccessgroupsSitesGroupidBadRequest) GetPayload

type GetAccessgroupsSitesGroupidForbidden

type GetAccessgroupsSitesGroupidForbidden struct {
	Payload *models.Error
}
GetAccessgroupsSitesGroupidForbidden describes a response with status code 403, with default header values.

Forbidden

func NewGetAccessgroupsSitesGroupidForbidden

func NewGetAccessgroupsSitesGroupidForbidden() *GetAccessgroupsSitesGroupidForbidden

NewGetAccessgroupsSitesGroupidForbidden creates a GetAccessgroupsSitesGroupidForbidden with default headers values

func (*GetAccessgroupsSitesGroupidForbidden) Error

func (*GetAccessgroupsSitesGroupidForbidden) GetPayload

type GetAccessgroupsSitesGroupidInternalServerError

type GetAccessgroupsSitesGroupidInternalServerError struct {
	Payload *models.Error
}
GetAccessgroupsSitesGroupidInternalServerError describes a response with status code 500, with default header values.

Internal Server Error

func NewGetAccessgroupsSitesGroupidInternalServerError

func NewGetAccessgroupsSitesGroupidInternalServerError() *GetAccessgroupsSitesGroupidInternalServerError

NewGetAccessgroupsSitesGroupidInternalServerError creates a GetAccessgroupsSitesGroupidInternalServerError with default headers values

func (*GetAccessgroupsSitesGroupidInternalServerError) Error

func (*GetAccessgroupsSitesGroupidInternalServerError) GetPayload

type GetAccessgroupsSitesGroupidNotFound

type GetAccessgroupsSitesGroupidNotFound struct {
	Payload *models.Error
}
GetAccessgroupsSitesGroupidNotFound describes a response with status code 404, with default header values.

Not Found

func NewGetAccessgroupsSitesGroupidNotFound

func NewGetAccessgroupsSitesGroupidNotFound() *GetAccessgroupsSitesGroupidNotFound

NewGetAccessgroupsSitesGroupidNotFound creates a GetAccessgroupsSitesGroupidNotFound with default headers values

func (*GetAccessgroupsSitesGroupidNotFound) Error

func (*GetAccessgroupsSitesGroupidNotFound) GetPayload

type GetAccessgroupsSitesGroupidOK

type GetAccessgroupsSitesGroupidOK struct {
	Payload *models.SiteAccessGroup
}
GetAccessgroupsSitesGroupidOK describes a response with status code 200, with default header values.

Successful

func NewGetAccessgroupsSitesGroupidOK

func NewGetAccessgroupsSitesGroupidOK() *GetAccessgroupsSitesGroupidOK

NewGetAccessgroupsSitesGroupidOK creates a GetAccessgroupsSitesGroupidOK with default headers values

func (*GetAccessgroupsSitesGroupidOK) Error

func (*GetAccessgroupsSitesGroupidOK) GetPayload

type GetAccessgroupsSitesGroupidParams

type GetAccessgroupsSitesGroupidParams struct {

	// GroupID.
	GroupID string

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

GetAccessgroupsSitesGroupidParams contains all the parameters to send to the API endpoint

for the get accessgroups sites groupid operation.

Typically these are written to a http.Request.

func NewGetAccessgroupsSitesGroupidParams

func NewGetAccessgroupsSitesGroupidParams() *GetAccessgroupsSitesGroupidParams

NewGetAccessgroupsSitesGroupidParams creates a new GetAccessgroupsSitesGroupidParams 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 NewGetAccessgroupsSitesGroupidParamsWithContext

func NewGetAccessgroupsSitesGroupidParamsWithContext(ctx context.Context) *GetAccessgroupsSitesGroupidParams

NewGetAccessgroupsSitesGroupidParamsWithContext creates a new GetAccessgroupsSitesGroupidParams object with the ability to set a context for a request.

func NewGetAccessgroupsSitesGroupidParamsWithHTTPClient

func NewGetAccessgroupsSitesGroupidParamsWithHTTPClient(client *http.Client) *GetAccessgroupsSitesGroupidParams

NewGetAccessgroupsSitesGroupidParamsWithHTTPClient creates a new GetAccessgroupsSitesGroupidParams object with the ability to set a custom HTTPClient for a request.

func NewGetAccessgroupsSitesGroupidParamsWithTimeout

func NewGetAccessgroupsSitesGroupidParamsWithTimeout(timeout time.Duration) *GetAccessgroupsSitesGroupidParams

NewGetAccessgroupsSitesGroupidParamsWithTimeout creates a new GetAccessgroupsSitesGroupidParams object with the ability to set a timeout on a request.

func (*GetAccessgroupsSitesGroupidParams) SetContext

SetContext adds the context to the get accessgroups sites groupid params

func (*GetAccessgroupsSitesGroupidParams) SetDefaults

func (o *GetAccessgroupsSitesGroupidParams) SetDefaults()

SetDefaults hydrates default values in the get accessgroups sites groupid params (not the query body).

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

func (*GetAccessgroupsSitesGroupidParams) SetGroupID

func (o *GetAccessgroupsSitesGroupidParams) SetGroupID(groupID string)

SetGroupID adds the groupId to the get accessgroups sites groupid params

func (*GetAccessgroupsSitesGroupidParams) SetHTTPClient

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

SetHTTPClient adds the HTTPClient to the get accessgroups sites groupid params

func (*GetAccessgroupsSitesGroupidParams) SetTimeout

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

SetTimeout adds the timeout to the get accessgroups sites groupid params

func (*GetAccessgroupsSitesGroupidParams) WithContext

WithContext adds the context to the get accessgroups sites groupid params

func (*GetAccessgroupsSitesGroupidParams) WithDefaults

WithDefaults hydrates default values in the get accessgroups sites groupid params (not the query body).

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

func (*GetAccessgroupsSitesGroupidParams) WithGroupID

WithGroupID adds the groupID to the get accessgroups sites groupid params

func (*GetAccessgroupsSitesGroupidParams) WithHTTPClient

WithHTTPClient adds the HTTPClient to the get accessgroups sites groupid params

func (*GetAccessgroupsSitesGroupidParams) WithTimeout

WithTimeout adds the timeout to the get accessgroups sites groupid params

func (*GetAccessgroupsSitesGroupidParams) WriteToRequest

WriteToRequest writes these params to a swagger request

type GetAccessgroupsSitesGroupidReader

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

GetAccessgroupsSitesGroupidReader is a Reader for the GetAccessgroupsSitesGroupid structure.

func (*GetAccessgroupsSitesGroupidReader) ReadResponse

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

ReadResponse reads a server response into the received o.

type GetAccessgroupsSitesGroupidUnauthorized

type GetAccessgroupsSitesGroupidUnauthorized struct {
	Payload *models.Error
}
GetAccessgroupsSitesGroupidUnauthorized describes a response with status code 401, with default header values.

Unauthorized

func NewGetAccessgroupsSitesGroupidUnauthorized

func NewGetAccessgroupsSitesGroupidUnauthorized() *GetAccessgroupsSitesGroupidUnauthorized

NewGetAccessgroupsSitesGroupidUnauthorized creates a GetAccessgroupsSitesGroupidUnauthorized with default headers values

func (*GetAccessgroupsSitesGroupidUnauthorized) Error

func (*GetAccessgroupsSitesGroupidUnauthorized) GetPayload

type GetAccessgroupsSitesInternalServerError

type GetAccessgroupsSitesInternalServerError struct {
	Payload *models.Error
}
GetAccessgroupsSitesInternalServerError describes a response with status code 500, with default header values.

Internal Server Error

func NewGetAccessgroupsSitesInternalServerError

func NewGetAccessgroupsSitesInternalServerError() *GetAccessgroupsSitesInternalServerError

NewGetAccessgroupsSitesInternalServerError creates a GetAccessgroupsSitesInternalServerError with default headers values

func (*GetAccessgroupsSitesInternalServerError) Error

func (*GetAccessgroupsSitesInternalServerError) GetPayload

type GetAccessgroupsSitesOK

type GetAccessgroupsSitesOK struct {
	Payload models.SiteAccessGroupList
}
GetAccessgroupsSitesOK describes a response with status code 200, with default header values.

Successful

func NewGetAccessgroupsSitesOK

func NewGetAccessgroupsSitesOK() *GetAccessgroupsSitesOK

NewGetAccessgroupsSitesOK creates a GetAccessgroupsSitesOK with default headers values

func (*GetAccessgroupsSitesOK) Error

func (o *GetAccessgroupsSitesOK) Error() string

func (*GetAccessgroupsSitesOK) GetPayload

type GetAccessgroupsSitesParams

type GetAccessgroupsSitesParams struct {

	// GroupID.
	GroupID []string

	/* WithInternal.

	   Whether to include internal access groups.
	*/
	WithInternal *bool

	/* WithOverview.

	   Whether to include site and user counts.
	*/
	WithOverview *bool

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

GetAccessgroupsSitesParams contains all the parameters to send to the API endpoint

for the get accessgroups sites operation.

Typically these are written to a http.Request.

func NewGetAccessgroupsSitesParams

func NewGetAccessgroupsSitesParams() *GetAccessgroupsSitesParams

NewGetAccessgroupsSitesParams creates a new GetAccessgroupsSitesParams 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 NewGetAccessgroupsSitesParamsWithContext

func NewGetAccessgroupsSitesParamsWithContext(ctx context.Context) *GetAccessgroupsSitesParams

NewGetAccessgroupsSitesParamsWithContext creates a new GetAccessgroupsSitesParams object with the ability to set a context for a request.

func NewGetAccessgroupsSitesParamsWithHTTPClient

func NewGetAccessgroupsSitesParamsWithHTTPClient(client *http.Client) *GetAccessgroupsSitesParams

NewGetAccessgroupsSitesParamsWithHTTPClient creates a new GetAccessgroupsSitesParams object with the ability to set a custom HTTPClient for a request.

func NewGetAccessgroupsSitesParamsWithTimeout

func NewGetAccessgroupsSitesParamsWithTimeout(timeout time.Duration) *GetAccessgroupsSitesParams

NewGetAccessgroupsSitesParamsWithTimeout creates a new GetAccessgroupsSitesParams object with the ability to set a timeout on a request.

func (*GetAccessgroupsSitesParams) SetContext

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

SetContext adds the context to the get accessgroups sites params

func (*GetAccessgroupsSitesParams) SetDefaults

func (o *GetAccessgroupsSitesParams) SetDefaults()

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

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

func (*GetAccessgroupsSitesParams) SetGroupID

func (o *GetAccessgroupsSitesParams) SetGroupID(groupID []string)

SetGroupID adds the groupId to the get accessgroups sites params

func (*GetAccessgroupsSitesParams) SetHTTPClient

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

SetHTTPClient adds the HTTPClient to the get accessgroups sites params

func (*GetAccessgroupsSitesParams) SetTimeout

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

SetTimeout adds the timeout to the get accessgroups sites params

func (*GetAccessgroupsSitesParams) SetWithInternal

func (o *GetAccessgroupsSitesParams) SetWithInternal(withInternal *bool)

SetWithInternal adds the withInternal to the get accessgroups sites params

func (*GetAccessgroupsSitesParams) SetWithOverview

func (o *GetAccessgroupsSitesParams) SetWithOverview(withOverview *bool)

SetWithOverview adds the withOverview to the get accessgroups sites params

func (*GetAccessgroupsSitesParams) WithContext

WithContext adds the context to the get accessgroups sites params

func (*GetAccessgroupsSitesParams) WithDefaults

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

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

func (*GetAccessgroupsSitesParams) WithGroupID

WithGroupID adds the groupID to the get accessgroups sites params

func (*GetAccessgroupsSitesParams) WithHTTPClient

WithHTTPClient adds the HTTPClient to the get accessgroups sites params

func (*GetAccessgroupsSitesParams) WithTimeout

WithTimeout adds the timeout to the get accessgroups sites params

func (*GetAccessgroupsSitesParams) WithWithInternal

func (o *GetAccessgroupsSitesParams) WithWithInternal(withInternal *bool) *GetAccessgroupsSitesParams

WithWithInternal adds the withInternal to the get accessgroups sites params

func (*GetAccessgroupsSitesParams) WithWithOverview

func (o *GetAccessgroupsSitesParams) WithWithOverview(withOverview *bool) *GetAccessgroupsSitesParams

WithWithOverview adds the withOverview to the get accessgroups sites params

func (*GetAccessgroupsSitesParams) WriteToRequest

WriteToRequest writes these params to a swagger request

type GetAccessgroupsSitesReader

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

GetAccessgroupsSitesReader is a Reader for the GetAccessgroupsSites structure.

func (*GetAccessgroupsSitesReader) ReadResponse

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

ReadResponse reads a server response into the received o.

type GetAccessgroupsSitesUnauthorized

type GetAccessgroupsSitesUnauthorized struct {
	Payload *models.Error
}
GetAccessgroupsSitesUnauthorized describes a response with status code 401, with default header values.

Unauthorized

func NewGetAccessgroupsSitesUnauthorized

func NewGetAccessgroupsSitesUnauthorized() *GetAccessgroupsSitesUnauthorized

NewGetAccessgroupsSitesUnauthorized creates a GetAccessgroupsSitesUnauthorized with default headers values

func (*GetAccessgroupsSitesUnauthorized) Error

func (*GetAccessgroupsSitesUnauthorized) GetPayload

type GetNmsAccountLoginUbiquitiBadRequest

type GetNmsAccountLoginUbiquitiBadRequest struct {
	Payload *models.Error
}
GetNmsAccountLoginUbiquitiBadRequest describes a response with status code 400, with default header values.

Bad Request

func NewGetNmsAccountLoginUbiquitiBadRequest

func NewGetNmsAccountLoginUbiquitiBadRequest() *GetNmsAccountLoginUbiquitiBadRequest

NewGetNmsAccountLoginUbiquitiBadRequest creates a GetNmsAccountLoginUbiquitiBadRequest with default headers values

func (*GetNmsAccountLoginUbiquitiBadRequest) Error

func (*GetNmsAccountLoginUbiquitiBadRequest) GetPayload

type GetNmsAccountLoginUbiquitiForbidden

type GetNmsAccountLoginUbiquitiForbidden struct {
	Payload *models.Error
}
GetNmsAccountLoginUbiquitiForbidden describes a response with status code 403, with default header values.

Forbidden

func NewGetNmsAccountLoginUbiquitiForbidden

func NewGetNmsAccountLoginUbiquitiForbidden() *GetNmsAccountLoginUbiquitiForbidden

NewGetNmsAccountLoginUbiquitiForbidden creates a GetNmsAccountLoginUbiquitiForbidden with default headers values

func (*GetNmsAccountLoginUbiquitiForbidden) Error

func (*GetNmsAccountLoginUbiquitiForbidden) GetPayload

type GetNmsAccountLoginUbiquitiFound

type GetNmsAccountLoginUbiquitiFound struct {
	Payload string
}
GetNmsAccountLoginUbiquitiFound describes a response with status code 302, with default header values.

Found

func NewGetNmsAccountLoginUbiquitiFound

func NewGetNmsAccountLoginUbiquitiFound() *GetNmsAccountLoginUbiquitiFound

NewGetNmsAccountLoginUbiquitiFound creates a GetNmsAccountLoginUbiquitiFound with default headers values

func (*GetNmsAccountLoginUbiquitiFound) Error

func (*GetNmsAccountLoginUbiquitiFound) GetPayload

func (o *GetNmsAccountLoginUbiquitiFound) GetPayload() string

type GetNmsAccountLoginUbiquitiInternalServerError

type GetNmsAccountLoginUbiquitiInternalServerError struct {
	Payload *models.Error
}
GetNmsAccountLoginUbiquitiInternalServerError describes a response with status code 500, with default header values.

Internal Server Error

func NewGetNmsAccountLoginUbiquitiInternalServerError

func NewGetNmsAccountLoginUbiquitiInternalServerError() *GetNmsAccountLoginUbiquitiInternalServerError

NewGetNmsAccountLoginUbiquitiInternalServerError creates a GetNmsAccountLoginUbiquitiInternalServerError with default headers values

func (*GetNmsAccountLoginUbiquitiInternalServerError) Error

func (*GetNmsAccountLoginUbiquitiInternalServerError) GetPayload

type GetNmsAccountLoginUbiquitiNotFound

type GetNmsAccountLoginUbiquitiNotFound struct {
	Payload *models.Error
}
GetNmsAccountLoginUbiquitiNotFound describes a response with status code 404, with default header values.

Not Found

func NewGetNmsAccountLoginUbiquitiNotFound

func NewGetNmsAccountLoginUbiquitiNotFound() *GetNmsAccountLoginUbiquitiNotFound

NewGetNmsAccountLoginUbiquitiNotFound creates a GetNmsAccountLoginUbiquitiNotFound with default headers values

func (*GetNmsAccountLoginUbiquitiNotFound) Error

func (*GetNmsAccountLoginUbiquitiNotFound) GetPayload

type GetNmsAccountLoginUbiquitiOK

type GetNmsAccountLoginUbiquitiOK struct {
	Payload *models.Model1
}
GetNmsAccountLoginUbiquitiOK describes a response with status code 200, with default header values.

Successful

func NewGetNmsAccountLoginUbiquitiOK

func NewGetNmsAccountLoginUbiquitiOK() *GetNmsAccountLoginUbiquitiOK

NewGetNmsAccountLoginUbiquitiOK creates a GetNmsAccountLoginUbiquitiOK with default headers values

func (*GetNmsAccountLoginUbiquitiOK) Error

func (*GetNmsAccountLoginUbiquitiOK) GetPayload

func (o *GetNmsAccountLoginUbiquitiOK) GetPayload() *models.Model1

type GetNmsAccountLoginUbiquitiParams

type GetNmsAccountLoginUbiquitiParams struct {

	// Code.
	Code *string

	// Error.
	Error *string

	// ErrorDescription.
	ErrorDescription *string

	// State.
	State *string

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

GetNmsAccountLoginUbiquitiParams contains all the parameters to send to the API endpoint

for the get nms account login ubiquiti operation.

Typically these are written to a http.Request.

func NewGetNmsAccountLoginUbiquitiParams

func NewGetNmsAccountLoginUbiquitiParams() *GetNmsAccountLoginUbiquitiParams

NewGetNmsAccountLoginUbiquitiParams creates a new GetNmsAccountLoginUbiquitiParams 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 NewGetNmsAccountLoginUbiquitiParamsWithContext

func NewGetNmsAccountLoginUbiquitiParamsWithContext(ctx context.Context) *GetNmsAccountLoginUbiquitiParams

NewGetNmsAccountLoginUbiquitiParamsWithContext creates a new GetNmsAccountLoginUbiquitiParams object with the ability to set a context for a request.

func NewGetNmsAccountLoginUbiquitiParamsWithHTTPClient

func NewGetNmsAccountLoginUbiquitiParamsWithHTTPClient(client *http.Client) *GetNmsAccountLoginUbiquitiParams

NewGetNmsAccountLoginUbiquitiParamsWithHTTPClient creates a new GetNmsAccountLoginUbiquitiParams object with the ability to set a custom HTTPClient for a request.

func NewGetNmsAccountLoginUbiquitiParamsWithTimeout

func NewGetNmsAccountLoginUbiquitiParamsWithTimeout(timeout time.Duration) *GetNmsAccountLoginUbiquitiParams

NewGetNmsAccountLoginUbiquitiParamsWithTimeout creates a new GetNmsAccountLoginUbiquitiParams object with the ability to set a timeout on a request.

func (*GetNmsAccountLoginUbiquitiParams) SetCode

func (o *GetNmsAccountLoginUbiquitiParams) SetCode(code *string)

SetCode adds the code to the get nms account login ubiquiti params

func (*GetNmsAccountLoginUbiquitiParams) SetContext

SetContext adds the context to the get nms account login ubiquiti params

func (*GetNmsAccountLoginUbiquitiParams) SetDefaults

func (o *GetNmsAccountLoginUbiquitiParams) SetDefaults()

SetDefaults hydrates default values in the get nms account login ubiquiti params (not the query body).

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

func (*GetNmsAccountLoginUbiquitiParams) SetError

func (o *GetNmsAccountLoginUbiquitiParams) SetError(error *string)

SetError adds the error to the get nms account login ubiquiti params

func (*GetNmsAccountLoginUbiquitiParams) SetErrorDescription

func (o *GetNmsAccountLoginUbiquitiParams) SetErrorDescription(errorDescription *string)

SetErrorDescription adds the errorDescription to the get nms account login ubiquiti params

func (*GetNmsAccountLoginUbiquitiParams) SetHTTPClient

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

SetHTTPClient adds the HTTPClient to the get nms account login ubiquiti params

func (*GetNmsAccountLoginUbiquitiParams) SetState

func (o *GetNmsAccountLoginUbiquitiParams) SetState(state *string)

SetState adds the state to the get nms account login ubiquiti params

func (*GetNmsAccountLoginUbiquitiParams) SetTimeout

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

SetTimeout adds the timeout to the get nms account login ubiquiti params

func (*GetNmsAccountLoginUbiquitiParams) WithCode

WithCode adds the code to the get nms account login ubiquiti params

func (*GetNmsAccountLoginUbiquitiParams) WithContext

WithContext adds the context to the get nms account login ubiquiti params

func (*GetNmsAccountLoginUbiquitiParams) WithDefaults

WithDefaults hydrates default values in the get nms account login ubiquiti params (not the query body).

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

func (*GetNmsAccountLoginUbiquitiParams) WithError

WithError adds the error to the get nms account login ubiquiti params

func (*GetNmsAccountLoginUbiquitiParams) WithErrorDescription

func (o *GetNmsAccountLoginUbiquitiParams) WithErrorDescription(errorDescription *string) *GetNmsAccountLoginUbiquitiParams

WithErrorDescription adds the errorDescription to the get nms account login ubiquiti params

func (*GetNmsAccountLoginUbiquitiParams) WithHTTPClient

WithHTTPClient adds the HTTPClient to the get nms account login ubiquiti params

func (*GetNmsAccountLoginUbiquitiParams) WithState

WithState adds the state to the get nms account login ubiquiti params

func (*GetNmsAccountLoginUbiquitiParams) WithTimeout

WithTimeout adds the timeout to the get nms account login ubiquiti params

func (*GetNmsAccountLoginUbiquitiParams) WriteToRequest

WriteToRequest writes these params to a swagger request

type GetNmsAccountLoginUbiquitiReader

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

GetNmsAccountLoginUbiquitiReader is a Reader for the GetNmsAccountLoginUbiquiti structure.

func (*GetNmsAccountLoginUbiquitiReader) ReadResponse

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

ReadResponse reads a server response into the received o.

type GetNmsAccountLoginUbiquitiUnauthorized

type GetNmsAccountLoginUbiquitiUnauthorized struct {
	Payload *models.Error
}
GetNmsAccountLoginUbiquitiUnauthorized describes a response with status code 401, with default header values.

Unauthorized

func NewGetNmsAccountLoginUbiquitiUnauthorized

func NewGetNmsAccountLoginUbiquitiUnauthorized() *GetNmsAccountLoginUbiquitiUnauthorized

NewGetNmsAccountLoginUbiquitiUnauthorized creates a GetNmsAccountLoginUbiquitiUnauthorized with default headers values

func (*GetNmsAccountLoginUbiquitiUnauthorized) Error

func (*GetNmsAccountLoginUbiquitiUnauthorized) GetPayload

type GetUserForbidden

type GetUserForbidden struct {
	Payload *models.Error
}
GetUserForbidden describes a response with status code 403, with default header values.

Forbidden

func NewGetUserForbidden

func NewGetUserForbidden() *GetUserForbidden

NewGetUserForbidden creates a GetUserForbidden with default headers values

func (*GetUserForbidden) Error

func (o *GetUserForbidden) Error() string

func (*GetUserForbidden) GetPayload

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

type GetUserInternalServerError

type GetUserInternalServerError struct {
	Payload *models.Error
}
GetUserInternalServerError describes a response with status code 500, with default header values.

Internal Server Error

func NewGetUserInternalServerError

func NewGetUserInternalServerError() *GetUserInternalServerError

NewGetUserInternalServerError creates a GetUserInternalServerError with default headers values

func (*GetUserInternalServerError) Error

func (*GetUserInternalServerError) GetPayload

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

type GetUserOK

type GetUserOK struct {
	Payload *models.User
}
GetUserOK describes a response with status code 200, with default header values.

Successful

func NewGetUserOK

func NewGetUserOK() *GetUserOK

NewGetUserOK creates a GetUserOK with default headers values

func (*GetUserOK) Error

func (o *GetUserOK) Error() string

func (*GetUserOK) GetPayload

func (o *GetUserOK) GetPayload() *models.User

type GetUserParams

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

GetUserParams contains all the parameters to send to the API endpoint

for the get user operation.

Typically these are written to a http.Request.

func NewGetUserParams

func NewGetUserParams() *GetUserParams

NewGetUserParams creates a new GetUserParams 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 NewGetUserParamsWithContext

func NewGetUserParamsWithContext(ctx context.Context) *GetUserParams

NewGetUserParamsWithContext creates a new GetUserParams object with the ability to set a context for a request.

func NewGetUserParamsWithHTTPClient

func NewGetUserParamsWithHTTPClient(client *http.Client) *GetUserParams

NewGetUserParamsWithHTTPClient creates a new GetUserParams object with the ability to set a custom HTTPClient for a request.

func NewGetUserParamsWithTimeout

func NewGetUserParamsWithTimeout(timeout time.Duration) *GetUserParams

NewGetUserParamsWithTimeout creates a new GetUserParams object with the ability to set a timeout on a request.

func (*GetUserParams) SetContext

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

SetContext adds the context to the get user params

func (*GetUserParams) SetDefaults

func (o *GetUserParams) SetDefaults()

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

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

func (*GetUserParams) SetHTTPClient

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

SetHTTPClient adds the HTTPClient to the get user params

func (*GetUserParams) SetTimeout

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

SetTimeout adds the timeout to the get user params

func (*GetUserParams) WithContext

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

WithContext adds the context to the get user params

func (*GetUserParams) WithDefaults

func (o *GetUserParams) WithDefaults() *GetUserParams

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

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

func (*GetUserParams) WithHTTPClient

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

WithHTTPClient adds the HTTPClient to the get user params

func (*GetUserParams) WithTimeout

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

WithTimeout adds the timeout to the get user params

func (*GetUserParams) WriteToRequest

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

WriteToRequest writes these params to a swagger request

type GetUserReader

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

GetUserReader is a Reader for the GetUser structure.

func (*GetUserReader) ReadResponse

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

ReadResponse reads a server response into the received o.

type GetUserTotpauthForbidden

type GetUserTotpauthForbidden struct {
	Payload *models.Error
}
GetUserTotpauthForbidden describes a response with status code 403, with default header values.

Forbidden

func NewGetUserTotpauthForbidden

func NewGetUserTotpauthForbidden() *GetUserTotpauthForbidden

NewGetUserTotpauthForbidden creates a GetUserTotpauthForbidden with default headers values

func (*GetUserTotpauthForbidden) Error

func (o *GetUserTotpauthForbidden) Error() string

func (*GetUserTotpauthForbidden) GetPayload

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

type GetUserTotpauthInternalServerError

type GetUserTotpauthInternalServerError struct {
	Payload *models.Error
}
GetUserTotpauthInternalServerError describes a response with status code 500, with default header values.

Internal Server Error

func NewGetUserTotpauthInternalServerError

func NewGetUserTotpauthInternalServerError() *GetUserTotpauthInternalServerError

NewGetUserTotpauthInternalServerError creates a GetUserTotpauthInternalServerError with default headers values

func (*GetUserTotpauthInternalServerError) Error

func (*GetUserTotpauthInternalServerError) GetPayload

type GetUserTotpauthOK

type GetUserTotpauthOK struct {
	Payload *models.TwoFactorSecret
}
GetUserTotpauthOK describes a response with status code 200, with default header values.

Successful

func NewGetUserTotpauthOK

func NewGetUserTotpauthOK() *GetUserTotpauthOK

NewGetUserTotpauthOK creates a GetUserTotpauthOK with default headers values

func (*GetUserTotpauthOK) Error

func (o *GetUserTotpauthOK) Error() string

func (*GetUserTotpauthOK) GetPayload

func (o *GetUserTotpauthOK) GetPayload() *models.TwoFactorSecret

type GetUserTotpauthParams

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

GetUserTotpauthParams contains all the parameters to send to the API endpoint

for the get user totpauth operation.

Typically these are written to a http.Request.

func NewGetUserTotpauthParams

func NewGetUserTotpauthParams() *GetUserTotpauthParams

NewGetUserTotpauthParams creates a new GetUserTotpauthParams 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 NewGetUserTotpauthParamsWithContext

func NewGetUserTotpauthParamsWithContext(ctx context.Context) *GetUserTotpauthParams

NewGetUserTotpauthParamsWithContext creates a new GetUserTotpauthParams object with the ability to set a context for a request.

func NewGetUserTotpauthParamsWithHTTPClient

func NewGetUserTotpauthParamsWithHTTPClient(client *http.Client) *GetUserTotpauthParams

NewGetUserTotpauthParamsWithHTTPClient creates a new GetUserTotpauthParams object with the ability to set a custom HTTPClient for a request.

func NewGetUserTotpauthParamsWithTimeout

func NewGetUserTotpauthParamsWithTimeout(timeout time.Duration) *GetUserTotpauthParams

NewGetUserTotpauthParamsWithTimeout creates a new GetUserTotpauthParams object with the ability to set a timeout on a request.

func (*GetUserTotpauthParams) SetContext

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

SetContext adds the context to the get user totpauth params

func (*GetUserTotpauthParams) SetDefaults

func (o *GetUserTotpauthParams) SetDefaults()

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

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

func (*GetUserTotpauthParams) SetHTTPClient

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

SetHTTPClient adds the HTTPClient to the get user totpauth params

func (*GetUserTotpauthParams) SetTimeout

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

SetTimeout adds the timeout to the get user totpauth params

func (*GetUserTotpauthParams) WithContext

WithContext adds the context to the get user totpauth params

func (*GetUserTotpauthParams) WithDefaults

func (o *GetUserTotpauthParams) WithDefaults() *GetUserTotpauthParams

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

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

func (*GetUserTotpauthParams) WithHTTPClient

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

WithHTTPClient adds the HTTPClient to the get user totpauth params

func (*GetUserTotpauthParams) WithTimeout

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

WithTimeout adds the timeout to the get user totpauth params

func (*GetUserTotpauthParams) WriteToRequest

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

WriteToRequest writes these params to a swagger request

type GetUserTotpauthReader

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

GetUserTotpauthReader is a Reader for the GetUserTotpauth structure.

func (*GetUserTotpauthReader) ReadResponse

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

ReadResponse reads a server response into the received o.

type GetUserTotpauthUnauthorized

type GetUserTotpauthUnauthorized struct {
	Payload *models.Error
}
GetUserTotpauthUnauthorized describes a response with status code 401, with default header values.

Unauthorized

func NewGetUserTotpauthUnauthorized

func NewGetUserTotpauthUnauthorized() *GetUserTotpauthUnauthorized

NewGetUserTotpauthUnauthorized creates a GetUserTotpauthUnauthorized with default headers values

func (*GetUserTotpauthUnauthorized) Error

func (*GetUserTotpauthUnauthorized) GetPayload

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

type GetUserUnauthorized

type GetUserUnauthorized struct {
	Payload *models.Error
}
GetUserUnauthorized describes a response with status code 401, with default header values.

Unauthorized

func NewGetUserUnauthorized

func NewGetUserUnauthorized() *GetUserUnauthorized

NewGetUserUnauthorized creates a GetUserUnauthorized with default headers values

func (*GetUserUnauthorized) Error

func (o *GetUserUnauthorized) Error() string

func (*GetUserUnauthorized) GetPayload

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

type PostAccessgroupsSitesBadRequest

type PostAccessgroupsSitesBadRequest struct {
	Payload *models.Error
}
PostAccessgroupsSitesBadRequest describes a response with status code 400, with default header values.

Bad Request

func NewPostAccessgroupsSitesBadRequest

func NewPostAccessgroupsSitesBadRequest() *PostAccessgroupsSitesBadRequest

NewPostAccessgroupsSitesBadRequest creates a PostAccessgroupsSitesBadRequest with default headers values

func (*PostAccessgroupsSitesBadRequest) Error

func (*PostAccessgroupsSitesBadRequest) GetPayload

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

type PostAccessgroupsSitesForbidden

type PostAccessgroupsSitesForbidden struct {
	Payload *models.Error
}
PostAccessgroupsSitesForbidden describes a response with status code 403, with default header values.

Forbidden

func NewPostAccessgroupsSitesForbidden

func NewPostAccessgroupsSitesForbidden() *PostAccessgroupsSitesForbidden

NewPostAccessgroupsSitesForbidden creates a PostAccessgroupsSitesForbidden with default headers values

func (*PostAccessgroupsSitesForbidden) Error

func (*PostAccessgroupsSitesForbidden) GetPayload

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

type PostAccessgroupsSitesInternalServerError

type PostAccessgroupsSitesInternalServerError struct {
	Payload *models.Error
}
PostAccessgroupsSitesInternalServerError describes a response with status code 500, with default header values.

Internal Server Error

func NewPostAccessgroupsSitesInternalServerError

func NewPostAccessgroupsSitesInternalServerError() *PostAccessgroupsSitesInternalServerError

NewPostAccessgroupsSitesInternalServerError creates a PostAccessgroupsSitesInternalServerError with default headers values

func (*PostAccessgroupsSitesInternalServerError) Error

func (*PostAccessgroupsSitesInternalServerError) GetPayload

type PostAccessgroupsSitesNotFound

type PostAccessgroupsSitesNotFound struct {
	Payload *models.Error
}
PostAccessgroupsSitesNotFound describes a response with status code 404, with default header values.

Not Found

func NewPostAccessgroupsSitesNotFound

func NewPostAccessgroupsSitesNotFound() *PostAccessgroupsSitesNotFound

NewPostAccessgroupsSitesNotFound creates a PostAccessgroupsSitesNotFound with default headers values

func (*PostAccessgroupsSitesNotFound) Error

func (*PostAccessgroupsSitesNotFound) GetPayload

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

type PostAccessgroupsSitesOK

type PostAccessgroupsSitesOK struct {
	Payload *models.SiteAccessGroup
}
PostAccessgroupsSitesOK describes a response with status code 200, with default header values.

Successful

func NewPostAccessgroupsSitesOK

func NewPostAccessgroupsSitesOK() *PostAccessgroupsSitesOK

NewPostAccessgroupsSitesOK creates a PostAccessgroupsSitesOK with default headers values

func (*PostAccessgroupsSitesOK) Error

func (o *PostAccessgroupsSitesOK) Error() string

func (*PostAccessgroupsSitesOK) GetPayload

type PostAccessgroupsSitesParams

type PostAccessgroupsSitesParams struct {

	// Body.
	Body *models.RequestSiteAccessGroup

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

PostAccessgroupsSitesParams contains all the parameters to send to the API endpoint

for the post accessgroups sites operation.

Typically these are written to a http.Request.

func NewPostAccessgroupsSitesParams

func NewPostAccessgroupsSitesParams() *PostAccessgroupsSitesParams

NewPostAccessgroupsSitesParams creates a new PostAccessgroupsSitesParams 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 NewPostAccessgroupsSitesParamsWithContext

func NewPostAccessgroupsSitesParamsWithContext(ctx context.Context) *PostAccessgroupsSitesParams

NewPostAccessgroupsSitesParamsWithContext creates a new PostAccessgroupsSitesParams object with the ability to set a context for a request.

func NewPostAccessgroupsSitesParamsWithHTTPClient

func NewPostAccessgroupsSitesParamsWithHTTPClient(client *http.Client) *PostAccessgroupsSitesParams

NewPostAccessgroupsSitesParamsWithHTTPClient creates a new PostAccessgroupsSitesParams object with the ability to set a custom HTTPClient for a request.

func NewPostAccessgroupsSitesParamsWithTimeout

func NewPostAccessgroupsSitesParamsWithTimeout(timeout time.Duration) *PostAccessgroupsSitesParams

NewPostAccessgroupsSitesParamsWithTimeout creates a new PostAccessgroupsSitesParams object with the ability to set a timeout on a request.

func (*PostAccessgroupsSitesParams) SetBody

SetBody adds the body to the post accessgroups sites params

func (*PostAccessgroupsSitesParams) SetContext

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

SetContext adds the context to the post accessgroups sites params

func (*PostAccessgroupsSitesParams) SetDefaults

func (o *PostAccessgroupsSitesParams) SetDefaults()

SetDefaults hydrates default values in the post accessgroups sites params (not the query body).

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

func (*PostAccessgroupsSitesParams) SetHTTPClient

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

SetHTTPClient adds the HTTPClient to the post accessgroups sites params

func (*PostAccessgroupsSitesParams) SetTimeout

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

SetTimeout adds the timeout to the post accessgroups sites params

func (*PostAccessgroupsSitesParams) WithBody

WithBody adds the body to the post accessgroups sites params

func (*PostAccessgroupsSitesParams) WithContext

WithContext adds the context to the post accessgroups sites params

func (*PostAccessgroupsSitesParams) WithDefaults

WithDefaults hydrates default values in the post accessgroups sites params (not the query body).

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

func (*PostAccessgroupsSitesParams) WithHTTPClient

WithHTTPClient adds the HTTPClient to the post accessgroups sites params

func (*PostAccessgroupsSitesParams) WithTimeout

WithTimeout adds the timeout to the post accessgroups sites params

func (*PostAccessgroupsSitesParams) WriteToRequest

WriteToRequest writes these params to a swagger request

type PostAccessgroupsSitesReader

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

PostAccessgroupsSitesReader is a Reader for the PostAccessgroupsSites structure.

func (*PostAccessgroupsSitesReader) ReadResponse

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

ReadResponse reads a server response into the received o.

type PostAccessgroupsSitesUnauthorized

type PostAccessgroupsSitesUnauthorized struct {
	Payload *models.Error
}
PostAccessgroupsSitesUnauthorized describes a response with status code 401, with default header values.

Unauthorized

func NewPostAccessgroupsSitesUnauthorized

func NewPostAccessgroupsSitesUnauthorized() *PostAccessgroupsSitesUnauthorized

NewPostAccessgroupsSitesUnauthorized creates a PostAccessgroupsSitesUnauthorized with default headers values

func (*PostAccessgroupsSitesUnauthorized) Error

func (*PostAccessgroupsSitesUnauthorized) GetPayload

type PostUserCheckcredentialsBadRequest

type PostUserCheckcredentialsBadRequest struct {
	Payload *models.Error
}
PostUserCheckcredentialsBadRequest describes a response with status code 400, with default header values.

Bad Request

func NewPostUserCheckcredentialsBadRequest

func NewPostUserCheckcredentialsBadRequest() *PostUserCheckcredentialsBadRequest

NewPostUserCheckcredentialsBadRequest creates a PostUserCheckcredentialsBadRequest with default headers values

func (*PostUserCheckcredentialsBadRequest) Error

func (*PostUserCheckcredentialsBadRequest) GetPayload

type PostUserCheckcredentialsForbidden

type PostUserCheckcredentialsForbidden struct {
	Payload *models.Error
}
PostUserCheckcredentialsForbidden describes a response with status code 403, with default header values.

Forbidden

func NewPostUserCheckcredentialsForbidden

func NewPostUserCheckcredentialsForbidden() *PostUserCheckcredentialsForbidden

NewPostUserCheckcredentialsForbidden creates a PostUserCheckcredentialsForbidden with default headers values

func (*PostUserCheckcredentialsForbidden) Error

func (*PostUserCheckcredentialsForbidden) GetPayload

type PostUserCheckcredentialsInternalServerError

type PostUserCheckcredentialsInternalServerError struct {
	Payload *models.Error
}
PostUserCheckcredentialsInternalServerError describes a response with status code 500, with default header values.

Internal Server Error

func NewPostUserCheckcredentialsInternalServerError

func NewPostUserCheckcredentialsInternalServerError() *PostUserCheckcredentialsInternalServerError

NewPostUserCheckcredentialsInternalServerError creates a PostUserCheckcredentialsInternalServerError with default headers values

func (*PostUserCheckcredentialsInternalServerError) Error

func (*PostUserCheckcredentialsInternalServerError) GetPayload

type PostUserCheckcredentialsOK

type PostUserCheckcredentialsOK struct {
	Payload *models.Status
}
PostUserCheckcredentialsOK describes a response with status code 200, with default header values.

Successful

func NewPostUserCheckcredentialsOK

func NewPostUserCheckcredentialsOK() *PostUserCheckcredentialsOK

NewPostUserCheckcredentialsOK creates a PostUserCheckcredentialsOK with default headers values

func (*PostUserCheckcredentialsOK) Error

func (*PostUserCheckcredentialsOK) GetPayload

func (o *PostUserCheckcredentialsOK) GetPayload() *models.Status

type PostUserCheckcredentialsParams

type PostUserCheckcredentialsParams struct {

	// Body.
	Body *models.UserCredentials

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

PostUserCheckcredentialsParams contains all the parameters to send to the API endpoint

for the post user checkcredentials operation.

Typically these are written to a http.Request.

func NewPostUserCheckcredentialsParams

func NewPostUserCheckcredentialsParams() *PostUserCheckcredentialsParams

NewPostUserCheckcredentialsParams creates a new PostUserCheckcredentialsParams 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 NewPostUserCheckcredentialsParamsWithContext

func NewPostUserCheckcredentialsParamsWithContext(ctx context.Context) *PostUserCheckcredentialsParams

NewPostUserCheckcredentialsParamsWithContext creates a new PostUserCheckcredentialsParams object with the ability to set a context for a request.

func NewPostUserCheckcredentialsParamsWithHTTPClient

func NewPostUserCheckcredentialsParamsWithHTTPClient(client *http.Client) *PostUserCheckcredentialsParams

NewPostUserCheckcredentialsParamsWithHTTPClient creates a new PostUserCheckcredentialsParams object with the ability to set a custom HTTPClient for a request.

func NewPostUserCheckcredentialsParamsWithTimeout

func NewPostUserCheckcredentialsParamsWithTimeout(timeout time.Duration) *PostUserCheckcredentialsParams

NewPostUserCheckcredentialsParamsWithTimeout creates a new PostUserCheckcredentialsParams object with the ability to set a timeout on a request.

func (*PostUserCheckcredentialsParams) SetBody

SetBody adds the body to the post user checkcredentials params

func (*PostUserCheckcredentialsParams) SetContext

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

SetContext adds the context to the post user checkcredentials params

func (*PostUserCheckcredentialsParams) SetDefaults

func (o *PostUserCheckcredentialsParams) SetDefaults()

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

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

func (*PostUserCheckcredentialsParams) SetHTTPClient

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

SetHTTPClient adds the HTTPClient to the post user checkcredentials params

func (*PostUserCheckcredentialsParams) SetTimeout

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

SetTimeout adds the timeout to the post user checkcredentials params

func (*PostUserCheckcredentialsParams) WithBody

WithBody adds the body to the post user checkcredentials params

func (*PostUserCheckcredentialsParams) WithContext

WithContext adds the context to the post user checkcredentials params

func (*PostUserCheckcredentialsParams) WithDefaults

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

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

func (*PostUserCheckcredentialsParams) WithHTTPClient

WithHTTPClient adds the HTTPClient to the post user checkcredentials params

func (*PostUserCheckcredentialsParams) WithTimeout

WithTimeout adds the timeout to the post user checkcredentials params

func (*PostUserCheckcredentialsParams) WriteToRequest

WriteToRequest writes these params to a swagger request

type PostUserCheckcredentialsReader

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

PostUserCheckcredentialsReader is a Reader for the PostUserCheckcredentials structure.

func (*PostUserCheckcredentialsReader) ReadResponse

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

ReadResponse reads a server response into the received o.

type PostUserCheckcredentialsUnauthorized

type PostUserCheckcredentialsUnauthorized struct {
	Payload *models.Error
}
PostUserCheckcredentialsUnauthorized describes a response with status code 401, with default header values.

Unauthorized

func NewPostUserCheckcredentialsUnauthorized

func NewPostUserCheckcredentialsUnauthorized() *PostUserCheckcredentialsUnauthorized

NewPostUserCheckcredentialsUnauthorized creates a PostUserCheckcredentialsUnauthorized with default headers values

func (*PostUserCheckcredentialsUnauthorized) Error

func (*PostUserCheckcredentialsUnauthorized) GetPayload

type PostUserChecksessionForbidden

type PostUserChecksessionForbidden struct {
	Payload *models.Error
}
PostUserChecksessionForbidden describes a response with status code 403, with default header values.

Forbidden

func NewPostUserChecksessionForbidden

func NewPostUserChecksessionForbidden() *PostUserChecksessionForbidden

NewPostUserChecksessionForbidden creates a PostUserChecksessionForbidden with default headers values

func (*PostUserChecksessionForbidden) Error

func (*PostUserChecksessionForbidden) GetPayload

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

type PostUserChecksessionInternalServerError

type PostUserChecksessionInternalServerError struct {
	Payload *models.Error
}
PostUserChecksessionInternalServerError describes a response with status code 500, with default header values.

Internal Server Error

func NewPostUserChecksessionInternalServerError

func NewPostUserChecksessionInternalServerError() *PostUserChecksessionInternalServerError

NewPostUserChecksessionInternalServerError creates a PostUserChecksessionInternalServerError with default headers values

func (*PostUserChecksessionInternalServerError) Error

func (*PostUserChecksessionInternalServerError) GetPayload

type PostUserChecksessionOK

type PostUserChecksessionOK struct {
	Payload *models.Status
}
PostUserChecksessionOK describes a response with status code 200, with default header values.

Successful

func NewPostUserChecksessionOK

func NewPostUserChecksessionOK() *PostUserChecksessionOK

NewPostUserChecksessionOK creates a PostUserChecksessionOK with default headers values

func (*PostUserChecksessionOK) Error

func (o *PostUserChecksessionOK) Error() string

func (*PostUserChecksessionOK) GetPayload

func (o *PostUserChecksessionOK) GetPayload() *models.Status

type PostUserChecksessionParams

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

PostUserChecksessionParams contains all the parameters to send to the API endpoint

for the post user checksession operation.

Typically these are written to a http.Request.

func NewPostUserChecksessionParams

func NewPostUserChecksessionParams() *PostUserChecksessionParams

NewPostUserChecksessionParams creates a new PostUserChecksessionParams 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 NewPostUserChecksessionParamsWithContext

func NewPostUserChecksessionParamsWithContext(ctx context.Context) *PostUserChecksessionParams

NewPostUserChecksessionParamsWithContext creates a new PostUserChecksessionParams object with the ability to set a context for a request.

func NewPostUserChecksessionParamsWithHTTPClient

func NewPostUserChecksessionParamsWithHTTPClient(client *http.Client) *PostUserChecksessionParams

NewPostUserChecksessionParamsWithHTTPClient creates a new PostUserChecksessionParams object with the ability to set a custom HTTPClient for a request.

func NewPostUserChecksessionParamsWithTimeout

func NewPostUserChecksessionParamsWithTimeout(timeout time.Duration) *PostUserChecksessionParams

NewPostUserChecksessionParamsWithTimeout creates a new PostUserChecksessionParams object with the ability to set a timeout on a request.

func (*PostUserChecksessionParams) SetContext

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

SetContext adds the context to the post user checksession params

func (*PostUserChecksessionParams) SetDefaults

func (o *PostUserChecksessionParams) SetDefaults()

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

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

func (*PostUserChecksessionParams) SetHTTPClient

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

SetHTTPClient adds the HTTPClient to the post user checksession params

func (*PostUserChecksessionParams) SetTimeout

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

SetTimeout adds the timeout to the post user checksession params

func (*PostUserChecksessionParams) WithContext

WithContext adds the context to the post user checksession params

func (*PostUserChecksessionParams) WithDefaults

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

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

func (*PostUserChecksessionParams) WithHTTPClient

WithHTTPClient adds the HTTPClient to the post user checksession params

func (*PostUserChecksessionParams) WithTimeout

WithTimeout adds the timeout to the post user checksession params

func (*PostUserChecksessionParams) WriteToRequest

WriteToRequest writes these params to a swagger request

type PostUserChecksessionReader

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

PostUserChecksessionReader is a Reader for the PostUserChecksession structure.

func (*PostUserChecksessionReader) ReadResponse

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

ReadResponse reads a server response into the received o.

type PostUserChecksessionUnauthorized

type PostUserChecksessionUnauthorized struct {
	Payload *models.Error
}
PostUserChecksessionUnauthorized describes a response with status code 401, with default header values.

Unauthorized

func NewPostUserChecksessionUnauthorized

func NewPostUserChecksessionUnauthorized() *PostUserChecksessionUnauthorized

NewPostUserChecksessionUnauthorized creates a PostUserChecksessionUnauthorized with default headers values

func (*PostUserChecksessionUnauthorized) Error

func (*PostUserChecksessionUnauthorized) GetPayload

type PostUserLastreleasenotesseenBadRequest

type PostUserLastreleasenotesseenBadRequest struct {
	Payload *models.Error
}
PostUserLastreleasenotesseenBadRequest describes a response with status code 400, with default header values.

Bad Request

func NewPostUserLastreleasenotesseenBadRequest

func NewPostUserLastreleasenotesseenBadRequest() *PostUserLastreleasenotesseenBadRequest

NewPostUserLastreleasenotesseenBadRequest creates a PostUserLastreleasenotesseenBadRequest with default headers values

func (*PostUserLastreleasenotesseenBadRequest) Error

func (*PostUserLastreleasenotesseenBadRequest) GetPayload

type PostUserLastreleasenotesseenForbidden

type PostUserLastreleasenotesseenForbidden struct {
	Payload *models.Error
}
PostUserLastreleasenotesseenForbidden describes a response with status code 403, with default header values.

Forbidden

func NewPostUserLastreleasenotesseenForbidden

func NewPostUserLastreleasenotesseenForbidden() *PostUserLastreleasenotesseenForbidden

NewPostUserLastreleasenotesseenForbidden creates a PostUserLastreleasenotesseenForbidden with default headers values

func (*PostUserLastreleasenotesseenForbidden) Error

func (*PostUserLastreleasenotesseenForbidden) GetPayload

type PostUserLastreleasenotesseenInternalServerError

type PostUserLastreleasenotesseenInternalServerError struct {
	Payload *models.Error
}
PostUserLastreleasenotesseenInternalServerError describes a response with status code 500, with default header values.

Internal Server Error

func NewPostUserLastreleasenotesseenInternalServerError

func NewPostUserLastreleasenotesseenInternalServerError() *PostUserLastreleasenotesseenInternalServerError

NewPostUserLastreleasenotesseenInternalServerError creates a PostUserLastreleasenotesseenInternalServerError with default headers values

func (*PostUserLastreleasenotesseenInternalServerError) Error

func (*PostUserLastreleasenotesseenInternalServerError) GetPayload

type PostUserLastreleasenotesseenOK

type PostUserLastreleasenotesseenOK struct {
	Payload *models.Status
}
PostUserLastreleasenotesseenOK describes a response with status code 200, with default header values.

Successful

func NewPostUserLastreleasenotesseenOK

func NewPostUserLastreleasenotesseenOK() *PostUserLastreleasenotesseenOK

NewPostUserLastreleasenotesseenOK creates a PostUserLastreleasenotesseenOK with default headers values

func (*PostUserLastreleasenotesseenOK) Error

func (*PostUserLastreleasenotesseenOK) GetPayload

func (o *PostUserLastreleasenotesseenOK) GetPayload() *models.Status

type PostUserLastreleasenotesseenParams

type PostUserLastreleasenotesseenParams struct {

	// Body.
	Body *models.UserLastReleaseNotesSeen

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

PostUserLastreleasenotesseenParams contains all the parameters to send to the API endpoint

for the post user lastreleasenotesseen operation.

Typically these are written to a http.Request.

func NewPostUserLastreleasenotesseenParams

func NewPostUserLastreleasenotesseenParams() *PostUserLastreleasenotesseenParams

NewPostUserLastreleasenotesseenParams creates a new PostUserLastreleasenotesseenParams 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 NewPostUserLastreleasenotesseenParamsWithContext

func NewPostUserLastreleasenotesseenParamsWithContext(ctx context.Context) *PostUserLastreleasenotesseenParams

NewPostUserLastreleasenotesseenParamsWithContext creates a new PostUserLastreleasenotesseenParams object with the ability to set a context for a request.

func NewPostUserLastreleasenotesseenParamsWithHTTPClient

func NewPostUserLastreleasenotesseenParamsWithHTTPClient(client *http.Client) *PostUserLastreleasenotesseenParams

NewPostUserLastreleasenotesseenParamsWithHTTPClient creates a new PostUserLastreleasenotesseenParams object with the ability to set a custom HTTPClient for a request.

func NewPostUserLastreleasenotesseenParamsWithTimeout

func NewPostUserLastreleasenotesseenParamsWithTimeout(timeout time.Duration) *PostUserLastreleasenotesseenParams

NewPostUserLastreleasenotesseenParamsWithTimeout creates a new PostUserLastreleasenotesseenParams object with the ability to set a timeout on a request.

func (*PostUserLastreleasenotesseenParams) SetBody

SetBody adds the body to the post user lastreleasenotesseen params

func (*PostUserLastreleasenotesseenParams) SetContext

SetContext adds the context to the post user lastreleasenotesseen params

func (*PostUserLastreleasenotesseenParams) SetDefaults

func (o *PostUserLastreleasenotesseenParams) SetDefaults()

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

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

func (*PostUserLastreleasenotesseenParams) SetHTTPClient

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

SetHTTPClient adds the HTTPClient to the post user lastreleasenotesseen params

func (*PostUserLastreleasenotesseenParams) SetTimeout

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

SetTimeout adds the timeout to the post user lastreleasenotesseen params

func (*PostUserLastreleasenotesseenParams) WithBody

WithBody adds the body to the post user lastreleasenotesseen params

func (*PostUserLastreleasenotesseenParams) WithContext

WithContext adds the context to the post user lastreleasenotesseen params

func (*PostUserLastreleasenotesseenParams) WithDefaults

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

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

func (*PostUserLastreleasenotesseenParams) WithHTTPClient

WithHTTPClient adds the HTTPClient to the post user lastreleasenotesseen params

func (*PostUserLastreleasenotesseenParams) WithTimeout

WithTimeout adds the timeout to the post user lastreleasenotesseen params

func (*PostUserLastreleasenotesseenParams) WriteToRequest

WriteToRequest writes these params to a swagger request

type PostUserLastreleasenotesseenReader

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

PostUserLastreleasenotesseenReader is a Reader for the PostUserLastreleasenotesseen structure.

func (*PostUserLastreleasenotesseenReader) ReadResponse

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

ReadResponse reads a server response into the received o.

type PostUserLastreleasenotesseenUnauthorized

type PostUserLastreleasenotesseenUnauthorized struct {
	Payload *models.Error
}
PostUserLastreleasenotesseenUnauthorized describes a response with status code 401, with default header values.

Unauthorized

func NewPostUserLastreleasenotesseenUnauthorized

func NewPostUserLastreleasenotesseenUnauthorized() *PostUserLastreleasenotesseenUnauthorized

NewPostUserLastreleasenotesseenUnauthorized creates a PostUserLastreleasenotesseenUnauthorized with default headers values

func (*PostUserLastreleasenotesseenUnauthorized) Error

func (*PostUserLastreleasenotesseenUnauthorized) GetPayload

type PostUserLoginBadRequest

type PostUserLoginBadRequest struct {
	Payload *models.Error
}
PostUserLoginBadRequest describes a response with status code 400, with default header values.

Bad Request

func NewPostUserLoginBadRequest

func NewPostUserLoginBadRequest() *PostUserLoginBadRequest

NewPostUserLoginBadRequest creates a PostUserLoginBadRequest with default headers values

func (*PostUserLoginBadRequest) Error

func (o *PostUserLoginBadRequest) Error() string

func (*PostUserLoginBadRequest) GetPayload

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

type PostUserLoginCreated

type PostUserLoginCreated struct {
	Payload *models.TwoFactorToken
}
PostUserLoginCreated describes a response with status code 201, with default header values.

Created

func NewPostUserLoginCreated

func NewPostUserLoginCreated() *PostUserLoginCreated

NewPostUserLoginCreated creates a PostUserLoginCreated with default headers values

func (*PostUserLoginCreated) Error

func (o *PostUserLoginCreated) Error() string

func (*PostUserLoginCreated) GetPayload

func (o *PostUserLoginCreated) GetPayload() *models.TwoFactorToken

type PostUserLoginInternalServerError

type PostUserLoginInternalServerError struct {
	Payload *models.Error
}
PostUserLoginInternalServerError describes a response with status code 500, with default header values.

Internal Server Error

func NewPostUserLoginInternalServerError

func NewPostUserLoginInternalServerError() *PostUserLoginInternalServerError

NewPostUserLoginInternalServerError creates a PostUserLoginInternalServerError with default headers values

func (*PostUserLoginInternalServerError) Error

func (*PostUserLoginInternalServerError) GetPayload

type PostUserLoginInviteLocalBadRequest

type PostUserLoginInviteLocalBadRequest struct {
	Payload *models.Error
}
PostUserLoginInviteLocalBadRequest describes a response with status code 400, with default header values.

Bad Request

func NewPostUserLoginInviteLocalBadRequest

func NewPostUserLoginInviteLocalBadRequest() *PostUserLoginInviteLocalBadRequest

NewPostUserLoginInviteLocalBadRequest creates a PostUserLoginInviteLocalBadRequest with default headers values

func (*PostUserLoginInviteLocalBadRequest) Error

func (*PostUserLoginInviteLocalBadRequest) GetPayload

type PostUserLoginInviteLocalInternalServerError

type PostUserLoginInviteLocalInternalServerError struct {
	Payload *models.Error
}
PostUserLoginInviteLocalInternalServerError describes a response with status code 500, with default header values.

Internal Server Error

func NewPostUserLoginInviteLocalInternalServerError

func NewPostUserLoginInviteLocalInternalServerError() *PostUserLoginInviteLocalInternalServerError

NewPostUserLoginInviteLocalInternalServerError creates a PostUserLoginInviteLocalInternalServerError with default headers values

func (*PostUserLoginInviteLocalInternalServerError) Error

func (*PostUserLoginInviteLocalInternalServerError) GetPayload

type PostUserLoginInviteLocalOK

type PostUserLoginInviteLocalOK struct {

	/* User authorization token
	 */
	XAuthToken string

	Payload *models.UserLogin
}
PostUserLoginInviteLocalOK describes a response with status code 200, with default header values.

Successful

func NewPostUserLoginInviteLocalOK

func NewPostUserLoginInviteLocalOK() *PostUserLoginInviteLocalOK

NewPostUserLoginInviteLocalOK creates a PostUserLoginInviteLocalOK with default headers values

func (*PostUserLoginInviteLocalOK) Error

func (*PostUserLoginInviteLocalOK) GetPayload

func (o *PostUserLoginInviteLocalOK) GetPayload() *models.UserLogin

type PostUserLoginInviteLocalParams

type PostUserLoginInviteLocalParams struct {

	// Body.
	Body *models.LocalInvitationRequest

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

PostUserLoginInviteLocalParams contains all the parameters to send to the API endpoint

for the post user login invite local operation.

Typically these are written to a http.Request.

func NewPostUserLoginInviteLocalParams

func NewPostUserLoginInviteLocalParams() *PostUserLoginInviteLocalParams

NewPostUserLoginInviteLocalParams creates a new PostUserLoginInviteLocalParams 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 NewPostUserLoginInviteLocalParamsWithContext

func NewPostUserLoginInviteLocalParamsWithContext(ctx context.Context) *PostUserLoginInviteLocalParams

NewPostUserLoginInviteLocalParamsWithContext creates a new PostUserLoginInviteLocalParams object with the ability to set a context for a request.

func NewPostUserLoginInviteLocalParamsWithHTTPClient

func NewPostUserLoginInviteLocalParamsWithHTTPClient(client *http.Client) *PostUserLoginInviteLocalParams

NewPostUserLoginInviteLocalParamsWithHTTPClient creates a new PostUserLoginInviteLocalParams object with the ability to set a custom HTTPClient for a request.

func NewPostUserLoginInviteLocalParamsWithTimeout

func NewPostUserLoginInviteLocalParamsWithTimeout(timeout time.Duration) *PostUserLoginInviteLocalParams

NewPostUserLoginInviteLocalParamsWithTimeout creates a new PostUserLoginInviteLocalParams object with the ability to set a timeout on a request.

func (*PostUserLoginInviteLocalParams) SetBody

SetBody adds the body to the post user login invite local params

func (*PostUserLoginInviteLocalParams) SetContext

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

SetContext adds the context to the post user login invite local params

func (*PostUserLoginInviteLocalParams) SetDefaults

func (o *PostUserLoginInviteLocalParams) SetDefaults()

SetDefaults hydrates default values in the post user login invite local params (not the query body).

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

func (*PostUserLoginInviteLocalParams) SetHTTPClient

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

SetHTTPClient adds the HTTPClient to the post user login invite local params

func (*PostUserLoginInviteLocalParams) SetTimeout

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

SetTimeout adds the timeout to the post user login invite local params

func (*PostUserLoginInviteLocalParams) WithBody

WithBody adds the body to the post user login invite local params

func (*PostUserLoginInviteLocalParams) WithContext

WithContext adds the context to the post user login invite local params

func (*PostUserLoginInviteLocalParams) WithDefaults

WithDefaults hydrates default values in the post user login invite local params (not the query body).

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

func (*PostUserLoginInviteLocalParams) WithHTTPClient

WithHTTPClient adds the HTTPClient to the post user login invite local params

func (*PostUserLoginInviteLocalParams) WithTimeout

WithTimeout adds the timeout to the post user login invite local params

func (*PostUserLoginInviteLocalParams) WriteToRequest

WriteToRequest writes these params to a swagger request

type PostUserLoginInviteLocalReader

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

PostUserLoginInviteLocalReader is a Reader for the PostUserLoginInviteLocal structure.

func (*PostUserLoginInviteLocalReader) ReadResponse

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

ReadResponse reads a server response into the received o.

type PostUserLoginInviteLocalUnauthorized

type PostUserLoginInviteLocalUnauthorized struct {
	Payload *models.Error
}
PostUserLoginInviteLocalUnauthorized describes a response with status code 401, with default header values.

Unauthorized

func NewPostUserLoginInviteLocalUnauthorized

func NewPostUserLoginInviteLocalUnauthorized() *PostUserLoginInviteLocalUnauthorized

NewPostUserLoginInviteLocalUnauthorized creates a PostUserLoginInviteLocalUnauthorized with default headers values

func (*PostUserLoginInviteLocalUnauthorized) Error

func (*PostUserLoginInviteLocalUnauthorized) GetPayload

type PostUserLoginInviteUbiquitiBadRequest

type PostUserLoginInviteUbiquitiBadRequest struct {
	Payload *models.Error
}
PostUserLoginInviteUbiquitiBadRequest describes a response with status code 400, with default header values.

Bad Request

func NewPostUserLoginInviteUbiquitiBadRequest

func NewPostUserLoginInviteUbiquitiBadRequest() *PostUserLoginInviteUbiquitiBadRequest

NewPostUserLoginInviteUbiquitiBadRequest creates a PostUserLoginInviteUbiquitiBadRequest with default headers values

func (*PostUserLoginInviteUbiquitiBadRequest) Error

func (*PostUserLoginInviteUbiquitiBadRequest) GetPayload

type PostUserLoginInviteUbiquitiInternalServerError

type PostUserLoginInviteUbiquitiInternalServerError struct {
	Payload *models.Error
}
PostUserLoginInviteUbiquitiInternalServerError describes a response with status code 500, with default header values.

Internal Server Error

func NewPostUserLoginInviteUbiquitiInternalServerError

func NewPostUserLoginInviteUbiquitiInternalServerError() *PostUserLoginInviteUbiquitiInternalServerError

NewPostUserLoginInviteUbiquitiInternalServerError creates a PostUserLoginInviteUbiquitiInternalServerError with default headers values

func (*PostUserLoginInviteUbiquitiInternalServerError) Error

func (*PostUserLoginInviteUbiquitiInternalServerError) GetPayload

type PostUserLoginInviteUbiquitiOK

type PostUserLoginInviteUbiquitiOK struct {

	/* User authorization token
	 */
	XAuthToken string

	Payload *models.UserLogin
}
PostUserLoginInviteUbiquitiOK describes a response with status code 200, with default header values.

Successful

func NewPostUserLoginInviteUbiquitiOK

func NewPostUserLoginInviteUbiquitiOK() *PostUserLoginInviteUbiquitiOK

NewPostUserLoginInviteUbiquitiOK creates a PostUserLoginInviteUbiquitiOK with default headers values

func (*PostUserLoginInviteUbiquitiOK) Error

func (*PostUserLoginInviteUbiquitiOK) GetPayload

type PostUserLoginInviteUbiquitiParams

type PostUserLoginInviteUbiquitiParams struct {

	// Body.
	Body *models.SsoInvitationRequest

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

PostUserLoginInviteUbiquitiParams contains all the parameters to send to the API endpoint

for the post user login invite ubiquiti operation.

Typically these are written to a http.Request.

func NewPostUserLoginInviteUbiquitiParams

func NewPostUserLoginInviteUbiquitiParams() *PostUserLoginInviteUbiquitiParams

NewPostUserLoginInviteUbiquitiParams creates a new PostUserLoginInviteUbiquitiParams 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 NewPostUserLoginInviteUbiquitiParamsWithContext

func NewPostUserLoginInviteUbiquitiParamsWithContext(ctx context.Context) *PostUserLoginInviteUbiquitiParams

NewPostUserLoginInviteUbiquitiParamsWithContext creates a new PostUserLoginInviteUbiquitiParams object with the ability to set a context for a request.

func NewPostUserLoginInviteUbiquitiParamsWithHTTPClient

func NewPostUserLoginInviteUbiquitiParamsWithHTTPClient(client *http.Client) *PostUserLoginInviteUbiquitiParams

NewPostUserLoginInviteUbiquitiParamsWithHTTPClient creates a new PostUserLoginInviteUbiquitiParams object with the ability to set a custom HTTPClient for a request.

func NewPostUserLoginInviteUbiquitiParamsWithTimeout

func NewPostUserLoginInviteUbiquitiParamsWithTimeout(timeout time.Duration) *PostUserLoginInviteUbiquitiParams

NewPostUserLoginInviteUbiquitiParamsWithTimeout creates a new PostUserLoginInviteUbiquitiParams object with the ability to set a timeout on a request.

func (*PostUserLoginInviteUbiquitiParams) SetBody

SetBody adds the body to the post user login invite ubiquiti params

func (*PostUserLoginInviteUbiquitiParams) SetContext

SetContext adds the context to the post user login invite ubiquiti params

func (*PostUserLoginInviteUbiquitiParams) SetDefaults

func (o *PostUserLoginInviteUbiquitiParams) SetDefaults()

SetDefaults hydrates default values in the post user login invite ubiquiti params (not the query body).

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

func (*PostUserLoginInviteUbiquitiParams) SetHTTPClient

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

SetHTTPClient adds the HTTPClient to the post user login invite ubiquiti params

func (*PostUserLoginInviteUbiquitiParams) SetTimeout

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

SetTimeout adds the timeout to the post user login invite ubiquiti params

func (*PostUserLoginInviteUbiquitiParams) WithBody

WithBody adds the body to the post user login invite ubiquiti params

func (*PostUserLoginInviteUbiquitiParams) WithContext

WithContext adds the context to the post user login invite ubiquiti params

func (*PostUserLoginInviteUbiquitiParams) WithDefaults

WithDefaults hydrates default values in the post user login invite ubiquiti params (not the query body).

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

func (*PostUserLoginInviteUbiquitiParams) WithHTTPClient

WithHTTPClient adds the HTTPClient to the post user login invite ubiquiti params

func (*PostUserLoginInviteUbiquitiParams) WithTimeout

WithTimeout adds the timeout to the post user login invite ubiquiti params

func (*PostUserLoginInviteUbiquitiParams) WriteToRequest

WriteToRequest writes these params to a swagger request

type PostUserLoginInviteUbiquitiReader

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

PostUserLoginInviteUbiquitiReader is a Reader for the PostUserLoginInviteUbiquiti structure.

func (*PostUserLoginInviteUbiquitiReader) ReadResponse

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

ReadResponse reads a server response into the received o.

type PostUserLoginInviteUbiquitiUnauthorized

type PostUserLoginInviteUbiquitiUnauthorized struct {
	Payload *models.Error
}
PostUserLoginInviteUbiquitiUnauthorized describes a response with status code 401, with default header values.

Unauthorized

func NewPostUserLoginInviteUbiquitiUnauthorized

func NewPostUserLoginInviteUbiquitiUnauthorized() *PostUserLoginInviteUbiquitiUnauthorized

NewPostUserLoginInviteUbiquitiUnauthorized creates a PostUserLoginInviteUbiquitiUnauthorized with default headers values

func (*PostUserLoginInviteUbiquitiUnauthorized) Error

func (*PostUserLoginInviteUbiquitiUnauthorized) GetPayload

type PostUserLoginOK

type PostUserLoginOK struct {

	/* User authorization token
	 */
	XAuthToken string

	Payload *models.UserLogin
}
PostUserLoginOK describes a response with status code 200, with default header values.

Successful

func NewPostUserLoginOK

func NewPostUserLoginOK() *PostUserLoginOK

NewPostUserLoginOK creates a PostUserLoginOK with default headers values

func (*PostUserLoginOK) Error

func (o *PostUserLoginOK) Error() string

func (*PostUserLoginOK) GetPayload

func (o *PostUserLoginOK) GetPayload() *models.UserLogin

type PostUserLoginParams

type PostUserLoginParams struct {

	// Body.
	Body *models.Login

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

PostUserLoginParams contains all the parameters to send to the API endpoint

for the post user login operation.

Typically these are written to a http.Request.

func NewPostUserLoginParams

func NewPostUserLoginParams() *PostUserLoginParams

NewPostUserLoginParams creates a new PostUserLoginParams 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 NewPostUserLoginParamsWithContext

func NewPostUserLoginParamsWithContext(ctx context.Context) *PostUserLoginParams

NewPostUserLoginParamsWithContext creates a new PostUserLoginParams object with the ability to set a context for a request.

func NewPostUserLoginParamsWithHTTPClient

func NewPostUserLoginParamsWithHTTPClient(client *http.Client) *PostUserLoginParams

NewPostUserLoginParamsWithHTTPClient creates a new PostUserLoginParams object with the ability to set a custom HTTPClient for a request.

func NewPostUserLoginParamsWithTimeout

func NewPostUserLoginParamsWithTimeout(timeout time.Duration) *PostUserLoginParams

NewPostUserLoginParamsWithTimeout creates a new PostUserLoginParams object with the ability to set a timeout on a request.

func (*PostUserLoginParams) SetBody

func (o *PostUserLoginParams) SetBody(body *models.Login)

SetBody adds the body to the post user login params

func (*PostUserLoginParams) SetContext

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

SetContext adds the context to the post user login params

func (*PostUserLoginParams) SetDefaults

func (o *PostUserLoginParams) SetDefaults()

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

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

func (*PostUserLoginParams) SetHTTPClient

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

SetHTTPClient adds the HTTPClient to the post user login params

func (*PostUserLoginParams) SetTimeout

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

SetTimeout adds the timeout to the post user login params

func (*PostUserLoginParams) WithBody

WithBody adds the body to the post user login params

func (*PostUserLoginParams) WithContext

WithContext adds the context to the post user login params

func (*PostUserLoginParams) WithDefaults

func (o *PostUserLoginParams) WithDefaults() *PostUserLoginParams

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

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

func (*PostUserLoginParams) WithHTTPClient

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

WithHTTPClient adds the HTTPClient to the post user login params

func (*PostUserLoginParams) WithTimeout

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

WithTimeout adds the timeout to the post user login params

func (*PostUserLoginParams) WriteToRequest

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

WriteToRequest writes these params to a swagger request

type PostUserLoginReader

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

PostUserLoginReader is a Reader for the PostUserLogin structure.

func (*PostUserLoginReader) ReadResponse

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

ReadResponse reads a server response into the received o.

type PostUserLoginTotpauthBadRequest

type PostUserLoginTotpauthBadRequest struct {
	Payload *models.Error
}
PostUserLoginTotpauthBadRequest describes a response with status code 400, with default header values.

Bad Request

func NewPostUserLoginTotpauthBadRequest

func NewPostUserLoginTotpauthBadRequest() *PostUserLoginTotpauthBadRequest

NewPostUserLoginTotpauthBadRequest creates a PostUserLoginTotpauthBadRequest with default headers values

func (*PostUserLoginTotpauthBadRequest) Error

func (*PostUserLoginTotpauthBadRequest) GetPayload

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

type PostUserLoginTotpauthInternalServerError

type PostUserLoginTotpauthInternalServerError struct {
	Payload *models.Error
}
PostUserLoginTotpauthInternalServerError describes a response with status code 500, with default header values.

Internal Server Error

func NewPostUserLoginTotpauthInternalServerError

func NewPostUserLoginTotpauthInternalServerError() *PostUserLoginTotpauthInternalServerError

NewPostUserLoginTotpauthInternalServerError creates a PostUserLoginTotpauthInternalServerError with default headers values

func (*PostUserLoginTotpauthInternalServerError) Error

func (*PostUserLoginTotpauthInternalServerError) GetPayload

type PostUserLoginTotpauthOK

type PostUserLoginTotpauthOK struct {

	/* User authorization token
	 */
	XAuthToken string

	Payload *models.UserLogin
}
PostUserLoginTotpauthOK describes a response with status code 200, with default header values.

Successful

func NewPostUserLoginTotpauthOK

func NewPostUserLoginTotpauthOK() *PostUserLoginTotpauthOK

NewPostUserLoginTotpauthOK creates a PostUserLoginTotpauthOK with default headers values

func (*PostUserLoginTotpauthOK) Error

func (o *PostUserLoginTotpauthOK) Error() string

func (*PostUserLoginTotpauthOK) GetPayload

func (o *PostUserLoginTotpauthOK) GetPayload() *models.UserLogin

type PostUserLoginTotpauthParams

type PostUserLoginTotpauthParams struct {

	// Body.
	Body *models.TwoFactorLogin

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

PostUserLoginTotpauthParams contains all the parameters to send to the API endpoint

for the post user login totpauth operation.

Typically these are written to a http.Request.

func NewPostUserLoginTotpauthParams

func NewPostUserLoginTotpauthParams() *PostUserLoginTotpauthParams

NewPostUserLoginTotpauthParams creates a new PostUserLoginTotpauthParams 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 NewPostUserLoginTotpauthParamsWithContext

func NewPostUserLoginTotpauthParamsWithContext(ctx context.Context) *PostUserLoginTotpauthParams

NewPostUserLoginTotpauthParamsWithContext creates a new PostUserLoginTotpauthParams object with the ability to set a context for a request.

func NewPostUserLoginTotpauthParamsWithHTTPClient

func NewPostUserLoginTotpauthParamsWithHTTPClient(client *http.Client) *PostUserLoginTotpauthParams

NewPostUserLoginTotpauthParamsWithHTTPClient creates a new PostUserLoginTotpauthParams object with the ability to set a custom HTTPClient for a request.

func NewPostUserLoginTotpauthParamsWithTimeout

func NewPostUserLoginTotpauthParamsWithTimeout(timeout time.Duration) *PostUserLoginTotpauthParams

NewPostUserLoginTotpauthParamsWithTimeout creates a new PostUserLoginTotpauthParams object with the ability to set a timeout on a request.

func (*PostUserLoginTotpauthParams) SetBody

SetBody adds the body to the post user login totpauth params

func (*PostUserLoginTotpauthParams) SetContext

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

SetContext adds the context to the post user login totpauth params

func (*PostUserLoginTotpauthParams) SetDefaults

func (o *PostUserLoginTotpauthParams) SetDefaults()

SetDefaults hydrates default values in the post user login totpauth params (not the query body).

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

func (*PostUserLoginTotpauthParams) SetHTTPClient

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

SetHTTPClient adds the HTTPClient to the post user login totpauth params

func (*PostUserLoginTotpauthParams) SetTimeout

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

SetTimeout adds the timeout to the post user login totpauth params

func (*PostUserLoginTotpauthParams) WithBody

WithBody adds the body to the post user login totpauth params

func (*PostUserLoginTotpauthParams) WithContext

WithContext adds the context to the post user login totpauth params

func (*PostUserLoginTotpauthParams) WithDefaults

WithDefaults hydrates default values in the post user login totpauth params (not the query body).

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

func (*PostUserLoginTotpauthParams) WithHTTPClient

WithHTTPClient adds the HTTPClient to the post user login totpauth params

func (*PostUserLoginTotpauthParams) WithTimeout

WithTimeout adds the timeout to the post user login totpauth params

func (*PostUserLoginTotpauthParams) WriteToRequest

WriteToRequest writes these params to a swagger request

type PostUserLoginTotpauthReader

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

PostUserLoginTotpauthReader is a Reader for the PostUserLoginTotpauth structure.

func (*PostUserLoginTotpauthReader) ReadResponse

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

ReadResponse reads a server response into the received o.

type PostUserLoginUbiquitiBadRequest

type PostUserLoginUbiquitiBadRequest struct {
	Payload *models.Error
}
PostUserLoginUbiquitiBadRequest describes a response with status code 400, with default header values.

Bad Request

func NewPostUserLoginUbiquitiBadRequest

func NewPostUserLoginUbiquitiBadRequest() *PostUserLoginUbiquitiBadRequest

NewPostUserLoginUbiquitiBadRequest creates a PostUserLoginUbiquitiBadRequest with default headers values

func (*PostUserLoginUbiquitiBadRequest) Error

func (*PostUserLoginUbiquitiBadRequest) GetPayload

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

type PostUserLoginUbiquitiInternalServerError

type PostUserLoginUbiquitiInternalServerError struct {
	Payload *models.Error
}
PostUserLoginUbiquitiInternalServerError describes a response with status code 500, with default header values.

Internal Server Error

func NewPostUserLoginUbiquitiInternalServerError

func NewPostUserLoginUbiquitiInternalServerError() *PostUserLoginUbiquitiInternalServerError

NewPostUserLoginUbiquitiInternalServerError creates a PostUserLoginUbiquitiInternalServerError with default headers values

func (*PostUserLoginUbiquitiInternalServerError) Error

func (*PostUserLoginUbiquitiInternalServerError) GetPayload

type PostUserLoginUbiquitiOK

type PostUserLoginUbiquitiOK struct {
	Payload *models.UserLogin
}
PostUserLoginUbiquitiOK describes a response with status code 200, with default header values.

Successful

func NewPostUserLoginUbiquitiOK

func NewPostUserLoginUbiquitiOK() *PostUserLoginUbiquitiOK

NewPostUserLoginUbiquitiOK creates a PostUserLoginUbiquitiOK with default headers values

func (*PostUserLoginUbiquitiOK) Error

func (o *PostUserLoginUbiquitiOK) Error() string

func (*PostUserLoginUbiquitiOK) GetPayload

func (o *PostUserLoginUbiquitiOK) GetPayload() *models.UserLogin

type PostUserLoginUbiquitiParams

type PostUserLoginUbiquitiParams struct {

	// Body.
	Body *models.SsoRequest

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

PostUserLoginUbiquitiParams contains all the parameters to send to the API endpoint

for the post user login ubiquiti operation.

Typically these are written to a http.Request.

func NewPostUserLoginUbiquitiParams

func NewPostUserLoginUbiquitiParams() *PostUserLoginUbiquitiParams

NewPostUserLoginUbiquitiParams creates a new PostUserLoginUbiquitiParams 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 NewPostUserLoginUbiquitiParamsWithContext

func NewPostUserLoginUbiquitiParamsWithContext(ctx context.Context) *PostUserLoginUbiquitiParams

NewPostUserLoginUbiquitiParamsWithContext creates a new PostUserLoginUbiquitiParams object with the ability to set a context for a request.

func NewPostUserLoginUbiquitiParamsWithHTTPClient

func NewPostUserLoginUbiquitiParamsWithHTTPClient(client *http.Client) *PostUserLoginUbiquitiParams

NewPostUserLoginUbiquitiParamsWithHTTPClient creates a new PostUserLoginUbiquitiParams object with the ability to set a custom HTTPClient for a request.

func NewPostUserLoginUbiquitiParamsWithTimeout

func NewPostUserLoginUbiquitiParamsWithTimeout(timeout time.Duration) *PostUserLoginUbiquitiParams

NewPostUserLoginUbiquitiParamsWithTimeout creates a new PostUserLoginUbiquitiParams object with the ability to set a timeout on a request.

func (*PostUserLoginUbiquitiParams) SetBody

func (o *PostUserLoginUbiquitiParams) SetBody(body *models.SsoRequest)

SetBody adds the body to the post user login ubiquiti params

func (*PostUserLoginUbiquitiParams) SetContext

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

SetContext adds the context to the post user login ubiquiti params

func (*PostUserLoginUbiquitiParams) SetDefaults

func (o *PostUserLoginUbiquitiParams) SetDefaults()

SetDefaults hydrates default values in the post user login ubiquiti params (not the query body).

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

func (*PostUserLoginUbiquitiParams) SetHTTPClient

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

SetHTTPClient adds the HTTPClient to the post user login ubiquiti params

func (*PostUserLoginUbiquitiParams) SetTimeout

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

SetTimeout adds the timeout to the post user login ubiquiti params

func (*PostUserLoginUbiquitiParams) WithBody

WithBody adds the body to the post user login ubiquiti params

func (*PostUserLoginUbiquitiParams) WithContext

WithContext adds the context to the post user login ubiquiti params

func (*PostUserLoginUbiquitiParams) WithDefaults

WithDefaults hydrates default values in the post user login ubiquiti params (not the query body).

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

func (*PostUserLoginUbiquitiParams) WithHTTPClient

WithHTTPClient adds the HTTPClient to the post user login ubiquiti params

func (*PostUserLoginUbiquitiParams) WithTimeout

WithTimeout adds the timeout to the post user login ubiquiti params

func (*PostUserLoginUbiquitiParams) WriteToRequest

WriteToRequest writes these params to a swagger request

type PostUserLoginUbiquitiReader

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

PostUserLoginUbiquitiReader is a Reader for the PostUserLoginUbiquiti structure.

func (*PostUserLoginUbiquitiReader) ReadResponse

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

ReadResponse reads a server response into the received o.

type PostUserLoginUbiquitiUnauthorized

type PostUserLoginUbiquitiUnauthorized struct {
	Payload *models.Error
}
PostUserLoginUbiquitiUnauthorized describes a response with status code 401, with default header values.

Unauthorized

func NewPostUserLoginUbiquitiUnauthorized

func NewPostUserLoginUbiquitiUnauthorized() *PostUserLoginUbiquitiUnauthorized

NewPostUserLoginUbiquitiUnauthorized creates a PostUserLoginUbiquitiUnauthorized with default headers values

func (*PostUserLoginUbiquitiUnauthorized) Error

func (*PostUserLoginUbiquitiUnauthorized) GetPayload

type PostUserLoginUnauthorized

type PostUserLoginUnauthorized struct {
	Payload *models.Error
}
PostUserLoginUnauthorized describes a response with status code 401, with default header values.

Unauthorized

func NewPostUserLoginUnauthorized

func NewPostUserLoginUnauthorized() *PostUserLoginUnauthorized

NewPostUserLoginUnauthorized creates a PostUserLoginUnauthorized with default headers values

func (*PostUserLoginUnauthorized) Error

func (o *PostUserLoginUnauthorized) Error() string

func (*PostUserLoginUnauthorized) GetPayload

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

type PostUserLogoutForbidden

type PostUserLogoutForbidden struct {
	Payload *models.Error
}
PostUserLogoutForbidden describes a response with status code 403, with default header values.

Forbidden

func NewPostUserLogoutForbidden

func NewPostUserLogoutForbidden() *PostUserLogoutForbidden

NewPostUserLogoutForbidden creates a PostUserLogoutForbidden with default headers values

func (*PostUserLogoutForbidden) Error

func (o *PostUserLogoutForbidden) Error() string

func (*PostUserLogoutForbidden) GetPayload

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

type PostUserLogoutInternalServerError

type PostUserLogoutInternalServerError struct {
	Payload *models.Error
}
PostUserLogoutInternalServerError describes a response with status code 500, with default header values.

Internal Server Error

func NewPostUserLogoutInternalServerError

func NewPostUserLogoutInternalServerError() *PostUserLogoutInternalServerError

NewPostUserLogoutInternalServerError creates a PostUserLogoutInternalServerError with default headers values

func (*PostUserLogoutInternalServerError) Error

func (*PostUserLogoutInternalServerError) GetPayload

type PostUserLogoutOK

type PostUserLogoutOK struct {
	Payload *models.Status
}
PostUserLogoutOK describes a response with status code 200, with default header values.

Successful

func NewPostUserLogoutOK

func NewPostUserLogoutOK() *PostUserLogoutOK

NewPostUserLogoutOK creates a PostUserLogoutOK with default headers values

func (*PostUserLogoutOK) Error

func (o *PostUserLogoutOK) Error() string

func (*PostUserLogoutOK) GetPayload

func (o *PostUserLogoutOK) GetPayload() *models.Status

type PostUserLogoutParams

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

PostUserLogoutParams contains all the parameters to send to the API endpoint

for the post user logout operation.

Typically these are written to a http.Request.

func NewPostUserLogoutParams

func NewPostUserLogoutParams() *PostUserLogoutParams

NewPostUserLogoutParams creates a new PostUserLogoutParams 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 NewPostUserLogoutParamsWithContext

func NewPostUserLogoutParamsWithContext(ctx context.Context) *PostUserLogoutParams

NewPostUserLogoutParamsWithContext creates a new PostUserLogoutParams object with the ability to set a context for a request.

func NewPostUserLogoutParamsWithHTTPClient

func NewPostUserLogoutParamsWithHTTPClient(client *http.Client) *PostUserLogoutParams

NewPostUserLogoutParamsWithHTTPClient creates a new PostUserLogoutParams object with the ability to set a custom HTTPClient for a request.

func NewPostUserLogoutParamsWithTimeout

func NewPostUserLogoutParamsWithTimeout(timeout time.Duration) *PostUserLogoutParams

NewPostUserLogoutParamsWithTimeout creates a new PostUserLogoutParams object with the ability to set a timeout on a request.

func (*PostUserLogoutParams) SetContext

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

SetContext adds the context to the post user logout params

func (*PostUserLogoutParams) SetDefaults

func (o *PostUserLogoutParams) SetDefaults()

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

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

func (*PostUserLogoutParams) SetHTTPClient

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

SetHTTPClient adds the HTTPClient to the post user logout params

func (*PostUserLogoutParams) SetTimeout

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

SetTimeout adds the timeout to the post user logout params

func (*PostUserLogoutParams) WithContext

WithContext adds the context to the post user logout params

func (*PostUserLogoutParams) WithDefaults

func (o *PostUserLogoutParams) WithDefaults() *PostUserLogoutParams

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

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

func (*PostUserLogoutParams) WithHTTPClient

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

WithHTTPClient adds the HTTPClient to the post user logout params

func (*PostUserLogoutParams) WithTimeout

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

WithTimeout adds the timeout to the post user logout params

func (*PostUserLogoutParams) WriteToRequest

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

WriteToRequest writes these params to a swagger request

type PostUserLogoutReader

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

PostUserLogoutReader is a Reader for the PostUserLogout structure.

func (*PostUserLogoutReader) ReadResponse

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

ReadResponse reads a server response into the received o.

type PostUserLogoutUnauthorized

type PostUserLogoutUnauthorized struct {
	Payload *models.Error
}
PostUserLogoutUnauthorized describes a response with status code 401, with default header values.

Unauthorized

func NewPostUserLogoutUnauthorized

func NewPostUserLogoutUnauthorized() *PostUserLogoutUnauthorized

NewPostUserLogoutUnauthorized creates a PostUserLogoutUnauthorized with default headers values

func (*PostUserLogoutUnauthorized) Error

func (*PostUserLogoutUnauthorized) GetPayload

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

type PostUserPasswordRequestresetBadRequest

type PostUserPasswordRequestresetBadRequest struct {
	Payload *models.Error
}
PostUserPasswordRequestresetBadRequest describes a response with status code 400, with default header values.

Bad Request

func NewPostUserPasswordRequestresetBadRequest

func NewPostUserPasswordRequestresetBadRequest() *PostUserPasswordRequestresetBadRequest

NewPostUserPasswordRequestresetBadRequest creates a PostUserPasswordRequestresetBadRequest with default headers values

func (*PostUserPasswordRequestresetBadRequest) Error

func (*PostUserPasswordRequestresetBadRequest) GetPayload

type PostUserPasswordRequestresetInternalServerError

type PostUserPasswordRequestresetInternalServerError struct {
	Payload *models.Error
}
PostUserPasswordRequestresetInternalServerError describes a response with status code 500, with default header values.

Internal Server Error

func NewPostUserPasswordRequestresetInternalServerError

func NewPostUserPasswordRequestresetInternalServerError() *PostUserPasswordRequestresetInternalServerError

NewPostUserPasswordRequestresetInternalServerError creates a PostUserPasswordRequestresetInternalServerError with default headers values

func (*PostUserPasswordRequestresetInternalServerError) Error

func (*PostUserPasswordRequestresetInternalServerError) GetPayload

type PostUserPasswordRequestresetOK

type PostUserPasswordRequestresetOK struct {
	Payload *models.Status
}
PostUserPasswordRequestresetOK describes a response with status code 200, with default header values.

Successful

func NewPostUserPasswordRequestresetOK

func NewPostUserPasswordRequestresetOK() *PostUserPasswordRequestresetOK

NewPostUserPasswordRequestresetOK creates a PostUserPasswordRequestresetOK with default headers values

func (*PostUserPasswordRequestresetOK) Error

func (*PostUserPasswordRequestresetOK) GetPayload

func (o *PostUserPasswordRequestresetOK) GetPayload() *models.Status

type PostUserPasswordRequestresetParams

type PostUserPasswordRequestresetParams struct {

	// Body.
	Body *models.PasswordResetRequest

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

PostUserPasswordRequestresetParams contains all the parameters to send to the API endpoint

for the post user password requestreset operation.

Typically these are written to a http.Request.

func NewPostUserPasswordRequestresetParams

func NewPostUserPasswordRequestresetParams() *PostUserPasswordRequestresetParams

NewPostUserPasswordRequestresetParams creates a new PostUserPasswordRequestresetParams 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 NewPostUserPasswordRequestresetParamsWithContext

func NewPostUserPasswordRequestresetParamsWithContext(ctx context.Context) *PostUserPasswordRequestresetParams

NewPostUserPasswordRequestresetParamsWithContext creates a new PostUserPasswordRequestresetParams object with the ability to set a context for a request.

func NewPostUserPasswordRequestresetParamsWithHTTPClient

func NewPostUserPasswordRequestresetParamsWithHTTPClient(client *http.Client) *PostUserPasswordRequestresetParams

NewPostUserPasswordRequestresetParamsWithHTTPClient creates a new PostUserPasswordRequestresetParams object with the ability to set a custom HTTPClient for a request.

func NewPostUserPasswordRequestresetParamsWithTimeout

func NewPostUserPasswordRequestresetParamsWithTimeout(timeout time.Duration) *PostUserPasswordRequestresetParams

NewPostUserPasswordRequestresetParamsWithTimeout creates a new PostUserPasswordRequestresetParams object with the ability to set a timeout on a request.

func (*PostUserPasswordRequestresetParams) SetBody

SetBody adds the body to the post user password requestreset params

func (*PostUserPasswordRequestresetParams) SetContext

SetContext adds the context to the post user password requestreset params

func (*PostUserPasswordRequestresetParams) SetDefaults

func (o *PostUserPasswordRequestresetParams) SetDefaults()

SetDefaults hydrates default values in the post user password requestreset params (not the query body).

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

func (*PostUserPasswordRequestresetParams) SetHTTPClient

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

SetHTTPClient adds the HTTPClient to the post user password requestreset params

func (*PostUserPasswordRequestresetParams) SetTimeout

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

SetTimeout adds the timeout to the post user password requestreset params

func (*PostUserPasswordRequestresetParams) WithBody

WithBody adds the body to the post user password requestreset params

func (*PostUserPasswordRequestresetParams) WithContext

WithContext adds the context to the post user password requestreset params

func (*PostUserPasswordRequestresetParams) WithDefaults

WithDefaults hydrates default values in the post user password requestreset params (not the query body).

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

func (*PostUserPasswordRequestresetParams) WithHTTPClient

WithHTTPClient adds the HTTPClient to the post user password requestreset params

func (*PostUserPasswordRequestresetParams) WithTimeout

WithTimeout adds the timeout to the post user password requestreset params

func (*PostUserPasswordRequestresetParams) WriteToRequest

WriteToRequest writes these params to a swagger request

type PostUserPasswordRequestresetReader

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

PostUserPasswordRequestresetReader is a Reader for the PostUserPasswordRequestreset structure.

func (*PostUserPasswordRequestresetReader) ReadResponse

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

ReadResponse reads a server response into the received o.

type PostUserPasswordResetBadRequest

type PostUserPasswordResetBadRequest struct {
	Payload *models.Error
}
PostUserPasswordResetBadRequest describes a response with status code 400, with default header values.

Bad Request

func NewPostUserPasswordResetBadRequest

func NewPostUserPasswordResetBadRequest() *PostUserPasswordResetBadRequest

NewPostUserPasswordResetBadRequest creates a PostUserPasswordResetBadRequest with default headers values

func (*PostUserPasswordResetBadRequest) Error

func (*PostUserPasswordResetBadRequest) GetPayload

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

type PostUserPasswordResetInternalServerError

type PostUserPasswordResetInternalServerError struct {
	Payload *models.Error
}
PostUserPasswordResetInternalServerError describes a response with status code 500, with default header values.

Internal Server Error

func NewPostUserPasswordResetInternalServerError

func NewPostUserPasswordResetInternalServerError() *PostUserPasswordResetInternalServerError

NewPostUserPasswordResetInternalServerError creates a PostUserPasswordResetInternalServerError with default headers values

func (*PostUserPasswordResetInternalServerError) Error

func (*PostUserPasswordResetInternalServerError) GetPayload

type PostUserPasswordResetOK

type PostUserPasswordResetOK struct {
	Payload *models.Status
}
PostUserPasswordResetOK describes a response with status code 200, with default header values.

Successful

func NewPostUserPasswordResetOK

func NewPostUserPasswordResetOK() *PostUserPasswordResetOK

NewPostUserPasswordResetOK creates a PostUserPasswordResetOK with default headers values

func (*PostUserPasswordResetOK) Error

func (o *PostUserPasswordResetOK) Error() string

func (*PostUserPasswordResetOK) GetPayload

func (o *PostUserPasswordResetOK) GetPayload() *models.Status

type PostUserPasswordResetParams

type PostUserPasswordResetParams struct {

	// Body.
	Body *models.PasswordResetAction

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

PostUserPasswordResetParams contains all the parameters to send to the API endpoint

for the post user password reset operation.

Typically these are written to a http.Request.

func NewPostUserPasswordResetParams

func NewPostUserPasswordResetParams() *PostUserPasswordResetParams

NewPostUserPasswordResetParams creates a new PostUserPasswordResetParams 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 NewPostUserPasswordResetParamsWithContext

func NewPostUserPasswordResetParamsWithContext(ctx context.Context) *PostUserPasswordResetParams

NewPostUserPasswordResetParamsWithContext creates a new PostUserPasswordResetParams object with the ability to set a context for a request.

func NewPostUserPasswordResetParamsWithHTTPClient

func NewPostUserPasswordResetParamsWithHTTPClient(client *http.Client) *PostUserPasswordResetParams

NewPostUserPasswordResetParamsWithHTTPClient creates a new PostUserPasswordResetParams object with the ability to set a custom HTTPClient for a request.

func NewPostUserPasswordResetParamsWithTimeout

func NewPostUserPasswordResetParamsWithTimeout(timeout time.Duration) *PostUserPasswordResetParams

NewPostUserPasswordResetParamsWithTimeout creates a new PostUserPasswordResetParams object with the ability to set a timeout on a request.

func (*PostUserPasswordResetParams) SetBody

SetBody adds the body to the post user password reset params

func (*PostUserPasswordResetParams) SetContext

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

SetContext adds the context to the post user password reset params

func (*PostUserPasswordResetParams) SetDefaults

func (o *PostUserPasswordResetParams) SetDefaults()

SetDefaults hydrates default values in the post user password reset params (not the query body).

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

func (*PostUserPasswordResetParams) SetHTTPClient

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

SetHTTPClient adds the HTTPClient to the post user password reset params

func (*PostUserPasswordResetParams) SetTimeout

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

SetTimeout adds the timeout to the post user password reset params

func (*PostUserPasswordResetParams) WithBody

WithBody adds the body to the post user password reset params

func (*PostUserPasswordResetParams) WithContext

WithContext adds the context to the post user password reset params

func (*PostUserPasswordResetParams) WithDefaults

WithDefaults hydrates default values in the post user password reset params (not the query body).

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

func (*PostUserPasswordResetParams) WithHTTPClient

WithHTTPClient adds the HTTPClient to the post user password reset params

func (*PostUserPasswordResetParams) WithTimeout

WithTimeout adds the timeout to the post user password reset params

func (*PostUserPasswordResetParams) WriteToRequest

WriteToRequest writes these params to a swagger request

type PostUserPasswordResetReader

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

PostUserPasswordResetReader is a Reader for the PostUserPasswordReset structure.

func (*PostUserPasswordResetReader) ReadResponse

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

ReadResponse reads a server response into the received o.

type PostUserPasswordResetUnauthorized

type PostUserPasswordResetUnauthorized struct {
	Payload *models.Error
}
PostUserPasswordResetUnauthorized describes a response with status code 401, with default header values.

Unauthorized

func NewPostUserPasswordResetUnauthorized

func NewPostUserPasswordResetUnauthorized() *PostUserPasswordResetUnauthorized

NewPostUserPasswordResetUnauthorized creates a PostUserPasswordResetUnauthorized with default headers values

func (*PostUserPasswordResetUnauthorized) Error

func (*PostUserPasswordResetUnauthorized) GetPayload

type PostUserPasswordStrengthBadRequest

type PostUserPasswordStrengthBadRequest struct {
	Payload *models.Error
}
PostUserPasswordStrengthBadRequest describes a response with status code 400, with default header values.

Bad Request

func NewPostUserPasswordStrengthBadRequest

func NewPostUserPasswordStrengthBadRequest() *PostUserPasswordStrengthBadRequest

NewPostUserPasswordStrengthBadRequest creates a PostUserPasswordStrengthBadRequest with default headers values

func (*PostUserPasswordStrengthBadRequest) Error

func (*PostUserPasswordStrengthBadRequest) GetPayload

type PostUserPasswordStrengthInternalServerError

type PostUserPasswordStrengthInternalServerError struct {
	Payload *models.Error
}
PostUserPasswordStrengthInternalServerError describes a response with status code 500, with default header values.

Internal Server Error

func NewPostUserPasswordStrengthInternalServerError

func NewPostUserPasswordStrengthInternalServerError() *PostUserPasswordStrengthInternalServerError

NewPostUserPasswordStrengthInternalServerError creates a PostUserPasswordStrengthInternalServerError with default headers values

func (*PostUserPasswordStrengthInternalServerError) Error

func (*PostUserPasswordStrengthInternalServerError) GetPayload

type PostUserPasswordStrengthOK

type PostUserPasswordStrengthOK struct {
	Payload *models.PasswordStrengthMetadata
}
PostUserPasswordStrengthOK describes a response with status code 200, with default header values.

Successful

func NewPostUserPasswordStrengthOK

func NewPostUserPasswordStrengthOK() *PostUserPasswordStrengthOK

NewPostUserPasswordStrengthOK creates a PostUserPasswordStrengthOK with default headers values

func (*PostUserPasswordStrengthOK) Error

func (*PostUserPasswordStrengthOK) GetPayload

type PostUserPasswordStrengthParams

type PostUserPasswordStrengthParams struct {

	// Body.
	Body *models.PasswordStrength

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

PostUserPasswordStrengthParams contains all the parameters to send to the API endpoint

for the post user password strength operation.

Typically these are written to a http.Request.

func NewPostUserPasswordStrengthParams

func NewPostUserPasswordStrengthParams() *PostUserPasswordStrengthParams

NewPostUserPasswordStrengthParams creates a new PostUserPasswordStrengthParams 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 NewPostUserPasswordStrengthParamsWithContext

func NewPostUserPasswordStrengthParamsWithContext(ctx context.Context) *PostUserPasswordStrengthParams

NewPostUserPasswordStrengthParamsWithContext creates a new PostUserPasswordStrengthParams object with the ability to set a context for a request.

func NewPostUserPasswordStrengthParamsWithHTTPClient

func NewPostUserPasswordStrengthParamsWithHTTPClient(client *http.Client) *PostUserPasswordStrengthParams

NewPostUserPasswordStrengthParamsWithHTTPClient creates a new PostUserPasswordStrengthParams object with the ability to set a custom HTTPClient for a request.

func NewPostUserPasswordStrengthParamsWithTimeout

func NewPostUserPasswordStrengthParamsWithTimeout(timeout time.Duration) *PostUserPasswordStrengthParams

NewPostUserPasswordStrengthParamsWithTimeout creates a new PostUserPasswordStrengthParams object with the ability to set a timeout on a request.

func (*PostUserPasswordStrengthParams) SetBody

SetBody adds the body to the post user password strength params

func (*PostUserPasswordStrengthParams) SetContext

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

SetContext adds the context to the post user password strength params

func (*PostUserPasswordStrengthParams) SetDefaults

func (o *PostUserPasswordStrengthParams) SetDefaults()

SetDefaults hydrates default values in the post user password strength params (not the query body).

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

func (*PostUserPasswordStrengthParams) SetHTTPClient

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

SetHTTPClient adds the HTTPClient to the post user password strength params

func (*PostUserPasswordStrengthParams) SetTimeout

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

SetTimeout adds the timeout to the post user password strength params

func (*PostUserPasswordStrengthParams) WithBody

WithBody adds the body to the post user password strength params

func (*PostUserPasswordStrengthParams) WithContext

WithContext adds the context to the post user password strength params

func (*PostUserPasswordStrengthParams) WithDefaults

WithDefaults hydrates default values in the post user password strength params (not the query body).

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

func (*PostUserPasswordStrengthParams) WithHTTPClient

WithHTTPClient adds the HTTPClient to the post user password strength params

func (*PostUserPasswordStrengthParams) WithTimeout

WithTimeout adds the timeout to the post user password strength params

func (*PostUserPasswordStrengthParams) WriteToRequest

WriteToRequest writes these params to a swagger request

type PostUserPasswordStrengthReader

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

PostUserPasswordStrengthReader is a Reader for the PostUserPasswordStrength structure.

func (*PostUserPasswordStrengthReader) ReadResponse

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

ReadResponse reads a server response into the received o.

type PostUserSsoVerifyBadRequest

type PostUserSsoVerifyBadRequest struct {
	Payload *models.Error
}
PostUserSsoVerifyBadRequest describes a response with status code 400, with default header values.

Bad Request

func NewPostUserSsoVerifyBadRequest

func NewPostUserSsoVerifyBadRequest() *PostUserSsoVerifyBadRequest

NewPostUserSsoVerifyBadRequest creates a PostUserSsoVerifyBadRequest with default headers values

func (*PostUserSsoVerifyBadRequest) Error

func (*PostUserSsoVerifyBadRequest) GetPayload

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

type PostUserSsoVerifyForbidden

type PostUserSsoVerifyForbidden struct {
	Payload *models.Error
}
PostUserSsoVerifyForbidden describes a response with status code 403, with default header values.

Forbidden

func NewPostUserSsoVerifyForbidden

func NewPostUserSsoVerifyForbidden() *PostUserSsoVerifyForbidden

NewPostUserSsoVerifyForbidden creates a PostUserSsoVerifyForbidden with default headers values

func (*PostUserSsoVerifyForbidden) Error

func (*PostUserSsoVerifyForbidden) GetPayload

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

type PostUserSsoVerifyInternalServerError

type PostUserSsoVerifyInternalServerError struct {
	Payload *models.Error
}
PostUserSsoVerifyInternalServerError describes a response with status code 500, with default header values.

Internal Server Error

func NewPostUserSsoVerifyInternalServerError

func NewPostUserSsoVerifyInternalServerError() *PostUserSsoVerifyInternalServerError

NewPostUserSsoVerifyInternalServerError creates a PostUserSsoVerifyInternalServerError with default headers values

func (*PostUserSsoVerifyInternalServerError) Error

func (*PostUserSsoVerifyInternalServerError) GetPayload

type PostUserSsoVerifyOK

type PostUserSsoVerifyOK struct {
	Payload *models.SsoUserSchema
}
PostUserSsoVerifyOK describes a response with status code 200, with default header values.

Successful

func NewPostUserSsoVerifyOK

func NewPostUserSsoVerifyOK() *PostUserSsoVerifyOK

NewPostUserSsoVerifyOK creates a PostUserSsoVerifyOK with default headers values

func (*PostUserSsoVerifyOK) Error

func (o *PostUserSsoVerifyOK) Error() string

func (*PostUserSsoVerifyOK) GetPayload

func (o *PostUserSsoVerifyOK) GetPayload() *models.SsoUserSchema

type PostUserSsoVerifyParams

type PostUserSsoVerifyParams struct {

	// Body.
	Body *models.SsoRequest

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

PostUserSsoVerifyParams contains all the parameters to send to the API endpoint

for the post user sso verify operation.

Typically these are written to a http.Request.

func NewPostUserSsoVerifyParams

func NewPostUserSsoVerifyParams() *PostUserSsoVerifyParams

NewPostUserSsoVerifyParams creates a new PostUserSsoVerifyParams 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 NewPostUserSsoVerifyParamsWithContext

func NewPostUserSsoVerifyParamsWithContext(ctx context.Context) *PostUserSsoVerifyParams

NewPostUserSsoVerifyParamsWithContext creates a new PostUserSsoVerifyParams object with the ability to set a context for a request.

func NewPostUserSsoVerifyParamsWithHTTPClient

func NewPostUserSsoVerifyParamsWithHTTPClient(client *http.Client) *PostUserSsoVerifyParams

NewPostUserSsoVerifyParamsWithHTTPClient creates a new PostUserSsoVerifyParams object with the ability to set a custom HTTPClient for a request.

func NewPostUserSsoVerifyParamsWithTimeout

func NewPostUserSsoVerifyParamsWithTimeout(timeout time.Duration) *PostUserSsoVerifyParams

NewPostUserSsoVerifyParamsWithTimeout creates a new PostUserSsoVerifyParams object with the ability to set a timeout on a request.

func (*PostUserSsoVerifyParams) SetBody

func (o *PostUserSsoVerifyParams) SetBody(body *models.SsoRequest)

SetBody adds the body to the post user sso verify params

func (*PostUserSsoVerifyParams) SetContext

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

SetContext adds the context to the post user sso verify params

func (*PostUserSsoVerifyParams) SetDefaults

func (o *PostUserSsoVerifyParams) SetDefaults()

SetDefaults hydrates default values in the post user sso verify params (not the query body).

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

func (*PostUserSsoVerifyParams) SetHTTPClient

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

SetHTTPClient adds the HTTPClient to the post user sso verify params

func (*PostUserSsoVerifyParams) SetTimeout

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

SetTimeout adds the timeout to the post user sso verify params

func (*PostUserSsoVerifyParams) WithBody

WithBody adds the body to the post user sso verify params

func (*PostUserSsoVerifyParams) WithContext

WithContext adds the context to the post user sso verify params

func (*PostUserSsoVerifyParams) WithDefaults

WithDefaults hydrates default values in the post user sso verify params (not the query body).

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

func (*PostUserSsoVerifyParams) WithHTTPClient

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

WithHTTPClient adds the HTTPClient to the post user sso verify params

func (*PostUserSsoVerifyParams) WithTimeout

WithTimeout adds the timeout to the post user sso verify params

func (*PostUserSsoVerifyParams) WriteToRequest

WriteToRequest writes these params to a swagger request

type PostUserSsoVerifyReader

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

PostUserSsoVerifyReader is a Reader for the PostUserSsoVerify structure.

func (*PostUserSsoVerifyReader) ReadResponse

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

ReadResponse reads a server response into the received o.

type PostUserSsoVerifyUnauthorized

type PostUserSsoVerifyUnauthorized struct {
	Payload *models.Error
}
PostUserSsoVerifyUnauthorized describes a response with status code 401, with default header values.

Unauthorized

func NewPostUserSsoVerifyUnauthorized

func NewPostUserSsoVerifyUnauthorized() *PostUserSsoVerifyUnauthorized

NewPostUserSsoVerifyUnauthorized creates a PostUserSsoVerifyUnauthorized with default headers values

func (*PostUserSsoVerifyUnauthorized) Error

func (*PostUserSsoVerifyUnauthorized) GetPayload

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

type PutAccessgroupsSitesGroupidBadRequest

type PutAccessgroupsSitesGroupidBadRequest struct {
	Payload *models.Error
}
PutAccessgroupsSitesGroupidBadRequest describes a response with status code 400, with default header values.

Bad Request

func NewPutAccessgroupsSitesGroupidBadRequest

func NewPutAccessgroupsSitesGroupidBadRequest() *PutAccessgroupsSitesGroupidBadRequest

NewPutAccessgroupsSitesGroupidBadRequest creates a PutAccessgroupsSitesGroupidBadRequest with default headers values

func (*PutAccessgroupsSitesGroupidBadRequest) Error

func (*PutAccessgroupsSitesGroupidBadRequest) GetPayload

type PutAccessgroupsSitesGroupidConflict

type PutAccessgroupsSitesGroupidConflict struct {
	Payload *models.Error
}
PutAccessgroupsSitesGroupidConflict describes a response with status code 409, with default header values.

Conflict

func NewPutAccessgroupsSitesGroupidConflict

func NewPutAccessgroupsSitesGroupidConflict() *PutAccessgroupsSitesGroupidConflict

NewPutAccessgroupsSitesGroupidConflict creates a PutAccessgroupsSitesGroupidConflict with default headers values

func (*PutAccessgroupsSitesGroupidConflict) Error

func (*PutAccessgroupsSitesGroupidConflict) GetPayload

type PutAccessgroupsSitesGroupidForbidden

type PutAccessgroupsSitesGroupidForbidden struct {
	Payload *models.Error
}
PutAccessgroupsSitesGroupidForbidden describes a response with status code 403, with default header values.

Forbidden

func NewPutAccessgroupsSitesGroupidForbidden

func NewPutAccessgroupsSitesGroupidForbidden() *PutAccessgroupsSitesGroupidForbidden

NewPutAccessgroupsSitesGroupidForbidden creates a PutAccessgroupsSitesGroupidForbidden with default headers values

func (*PutAccessgroupsSitesGroupidForbidden) Error

func (*PutAccessgroupsSitesGroupidForbidden) GetPayload

type PutAccessgroupsSitesGroupidInternalServerError

type PutAccessgroupsSitesGroupidInternalServerError struct {
	Payload *models.Error
}
PutAccessgroupsSitesGroupidInternalServerError describes a response with status code 500, with default header values.

Internal Server Error

func NewPutAccessgroupsSitesGroupidInternalServerError

func NewPutAccessgroupsSitesGroupidInternalServerError() *PutAccessgroupsSitesGroupidInternalServerError

NewPutAccessgroupsSitesGroupidInternalServerError creates a PutAccessgroupsSitesGroupidInternalServerError with default headers values

func (*PutAccessgroupsSitesGroupidInternalServerError) Error

func (*PutAccessgroupsSitesGroupidInternalServerError) GetPayload

type PutAccessgroupsSitesGroupidNotFound

type PutAccessgroupsSitesGroupidNotFound struct {
	Payload *models.Error
}
PutAccessgroupsSitesGroupidNotFound describes a response with status code 404, with default header values.

Not Found

func NewPutAccessgroupsSitesGroupidNotFound

func NewPutAccessgroupsSitesGroupidNotFound() *PutAccessgroupsSitesGroupidNotFound

NewPutAccessgroupsSitesGroupidNotFound creates a PutAccessgroupsSitesGroupidNotFound with default headers values

func (*PutAccessgroupsSitesGroupidNotFound) Error

func (*PutAccessgroupsSitesGroupidNotFound) GetPayload

type PutAccessgroupsSitesGroupidOK

type PutAccessgroupsSitesGroupidOK struct {
	Payload *models.SiteAccessGroup
}
PutAccessgroupsSitesGroupidOK describes a response with status code 200, with default header values.

Successful

func NewPutAccessgroupsSitesGroupidOK

func NewPutAccessgroupsSitesGroupidOK() *PutAccessgroupsSitesGroupidOK

NewPutAccessgroupsSitesGroupidOK creates a PutAccessgroupsSitesGroupidOK with default headers values

func (*PutAccessgroupsSitesGroupidOK) Error

func (*PutAccessgroupsSitesGroupidOK) GetPayload

type PutAccessgroupsSitesGroupidParams

type PutAccessgroupsSitesGroupidParams struct {

	// Body.
	Body *models.RequestSiteAccessGroup

	// GroupID.
	GroupID string

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

PutAccessgroupsSitesGroupidParams contains all the parameters to send to the API endpoint

for the put accessgroups sites groupid operation.

Typically these are written to a http.Request.

func NewPutAccessgroupsSitesGroupidParams

func NewPutAccessgroupsSitesGroupidParams() *PutAccessgroupsSitesGroupidParams

NewPutAccessgroupsSitesGroupidParams creates a new PutAccessgroupsSitesGroupidParams 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 NewPutAccessgroupsSitesGroupidParamsWithContext

func NewPutAccessgroupsSitesGroupidParamsWithContext(ctx context.Context) *PutAccessgroupsSitesGroupidParams

NewPutAccessgroupsSitesGroupidParamsWithContext creates a new PutAccessgroupsSitesGroupidParams object with the ability to set a context for a request.

func NewPutAccessgroupsSitesGroupidParamsWithHTTPClient

func NewPutAccessgroupsSitesGroupidParamsWithHTTPClient(client *http.Client) *PutAccessgroupsSitesGroupidParams

NewPutAccessgroupsSitesGroupidParamsWithHTTPClient creates a new PutAccessgroupsSitesGroupidParams object with the ability to set a custom HTTPClient for a request.

func NewPutAccessgroupsSitesGroupidParamsWithTimeout

func NewPutAccessgroupsSitesGroupidParamsWithTimeout(timeout time.Duration) *PutAccessgroupsSitesGroupidParams

NewPutAccessgroupsSitesGroupidParamsWithTimeout creates a new PutAccessgroupsSitesGroupidParams object with the ability to set a timeout on a request.

func (*PutAccessgroupsSitesGroupidParams) SetBody

SetBody adds the body to the put accessgroups sites groupid params

func (*PutAccessgroupsSitesGroupidParams) SetContext

SetContext adds the context to the put accessgroups sites groupid params

func (*PutAccessgroupsSitesGroupidParams) SetDefaults

func (o *PutAccessgroupsSitesGroupidParams) SetDefaults()

SetDefaults hydrates default values in the put accessgroups sites groupid params (not the query body).

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

func (*PutAccessgroupsSitesGroupidParams) SetGroupID

func (o *PutAccessgroupsSitesGroupidParams) SetGroupID(groupID string)

SetGroupID adds the groupId to the put accessgroups sites groupid params

func (*PutAccessgroupsSitesGroupidParams) SetHTTPClient

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

SetHTTPClient adds the HTTPClient to the put accessgroups sites groupid params

func (*PutAccessgroupsSitesGroupidParams) SetTimeout

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

SetTimeout adds the timeout to the put accessgroups sites groupid params

func (*PutAccessgroupsSitesGroupidParams) WithBody

WithBody adds the body to the put accessgroups sites groupid params

func (*PutAccessgroupsSitesGroupidParams) WithContext

WithContext adds the context to the put accessgroups sites groupid params

func (*PutAccessgroupsSitesGroupidParams) WithDefaults

WithDefaults hydrates default values in the put accessgroups sites groupid params (not the query body).

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

func (*PutAccessgroupsSitesGroupidParams) WithGroupID

WithGroupID adds the groupID to the put accessgroups sites groupid params

func (*PutAccessgroupsSitesGroupidParams) WithHTTPClient

WithHTTPClient adds the HTTPClient to the put accessgroups sites groupid params

func (*PutAccessgroupsSitesGroupidParams) WithTimeout

WithTimeout adds the timeout to the put accessgroups sites groupid params

func (*PutAccessgroupsSitesGroupidParams) WriteToRequest

WriteToRequest writes these params to a swagger request

type PutAccessgroupsSitesGroupidReader

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

PutAccessgroupsSitesGroupidReader is a Reader for the PutAccessgroupsSitesGroupid structure.

func (*PutAccessgroupsSitesGroupidReader) ReadResponse

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

ReadResponse reads a server response into the received o.

type PutAccessgroupsSitesGroupidSiteidBadRequest

type PutAccessgroupsSitesGroupidSiteidBadRequest struct {
	Payload *models.Error
}
PutAccessgroupsSitesGroupidSiteidBadRequest describes a response with status code 400, with default header values.

Bad Request

func NewPutAccessgroupsSitesGroupidSiteidBadRequest

func NewPutAccessgroupsSitesGroupidSiteidBadRequest() *PutAccessgroupsSitesGroupidSiteidBadRequest

NewPutAccessgroupsSitesGroupidSiteidBadRequest creates a PutAccessgroupsSitesGroupidSiteidBadRequest with default headers values

func (*PutAccessgroupsSitesGroupidSiteidBadRequest) Error

func (*PutAccessgroupsSitesGroupidSiteidBadRequest) GetPayload

type PutAccessgroupsSitesGroupidSiteidConflict

type PutAccessgroupsSitesGroupidSiteidConflict struct {
	Payload *models.Error
}
PutAccessgroupsSitesGroupidSiteidConflict describes a response with status code 409, with default header values.

Conflict

func NewPutAccessgroupsSitesGroupidSiteidConflict

func NewPutAccessgroupsSitesGroupidSiteidConflict() *PutAccessgroupsSitesGroupidSiteidConflict

NewPutAccessgroupsSitesGroupidSiteidConflict creates a PutAccessgroupsSitesGroupidSiteidConflict with default headers values

func (*PutAccessgroupsSitesGroupidSiteidConflict) Error

func (*PutAccessgroupsSitesGroupidSiteidConflict) GetPayload

type PutAccessgroupsSitesGroupidSiteidForbidden

type PutAccessgroupsSitesGroupidSiteidForbidden struct {
	Payload *models.Error
}
PutAccessgroupsSitesGroupidSiteidForbidden describes a response with status code 403, with default header values.

Forbidden

func NewPutAccessgroupsSitesGroupidSiteidForbidden

func NewPutAccessgroupsSitesGroupidSiteidForbidden() *PutAccessgroupsSitesGroupidSiteidForbidden

NewPutAccessgroupsSitesGroupidSiteidForbidden creates a PutAccessgroupsSitesGroupidSiteidForbidden with default headers values

func (*PutAccessgroupsSitesGroupidSiteidForbidden) Error

func (*PutAccessgroupsSitesGroupidSiteidForbidden) GetPayload

type PutAccessgroupsSitesGroupidSiteidInternalServerError

type PutAccessgroupsSitesGroupidSiteidInternalServerError struct {
	Payload *models.Error
}
PutAccessgroupsSitesGroupidSiteidInternalServerError describes a response with status code 500, with default header values.

Internal Server Error

func NewPutAccessgroupsSitesGroupidSiteidInternalServerError

func NewPutAccessgroupsSitesGroupidSiteidInternalServerError() *PutAccessgroupsSitesGroupidSiteidInternalServerError

NewPutAccessgroupsSitesGroupidSiteidInternalServerError creates a PutAccessgroupsSitesGroupidSiteidInternalServerError with default headers values

func (*PutAccessgroupsSitesGroupidSiteidInternalServerError) Error

func (*PutAccessgroupsSitesGroupidSiteidInternalServerError) GetPayload

type PutAccessgroupsSitesGroupidSiteidNotFound

type PutAccessgroupsSitesGroupidSiteidNotFound struct {
	Payload *models.Error
}
PutAccessgroupsSitesGroupidSiteidNotFound describes a response with status code 404, with default header values.

Not Found

func NewPutAccessgroupsSitesGroupidSiteidNotFound

func NewPutAccessgroupsSitesGroupidSiteidNotFound() *PutAccessgroupsSitesGroupidSiteidNotFound

NewPutAccessgroupsSitesGroupidSiteidNotFound creates a PutAccessgroupsSitesGroupidSiteidNotFound with default headers values

func (*PutAccessgroupsSitesGroupidSiteidNotFound) Error

func (*PutAccessgroupsSitesGroupidSiteidNotFound) GetPayload

type PutAccessgroupsSitesGroupidSiteidOK

type PutAccessgroupsSitesGroupidSiteidOK struct {
	Payload *models.Status
}
PutAccessgroupsSitesGroupidSiteidOK describes a response with status code 200, with default header values.

Successful

func NewPutAccessgroupsSitesGroupidSiteidOK

func NewPutAccessgroupsSitesGroupidSiteidOK() *PutAccessgroupsSitesGroupidSiteidOK

NewPutAccessgroupsSitesGroupidSiteidOK creates a PutAccessgroupsSitesGroupidSiteidOK with default headers values

func (*PutAccessgroupsSitesGroupidSiteidOK) Error

func (*PutAccessgroupsSitesGroupidSiteidOK) GetPayload

type PutAccessgroupsSitesGroupidSiteidParams

type PutAccessgroupsSitesGroupidSiteidParams struct {

	// Body.
	Body *models.RequestSiteAccessGroupSingleSite

	// GroupID.
	GroupID string

	// SiteID.
	SiteID string

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

PutAccessgroupsSitesGroupidSiteidParams contains all the parameters to send to the API endpoint

for the put accessgroups sites groupid siteid operation.

Typically these are written to a http.Request.

func NewPutAccessgroupsSitesGroupidSiteidParams

func NewPutAccessgroupsSitesGroupidSiteidParams() *PutAccessgroupsSitesGroupidSiteidParams

NewPutAccessgroupsSitesGroupidSiteidParams creates a new PutAccessgroupsSitesGroupidSiteidParams 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 NewPutAccessgroupsSitesGroupidSiteidParamsWithContext

func NewPutAccessgroupsSitesGroupidSiteidParamsWithContext(ctx context.Context) *PutAccessgroupsSitesGroupidSiteidParams

NewPutAccessgroupsSitesGroupidSiteidParamsWithContext creates a new PutAccessgroupsSitesGroupidSiteidParams object with the ability to set a context for a request.

func NewPutAccessgroupsSitesGroupidSiteidParamsWithHTTPClient

func NewPutAccessgroupsSitesGroupidSiteidParamsWithHTTPClient(client *http.Client) *PutAccessgroupsSitesGroupidSiteidParams

NewPutAccessgroupsSitesGroupidSiteidParamsWithHTTPClient creates a new PutAccessgroupsSitesGroupidSiteidParams object with the ability to set a custom HTTPClient for a request.

func NewPutAccessgroupsSitesGroupidSiteidParamsWithTimeout

func NewPutAccessgroupsSitesGroupidSiteidParamsWithTimeout(timeout time.Duration) *PutAccessgroupsSitesGroupidSiteidParams

NewPutAccessgroupsSitesGroupidSiteidParamsWithTimeout creates a new PutAccessgroupsSitesGroupidSiteidParams object with the ability to set a timeout on a request.

func (*PutAccessgroupsSitesGroupidSiteidParams) SetBody

SetBody adds the body to the put accessgroups sites groupid siteid params

func (*PutAccessgroupsSitesGroupidSiteidParams) SetContext

SetContext adds the context to the put accessgroups sites groupid siteid params

func (*PutAccessgroupsSitesGroupidSiteidParams) SetDefaults

func (o *PutAccessgroupsSitesGroupidSiteidParams) SetDefaults()

SetDefaults hydrates default values in the put accessgroups sites groupid siteid params (not the query body).

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

func (*PutAccessgroupsSitesGroupidSiteidParams) SetGroupID

func (o *PutAccessgroupsSitesGroupidSiteidParams) SetGroupID(groupID string)

SetGroupID adds the groupId to the put accessgroups sites groupid siteid params

func (*PutAccessgroupsSitesGroupidSiteidParams) SetHTTPClient

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

SetHTTPClient adds the HTTPClient to the put accessgroups sites groupid siteid params

func (*PutAccessgroupsSitesGroupidSiteidParams) SetSiteID

func (o *PutAccessgroupsSitesGroupidSiteidParams) SetSiteID(siteID string)

SetSiteID adds the siteId to the put accessgroups sites groupid siteid params

func (*PutAccessgroupsSitesGroupidSiteidParams) SetTimeout

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

SetTimeout adds the timeout to the put accessgroups sites groupid siteid params

func (*PutAccessgroupsSitesGroupidSiteidParams) WithBody

WithBody adds the body to the put accessgroups sites groupid siteid params

func (*PutAccessgroupsSitesGroupidSiteidParams) WithContext

WithContext adds the context to the put accessgroups sites groupid siteid params

func (*PutAccessgroupsSitesGroupidSiteidParams) WithDefaults

WithDefaults hydrates default values in the put accessgroups sites groupid siteid params (not the query body).

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

func (*PutAccessgroupsSitesGroupidSiteidParams) WithGroupID

WithGroupID adds the groupID to the put accessgroups sites groupid siteid params

func (*PutAccessgroupsSitesGroupidSiteidParams) WithHTTPClient

WithHTTPClient adds the HTTPClient to the put accessgroups sites groupid siteid params

func (*PutAccessgroupsSitesGroupidSiteidParams) WithSiteID

WithSiteID adds the siteID to the put accessgroups sites groupid siteid params

func (*PutAccessgroupsSitesGroupidSiteidParams) WithTimeout

WithTimeout adds the timeout to the put accessgroups sites groupid siteid params

func (*PutAccessgroupsSitesGroupidSiteidParams) WriteToRequest

WriteToRequest writes these params to a swagger request

type PutAccessgroupsSitesGroupidSiteidReader

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

PutAccessgroupsSitesGroupidSiteidReader is a Reader for the PutAccessgroupsSitesGroupidSiteid structure.

func (*PutAccessgroupsSitesGroupidSiteidReader) ReadResponse

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

ReadResponse reads a server response into the received o.

type PutAccessgroupsSitesGroupidSiteidUnauthorized

type PutAccessgroupsSitesGroupidSiteidUnauthorized struct {
	Payload *models.Error
}
PutAccessgroupsSitesGroupidSiteidUnauthorized describes a response with status code 401, with default header values.

Unauthorized

func NewPutAccessgroupsSitesGroupidSiteidUnauthorized

func NewPutAccessgroupsSitesGroupidSiteidUnauthorized() *PutAccessgroupsSitesGroupidSiteidUnauthorized

NewPutAccessgroupsSitesGroupidSiteidUnauthorized creates a PutAccessgroupsSitesGroupidSiteidUnauthorized with default headers values

func (*PutAccessgroupsSitesGroupidSiteidUnauthorized) Error

func (*PutAccessgroupsSitesGroupidSiteidUnauthorized) GetPayload

type PutAccessgroupsSitesGroupidUnauthorized

type PutAccessgroupsSitesGroupidUnauthorized struct {
	Payload *models.Error
}
PutAccessgroupsSitesGroupidUnauthorized describes a response with status code 401, with default header values.

Unauthorized

func NewPutAccessgroupsSitesGroupidUnauthorized

func NewPutAccessgroupsSitesGroupidUnauthorized() *PutAccessgroupsSitesGroupidUnauthorized

NewPutAccessgroupsSitesGroupidUnauthorized creates a PutAccessgroupsSitesGroupidUnauthorized with default headers values

func (*PutAccessgroupsSitesGroupidUnauthorized) Error

func (*PutAccessgroupsSitesGroupidUnauthorized) GetPayload

type PutUserBadRequest

type PutUserBadRequest struct {
	Payload *models.Error
}
PutUserBadRequest describes a response with status code 400, with default header values.

Bad Request

func NewPutUserBadRequest

func NewPutUserBadRequest() *PutUserBadRequest

NewPutUserBadRequest creates a PutUserBadRequest with default headers values

func (*PutUserBadRequest) Error

func (o *PutUserBadRequest) Error() string

func (*PutUserBadRequest) GetPayload

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

type PutUserDisabledtotpauthBadRequest

type PutUserDisabledtotpauthBadRequest struct {
	Payload *models.Error
}
PutUserDisabledtotpauthBadRequest describes a response with status code 400, with default header values.

Bad Request

func NewPutUserDisabledtotpauthBadRequest

func NewPutUserDisabledtotpauthBadRequest() *PutUserDisabledtotpauthBadRequest

NewPutUserDisabledtotpauthBadRequest creates a PutUserDisabledtotpauthBadRequest with default headers values

func (*PutUserDisabledtotpauthBadRequest) Error

func (*PutUserDisabledtotpauthBadRequest) GetPayload

type PutUserDisabledtotpauthForbidden

type PutUserDisabledtotpauthForbidden struct {
	Payload *models.Error
}
PutUserDisabledtotpauthForbidden describes a response with status code 403, with default header values.

Forbidden

func NewPutUserDisabledtotpauthForbidden

func NewPutUserDisabledtotpauthForbidden() *PutUserDisabledtotpauthForbidden

NewPutUserDisabledtotpauthForbidden creates a PutUserDisabledtotpauthForbidden with default headers values

func (*PutUserDisabledtotpauthForbidden) Error

func (*PutUserDisabledtotpauthForbidden) GetPayload

type PutUserDisabledtotpauthInternalServerError

type PutUserDisabledtotpauthInternalServerError struct {
	Payload *models.Error
}
PutUserDisabledtotpauthInternalServerError describes a response with status code 500, with default header values.

Internal Server Error

func NewPutUserDisabledtotpauthInternalServerError

func NewPutUserDisabledtotpauthInternalServerError() *PutUserDisabledtotpauthInternalServerError

NewPutUserDisabledtotpauthInternalServerError creates a PutUserDisabledtotpauthInternalServerError with default headers values

func (*PutUserDisabledtotpauthInternalServerError) Error

func (*PutUserDisabledtotpauthInternalServerError) GetPayload

type PutUserDisabledtotpauthOK

type PutUserDisabledtotpauthOK struct {
	Payload *models.User
}
PutUserDisabledtotpauthOK describes a response with status code 200, with default header values.

Successful

func NewPutUserDisabledtotpauthOK

func NewPutUserDisabledtotpauthOK() *PutUserDisabledtotpauthOK

NewPutUserDisabledtotpauthOK creates a PutUserDisabledtotpauthOK with default headers values

func (*PutUserDisabledtotpauthOK) Error

func (o *PutUserDisabledtotpauthOK) Error() string

func (*PutUserDisabledtotpauthOK) GetPayload

func (o *PutUserDisabledtotpauthOK) GetPayload() *models.User

type PutUserDisabledtotpauthParams

type PutUserDisabledtotpauthParams struct {

	// Body.
	Body *models.VerifyPasswordAction

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

PutUserDisabledtotpauthParams contains all the parameters to send to the API endpoint

for the put user disabledtotpauth operation.

Typically these are written to a http.Request.

func NewPutUserDisabledtotpauthParams

func NewPutUserDisabledtotpauthParams() *PutUserDisabledtotpauthParams

NewPutUserDisabledtotpauthParams creates a new PutUserDisabledtotpauthParams 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 NewPutUserDisabledtotpauthParamsWithContext

func NewPutUserDisabledtotpauthParamsWithContext(ctx context.Context) *PutUserDisabledtotpauthParams

NewPutUserDisabledtotpauthParamsWithContext creates a new PutUserDisabledtotpauthParams object with the ability to set a context for a request.

func NewPutUserDisabledtotpauthParamsWithHTTPClient

func NewPutUserDisabledtotpauthParamsWithHTTPClient(client *http.Client) *PutUserDisabledtotpauthParams

NewPutUserDisabledtotpauthParamsWithHTTPClient creates a new PutUserDisabledtotpauthParams object with the ability to set a custom HTTPClient for a request.

func NewPutUserDisabledtotpauthParamsWithTimeout

func NewPutUserDisabledtotpauthParamsWithTimeout(timeout time.Duration) *PutUserDisabledtotpauthParams

NewPutUserDisabledtotpauthParamsWithTimeout creates a new PutUserDisabledtotpauthParams object with the ability to set a timeout on a request.

func (*PutUserDisabledtotpauthParams) SetBody

SetBody adds the body to the put user disabledtotpauth params

func (*PutUserDisabledtotpauthParams) SetContext

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

SetContext adds the context to the put user disabledtotpauth params

func (*PutUserDisabledtotpauthParams) SetDefaults

func (o *PutUserDisabledtotpauthParams) SetDefaults()

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

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

func (*PutUserDisabledtotpauthParams) SetHTTPClient

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

SetHTTPClient adds the HTTPClient to the put user disabledtotpauth params

func (*PutUserDisabledtotpauthParams) SetTimeout

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

SetTimeout adds the timeout to the put user disabledtotpauth params

func (*PutUserDisabledtotpauthParams) WithBody

WithBody adds the body to the put user disabledtotpauth params

func (*PutUserDisabledtotpauthParams) WithContext

WithContext adds the context to the put user disabledtotpauth params

func (*PutUserDisabledtotpauthParams) WithDefaults

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

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

func (*PutUserDisabledtotpauthParams) WithHTTPClient

WithHTTPClient adds the HTTPClient to the put user disabledtotpauth params

func (*PutUserDisabledtotpauthParams) WithTimeout

WithTimeout adds the timeout to the put user disabledtotpauth params

func (*PutUserDisabledtotpauthParams) WriteToRequest

WriteToRequest writes these params to a swagger request

type PutUserDisabledtotpauthReader

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

PutUserDisabledtotpauthReader is a Reader for the PutUserDisabledtotpauth structure.

func (*PutUserDisabledtotpauthReader) ReadResponse

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

ReadResponse reads a server response into the received o.

type PutUserDisabledtotpauthUnauthorized

type PutUserDisabledtotpauthUnauthorized struct {
	Payload *models.Error
}
PutUserDisabledtotpauthUnauthorized describes a response with status code 401, with default header values.

Unauthorized

func NewPutUserDisabledtotpauthUnauthorized

func NewPutUserDisabledtotpauthUnauthorized() *PutUserDisabledtotpauthUnauthorized

NewPutUserDisabledtotpauthUnauthorized creates a PutUserDisabledtotpauthUnauthorized with default headers values

func (*PutUserDisabledtotpauthUnauthorized) Error

func (*PutUserDisabledtotpauthUnauthorized) GetPayload

type PutUserForbidden

type PutUserForbidden struct {
	Payload *models.Error
}
PutUserForbidden describes a response with status code 403, with default header values.

Forbidden

func NewPutUserForbidden

func NewPutUserForbidden() *PutUserForbidden

NewPutUserForbidden creates a PutUserForbidden with default headers values

func (*PutUserForbidden) Error

func (o *PutUserForbidden) Error() string

func (*PutUserForbidden) GetPayload

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

type PutUserInternalServerError

type PutUserInternalServerError struct {
	Payload *models.Error
}
PutUserInternalServerError describes a response with status code 500, with default header values.

Internal Server Error

func NewPutUserInternalServerError

func NewPutUserInternalServerError() *PutUserInternalServerError

NewPutUserInternalServerError creates a PutUserInternalServerError with default headers values

func (*PutUserInternalServerError) Error

func (*PutUserInternalServerError) GetPayload

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

type PutUserOK

type PutUserOK struct {
	Payload *models.User
}
PutUserOK describes a response with status code 200, with default header values.

Successful

func NewPutUserOK

func NewPutUserOK() *PutUserOK

NewPutUserOK creates a PutUserOK with default headers values

func (*PutUserOK) Error

func (o *PutUserOK) Error() string

func (*PutUserOK) GetPayload

func (o *PutUserOK) GetPayload() *models.User

type PutUserParams

type PutUserParams struct {

	// Body.
	Body *models.EditUser

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

PutUserParams contains all the parameters to send to the API endpoint

for the put user operation.

Typically these are written to a http.Request.

func NewPutUserParams

func NewPutUserParams() *PutUserParams

NewPutUserParams creates a new PutUserParams 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 NewPutUserParamsWithContext

func NewPutUserParamsWithContext(ctx context.Context) *PutUserParams

NewPutUserParamsWithContext creates a new PutUserParams object with the ability to set a context for a request.

func NewPutUserParamsWithHTTPClient

func NewPutUserParamsWithHTTPClient(client *http.Client) *PutUserParams

NewPutUserParamsWithHTTPClient creates a new PutUserParams object with the ability to set a custom HTTPClient for a request.

func NewPutUserParamsWithTimeout

func NewPutUserParamsWithTimeout(timeout time.Duration) *PutUserParams

NewPutUserParamsWithTimeout creates a new PutUserParams object with the ability to set a timeout on a request.

func (*PutUserParams) SetBody

func (o *PutUserParams) SetBody(body *models.EditUser)

SetBody adds the body to the put user params

func (*PutUserParams) SetContext

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

SetContext adds the context to the put user params

func (*PutUserParams) SetDefaults

func (o *PutUserParams) SetDefaults()

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

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

func (*PutUserParams) SetHTTPClient

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

SetHTTPClient adds the HTTPClient to the put user params

func (*PutUserParams) SetTimeout

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

SetTimeout adds the timeout to the put user params

func (*PutUserParams) WithBody

func (o *PutUserParams) WithBody(body *models.EditUser) *PutUserParams

WithBody adds the body to the put user params

func (*PutUserParams) WithContext

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

WithContext adds the context to the put user params

func (*PutUserParams) WithDefaults

func (o *PutUserParams) WithDefaults() *PutUserParams

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

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

func (*PutUserParams) WithHTTPClient

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

WithHTTPClient adds the HTTPClient to the put user params

func (*PutUserParams) WithTimeout

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

WithTimeout adds the timeout to the put user params

func (*PutUserParams) WriteToRequest

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

WriteToRequest writes these params to a swagger request

type PutUserPreferencesBadRequest

type PutUserPreferencesBadRequest struct {
	Payload *models.Error
}
PutUserPreferencesBadRequest describes a response with status code 400, with default header values.

Bad Request

func NewPutUserPreferencesBadRequest

func NewPutUserPreferencesBadRequest() *PutUserPreferencesBadRequest

NewPutUserPreferencesBadRequest creates a PutUserPreferencesBadRequest with default headers values

func (*PutUserPreferencesBadRequest) Error

func (*PutUserPreferencesBadRequest) GetPayload

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

type PutUserPreferencesForbidden

type PutUserPreferencesForbidden struct {
	Payload *models.Error
}
PutUserPreferencesForbidden describes a response with status code 403, with default header values.

Forbidden

func NewPutUserPreferencesForbidden

func NewPutUserPreferencesForbidden() *PutUserPreferencesForbidden

NewPutUserPreferencesForbidden creates a PutUserPreferencesForbidden with default headers values

func (*PutUserPreferencesForbidden) Error

func (*PutUserPreferencesForbidden) GetPayload

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

type PutUserPreferencesInternalServerError

type PutUserPreferencesInternalServerError struct {
	Payload *models.Error
}
PutUserPreferencesInternalServerError describes a response with status code 500, with default header values.

Internal Server Error

func NewPutUserPreferencesInternalServerError

func NewPutUserPreferencesInternalServerError() *PutUserPreferencesInternalServerError

NewPutUserPreferencesInternalServerError creates a PutUserPreferencesInternalServerError with default headers values

func (*PutUserPreferencesInternalServerError) Error

func (*PutUserPreferencesInternalServerError) GetPayload

type PutUserPreferencesOK

type PutUserPreferencesOK struct {
	Payload *models.User
}
PutUserPreferencesOK describes a response with status code 200, with default header values.

Successful

func NewPutUserPreferencesOK

func NewPutUserPreferencesOK() *PutUserPreferencesOK

NewPutUserPreferencesOK creates a PutUserPreferencesOK with default headers values

func (*PutUserPreferencesOK) Error

func (o *PutUserPreferencesOK) Error() string

func (*PutUserPreferencesOK) GetPayload

func (o *PutUserPreferencesOK) GetPayload() *models.User

type PutUserPreferencesParams

type PutUserPreferencesParams struct {

	// Body.
	Body *models.EditUserPreferences

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

PutUserPreferencesParams contains all the parameters to send to the API endpoint

for the put user preferences operation.

Typically these are written to a http.Request.

func NewPutUserPreferencesParams

func NewPutUserPreferencesParams() *PutUserPreferencesParams

NewPutUserPreferencesParams creates a new PutUserPreferencesParams 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 NewPutUserPreferencesParamsWithContext

func NewPutUserPreferencesParamsWithContext(ctx context.Context) *PutUserPreferencesParams

NewPutUserPreferencesParamsWithContext creates a new PutUserPreferencesParams object with the ability to set a context for a request.

func NewPutUserPreferencesParamsWithHTTPClient

func NewPutUserPreferencesParamsWithHTTPClient(client *http.Client) *PutUserPreferencesParams

NewPutUserPreferencesParamsWithHTTPClient creates a new PutUserPreferencesParams object with the ability to set a custom HTTPClient for a request.

func NewPutUserPreferencesParamsWithTimeout

func NewPutUserPreferencesParamsWithTimeout(timeout time.Duration) *PutUserPreferencesParams

NewPutUserPreferencesParamsWithTimeout creates a new PutUserPreferencesParams object with the ability to set a timeout on a request.

func (*PutUserPreferencesParams) SetBody

SetBody adds the body to the put user preferences params

func (*PutUserPreferencesParams) SetContext

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

SetContext adds the context to the put user preferences params

func (*PutUserPreferencesParams) SetDefaults

func (o *PutUserPreferencesParams) SetDefaults()

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

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

func (*PutUserPreferencesParams) SetHTTPClient

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

SetHTTPClient adds the HTTPClient to the put user preferences params

func (*PutUserPreferencesParams) SetTimeout

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

SetTimeout adds the timeout to the put user preferences params

func (*PutUserPreferencesParams) WithBody

WithBody adds the body to the put user preferences params

func (*PutUserPreferencesParams) WithContext

WithContext adds the context to the put user preferences params

func (*PutUserPreferencesParams) WithDefaults

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

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

func (*PutUserPreferencesParams) WithHTTPClient

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

WithHTTPClient adds the HTTPClient to the put user preferences params

func (*PutUserPreferencesParams) WithTimeout

WithTimeout adds the timeout to the put user preferences params

func (*PutUserPreferencesParams) WriteToRequest

WriteToRequest writes these params to a swagger request

type PutUserPreferencesReader

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

PutUserPreferencesReader is a Reader for the PutUserPreferences structure.

func (*PutUserPreferencesReader) ReadResponse

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

ReadResponse reads a server response into the received o.

type PutUserPreferencesUnauthorized

type PutUserPreferencesUnauthorized struct {
	Payload *models.Error
}
PutUserPreferencesUnauthorized describes a response with status code 401, with default header values.

Unauthorized

func NewPutUserPreferencesUnauthorized

func NewPutUserPreferencesUnauthorized() *PutUserPreferencesUnauthorized

NewPutUserPreferencesUnauthorized creates a PutUserPreferencesUnauthorized with default headers values

func (*PutUserPreferencesUnauthorized) Error

func (*PutUserPreferencesUnauthorized) GetPayload

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

type PutUserReader

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

PutUserReader is a Reader for the PutUser structure.

func (*PutUserReader) ReadResponse

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

ReadResponse reads a server response into the received o.

type PutUserSsoEnableBadRequest

type PutUserSsoEnableBadRequest struct {
	Payload *models.Error
}
PutUserSsoEnableBadRequest describes a response with status code 400, with default header values.

Bad Request

func NewPutUserSsoEnableBadRequest

func NewPutUserSsoEnableBadRequest() *PutUserSsoEnableBadRequest

NewPutUserSsoEnableBadRequest creates a PutUserSsoEnableBadRequest with default headers values

func (*PutUserSsoEnableBadRequest) Error

func (*PutUserSsoEnableBadRequest) GetPayload

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

type PutUserSsoEnableForbidden

type PutUserSsoEnableForbidden struct {
	Payload *models.Error
}
PutUserSsoEnableForbidden describes a response with status code 403, with default header values.

Forbidden

func NewPutUserSsoEnableForbidden

func NewPutUserSsoEnableForbidden() *PutUserSsoEnableForbidden

NewPutUserSsoEnableForbidden creates a PutUserSsoEnableForbidden with default headers values

func (*PutUserSsoEnableForbidden) Error

func (o *PutUserSsoEnableForbidden) Error() string

func (*PutUserSsoEnableForbidden) GetPayload

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

type PutUserSsoEnableInternalServerError

type PutUserSsoEnableInternalServerError struct {
	Payload *models.Error
}
PutUserSsoEnableInternalServerError describes a response with status code 500, with default header values.

Internal Server Error

func NewPutUserSsoEnableInternalServerError

func NewPutUserSsoEnableInternalServerError() *PutUserSsoEnableInternalServerError

NewPutUserSsoEnableInternalServerError creates a PutUserSsoEnableInternalServerError with default headers values

func (*PutUserSsoEnableInternalServerError) Error

func (*PutUserSsoEnableInternalServerError) GetPayload

type PutUserSsoEnableOK

type PutUserSsoEnableOK struct {
	Payload *models.User
}
PutUserSsoEnableOK describes a response with status code 200, with default header values.

Successful

func NewPutUserSsoEnableOK

func NewPutUserSsoEnableOK() *PutUserSsoEnableOK

NewPutUserSsoEnableOK creates a PutUserSsoEnableOK with default headers values

func (*PutUserSsoEnableOK) Error

func (o *PutUserSsoEnableOK) Error() string

func (*PutUserSsoEnableOK) GetPayload

func (o *PutUserSsoEnableOK) GetPayload() *models.User

type PutUserSsoEnableParams

type PutUserSsoEnableParams struct {

	// Body.
	Body *models.EnableSso

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

PutUserSsoEnableParams contains all the parameters to send to the API endpoint

for the put user sso enable operation.

Typically these are written to a http.Request.

func NewPutUserSsoEnableParams

func NewPutUserSsoEnableParams() *PutUserSsoEnableParams

NewPutUserSsoEnableParams creates a new PutUserSsoEnableParams 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 NewPutUserSsoEnableParamsWithContext

func NewPutUserSsoEnableParamsWithContext(ctx context.Context) *PutUserSsoEnableParams

NewPutUserSsoEnableParamsWithContext creates a new PutUserSsoEnableParams object with the ability to set a context for a request.

func NewPutUserSsoEnableParamsWithHTTPClient

func NewPutUserSsoEnableParamsWithHTTPClient(client *http.Client) *PutUserSsoEnableParams

NewPutUserSsoEnableParamsWithHTTPClient creates a new PutUserSsoEnableParams object with the ability to set a custom HTTPClient for a request.

func NewPutUserSsoEnableParamsWithTimeout

func NewPutUserSsoEnableParamsWithTimeout(timeout time.Duration) *PutUserSsoEnableParams

NewPutUserSsoEnableParamsWithTimeout creates a new PutUserSsoEnableParams object with the ability to set a timeout on a request.

func (*PutUserSsoEnableParams) SetBody

func (o *PutUserSsoEnableParams) SetBody(body *models.EnableSso)

SetBody adds the body to the put user sso enable params

func (*PutUserSsoEnableParams) SetContext

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

SetContext adds the context to the put user sso enable params

func (*PutUserSsoEnableParams) SetDefaults

func (o *PutUserSsoEnableParams) SetDefaults()

SetDefaults hydrates default values in the put user sso enable params (not the query body).

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

func (*PutUserSsoEnableParams) SetHTTPClient

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

SetHTTPClient adds the HTTPClient to the put user sso enable params

func (*PutUserSsoEnableParams) SetTimeout

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

SetTimeout adds the timeout to the put user sso enable params

func (*PutUserSsoEnableParams) WithBody

WithBody adds the body to the put user sso enable params

func (*PutUserSsoEnableParams) WithContext

WithContext adds the context to the put user sso enable params

func (*PutUserSsoEnableParams) WithDefaults

WithDefaults hydrates default values in the put user sso enable params (not the query body).

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

func (*PutUserSsoEnableParams) WithHTTPClient

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

WithHTTPClient adds the HTTPClient to the put user sso enable params

func (*PutUserSsoEnableParams) WithTimeout

WithTimeout adds the timeout to the put user sso enable params

func (*PutUserSsoEnableParams) WriteToRequest

WriteToRequest writes these params to a swagger request

type PutUserSsoEnableReader

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

PutUserSsoEnableReader is a Reader for the PutUserSsoEnable structure.

func (*PutUserSsoEnableReader) ReadResponse

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

ReadResponse reads a server response into the received o.

type PutUserSsoEnableUnauthorized

type PutUserSsoEnableUnauthorized struct {
	Payload *models.Error
}
PutUserSsoEnableUnauthorized describes a response with status code 401, with default header values.

Unauthorized

func NewPutUserSsoEnableUnauthorized

func NewPutUserSsoEnableUnauthorized() *PutUserSsoEnableUnauthorized

NewPutUserSsoEnableUnauthorized creates a PutUserSsoEnableUnauthorized with default headers values

func (*PutUserSsoEnableUnauthorized) Error

func (*PutUserSsoEnableUnauthorized) GetPayload

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

type PutUserTotpauthBadRequest

type PutUserTotpauthBadRequest struct {
	Payload *models.Error
}
PutUserTotpauthBadRequest describes a response with status code 400, with default header values.

Bad Request

func NewPutUserTotpauthBadRequest

func NewPutUserTotpauthBadRequest() *PutUserTotpauthBadRequest

NewPutUserTotpauthBadRequest creates a PutUserTotpauthBadRequest with default headers values

func (*PutUserTotpauthBadRequest) Error

func (o *PutUserTotpauthBadRequest) Error() string

func (*PutUserTotpauthBadRequest) GetPayload

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

type PutUserTotpauthForbidden

type PutUserTotpauthForbidden struct {
	Payload *models.Error
}
PutUserTotpauthForbidden describes a response with status code 403, with default header values.

Forbidden

func NewPutUserTotpauthForbidden

func NewPutUserTotpauthForbidden() *PutUserTotpauthForbidden

NewPutUserTotpauthForbidden creates a PutUserTotpauthForbidden with default headers values

func (*PutUserTotpauthForbidden) Error

func (o *PutUserTotpauthForbidden) Error() string

func (*PutUserTotpauthForbidden) GetPayload

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

type PutUserTotpauthInternalServerError

type PutUserTotpauthInternalServerError struct {
	Payload *models.Error
}
PutUserTotpauthInternalServerError describes a response with status code 500, with default header values.

Internal Server Error

func NewPutUserTotpauthInternalServerError

func NewPutUserTotpauthInternalServerError() *PutUserTotpauthInternalServerError

NewPutUserTotpauthInternalServerError creates a PutUserTotpauthInternalServerError with default headers values

func (*PutUserTotpauthInternalServerError) Error

func (*PutUserTotpauthInternalServerError) GetPayload

type PutUserTotpauthOK

type PutUserTotpauthOK struct {
	Payload *models.User
}
PutUserTotpauthOK describes a response with status code 200, with default header values.

Successful

func NewPutUserTotpauthOK

func NewPutUserTotpauthOK() *PutUserTotpauthOK

NewPutUserTotpauthOK creates a PutUserTotpauthOK with default headers values

func (*PutUserTotpauthOK) Error

func (o *PutUserTotpauthOK) Error() string

func (*PutUserTotpauthOK) GetPayload

func (o *PutUserTotpauthOK) GetPayload() *models.User

type PutUserTotpauthParams

type PutUserTotpauthParams struct {

	// Body.
	Body *models.EnableTotpAuth

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

PutUserTotpauthParams contains all the parameters to send to the API endpoint

for the put user totpauth operation.

Typically these are written to a http.Request.

func NewPutUserTotpauthParams

func NewPutUserTotpauthParams() *PutUserTotpauthParams

NewPutUserTotpauthParams creates a new PutUserTotpauthParams 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 NewPutUserTotpauthParamsWithContext

func NewPutUserTotpauthParamsWithContext(ctx context.Context) *PutUserTotpauthParams

NewPutUserTotpauthParamsWithContext creates a new PutUserTotpauthParams object with the ability to set a context for a request.

func NewPutUserTotpauthParamsWithHTTPClient

func NewPutUserTotpauthParamsWithHTTPClient(client *http.Client) *PutUserTotpauthParams

NewPutUserTotpauthParamsWithHTTPClient creates a new PutUserTotpauthParams object with the ability to set a custom HTTPClient for a request.

func NewPutUserTotpauthParamsWithTimeout

func NewPutUserTotpauthParamsWithTimeout(timeout time.Duration) *PutUserTotpauthParams

NewPutUserTotpauthParamsWithTimeout creates a new PutUserTotpauthParams object with the ability to set a timeout on a request.

func (*PutUserTotpauthParams) SetBody

func (o *PutUserTotpauthParams) SetBody(body *models.EnableTotpAuth)

SetBody adds the body to the put user totpauth params

func (*PutUserTotpauthParams) SetContext

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

SetContext adds the context to the put user totpauth params

func (*PutUserTotpauthParams) SetDefaults

func (o *PutUserTotpauthParams) SetDefaults()

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

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

func (*PutUserTotpauthParams) SetHTTPClient

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

SetHTTPClient adds the HTTPClient to the put user totpauth params

func (*PutUserTotpauthParams) SetTimeout

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

SetTimeout adds the timeout to the put user totpauth params

func (*PutUserTotpauthParams) WithBody

WithBody adds the body to the put user totpauth params

func (*PutUserTotpauthParams) WithContext

WithContext adds the context to the put user totpauth params

func (*PutUserTotpauthParams) WithDefaults

func (o *PutUserTotpauthParams) WithDefaults() *PutUserTotpauthParams

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

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

func (*PutUserTotpauthParams) WithHTTPClient

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

WithHTTPClient adds the HTTPClient to the put user totpauth params

func (*PutUserTotpauthParams) WithTimeout

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

WithTimeout adds the timeout to the put user totpauth params

func (*PutUserTotpauthParams) WriteToRequest

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

WriteToRequest writes these params to a swagger request

type PutUserTotpauthReader

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

PutUserTotpauthReader is a Reader for the PutUserTotpauth structure.

func (*PutUserTotpauthReader) ReadResponse

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

ReadResponse reads a server response into the received o.

type PutUserTotpauthUnauthorized

type PutUserTotpauthUnauthorized struct {
	Payload *models.Error
}
PutUserTotpauthUnauthorized describes a response with status code 401, with default header values.

Unauthorized

func NewPutUserTotpauthUnauthorized

func NewPutUserTotpauthUnauthorized() *PutUserTotpauthUnauthorized

NewPutUserTotpauthUnauthorized creates a PutUserTotpauthUnauthorized with default headers values

func (*PutUserTotpauthUnauthorized) Error

func (*PutUserTotpauthUnauthorized) GetPayload

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

type PutUserUnauthorized

type PutUserUnauthorized struct {
	Payload *models.Error
}
PutUserUnauthorized describes a response with status code 401, with default header values.

Unauthorized

func NewPutUserUnauthorized

func NewPutUserUnauthorized() *PutUserUnauthorized

NewPutUserUnauthorized creates a PutUserUnauthorized with default headers values

func (*PutUserUnauthorized) Error

func (o *PutUserUnauthorized) Error() string

func (*PutUserUnauthorized) GetPayload

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

Source Files

Jump to

Keyboard shortcuts

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