admin

package
v2.0.2 Latest Latest
Warning

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

Go to latest
Published: Apr 20, 2026 License: Apache-2.0 Imports: 15 Imported by: 0

Documentation

Index

Constants

View Source
const (

	// CreateFrontendBodyPermissionModeOpen captures enum value "open"
	CreateFrontendBodyPermissionModeOpen string = "open"

	// CreateFrontendBodyPermissionModeClosed captures enum value "closed"
	CreateFrontendBodyPermissionModeClosed string = "closed"
)

Variables

This section is empty.

Functions

func WithAcceptApplicationJSON

func WithAcceptApplicationJSON(r *runtime.ClientOperation)

WithAcceptApplicationJSON sets the Accept header to "application/json".

func WithAcceptApplicationZrokV1JSON

func WithAcceptApplicationZrokV1JSON(r *runtime.ClientOperation)

WithAcceptApplicationZrokV1JSON sets the Accept header to "application/zrok.v1+json".

func WithContentTypeApplicationJSON

func WithContentTypeApplicationJSON(r *runtime.ClientOperation)

WithContentTypeApplicationJSON sets the Content-Type header to "application/json".

func WithContentTypeApplicationZrokV1JSON

func WithContentTypeApplicationZrokV1JSON(r *runtime.ClientOperation)

WithContentTypeApplicationZrokV1JSON sets the Content-Type header to "application/zrok.v1+json".

Types

type AddFrontendGrantBody

type AddFrontendGrantBody struct {

	// email
	Email string `json:"email,omitempty"`

	// frontend token
	FrontendToken string `json:"frontendToken,omitempty"`
}

AddFrontendGrantBody add frontend grant body swagger:model AddFrontendGrantBody

func (*AddFrontendGrantBody) ContextValidate

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

ContextValidate validates this add frontend grant body based on context it is used

func (*AddFrontendGrantBody) MarshalBinary

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

MarshalBinary interface implementation

func (*AddFrontendGrantBody) UnmarshalBinary

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

UnmarshalBinary interface implementation

func (*AddFrontendGrantBody) Validate

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

Validate validates this add frontend grant body

type AddFrontendGrantInternalServerError

type AddFrontendGrantInternalServerError struct {
}

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

internal server error

func NewAddFrontendGrantInternalServerError

func NewAddFrontendGrantInternalServerError() *AddFrontendGrantInternalServerError

NewAddFrontendGrantInternalServerError creates a AddFrontendGrantInternalServerError with default headers values

func (*AddFrontendGrantInternalServerError) Code

Code gets the status code for the add frontend grant internal server error response

func (*AddFrontendGrantInternalServerError) Error

func (*AddFrontendGrantInternalServerError) IsClientError

func (o *AddFrontendGrantInternalServerError) IsClientError() bool

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

func (*AddFrontendGrantInternalServerError) IsCode

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

func (*AddFrontendGrantInternalServerError) IsRedirect

func (o *AddFrontendGrantInternalServerError) IsRedirect() bool

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

func (*AddFrontendGrantInternalServerError) IsServerError

func (o *AddFrontendGrantInternalServerError) IsServerError() bool

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

func (*AddFrontendGrantInternalServerError) IsSuccess

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

func (*AddFrontendGrantInternalServerError) String

type AddFrontendGrantNotFound

type AddFrontendGrantNotFound struct {
	Payload rest_model_zrok.ErrorMessage
}

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

not found

func NewAddFrontendGrantNotFound

func NewAddFrontendGrantNotFound() *AddFrontendGrantNotFound

NewAddFrontendGrantNotFound creates a AddFrontendGrantNotFound with default headers values

func (*AddFrontendGrantNotFound) Code

func (o *AddFrontendGrantNotFound) Code() int

Code gets the status code for the add frontend grant not found response

func (*AddFrontendGrantNotFound) Error

func (o *AddFrontendGrantNotFound) Error() string

func (*AddFrontendGrantNotFound) GetPayload

func (*AddFrontendGrantNotFound) IsClientError

func (o *AddFrontendGrantNotFound) IsClientError() bool

IsClientError returns true when this add frontend grant not found response has a 4xx status code

func (*AddFrontendGrantNotFound) IsCode

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

IsCode returns true when this add frontend grant not found response a status code equal to that given

func (*AddFrontendGrantNotFound) IsRedirect

func (o *AddFrontendGrantNotFound) IsRedirect() bool

IsRedirect returns true when this add frontend grant not found response has a 3xx status code

func (*AddFrontendGrantNotFound) IsServerError

func (o *AddFrontendGrantNotFound) IsServerError() bool

IsServerError returns true when this add frontend grant not found response has a 5xx status code

func (*AddFrontendGrantNotFound) IsSuccess

func (o *AddFrontendGrantNotFound) IsSuccess() bool

IsSuccess returns true when this add frontend grant not found response has a 2xx status code

func (*AddFrontendGrantNotFound) String

func (o *AddFrontendGrantNotFound) String() string

type AddFrontendGrantOK

type AddFrontendGrantOK struct {
}

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

ok

func NewAddFrontendGrantOK

func NewAddFrontendGrantOK() *AddFrontendGrantOK

NewAddFrontendGrantOK creates a AddFrontendGrantOK with default headers values

func (*AddFrontendGrantOK) Code

func (o *AddFrontendGrantOK) Code() int

Code gets the status code for the add frontend grant o k response

func (*AddFrontendGrantOK) Error

func (o *AddFrontendGrantOK) Error() string

func (*AddFrontendGrantOK) IsClientError

func (o *AddFrontendGrantOK) IsClientError() bool

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

func (*AddFrontendGrantOK) IsCode

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

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

func (*AddFrontendGrantOK) IsRedirect

func (o *AddFrontendGrantOK) IsRedirect() bool

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

func (*AddFrontendGrantOK) IsServerError

func (o *AddFrontendGrantOK) IsServerError() bool

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

func (*AddFrontendGrantOK) IsSuccess

func (o *AddFrontendGrantOK) IsSuccess() bool

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

func (*AddFrontendGrantOK) String

func (o *AddFrontendGrantOK) String() string

type AddFrontendGrantParams

type AddFrontendGrantParams struct {

	// Body.
	Body AddFrontendGrantBody

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

AddFrontendGrantParams contains all the parameters to send to the API endpoint

for the add frontend grant operation.

Typically these are written to a http.Request.

func NewAddFrontendGrantParams

func NewAddFrontendGrantParams() *AddFrontendGrantParams

NewAddFrontendGrantParams creates a new AddFrontendGrantParams 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 NewAddFrontendGrantParamsWithContext

func NewAddFrontendGrantParamsWithContext(ctx context.Context) *AddFrontendGrantParams

NewAddFrontendGrantParamsWithContext creates a new AddFrontendGrantParams object with the ability to set a context for a request.

func NewAddFrontendGrantParamsWithHTTPClient

func NewAddFrontendGrantParamsWithHTTPClient(client *http.Client) *AddFrontendGrantParams

NewAddFrontendGrantParamsWithHTTPClient creates a new AddFrontendGrantParams object with the ability to set a custom HTTPClient for a request.

func NewAddFrontendGrantParamsWithTimeout

func NewAddFrontendGrantParamsWithTimeout(timeout time.Duration) *AddFrontendGrantParams

NewAddFrontendGrantParamsWithTimeout creates a new AddFrontendGrantParams object with the ability to set a timeout on a request.

func (*AddFrontendGrantParams) SetBody

SetBody adds the body to the add frontend grant params

func (*AddFrontendGrantParams) SetContext

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

SetContext adds the context to the add frontend grant params

func (*AddFrontendGrantParams) SetDefaults

func (o *AddFrontendGrantParams) SetDefaults()

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

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

func (*AddFrontendGrantParams) SetHTTPClient

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

SetHTTPClient adds the HTTPClient to the add frontend grant params

func (*AddFrontendGrantParams) SetTimeout

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

SetTimeout adds the timeout to the add frontend grant params

func (*AddFrontendGrantParams) WithBody

WithBody adds the body to the add frontend grant params

func (*AddFrontendGrantParams) WithContext

WithContext adds the context to the add frontend grant params

func (*AddFrontendGrantParams) WithDefaults

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

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

func (*AddFrontendGrantParams) WithHTTPClient

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

WithHTTPClient adds the HTTPClient to the add frontend grant params

func (*AddFrontendGrantParams) WithTimeout

WithTimeout adds the timeout to the add frontend grant params

func (*AddFrontendGrantParams) WriteToRequest

WriteToRequest writes these params to a swagger request

type AddFrontendGrantReader

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

AddFrontendGrantReader is a Reader for the AddFrontendGrant structure.

func (*AddFrontendGrantReader) ReadResponse

func (o *AddFrontendGrantReader) ReadResponse(response runtime.ClientResponse, consumer runtime.Consumer) (any, error)

ReadResponse reads a server response into the received o.

type AddFrontendGrantUnauthorized

type AddFrontendGrantUnauthorized struct {
}

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

unauthorized

func NewAddFrontendGrantUnauthorized

func NewAddFrontendGrantUnauthorized() *AddFrontendGrantUnauthorized

NewAddFrontendGrantUnauthorized creates a AddFrontendGrantUnauthorized with default headers values

func (*AddFrontendGrantUnauthorized) Code

Code gets the status code for the add frontend grant unauthorized response

func (*AddFrontendGrantUnauthorized) Error

func (*AddFrontendGrantUnauthorized) IsClientError

func (o *AddFrontendGrantUnauthorized) IsClientError() bool

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

func (*AddFrontendGrantUnauthorized) IsCode

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

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

func (*AddFrontendGrantUnauthorized) IsRedirect

func (o *AddFrontendGrantUnauthorized) IsRedirect() bool

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

func (*AddFrontendGrantUnauthorized) IsServerError

func (o *AddFrontendGrantUnauthorized) IsServerError() bool

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

func (*AddFrontendGrantUnauthorized) IsSuccess

func (o *AddFrontendGrantUnauthorized) IsSuccess() bool

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

func (*AddFrontendGrantUnauthorized) String

type AddNamespaceFrontendMappingBody

type AddNamespaceFrontendMappingBody struct {

	// frontend token
	FrontendToken string `json:"frontendToken,omitempty"`

	// is default
	IsDefault bool `json:"isDefault,omitempty"`

	// namespace token
	NamespaceToken string `json:"namespaceToken,omitempty"`
}

AddNamespaceFrontendMappingBody add namespace frontend mapping body swagger:model AddNamespaceFrontendMappingBody

func (*AddNamespaceFrontendMappingBody) ContextValidate

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

ContextValidate validates this add namespace frontend mapping body based on context it is used

func (*AddNamespaceFrontendMappingBody) MarshalBinary

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

MarshalBinary interface implementation

func (*AddNamespaceFrontendMappingBody) UnmarshalBinary

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

UnmarshalBinary interface implementation

func (*AddNamespaceFrontendMappingBody) Validate

Validate validates this add namespace frontend mapping body

type AddNamespaceFrontendMappingInternalServerError

type AddNamespaceFrontendMappingInternalServerError struct {
}

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

internal server error

func NewAddNamespaceFrontendMappingInternalServerError

func NewAddNamespaceFrontendMappingInternalServerError() *AddNamespaceFrontendMappingInternalServerError

NewAddNamespaceFrontendMappingInternalServerError creates a AddNamespaceFrontendMappingInternalServerError with default headers values

func (*AddNamespaceFrontendMappingInternalServerError) Code

Code gets the status code for the add namespace frontend mapping internal server error response

func (*AddNamespaceFrontendMappingInternalServerError) Error

func (*AddNamespaceFrontendMappingInternalServerError) IsClientError

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

func (*AddNamespaceFrontendMappingInternalServerError) IsCode

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

func (*AddNamespaceFrontendMappingInternalServerError) IsRedirect

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

func (*AddNamespaceFrontendMappingInternalServerError) IsServerError

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

func (*AddNamespaceFrontendMappingInternalServerError) IsSuccess

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

func (*AddNamespaceFrontendMappingInternalServerError) String

type AddNamespaceFrontendMappingNotFound

type AddNamespaceFrontendMappingNotFound struct {
}

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

not found

func NewAddNamespaceFrontendMappingNotFound

func NewAddNamespaceFrontendMappingNotFound() *AddNamespaceFrontendMappingNotFound

NewAddNamespaceFrontendMappingNotFound creates a AddNamespaceFrontendMappingNotFound with default headers values

func (*AddNamespaceFrontendMappingNotFound) Code

Code gets the status code for the add namespace frontend mapping not found response

func (*AddNamespaceFrontendMappingNotFound) Error

func (*AddNamespaceFrontendMappingNotFound) IsClientError

func (o *AddNamespaceFrontendMappingNotFound) IsClientError() bool

IsClientError returns true when this add namespace frontend mapping not found response has a 4xx status code

func (*AddNamespaceFrontendMappingNotFound) IsCode

IsCode returns true when this add namespace frontend mapping not found response a status code equal to that given

func (*AddNamespaceFrontendMappingNotFound) IsRedirect

func (o *AddNamespaceFrontendMappingNotFound) IsRedirect() bool

IsRedirect returns true when this add namespace frontend mapping not found response has a 3xx status code

func (*AddNamespaceFrontendMappingNotFound) IsServerError

func (o *AddNamespaceFrontendMappingNotFound) IsServerError() bool

IsServerError returns true when this add namespace frontend mapping not found response has a 5xx status code

func (*AddNamespaceFrontendMappingNotFound) IsSuccess

IsSuccess returns true when this add namespace frontend mapping not found response has a 2xx status code

func (*AddNamespaceFrontendMappingNotFound) String

type AddNamespaceFrontendMappingOK

type AddNamespaceFrontendMappingOK struct {
}

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

namespace frontend mapping added

func NewAddNamespaceFrontendMappingOK

func NewAddNamespaceFrontendMappingOK() *AddNamespaceFrontendMappingOK

NewAddNamespaceFrontendMappingOK creates a AddNamespaceFrontendMappingOK with default headers values

func (*AddNamespaceFrontendMappingOK) Code

Code gets the status code for the add namespace frontend mapping o k response

func (*AddNamespaceFrontendMappingOK) Error

func (*AddNamespaceFrontendMappingOK) IsClientError

func (o *AddNamespaceFrontendMappingOK) IsClientError() bool

IsClientError returns true when this add namespace frontend mapping o k response has a 4xx status code

func (*AddNamespaceFrontendMappingOK) IsCode

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

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

func (*AddNamespaceFrontendMappingOK) IsRedirect

func (o *AddNamespaceFrontendMappingOK) IsRedirect() bool

IsRedirect returns true when this add namespace frontend mapping o k response has a 3xx status code

func (*AddNamespaceFrontendMappingOK) IsServerError

func (o *AddNamespaceFrontendMappingOK) IsServerError() bool

IsServerError returns true when this add namespace frontend mapping o k response has a 5xx status code

func (*AddNamespaceFrontendMappingOK) IsSuccess

func (o *AddNamespaceFrontendMappingOK) IsSuccess() bool

IsSuccess returns true when this add namespace frontend mapping o k response has a 2xx status code

func (*AddNamespaceFrontendMappingOK) String

type AddNamespaceFrontendMappingParams

type AddNamespaceFrontendMappingParams struct {

	// Body.
	Body AddNamespaceFrontendMappingBody

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

AddNamespaceFrontendMappingParams contains all the parameters to send to the API endpoint

for the add namespace frontend mapping operation.

Typically these are written to a http.Request.

func NewAddNamespaceFrontendMappingParams

func NewAddNamespaceFrontendMappingParams() *AddNamespaceFrontendMappingParams

NewAddNamespaceFrontendMappingParams creates a new AddNamespaceFrontendMappingParams 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 NewAddNamespaceFrontendMappingParamsWithContext

func NewAddNamespaceFrontendMappingParamsWithContext(ctx context.Context) *AddNamespaceFrontendMappingParams

NewAddNamespaceFrontendMappingParamsWithContext creates a new AddNamespaceFrontendMappingParams object with the ability to set a context for a request.

func NewAddNamespaceFrontendMappingParamsWithHTTPClient

func NewAddNamespaceFrontendMappingParamsWithHTTPClient(client *http.Client) *AddNamespaceFrontendMappingParams

NewAddNamespaceFrontendMappingParamsWithHTTPClient creates a new AddNamespaceFrontendMappingParams object with the ability to set a custom HTTPClient for a request.

func NewAddNamespaceFrontendMappingParamsWithTimeout

func NewAddNamespaceFrontendMappingParamsWithTimeout(timeout time.Duration) *AddNamespaceFrontendMappingParams

NewAddNamespaceFrontendMappingParamsWithTimeout creates a new AddNamespaceFrontendMappingParams object with the ability to set a timeout on a request.

func (*AddNamespaceFrontendMappingParams) SetBody

SetBody adds the body to the add namespace frontend mapping params

func (*AddNamespaceFrontendMappingParams) SetContext

SetContext adds the context to the add namespace frontend mapping params

func (*AddNamespaceFrontendMappingParams) SetDefaults

func (o *AddNamespaceFrontendMappingParams) SetDefaults()

SetDefaults hydrates default values in the add namespace frontend mapping params (not the query body).

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

func (*AddNamespaceFrontendMappingParams) SetHTTPClient

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

SetHTTPClient adds the HTTPClient to the add namespace frontend mapping params

func (*AddNamespaceFrontendMappingParams) SetTimeout

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

SetTimeout adds the timeout to the add namespace frontend mapping params

func (*AddNamespaceFrontendMappingParams) WithBody

WithBody adds the body to the add namespace frontend mapping params

func (*AddNamespaceFrontendMappingParams) WithContext

WithContext adds the context to the add namespace frontend mapping params

func (*AddNamespaceFrontendMappingParams) WithDefaults

WithDefaults hydrates default values in the add namespace frontend mapping params (not the query body).

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

func (*AddNamespaceFrontendMappingParams) WithHTTPClient

WithHTTPClient adds the HTTPClient to the add namespace frontend mapping params

func (*AddNamespaceFrontendMappingParams) WithTimeout

WithTimeout adds the timeout to the add namespace frontend mapping params

func (*AddNamespaceFrontendMappingParams) WriteToRequest

WriteToRequest writes these params to a swagger request

type AddNamespaceFrontendMappingReader

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

AddNamespaceFrontendMappingReader is a Reader for the AddNamespaceFrontendMapping structure.

func (*AddNamespaceFrontendMappingReader) ReadResponse

func (o *AddNamespaceFrontendMappingReader) ReadResponse(response runtime.ClientResponse, consumer runtime.Consumer) (any, error)

ReadResponse reads a server response into the received o.

type AddNamespaceFrontendMappingUnauthorized

type AddNamespaceFrontendMappingUnauthorized struct {
}

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

unauthorized

func NewAddNamespaceFrontendMappingUnauthorized

func NewAddNamespaceFrontendMappingUnauthorized() *AddNamespaceFrontendMappingUnauthorized

NewAddNamespaceFrontendMappingUnauthorized creates a AddNamespaceFrontendMappingUnauthorized with default headers values

func (*AddNamespaceFrontendMappingUnauthorized) Code

Code gets the status code for the add namespace frontend mapping unauthorized response

func (*AddNamespaceFrontendMappingUnauthorized) Error

func (*AddNamespaceFrontendMappingUnauthorized) IsClientError

func (o *AddNamespaceFrontendMappingUnauthorized) IsClientError() bool

IsClientError returns true when this add namespace frontend mapping unauthorized response has a 4xx status code

func (*AddNamespaceFrontendMappingUnauthorized) IsCode

IsCode returns true when this add namespace frontend mapping unauthorized response a status code equal to that given

func (*AddNamespaceFrontendMappingUnauthorized) IsRedirect

IsRedirect returns true when this add namespace frontend mapping unauthorized response has a 3xx status code

func (*AddNamespaceFrontendMappingUnauthorized) IsServerError

func (o *AddNamespaceFrontendMappingUnauthorized) IsServerError() bool

IsServerError returns true when this add namespace frontend mapping unauthorized response has a 5xx status code

func (*AddNamespaceFrontendMappingUnauthorized) IsSuccess

IsSuccess returns true when this add namespace frontend mapping unauthorized response has a 2xx status code

func (*AddNamespaceFrontendMappingUnauthorized) String

type AddNamespaceGrantBody

type AddNamespaceGrantBody struct {

	// email
	Email string `json:"email,omitempty"`

	// namespace token
	NamespaceToken string `json:"namespaceToken,omitempty"`
}

AddNamespaceGrantBody add namespace grant body swagger:model AddNamespaceGrantBody

func (*AddNamespaceGrantBody) ContextValidate

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

ContextValidate validates this add namespace grant body based on context it is used

func (*AddNamespaceGrantBody) MarshalBinary

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

MarshalBinary interface implementation

func (*AddNamespaceGrantBody) UnmarshalBinary

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

UnmarshalBinary interface implementation

func (*AddNamespaceGrantBody) Validate

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

Validate validates this add namespace grant body

type AddNamespaceGrantInternalServerError

type AddNamespaceGrantInternalServerError struct {
}

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

internal server error

func NewAddNamespaceGrantInternalServerError

func NewAddNamespaceGrantInternalServerError() *AddNamespaceGrantInternalServerError

NewAddNamespaceGrantInternalServerError creates a AddNamespaceGrantInternalServerError with default headers values

func (*AddNamespaceGrantInternalServerError) Code

Code gets the status code for the add namespace grant internal server error response

func (*AddNamespaceGrantInternalServerError) Error

func (*AddNamespaceGrantInternalServerError) IsClientError

func (o *AddNamespaceGrantInternalServerError) IsClientError() bool

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

func (*AddNamespaceGrantInternalServerError) IsCode

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

func (*AddNamespaceGrantInternalServerError) IsRedirect

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

func (*AddNamespaceGrantInternalServerError) IsServerError

func (o *AddNamespaceGrantInternalServerError) IsServerError() bool

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

func (*AddNamespaceGrantInternalServerError) IsSuccess

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

func (*AddNamespaceGrantInternalServerError) String

type AddNamespaceGrantNotFound

type AddNamespaceGrantNotFound struct {
}

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

not found

func NewAddNamespaceGrantNotFound

func NewAddNamespaceGrantNotFound() *AddNamespaceGrantNotFound

NewAddNamespaceGrantNotFound creates a AddNamespaceGrantNotFound with default headers values

func (*AddNamespaceGrantNotFound) Code

func (o *AddNamespaceGrantNotFound) Code() int

Code gets the status code for the add namespace grant not found response

func (*AddNamespaceGrantNotFound) Error

func (o *AddNamespaceGrantNotFound) Error() string

func (*AddNamespaceGrantNotFound) IsClientError

func (o *AddNamespaceGrantNotFound) IsClientError() bool

IsClientError returns true when this add namespace grant not found response has a 4xx status code

func (*AddNamespaceGrantNotFound) IsCode

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

IsCode returns true when this add namespace grant not found response a status code equal to that given

func (*AddNamespaceGrantNotFound) IsRedirect

func (o *AddNamespaceGrantNotFound) IsRedirect() bool

IsRedirect returns true when this add namespace grant not found response has a 3xx status code

func (*AddNamespaceGrantNotFound) IsServerError

func (o *AddNamespaceGrantNotFound) IsServerError() bool

IsServerError returns true when this add namespace grant not found response has a 5xx status code

func (*AddNamespaceGrantNotFound) IsSuccess

func (o *AddNamespaceGrantNotFound) IsSuccess() bool

IsSuccess returns true when this add namespace grant not found response has a 2xx status code

func (*AddNamespaceGrantNotFound) String

func (o *AddNamespaceGrantNotFound) String() string

type AddNamespaceGrantOK

type AddNamespaceGrantOK struct {
}

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

namespace grant added

func NewAddNamespaceGrantOK

func NewAddNamespaceGrantOK() *AddNamespaceGrantOK

NewAddNamespaceGrantOK creates a AddNamespaceGrantOK with default headers values

func (*AddNamespaceGrantOK) Code

func (o *AddNamespaceGrantOK) Code() int

Code gets the status code for the add namespace grant o k response

func (*AddNamespaceGrantOK) Error

func (o *AddNamespaceGrantOK) Error() string

func (*AddNamespaceGrantOK) IsClientError

func (o *AddNamespaceGrantOK) IsClientError() bool

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

func (*AddNamespaceGrantOK) IsCode

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

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

func (*AddNamespaceGrantOK) IsRedirect

func (o *AddNamespaceGrantOK) IsRedirect() bool

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

func (*AddNamespaceGrantOK) IsServerError

func (o *AddNamespaceGrantOK) IsServerError() bool

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

func (*AddNamespaceGrantOK) IsSuccess

func (o *AddNamespaceGrantOK) IsSuccess() bool

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

func (*AddNamespaceGrantOK) String

func (o *AddNamespaceGrantOK) String() string

type AddNamespaceGrantParams

type AddNamespaceGrantParams struct {

	// Body.
	Body AddNamespaceGrantBody

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

AddNamespaceGrantParams contains all the parameters to send to the API endpoint

for the add namespace grant operation.

Typically these are written to a http.Request.

func NewAddNamespaceGrantParams

func NewAddNamespaceGrantParams() *AddNamespaceGrantParams

NewAddNamespaceGrantParams creates a new AddNamespaceGrantParams 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 NewAddNamespaceGrantParamsWithContext

func NewAddNamespaceGrantParamsWithContext(ctx context.Context) *AddNamespaceGrantParams

NewAddNamespaceGrantParamsWithContext creates a new AddNamespaceGrantParams object with the ability to set a context for a request.

func NewAddNamespaceGrantParamsWithHTTPClient

func NewAddNamespaceGrantParamsWithHTTPClient(client *http.Client) *AddNamespaceGrantParams

NewAddNamespaceGrantParamsWithHTTPClient creates a new AddNamespaceGrantParams object with the ability to set a custom HTTPClient for a request.

func NewAddNamespaceGrantParamsWithTimeout

func NewAddNamespaceGrantParamsWithTimeout(timeout time.Duration) *AddNamespaceGrantParams

NewAddNamespaceGrantParamsWithTimeout creates a new AddNamespaceGrantParams object with the ability to set a timeout on a request.

func (*AddNamespaceGrantParams) SetBody

SetBody adds the body to the add namespace grant params

func (*AddNamespaceGrantParams) SetContext

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

SetContext adds the context to the add namespace grant params

func (*AddNamespaceGrantParams) SetDefaults

func (o *AddNamespaceGrantParams) SetDefaults()

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

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

func (*AddNamespaceGrantParams) SetHTTPClient

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

SetHTTPClient adds the HTTPClient to the add namespace grant params

func (*AddNamespaceGrantParams) SetTimeout

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

SetTimeout adds the timeout to the add namespace grant params

func (*AddNamespaceGrantParams) WithBody

WithBody adds the body to the add namespace grant params

func (*AddNamespaceGrantParams) WithContext

WithContext adds the context to the add namespace grant params

func (*AddNamespaceGrantParams) WithDefaults

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

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

func (*AddNamespaceGrantParams) WithHTTPClient

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

WithHTTPClient adds the HTTPClient to the add namespace grant params

func (*AddNamespaceGrantParams) WithTimeout

WithTimeout adds the timeout to the add namespace grant params

func (*AddNamespaceGrantParams) WriteToRequest

WriteToRequest writes these params to a swagger request

type AddNamespaceGrantReader

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

AddNamespaceGrantReader is a Reader for the AddNamespaceGrant structure.

func (*AddNamespaceGrantReader) ReadResponse

func (o *AddNamespaceGrantReader) ReadResponse(response runtime.ClientResponse, consumer runtime.Consumer) (any, error)

ReadResponse reads a server response into the received o.

type AddNamespaceGrantUnauthorized

type AddNamespaceGrantUnauthorized struct {
}

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

unauthorized

func NewAddNamespaceGrantUnauthorized

func NewAddNamespaceGrantUnauthorized() *AddNamespaceGrantUnauthorized

NewAddNamespaceGrantUnauthorized creates a AddNamespaceGrantUnauthorized with default headers values

func (*AddNamespaceGrantUnauthorized) Code

Code gets the status code for the add namespace grant unauthorized response

func (*AddNamespaceGrantUnauthorized) Error

func (*AddNamespaceGrantUnauthorized) IsClientError

func (o *AddNamespaceGrantUnauthorized) IsClientError() bool

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

func (*AddNamespaceGrantUnauthorized) IsCode

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

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

func (*AddNamespaceGrantUnauthorized) IsRedirect

func (o *AddNamespaceGrantUnauthorized) IsRedirect() bool

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

func (*AddNamespaceGrantUnauthorized) IsServerError

func (o *AddNamespaceGrantUnauthorized) IsServerError() bool

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

func (*AddNamespaceGrantUnauthorized) IsSuccess

func (o *AddNamespaceGrantUnauthorized) IsSuccess() bool

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

func (*AddNamespaceGrantUnauthorized) String

type AddOrganizationMemberBody

type AddOrganizationMemberBody struct {

	// admin
	Admin bool `json:"admin,omitempty"`

	// email
	Email string `json:"email,omitempty"`

	// organization token
	OrganizationToken string `json:"organizationToken,omitempty"`
}

AddOrganizationMemberBody add organization member body swagger:model AddOrganizationMemberBody

func (*AddOrganizationMemberBody) ContextValidate

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

ContextValidate validates this add organization member body based on context it is used

func (*AddOrganizationMemberBody) MarshalBinary

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

MarshalBinary interface implementation

func (*AddOrganizationMemberBody) UnmarshalBinary

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

UnmarshalBinary interface implementation

func (*AddOrganizationMemberBody) Validate

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

Validate validates this add organization member body

type AddOrganizationMemberCreated

type AddOrganizationMemberCreated struct {
}

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

member added

func NewAddOrganizationMemberCreated

func NewAddOrganizationMemberCreated() *AddOrganizationMemberCreated

NewAddOrganizationMemberCreated creates a AddOrganizationMemberCreated with default headers values

func (*AddOrganizationMemberCreated) Code

Code gets the status code for the add organization member created response

func (*AddOrganizationMemberCreated) Error

func (*AddOrganizationMemberCreated) IsClientError

func (o *AddOrganizationMemberCreated) IsClientError() bool

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

func (*AddOrganizationMemberCreated) IsCode

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

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

func (*AddOrganizationMemberCreated) IsRedirect

func (o *AddOrganizationMemberCreated) IsRedirect() bool

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

func (*AddOrganizationMemberCreated) IsServerError

func (o *AddOrganizationMemberCreated) IsServerError() bool

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

func (*AddOrganizationMemberCreated) IsSuccess

func (o *AddOrganizationMemberCreated) IsSuccess() bool

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

func (*AddOrganizationMemberCreated) String

type AddOrganizationMemberInternalServerError

type AddOrganizationMemberInternalServerError struct {
}

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

internal server error

func NewAddOrganizationMemberInternalServerError

func NewAddOrganizationMemberInternalServerError() *AddOrganizationMemberInternalServerError

NewAddOrganizationMemberInternalServerError creates a AddOrganizationMemberInternalServerError with default headers values

func (*AddOrganizationMemberInternalServerError) Code

Code gets the status code for the add organization member internal server error response

func (*AddOrganizationMemberInternalServerError) Error

func (*AddOrganizationMemberInternalServerError) IsClientError

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

func (*AddOrganizationMemberInternalServerError) IsCode

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

func (*AddOrganizationMemberInternalServerError) IsRedirect

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

func (*AddOrganizationMemberInternalServerError) IsServerError

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

func (*AddOrganizationMemberInternalServerError) IsSuccess

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

func (*AddOrganizationMemberInternalServerError) String

type AddOrganizationMemberNotFound

type AddOrganizationMemberNotFound struct {
}

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

not found

func NewAddOrganizationMemberNotFound

func NewAddOrganizationMemberNotFound() *AddOrganizationMemberNotFound

NewAddOrganizationMemberNotFound creates a AddOrganizationMemberNotFound with default headers values

func (*AddOrganizationMemberNotFound) Code

Code gets the status code for the add organization member not found response

func (*AddOrganizationMemberNotFound) Error

func (*AddOrganizationMemberNotFound) IsClientError

func (o *AddOrganizationMemberNotFound) IsClientError() bool

IsClientError returns true when this add organization member not found response has a 4xx status code

func (*AddOrganizationMemberNotFound) IsCode

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

IsCode returns true when this add organization member not found response a status code equal to that given

func (*AddOrganizationMemberNotFound) IsRedirect

func (o *AddOrganizationMemberNotFound) IsRedirect() bool

IsRedirect returns true when this add organization member not found response has a 3xx status code

func (*AddOrganizationMemberNotFound) IsServerError

func (o *AddOrganizationMemberNotFound) IsServerError() bool

IsServerError returns true when this add organization member not found response has a 5xx status code

func (*AddOrganizationMemberNotFound) IsSuccess

func (o *AddOrganizationMemberNotFound) IsSuccess() bool

IsSuccess returns true when this add organization member not found response has a 2xx status code

func (*AddOrganizationMemberNotFound) String

type AddOrganizationMemberParams

type AddOrganizationMemberParams struct {

	// Body.
	Body AddOrganizationMemberBody

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

AddOrganizationMemberParams contains all the parameters to send to the API endpoint

for the add organization member operation.

Typically these are written to a http.Request.

func NewAddOrganizationMemberParams

func NewAddOrganizationMemberParams() *AddOrganizationMemberParams

NewAddOrganizationMemberParams creates a new AddOrganizationMemberParams 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 NewAddOrganizationMemberParamsWithContext

func NewAddOrganizationMemberParamsWithContext(ctx context.Context) *AddOrganizationMemberParams

NewAddOrganizationMemberParamsWithContext creates a new AddOrganizationMemberParams object with the ability to set a context for a request.

func NewAddOrganizationMemberParamsWithHTTPClient

func NewAddOrganizationMemberParamsWithHTTPClient(client *http.Client) *AddOrganizationMemberParams

NewAddOrganizationMemberParamsWithHTTPClient creates a new AddOrganizationMemberParams object with the ability to set a custom HTTPClient for a request.

func NewAddOrganizationMemberParamsWithTimeout

func NewAddOrganizationMemberParamsWithTimeout(timeout time.Duration) *AddOrganizationMemberParams

NewAddOrganizationMemberParamsWithTimeout creates a new AddOrganizationMemberParams object with the ability to set a timeout on a request.

func (*AddOrganizationMemberParams) SetBody

SetBody adds the body to the add organization member params

func (*AddOrganizationMemberParams) SetContext

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

SetContext adds the context to the add organization member params

func (*AddOrganizationMemberParams) SetDefaults

func (o *AddOrganizationMemberParams) SetDefaults()

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

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

func (*AddOrganizationMemberParams) SetHTTPClient

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

SetHTTPClient adds the HTTPClient to the add organization member params

func (*AddOrganizationMemberParams) SetTimeout

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

SetTimeout adds the timeout to the add organization member params

func (*AddOrganizationMemberParams) WithBody

WithBody adds the body to the add organization member params

func (*AddOrganizationMemberParams) WithContext

WithContext adds the context to the add organization member params

func (*AddOrganizationMemberParams) WithDefaults

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

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

func (*AddOrganizationMemberParams) WithHTTPClient

WithHTTPClient adds the HTTPClient to the add organization member params

func (*AddOrganizationMemberParams) WithTimeout

WithTimeout adds the timeout to the add organization member params

func (*AddOrganizationMemberParams) WriteToRequest

WriteToRequest writes these params to a swagger request

type AddOrganizationMemberReader

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

AddOrganizationMemberReader is a Reader for the AddOrganizationMember structure.

func (*AddOrganizationMemberReader) ReadResponse

func (o *AddOrganizationMemberReader) ReadResponse(response runtime.ClientResponse, consumer runtime.Consumer) (any, error)

ReadResponse reads a server response into the received o.

type AddOrganizationMemberUnauthorized

type AddOrganizationMemberUnauthorized struct {
}

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

unauthorized

func NewAddOrganizationMemberUnauthorized

func NewAddOrganizationMemberUnauthorized() *AddOrganizationMemberUnauthorized

NewAddOrganizationMemberUnauthorized creates a AddOrganizationMemberUnauthorized with default headers values

func (*AddOrganizationMemberUnauthorized) Code

Code gets the status code for the add organization member unauthorized response

func (*AddOrganizationMemberUnauthorized) Error

func (*AddOrganizationMemberUnauthorized) IsClientError

func (o *AddOrganizationMemberUnauthorized) IsClientError() bool

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

func (*AddOrganizationMemberUnauthorized) IsCode

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

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

func (*AddOrganizationMemberUnauthorized) IsRedirect

func (o *AddOrganizationMemberUnauthorized) IsRedirect() bool

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

func (*AddOrganizationMemberUnauthorized) IsServerError

func (o *AddOrganizationMemberUnauthorized) IsServerError() bool

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

func (*AddOrganizationMemberUnauthorized) IsSuccess

func (o *AddOrganizationMemberUnauthorized) IsSuccess() bool

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

func (*AddOrganizationMemberUnauthorized) String

type ApplyLimitClassesBody added in v2.0.1

type ApplyLimitClassesBody struct {

	// email
	Email string `json:"email,omitempty"`

	// limit class ids
	LimitClassIds []int64 `json:"limitClassIds"`
}

ApplyLimitClassesBody apply limit classes body swagger:model ApplyLimitClassesBody

func (*ApplyLimitClassesBody) ContextValidate added in v2.0.1

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

ContextValidate validates this apply limit classes body based on context it is used

func (*ApplyLimitClassesBody) MarshalBinary added in v2.0.1

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

MarshalBinary interface implementation

func (*ApplyLimitClassesBody) UnmarshalBinary added in v2.0.1

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

UnmarshalBinary interface implementation

func (*ApplyLimitClassesBody) Validate added in v2.0.1

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

Validate validates this apply limit classes body

type ApplyLimitClassesInternalServerError added in v2.0.1

type ApplyLimitClassesInternalServerError struct {
}

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

internal server error

func NewApplyLimitClassesInternalServerError added in v2.0.1

func NewApplyLimitClassesInternalServerError() *ApplyLimitClassesInternalServerError

NewApplyLimitClassesInternalServerError creates a ApplyLimitClassesInternalServerError with default headers values

func (*ApplyLimitClassesInternalServerError) Code added in v2.0.1

Code gets the status code for the apply limit classes internal server error response

func (*ApplyLimitClassesInternalServerError) Error added in v2.0.1

func (*ApplyLimitClassesInternalServerError) IsClientError added in v2.0.1

func (o *ApplyLimitClassesInternalServerError) IsClientError() bool

IsClientError returns true when this apply limit classes internal server error response has a 4xx status code

func (*ApplyLimitClassesInternalServerError) IsCode added in v2.0.1

IsCode returns true when this apply limit classes internal server error response a status code equal to that given

func (*ApplyLimitClassesInternalServerError) IsRedirect added in v2.0.1

IsRedirect returns true when this apply limit classes internal server error response has a 3xx status code

func (*ApplyLimitClassesInternalServerError) IsServerError added in v2.0.1

func (o *ApplyLimitClassesInternalServerError) IsServerError() bool

IsServerError returns true when this apply limit classes internal server error response has a 5xx status code

func (*ApplyLimitClassesInternalServerError) IsSuccess added in v2.0.1

IsSuccess returns true when this apply limit classes internal server error response has a 2xx status code

func (*ApplyLimitClassesInternalServerError) String added in v2.0.1

type ApplyLimitClassesNotFound added in v2.0.1

type ApplyLimitClassesNotFound struct {
}

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

account or limit class not found

func NewApplyLimitClassesNotFound added in v2.0.1

func NewApplyLimitClassesNotFound() *ApplyLimitClassesNotFound

NewApplyLimitClassesNotFound creates a ApplyLimitClassesNotFound with default headers values

func (*ApplyLimitClassesNotFound) Code added in v2.0.1

func (o *ApplyLimitClassesNotFound) Code() int

Code gets the status code for the apply limit classes not found response

func (*ApplyLimitClassesNotFound) Error added in v2.0.1

func (o *ApplyLimitClassesNotFound) Error() string

func (*ApplyLimitClassesNotFound) IsClientError added in v2.0.1

func (o *ApplyLimitClassesNotFound) IsClientError() bool

IsClientError returns true when this apply limit classes not found response has a 4xx status code

func (*ApplyLimitClassesNotFound) IsCode added in v2.0.1

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

IsCode returns true when this apply limit classes not found response a status code equal to that given

func (*ApplyLimitClassesNotFound) IsRedirect added in v2.0.1

func (o *ApplyLimitClassesNotFound) IsRedirect() bool

IsRedirect returns true when this apply limit classes not found response has a 3xx status code

func (*ApplyLimitClassesNotFound) IsServerError added in v2.0.1

func (o *ApplyLimitClassesNotFound) IsServerError() bool

IsServerError returns true when this apply limit classes not found response has a 5xx status code

func (*ApplyLimitClassesNotFound) IsSuccess added in v2.0.1

func (o *ApplyLimitClassesNotFound) IsSuccess() bool

IsSuccess returns true when this apply limit classes not found response has a 2xx status code

func (*ApplyLimitClassesNotFound) String added in v2.0.1

func (o *ApplyLimitClassesNotFound) String() string

type ApplyLimitClassesOK added in v2.0.1

type ApplyLimitClassesOK struct {
}

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

applied

func NewApplyLimitClassesOK added in v2.0.1

func NewApplyLimitClassesOK() *ApplyLimitClassesOK

NewApplyLimitClassesOK creates a ApplyLimitClassesOK with default headers values

func (*ApplyLimitClassesOK) Code added in v2.0.1

func (o *ApplyLimitClassesOK) Code() int

Code gets the status code for the apply limit classes o k response

func (*ApplyLimitClassesOK) Error added in v2.0.1

func (o *ApplyLimitClassesOK) Error() string

func (*ApplyLimitClassesOK) IsClientError added in v2.0.1

func (o *ApplyLimitClassesOK) IsClientError() bool

IsClientError returns true when this apply limit classes o k response has a 4xx status code

func (*ApplyLimitClassesOK) IsCode added in v2.0.1

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

IsCode returns true when this apply limit classes o k response a status code equal to that given

func (*ApplyLimitClassesOK) IsRedirect added in v2.0.1

func (o *ApplyLimitClassesOK) IsRedirect() bool

IsRedirect returns true when this apply limit classes o k response has a 3xx status code

func (*ApplyLimitClassesOK) IsServerError added in v2.0.1

func (o *ApplyLimitClassesOK) IsServerError() bool

IsServerError returns true when this apply limit classes o k response has a 5xx status code

func (*ApplyLimitClassesOK) IsSuccess added in v2.0.1

func (o *ApplyLimitClassesOK) IsSuccess() bool

IsSuccess returns true when this apply limit classes o k response has a 2xx status code

func (*ApplyLimitClassesOK) String added in v2.0.1

func (o *ApplyLimitClassesOK) String() string

type ApplyLimitClassesParams added in v2.0.1

type ApplyLimitClassesParams struct {

	// Body.
	Body ApplyLimitClassesBody

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

ApplyLimitClassesParams contains all the parameters to send to the API endpoint

for the apply limit classes operation.

Typically these are written to a http.Request.

func NewApplyLimitClassesParams added in v2.0.1

func NewApplyLimitClassesParams() *ApplyLimitClassesParams

NewApplyLimitClassesParams creates a new ApplyLimitClassesParams 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 NewApplyLimitClassesParamsWithContext added in v2.0.1

func NewApplyLimitClassesParamsWithContext(ctx context.Context) *ApplyLimitClassesParams

NewApplyLimitClassesParamsWithContext creates a new ApplyLimitClassesParams object with the ability to set a context for a request.

func NewApplyLimitClassesParamsWithHTTPClient added in v2.0.1

func NewApplyLimitClassesParamsWithHTTPClient(client *http.Client) *ApplyLimitClassesParams

NewApplyLimitClassesParamsWithHTTPClient creates a new ApplyLimitClassesParams object with the ability to set a custom HTTPClient for a request.

func NewApplyLimitClassesParamsWithTimeout added in v2.0.1

func NewApplyLimitClassesParamsWithTimeout(timeout time.Duration) *ApplyLimitClassesParams

NewApplyLimitClassesParamsWithTimeout creates a new ApplyLimitClassesParams object with the ability to set a timeout on a request.

func (*ApplyLimitClassesParams) SetBody added in v2.0.1

SetBody adds the body to the apply limit classes params

func (*ApplyLimitClassesParams) SetContext added in v2.0.1

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

SetContext adds the context to the apply limit classes params

func (*ApplyLimitClassesParams) SetDefaults added in v2.0.1

func (o *ApplyLimitClassesParams) SetDefaults()

SetDefaults hydrates default values in the apply limit classes params (not the query body).

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

func (*ApplyLimitClassesParams) SetHTTPClient added in v2.0.1

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

SetHTTPClient adds the HTTPClient to the apply limit classes params

func (*ApplyLimitClassesParams) SetTimeout added in v2.0.1

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

SetTimeout adds the timeout to the apply limit classes params

func (*ApplyLimitClassesParams) WithBody added in v2.0.1

WithBody adds the body to the apply limit classes params

func (*ApplyLimitClassesParams) WithContext added in v2.0.1

WithContext adds the context to the apply limit classes params

func (*ApplyLimitClassesParams) WithDefaults added in v2.0.1

WithDefaults hydrates default values in the apply limit classes params (not the query body).

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

func (*ApplyLimitClassesParams) WithHTTPClient added in v2.0.1

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

WithHTTPClient adds the HTTPClient to the apply limit classes params

func (*ApplyLimitClassesParams) WithTimeout added in v2.0.1

WithTimeout adds the timeout to the apply limit classes params

func (*ApplyLimitClassesParams) WriteToRequest added in v2.0.1

WriteToRequest writes these params to a swagger request

type ApplyLimitClassesReader added in v2.0.1

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

ApplyLimitClassesReader is a Reader for the ApplyLimitClasses structure.

func (*ApplyLimitClassesReader) ReadResponse added in v2.0.1

func (o *ApplyLimitClassesReader) ReadResponse(response runtime.ClientResponse, consumer runtime.Consumer) (any, error)

ReadResponse reads a server response into the received o.

type ApplyLimitClassesUnauthorized added in v2.0.1

type ApplyLimitClassesUnauthorized struct {
}

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

unauthorized

func NewApplyLimitClassesUnauthorized added in v2.0.1

func NewApplyLimitClassesUnauthorized() *ApplyLimitClassesUnauthorized

NewApplyLimitClassesUnauthorized creates a ApplyLimitClassesUnauthorized with default headers values

func (*ApplyLimitClassesUnauthorized) Code added in v2.0.1

Code gets the status code for the apply limit classes unauthorized response

func (*ApplyLimitClassesUnauthorized) Error added in v2.0.1

func (*ApplyLimitClassesUnauthorized) IsClientError added in v2.0.1

func (o *ApplyLimitClassesUnauthorized) IsClientError() bool

IsClientError returns true when this apply limit classes unauthorized response has a 4xx status code

func (*ApplyLimitClassesUnauthorized) IsCode added in v2.0.1

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

IsCode returns true when this apply limit classes unauthorized response a status code equal to that given

func (*ApplyLimitClassesUnauthorized) IsRedirect added in v2.0.1

func (o *ApplyLimitClassesUnauthorized) IsRedirect() bool

IsRedirect returns true when this apply limit classes unauthorized response has a 3xx status code

func (*ApplyLimitClassesUnauthorized) IsServerError added in v2.0.1

func (o *ApplyLimitClassesUnauthorized) IsServerError() bool

IsServerError returns true when this apply limit classes unauthorized response has a 5xx status code

func (*ApplyLimitClassesUnauthorized) IsSuccess added in v2.0.1

func (o *ApplyLimitClassesUnauthorized) IsSuccess() bool

IsSuccess returns true when this apply limit classes unauthorized response has a 2xx status code

func (*ApplyLimitClassesUnauthorized) String added in v2.0.1

type Client

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

Client for admin API

func (*Client) AddFrontendGrant

func (a *Client) AddFrontendGrant(params *AddFrontendGrantParams, authInfo runtime.ClientAuthInfoWriter, opts ...ClientOption) (*AddFrontendGrantOK, error)

AddFrontendGrant add frontend grant API

func (*Client) AddNamespaceFrontendMapping

func (a *Client) AddNamespaceFrontendMapping(params *AddNamespaceFrontendMappingParams, authInfo runtime.ClientAuthInfoWriter, opts ...ClientOption) (*AddNamespaceFrontendMappingOK, error)

AddNamespaceFrontendMapping add namespace frontend mapping API

func (*Client) AddNamespaceGrant

func (a *Client) AddNamespaceGrant(params *AddNamespaceGrantParams, authInfo runtime.ClientAuthInfoWriter, opts ...ClientOption) (*AddNamespaceGrantOK, error)

AddNamespaceGrant add namespace grant API

func (*Client) AddOrganizationMember

func (a *Client) AddOrganizationMember(params *AddOrganizationMemberParams, authInfo runtime.ClientAuthInfoWriter, opts ...ClientOption) (*AddOrganizationMemberCreated, error)

AddOrganizationMember add organization member API

func (*Client) ApplyLimitClasses added in v2.0.1

func (a *Client) ApplyLimitClasses(params *ApplyLimitClassesParams, authInfo runtime.ClientAuthInfoWriter, opts ...ClientOption) (*ApplyLimitClassesOK, error)

ApplyLimitClasses apply limit classes API

func (*Client) CreateAccount

func (a *Client) CreateAccount(params *CreateAccountParams, authInfo runtime.ClientAuthInfoWriter, opts ...ClientOption) (*CreateAccountCreated, error)

CreateAccount create account API

func (*Client) CreateFrontend

func (a *Client) CreateFrontend(params *CreateFrontendParams, authInfo runtime.ClientAuthInfoWriter, opts ...ClientOption) (*CreateFrontendCreated, error)

CreateFrontend create frontend API

func (*Client) CreateIdentity

func (a *Client) CreateIdentity(params *CreateIdentityParams, authInfo runtime.ClientAuthInfoWriter, opts ...ClientOption) (*CreateIdentityCreated, error)

CreateIdentity create identity API

func (*Client) CreateNamespace

func (a *Client) CreateNamespace(params *CreateNamespaceParams, authInfo runtime.ClientAuthInfoWriter, opts ...ClientOption) (*CreateNamespaceCreated, error)

CreateNamespace create namespace API

func (*Client) CreateOrganization

func (a *Client) CreateOrganization(params *CreateOrganizationParams, authInfo runtime.ClientAuthInfoWriter, opts ...ClientOption) (*CreateOrganizationCreated, error)

CreateOrganization create organization API

func (*Client) DeleteAccount

func (a *Client) DeleteAccount(params *DeleteAccountParams, authInfo runtime.ClientAuthInfoWriter, opts ...ClientOption) (*DeleteAccountOK, error)

DeleteAccount delete account API

func (*Client) DeleteFrontend

func (a *Client) DeleteFrontend(params *DeleteFrontendParams, authInfo runtime.ClientAuthInfoWriter, opts ...ClientOption) (*DeleteFrontendOK, error)

DeleteFrontend delete frontend API

func (*Client) DeleteFrontendGrant

func (a *Client) DeleteFrontendGrant(params *DeleteFrontendGrantParams, authInfo runtime.ClientAuthInfoWriter, opts ...ClientOption) (*DeleteFrontendGrantOK, error)

DeleteFrontendGrant delete frontend grant API

func (*Client) DeleteIdentity

func (a *Client) DeleteIdentity(params *DeleteIdentityParams, authInfo runtime.ClientAuthInfoWriter, opts ...ClientOption) (*DeleteIdentityOK, error)

DeleteIdentity delete identity API

func (*Client) DeleteNamespace

func (a *Client) DeleteNamespace(params *DeleteNamespaceParams, authInfo runtime.ClientAuthInfoWriter, opts ...ClientOption) (*DeleteNamespaceOK, error)

DeleteNamespace delete namespace API

func (*Client) DeleteOrganization

func (a *Client) DeleteOrganization(params *DeleteOrganizationParams, authInfo runtime.ClientAuthInfoWriter, opts ...ClientOption) (*DeleteOrganizationOK, error)

DeleteOrganization delete organization API

func (*Client) GetSkipInterstitialGrant added in v2.0.1

func (a *Client) GetSkipInterstitialGrant(params *GetSkipInterstitialGrantParams, authInfo runtime.ClientAuthInfoWriter, opts ...ClientOption) (*GetSkipInterstitialGrantOK, error)

GetSkipInterstitialGrant get skip interstitial grant API

func (*Client) GrantSkipInterstitial added in v2.0.1

func (a *Client) GrantSkipInterstitial(params *GrantSkipInterstitialParams, authInfo runtime.ClientAuthInfoWriter, opts ...ClientOption) (*GrantSkipInterstitialOK, error)

GrantSkipInterstitial grant skip interstitial API

func (*Client) InviteTokenGenerate

func (a *Client) InviteTokenGenerate(params *InviteTokenGenerateParams, authInfo runtime.ClientAuthInfoWriter, opts ...ClientOption) (*InviteTokenGenerateCreated, error)

InviteTokenGenerate invite token generate API

func (*Client) ListAppliedLimitClasses added in v2.0.1

func (a *Client) ListAppliedLimitClasses(params *ListAppliedLimitClassesParams, authInfo runtime.ClientAuthInfoWriter, opts ...ClientOption) (*ListAppliedLimitClassesOK, error)

ListAppliedLimitClasses list applied limit classes API

func (*Client) ListFrontendNamespaceMappings

func (a *Client) ListFrontendNamespaceMappings(params *ListFrontendNamespaceMappingsParams, authInfo runtime.ClientAuthInfoWriter, opts ...ClientOption) (*ListFrontendNamespaceMappingsOK, error)

ListFrontendNamespaceMappings list frontend namespace mappings API

func (*Client) ListFrontends

func (a *Client) ListFrontends(params *ListFrontendsParams, authInfo runtime.ClientAuthInfoWriter, opts ...ClientOption) (*ListFrontendsOK, error)

ListFrontends list frontends API

func (*Client) ListLimitClasses added in v2.0.1

func (a *Client) ListLimitClasses(params *ListLimitClassesParams, authInfo runtime.ClientAuthInfoWriter, opts ...ClientOption) (*ListLimitClassesOK, error)

ListLimitClasses list limit classes API

func (*Client) ListNamespaceFrontendMappings

func (a *Client) ListNamespaceFrontendMappings(params *ListNamespaceFrontendMappingsParams, authInfo runtime.ClientAuthInfoWriter, opts ...ClientOption) (*ListNamespaceFrontendMappingsOK, error)

ListNamespaceFrontendMappings list namespace frontend mappings API

func (*Client) ListNamespaces

func (a *Client) ListNamespaces(params *ListNamespacesParams, authInfo runtime.ClientAuthInfoWriter, opts ...ClientOption) (*ListNamespacesOK, error)

ListNamespaces list namespaces API

func (*Client) ListOrganizationMembers

func (a *Client) ListOrganizationMembers(params *ListOrganizationMembersParams, authInfo runtime.ClientAuthInfoWriter, opts ...ClientOption) (*ListOrganizationMembersOK, error)

ListOrganizationMembers list organization members API

func (*Client) ListOrganizations

func (a *Client) ListOrganizations(params *ListOrganizationsParams, authInfo runtime.ClientAuthInfoWriter, opts ...ClientOption) (*ListOrganizationsOK, error)

ListOrganizations list organizations API

func (*Client) RemoveAppliedLimitClasses added in v2.0.1

func (a *Client) RemoveAppliedLimitClasses(params *RemoveAppliedLimitClassesParams, authInfo runtime.ClientAuthInfoWriter, opts ...ClientOption) (*RemoveAppliedLimitClassesOK, error)

RemoveAppliedLimitClasses remove applied limit classes API

func (*Client) RemoveNamespaceFrontendMapping

func (a *Client) RemoveNamespaceFrontendMapping(params *RemoveNamespaceFrontendMappingParams, authInfo runtime.ClientAuthInfoWriter, opts ...ClientOption) (*RemoveNamespaceFrontendMappingOK, error)

RemoveNamespaceFrontendMapping remove namespace frontend mapping API

func (*Client) RemoveNamespaceGrant

func (a *Client) RemoveNamespaceGrant(params *RemoveNamespaceGrantParams, authInfo runtime.ClientAuthInfoWriter, opts ...ClientOption) (*RemoveNamespaceGrantOK, error)

RemoveNamespaceGrant remove namespace grant API

func (*Client) RemoveOrganizationMember

func (a *Client) RemoveOrganizationMember(params *RemoveOrganizationMemberParams, authInfo runtime.ClientAuthInfoWriter, opts ...ClientOption) (*RemoveOrganizationMemberOK, error)

RemoveOrganizationMember remove organization member API

func (*Client) RevokeSkipInterstitial added in v2.0.1

func (a *Client) RevokeSkipInterstitial(params *RevokeSkipInterstitialParams, authInfo runtime.ClientAuthInfoWriter, opts ...ClientOption) (*RevokeSkipInterstitialOK, error)

RevokeSkipInterstitial revoke skip interstitial API

func (*Client) SetTransport

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

SetTransport changes the transport on the client

func (*Client) UpdateAccountPassword

func (a *Client) UpdateAccountPassword(params *UpdateAccountPasswordParams, authInfo runtime.ClientAuthInfoWriter, opts ...ClientOption) (*UpdateAccountPasswordOK, error)

UpdateAccountPassword update account password API

func (*Client) UpdateFrontend

func (a *Client) UpdateFrontend(params *UpdateFrontendParams, authInfo runtime.ClientAuthInfoWriter, opts ...ClientOption) (*UpdateFrontendOK, error)

UpdateFrontend update frontend API

func (*Client) UpdateNamespace

func (a *Client) UpdateNamespace(params *UpdateNamespaceParams, authInfo runtime.ClientAuthInfoWriter, opts ...ClientOption) (*UpdateNamespaceOK, error)

UpdateNamespace update namespace API

type ClientOption

type ClientOption func(*runtime.ClientOperation)

ClientOption may be used to customize the behavior of Client methods.

func WithAccept

func WithAccept(mime string) ClientOption

WithAccept allows the client to force the Accept header to negotiate a specific Producer from the server.

You may use this option to set arbitrary extensions to your MIME media type.

func WithContentType

func WithContentType(mime string) ClientOption

WithContentType allows the client to force the Content-Type header to negotiate a specific Consumer from the server.

You may use this option to set arbitrary extensions to your MIME media type.

type ClientService

type ClientService interface {
	AddFrontendGrant(params *AddFrontendGrantParams, authInfo runtime.ClientAuthInfoWriter, opts ...ClientOption) (*AddFrontendGrantOK, error)

	AddNamespaceFrontendMapping(params *AddNamespaceFrontendMappingParams, authInfo runtime.ClientAuthInfoWriter, opts ...ClientOption) (*AddNamespaceFrontendMappingOK, error)

	AddNamespaceGrant(params *AddNamespaceGrantParams, authInfo runtime.ClientAuthInfoWriter, opts ...ClientOption) (*AddNamespaceGrantOK, error)

	AddOrganizationMember(params *AddOrganizationMemberParams, authInfo runtime.ClientAuthInfoWriter, opts ...ClientOption) (*AddOrganizationMemberCreated, error)

	ApplyLimitClasses(params *ApplyLimitClassesParams, authInfo runtime.ClientAuthInfoWriter, opts ...ClientOption) (*ApplyLimitClassesOK, error)

	CreateAccount(params *CreateAccountParams, authInfo runtime.ClientAuthInfoWriter, opts ...ClientOption) (*CreateAccountCreated, error)

	CreateFrontend(params *CreateFrontendParams, authInfo runtime.ClientAuthInfoWriter, opts ...ClientOption) (*CreateFrontendCreated, error)

	CreateIdentity(params *CreateIdentityParams, authInfo runtime.ClientAuthInfoWriter, opts ...ClientOption) (*CreateIdentityCreated, error)

	CreateNamespace(params *CreateNamespaceParams, authInfo runtime.ClientAuthInfoWriter, opts ...ClientOption) (*CreateNamespaceCreated, error)

	CreateOrganization(params *CreateOrganizationParams, authInfo runtime.ClientAuthInfoWriter, opts ...ClientOption) (*CreateOrganizationCreated, error)

	DeleteAccount(params *DeleteAccountParams, authInfo runtime.ClientAuthInfoWriter, opts ...ClientOption) (*DeleteAccountOK, error)

	DeleteFrontend(params *DeleteFrontendParams, authInfo runtime.ClientAuthInfoWriter, opts ...ClientOption) (*DeleteFrontendOK, error)

	DeleteFrontendGrant(params *DeleteFrontendGrantParams, authInfo runtime.ClientAuthInfoWriter, opts ...ClientOption) (*DeleteFrontendGrantOK, error)

	DeleteIdentity(params *DeleteIdentityParams, authInfo runtime.ClientAuthInfoWriter, opts ...ClientOption) (*DeleteIdentityOK, error)

	DeleteNamespace(params *DeleteNamespaceParams, authInfo runtime.ClientAuthInfoWriter, opts ...ClientOption) (*DeleteNamespaceOK, error)

	DeleteOrganization(params *DeleteOrganizationParams, authInfo runtime.ClientAuthInfoWriter, opts ...ClientOption) (*DeleteOrganizationOK, error)

	GetSkipInterstitialGrant(params *GetSkipInterstitialGrantParams, authInfo runtime.ClientAuthInfoWriter, opts ...ClientOption) (*GetSkipInterstitialGrantOK, error)

	GrantSkipInterstitial(params *GrantSkipInterstitialParams, authInfo runtime.ClientAuthInfoWriter, opts ...ClientOption) (*GrantSkipInterstitialOK, error)

	InviteTokenGenerate(params *InviteTokenGenerateParams, authInfo runtime.ClientAuthInfoWriter, opts ...ClientOption) (*InviteTokenGenerateCreated, error)

	ListAppliedLimitClasses(params *ListAppliedLimitClassesParams, authInfo runtime.ClientAuthInfoWriter, opts ...ClientOption) (*ListAppliedLimitClassesOK, error)

	ListFrontendNamespaceMappings(params *ListFrontendNamespaceMappingsParams, authInfo runtime.ClientAuthInfoWriter, opts ...ClientOption) (*ListFrontendNamespaceMappingsOK, error)

	ListFrontends(params *ListFrontendsParams, authInfo runtime.ClientAuthInfoWriter, opts ...ClientOption) (*ListFrontendsOK, error)

	ListLimitClasses(params *ListLimitClassesParams, authInfo runtime.ClientAuthInfoWriter, opts ...ClientOption) (*ListLimitClassesOK, error)

	ListNamespaceFrontendMappings(params *ListNamespaceFrontendMappingsParams, authInfo runtime.ClientAuthInfoWriter, opts ...ClientOption) (*ListNamespaceFrontendMappingsOK, error)

	ListNamespaces(params *ListNamespacesParams, authInfo runtime.ClientAuthInfoWriter, opts ...ClientOption) (*ListNamespacesOK, error)

	ListOrganizationMembers(params *ListOrganizationMembersParams, authInfo runtime.ClientAuthInfoWriter, opts ...ClientOption) (*ListOrganizationMembersOK, error)

	ListOrganizations(params *ListOrganizationsParams, authInfo runtime.ClientAuthInfoWriter, opts ...ClientOption) (*ListOrganizationsOK, error)

	RemoveAppliedLimitClasses(params *RemoveAppliedLimitClassesParams, authInfo runtime.ClientAuthInfoWriter, opts ...ClientOption) (*RemoveAppliedLimitClassesOK, error)

	RemoveNamespaceFrontendMapping(params *RemoveNamespaceFrontendMappingParams, authInfo runtime.ClientAuthInfoWriter, opts ...ClientOption) (*RemoveNamespaceFrontendMappingOK, error)

	RemoveNamespaceGrant(params *RemoveNamespaceGrantParams, authInfo runtime.ClientAuthInfoWriter, opts ...ClientOption) (*RemoveNamespaceGrantOK, error)

	RemoveOrganizationMember(params *RemoveOrganizationMemberParams, authInfo runtime.ClientAuthInfoWriter, opts ...ClientOption) (*RemoveOrganizationMemberOK, error)

	RevokeSkipInterstitial(params *RevokeSkipInterstitialParams, authInfo runtime.ClientAuthInfoWriter, opts ...ClientOption) (*RevokeSkipInterstitialOK, error)

	UpdateAccountPassword(params *UpdateAccountPasswordParams, authInfo runtime.ClientAuthInfoWriter, opts ...ClientOption) (*UpdateAccountPasswordOK, error)

	UpdateFrontend(params *UpdateFrontendParams, authInfo runtime.ClientAuthInfoWriter, opts ...ClientOption) (*UpdateFrontendOK, error)

	UpdateNamespace(params *UpdateNamespaceParams, authInfo runtime.ClientAuthInfoWriter, opts ...ClientOption) (*UpdateNamespaceOK, 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 admin API client.

func NewClientWithBasicAuth

func NewClientWithBasicAuth(host, basePath, scheme, user, password string) ClientService

New creates a new admin API client with basic auth credentials. It takes the following parameters: - host: http host (github.com). - basePath: any base path for the API client ("/v1", "/v3"). - scheme: http scheme ("http", "https"). - user: user for basic authentication header. - password: password for basic authentication header.

func NewClientWithBearerToken

func NewClientWithBearerToken(host, basePath, scheme, bearerToken string) ClientService

New creates a new admin API client with a bearer token for authentication. It takes the following parameters: - host: http host (github.com). - basePath: any base path for the API client ("/v1", "/v3"). - scheme: http scheme ("http", "https"). - bearerToken: bearer token for Bearer authentication header.

type CreateAccountBody

type CreateAccountBody struct {

	// email
	Email string `json:"email,omitempty"`

	// password
	Password string `json:"password,omitempty"`
}

CreateAccountBody create account body swagger:model CreateAccountBody

func (*CreateAccountBody) ContextValidate

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

ContextValidate validates this create account body based on context it is used

func (*CreateAccountBody) MarshalBinary

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

MarshalBinary interface implementation

func (*CreateAccountBody) UnmarshalBinary

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

UnmarshalBinary interface implementation

func (*CreateAccountBody) Validate

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

Validate validates this create account body

type CreateAccountCreated

type CreateAccountCreated struct {
	Payload *CreateAccountCreatedBody
}

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

created

func NewCreateAccountCreated

func NewCreateAccountCreated() *CreateAccountCreated

NewCreateAccountCreated creates a CreateAccountCreated with default headers values

func (*CreateAccountCreated) Code

func (o *CreateAccountCreated) Code() int

Code gets the status code for the create account created response

func (*CreateAccountCreated) Error

func (o *CreateAccountCreated) Error() string

func (*CreateAccountCreated) GetPayload

func (*CreateAccountCreated) IsClientError

func (o *CreateAccountCreated) IsClientError() bool

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

func (*CreateAccountCreated) IsCode

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

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

func (*CreateAccountCreated) IsRedirect

func (o *CreateAccountCreated) IsRedirect() bool

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

func (*CreateAccountCreated) IsServerError

func (o *CreateAccountCreated) IsServerError() bool

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

func (*CreateAccountCreated) IsSuccess

func (o *CreateAccountCreated) IsSuccess() bool

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

func (*CreateAccountCreated) String

func (o *CreateAccountCreated) String() string

type CreateAccountCreatedBody

type CreateAccountCreatedBody struct {

	// account token
	AccountToken string `json:"accountToken,omitempty"`
}

CreateAccountCreatedBody create account created body swagger:model CreateAccountCreatedBody

func (*CreateAccountCreatedBody) ContextValidate

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

ContextValidate validates this create account created body based on context it is used

func (*CreateAccountCreatedBody) MarshalBinary

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

MarshalBinary interface implementation

func (*CreateAccountCreatedBody) UnmarshalBinary

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

UnmarshalBinary interface implementation

func (*CreateAccountCreatedBody) Validate

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

Validate validates this create account created body

type CreateAccountInternalServerError

type CreateAccountInternalServerError struct {
}

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

internal server error

func NewCreateAccountInternalServerError

func NewCreateAccountInternalServerError() *CreateAccountInternalServerError

NewCreateAccountInternalServerError creates a CreateAccountInternalServerError with default headers values

func (*CreateAccountInternalServerError) Code

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

func (*CreateAccountInternalServerError) Error

func (*CreateAccountInternalServerError) IsClientError

func (o *CreateAccountInternalServerError) IsClientError() bool

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

func (*CreateAccountInternalServerError) IsCode

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

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

func (*CreateAccountInternalServerError) IsRedirect

func (o *CreateAccountInternalServerError) IsRedirect() bool

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

func (*CreateAccountInternalServerError) IsServerError

func (o *CreateAccountInternalServerError) IsServerError() bool

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

func (*CreateAccountInternalServerError) IsSuccess

func (o *CreateAccountInternalServerError) IsSuccess() bool

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

func (*CreateAccountInternalServerError) String

type CreateAccountParams

type CreateAccountParams struct {

	// Body.
	Body CreateAccountBody

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

CreateAccountParams contains all the parameters to send to the API endpoint

for the create account operation.

Typically these are written to a http.Request.

func NewCreateAccountParams

func NewCreateAccountParams() *CreateAccountParams

NewCreateAccountParams creates a new CreateAccountParams 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 NewCreateAccountParamsWithContext

func NewCreateAccountParamsWithContext(ctx context.Context) *CreateAccountParams

NewCreateAccountParamsWithContext creates a new CreateAccountParams object with the ability to set a context for a request.

func NewCreateAccountParamsWithHTTPClient

func NewCreateAccountParamsWithHTTPClient(client *http.Client) *CreateAccountParams

NewCreateAccountParamsWithHTTPClient creates a new CreateAccountParams object with the ability to set a custom HTTPClient for a request.

func NewCreateAccountParamsWithTimeout

func NewCreateAccountParamsWithTimeout(timeout time.Duration) *CreateAccountParams

NewCreateAccountParamsWithTimeout creates a new CreateAccountParams object with the ability to set a timeout on a request.

func (*CreateAccountParams) SetBody

func (o *CreateAccountParams) SetBody(body CreateAccountBody)

SetBody adds the body to the create account params

func (*CreateAccountParams) SetContext

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

SetContext adds the context to the create account params

func (*CreateAccountParams) SetDefaults

func (o *CreateAccountParams) SetDefaults()

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

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

func (*CreateAccountParams) SetHTTPClient

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

SetHTTPClient adds the HTTPClient to the create account params

func (*CreateAccountParams) SetTimeout

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

SetTimeout adds the timeout to the create account params

func (*CreateAccountParams) WithBody

WithBody adds the body to the create account params

func (*CreateAccountParams) WithContext

WithContext adds the context to the create account params

func (*CreateAccountParams) WithDefaults

func (o *CreateAccountParams) WithDefaults() *CreateAccountParams

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

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

func (*CreateAccountParams) WithHTTPClient

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

WithHTTPClient adds the HTTPClient to the create account params

func (*CreateAccountParams) WithTimeout

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

WithTimeout adds the timeout to the create account params

func (*CreateAccountParams) WriteToRequest

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

WriteToRequest writes these params to a swagger request

type CreateAccountReader

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

CreateAccountReader is a Reader for the CreateAccount structure.

func (*CreateAccountReader) ReadResponse

func (o *CreateAccountReader) ReadResponse(response runtime.ClientResponse, consumer runtime.Consumer) (any, error)

ReadResponse reads a server response into the received o.

type CreateAccountUnauthorized

type CreateAccountUnauthorized struct {
}

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

unauthorized

func NewCreateAccountUnauthorized

func NewCreateAccountUnauthorized() *CreateAccountUnauthorized

NewCreateAccountUnauthorized creates a CreateAccountUnauthorized with default headers values

func (*CreateAccountUnauthorized) Code

func (o *CreateAccountUnauthorized) Code() int

Code gets the status code for the create account unauthorized response

func (*CreateAccountUnauthorized) Error

func (o *CreateAccountUnauthorized) Error() string

func (*CreateAccountUnauthorized) IsClientError

func (o *CreateAccountUnauthorized) IsClientError() bool

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

func (*CreateAccountUnauthorized) IsCode

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

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

func (*CreateAccountUnauthorized) IsRedirect

func (o *CreateAccountUnauthorized) IsRedirect() bool

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

func (*CreateAccountUnauthorized) IsServerError

func (o *CreateAccountUnauthorized) IsServerError() bool

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

func (*CreateAccountUnauthorized) IsSuccess

func (o *CreateAccountUnauthorized) IsSuccess() bool

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

func (*CreateAccountUnauthorized) String

func (o *CreateAccountUnauthorized) String() string

type CreateFrontendBadRequest

type CreateFrontendBadRequest struct {
}

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

bad request

func NewCreateFrontendBadRequest

func NewCreateFrontendBadRequest() *CreateFrontendBadRequest

NewCreateFrontendBadRequest creates a CreateFrontendBadRequest with default headers values

func (*CreateFrontendBadRequest) Code

func (o *CreateFrontendBadRequest) Code() int

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

func (*CreateFrontendBadRequest) Error

func (o *CreateFrontendBadRequest) Error() string

func (*CreateFrontendBadRequest) IsClientError

func (o *CreateFrontendBadRequest) IsClientError() bool

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

func (*CreateFrontendBadRequest) IsCode

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

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

func (*CreateFrontendBadRequest) IsRedirect

func (o *CreateFrontendBadRequest) IsRedirect() bool

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

func (*CreateFrontendBadRequest) IsServerError

func (o *CreateFrontendBadRequest) IsServerError() bool

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

func (*CreateFrontendBadRequest) IsSuccess

func (o *CreateFrontendBadRequest) IsSuccess() bool

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

func (*CreateFrontendBadRequest) String

func (o *CreateFrontendBadRequest) String() string

type CreateFrontendBody

type CreateFrontendBody struct {

	// dynamic
	Dynamic bool `json:"dynamic,omitempty"`

	// permission mode
	// Enum: ["open","closed"]
	PermissionMode string `json:"permissionMode,omitempty"`

	// public name
	PublicName string `json:"public_name,omitempty"`

	// url template
	URLTemplate string `json:"url_template,omitempty"`

	// z Id
	ZID string `json:"zId,omitempty"`
}

CreateFrontendBody create frontend body swagger:model CreateFrontendBody

func (*CreateFrontendBody) ContextValidate

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

ContextValidate validates this create frontend body based on context it is used

func (*CreateFrontendBody) MarshalBinary

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

MarshalBinary interface implementation

func (*CreateFrontendBody) UnmarshalBinary

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

UnmarshalBinary interface implementation

func (*CreateFrontendBody) Validate

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

Validate validates this create frontend body

type CreateFrontendCreated

type CreateFrontendCreated struct {
	Payload *CreateFrontendCreatedBody
}

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

frontend created

func NewCreateFrontendCreated

func NewCreateFrontendCreated() *CreateFrontendCreated

NewCreateFrontendCreated creates a CreateFrontendCreated with default headers values

func (*CreateFrontendCreated) Code

func (o *CreateFrontendCreated) Code() int

Code gets the status code for the create frontend created response

func (*CreateFrontendCreated) Error

func (o *CreateFrontendCreated) Error() string

func (*CreateFrontendCreated) GetPayload

func (*CreateFrontendCreated) IsClientError

func (o *CreateFrontendCreated) IsClientError() bool

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

func (*CreateFrontendCreated) IsCode

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

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

func (*CreateFrontendCreated) IsRedirect

func (o *CreateFrontendCreated) IsRedirect() bool

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

func (*CreateFrontendCreated) IsServerError

func (o *CreateFrontendCreated) IsServerError() bool

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

func (*CreateFrontendCreated) IsSuccess

func (o *CreateFrontendCreated) IsSuccess() bool

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

func (*CreateFrontendCreated) String

func (o *CreateFrontendCreated) String() string

type CreateFrontendCreatedBody

type CreateFrontendCreatedBody struct {

	// frontend token
	FrontendToken string `json:"frontendToken,omitempty"`
}

CreateFrontendCreatedBody create frontend created body swagger:model CreateFrontendCreatedBody

func (*CreateFrontendCreatedBody) ContextValidate

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

ContextValidate validates this create frontend created body based on context it is used

func (*CreateFrontendCreatedBody) MarshalBinary

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

MarshalBinary interface implementation

func (*CreateFrontendCreatedBody) UnmarshalBinary

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

UnmarshalBinary interface implementation

func (*CreateFrontendCreatedBody) Validate

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

Validate validates this create frontend created body

type CreateFrontendInternalServerError

type CreateFrontendInternalServerError struct {
}

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

internal server error

func NewCreateFrontendInternalServerError

func NewCreateFrontendInternalServerError() *CreateFrontendInternalServerError

NewCreateFrontendInternalServerError creates a CreateFrontendInternalServerError with default headers values

func (*CreateFrontendInternalServerError) Code

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

func (*CreateFrontendInternalServerError) Error

func (*CreateFrontendInternalServerError) IsClientError

func (o *CreateFrontendInternalServerError) IsClientError() bool

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

func (*CreateFrontendInternalServerError) IsCode

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

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

func (*CreateFrontendInternalServerError) IsRedirect

func (o *CreateFrontendInternalServerError) IsRedirect() bool

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

func (*CreateFrontendInternalServerError) IsServerError

func (o *CreateFrontendInternalServerError) IsServerError() bool

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

func (*CreateFrontendInternalServerError) IsSuccess

func (o *CreateFrontendInternalServerError) IsSuccess() bool

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

func (*CreateFrontendInternalServerError) String

type CreateFrontendNotFound

type CreateFrontendNotFound struct {
}

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

not found

func NewCreateFrontendNotFound

func NewCreateFrontendNotFound() *CreateFrontendNotFound

NewCreateFrontendNotFound creates a CreateFrontendNotFound with default headers values

func (*CreateFrontendNotFound) Code

func (o *CreateFrontendNotFound) Code() int

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

func (*CreateFrontendNotFound) Error

func (o *CreateFrontendNotFound) Error() string

func (*CreateFrontendNotFound) IsClientError

func (o *CreateFrontendNotFound) IsClientError() bool

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

func (*CreateFrontendNotFound) IsCode

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

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

func (*CreateFrontendNotFound) IsRedirect

func (o *CreateFrontendNotFound) IsRedirect() bool

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

func (*CreateFrontendNotFound) IsServerError

func (o *CreateFrontendNotFound) IsServerError() bool

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

func (*CreateFrontendNotFound) IsSuccess

func (o *CreateFrontendNotFound) IsSuccess() bool

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

func (*CreateFrontendNotFound) String

func (o *CreateFrontendNotFound) String() string

type CreateFrontendParams

type CreateFrontendParams struct {

	// Body.
	Body CreateFrontendBody

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

CreateFrontendParams contains all the parameters to send to the API endpoint

for the create frontend operation.

Typically these are written to a http.Request.

func NewCreateFrontendParams

func NewCreateFrontendParams() *CreateFrontendParams

NewCreateFrontendParams creates a new CreateFrontendParams 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 NewCreateFrontendParamsWithContext

func NewCreateFrontendParamsWithContext(ctx context.Context) *CreateFrontendParams

NewCreateFrontendParamsWithContext creates a new CreateFrontendParams object with the ability to set a context for a request.

func NewCreateFrontendParamsWithHTTPClient

func NewCreateFrontendParamsWithHTTPClient(client *http.Client) *CreateFrontendParams

NewCreateFrontendParamsWithHTTPClient creates a new CreateFrontendParams object with the ability to set a custom HTTPClient for a request.

func NewCreateFrontendParamsWithTimeout

func NewCreateFrontendParamsWithTimeout(timeout time.Duration) *CreateFrontendParams

NewCreateFrontendParamsWithTimeout creates a new CreateFrontendParams object with the ability to set a timeout on a request.

func (*CreateFrontendParams) SetBody

func (o *CreateFrontendParams) SetBody(body CreateFrontendBody)

SetBody adds the body to the create frontend params

func (*CreateFrontendParams) SetContext

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

SetContext adds the context to the create frontend params

func (*CreateFrontendParams) SetDefaults

func (o *CreateFrontendParams) SetDefaults()

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

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

func (*CreateFrontendParams) SetHTTPClient

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

SetHTTPClient adds the HTTPClient to the create frontend params

func (*CreateFrontendParams) SetTimeout

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

SetTimeout adds the timeout to the create frontend params

func (*CreateFrontendParams) WithBody

WithBody adds the body to the create frontend params

func (*CreateFrontendParams) WithContext

WithContext adds the context to the create frontend params

func (*CreateFrontendParams) WithDefaults

func (o *CreateFrontendParams) WithDefaults() *CreateFrontendParams

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

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

func (*CreateFrontendParams) WithHTTPClient

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

WithHTTPClient adds the HTTPClient to the create frontend params

func (*CreateFrontendParams) WithTimeout

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

WithTimeout adds the timeout to the create frontend params

func (*CreateFrontendParams) WriteToRequest

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

WriteToRequest writes these params to a swagger request

type CreateFrontendReader

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

CreateFrontendReader is a Reader for the CreateFrontend structure.

func (*CreateFrontendReader) ReadResponse

func (o *CreateFrontendReader) ReadResponse(response runtime.ClientResponse, consumer runtime.Consumer) (any, error)

ReadResponse reads a server response into the received o.

type CreateFrontendUnauthorized

type CreateFrontendUnauthorized struct {
}

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

unauthorized

func NewCreateFrontendUnauthorized

func NewCreateFrontendUnauthorized() *CreateFrontendUnauthorized

NewCreateFrontendUnauthorized creates a CreateFrontendUnauthorized with default headers values

func (*CreateFrontendUnauthorized) Code

func (o *CreateFrontendUnauthorized) Code() int

Code gets the status code for the create frontend unauthorized response

func (*CreateFrontendUnauthorized) Error

func (*CreateFrontendUnauthorized) IsClientError

func (o *CreateFrontendUnauthorized) IsClientError() bool

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

func (*CreateFrontendUnauthorized) IsCode

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

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

func (*CreateFrontendUnauthorized) IsRedirect

func (o *CreateFrontendUnauthorized) IsRedirect() bool

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

func (*CreateFrontendUnauthorized) IsServerError

func (o *CreateFrontendUnauthorized) IsServerError() bool

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

func (*CreateFrontendUnauthorized) IsSuccess

func (o *CreateFrontendUnauthorized) IsSuccess() bool

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

func (*CreateFrontendUnauthorized) String

func (o *CreateFrontendUnauthorized) String() string

type CreateIdentityBody

type CreateIdentityBody struct {

	// name
	Name string `json:"name,omitempty"`
}

CreateIdentityBody create identity body swagger:model CreateIdentityBody

func (*CreateIdentityBody) ContextValidate

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

ContextValidate validates this create identity body based on context it is used

func (*CreateIdentityBody) MarshalBinary

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

MarshalBinary interface implementation

func (*CreateIdentityBody) UnmarshalBinary

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

UnmarshalBinary interface implementation

func (*CreateIdentityBody) Validate

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

Validate validates this create identity body

type CreateIdentityCreated

type CreateIdentityCreated struct {
	Payload *CreateIdentityCreatedBody
}

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

created

func NewCreateIdentityCreated

func NewCreateIdentityCreated() *CreateIdentityCreated

NewCreateIdentityCreated creates a CreateIdentityCreated with default headers values

func (*CreateIdentityCreated) Code

func (o *CreateIdentityCreated) Code() int

Code gets the status code for the create identity created response

func (*CreateIdentityCreated) Error

func (o *CreateIdentityCreated) Error() string

func (*CreateIdentityCreated) GetPayload

func (*CreateIdentityCreated) IsClientError

func (o *CreateIdentityCreated) IsClientError() bool

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

func (*CreateIdentityCreated) IsCode

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

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

func (*CreateIdentityCreated) IsRedirect

func (o *CreateIdentityCreated) IsRedirect() bool

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

func (*CreateIdentityCreated) IsServerError

func (o *CreateIdentityCreated) IsServerError() bool

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

func (*CreateIdentityCreated) IsSuccess

func (o *CreateIdentityCreated) IsSuccess() bool

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

func (*CreateIdentityCreated) String

func (o *CreateIdentityCreated) String() string

type CreateIdentityCreatedBody

type CreateIdentityCreatedBody struct {

	// cfg
	Cfg string `json:"cfg,omitempty"`

	// identity
	Identity string `json:"identity,omitempty"`
}

CreateIdentityCreatedBody create identity created body swagger:model CreateIdentityCreatedBody

func (*CreateIdentityCreatedBody) ContextValidate

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

ContextValidate validates this create identity created body based on context it is used

func (*CreateIdentityCreatedBody) MarshalBinary

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

MarshalBinary interface implementation

func (*CreateIdentityCreatedBody) UnmarshalBinary

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

UnmarshalBinary interface implementation

func (*CreateIdentityCreatedBody) Validate

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

Validate validates this create identity created body

type CreateIdentityInternalServerError

type CreateIdentityInternalServerError struct {
}

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

internal server error

func NewCreateIdentityInternalServerError

func NewCreateIdentityInternalServerError() *CreateIdentityInternalServerError

NewCreateIdentityInternalServerError creates a CreateIdentityInternalServerError with default headers values

func (*CreateIdentityInternalServerError) Code

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

func (*CreateIdentityInternalServerError) Error

func (*CreateIdentityInternalServerError) IsClientError

func (o *CreateIdentityInternalServerError) IsClientError() bool

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

func (*CreateIdentityInternalServerError) IsCode

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

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

func (*CreateIdentityInternalServerError) IsRedirect

func (o *CreateIdentityInternalServerError) IsRedirect() bool

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

func (*CreateIdentityInternalServerError) IsServerError

func (o *CreateIdentityInternalServerError) IsServerError() bool

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

func (*CreateIdentityInternalServerError) IsSuccess

func (o *CreateIdentityInternalServerError) IsSuccess() bool

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

func (*CreateIdentityInternalServerError) String

type CreateIdentityParams

type CreateIdentityParams struct {

	// Body.
	Body CreateIdentityBody

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

CreateIdentityParams contains all the parameters to send to the API endpoint

for the create identity operation.

Typically these are written to a http.Request.

func NewCreateIdentityParams

func NewCreateIdentityParams() *CreateIdentityParams

NewCreateIdentityParams creates a new CreateIdentityParams 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 NewCreateIdentityParamsWithContext

func NewCreateIdentityParamsWithContext(ctx context.Context) *CreateIdentityParams

NewCreateIdentityParamsWithContext creates a new CreateIdentityParams object with the ability to set a context for a request.

func NewCreateIdentityParamsWithHTTPClient

func NewCreateIdentityParamsWithHTTPClient(client *http.Client) *CreateIdentityParams

NewCreateIdentityParamsWithHTTPClient creates a new CreateIdentityParams object with the ability to set a custom HTTPClient for a request.

func NewCreateIdentityParamsWithTimeout

func NewCreateIdentityParamsWithTimeout(timeout time.Duration) *CreateIdentityParams

NewCreateIdentityParamsWithTimeout creates a new CreateIdentityParams object with the ability to set a timeout on a request.

func (*CreateIdentityParams) SetBody

func (o *CreateIdentityParams) SetBody(body CreateIdentityBody)

SetBody adds the body to the create identity params

func (*CreateIdentityParams) SetContext

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

SetContext adds the context to the create identity params

func (*CreateIdentityParams) SetDefaults

func (o *CreateIdentityParams) SetDefaults()

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

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

func (*CreateIdentityParams) SetHTTPClient

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

SetHTTPClient adds the HTTPClient to the create identity params

func (*CreateIdentityParams) SetTimeout

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

SetTimeout adds the timeout to the create identity params

func (*CreateIdentityParams) WithBody

WithBody adds the body to the create identity params

func (*CreateIdentityParams) WithContext

WithContext adds the context to the create identity params

func (*CreateIdentityParams) WithDefaults

func (o *CreateIdentityParams) WithDefaults() *CreateIdentityParams

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

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

func (*CreateIdentityParams) WithHTTPClient

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

WithHTTPClient adds the HTTPClient to the create identity params

func (*CreateIdentityParams) WithTimeout

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

WithTimeout adds the timeout to the create identity params

func (*CreateIdentityParams) WriteToRequest

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

WriteToRequest writes these params to a swagger request

type CreateIdentityReader

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

CreateIdentityReader is a Reader for the CreateIdentity structure.

func (*CreateIdentityReader) ReadResponse

func (o *CreateIdentityReader) ReadResponse(response runtime.ClientResponse, consumer runtime.Consumer) (any, error)

ReadResponse reads a server response into the received o.

type CreateIdentityUnauthorized

type CreateIdentityUnauthorized struct {
}

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

unauthorized

func NewCreateIdentityUnauthorized

func NewCreateIdentityUnauthorized() *CreateIdentityUnauthorized

NewCreateIdentityUnauthorized creates a CreateIdentityUnauthorized with default headers values

func (*CreateIdentityUnauthorized) Code

func (o *CreateIdentityUnauthorized) Code() int

Code gets the status code for the create identity unauthorized response

func (*CreateIdentityUnauthorized) Error

func (*CreateIdentityUnauthorized) IsClientError

func (o *CreateIdentityUnauthorized) IsClientError() bool

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

func (*CreateIdentityUnauthorized) IsCode

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

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

func (*CreateIdentityUnauthorized) IsRedirect

func (o *CreateIdentityUnauthorized) IsRedirect() bool

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

func (*CreateIdentityUnauthorized) IsServerError

func (o *CreateIdentityUnauthorized) IsServerError() bool

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

func (*CreateIdentityUnauthorized) IsSuccess

func (o *CreateIdentityUnauthorized) IsSuccess() bool

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

func (*CreateIdentityUnauthorized) String

func (o *CreateIdentityUnauthorized) String() string

type CreateNamespaceBody

type CreateNamespaceBody struct {

	// description
	Description string `json:"description,omitempty"`

	// name
	Name string `json:"name,omitempty"`

	// open
	Open bool `json:"open,omitempty"`

	// token
	Token string `json:"token,omitempty"`
}

CreateNamespaceBody create namespace body swagger:model CreateNamespaceBody

func (*CreateNamespaceBody) ContextValidate

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

ContextValidate validates this create namespace body based on context it is used

func (*CreateNamespaceBody) MarshalBinary

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

MarshalBinary interface implementation

func (*CreateNamespaceBody) UnmarshalBinary

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

UnmarshalBinary interface implementation

func (*CreateNamespaceBody) Validate

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

Validate validates this create namespace body

type CreateNamespaceConflict

type CreateNamespaceConflict struct {
}

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

namespace already exists

func NewCreateNamespaceConflict

func NewCreateNamespaceConflict() *CreateNamespaceConflict

NewCreateNamespaceConflict creates a CreateNamespaceConflict with default headers values

func (*CreateNamespaceConflict) Code

func (o *CreateNamespaceConflict) Code() int

Code gets the status code for the create namespace conflict response

func (*CreateNamespaceConflict) Error

func (o *CreateNamespaceConflict) Error() string

func (*CreateNamespaceConflict) IsClientError

func (o *CreateNamespaceConflict) IsClientError() bool

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

func (*CreateNamespaceConflict) IsCode

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

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

func (*CreateNamespaceConflict) IsRedirect

func (o *CreateNamespaceConflict) IsRedirect() bool

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

func (*CreateNamespaceConflict) IsServerError

func (o *CreateNamespaceConflict) IsServerError() bool

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

func (*CreateNamespaceConflict) IsSuccess

func (o *CreateNamespaceConflict) IsSuccess() bool

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

func (*CreateNamespaceConflict) String

func (o *CreateNamespaceConflict) String() string

type CreateNamespaceCreated

type CreateNamespaceCreated struct {
	Payload *CreateNamespaceCreatedBody
}

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

namespace created

func NewCreateNamespaceCreated

func NewCreateNamespaceCreated() *CreateNamespaceCreated

NewCreateNamespaceCreated creates a CreateNamespaceCreated with default headers values

func (*CreateNamespaceCreated) Code

func (o *CreateNamespaceCreated) Code() int

Code gets the status code for the create namespace created response

func (*CreateNamespaceCreated) Error

func (o *CreateNamespaceCreated) Error() string

func (*CreateNamespaceCreated) GetPayload

func (*CreateNamespaceCreated) IsClientError

func (o *CreateNamespaceCreated) IsClientError() bool

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

func (*CreateNamespaceCreated) IsCode

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

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

func (*CreateNamespaceCreated) IsRedirect

func (o *CreateNamespaceCreated) IsRedirect() bool

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

func (*CreateNamespaceCreated) IsServerError

func (o *CreateNamespaceCreated) IsServerError() bool

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

func (*CreateNamespaceCreated) IsSuccess

func (o *CreateNamespaceCreated) IsSuccess() bool

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

func (*CreateNamespaceCreated) String

func (o *CreateNamespaceCreated) String() string

type CreateNamespaceCreatedBody

type CreateNamespaceCreatedBody struct {

	// namespace token
	NamespaceToken string `json:"namespaceToken,omitempty"`
}

CreateNamespaceCreatedBody create namespace created body swagger:model CreateNamespaceCreatedBody

func (*CreateNamespaceCreatedBody) ContextValidate

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

ContextValidate validates this create namespace created body based on context it is used

func (*CreateNamespaceCreatedBody) MarshalBinary

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

MarshalBinary interface implementation

func (*CreateNamespaceCreatedBody) UnmarshalBinary

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

UnmarshalBinary interface implementation

func (*CreateNamespaceCreatedBody) Validate

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

Validate validates this create namespace created body

type CreateNamespaceInternalServerError

type CreateNamespaceInternalServerError struct {
}

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

internal server error

func NewCreateNamespaceInternalServerError

func NewCreateNamespaceInternalServerError() *CreateNamespaceInternalServerError

NewCreateNamespaceInternalServerError creates a CreateNamespaceInternalServerError with default headers values

func (*CreateNamespaceInternalServerError) Code

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

func (*CreateNamespaceInternalServerError) Error

func (*CreateNamespaceInternalServerError) IsClientError

func (o *CreateNamespaceInternalServerError) IsClientError() bool

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

func (*CreateNamespaceInternalServerError) IsCode

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

func (*CreateNamespaceInternalServerError) IsRedirect

func (o *CreateNamespaceInternalServerError) IsRedirect() bool

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

func (*CreateNamespaceInternalServerError) IsServerError

func (o *CreateNamespaceInternalServerError) IsServerError() bool

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

func (*CreateNamespaceInternalServerError) IsSuccess

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

func (*CreateNamespaceInternalServerError) String

type CreateNamespaceParams

type CreateNamespaceParams struct {

	// Body.
	Body CreateNamespaceBody

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

CreateNamespaceParams contains all the parameters to send to the API endpoint

for the create namespace operation.

Typically these are written to a http.Request.

func NewCreateNamespaceParams

func NewCreateNamespaceParams() *CreateNamespaceParams

NewCreateNamespaceParams creates a new CreateNamespaceParams 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 NewCreateNamespaceParamsWithContext

func NewCreateNamespaceParamsWithContext(ctx context.Context) *CreateNamespaceParams

NewCreateNamespaceParamsWithContext creates a new CreateNamespaceParams object with the ability to set a context for a request.

func NewCreateNamespaceParamsWithHTTPClient

func NewCreateNamespaceParamsWithHTTPClient(client *http.Client) *CreateNamespaceParams

NewCreateNamespaceParamsWithHTTPClient creates a new CreateNamespaceParams object with the ability to set a custom HTTPClient for a request.

func NewCreateNamespaceParamsWithTimeout

func NewCreateNamespaceParamsWithTimeout(timeout time.Duration) *CreateNamespaceParams

NewCreateNamespaceParamsWithTimeout creates a new CreateNamespaceParams object with the ability to set a timeout on a request.

func (*CreateNamespaceParams) SetBody

func (o *CreateNamespaceParams) SetBody(body CreateNamespaceBody)

SetBody adds the body to the create namespace params

func (*CreateNamespaceParams) SetContext

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

SetContext adds the context to the create namespace params

func (*CreateNamespaceParams) SetDefaults

func (o *CreateNamespaceParams) SetDefaults()

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

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

func (*CreateNamespaceParams) SetHTTPClient

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

SetHTTPClient adds the HTTPClient to the create namespace params

func (*CreateNamespaceParams) SetTimeout

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

SetTimeout adds the timeout to the create namespace params

func (*CreateNamespaceParams) WithBody

WithBody adds the body to the create namespace params

func (*CreateNamespaceParams) WithContext

WithContext adds the context to the create namespace params

func (*CreateNamespaceParams) WithDefaults

func (o *CreateNamespaceParams) WithDefaults() *CreateNamespaceParams

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

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

func (*CreateNamespaceParams) WithHTTPClient

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

WithHTTPClient adds the HTTPClient to the create namespace params

func (*CreateNamespaceParams) WithTimeout

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

WithTimeout adds the timeout to the create namespace params

func (*CreateNamespaceParams) WriteToRequest

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

WriteToRequest writes these params to a swagger request

type CreateNamespaceReader

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

CreateNamespaceReader is a Reader for the CreateNamespace structure.

func (*CreateNamespaceReader) ReadResponse

func (o *CreateNamespaceReader) ReadResponse(response runtime.ClientResponse, consumer runtime.Consumer) (any, error)

ReadResponse reads a server response into the received o.

type CreateNamespaceUnauthorized

type CreateNamespaceUnauthorized struct {
}

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

unauthorized

func NewCreateNamespaceUnauthorized

func NewCreateNamespaceUnauthorized() *CreateNamespaceUnauthorized

NewCreateNamespaceUnauthorized creates a CreateNamespaceUnauthorized with default headers values

func (*CreateNamespaceUnauthorized) Code

func (o *CreateNamespaceUnauthorized) Code() int

Code gets the status code for the create namespace unauthorized response

func (*CreateNamespaceUnauthorized) Error

func (*CreateNamespaceUnauthorized) IsClientError

func (o *CreateNamespaceUnauthorized) IsClientError() bool

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

func (*CreateNamespaceUnauthorized) IsCode

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

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

func (*CreateNamespaceUnauthorized) IsRedirect

func (o *CreateNamespaceUnauthorized) IsRedirect() bool

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

func (*CreateNamespaceUnauthorized) IsServerError

func (o *CreateNamespaceUnauthorized) IsServerError() bool

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

func (*CreateNamespaceUnauthorized) IsSuccess

func (o *CreateNamespaceUnauthorized) IsSuccess() bool

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

func (*CreateNamespaceUnauthorized) String

func (o *CreateNamespaceUnauthorized) String() string

type CreateOrganizationBody

type CreateOrganizationBody struct {

	// description
	Description string `json:"description,omitempty"`
}

CreateOrganizationBody create organization body swagger:model CreateOrganizationBody

func (*CreateOrganizationBody) ContextValidate

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

ContextValidate validates this create organization body based on context it is used

func (*CreateOrganizationBody) MarshalBinary

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

MarshalBinary interface implementation

func (*CreateOrganizationBody) UnmarshalBinary

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

UnmarshalBinary interface implementation

func (*CreateOrganizationBody) Validate

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

Validate validates this create organization body

type CreateOrganizationCreated

type CreateOrganizationCreated struct {
	Payload *CreateOrganizationCreatedBody
}

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

organization created

func NewCreateOrganizationCreated

func NewCreateOrganizationCreated() *CreateOrganizationCreated

NewCreateOrganizationCreated creates a CreateOrganizationCreated with default headers values

func (*CreateOrganizationCreated) Code

func (o *CreateOrganizationCreated) Code() int

Code gets the status code for the create organization created response

func (*CreateOrganizationCreated) Error

func (o *CreateOrganizationCreated) Error() string

func (*CreateOrganizationCreated) GetPayload

func (*CreateOrganizationCreated) IsClientError

func (o *CreateOrganizationCreated) IsClientError() bool

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

func (*CreateOrganizationCreated) IsCode

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

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

func (*CreateOrganizationCreated) IsRedirect

func (o *CreateOrganizationCreated) IsRedirect() bool

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

func (*CreateOrganizationCreated) IsServerError

func (o *CreateOrganizationCreated) IsServerError() bool

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

func (*CreateOrganizationCreated) IsSuccess

func (o *CreateOrganizationCreated) IsSuccess() bool

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

func (*CreateOrganizationCreated) String

func (o *CreateOrganizationCreated) String() string

type CreateOrganizationCreatedBody

type CreateOrganizationCreatedBody struct {

	// organization token
	OrganizationToken string `json:"organizationToken,omitempty"`
}

CreateOrganizationCreatedBody create organization created body swagger:model CreateOrganizationCreatedBody

func (*CreateOrganizationCreatedBody) ContextValidate

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

ContextValidate validates this create organization created body based on context it is used

func (*CreateOrganizationCreatedBody) MarshalBinary

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

MarshalBinary interface implementation

func (*CreateOrganizationCreatedBody) UnmarshalBinary

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

UnmarshalBinary interface implementation

func (*CreateOrganizationCreatedBody) Validate

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

Validate validates this create organization created body

type CreateOrganizationInternalServerError

type CreateOrganizationInternalServerError struct {
}

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

internal server error

func NewCreateOrganizationInternalServerError

func NewCreateOrganizationInternalServerError() *CreateOrganizationInternalServerError

NewCreateOrganizationInternalServerError creates a CreateOrganizationInternalServerError with default headers values

func (*CreateOrganizationInternalServerError) Code

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

func (*CreateOrganizationInternalServerError) Error

func (*CreateOrganizationInternalServerError) IsClientError

func (o *CreateOrganizationInternalServerError) IsClientError() bool

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

func (*CreateOrganizationInternalServerError) IsCode

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

func (*CreateOrganizationInternalServerError) IsRedirect

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

func (*CreateOrganizationInternalServerError) IsServerError

func (o *CreateOrganizationInternalServerError) IsServerError() bool

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

func (*CreateOrganizationInternalServerError) IsSuccess

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

func (*CreateOrganizationInternalServerError) String

type CreateOrganizationParams

type CreateOrganizationParams struct {

	// Body.
	Body CreateOrganizationBody

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

CreateOrganizationParams contains all the parameters to send to the API endpoint

for the create organization operation.

Typically these are written to a http.Request.

func NewCreateOrganizationParams

func NewCreateOrganizationParams() *CreateOrganizationParams

NewCreateOrganizationParams creates a new CreateOrganizationParams 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 NewCreateOrganizationParamsWithContext

func NewCreateOrganizationParamsWithContext(ctx context.Context) *CreateOrganizationParams

NewCreateOrganizationParamsWithContext creates a new CreateOrganizationParams object with the ability to set a context for a request.

func NewCreateOrganizationParamsWithHTTPClient

func NewCreateOrganizationParamsWithHTTPClient(client *http.Client) *CreateOrganizationParams

NewCreateOrganizationParamsWithHTTPClient creates a new CreateOrganizationParams object with the ability to set a custom HTTPClient for a request.

func NewCreateOrganizationParamsWithTimeout

func NewCreateOrganizationParamsWithTimeout(timeout time.Duration) *CreateOrganizationParams

NewCreateOrganizationParamsWithTimeout creates a new CreateOrganizationParams object with the ability to set a timeout on a request.

func (*CreateOrganizationParams) SetBody

SetBody adds the body to the create organization params

func (*CreateOrganizationParams) SetContext

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

SetContext adds the context to the create organization params

func (*CreateOrganizationParams) SetDefaults

func (o *CreateOrganizationParams) SetDefaults()

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

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

func (*CreateOrganizationParams) SetHTTPClient

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

SetHTTPClient adds the HTTPClient to the create organization params

func (*CreateOrganizationParams) SetTimeout

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

SetTimeout adds the timeout to the create organization params

func (*CreateOrganizationParams) WithBody

WithBody adds the body to the create organization params

func (*CreateOrganizationParams) WithContext

WithContext adds the context to the create organization params

func (*CreateOrganizationParams) WithDefaults

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

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

func (*CreateOrganizationParams) WithHTTPClient

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

WithHTTPClient adds the HTTPClient to the create organization params

func (*CreateOrganizationParams) WithTimeout

WithTimeout adds the timeout to the create organization params

func (*CreateOrganizationParams) WriteToRequest

WriteToRequest writes these params to a swagger request

type CreateOrganizationReader

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

CreateOrganizationReader is a Reader for the CreateOrganization structure.

func (*CreateOrganizationReader) ReadResponse

func (o *CreateOrganizationReader) ReadResponse(response runtime.ClientResponse, consumer runtime.Consumer) (any, error)

ReadResponse reads a server response into the received o.

type CreateOrganizationUnauthorized

type CreateOrganizationUnauthorized struct {
}

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

unauthorized

func NewCreateOrganizationUnauthorized

func NewCreateOrganizationUnauthorized() *CreateOrganizationUnauthorized

NewCreateOrganizationUnauthorized creates a CreateOrganizationUnauthorized with default headers values

func (*CreateOrganizationUnauthorized) Code

Code gets the status code for the create organization unauthorized response

func (*CreateOrganizationUnauthorized) Error

func (*CreateOrganizationUnauthorized) IsClientError

func (o *CreateOrganizationUnauthorized) IsClientError() bool

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

func (*CreateOrganizationUnauthorized) IsCode

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

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

func (*CreateOrganizationUnauthorized) IsRedirect

func (o *CreateOrganizationUnauthorized) IsRedirect() bool

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

func (*CreateOrganizationUnauthorized) IsServerError

func (o *CreateOrganizationUnauthorized) IsServerError() bool

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

func (*CreateOrganizationUnauthorized) IsSuccess

func (o *CreateOrganizationUnauthorized) IsSuccess() bool

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

func (*CreateOrganizationUnauthorized) String

type DeleteAccountBody

type DeleteAccountBody struct {

	// email
	Email string `json:"email,omitempty"`
}

DeleteAccountBody delete account body swagger:model DeleteAccountBody

func (*DeleteAccountBody) ContextValidate

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

ContextValidate validates this delete account body based on context it is used

func (*DeleteAccountBody) MarshalBinary

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

MarshalBinary interface implementation

func (*DeleteAccountBody) UnmarshalBinary

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

UnmarshalBinary interface implementation

func (*DeleteAccountBody) Validate

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

Validate validates this delete account body

type DeleteAccountInternalServerError

type DeleteAccountInternalServerError struct {
}

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

internal server error

func NewDeleteAccountInternalServerError

func NewDeleteAccountInternalServerError() *DeleteAccountInternalServerError

NewDeleteAccountInternalServerError creates a DeleteAccountInternalServerError with default headers values

func (*DeleteAccountInternalServerError) Code

Code gets the status code for the delete account internal server error response

func (*DeleteAccountInternalServerError) Error

func (*DeleteAccountInternalServerError) IsClientError

func (o *DeleteAccountInternalServerError) IsClientError() bool

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

func (*DeleteAccountInternalServerError) IsCode

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

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

func (*DeleteAccountInternalServerError) IsRedirect

func (o *DeleteAccountInternalServerError) IsRedirect() bool

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

func (*DeleteAccountInternalServerError) IsServerError

func (o *DeleteAccountInternalServerError) IsServerError() bool

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

func (*DeleteAccountInternalServerError) IsSuccess

func (o *DeleteAccountInternalServerError) IsSuccess() bool

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

func (*DeleteAccountInternalServerError) String

type DeleteAccountNotFound

type DeleteAccountNotFound struct {
}

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

not found

func NewDeleteAccountNotFound

func NewDeleteAccountNotFound() *DeleteAccountNotFound

NewDeleteAccountNotFound creates a DeleteAccountNotFound with default headers values

func (*DeleteAccountNotFound) Code

func (o *DeleteAccountNotFound) Code() int

Code gets the status code for the delete account not found response

func (*DeleteAccountNotFound) Error

func (o *DeleteAccountNotFound) Error() string

func (*DeleteAccountNotFound) IsClientError

func (o *DeleteAccountNotFound) IsClientError() bool

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

func (*DeleteAccountNotFound) IsCode

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

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

func (*DeleteAccountNotFound) IsRedirect

func (o *DeleteAccountNotFound) IsRedirect() bool

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

func (*DeleteAccountNotFound) IsServerError

func (o *DeleteAccountNotFound) IsServerError() bool

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

func (*DeleteAccountNotFound) IsSuccess

func (o *DeleteAccountNotFound) IsSuccess() bool

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

func (*DeleteAccountNotFound) String

func (o *DeleteAccountNotFound) String() string

type DeleteAccountOK

type DeleteAccountOK struct {
}

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

ok

func NewDeleteAccountOK

func NewDeleteAccountOK() *DeleteAccountOK

NewDeleteAccountOK creates a DeleteAccountOK with default headers values

func (*DeleteAccountOK) Code

func (o *DeleteAccountOK) Code() int

Code gets the status code for the delete account o k response

func (*DeleteAccountOK) Error

func (o *DeleteAccountOK) Error() string

func (*DeleteAccountOK) IsClientError

func (o *DeleteAccountOK) IsClientError() bool

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

func (*DeleteAccountOK) IsCode

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

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

func (*DeleteAccountOK) IsRedirect

func (o *DeleteAccountOK) IsRedirect() bool

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

func (*DeleteAccountOK) IsServerError

func (o *DeleteAccountOK) IsServerError() bool

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

func (*DeleteAccountOK) IsSuccess

func (o *DeleteAccountOK) IsSuccess() bool

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

func (*DeleteAccountOK) String

func (o *DeleteAccountOK) String() string

type DeleteAccountParams

type DeleteAccountParams struct {

	// Body.
	Body DeleteAccountBody

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

DeleteAccountParams contains all the parameters to send to the API endpoint

for the delete account operation.

Typically these are written to a http.Request.

func NewDeleteAccountParams

func NewDeleteAccountParams() *DeleteAccountParams

NewDeleteAccountParams creates a new DeleteAccountParams 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 NewDeleteAccountParamsWithContext

func NewDeleteAccountParamsWithContext(ctx context.Context) *DeleteAccountParams

NewDeleteAccountParamsWithContext creates a new DeleteAccountParams object with the ability to set a context for a request.

func NewDeleteAccountParamsWithHTTPClient

func NewDeleteAccountParamsWithHTTPClient(client *http.Client) *DeleteAccountParams

NewDeleteAccountParamsWithHTTPClient creates a new DeleteAccountParams object with the ability to set a custom HTTPClient for a request.

func NewDeleteAccountParamsWithTimeout

func NewDeleteAccountParamsWithTimeout(timeout time.Duration) *DeleteAccountParams

NewDeleteAccountParamsWithTimeout creates a new DeleteAccountParams object with the ability to set a timeout on a request.

func (*DeleteAccountParams) SetBody

func (o *DeleteAccountParams) SetBody(body DeleteAccountBody)

SetBody adds the body to the delete account params

func (*DeleteAccountParams) SetContext

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

SetContext adds the context to the delete account params

func (*DeleteAccountParams) SetDefaults

func (o *DeleteAccountParams) SetDefaults()

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

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

func (*DeleteAccountParams) SetHTTPClient

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

SetHTTPClient adds the HTTPClient to the delete account params

func (*DeleteAccountParams) SetTimeout

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

SetTimeout adds the timeout to the delete account params

func (*DeleteAccountParams) WithBody

WithBody adds the body to the delete account params

func (*DeleteAccountParams) WithContext

WithContext adds the context to the delete account params

func (*DeleteAccountParams) WithDefaults

func (o *DeleteAccountParams) WithDefaults() *DeleteAccountParams

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

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

func (*DeleteAccountParams) WithHTTPClient

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

WithHTTPClient adds the HTTPClient to the delete account params

func (*DeleteAccountParams) WithTimeout

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

WithTimeout adds the timeout to the delete account params

func (*DeleteAccountParams) WriteToRequest

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

WriteToRequest writes these params to a swagger request

type DeleteAccountReader

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

DeleteAccountReader is a Reader for the DeleteAccount structure.

func (*DeleteAccountReader) ReadResponse

func (o *DeleteAccountReader) ReadResponse(response runtime.ClientResponse, consumer runtime.Consumer) (any, error)

ReadResponse reads a server response into the received o.

type DeleteAccountUnauthorized

type DeleteAccountUnauthorized struct {
}

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

unauthorized

func NewDeleteAccountUnauthorized

func NewDeleteAccountUnauthorized() *DeleteAccountUnauthorized

NewDeleteAccountUnauthorized creates a DeleteAccountUnauthorized with default headers values

func (*DeleteAccountUnauthorized) Code

func (o *DeleteAccountUnauthorized) Code() int

Code gets the status code for the delete account unauthorized response

func (*DeleteAccountUnauthorized) Error

func (o *DeleteAccountUnauthorized) Error() string

func (*DeleteAccountUnauthorized) IsClientError

func (o *DeleteAccountUnauthorized) IsClientError() bool

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

func (*DeleteAccountUnauthorized) IsCode

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

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

func (*DeleteAccountUnauthorized) IsRedirect

func (o *DeleteAccountUnauthorized) IsRedirect() bool

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

func (*DeleteAccountUnauthorized) IsServerError

func (o *DeleteAccountUnauthorized) IsServerError() bool

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

func (*DeleteAccountUnauthorized) IsSuccess

func (o *DeleteAccountUnauthorized) IsSuccess() bool

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

func (*DeleteAccountUnauthorized) String

func (o *DeleteAccountUnauthorized) String() string

type DeleteFrontendBody

type DeleteFrontendBody struct {

	// frontend token
	FrontendToken string `json:"frontendToken,omitempty"`
}

DeleteFrontendBody delete frontend body swagger:model DeleteFrontendBody

func (*DeleteFrontendBody) ContextValidate

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

ContextValidate validates this delete frontend body based on context it is used

func (*DeleteFrontendBody) MarshalBinary

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

MarshalBinary interface implementation

func (*DeleteFrontendBody) UnmarshalBinary

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

UnmarshalBinary interface implementation

func (*DeleteFrontendBody) Validate

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

Validate validates this delete frontend body

type DeleteFrontendGrantBody

type DeleteFrontendGrantBody struct {

	// email
	Email string `json:"email,omitempty"`

	// frontend token
	FrontendToken string `json:"frontendToken,omitempty"`
}

DeleteFrontendGrantBody delete frontend grant body swagger:model DeleteFrontendGrantBody

func (*DeleteFrontendGrantBody) ContextValidate

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

ContextValidate validates this delete frontend grant body based on context it is used

func (*DeleteFrontendGrantBody) MarshalBinary

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

MarshalBinary interface implementation

func (*DeleteFrontendGrantBody) UnmarshalBinary

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

UnmarshalBinary interface implementation

func (*DeleteFrontendGrantBody) Validate

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

Validate validates this delete frontend grant body

type DeleteFrontendGrantInternalServerError

type DeleteFrontendGrantInternalServerError struct {
}

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

internal server error

func NewDeleteFrontendGrantInternalServerError

func NewDeleteFrontendGrantInternalServerError() *DeleteFrontendGrantInternalServerError

NewDeleteFrontendGrantInternalServerError creates a DeleteFrontendGrantInternalServerError with default headers values

func (*DeleteFrontendGrantInternalServerError) Code

Code gets the status code for the delete frontend grant internal server error response

func (*DeleteFrontendGrantInternalServerError) Error

func (*DeleteFrontendGrantInternalServerError) IsClientError

func (o *DeleteFrontendGrantInternalServerError) IsClientError() bool

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

func (*DeleteFrontendGrantInternalServerError) IsCode

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

func (*DeleteFrontendGrantInternalServerError) IsRedirect

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

func (*DeleteFrontendGrantInternalServerError) IsServerError

func (o *DeleteFrontendGrantInternalServerError) IsServerError() bool

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

func (*DeleteFrontendGrantInternalServerError) IsSuccess

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

func (*DeleteFrontendGrantInternalServerError) String

type DeleteFrontendGrantNotFound

type DeleteFrontendGrantNotFound struct {
	Payload rest_model_zrok.ErrorMessage
}

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

not found

func NewDeleteFrontendGrantNotFound

func NewDeleteFrontendGrantNotFound() *DeleteFrontendGrantNotFound

NewDeleteFrontendGrantNotFound creates a DeleteFrontendGrantNotFound with default headers values

func (*DeleteFrontendGrantNotFound) Code

func (o *DeleteFrontendGrantNotFound) Code() int

Code gets the status code for the delete frontend grant not found response

func (*DeleteFrontendGrantNotFound) Error

func (*DeleteFrontendGrantNotFound) GetPayload

func (*DeleteFrontendGrantNotFound) IsClientError

func (o *DeleteFrontendGrantNotFound) IsClientError() bool

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

func (*DeleteFrontendGrantNotFound) IsCode

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

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

func (*DeleteFrontendGrantNotFound) IsRedirect

func (o *DeleteFrontendGrantNotFound) IsRedirect() bool

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

func (*DeleteFrontendGrantNotFound) IsServerError

func (o *DeleteFrontendGrantNotFound) IsServerError() bool

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

func (*DeleteFrontendGrantNotFound) IsSuccess

func (o *DeleteFrontendGrantNotFound) IsSuccess() bool

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

func (*DeleteFrontendGrantNotFound) String

func (o *DeleteFrontendGrantNotFound) String() string

type DeleteFrontendGrantOK

type DeleteFrontendGrantOK struct {
}

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

ok

func NewDeleteFrontendGrantOK

func NewDeleteFrontendGrantOK() *DeleteFrontendGrantOK

NewDeleteFrontendGrantOK creates a DeleteFrontendGrantOK with default headers values

func (*DeleteFrontendGrantOK) Code

func (o *DeleteFrontendGrantOK) Code() int

Code gets the status code for the delete frontend grant o k response

func (*DeleteFrontendGrantOK) Error

func (o *DeleteFrontendGrantOK) Error() string

func (*DeleteFrontendGrantOK) IsClientError

func (o *DeleteFrontendGrantOK) IsClientError() bool

IsClientError returns true when this delete frontend grant o k response has a 4xx status code

func (*DeleteFrontendGrantOK) IsCode

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

IsCode returns true when this delete frontend grant o k response a status code equal to that given

func (*DeleteFrontendGrantOK) IsRedirect

func (o *DeleteFrontendGrantOK) IsRedirect() bool

IsRedirect returns true when this delete frontend grant o k response has a 3xx status code

func (*DeleteFrontendGrantOK) IsServerError

func (o *DeleteFrontendGrantOK) IsServerError() bool

IsServerError returns true when this delete frontend grant o k response has a 5xx status code

func (*DeleteFrontendGrantOK) IsSuccess

func (o *DeleteFrontendGrantOK) IsSuccess() bool

IsSuccess returns true when this delete frontend grant o k response has a 2xx status code

func (*DeleteFrontendGrantOK) String

func (o *DeleteFrontendGrantOK) String() string

type DeleteFrontendGrantParams

type DeleteFrontendGrantParams struct {

	// Body.
	Body DeleteFrontendGrantBody

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

DeleteFrontendGrantParams contains all the parameters to send to the API endpoint

for the delete frontend grant operation.

Typically these are written to a http.Request.

func NewDeleteFrontendGrantParams

func NewDeleteFrontendGrantParams() *DeleteFrontendGrantParams

NewDeleteFrontendGrantParams creates a new DeleteFrontendGrantParams 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 NewDeleteFrontendGrantParamsWithContext

func NewDeleteFrontendGrantParamsWithContext(ctx context.Context) *DeleteFrontendGrantParams

NewDeleteFrontendGrantParamsWithContext creates a new DeleteFrontendGrantParams object with the ability to set a context for a request.

func NewDeleteFrontendGrantParamsWithHTTPClient

func NewDeleteFrontendGrantParamsWithHTTPClient(client *http.Client) *DeleteFrontendGrantParams

NewDeleteFrontendGrantParamsWithHTTPClient creates a new DeleteFrontendGrantParams object with the ability to set a custom HTTPClient for a request.

func NewDeleteFrontendGrantParamsWithTimeout

func NewDeleteFrontendGrantParamsWithTimeout(timeout time.Duration) *DeleteFrontendGrantParams

NewDeleteFrontendGrantParamsWithTimeout creates a new DeleteFrontendGrantParams object with the ability to set a timeout on a request.

func (*DeleteFrontendGrantParams) SetBody

SetBody adds the body to the delete frontend grant params

func (*DeleteFrontendGrantParams) SetContext

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

SetContext adds the context to the delete frontend grant params

func (*DeleteFrontendGrantParams) SetDefaults

func (o *DeleteFrontendGrantParams) SetDefaults()

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

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

func (*DeleteFrontendGrantParams) SetHTTPClient

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

SetHTTPClient adds the HTTPClient to the delete frontend grant params

func (*DeleteFrontendGrantParams) SetTimeout

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

SetTimeout adds the timeout to the delete frontend grant params

func (*DeleteFrontendGrantParams) WithBody

WithBody adds the body to the delete frontend grant params

func (*DeleteFrontendGrantParams) WithContext

WithContext adds the context to the delete frontend grant params

func (*DeleteFrontendGrantParams) WithDefaults

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

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

func (*DeleteFrontendGrantParams) WithHTTPClient

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

WithHTTPClient adds the HTTPClient to the delete frontend grant params

func (*DeleteFrontendGrantParams) WithTimeout

WithTimeout adds the timeout to the delete frontend grant params

func (*DeleteFrontendGrantParams) WriteToRequest

WriteToRequest writes these params to a swagger request

type DeleteFrontendGrantReader

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

DeleteFrontendGrantReader is a Reader for the DeleteFrontendGrant structure.

func (*DeleteFrontendGrantReader) ReadResponse

func (o *DeleteFrontendGrantReader) ReadResponse(response runtime.ClientResponse, consumer runtime.Consumer) (any, error)

ReadResponse reads a server response into the received o.

type DeleteFrontendGrantUnauthorized

type DeleteFrontendGrantUnauthorized struct {
}

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

unauthorized

func NewDeleteFrontendGrantUnauthorized

func NewDeleteFrontendGrantUnauthorized() *DeleteFrontendGrantUnauthorized

NewDeleteFrontendGrantUnauthorized creates a DeleteFrontendGrantUnauthorized with default headers values

func (*DeleteFrontendGrantUnauthorized) Code

Code gets the status code for the delete frontend grant unauthorized response

func (*DeleteFrontendGrantUnauthorized) Error

func (*DeleteFrontendGrantUnauthorized) IsClientError

func (o *DeleteFrontendGrantUnauthorized) IsClientError() bool

IsClientError returns true when this delete frontend grant unauthorized response has a 4xx status code

func (*DeleteFrontendGrantUnauthorized) IsCode

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

IsCode returns true when this delete frontend grant unauthorized response a status code equal to that given

func (*DeleteFrontendGrantUnauthorized) IsRedirect

func (o *DeleteFrontendGrantUnauthorized) IsRedirect() bool

IsRedirect returns true when this delete frontend grant unauthorized response has a 3xx status code

func (*DeleteFrontendGrantUnauthorized) IsServerError

func (o *DeleteFrontendGrantUnauthorized) IsServerError() bool

IsServerError returns true when this delete frontend grant unauthorized response has a 5xx status code

func (*DeleteFrontendGrantUnauthorized) IsSuccess

func (o *DeleteFrontendGrantUnauthorized) IsSuccess() bool

IsSuccess returns true when this delete frontend grant unauthorized response has a 2xx status code

func (*DeleteFrontendGrantUnauthorized) String

type DeleteFrontendInternalServerError

type DeleteFrontendInternalServerError struct {
}

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

internal server error

func NewDeleteFrontendInternalServerError

func NewDeleteFrontendInternalServerError() *DeleteFrontendInternalServerError

NewDeleteFrontendInternalServerError creates a DeleteFrontendInternalServerError with default headers values

func (*DeleteFrontendInternalServerError) Code

Code gets the status code for the delete frontend internal server error response

func (*DeleteFrontendInternalServerError) Error

func (*DeleteFrontendInternalServerError) IsClientError

func (o *DeleteFrontendInternalServerError) IsClientError() bool

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

func (*DeleteFrontendInternalServerError) IsCode

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

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

func (*DeleteFrontendInternalServerError) IsRedirect

func (o *DeleteFrontendInternalServerError) IsRedirect() bool

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

func (*DeleteFrontendInternalServerError) IsServerError

func (o *DeleteFrontendInternalServerError) IsServerError() bool

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

func (*DeleteFrontendInternalServerError) IsSuccess

func (o *DeleteFrontendInternalServerError) IsSuccess() bool

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

func (*DeleteFrontendInternalServerError) String

type DeleteFrontendNotFound

type DeleteFrontendNotFound struct {
}

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

not found

func NewDeleteFrontendNotFound

func NewDeleteFrontendNotFound() *DeleteFrontendNotFound

NewDeleteFrontendNotFound creates a DeleteFrontendNotFound with default headers values

func (*DeleteFrontendNotFound) Code

func (o *DeleteFrontendNotFound) Code() int

Code gets the status code for the delete frontend not found response

func (*DeleteFrontendNotFound) Error

func (o *DeleteFrontendNotFound) Error() string

func (*DeleteFrontendNotFound) IsClientError

func (o *DeleteFrontendNotFound) IsClientError() bool

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

func (*DeleteFrontendNotFound) IsCode

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

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

func (*DeleteFrontendNotFound) IsRedirect

func (o *DeleteFrontendNotFound) IsRedirect() bool

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

func (*DeleteFrontendNotFound) IsServerError

func (o *DeleteFrontendNotFound) IsServerError() bool

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

func (*DeleteFrontendNotFound) IsSuccess

func (o *DeleteFrontendNotFound) IsSuccess() bool

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

func (*DeleteFrontendNotFound) String

func (o *DeleteFrontendNotFound) String() string

type DeleteFrontendOK

type DeleteFrontendOK struct {
}

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

frontend deleted

func NewDeleteFrontendOK

func NewDeleteFrontendOK() *DeleteFrontendOK

NewDeleteFrontendOK creates a DeleteFrontendOK with default headers values

func (*DeleteFrontendOK) Code

func (o *DeleteFrontendOK) Code() int

Code gets the status code for the delete frontend o k response

func (*DeleteFrontendOK) Error

func (o *DeleteFrontendOK) Error() string

func (*DeleteFrontendOK) IsClientError

func (o *DeleteFrontendOK) IsClientError() bool

IsClientError returns true when this delete frontend o k response has a 4xx status code

func (*DeleteFrontendOK) IsCode

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

IsCode returns true when this delete frontend o k response a status code equal to that given

func (*DeleteFrontendOK) IsRedirect

func (o *DeleteFrontendOK) IsRedirect() bool

IsRedirect returns true when this delete frontend o k response has a 3xx status code

func (*DeleteFrontendOK) IsServerError

func (o *DeleteFrontendOK) IsServerError() bool

IsServerError returns true when this delete frontend o k response has a 5xx status code

func (*DeleteFrontendOK) IsSuccess

func (o *DeleteFrontendOK) IsSuccess() bool

IsSuccess returns true when this delete frontend o k response has a 2xx status code

func (*DeleteFrontendOK) String

func (o *DeleteFrontendOK) String() string

type DeleteFrontendParams

type DeleteFrontendParams struct {

	// Body.
	Body DeleteFrontendBody

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

DeleteFrontendParams contains all the parameters to send to the API endpoint

for the delete frontend operation.

Typically these are written to a http.Request.

func NewDeleteFrontendParams

func NewDeleteFrontendParams() *DeleteFrontendParams

NewDeleteFrontendParams creates a new DeleteFrontendParams 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 NewDeleteFrontendParamsWithContext

func NewDeleteFrontendParamsWithContext(ctx context.Context) *DeleteFrontendParams

NewDeleteFrontendParamsWithContext creates a new DeleteFrontendParams object with the ability to set a context for a request.

func NewDeleteFrontendParamsWithHTTPClient

func NewDeleteFrontendParamsWithHTTPClient(client *http.Client) *DeleteFrontendParams

NewDeleteFrontendParamsWithHTTPClient creates a new DeleteFrontendParams object with the ability to set a custom HTTPClient for a request.

func NewDeleteFrontendParamsWithTimeout

func NewDeleteFrontendParamsWithTimeout(timeout time.Duration) *DeleteFrontendParams

NewDeleteFrontendParamsWithTimeout creates a new DeleteFrontendParams object with the ability to set a timeout on a request.

func (*DeleteFrontendParams) SetBody

func (o *DeleteFrontendParams) SetBody(body DeleteFrontendBody)

SetBody adds the body to the delete frontend params

func (*DeleteFrontendParams) SetContext

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

SetContext adds the context to the delete frontend params

func (*DeleteFrontendParams) SetDefaults

func (o *DeleteFrontendParams) SetDefaults()

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

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

func (*DeleteFrontendParams) SetHTTPClient

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

SetHTTPClient adds the HTTPClient to the delete frontend params

func (*DeleteFrontendParams) SetTimeout

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

SetTimeout adds the timeout to the delete frontend params

func (*DeleteFrontendParams) WithBody

WithBody adds the body to the delete frontend params

func (*DeleteFrontendParams) WithContext

WithContext adds the context to the delete frontend params

func (*DeleteFrontendParams) WithDefaults

func (o *DeleteFrontendParams) WithDefaults() *DeleteFrontendParams

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

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

func (*DeleteFrontendParams) WithHTTPClient

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

WithHTTPClient adds the HTTPClient to the delete frontend params

func (*DeleteFrontendParams) WithTimeout

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

WithTimeout adds the timeout to the delete frontend params

func (*DeleteFrontendParams) WriteToRequest

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

WriteToRequest writes these params to a swagger request

type DeleteFrontendReader

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

DeleteFrontendReader is a Reader for the DeleteFrontend structure.

func (*DeleteFrontendReader) ReadResponse

func (o *DeleteFrontendReader) ReadResponse(response runtime.ClientResponse, consumer runtime.Consumer) (any, error)

ReadResponse reads a server response into the received o.

type DeleteFrontendUnauthorized

type DeleteFrontendUnauthorized struct {
}

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

unauthorized

func NewDeleteFrontendUnauthorized

func NewDeleteFrontendUnauthorized() *DeleteFrontendUnauthorized

NewDeleteFrontendUnauthorized creates a DeleteFrontendUnauthorized with default headers values

func (*DeleteFrontendUnauthorized) Code

func (o *DeleteFrontendUnauthorized) Code() int

Code gets the status code for the delete frontend unauthorized response

func (*DeleteFrontendUnauthorized) Error

func (*DeleteFrontendUnauthorized) IsClientError

func (o *DeleteFrontendUnauthorized) IsClientError() bool

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

func (*DeleteFrontendUnauthorized) IsCode

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

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

func (*DeleteFrontendUnauthorized) IsRedirect

func (o *DeleteFrontendUnauthorized) IsRedirect() bool

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

func (*DeleteFrontendUnauthorized) IsServerError

func (o *DeleteFrontendUnauthorized) IsServerError() bool

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

func (*DeleteFrontendUnauthorized) IsSuccess

func (o *DeleteFrontendUnauthorized) IsSuccess() bool

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

func (*DeleteFrontendUnauthorized) String

func (o *DeleteFrontendUnauthorized) String() string

type DeleteIdentityBody

type DeleteIdentityBody struct {

	// z Id
	ZID string `json:"zId,omitempty"`
}

DeleteIdentityBody delete identity body swagger:model DeleteIdentityBody

func (*DeleteIdentityBody) ContextValidate

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

ContextValidate validates this delete identity body based on context it is used

func (*DeleteIdentityBody) MarshalBinary

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

MarshalBinary interface implementation

func (*DeleteIdentityBody) UnmarshalBinary

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

UnmarshalBinary interface implementation

func (*DeleteIdentityBody) Validate

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

Validate validates this delete identity body

type DeleteIdentityInternalServerError

type DeleteIdentityInternalServerError struct {
}

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

internal server error

func NewDeleteIdentityInternalServerError

func NewDeleteIdentityInternalServerError() *DeleteIdentityInternalServerError

NewDeleteIdentityInternalServerError creates a DeleteIdentityInternalServerError with default headers values

func (*DeleteIdentityInternalServerError) Code

Code gets the status code for the delete identity internal server error response

func (*DeleteIdentityInternalServerError) Error

func (*DeleteIdentityInternalServerError) IsClientError

func (o *DeleteIdentityInternalServerError) IsClientError() bool

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

func (*DeleteIdentityInternalServerError) IsCode

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

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

func (*DeleteIdentityInternalServerError) IsRedirect

func (o *DeleteIdentityInternalServerError) IsRedirect() bool

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

func (*DeleteIdentityInternalServerError) IsServerError

func (o *DeleteIdentityInternalServerError) IsServerError() bool

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

func (*DeleteIdentityInternalServerError) IsSuccess

func (o *DeleteIdentityInternalServerError) IsSuccess() bool

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

func (*DeleteIdentityInternalServerError) String

type DeleteIdentityNotFound

type DeleteIdentityNotFound struct {
}

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

not found

func NewDeleteIdentityNotFound

func NewDeleteIdentityNotFound() *DeleteIdentityNotFound

NewDeleteIdentityNotFound creates a DeleteIdentityNotFound with default headers values

func (*DeleteIdentityNotFound) Code

func (o *DeleteIdentityNotFound) Code() int

Code gets the status code for the delete identity not found response

func (*DeleteIdentityNotFound) Error

func (o *DeleteIdentityNotFound) Error() string

func (*DeleteIdentityNotFound) IsClientError

func (o *DeleteIdentityNotFound) IsClientError() bool

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

func (*DeleteIdentityNotFound) IsCode

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

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

func (*DeleteIdentityNotFound) IsRedirect

func (o *DeleteIdentityNotFound) IsRedirect() bool

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

func (*DeleteIdentityNotFound) IsServerError

func (o *DeleteIdentityNotFound) IsServerError() bool

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

func (*DeleteIdentityNotFound) IsSuccess

func (o *DeleteIdentityNotFound) IsSuccess() bool

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

func (*DeleteIdentityNotFound) String

func (o *DeleteIdentityNotFound) String() string

type DeleteIdentityOK

type DeleteIdentityOK struct {
}

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

deleted

func NewDeleteIdentityOK

func NewDeleteIdentityOK() *DeleteIdentityOK

NewDeleteIdentityOK creates a DeleteIdentityOK with default headers values

func (*DeleteIdentityOK) Code

func (o *DeleteIdentityOK) Code() int

Code gets the status code for the delete identity o k response

func (*DeleteIdentityOK) Error

func (o *DeleteIdentityOK) Error() string

func (*DeleteIdentityOK) IsClientError

func (o *DeleteIdentityOK) IsClientError() bool

IsClientError returns true when this delete identity o k response has a 4xx status code

func (*DeleteIdentityOK) IsCode

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

IsCode returns true when this delete identity o k response a status code equal to that given

func (*DeleteIdentityOK) IsRedirect

func (o *DeleteIdentityOK) IsRedirect() bool

IsRedirect returns true when this delete identity o k response has a 3xx status code

func (*DeleteIdentityOK) IsServerError

func (o *DeleteIdentityOK) IsServerError() bool

IsServerError returns true when this delete identity o k response has a 5xx status code

func (*DeleteIdentityOK) IsSuccess

func (o *DeleteIdentityOK) IsSuccess() bool

IsSuccess returns true when this delete identity o k response has a 2xx status code

func (*DeleteIdentityOK) String

func (o *DeleteIdentityOK) String() string

type DeleteIdentityParams

type DeleteIdentityParams struct {

	// Body.
	Body DeleteIdentityBody

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

DeleteIdentityParams contains all the parameters to send to the API endpoint

for the delete identity operation.

Typically these are written to a http.Request.

func NewDeleteIdentityParams

func NewDeleteIdentityParams() *DeleteIdentityParams

NewDeleteIdentityParams creates a new DeleteIdentityParams 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 NewDeleteIdentityParamsWithContext

func NewDeleteIdentityParamsWithContext(ctx context.Context) *DeleteIdentityParams

NewDeleteIdentityParamsWithContext creates a new DeleteIdentityParams object with the ability to set a context for a request.

func NewDeleteIdentityParamsWithHTTPClient

func NewDeleteIdentityParamsWithHTTPClient(client *http.Client) *DeleteIdentityParams

NewDeleteIdentityParamsWithHTTPClient creates a new DeleteIdentityParams object with the ability to set a custom HTTPClient for a request.

func NewDeleteIdentityParamsWithTimeout

func NewDeleteIdentityParamsWithTimeout(timeout time.Duration) *DeleteIdentityParams

NewDeleteIdentityParamsWithTimeout creates a new DeleteIdentityParams object with the ability to set a timeout on a request.

func (*DeleteIdentityParams) SetBody

func (o *DeleteIdentityParams) SetBody(body DeleteIdentityBody)

SetBody adds the body to the delete identity params

func (*DeleteIdentityParams) SetContext

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

SetContext adds the context to the delete identity params

func (*DeleteIdentityParams) SetDefaults

func (o *DeleteIdentityParams) SetDefaults()

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

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

func (*DeleteIdentityParams) SetHTTPClient

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

SetHTTPClient adds the HTTPClient to the delete identity params

func (*DeleteIdentityParams) SetTimeout

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

SetTimeout adds the timeout to the delete identity params

func (*DeleteIdentityParams) WithBody

WithBody adds the body to the delete identity params

func (*DeleteIdentityParams) WithContext

WithContext adds the context to the delete identity params

func (*DeleteIdentityParams) WithDefaults

func (o *DeleteIdentityParams) WithDefaults() *DeleteIdentityParams

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

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

func (*DeleteIdentityParams) WithHTTPClient

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

WithHTTPClient adds the HTTPClient to the delete identity params

func (*DeleteIdentityParams) WithTimeout

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

WithTimeout adds the timeout to the delete identity params

func (*DeleteIdentityParams) WriteToRequest

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

WriteToRequest writes these params to a swagger request

type DeleteIdentityReader

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

DeleteIdentityReader is a Reader for the DeleteIdentity structure.

func (*DeleteIdentityReader) ReadResponse

func (o *DeleteIdentityReader) ReadResponse(response runtime.ClientResponse, consumer runtime.Consumer) (any, error)

ReadResponse reads a server response into the received o.

type DeleteIdentityUnauthorized

type DeleteIdentityUnauthorized struct {
}

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

unauthorized

func NewDeleteIdentityUnauthorized

func NewDeleteIdentityUnauthorized() *DeleteIdentityUnauthorized

NewDeleteIdentityUnauthorized creates a DeleteIdentityUnauthorized with default headers values

func (*DeleteIdentityUnauthorized) Code

func (o *DeleteIdentityUnauthorized) Code() int

Code gets the status code for the delete identity unauthorized response

func (*DeleteIdentityUnauthorized) Error

func (*DeleteIdentityUnauthorized) IsClientError

func (o *DeleteIdentityUnauthorized) IsClientError() bool

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

func (*DeleteIdentityUnauthorized) IsCode

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

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

func (*DeleteIdentityUnauthorized) IsRedirect

func (o *DeleteIdentityUnauthorized) IsRedirect() bool

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

func (*DeleteIdentityUnauthorized) IsServerError

func (o *DeleteIdentityUnauthorized) IsServerError() bool

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

func (*DeleteIdentityUnauthorized) IsSuccess

func (o *DeleteIdentityUnauthorized) IsSuccess() bool

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

func (*DeleteIdentityUnauthorized) String

func (o *DeleteIdentityUnauthorized) String() string

type DeleteNamespaceBody

type DeleteNamespaceBody struct {

	// namespace token
	NamespaceToken string `json:"namespaceToken,omitempty"`
}

DeleteNamespaceBody delete namespace body swagger:model DeleteNamespaceBody

func (*DeleteNamespaceBody) ContextValidate

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

ContextValidate validates this delete namespace body based on context it is used

func (*DeleteNamespaceBody) MarshalBinary

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

MarshalBinary interface implementation

func (*DeleteNamespaceBody) UnmarshalBinary

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

UnmarshalBinary interface implementation

func (*DeleteNamespaceBody) Validate

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

Validate validates this delete namespace body

type DeleteNamespaceInternalServerError

type DeleteNamespaceInternalServerError struct {
}

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

internal server error

func NewDeleteNamespaceInternalServerError

func NewDeleteNamespaceInternalServerError() *DeleteNamespaceInternalServerError

NewDeleteNamespaceInternalServerError creates a DeleteNamespaceInternalServerError with default headers values

func (*DeleteNamespaceInternalServerError) Code

Code gets the status code for the delete namespace internal server error response

func (*DeleteNamespaceInternalServerError) Error

func (*DeleteNamespaceInternalServerError) IsClientError

func (o *DeleteNamespaceInternalServerError) IsClientError() bool

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

func (*DeleteNamespaceInternalServerError) IsCode

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

func (*DeleteNamespaceInternalServerError) IsRedirect

func (o *DeleteNamespaceInternalServerError) IsRedirect() bool

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

func (*DeleteNamespaceInternalServerError) IsServerError

func (o *DeleteNamespaceInternalServerError) IsServerError() bool

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

func (*DeleteNamespaceInternalServerError) IsSuccess

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

func (*DeleteNamespaceInternalServerError) String

type DeleteNamespaceNotFound

type DeleteNamespaceNotFound struct {
}

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

not found

func NewDeleteNamespaceNotFound

func NewDeleteNamespaceNotFound() *DeleteNamespaceNotFound

NewDeleteNamespaceNotFound creates a DeleteNamespaceNotFound with default headers values

func (*DeleteNamespaceNotFound) Code

func (o *DeleteNamespaceNotFound) Code() int

Code gets the status code for the delete namespace not found response

func (*DeleteNamespaceNotFound) Error

func (o *DeleteNamespaceNotFound) Error() string

func (*DeleteNamespaceNotFound) IsClientError

func (o *DeleteNamespaceNotFound) IsClientError() bool

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

func (*DeleteNamespaceNotFound) IsCode

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

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

func (*DeleteNamespaceNotFound) IsRedirect

func (o *DeleteNamespaceNotFound) IsRedirect() bool

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

func (*DeleteNamespaceNotFound) IsServerError

func (o *DeleteNamespaceNotFound) IsServerError() bool

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

func (*DeleteNamespaceNotFound) IsSuccess

func (o *DeleteNamespaceNotFound) IsSuccess() bool

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

func (*DeleteNamespaceNotFound) String

func (o *DeleteNamespaceNotFound) String() string

type DeleteNamespaceOK

type DeleteNamespaceOK struct {
}

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

namespace deleted

func NewDeleteNamespaceOK

func NewDeleteNamespaceOK() *DeleteNamespaceOK

NewDeleteNamespaceOK creates a DeleteNamespaceOK with default headers values

func (*DeleteNamespaceOK) Code

func (o *DeleteNamespaceOK) Code() int

Code gets the status code for the delete namespace o k response

func (*DeleteNamespaceOK) Error

func (o *DeleteNamespaceOK) Error() string

func (*DeleteNamespaceOK) IsClientError

func (o *DeleteNamespaceOK) IsClientError() bool

IsClientError returns true when this delete namespace o k response has a 4xx status code

func (*DeleteNamespaceOK) IsCode

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

IsCode returns true when this delete namespace o k response a status code equal to that given

func (*DeleteNamespaceOK) IsRedirect

func (o *DeleteNamespaceOK) IsRedirect() bool

IsRedirect returns true when this delete namespace o k response has a 3xx status code

func (*DeleteNamespaceOK) IsServerError

func (o *DeleteNamespaceOK) IsServerError() bool

IsServerError returns true when this delete namespace o k response has a 5xx status code

func (*DeleteNamespaceOK) IsSuccess

func (o *DeleteNamespaceOK) IsSuccess() bool

IsSuccess returns true when this delete namespace o k response has a 2xx status code

func (*DeleteNamespaceOK) String

func (o *DeleteNamespaceOK) String() string

type DeleteNamespaceParams

type DeleteNamespaceParams struct {

	// Body.
	Body DeleteNamespaceBody

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

DeleteNamespaceParams contains all the parameters to send to the API endpoint

for the delete namespace operation.

Typically these are written to a http.Request.

func NewDeleteNamespaceParams

func NewDeleteNamespaceParams() *DeleteNamespaceParams

NewDeleteNamespaceParams creates a new DeleteNamespaceParams 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 NewDeleteNamespaceParamsWithContext

func NewDeleteNamespaceParamsWithContext(ctx context.Context) *DeleteNamespaceParams

NewDeleteNamespaceParamsWithContext creates a new DeleteNamespaceParams object with the ability to set a context for a request.

func NewDeleteNamespaceParamsWithHTTPClient

func NewDeleteNamespaceParamsWithHTTPClient(client *http.Client) *DeleteNamespaceParams

NewDeleteNamespaceParamsWithHTTPClient creates a new DeleteNamespaceParams object with the ability to set a custom HTTPClient for a request.

func NewDeleteNamespaceParamsWithTimeout

func NewDeleteNamespaceParamsWithTimeout(timeout time.Duration) *DeleteNamespaceParams

NewDeleteNamespaceParamsWithTimeout creates a new DeleteNamespaceParams object with the ability to set a timeout on a request.

func (*DeleteNamespaceParams) SetBody

func (o *DeleteNamespaceParams) SetBody(body DeleteNamespaceBody)

SetBody adds the body to the delete namespace params

func (*DeleteNamespaceParams) SetContext

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

SetContext adds the context to the delete namespace params

func (*DeleteNamespaceParams) SetDefaults

func (o *DeleteNamespaceParams) SetDefaults()

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

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

func (*DeleteNamespaceParams) SetHTTPClient

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

SetHTTPClient adds the HTTPClient to the delete namespace params

func (*DeleteNamespaceParams) SetTimeout

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

SetTimeout adds the timeout to the delete namespace params

func (*DeleteNamespaceParams) WithBody

WithBody adds the body to the delete namespace params

func (*DeleteNamespaceParams) WithContext

WithContext adds the context to the delete namespace params

func (*DeleteNamespaceParams) WithDefaults

func (o *DeleteNamespaceParams) WithDefaults() *DeleteNamespaceParams

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

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

func (*DeleteNamespaceParams) WithHTTPClient

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

WithHTTPClient adds the HTTPClient to the delete namespace params

func (*DeleteNamespaceParams) WithTimeout

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

WithTimeout adds the timeout to the delete namespace params

func (*DeleteNamespaceParams) WriteToRequest

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

WriteToRequest writes these params to a swagger request

type DeleteNamespaceReader

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

DeleteNamespaceReader is a Reader for the DeleteNamespace structure.

func (*DeleteNamespaceReader) ReadResponse

func (o *DeleteNamespaceReader) ReadResponse(response runtime.ClientResponse, consumer runtime.Consumer) (any, error)

ReadResponse reads a server response into the received o.

type DeleteNamespaceUnauthorized

type DeleteNamespaceUnauthorized struct {
}

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

unauthorized

func NewDeleteNamespaceUnauthorized

func NewDeleteNamespaceUnauthorized() *DeleteNamespaceUnauthorized

NewDeleteNamespaceUnauthorized creates a DeleteNamespaceUnauthorized with default headers values

func (*DeleteNamespaceUnauthorized) Code

func (o *DeleteNamespaceUnauthorized) Code() int

Code gets the status code for the delete namespace unauthorized response

func (*DeleteNamespaceUnauthorized) Error

func (*DeleteNamespaceUnauthorized) IsClientError

func (o *DeleteNamespaceUnauthorized) IsClientError() bool

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

func (*DeleteNamespaceUnauthorized) IsCode

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

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

func (*DeleteNamespaceUnauthorized) IsRedirect

func (o *DeleteNamespaceUnauthorized) IsRedirect() bool

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

func (*DeleteNamespaceUnauthorized) IsServerError

func (o *DeleteNamespaceUnauthorized) IsServerError() bool

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

func (*DeleteNamespaceUnauthorized) IsSuccess

func (o *DeleteNamespaceUnauthorized) IsSuccess() bool

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

func (*DeleteNamespaceUnauthorized) String

func (o *DeleteNamespaceUnauthorized) String() string

type DeleteOrganizationBody

type DeleteOrganizationBody struct {

	// organization token
	OrganizationToken string `json:"organizationToken,omitempty"`
}

DeleteOrganizationBody delete organization body swagger:model DeleteOrganizationBody

func (*DeleteOrganizationBody) ContextValidate

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

ContextValidate validates this delete organization body based on context it is used

func (*DeleteOrganizationBody) MarshalBinary

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

MarshalBinary interface implementation

func (*DeleteOrganizationBody) UnmarshalBinary

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

UnmarshalBinary interface implementation

func (*DeleteOrganizationBody) Validate

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

Validate validates this delete organization body

type DeleteOrganizationInternalServerError

type DeleteOrganizationInternalServerError struct {
}

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

internal server error

func NewDeleteOrganizationInternalServerError

func NewDeleteOrganizationInternalServerError() *DeleteOrganizationInternalServerError

NewDeleteOrganizationInternalServerError creates a DeleteOrganizationInternalServerError with default headers values

func (*DeleteOrganizationInternalServerError) Code

Code gets the status code for the delete organization internal server error response

func (*DeleteOrganizationInternalServerError) Error

func (*DeleteOrganizationInternalServerError) IsClientError

func (o *DeleteOrganizationInternalServerError) IsClientError() bool

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

func (*DeleteOrganizationInternalServerError) IsCode

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

func (*DeleteOrganizationInternalServerError) IsRedirect

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

func (*DeleteOrganizationInternalServerError) IsServerError

func (o *DeleteOrganizationInternalServerError) IsServerError() bool

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

func (*DeleteOrganizationInternalServerError) IsSuccess

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

func (*DeleteOrganizationInternalServerError) String

type DeleteOrganizationNotFound

type DeleteOrganizationNotFound struct {
}

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

organization not found

func NewDeleteOrganizationNotFound

func NewDeleteOrganizationNotFound() *DeleteOrganizationNotFound

NewDeleteOrganizationNotFound creates a DeleteOrganizationNotFound with default headers values

func (*DeleteOrganizationNotFound) Code

func (o *DeleteOrganizationNotFound) Code() int

Code gets the status code for the delete organization not found response

func (*DeleteOrganizationNotFound) Error

func (*DeleteOrganizationNotFound) IsClientError

func (o *DeleteOrganizationNotFound) IsClientError() bool

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

func (*DeleteOrganizationNotFound) IsCode

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

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

func (*DeleteOrganizationNotFound) IsRedirect

func (o *DeleteOrganizationNotFound) IsRedirect() bool

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

func (*DeleteOrganizationNotFound) IsServerError

func (o *DeleteOrganizationNotFound) IsServerError() bool

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

func (*DeleteOrganizationNotFound) IsSuccess

func (o *DeleteOrganizationNotFound) IsSuccess() bool

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

func (*DeleteOrganizationNotFound) String

func (o *DeleteOrganizationNotFound) String() string

type DeleteOrganizationOK

type DeleteOrganizationOK struct {
}

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

organization deleted

func NewDeleteOrganizationOK

func NewDeleteOrganizationOK() *DeleteOrganizationOK

NewDeleteOrganizationOK creates a DeleteOrganizationOK with default headers values

func (*DeleteOrganizationOK) Code

func (o *DeleteOrganizationOK) Code() int

Code gets the status code for the delete organization o k response

func (*DeleteOrganizationOK) Error

func (o *DeleteOrganizationOK) Error() string

func (*DeleteOrganizationOK) IsClientError

func (o *DeleteOrganizationOK) IsClientError() bool

IsClientError returns true when this delete organization o k response has a 4xx status code

func (*DeleteOrganizationOK) IsCode

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

IsCode returns true when this delete organization o k response a status code equal to that given

func (*DeleteOrganizationOK) IsRedirect

func (o *DeleteOrganizationOK) IsRedirect() bool

IsRedirect returns true when this delete organization o k response has a 3xx status code

func (*DeleteOrganizationOK) IsServerError

func (o *DeleteOrganizationOK) IsServerError() bool

IsServerError returns true when this delete organization o k response has a 5xx status code

func (*DeleteOrganizationOK) IsSuccess

func (o *DeleteOrganizationOK) IsSuccess() bool

IsSuccess returns true when this delete organization o k response has a 2xx status code

func (*DeleteOrganizationOK) String

func (o *DeleteOrganizationOK) String() string

type DeleteOrganizationParams

type DeleteOrganizationParams struct {

	// Body.
	Body DeleteOrganizationBody

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

DeleteOrganizationParams contains all the parameters to send to the API endpoint

for the delete organization operation.

Typically these are written to a http.Request.

func NewDeleteOrganizationParams

func NewDeleteOrganizationParams() *DeleteOrganizationParams

NewDeleteOrganizationParams creates a new DeleteOrganizationParams 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 NewDeleteOrganizationParamsWithContext

func NewDeleteOrganizationParamsWithContext(ctx context.Context) *DeleteOrganizationParams

NewDeleteOrganizationParamsWithContext creates a new DeleteOrganizationParams object with the ability to set a context for a request.

func NewDeleteOrganizationParamsWithHTTPClient

func NewDeleteOrganizationParamsWithHTTPClient(client *http.Client) *DeleteOrganizationParams

NewDeleteOrganizationParamsWithHTTPClient creates a new DeleteOrganizationParams object with the ability to set a custom HTTPClient for a request.

func NewDeleteOrganizationParamsWithTimeout

func NewDeleteOrganizationParamsWithTimeout(timeout time.Duration) *DeleteOrganizationParams

NewDeleteOrganizationParamsWithTimeout creates a new DeleteOrganizationParams object with the ability to set a timeout on a request.

func (*DeleteOrganizationParams) SetBody

SetBody adds the body to the delete organization params

func (*DeleteOrganizationParams) SetContext

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

SetContext adds the context to the delete organization params

func (*DeleteOrganizationParams) SetDefaults

func (o *DeleteOrganizationParams) SetDefaults()

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

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

func (*DeleteOrganizationParams) SetHTTPClient

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

SetHTTPClient adds the HTTPClient to the delete organization params

func (*DeleteOrganizationParams) SetTimeout

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

SetTimeout adds the timeout to the delete organization params

func (*DeleteOrganizationParams) WithBody

WithBody adds the body to the delete organization params

func (*DeleteOrganizationParams) WithContext

WithContext adds the context to the delete organization params

func (*DeleteOrganizationParams) WithDefaults

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

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

func (*DeleteOrganizationParams) WithHTTPClient

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

WithHTTPClient adds the HTTPClient to the delete organization params

func (*DeleteOrganizationParams) WithTimeout

WithTimeout adds the timeout to the delete organization params

func (*DeleteOrganizationParams) WriteToRequest

WriteToRequest writes these params to a swagger request

type DeleteOrganizationReader

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

DeleteOrganizationReader is a Reader for the DeleteOrganization structure.

func (*DeleteOrganizationReader) ReadResponse

func (o *DeleteOrganizationReader) ReadResponse(response runtime.ClientResponse, consumer runtime.Consumer) (any, error)

ReadResponse reads a server response into the received o.

type DeleteOrganizationUnauthorized

type DeleteOrganizationUnauthorized struct {
}

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

unauthorized

func NewDeleteOrganizationUnauthorized

func NewDeleteOrganizationUnauthorized() *DeleteOrganizationUnauthorized

NewDeleteOrganizationUnauthorized creates a DeleteOrganizationUnauthorized with default headers values

func (*DeleteOrganizationUnauthorized) Code

Code gets the status code for the delete organization unauthorized response

func (*DeleteOrganizationUnauthorized) Error

func (*DeleteOrganizationUnauthorized) IsClientError

func (o *DeleteOrganizationUnauthorized) IsClientError() bool

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

func (*DeleteOrganizationUnauthorized) IsCode

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

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

func (*DeleteOrganizationUnauthorized) IsRedirect

func (o *DeleteOrganizationUnauthorized) IsRedirect() bool

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

func (*DeleteOrganizationUnauthorized) IsServerError

func (o *DeleteOrganizationUnauthorized) IsServerError() bool

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

func (*DeleteOrganizationUnauthorized) IsSuccess

func (o *DeleteOrganizationUnauthorized) IsSuccess() bool

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

func (*DeleteOrganizationUnauthorized) String

type GetSkipInterstitialGrantInternalServerError added in v2.0.1

type GetSkipInterstitialGrantInternalServerError struct {
}

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

internal server error

func NewGetSkipInterstitialGrantInternalServerError added in v2.0.1

func NewGetSkipInterstitialGrantInternalServerError() *GetSkipInterstitialGrantInternalServerError

NewGetSkipInterstitialGrantInternalServerError creates a GetSkipInterstitialGrantInternalServerError with default headers values

func (*GetSkipInterstitialGrantInternalServerError) Code added in v2.0.1

Code gets the status code for the get skip interstitial grant internal server error response

func (*GetSkipInterstitialGrantInternalServerError) Error added in v2.0.1

func (*GetSkipInterstitialGrantInternalServerError) IsClientError added in v2.0.1

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

func (*GetSkipInterstitialGrantInternalServerError) IsCode added in v2.0.1

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

func (*GetSkipInterstitialGrantInternalServerError) IsRedirect added in v2.0.1

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

func (*GetSkipInterstitialGrantInternalServerError) IsServerError added in v2.0.1

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

func (*GetSkipInterstitialGrantInternalServerError) IsSuccess added in v2.0.1

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

func (*GetSkipInterstitialGrantInternalServerError) String added in v2.0.1

type GetSkipInterstitialGrantNotFound added in v2.0.1

type GetSkipInterstitialGrantNotFound struct {
}

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

account not found

func NewGetSkipInterstitialGrantNotFound added in v2.0.1

func NewGetSkipInterstitialGrantNotFound() *GetSkipInterstitialGrantNotFound

NewGetSkipInterstitialGrantNotFound creates a GetSkipInterstitialGrantNotFound with default headers values

func (*GetSkipInterstitialGrantNotFound) Code added in v2.0.1

Code gets the status code for the get skip interstitial grant not found response

func (*GetSkipInterstitialGrantNotFound) Error added in v2.0.1

func (*GetSkipInterstitialGrantNotFound) IsClientError added in v2.0.1

func (o *GetSkipInterstitialGrantNotFound) IsClientError() bool

IsClientError returns true when this get skip interstitial grant not found response has a 4xx status code

func (*GetSkipInterstitialGrantNotFound) IsCode added in v2.0.1

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

IsCode returns true when this get skip interstitial grant not found response a status code equal to that given

func (*GetSkipInterstitialGrantNotFound) IsRedirect added in v2.0.1

func (o *GetSkipInterstitialGrantNotFound) IsRedirect() bool

IsRedirect returns true when this get skip interstitial grant not found response has a 3xx status code

func (*GetSkipInterstitialGrantNotFound) IsServerError added in v2.0.1

func (o *GetSkipInterstitialGrantNotFound) IsServerError() bool

IsServerError returns true when this get skip interstitial grant not found response has a 5xx status code

func (*GetSkipInterstitialGrantNotFound) IsSuccess added in v2.0.1

func (o *GetSkipInterstitialGrantNotFound) IsSuccess() bool

IsSuccess returns true when this get skip interstitial grant not found response has a 2xx status code

func (*GetSkipInterstitialGrantNotFound) String added in v2.0.1

type GetSkipInterstitialGrantOK added in v2.0.1

type GetSkipInterstitialGrantOK struct {
	Payload *GetSkipInterstitialGrantOKBody
}

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

ok

func NewGetSkipInterstitialGrantOK added in v2.0.1

func NewGetSkipInterstitialGrantOK() *GetSkipInterstitialGrantOK

NewGetSkipInterstitialGrantOK creates a GetSkipInterstitialGrantOK with default headers values

func (*GetSkipInterstitialGrantOK) Code added in v2.0.1

func (o *GetSkipInterstitialGrantOK) Code() int

Code gets the status code for the get skip interstitial grant o k response

func (*GetSkipInterstitialGrantOK) Error added in v2.0.1

func (*GetSkipInterstitialGrantOK) GetPayload added in v2.0.1

func (*GetSkipInterstitialGrantOK) IsClientError added in v2.0.1

func (o *GetSkipInterstitialGrantOK) IsClientError() bool

IsClientError returns true when this get skip interstitial grant o k response has a 4xx status code

func (*GetSkipInterstitialGrantOK) IsCode added in v2.0.1

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

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

func (*GetSkipInterstitialGrantOK) IsRedirect added in v2.0.1

func (o *GetSkipInterstitialGrantOK) IsRedirect() bool

IsRedirect returns true when this get skip interstitial grant o k response has a 3xx status code

func (*GetSkipInterstitialGrantOK) IsServerError added in v2.0.1

func (o *GetSkipInterstitialGrantOK) IsServerError() bool

IsServerError returns true when this get skip interstitial grant o k response has a 5xx status code

func (*GetSkipInterstitialGrantOK) IsSuccess added in v2.0.1

func (o *GetSkipInterstitialGrantOK) IsSuccess() bool

IsSuccess returns true when this get skip interstitial grant o k response has a 2xx status code

func (*GetSkipInterstitialGrantOK) String added in v2.0.1

func (o *GetSkipInterstitialGrantOK) String() string

type GetSkipInterstitialGrantOKBody added in v2.0.1

type GetSkipInterstitialGrantOKBody struct {

	// email
	Email string `json:"email,omitempty"`

	// granted
	Granted bool `json:"granted,omitempty"`
}

GetSkipInterstitialGrantOKBody get skip interstitial grant o k body swagger:model GetSkipInterstitialGrantOKBody

func (*GetSkipInterstitialGrantOKBody) ContextValidate added in v2.0.1

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

ContextValidate validates this get skip interstitial grant o k body based on context it is used

func (*GetSkipInterstitialGrantOKBody) MarshalBinary added in v2.0.1

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

MarshalBinary interface implementation

func (*GetSkipInterstitialGrantOKBody) UnmarshalBinary added in v2.0.1

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

UnmarshalBinary interface implementation

func (*GetSkipInterstitialGrantOKBody) Validate added in v2.0.1

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

Validate validates this get skip interstitial grant o k body

type GetSkipInterstitialGrantParams added in v2.0.1

type GetSkipInterstitialGrantParams struct {

	// Email.
	Email string

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

GetSkipInterstitialGrantParams contains all the parameters to send to the API endpoint

for the get skip interstitial grant operation.

Typically these are written to a http.Request.

func NewGetSkipInterstitialGrantParams added in v2.0.1

func NewGetSkipInterstitialGrantParams() *GetSkipInterstitialGrantParams

NewGetSkipInterstitialGrantParams creates a new GetSkipInterstitialGrantParams 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 NewGetSkipInterstitialGrantParamsWithContext added in v2.0.1

func NewGetSkipInterstitialGrantParamsWithContext(ctx context.Context) *GetSkipInterstitialGrantParams

NewGetSkipInterstitialGrantParamsWithContext creates a new GetSkipInterstitialGrantParams object with the ability to set a context for a request.

func NewGetSkipInterstitialGrantParamsWithHTTPClient added in v2.0.1

func NewGetSkipInterstitialGrantParamsWithHTTPClient(client *http.Client) *GetSkipInterstitialGrantParams

NewGetSkipInterstitialGrantParamsWithHTTPClient creates a new GetSkipInterstitialGrantParams object with the ability to set a custom HTTPClient for a request.

func NewGetSkipInterstitialGrantParamsWithTimeout added in v2.0.1

func NewGetSkipInterstitialGrantParamsWithTimeout(timeout time.Duration) *GetSkipInterstitialGrantParams

NewGetSkipInterstitialGrantParamsWithTimeout creates a new GetSkipInterstitialGrantParams object with the ability to set a timeout on a request.

func (*GetSkipInterstitialGrantParams) SetContext added in v2.0.1

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

SetContext adds the context to the get skip interstitial grant params

func (*GetSkipInterstitialGrantParams) SetDefaults added in v2.0.1

func (o *GetSkipInterstitialGrantParams) SetDefaults()

SetDefaults hydrates default values in the get skip interstitial grant params (not the query body).

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

func (*GetSkipInterstitialGrantParams) SetEmail added in v2.0.1

func (o *GetSkipInterstitialGrantParams) SetEmail(email string)

SetEmail adds the email to the get skip interstitial grant params

func (*GetSkipInterstitialGrantParams) SetHTTPClient added in v2.0.1

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

SetHTTPClient adds the HTTPClient to the get skip interstitial grant params

func (*GetSkipInterstitialGrantParams) SetTimeout added in v2.0.1

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

SetTimeout adds the timeout to the get skip interstitial grant params

func (*GetSkipInterstitialGrantParams) WithContext added in v2.0.1

WithContext adds the context to the get skip interstitial grant params

func (*GetSkipInterstitialGrantParams) WithDefaults added in v2.0.1

WithDefaults hydrates default values in the get skip interstitial grant params (not the query body).

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

func (*GetSkipInterstitialGrantParams) WithEmail added in v2.0.1

WithEmail adds the email to the get skip interstitial grant params

func (*GetSkipInterstitialGrantParams) WithHTTPClient added in v2.0.1

WithHTTPClient adds the HTTPClient to the get skip interstitial grant params

func (*GetSkipInterstitialGrantParams) WithTimeout added in v2.0.1

WithTimeout adds the timeout to the get skip interstitial grant params

func (*GetSkipInterstitialGrantParams) WriteToRequest added in v2.0.1

WriteToRequest writes these params to a swagger request

type GetSkipInterstitialGrantReader added in v2.0.1

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

GetSkipInterstitialGrantReader is a Reader for the GetSkipInterstitialGrant structure.

func (*GetSkipInterstitialGrantReader) ReadResponse added in v2.0.1

func (o *GetSkipInterstitialGrantReader) ReadResponse(response runtime.ClientResponse, consumer runtime.Consumer) (any, error)

ReadResponse reads a server response into the received o.

type GetSkipInterstitialGrantUnauthorized added in v2.0.1

type GetSkipInterstitialGrantUnauthorized struct {
}

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

unauthorized

func NewGetSkipInterstitialGrantUnauthorized added in v2.0.1

func NewGetSkipInterstitialGrantUnauthorized() *GetSkipInterstitialGrantUnauthorized

NewGetSkipInterstitialGrantUnauthorized creates a GetSkipInterstitialGrantUnauthorized with default headers values

func (*GetSkipInterstitialGrantUnauthorized) Code added in v2.0.1

Code gets the status code for the get skip interstitial grant unauthorized response

func (*GetSkipInterstitialGrantUnauthorized) Error added in v2.0.1

func (*GetSkipInterstitialGrantUnauthorized) IsClientError added in v2.0.1

func (o *GetSkipInterstitialGrantUnauthorized) IsClientError() bool

IsClientError returns true when this get skip interstitial grant unauthorized response has a 4xx status code

func (*GetSkipInterstitialGrantUnauthorized) IsCode added in v2.0.1

IsCode returns true when this get skip interstitial grant unauthorized response a status code equal to that given

func (*GetSkipInterstitialGrantUnauthorized) IsRedirect added in v2.0.1

IsRedirect returns true when this get skip interstitial grant unauthorized response has a 3xx status code

func (*GetSkipInterstitialGrantUnauthorized) IsServerError added in v2.0.1

func (o *GetSkipInterstitialGrantUnauthorized) IsServerError() bool

IsServerError returns true when this get skip interstitial grant unauthorized response has a 5xx status code

func (*GetSkipInterstitialGrantUnauthorized) IsSuccess added in v2.0.1

IsSuccess returns true when this get skip interstitial grant unauthorized response has a 2xx status code

func (*GetSkipInterstitialGrantUnauthorized) String added in v2.0.1

type GrantSkipInterstitialBody added in v2.0.1

type GrantSkipInterstitialBody struct {

	// email
	Email string `json:"email,omitempty"`
}

GrantSkipInterstitialBody grant skip interstitial body swagger:model GrantSkipInterstitialBody

func (*GrantSkipInterstitialBody) ContextValidate added in v2.0.1

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

ContextValidate validates this grant skip interstitial body based on context it is used

func (*GrantSkipInterstitialBody) MarshalBinary added in v2.0.1

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

MarshalBinary interface implementation

func (*GrantSkipInterstitialBody) UnmarshalBinary added in v2.0.1

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

UnmarshalBinary interface implementation

func (*GrantSkipInterstitialBody) Validate added in v2.0.1

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

Validate validates this grant skip interstitial body

type GrantSkipInterstitialInternalServerError added in v2.0.1

type GrantSkipInterstitialInternalServerError struct {
}

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

internal server error

func NewGrantSkipInterstitialInternalServerError added in v2.0.1

func NewGrantSkipInterstitialInternalServerError() *GrantSkipInterstitialInternalServerError

NewGrantSkipInterstitialInternalServerError creates a GrantSkipInterstitialInternalServerError with default headers values

func (*GrantSkipInterstitialInternalServerError) Code added in v2.0.1

Code gets the status code for the grant skip interstitial internal server error response

func (*GrantSkipInterstitialInternalServerError) Error added in v2.0.1

func (*GrantSkipInterstitialInternalServerError) IsClientError added in v2.0.1

IsClientError returns true when this grant skip interstitial internal server error response has a 4xx status code

func (*GrantSkipInterstitialInternalServerError) IsCode added in v2.0.1

IsCode returns true when this grant skip interstitial internal server error response a status code equal to that given

func (*GrantSkipInterstitialInternalServerError) IsRedirect added in v2.0.1

IsRedirect returns true when this grant skip interstitial internal server error response has a 3xx status code

func (*GrantSkipInterstitialInternalServerError) IsServerError added in v2.0.1

IsServerError returns true when this grant skip interstitial internal server error response has a 5xx status code

func (*GrantSkipInterstitialInternalServerError) IsSuccess added in v2.0.1

IsSuccess returns true when this grant skip interstitial internal server error response has a 2xx status code

func (*GrantSkipInterstitialInternalServerError) String added in v2.0.1

type GrantSkipInterstitialNotFound added in v2.0.1

type GrantSkipInterstitialNotFound struct {
}

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

account not found

func NewGrantSkipInterstitialNotFound added in v2.0.1

func NewGrantSkipInterstitialNotFound() *GrantSkipInterstitialNotFound

NewGrantSkipInterstitialNotFound creates a GrantSkipInterstitialNotFound with default headers values

func (*GrantSkipInterstitialNotFound) Code added in v2.0.1

Code gets the status code for the grant skip interstitial not found response

func (*GrantSkipInterstitialNotFound) Error added in v2.0.1

func (*GrantSkipInterstitialNotFound) IsClientError added in v2.0.1

func (o *GrantSkipInterstitialNotFound) IsClientError() bool

IsClientError returns true when this grant skip interstitial not found response has a 4xx status code

func (*GrantSkipInterstitialNotFound) IsCode added in v2.0.1

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

IsCode returns true when this grant skip interstitial not found response a status code equal to that given

func (*GrantSkipInterstitialNotFound) IsRedirect added in v2.0.1

func (o *GrantSkipInterstitialNotFound) IsRedirect() bool

IsRedirect returns true when this grant skip interstitial not found response has a 3xx status code

func (*GrantSkipInterstitialNotFound) IsServerError added in v2.0.1

func (o *GrantSkipInterstitialNotFound) IsServerError() bool

IsServerError returns true when this grant skip interstitial not found response has a 5xx status code

func (*GrantSkipInterstitialNotFound) IsSuccess added in v2.0.1

func (o *GrantSkipInterstitialNotFound) IsSuccess() bool

IsSuccess returns true when this grant skip interstitial not found response has a 2xx status code

func (*GrantSkipInterstitialNotFound) String added in v2.0.1

type GrantSkipInterstitialOK added in v2.0.1

type GrantSkipInterstitialOK struct {
}

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

ok

func NewGrantSkipInterstitialOK added in v2.0.1

func NewGrantSkipInterstitialOK() *GrantSkipInterstitialOK

NewGrantSkipInterstitialOK creates a GrantSkipInterstitialOK with default headers values

func (*GrantSkipInterstitialOK) Code added in v2.0.1

func (o *GrantSkipInterstitialOK) Code() int

Code gets the status code for the grant skip interstitial o k response

func (*GrantSkipInterstitialOK) Error added in v2.0.1

func (o *GrantSkipInterstitialOK) Error() string

func (*GrantSkipInterstitialOK) IsClientError added in v2.0.1

func (o *GrantSkipInterstitialOK) IsClientError() bool

IsClientError returns true when this grant skip interstitial o k response has a 4xx status code

func (*GrantSkipInterstitialOK) IsCode added in v2.0.1

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

IsCode returns true when this grant skip interstitial o k response a status code equal to that given

func (*GrantSkipInterstitialOK) IsRedirect added in v2.0.1

func (o *GrantSkipInterstitialOK) IsRedirect() bool

IsRedirect returns true when this grant skip interstitial o k response has a 3xx status code

func (*GrantSkipInterstitialOK) IsServerError added in v2.0.1

func (o *GrantSkipInterstitialOK) IsServerError() bool

IsServerError returns true when this grant skip interstitial o k response has a 5xx status code

func (*GrantSkipInterstitialOK) IsSuccess added in v2.0.1

func (o *GrantSkipInterstitialOK) IsSuccess() bool

IsSuccess returns true when this grant skip interstitial o k response has a 2xx status code

func (*GrantSkipInterstitialOK) String added in v2.0.1

func (o *GrantSkipInterstitialOK) String() string

type GrantSkipInterstitialParams added in v2.0.1

type GrantSkipInterstitialParams struct {

	// Body.
	Body GrantSkipInterstitialBody

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

GrantSkipInterstitialParams contains all the parameters to send to the API endpoint

for the grant skip interstitial operation.

Typically these are written to a http.Request.

func NewGrantSkipInterstitialParams added in v2.0.1

func NewGrantSkipInterstitialParams() *GrantSkipInterstitialParams

NewGrantSkipInterstitialParams creates a new GrantSkipInterstitialParams 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 NewGrantSkipInterstitialParamsWithContext added in v2.0.1

func NewGrantSkipInterstitialParamsWithContext(ctx context.Context) *GrantSkipInterstitialParams

NewGrantSkipInterstitialParamsWithContext creates a new GrantSkipInterstitialParams object with the ability to set a context for a request.

func NewGrantSkipInterstitialParamsWithHTTPClient added in v2.0.1

func NewGrantSkipInterstitialParamsWithHTTPClient(client *http.Client) *GrantSkipInterstitialParams

NewGrantSkipInterstitialParamsWithHTTPClient creates a new GrantSkipInterstitialParams object with the ability to set a custom HTTPClient for a request.

func NewGrantSkipInterstitialParamsWithTimeout added in v2.0.1

func NewGrantSkipInterstitialParamsWithTimeout(timeout time.Duration) *GrantSkipInterstitialParams

NewGrantSkipInterstitialParamsWithTimeout creates a new GrantSkipInterstitialParams object with the ability to set a timeout on a request.

func (*GrantSkipInterstitialParams) SetBody added in v2.0.1

SetBody adds the body to the grant skip interstitial params

func (*GrantSkipInterstitialParams) SetContext added in v2.0.1

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

SetContext adds the context to the grant skip interstitial params

func (*GrantSkipInterstitialParams) SetDefaults added in v2.0.1

func (o *GrantSkipInterstitialParams) SetDefaults()

SetDefaults hydrates default values in the grant skip interstitial params (not the query body).

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

func (*GrantSkipInterstitialParams) SetHTTPClient added in v2.0.1

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

SetHTTPClient adds the HTTPClient to the grant skip interstitial params

func (*GrantSkipInterstitialParams) SetTimeout added in v2.0.1

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

SetTimeout adds the timeout to the grant skip interstitial params

func (*GrantSkipInterstitialParams) WithBody added in v2.0.1

WithBody adds the body to the grant skip interstitial params

func (*GrantSkipInterstitialParams) WithContext added in v2.0.1

WithContext adds the context to the grant skip interstitial params

func (*GrantSkipInterstitialParams) WithDefaults added in v2.0.1

WithDefaults hydrates default values in the grant skip interstitial params (not the query body).

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

func (*GrantSkipInterstitialParams) WithHTTPClient added in v2.0.1

WithHTTPClient adds the HTTPClient to the grant skip interstitial params

func (*GrantSkipInterstitialParams) WithTimeout added in v2.0.1

WithTimeout adds the timeout to the grant skip interstitial params

func (*GrantSkipInterstitialParams) WriteToRequest added in v2.0.1

WriteToRequest writes these params to a swagger request

type GrantSkipInterstitialReader added in v2.0.1

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

GrantSkipInterstitialReader is a Reader for the GrantSkipInterstitial structure.

func (*GrantSkipInterstitialReader) ReadResponse added in v2.0.1

func (o *GrantSkipInterstitialReader) ReadResponse(response runtime.ClientResponse, consumer runtime.Consumer) (any, error)

ReadResponse reads a server response into the received o.

type GrantSkipInterstitialUnauthorized added in v2.0.1

type GrantSkipInterstitialUnauthorized struct {
}

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

unauthorized

func NewGrantSkipInterstitialUnauthorized added in v2.0.1

func NewGrantSkipInterstitialUnauthorized() *GrantSkipInterstitialUnauthorized

NewGrantSkipInterstitialUnauthorized creates a GrantSkipInterstitialUnauthorized with default headers values

func (*GrantSkipInterstitialUnauthorized) Code added in v2.0.1

Code gets the status code for the grant skip interstitial unauthorized response

func (*GrantSkipInterstitialUnauthorized) Error added in v2.0.1

func (*GrantSkipInterstitialUnauthorized) IsClientError added in v2.0.1

func (o *GrantSkipInterstitialUnauthorized) IsClientError() bool

IsClientError returns true when this grant skip interstitial unauthorized response has a 4xx status code

func (*GrantSkipInterstitialUnauthorized) IsCode added in v2.0.1

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

IsCode returns true when this grant skip interstitial unauthorized response a status code equal to that given

func (*GrantSkipInterstitialUnauthorized) IsRedirect added in v2.0.1

func (o *GrantSkipInterstitialUnauthorized) IsRedirect() bool

IsRedirect returns true when this grant skip interstitial unauthorized response has a 3xx status code

func (*GrantSkipInterstitialUnauthorized) IsServerError added in v2.0.1

func (o *GrantSkipInterstitialUnauthorized) IsServerError() bool

IsServerError returns true when this grant skip interstitial unauthorized response has a 5xx status code

func (*GrantSkipInterstitialUnauthorized) IsSuccess added in v2.0.1

func (o *GrantSkipInterstitialUnauthorized) IsSuccess() bool

IsSuccess returns true when this grant skip interstitial unauthorized response has a 2xx status code

func (*GrantSkipInterstitialUnauthorized) String added in v2.0.1

type InviteTokenGenerateBadRequest

type InviteTokenGenerateBadRequest struct {
}

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

invite tokens not created

func NewInviteTokenGenerateBadRequest

func NewInviteTokenGenerateBadRequest() *InviteTokenGenerateBadRequest

NewInviteTokenGenerateBadRequest creates a InviteTokenGenerateBadRequest with default headers values

func (*InviteTokenGenerateBadRequest) Code

Code gets the status code for the invite token generate bad request response

func (*InviteTokenGenerateBadRequest) Error

func (*InviteTokenGenerateBadRequest) IsClientError

func (o *InviteTokenGenerateBadRequest) IsClientError() bool

IsClientError returns true when this invite token generate bad request response has a 4xx status code

func (*InviteTokenGenerateBadRequest) IsCode

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

IsCode returns true when this invite token generate bad request response a status code equal to that given

func (*InviteTokenGenerateBadRequest) IsRedirect

func (o *InviteTokenGenerateBadRequest) IsRedirect() bool

IsRedirect returns true when this invite token generate bad request response has a 3xx status code

func (*InviteTokenGenerateBadRequest) IsServerError

func (o *InviteTokenGenerateBadRequest) IsServerError() bool

IsServerError returns true when this invite token generate bad request response has a 5xx status code

func (*InviteTokenGenerateBadRequest) IsSuccess

func (o *InviteTokenGenerateBadRequest) IsSuccess() bool

IsSuccess returns true when this invite token generate bad request response has a 2xx status code

func (*InviteTokenGenerateBadRequest) String

type InviteTokenGenerateBody

type InviteTokenGenerateBody struct {

	// invite tokens
	InviteTokens []string `json:"inviteTokens"`
}

InviteTokenGenerateBody invite token generate body swagger:model InviteTokenGenerateBody

func (*InviteTokenGenerateBody) ContextValidate

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

ContextValidate validates this invite token generate body based on context it is used

func (*InviteTokenGenerateBody) MarshalBinary

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

MarshalBinary interface implementation

func (*InviteTokenGenerateBody) UnmarshalBinary

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

UnmarshalBinary interface implementation

func (*InviteTokenGenerateBody) Validate

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

Validate validates this invite token generate body

type InviteTokenGenerateCreated

type InviteTokenGenerateCreated struct {
}

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

invite tokens created

func NewInviteTokenGenerateCreated

func NewInviteTokenGenerateCreated() *InviteTokenGenerateCreated

NewInviteTokenGenerateCreated creates a InviteTokenGenerateCreated with default headers values

func (*InviteTokenGenerateCreated) Code

func (o *InviteTokenGenerateCreated) Code() int

Code gets the status code for the invite token generate created response

func (*InviteTokenGenerateCreated) Error

func (*InviteTokenGenerateCreated) IsClientError

func (o *InviteTokenGenerateCreated) IsClientError() bool

IsClientError returns true when this invite token generate created response has a 4xx status code

func (*InviteTokenGenerateCreated) IsCode

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

IsCode returns true when this invite token generate created response a status code equal to that given

func (*InviteTokenGenerateCreated) IsRedirect

func (o *InviteTokenGenerateCreated) IsRedirect() bool

IsRedirect returns true when this invite token generate created response has a 3xx status code

func (*InviteTokenGenerateCreated) IsServerError

func (o *InviteTokenGenerateCreated) IsServerError() bool

IsServerError returns true when this invite token generate created response has a 5xx status code

func (*InviteTokenGenerateCreated) IsSuccess

func (o *InviteTokenGenerateCreated) IsSuccess() bool

IsSuccess returns true when this invite token generate created response has a 2xx status code

func (*InviteTokenGenerateCreated) String

func (o *InviteTokenGenerateCreated) String() string

type InviteTokenGenerateInternalServerError

type InviteTokenGenerateInternalServerError struct {
}

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

internal server error

func NewInviteTokenGenerateInternalServerError

func NewInviteTokenGenerateInternalServerError() *InviteTokenGenerateInternalServerError

NewInviteTokenGenerateInternalServerError creates a InviteTokenGenerateInternalServerError with default headers values

func (*InviteTokenGenerateInternalServerError) Code

Code gets the status code for the invite token generate internal server error response

func (*InviteTokenGenerateInternalServerError) Error

func (*InviteTokenGenerateInternalServerError) IsClientError

func (o *InviteTokenGenerateInternalServerError) IsClientError() bool

IsClientError returns true when this invite token generate internal server error response has a 4xx status code

func (*InviteTokenGenerateInternalServerError) IsCode

IsCode returns true when this invite token generate internal server error response a status code equal to that given

func (*InviteTokenGenerateInternalServerError) IsRedirect

IsRedirect returns true when this invite token generate internal server error response has a 3xx status code

func (*InviteTokenGenerateInternalServerError) IsServerError

func (o *InviteTokenGenerateInternalServerError) IsServerError() bool

IsServerError returns true when this invite token generate internal server error response has a 5xx status code

func (*InviteTokenGenerateInternalServerError) IsSuccess

IsSuccess returns true when this invite token generate internal server error response has a 2xx status code

func (*InviteTokenGenerateInternalServerError) String

type InviteTokenGenerateParams

type InviteTokenGenerateParams struct {

	// Body.
	Body InviteTokenGenerateBody

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

InviteTokenGenerateParams contains all the parameters to send to the API endpoint

for the invite token generate operation.

Typically these are written to a http.Request.

func NewInviteTokenGenerateParams

func NewInviteTokenGenerateParams() *InviteTokenGenerateParams

NewInviteTokenGenerateParams creates a new InviteTokenGenerateParams 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 NewInviteTokenGenerateParamsWithContext

func NewInviteTokenGenerateParamsWithContext(ctx context.Context) *InviteTokenGenerateParams

NewInviteTokenGenerateParamsWithContext creates a new InviteTokenGenerateParams object with the ability to set a context for a request.

func NewInviteTokenGenerateParamsWithHTTPClient

func NewInviteTokenGenerateParamsWithHTTPClient(client *http.Client) *InviteTokenGenerateParams

NewInviteTokenGenerateParamsWithHTTPClient creates a new InviteTokenGenerateParams object with the ability to set a custom HTTPClient for a request.

func NewInviteTokenGenerateParamsWithTimeout

func NewInviteTokenGenerateParamsWithTimeout(timeout time.Duration) *InviteTokenGenerateParams

NewInviteTokenGenerateParamsWithTimeout creates a new InviteTokenGenerateParams object with the ability to set a timeout on a request.

func (*InviteTokenGenerateParams) SetBody

SetBody adds the body to the invite token generate params

func (*InviteTokenGenerateParams) SetContext

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

SetContext adds the context to the invite token generate params

func (*InviteTokenGenerateParams) SetDefaults

func (o *InviteTokenGenerateParams) SetDefaults()

SetDefaults hydrates default values in the invite token generate params (not the query body).

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

func (*InviteTokenGenerateParams) SetHTTPClient

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

SetHTTPClient adds the HTTPClient to the invite token generate params

func (*InviteTokenGenerateParams) SetTimeout

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

SetTimeout adds the timeout to the invite token generate params

func (*InviteTokenGenerateParams) WithBody

WithBody adds the body to the invite token generate params

func (*InviteTokenGenerateParams) WithContext

WithContext adds the context to the invite token generate params

func (*InviteTokenGenerateParams) WithDefaults

WithDefaults hydrates default values in the invite token generate params (not the query body).

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

func (*InviteTokenGenerateParams) WithHTTPClient

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

WithHTTPClient adds the HTTPClient to the invite token generate params

func (*InviteTokenGenerateParams) WithTimeout

WithTimeout adds the timeout to the invite token generate params

func (*InviteTokenGenerateParams) WriteToRequest

WriteToRequest writes these params to a swagger request

type InviteTokenGenerateReader

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

InviteTokenGenerateReader is a Reader for the InviteTokenGenerate structure.

func (*InviteTokenGenerateReader) ReadResponse

func (o *InviteTokenGenerateReader) ReadResponse(response runtime.ClientResponse, consumer runtime.Consumer) (any, error)

ReadResponse reads a server response into the received o.

type InviteTokenGenerateUnauthorized

type InviteTokenGenerateUnauthorized struct {
}

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

unauthorized

func NewInviteTokenGenerateUnauthorized

func NewInviteTokenGenerateUnauthorized() *InviteTokenGenerateUnauthorized

NewInviteTokenGenerateUnauthorized creates a InviteTokenGenerateUnauthorized with default headers values

func (*InviteTokenGenerateUnauthorized) Code

Code gets the status code for the invite token generate unauthorized response

func (*InviteTokenGenerateUnauthorized) Error

func (*InviteTokenGenerateUnauthorized) IsClientError

func (o *InviteTokenGenerateUnauthorized) IsClientError() bool

IsClientError returns true when this invite token generate unauthorized response has a 4xx status code

func (*InviteTokenGenerateUnauthorized) IsCode

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

IsCode returns true when this invite token generate unauthorized response a status code equal to that given

func (*InviteTokenGenerateUnauthorized) IsRedirect

func (o *InviteTokenGenerateUnauthorized) IsRedirect() bool

IsRedirect returns true when this invite token generate unauthorized response has a 3xx status code

func (*InviteTokenGenerateUnauthorized) IsServerError

func (o *InviteTokenGenerateUnauthorized) IsServerError() bool

IsServerError returns true when this invite token generate unauthorized response has a 5xx status code

func (*InviteTokenGenerateUnauthorized) IsSuccess

func (o *InviteTokenGenerateUnauthorized) IsSuccess() bool

IsSuccess returns true when this invite token generate unauthorized response has a 2xx status code

func (*InviteTokenGenerateUnauthorized) String

type ListAppliedLimitClassesBody added in v2.0.1

type ListAppliedLimitClassesBody struct {

	// email
	Email string `json:"email,omitempty"`
}

ListAppliedLimitClassesBody list applied limit classes body swagger:model ListAppliedLimitClassesBody

func (*ListAppliedLimitClassesBody) ContextValidate added in v2.0.1

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

ContextValidate validates this list applied limit classes body based on context it is used

func (*ListAppliedLimitClassesBody) MarshalBinary added in v2.0.1

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

MarshalBinary interface implementation

func (*ListAppliedLimitClassesBody) UnmarshalBinary added in v2.0.1

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

UnmarshalBinary interface implementation

func (*ListAppliedLimitClassesBody) Validate added in v2.0.1

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

Validate validates this list applied limit classes body

type ListAppliedLimitClassesInternalServerError added in v2.0.1

type ListAppliedLimitClassesInternalServerError struct {
}

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

internal server error

func NewListAppliedLimitClassesInternalServerError added in v2.0.1

func NewListAppliedLimitClassesInternalServerError() *ListAppliedLimitClassesInternalServerError

NewListAppliedLimitClassesInternalServerError creates a ListAppliedLimitClassesInternalServerError with default headers values

func (*ListAppliedLimitClassesInternalServerError) Code added in v2.0.1

Code gets the status code for the list applied limit classes internal server error response

func (*ListAppliedLimitClassesInternalServerError) Error added in v2.0.1

func (*ListAppliedLimitClassesInternalServerError) IsClientError added in v2.0.1

IsClientError returns true when this list applied limit classes internal server error response has a 4xx status code

func (*ListAppliedLimitClassesInternalServerError) IsCode added in v2.0.1

IsCode returns true when this list applied limit classes internal server error response a status code equal to that given

func (*ListAppliedLimitClassesInternalServerError) IsRedirect added in v2.0.1

IsRedirect returns true when this list applied limit classes internal server error response has a 3xx status code

func (*ListAppliedLimitClassesInternalServerError) IsServerError added in v2.0.1

IsServerError returns true when this list applied limit classes internal server error response has a 5xx status code

func (*ListAppliedLimitClassesInternalServerError) IsSuccess added in v2.0.1

IsSuccess returns true when this list applied limit classes internal server error response has a 2xx status code

func (*ListAppliedLimitClassesInternalServerError) String added in v2.0.1

type ListAppliedLimitClassesNotFound added in v2.0.1

type ListAppliedLimitClassesNotFound struct {
}

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

account not found

func NewListAppliedLimitClassesNotFound added in v2.0.1

func NewListAppliedLimitClassesNotFound() *ListAppliedLimitClassesNotFound

NewListAppliedLimitClassesNotFound creates a ListAppliedLimitClassesNotFound with default headers values

func (*ListAppliedLimitClassesNotFound) Code added in v2.0.1

Code gets the status code for the list applied limit classes not found response

func (*ListAppliedLimitClassesNotFound) Error added in v2.0.1

func (*ListAppliedLimitClassesNotFound) IsClientError added in v2.0.1

func (o *ListAppliedLimitClassesNotFound) IsClientError() bool

IsClientError returns true when this list applied limit classes not found response has a 4xx status code

func (*ListAppliedLimitClassesNotFound) IsCode added in v2.0.1

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

IsCode returns true when this list applied limit classes not found response a status code equal to that given

func (*ListAppliedLimitClassesNotFound) IsRedirect added in v2.0.1

func (o *ListAppliedLimitClassesNotFound) IsRedirect() bool

IsRedirect returns true when this list applied limit classes not found response has a 3xx status code

func (*ListAppliedLimitClassesNotFound) IsServerError added in v2.0.1

func (o *ListAppliedLimitClassesNotFound) IsServerError() bool

IsServerError returns true when this list applied limit classes not found response has a 5xx status code

func (*ListAppliedLimitClassesNotFound) IsSuccess added in v2.0.1

func (o *ListAppliedLimitClassesNotFound) IsSuccess() bool

IsSuccess returns true when this list applied limit classes not found response has a 2xx status code

func (*ListAppliedLimitClassesNotFound) String added in v2.0.1

type ListAppliedLimitClassesOK added in v2.0.1

type ListAppliedLimitClassesOK struct {
	Payload []*rest_model_zrok.LimitClass
}

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

applied limit classes

func NewListAppliedLimitClassesOK added in v2.0.1

func NewListAppliedLimitClassesOK() *ListAppliedLimitClassesOK

NewListAppliedLimitClassesOK creates a ListAppliedLimitClassesOK with default headers values

func (*ListAppliedLimitClassesOK) Code added in v2.0.1

func (o *ListAppliedLimitClassesOK) Code() int

Code gets the status code for the list applied limit classes o k response

func (*ListAppliedLimitClassesOK) Error added in v2.0.1

func (o *ListAppliedLimitClassesOK) Error() string

func (*ListAppliedLimitClassesOK) GetPayload added in v2.0.1

func (*ListAppliedLimitClassesOK) IsClientError added in v2.0.1

func (o *ListAppliedLimitClassesOK) IsClientError() bool

IsClientError returns true when this list applied limit classes o k response has a 4xx status code

func (*ListAppliedLimitClassesOK) IsCode added in v2.0.1

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

IsCode returns true when this list applied limit classes o k response a status code equal to that given

func (*ListAppliedLimitClassesOK) IsRedirect added in v2.0.1

func (o *ListAppliedLimitClassesOK) IsRedirect() bool

IsRedirect returns true when this list applied limit classes o k response has a 3xx status code

func (*ListAppliedLimitClassesOK) IsServerError added in v2.0.1

func (o *ListAppliedLimitClassesOK) IsServerError() bool

IsServerError returns true when this list applied limit classes o k response has a 5xx status code

func (*ListAppliedLimitClassesOK) IsSuccess added in v2.0.1

func (o *ListAppliedLimitClassesOK) IsSuccess() bool

IsSuccess returns true when this list applied limit classes o k response has a 2xx status code

func (*ListAppliedLimitClassesOK) String added in v2.0.1

func (o *ListAppliedLimitClassesOK) String() string

type ListAppliedLimitClassesParams added in v2.0.1

type ListAppliedLimitClassesParams struct {

	// Body.
	Body ListAppliedLimitClassesBody

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

ListAppliedLimitClassesParams contains all the parameters to send to the API endpoint

for the list applied limit classes operation.

Typically these are written to a http.Request.

func NewListAppliedLimitClassesParams added in v2.0.1

func NewListAppliedLimitClassesParams() *ListAppliedLimitClassesParams

NewListAppliedLimitClassesParams creates a new ListAppliedLimitClassesParams 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 NewListAppliedLimitClassesParamsWithContext added in v2.0.1

func NewListAppliedLimitClassesParamsWithContext(ctx context.Context) *ListAppliedLimitClassesParams

NewListAppliedLimitClassesParamsWithContext creates a new ListAppliedLimitClassesParams object with the ability to set a context for a request.

func NewListAppliedLimitClassesParamsWithHTTPClient added in v2.0.1

func NewListAppliedLimitClassesParamsWithHTTPClient(client *http.Client) *ListAppliedLimitClassesParams

NewListAppliedLimitClassesParamsWithHTTPClient creates a new ListAppliedLimitClassesParams object with the ability to set a custom HTTPClient for a request.

func NewListAppliedLimitClassesParamsWithTimeout added in v2.0.1

func NewListAppliedLimitClassesParamsWithTimeout(timeout time.Duration) *ListAppliedLimitClassesParams

NewListAppliedLimitClassesParamsWithTimeout creates a new ListAppliedLimitClassesParams object with the ability to set a timeout on a request.

func (*ListAppliedLimitClassesParams) SetBody added in v2.0.1

SetBody adds the body to the list applied limit classes params

func (*ListAppliedLimitClassesParams) SetContext added in v2.0.1

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

SetContext adds the context to the list applied limit classes params

func (*ListAppliedLimitClassesParams) SetDefaults added in v2.0.1

func (o *ListAppliedLimitClassesParams) SetDefaults()

SetDefaults hydrates default values in the list applied limit classes params (not the query body).

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

func (*ListAppliedLimitClassesParams) SetHTTPClient added in v2.0.1

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

SetHTTPClient adds the HTTPClient to the list applied limit classes params

func (*ListAppliedLimitClassesParams) SetTimeout added in v2.0.1

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

SetTimeout adds the timeout to the list applied limit classes params

func (*ListAppliedLimitClassesParams) WithBody added in v2.0.1

WithBody adds the body to the list applied limit classes params

func (*ListAppliedLimitClassesParams) WithContext added in v2.0.1

WithContext adds the context to the list applied limit classes params

func (*ListAppliedLimitClassesParams) WithDefaults added in v2.0.1

WithDefaults hydrates default values in the list applied limit classes params (not the query body).

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

func (*ListAppliedLimitClassesParams) WithHTTPClient added in v2.0.1

WithHTTPClient adds the HTTPClient to the list applied limit classes params

func (*ListAppliedLimitClassesParams) WithTimeout added in v2.0.1

WithTimeout adds the timeout to the list applied limit classes params

func (*ListAppliedLimitClassesParams) WriteToRequest added in v2.0.1

WriteToRequest writes these params to a swagger request

type ListAppliedLimitClassesReader added in v2.0.1

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

ListAppliedLimitClassesReader is a Reader for the ListAppliedLimitClasses structure.

func (*ListAppliedLimitClassesReader) ReadResponse added in v2.0.1

func (o *ListAppliedLimitClassesReader) ReadResponse(response runtime.ClientResponse, consumer runtime.Consumer) (any, error)

ReadResponse reads a server response into the received o.

type ListAppliedLimitClassesUnauthorized added in v2.0.1

type ListAppliedLimitClassesUnauthorized struct {
}

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

unauthorized

func NewListAppliedLimitClassesUnauthorized added in v2.0.1

func NewListAppliedLimitClassesUnauthorized() *ListAppliedLimitClassesUnauthorized

NewListAppliedLimitClassesUnauthorized creates a ListAppliedLimitClassesUnauthorized with default headers values

func (*ListAppliedLimitClassesUnauthorized) Code added in v2.0.1

Code gets the status code for the list applied limit classes unauthorized response

func (*ListAppliedLimitClassesUnauthorized) Error added in v2.0.1

func (*ListAppliedLimitClassesUnauthorized) IsClientError added in v2.0.1

func (o *ListAppliedLimitClassesUnauthorized) IsClientError() bool

IsClientError returns true when this list applied limit classes unauthorized response has a 4xx status code

func (*ListAppliedLimitClassesUnauthorized) IsCode added in v2.0.1

IsCode returns true when this list applied limit classes unauthorized response a status code equal to that given

func (*ListAppliedLimitClassesUnauthorized) IsRedirect added in v2.0.1

func (o *ListAppliedLimitClassesUnauthorized) IsRedirect() bool

IsRedirect returns true when this list applied limit classes unauthorized response has a 3xx status code

func (*ListAppliedLimitClassesUnauthorized) IsServerError added in v2.0.1

func (o *ListAppliedLimitClassesUnauthorized) IsServerError() bool

IsServerError returns true when this list applied limit classes unauthorized response has a 5xx status code

func (*ListAppliedLimitClassesUnauthorized) IsSuccess added in v2.0.1

IsSuccess returns true when this list applied limit classes unauthorized response has a 2xx status code

func (*ListAppliedLimitClassesUnauthorized) String added in v2.0.1

type ListFrontendNamespaceMappingsInternalServerError

type ListFrontendNamespaceMappingsInternalServerError struct {
}

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

internal server error

func NewListFrontendNamespaceMappingsInternalServerError

func NewListFrontendNamespaceMappingsInternalServerError() *ListFrontendNamespaceMappingsInternalServerError

NewListFrontendNamespaceMappingsInternalServerError creates a ListFrontendNamespaceMappingsInternalServerError with default headers values

func (*ListFrontendNamespaceMappingsInternalServerError) Code

Code gets the status code for the list frontend namespace mappings internal server error response

func (*ListFrontendNamespaceMappingsInternalServerError) Error

func (*ListFrontendNamespaceMappingsInternalServerError) IsClientError

IsClientError returns true when this list frontend namespace mappings internal server error response has a 4xx status code

func (*ListFrontendNamespaceMappingsInternalServerError) IsCode

IsCode returns true when this list frontend namespace mappings internal server error response a status code equal to that given

func (*ListFrontendNamespaceMappingsInternalServerError) IsRedirect

IsRedirect returns true when this list frontend namespace mappings internal server error response has a 3xx status code

func (*ListFrontendNamespaceMappingsInternalServerError) IsServerError

IsServerError returns true when this list frontend namespace mappings internal server error response has a 5xx status code

func (*ListFrontendNamespaceMappingsInternalServerError) IsSuccess

IsSuccess returns true when this list frontend namespace mappings internal server error response has a 2xx status code

func (*ListFrontendNamespaceMappingsInternalServerError) String

type ListFrontendNamespaceMappingsNotFound

type ListFrontendNamespaceMappingsNotFound struct {
}

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

frontend not found

func NewListFrontendNamespaceMappingsNotFound

func NewListFrontendNamespaceMappingsNotFound() *ListFrontendNamespaceMappingsNotFound

NewListFrontendNamespaceMappingsNotFound creates a ListFrontendNamespaceMappingsNotFound with default headers values

func (*ListFrontendNamespaceMappingsNotFound) Code

Code gets the status code for the list frontend namespace mappings not found response

func (*ListFrontendNamespaceMappingsNotFound) Error

func (*ListFrontendNamespaceMappingsNotFound) IsClientError

func (o *ListFrontendNamespaceMappingsNotFound) IsClientError() bool

IsClientError returns true when this list frontend namespace mappings not found response has a 4xx status code

func (*ListFrontendNamespaceMappingsNotFound) IsCode

IsCode returns true when this list frontend namespace mappings not found response a status code equal to that given

func (*ListFrontendNamespaceMappingsNotFound) IsRedirect

IsRedirect returns true when this list frontend namespace mappings not found response has a 3xx status code

func (*ListFrontendNamespaceMappingsNotFound) IsServerError

func (o *ListFrontendNamespaceMappingsNotFound) IsServerError() bool

IsServerError returns true when this list frontend namespace mappings not found response has a 5xx status code

func (*ListFrontendNamespaceMappingsNotFound) IsSuccess

IsSuccess returns true when this list frontend namespace mappings not found response has a 2xx status code

func (*ListFrontendNamespaceMappingsNotFound) String

type ListFrontendNamespaceMappingsOK

type ListFrontendNamespaceMappingsOK struct {
	Payload []*ListFrontendNamespaceMappingsOKBodyItems0
}

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

frontend namespace mappings listed

func NewListFrontendNamespaceMappingsOK

func NewListFrontendNamespaceMappingsOK() *ListFrontendNamespaceMappingsOK

NewListFrontendNamespaceMappingsOK creates a ListFrontendNamespaceMappingsOK with default headers values

func (*ListFrontendNamespaceMappingsOK) Code

Code gets the status code for the list frontend namespace mappings o k response

func (*ListFrontendNamespaceMappingsOK) Error

func (*ListFrontendNamespaceMappingsOK) GetPayload

func (*ListFrontendNamespaceMappingsOK) IsClientError

func (o *ListFrontendNamespaceMappingsOK) IsClientError() bool

IsClientError returns true when this list frontend namespace mappings o k response has a 4xx status code

func (*ListFrontendNamespaceMappingsOK) IsCode

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

IsCode returns true when this list frontend namespace mappings o k response a status code equal to that given

func (*ListFrontendNamespaceMappingsOK) IsRedirect

func (o *ListFrontendNamespaceMappingsOK) IsRedirect() bool

IsRedirect returns true when this list frontend namespace mappings o k response has a 3xx status code

func (*ListFrontendNamespaceMappingsOK) IsServerError

func (o *ListFrontendNamespaceMappingsOK) IsServerError() bool

IsServerError returns true when this list frontend namespace mappings o k response has a 5xx status code

func (*ListFrontendNamespaceMappingsOK) IsSuccess

func (o *ListFrontendNamespaceMappingsOK) IsSuccess() bool

IsSuccess returns true when this list frontend namespace mappings o k response has a 2xx status code

func (*ListFrontendNamespaceMappingsOK) String

type ListFrontendNamespaceMappingsOKBodyItems0

type ListFrontendNamespaceMappingsOKBodyItems0 struct {

	// created at
	CreatedAt int64 `json:"createdAt,omitempty"`

	// frontend token
	FrontendToken string `json:"frontendToken,omitempty"`

	// is default
	IsDefault bool `json:"isDefault,omitempty"`

	// namespace token
	NamespaceToken string `json:"namespaceToken,omitempty"`
}

ListFrontendNamespaceMappingsOKBodyItems0 list frontend namespace mappings o k body items0 swagger:model ListFrontendNamespaceMappingsOKBodyItems0

func (*ListFrontendNamespaceMappingsOKBodyItems0) ContextValidate

ContextValidate validates this list frontend namespace mappings o k body items0 based on context it is used

func (*ListFrontendNamespaceMappingsOKBodyItems0) MarshalBinary

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

MarshalBinary interface implementation

func (*ListFrontendNamespaceMappingsOKBodyItems0) UnmarshalBinary

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

UnmarshalBinary interface implementation

func (*ListFrontendNamespaceMappingsOKBodyItems0) Validate

Validate validates this list frontend namespace mappings o k body items0

type ListFrontendNamespaceMappingsParams

type ListFrontendNamespaceMappingsParams struct {

	// FrontendToken.
	FrontendToken string

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

ListFrontendNamespaceMappingsParams contains all the parameters to send to the API endpoint

for the list frontend namespace mappings operation.

Typically these are written to a http.Request.

func NewListFrontendNamespaceMappingsParams

func NewListFrontendNamespaceMappingsParams() *ListFrontendNamespaceMappingsParams

NewListFrontendNamespaceMappingsParams creates a new ListFrontendNamespaceMappingsParams 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 NewListFrontendNamespaceMappingsParamsWithContext

func NewListFrontendNamespaceMappingsParamsWithContext(ctx context.Context) *ListFrontendNamespaceMappingsParams

NewListFrontendNamespaceMappingsParamsWithContext creates a new ListFrontendNamespaceMappingsParams object with the ability to set a context for a request.

func NewListFrontendNamespaceMappingsParamsWithHTTPClient

func NewListFrontendNamespaceMappingsParamsWithHTTPClient(client *http.Client) *ListFrontendNamespaceMappingsParams

NewListFrontendNamespaceMappingsParamsWithHTTPClient creates a new ListFrontendNamespaceMappingsParams object with the ability to set a custom HTTPClient for a request.

func NewListFrontendNamespaceMappingsParamsWithTimeout

func NewListFrontendNamespaceMappingsParamsWithTimeout(timeout time.Duration) *ListFrontendNamespaceMappingsParams

NewListFrontendNamespaceMappingsParamsWithTimeout creates a new ListFrontendNamespaceMappingsParams object with the ability to set a timeout on a request.

func (*ListFrontendNamespaceMappingsParams) SetContext

SetContext adds the context to the list frontend namespace mappings params

func (*ListFrontendNamespaceMappingsParams) SetDefaults

func (o *ListFrontendNamespaceMappingsParams) SetDefaults()

SetDefaults hydrates default values in the list frontend namespace mappings params (not the query body).

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

func (*ListFrontendNamespaceMappingsParams) SetFrontendToken

func (o *ListFrontendNamespaceMappingsParams) SetFrontendToken(frontendToken string)

SetFrontendToken adds the frontendToken to the list frontend namespace mappings params

func (*ListFrontendNamespaceMappingsParams) SetHTTPClient

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

SetHTTPClient adds the HTTPClient to the list frontend namespace mappings params

func (*ListFrontendNamespaceMappingsParams) SetTimeout

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

SetTimeout adds the timeout to the list frontend namespace mappings params

func (*ListFrontendNamespaceMappingsParams) WithContext

WithContext adds the context to the list frontend namespace mappings params

func (*ListFrontendNamespaceMappingsParams) WithDefaults

WithDefaults hydrates default values in the list frontend namespace mappings params (not the query body).

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

func (*ListFrontendNamespaceMappingsParams) WithFrontendToken

WithFrontendToken adds the frontendToken to the list frontend namespace mappings params

func (*ListFrontendNamespaceMappingsParams) WithHTTPClient

WithHTTPClient adds the HTTPClient to the list frontend namespace mappings params

func (*ListFrontendNamespaceMappingsParams) WithTimeout

WithTimeout adds the timeout to the list frontend namespace mappings params

func (*ListFrontendNamespaceMappingsParams) WriteToRequest

WriteToRequest writes these params to a swagger request

type ListFrontendNamespaceMappingsReader

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

ListFrontendNamespaceMappingsReader is a Reader for the ListFrontendNamespaceMappings structure.

func (*ListFrontendNamespaceMappingsReader) ReadResponse

func (o *ListFrontendNamespaceMappingsReader) ReadResponse(response runtime.ClientResponse, consumer runtime.Consumer) (any, error)

ReadResponse reads a server response into the received o.

type ListFrontendNamespaceMappingsUnauthorized

type ListFrontendNamespaceMappingsUnauthorized struct {
}

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

unauthorized

func NewListFrontendNamespaceMappingsUnauthorized

func NewListFrontendNamespaceMappingsUnauthorized() *ListFrontendNamespaceMappingsUnauthorized

NewListFrontendNamespaceMappingsUnauthorized creates a ListFrontendNamespaceMappingsUnauthorized with default headers values

func (*ListFrontendNamespaceMappingsUnauthorized) Code

Code gets the status code for the list frontend namespace mappings unauthorized response

func (*ListFrontendNamespaceMappingsUnauthorized) Error

func (*ListFrontendNamespaceMappingsUnauthorized) IsClientError

IsClientError returns true when this list frontend namespace mappings unauthorized response has a 4xx status code

func (*ListFrontendNamespaceMappingsUnauthorized) IsCode

IsCode returns true when this list frontend namespace mappings unauthorized response a status code equal to that given

func (*ListFrontendNamespaceMappingsUnauthorized) IsRedirect

IsRedirect returns true when this list frontend namespace mappings unauthorized response has a 3xx status code

func (*ListFrontendNamespaceMappingsUnauthorized) IsServerError

IsServerError returns true when this list frontend namespace mappings unauthorized response has a 5xx status code

func (*ListFrontendNamespaceMappingsUnauthorized) IsSuccess

IsSuccess returns true when this list frontend namespace mappings unauthorized response has a 2xx status code

func (*ListFrontendNamespaceMappingsUnauthorized) String

type ListFrontendsInternalServerError

type ListFrontendsInternalServerError struct {
}

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

internal server error

func NewListFrontendsInternalServerError

func NewListFrontendsInternalServerError() *ListFrontendsInternalServerError

NewListFrontendsInternalServerError creates a ListFrontendsInternalServerError with default headers values

func (*ListFrontendsInternalServerError) Code

Code gets the status code for the list frontends internal server error response

func (*ListFrontendsInternalServerError) Error

func (*ListFrontendsInternalServerError) IsClientError

func (o *ListFrontendsInternalServerError) IsClientError() bool

IsClientError returns true when this list frontends internal server error response has a 4xx status code

func (*ListFrontendsInternalServerError) IsCode

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

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

func (*ListFrontendsInternalServerError) IsRedirect

func (o *ListFrontendsInternalServerError) IsRedirect() bool

IsRedirect returns true when this list frontends internal server error response has a 3xx status code

func (*ListFrontendsInternalServerError) IsServerError

func (o *ListFrontendsInternalServerError) IsServerError() bool

IsServerError returns true when this list frontends internal server error response has a 5xx status code

func (*ListFrontendsInternalServerError) IsSuccess

func (o *ListFrontendsInternalServerError) IsSuccess() bool

IsSuccess returns true when this list frontends internal server error response has a 2xx status code

func (*ListFrontendsInternalServerError) String

type ListFrontendsOK

type ListFrontendsOK struct {
	Payload []*ListFrontendsOKBodyItems0
}

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

ok

func NewListFrontendsOK

func NewListFrontendsOK() *ListFrontendsOK

NewListFrontendsOK creates a ListFrontendsOK with default headers values

func (*ListFrontendsOK) Code

func (o *ListFrontendsOK) Code() int

Code gets the status code for the list frontends o k response

func (*ListFrontendsOK) Error

func (o *ListFrontendsOK) Error() string

func (*ListFrontendsOK) GetPayload

func (o *ListFrontendsOK) GetPayload() []*ListFrontendsOKBodyItems0

func (*ListFrontendsOK) IsClientError

func (o *ListFrontendsOK) IsClientError() bool

IsClientError returns true when this list frontends o k response has a 4xx status code

func (*ListFrontendsOK) IsCode

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

IsCode returns true when this list frontends o k response a status code equal to that given

func (*ListFrontendsOK) IsRedirect

func (o *ListFrontendsOK) IsRedirect() bool

IsRedirect returns true when this list frontends o k response has a 3xx status code

func (*ListFrontendsOK) IsServerError

func (o *ListFrontendsOK) IsServerError() bool

IsServerError returns true when this list frontends o k response has a 5xx status code

func (*ListFrontendsOK) IsSuccess

func (o *ListFrontendsOK) IsSuccess() bool

IsSuccess returns true when this list frontends o k response has a 2xx status code

func (*ListFrontendsOK) String

func (o *ListFrontendsOK) String() string

type ListFrontendsOKBodyItems0

type ListFrontendsOKBodyItems0 struct {

	// created at
	CreatedAt int64 `json:"createdAt,omitempty"`

	// dynamic
	Dynamic bool `json:"dynamic,omitempty"`

	// frontend token
	FrontendToken string `json:"frontendToken,omitempty"`

	// permission mode
	PermissionMode string `json:"permissionMode,omitempty"`

	// public name
	PublicName string `json:"publicName,omitempty"`

	// updated at
	UpdatedAt int64 `json:"updatedAt,omitempty"`

	// url template
	URLTemplate string `json:"urlTemplate,omitempty"`

	// z Id
	ZID string `json:"zId,omitempty"`
}

ListFrontendsOKBodyItems0 list frontends o k body items0 swagger:model ListFrontendsOKBodyItems0

func (*ListFrontendsOKBodyItems0) ContextValidate

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

ContextValidate validates this list frontends o k body items0 based on context it is used

func (*ListFrontendsOKBodyItems0) MarshalBinary

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

MarshalBinary interface implementation

func (*ListFrontendsOKBodyItems0) UnmarshalBinary

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

UnmarshalBinary interface implementation

func (*ListFrontendsOKBodyItems0) Validate

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

Validate validates this list frontends o k body items0

type ListFrontendsParams

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

ListFrontendsParams contains all the parameters to send to the API endpoint

for the list frontends operation.

Typically these are written to a http.Request.

func NewListFrontendsParams

func NewListFrontendsParams() *ListFrontendsParams

NewListFrontendsParams creates a new ListFrontendsParams 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 NewListFrontendsParamsWithContext

func NewListFrontendsParamsWithContext(ctx context.Context) *ListFrontendsParams

NewListFrontendsParamsWithContext creates a new ListFrontendsParams object with the ability to set a context for a request.

func NewListFrontendsParamsWithHTTPClient

func NewListFrontendsParamsWithHTTPClient(client *http.Client) *ListFrontendsParams

NewListFrontendsParamsWithHTTPClient creates a new ListFrontendsParams object with the ability to set a custom HTTPClient for a request.

func NewListFrontendsParamsWithTimeout

func NewListFrontendsParamsWithTimeout(timeout time.Duration) *ListFrontendsParams

NewListFrontendsParamsWithTimeout creates a new ListFrontendsParams object with the ability to set a timeout on a request.

func (*ListFrontendsParams) SetContext

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

SetContext adds the context to the list frontends params

func (*ListFrontendsParams) SetDefaults

func (o *ListFrontendsParams) SetDefaults()

SetDefaults hydrates default values in the list frontends params (not the query body).

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

func (*ListFrontendsParams) SetHTTPClient

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

SetHTTPClient adds the HTTPClient to the list frontends params

func (*ListFrontendsParams) SetTimeout

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

SetTimeout adds the timeout to the list frontends params

func (*ListFrontendsParams) WithContext

WithContext adds the context to the list frontends params

func (*ListFrontendsParams) WithDefaults

func (o *ListFrontendsParams) WithDefaults() *ListFrontendsParams

WithDefaults hydrates default values in the list frontends params (not the query body).

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

func (*ListFrontendsParams) WithHTTPClient

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

WithHTTPClient adds the HTTPClient to the list frontends params

func (*ListFrontendsParams) WithTimeout

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

WithTimeout adds the timeout to the list frontends params

func (*ListFrontendsParams) WriteToRequest

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

WriteToRequest writes these params to a swagger request

type ListFrontendsReader

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

ListFrontendsReader is a Reader for the ListFrontends structure.

func (*ListFrontendsReader) ReadResponse

func (o *ListFrontendsReader) ReadResponse(response runtime.ClientResponse, consumer runtime.Consumer) (any, error)

ReadResponse reads a server response into the received o.

type ListFrontendsUnauthorized

type ListFrontendsUnauthorized struct {
}

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

unauthorized

func NewListFrontendsUnauthorized

func NewListFrontendsUnauthorized() *ListFrontendsUnauthorized

NewListFrontendsUnauthorized creates a ListFrontendsUnauthorized with default headers values

func (*ListFrontendsUnauthorized) Code

func (o *ListFrontendsUnauthorized) Code() int

Code gets the status code for the list frontends unauthorized response

func (*ListFrontendsUnauthorized) Error

func (o *ListFrontendsUnauthorized) Error() string

func (*ListFrontendsUnauthorized) IsClientError

func (o *ListFrontendsUnauthorized) IsClientError() bool

IsClientError returns true when this list frontends unauthorized response has a 4xx status code

func (*ListFrontendsUnauthorized) IsCode

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

IsCode returns true when this list frontends unauthorized response a status code equal to that given

func (*ListFrontendsUnauthorized) IsRedirect

func (o *ListFrontendsUnauthorized) IsRedirect() bool

IsRedirect returns true when this list frontends unauthorized response has a 3xx status code

func (*ListFrontendsUnauthorized) IsServerError

func (o *ListFrontendsUnauthorized) IsServerError() bool

IsServerError returns true when this list frontends unauthorized response has a 5xx status code

func (*ListFrontendsUnauthorized) IsSuccess

func (o *ListFrontendsUnauthorized) IsSuccess() bool

IsSuccess returns true when this list frontends unauthorized response has a 2xx status code

func (*ListFrontendsUnauthorized) String

func (o *ListFrontendsUnauthorized) String() string

type ListLimitClassesBody added in v2.0.1

type ListLimitClassesBody struct {

	// label
	Label string `json:"label,omitempty"`
}

ListLimitClassesBody list limit classes body swagger:model ListLimitClassesBody

func (*ListLimitClassesBody) ContextValidate added in v2.0.1

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

ContextValidate validates this list limit classes body based on context it is used

func (*ListLimitClassesBody) MarshalBinary added in v2.0.1

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

MarshalBinary interface implementation

func (*ListLimitClassesBody) UnmarshalBinary added in v2.0.1

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

UnmarshalBinary interface implementation

func (*ListLimitClassesBody) Validate added in v2.0.1

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

Validate validates this list limit classes body

type ListLimitClassesInternalServerError added in v2.0.1

type ListLimitClassesInternalServerError struct {
}

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

internal server error

func NewListLimitClassesInternalServerError added in v2.0.1

func NewListLimitClassesInternalServerError() *ListLimitClassesInternalServerError

NewListLimitClassesInternalServerError creates a ListLimitClassesInternalServerError with default headers values

func (*ListLimitClassesInternalServerError) Code added in v2.0.1

Code gets the status code for the list limit classes internal server error response

func (*ListLimitClassesInternalServerError) Error added in v2.0.1

func (*ListLimitClassesInternalServerError) IsClientError added in v2.0.1

func (o *ListLimitClassesInternalServerError) IsClientError() bool

IsClientError returns true when this list limit classes internal server error response has a 4xx status code

func (*ListLimitClassesInternalServerError) IsCode added in v2.0.1

IsCode returns true when this list limit classes internal server error response a status code equal to that given

func (*ListLimitClassesInternalServerError) IsRedirect added in v2.0.1

func (o *ListLimitClassesInternalServerError) IsRedirect() bool

IsRedirect returns true when this list limit classes internal server error response has a 3xx status code

func (*ListLimitClassesInternalServerError) IsServerError added in v2.0.1

func (o *ListLimitClassesInternalServerError) IsServerError() bool

IsServerError returns true when this list limit classes internal server error response has a 5xx status code

func (*ListLimitClassesInternalServerError) IsSuccess added in v2.0.1

IsSuccess returns true when this list limit classes internal server error response has a 2xx status code

func (*ListLimitClassesInternalServerError) String added in v2.0.1

type ListLimitClassesOK added in v2.0.1

type ListLimitClassesOK struct {
	Payload []*rest_model_zrok.LimitClass
}

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

limit classes

func NewListLimitClassesOK added in v2.0.1

func NewListLimitClassesOK() *ListLimitClassesOK

NewListLimitClassesOK creates a ListLimitClassesOK with default headers values

func (*ListLimitClassesOK) Code added in v2.0.1

func (o *ListLimitClassesOK) Code() int

Code gets the status code for the list limit classes o k response

func (*ListLimitClassesOK) Error added in v2.0.1

func (o *ListLimitClassesOK) Error() string

func (*ListLimitClassesOK) GetPayload added in v2.0.1

func (o *ListLimitClassesOK) GetPayload() []*rest_model_zrok.LimitClass

func (*ListLimitClassesOK) IsClientError added in v2.0.1

func (o *ListLimitClassesOK) IsClientError() bool

IsClientError returns true when this list limit classes o k response has a 4xx status code

func (*ListLimitClassesOK) IsCode added in v2.0.1

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

IsCode returns true when this list limit classes o k response a status code equal to that given

func (*ListLimitClassesOK) IsRedirect added in v2.0.1

func (o *ListLimitClassesOK) IsRedirect() bool

IsRedirect returns true when this list limit classes o k response has a 3xx status code

func (*ListLimitClassesOK) IsServerError added in v2.0.1

func (o *ListLimitClassesOK) IsServerError() bool

IsServerError returns true when this list limit classes o k response has a 5xx status code

func (*ListLimitClassesOK) IsSuccess added in v2.0.1

func (o *ListLimitClassesOK) IsSuccess() bool

IsSuccess returns true when this list limit classes o k response has a 2xx status code

func (*ListLimitClassesOK) String added in v2.0.1

func (o *ListLimitClassesOK) String() string

type ListLimitClassesParams added in v2.0.1

type ListLimitClassesParams struct {

	// Body.
	Body ListLimitClassesBody

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

ListLimitClassesParams contains all the parameters to send to the API endpoint

for the list limit classes operation.

Typically these are written to a http.Request.

func NewListLimitClassesParams added in v2.0.1

func NewListLimitClassesParams() *ListLimitClassesParams

NewListLimitClassesParams creates a new ListLimitClassesParams 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 NewListLimitClassesParamsWithContext added in v2.0.1

func NewListLimitClassesParamsWithContext(ctx context.Context) *ListLimitClassesParams

NewListLimitClassesParamsWithContext creates a new ListLimitClassesParams object with the ability to set a context for a request.

func NewListLimitClassesParamsWithHTTPClient added in v2.0.1

func NewListLimitClassesParamsWithHTTPClient(client *http.Client) *ListLimitClassesParams

NewListLimitClassesParamsWithHTTPClient creates a new ListLimitClassesParams object with the ability to set a custom HTTPClient for a request.

func NewListLimitClassesParamsWithTimeout added in v2.0.1

func NewListLimitClassesParamsWithTimeout(timeout time.Duration) *ListLimitClassesParams

NewListLimitClassesParamsWithTimeout creates a new ListLimitClassesParams object with the ability to set a timeout on a request.

func (*ListLimitClassesParams) SetBody added in v2.0.1

SetBody adds the body to the list limit classes params

func (*ListLimitClassesParams) SetContext added in v2.0.1

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

SetContext adds the context to the list limit classes params

func (*ListLimitClassesParams) SetDefaults added in v2.0.1

func (o *ListLimitClassesParams) SetDefaults()

SetDefaults hydrates default values in the list limit classes params (not the query body).

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

func (*ListLimitClassesParams) SetHTTPClient added in v2.0.1

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

SetHTTPClient adds the HTTPClient to the list limit classes params

func (*ListLimitClassesParams) SetTimeout added in v2.0.1

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

SetTimeout adds the timeout to the list limit classes params

func (*ListLimitClassesParams) WithBody added in v2.0.1

WithBody adds the body to the list limit classes params

func (*ListLimitClassesParams) WithContext added in v2.0.1

WithContext adds the context to the list limit classes params

func (*ListLimitClassesParams) WithDefaults added in v2.0.1

WithDefaults hydrates default values in the list limit classes params (not the query body).

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

func (*ListLimitClassesParams) WithHTTPClient added in v2.0.1

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

WithHTTPClient adds the HTTPClient to the list limit classes params

func (*ListLimitClassesParams) WithTimeout added in v2.0.1

WithTimeout adds the timeout to the list limit classes params

func (*ListLimitClassesParams) WriteToRequest added in v2.0.1

WriteToRequest writes these params to a swagger request

type ListLimitClassesReader added in v2.0.1

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

ListLimitClassesReader is a Reader for the ListLimitClasses structure.

func (*ListLimitClassesReader) ReadResponse added in v2.0.1

func (o *ListLimitClassesReader) ReadResponse(response runtime.ClientResponse, consumer runtime.Consumer) (any, error)

ReadResponse reads a server response into the received o.

type ListLimitClassesUnauthorized added in v2.0.1

type ListLimitClassesUnauthorized struct {
}

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

unauthorized

func NewListLimitClassesUnauthorized added in v2.0.1

func NewListLimitClassesUnauthorized() *ListLimitClassesUnauthorized

NewListLimitClassesUnauthorized creates a ListLimitClassesUnauthorized with default headers values

func (*ListLimitClassesUnauthorized) Code added in v2.0.1

Code gets the status code for the list limit classes unauthorized response

func (*ListLimitClassesUnauthorized) Error added in v2.0.1

func (*ListLimitClassesUnauthorized) IsClientError added in v2.0.1

func (o *ListLimitClassesUnauthorized) IsClientError() bool

IsClientError returns true when this list limit classes unauthorized response has a 4xx status code

func (*ListLimitClassesUnauthorized) IsCode added in v2.0.1

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

IsCode returns true when this list limit classes unauthorized response a status code equal to that given

func (*ListLimitClassesUnauthorized) IsRedirect added in v2.0.1

func (o *ListLimitClassesUnauthorized) IsRedirect() bool

IsRedirect returns true when this list limit classes unauthorized response has a 3xx status code

func (*ListLimitClassesUnauthorized) IsServerError added in v2.0.1

func (o *ListLimitClassesUnauthorized) IsServerError() bool

IsServerError returns true when this list limit classes unauthorized response has a 5xx status code

func (*ListLimitClassesUnauthorized) IsSuccess added in v2.0.1

func (o *ListLimitClassesUnauthorized) IsSuccess() bool

IsSuccess returns true when this list limit classes unauthorized response has a 2xx status code

func (*ListLimitClassesUnauthorized) String added in v2.0.1

type ListNamespaceFrontendMappingsInternalServerError

type ListNamespaceFrontendMappingsInternalServerError struct {
}

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

internal server error

func NewListNamespaceFrontendMappingsInternalServerError

func NewListNamespaceFrontendMappingsInternalServerError() *ListNamespaceFrontendMappingsInternalServerError

NewListNamespaceFrontendMappingsInternalServerError creates a ListNamespaceFrontendMappingsInternalServerError with default headers values

func (*ListNamespaceFrontendMappingsInternalServerError) Code

Code gets the status code for the list namespace frontend mappings internal server error response

func (*ListNamespaceFrontendMappingsInternalServerError) Error

func (*ListNamespaceFrontendMappingsInternalServerError) IsClientError

IsClientError returns true when this list namespace frontend mappings internal server error response has a 4xx status code

func (*ListNamespaceFrontendMappingsInternalServerError) IsCode

IsCode returns true when this list namespace frontend mappings internal server error response a status code equal to that given

func (*ListNamespaceFrontendMappingsInternalServerError) IsRedirect

IsRedirect returns true when this list namespace frontend mappings internal server error response has a 3xx status code

func (*ListNamespaceFrontendMappingsInternalServerError) IsServerError

IsServerError returns true when this list namespace frontend mappings internal server error response has a 5xx status code

func (*ListNamespaceFrontendMappingsInternalServerError) IsSuccess

IsSuccess returns true when this list namespace frontend mappings internal server error response has a 2xx status code

func (*ListNamespaceFrontendMappingsInternalServerError) String

type ListNamespaceFrontendMappingsNotFound

type ListNamespaceFrontendMappingsNotFound struct {
}

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

namespace not found

func NewListNamespaceFrontendMappingsNotFound

func NewListNamespaceFrontendMappingsNotFound() *ListNamespaceFrontendMappingsNotFound

NewListNamespaceFrontendMappingsNotFound creates a ListNamespaceFrontendMappingsNotFound with default headers values

func (*ListNamespaceFrontendMappingsNotFound) Code

Code gets the status code for the list namespace frontend mappings not found response

func (*ListNamespaceFrontendMappingsNotFound) Error

func (*ListNamespaceFrontendMappingsNotFound) IsClientError

func (o *ListNamespaceFrontendMappingsNotFound) IsClientError() bool

IsClientError returns true when this list namespace frontend mappings not found response has a 4xx status code

func (*ListNamespaceFrontendMappingsNotFound) IsCode

IsCode returns true when this list namespace frontend mappings not found response a status code equal to that given

func (*ListNamespaceFrontendMappingsNotFound) IsRedirect

IsRedirect returns true when this list namespace frontend mappings not found response has a 3xx status code

func (*ListNamespaceFrontendMappingsNotFound) IsServerError

func (o *ListNamespaceFrontendMappingsNotFound) IsServerError() bool

IsServerError returns true when this list namespace frontend mappings not found response has a 5xx status code

func (*ListNamespaceFrontendMappingsNotFound) IsSuccess

IsSuccess returns true when this list namespace frontend mappings not found response has a 2xx status code

func (*ListNamespaceFrontendMappingsNotFound) String

type ListNamespaceFrontendMappingsOK

type ListNamespaceFrontendMappingsOK struct {
	Payload []*ListNamespaceFrontendMappingsOKBodyItems0
}

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

namespace frontend mappings listed

func NewListNamespaceFrontendMappingsOK

func NewListNamespaceFrontendMappingsOK() *ListNamespaceFrontendMappingsOK

NewListNamespaceFrontendMappingsOK creates a ListNamespaceFrontendMappingsOK with default headers values

func (*ListNamespaceFrontendMappingsOK) Code

Code gets the status code for the list namespace frontend mappings o k response

func (*ListNamespaceFrontendMappingsOK) Error

func (*ListNamespaceFrontendMappingsOK) GetPayload

func (*ListNamespaceFrontendMappingsOK) IsClientError

func (o *ListNamespaceFrontendMappingsOK) IsClientError() bool

IsClientError returns true when this list namespace frontend mappings o k response has a 4xx status code

func (*ListNamespaceFrontendMappingsOK) IsCode

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

IsCode returns true when this list namespace frontend mappings o k response a status code equal to that given

func (*ListNamespaceFrontendMappingsOK) IsRedirect

func (o *ListNamespaceFrontendMappingsOK) IsRedirect() bool

IsRedirect returns true when this list namespace frontend mappings o k response has a 3xx status code

func (*ListNamespaceFrontendMappingsOK) IsServerError

func (o *ListNamespaceFrontendMappingsOK) IsServerError() bool

IsServerError returns true when this list namespace frontend mappings o k response has a 5xx status code

func (*ListNamespaceFrontendMappingsOK) IsSuccess

func (o *ListNamespaceFrontendMappingsOK) IsSuccess() bool

IsSuccess returns true when this list namespace frontend mappings o k response has a 2xx status code

func (*ListNamespaceFrontendMappingsOK) String

type ListNamespaceFrontendMappingsOKBodyItems0

type ListNamespaceFrontendMappingsOKBodyItems0 struct {

	// created at
	CreatedAt int64 `json:"createdAt,omitempty"`

	// frontend token
	FrontendToken string `json:"frontendToken,omitempty"`

	// is default
	IsDefault bool `json:"isDefault,omitempty"`

	// namespace token
	NamespaceToken string `json:"namespaceToken,omitempty"`
}

ListNamespaceFrontendMappingsOKBodyItems0 list namespace frontend mappings o k body items0 swagger:model ListNamespaceFrontendMappingsOKBodyItems0

func (*ListNamespaceFrontendMappingsOKBodyItems0) ContextValidate

ContextValidate validates this list namespace frontend mappings o k body items0 based on context it is used

func (*ListNamespaceFrontendMappingsOKBodyItems0) MarshalBinary

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

MarshalBinary interface implementation

func (*ListNamespaceFrontendMappingsOKBodyItems0) UnmarshalBinary

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

UnmarshalBinary interface implementation

func (*ListNamespaceFrontendMappingsOKBodyItems0) Validate

Validate validates this list namespace frontend mappings o k body items0

type ListNamespaceFrontendMappingsParams

type ListNamespaceFrontendMappingsParams struct {

	// NamespaceToken.
	NamespaceToken string

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

ListNamespaceFrontendMappingsParams contains all the parameters to send to the API endpoint

for the list namespace frontend mappings operation.

Typically these are written to a http.Request.

func NewListNamespaceFrontendMappingsParams

func NewListNamespaceFrontendMappingsParams() *ListNamespaceFrontendMappingsParams

NewListNamespaceFrontendMappingsParams creates a new ListNamespaceFrontendMappingsParams 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 NewListNamespaceFrontendMappingsParamsWithContext

func NewListNamespaceFrontendMappingsParamsWithContext(ctx context.Context) *ListNamespaceFrontendMappingsParams

NewListNamespaceFrontendMappingsParamsWithContext creates a new ListNamespaceFrontendMappingsParams object with the ability to set a context for a request.

func NewListNamespaceFrontendMappingsParamsWithHTTPClient

func NewListNamespaceFrontendMappingsParamsWithHTTPClient(client *http.Client) *ListNamespaceFrontendMappingsParams

NewListNamespaceFrontendMappingsParamsWithHTTPClient creates a new ListNamespaceFrontendMappingsParams object with the ability to set a custom HTTPClient for a request.

func NewListNamespaceFrontendMappingsParamsWithTimeout

func NewListNamespaceFrontendMappingsParamsWithTimeout(timeout time.Duration) *ListNamespaceFrontendMappingsParams

NewListNamespaceFrontendMappingsParamsWithTimeout creates a new ListNamespaceFrontendMappingsParams object with the ability to set a timeout on a request.

func (*ListNamespaceFrontendMappingsParams) SetContext

SetContext adds the context to the list namespace frontend mappings params

func (*ListNamespaceFrontendMappingsParams) SetDefaults

func (o *ListNamespaceFrontendMappingsParams) SetDefaults()

SetDefaults hydrates default values in the list namespace frontend mappings params (not the query body).

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

func (*ListNamespaceFrontendMappingsParams) SetHTTPClient

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

SetHTTPClient adds the HTTPClient to the list namespace frontend mappings params

func (*ListNamespaceFrontendMappingsParams) SetNamespaceToken

func (o *ListNamespaceFrontendMappingsParams) SetNamespaceToken(namespaceToken string)

SetNamespaceToken adds the namespaceToken to the list namespace frontend mappings params

func (*ListNamespaceFrontendMappingsParams) SetTimeout

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

SetTimeout adds the timeout to the list namespace frontend mappings params

func (*ListNamespaceFrontendMappingsParams) WithContext

WithContext adds the context to the list namespace frontend mappings params

func (*ListNamespaceFrontendMappingsParams) WithDefaults

WithDefaults hydrates default values in the list namespace frontend mappings params (not the query body).

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

func (*ListNamespaceFrontendMappingsParams) WithHTTPClient

WithHTTPClient adds the HTTPClient to the list namespace frontend mappings params

func (*ListNamespaceFrontendMappingsParams) WithNamespaceToken

WithNamespaceToken adds the namespaceToken to the list namespace frontend mappings params

func (*ListNamespaceFrontendMappingsParams) WithTimeout

WithTimeout adds the timeout to the list namespace frontend mappings params

func (*ListNamespaceFrontendMappingsParams) WriteToRequest

WriteToRequest writes these params to a swagger request

type ListNamespaceFrontendMappingsReader

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

ListNamespaceFrontendMappingsReader is a Reader for the ListNamespaceFrontendMappings structure.

func (*ListNamespaceFrontendMappingsReader) ReadResponse

func (o *ListNamespaceFrontendMappingsReader) ReadResponse(response runtime.ClientResponse, consumer runtime.Consumer) (any, error)

ReadResponse reads a server response into the received o.

type ListNamespaceFrontendMappingsUnauthorized

type ListNamespaceFrontendMappingsUnauthorized struct {
}

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

unauthorized

func NewListNamespaceFrontendMappingsUnauthorized

func NewListNamespaceFrontendMappingsUnauthorized() *ListNamespaceFrontendMappingsUnauthorized

NewListNamespaceFrontendMappingsUnauthorized creates a ListNamespaceFrontendMappingsUnauthorized with default headers values

func (*ListNamespaceFrontendMappingsUnauthorized) Code

Code gets the status code for the list namespace frontend mappings unauthorized response

func (*ListNamespaceFrontendMappingsUnauthorized) Error

func (*ListNamespaceFrontendMappingsUnauthorized) IsClientError

IsClientError returns true when this list namespace frontend mappings unauthorized response has a 4xx status code

func (*ListNamespaceFrontendMappingsUnauthorized) IsCode

IsCode returns true when this list namespace frontend mappings unauthorized response a status code equal to that given

func (*ListNamespaceFrontendMappingsUnauthorized) IsRedirect

IsRedirect returns true when this list namespace frontend mappings unauthorized response has a 3xx status code

func (*ListNamespaceFrontendMappingsUnauthorized) IsServerError

IsServerError returns true when this list namespace frontend mappings unauthorized response has a 5xx status code

func (*ListNamespaceFrontendMappingsUnauthorized) IsSuccess

IsSuccess returns true when this list namespace frontend mappings unauthorized response has a 2xx status code

func (*ListNamespaceFrontendMappingsUnauthorized) String

type ListNamespacesInternalServerError

type ListNamespacesInternalServerError struct {
}

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

internal server error

func NewListNamespacesInternalServerError

func NewListNamespacesInternalServerError() *ListNamespacesInternalServerError

NewListNamespacesInternalServerError creates a ListNamespacesInternalServerError with default headers values

func (*ListNamespacesInternalServerError) Code

Code gets the status code for the list namespaces internal server error response

func (*ListNamespacesInternalServerError) Error

func (*ListNamespacesInternalServerError) IsClientError

func (o *ListNamespacesInternalServerError) IsClientError() bool

IsClientError returns true when this list namespaces internal server error response has a 4xx status code

func (*ListNamespacesInternalServerError) IsCode

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

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

func (*ListNamespacesInternalServerError) IsRedirect

func (o *ListNamespacesInternalServerError) IsRedirect() bool

IsRedirect returns true when this list namespaces internal server error response has a 3xx status code

func (*ListNamespacesInternalServerError) IsServerError

func (o *ListNamespacesInternalServerError) IsServerError() bool

IsServerError returns true when this list namespaces internal server error response has a 5xx status code

func (*ListNamespacesInternalServerError) IsSuccess

func (o *ListNamespacesInternalServerError) IsSuccess() bool

IsSuccess returns true when this list namespaces internal server error response has a 2xx status code

func (*ListNamespacesInternalServerError) String

type ListNamespacesOK

type ListNamespacesOK struct {
	Payload []*ListNamespacesOKBodyItems0
}

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

ok

func NewListNamespacesOK

func NewListNamespacesOK() *ListNamespacesOK

NewListNamespacesOK creates a ListNamespacesOK with default headers values

func (*ListNamespacesOK) Code

func (o *ListNamespacesOK) Code() int

Code gets the status code for the list namespaces o k response

func (*ListNamespacesOK) Error

func (o *ListNamespacesOK) Error() string

func (*ListNamespacesOK) GetPayload

func (o *ListNamespacesOK) GetPayload() []*ListNamespacesOKBodyItems0

func (*ListNamespacesOK) IsClientError

func (o *ListNamespacesOK) IsClientError() bool

IsClientError returns true when this list namespaces o k response has a 4xx status code

func (*ListNamespacesOK) IsCode

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

IsCode returns true when this list namespaces o k response a status code equal to that given

func (*ListNamespacesOK) IsRedirect

func (o *ListNamespacesOK) IsRedirect() bool

IsRedirect returns true when this list namespaces o k response has a 3xx status code

func (*ListNamespacesOK) IsServerError

func (o *ListNamespacesOK) IsServerError() bool

IsServerError returns true when this list namespaces o k response has a 5xx status code

func (*ListNamespacesOK) IsSuccess

func (o *ListNamespacesOK) IsSuccess() bool

IsSuccess returns true when this list namespaces o k response has a 2xx status code

func (*ListNamespacesOK) String

func (o *ListNamespacesOK) String() string

type ListNamespacesOKBodyItems0

type ListNamespacesOKBodyItems0 struct {

	// created at
	CreatedAt int64 `json:"createdAt,omitempty"`

	// description
	Description string `json:"description,omitempty"`

	// name
	Name string `json:"name,omitempty"`

	// namespace token
	NamespaceToken string `json:"namespaceToken,omitempty"`

	// open
	Open bool `json:"open,omitempty"`

	// updated at
	UpdatedAt int64 `json:"updatedAt,omitempty"`
}

ListNamespacesOKBodyItems0 list namespaces o k body items0 swagger:model ListNamespacesOKBodyItems0

func (*ListNamespacesOKBodyItems0) ContextValidate

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

ContextValidate validates this list namespaces o k body items0 based on context it is used

func (*ListNamespacesOKBodyItems0) MarshalBinary

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

MarshalBinary interface implementation

func (*ListNamespacesOKBodyItems0) UnmarshalBinary

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

UnmarshalBinary interface implementation

func (*ListNamespacesOKBodyItems0) Validate

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

Validate validates this list namespaces o k body items0

type ListNamespacesParams

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

ListNamespacesParams contains all the parameters to send to the API endpoint

for the list namespaces operation.

Typically these are written to a http.Request.

func NewListNamespacesParams

func NewListNamespacesParams() *ListNamespacesParams

NewListNamespacesParams creates a new ListNamespacesParams 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 NewListNamespacesParamsWithContext

func NewListNamespacesParamsWithContext(ctx context.Context) *ListNamespacesParams

NewListNamespacesParamsWithContext creates a new ListNamespacesParams object with the ability to set a context for a request.

func NewListNamespacesParamsWithHTTPClient

func NewListNamespacesParamsWithHTTPClient(client *http.Client) *ListNamespacesParams

NewListNamespacesParamsWithHTTPClient creates a new ListNamespacesParams object with the ability to set a custom HTTPClient for a request.

func NewListNamespacesParamsWithTimeout

func NewListNamespacesParamsWithTimeout(timeout time.Duration) *ListNamespacesParams

NewListNamespacesParamsWithTimeout creates a new ListNamespacesParams object with the ability to set a timeout on a request.

func (*ListNamespacesParams) SetContext

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

SetContext adds the context to the list namespaces params

func (*ListNamespacesParams) SetDefaults

func (o *ListNamespacesParams) SetDefaults()

SetDefaults hydrates default values in the list namespaces params (not the query body).

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

func (*ListNamespacesParams) SetHTTPClient

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

SetHTTPClient adds the HTTPClient to the list namespaces params

func (*ListNamespacesParams) SetTimeout

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

SetTimeout adds the timeout to the list namespaces params

func (*ListNamespacesParams) WithContext

WithContext adds the context to the list namespaces params

func (*ListNamespacesParams) WithDefaults

func (o *ListNamespacesParams) WithDefaults() *ListNamespacesParams

WithDefaults hydrates default values in the list namespaces params (not the query body).

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

func (*ListNamespacesParams) WithHTTPClient

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

WithHTTPClient adds the HTTPClient to the list namespaces params

func (*ListNamespacesParams) WithTimeout

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

WithTimeout adds the timeout to the list namespaces params

func (*ListNamespacesParams) WriteToRequest

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

WriteToRequest writes these params to a swagger request

type ListNamespacesReader

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

ListNamespacesReader is a Reader for the ListNamespaces structure.

func (*ListNamespacesReader) ReadResponse

func (o *ListNamespacesReader) ReadResponse(response runtime.ClientResponse, consumer runtime.Consumer) (any, error)

ReadResponse reads a server response into the received o.

type ListNamespacesUnauthorized

type ListNamespacesUnauthorized struct {
}

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

unauthorized

func NewListNamespacesUnauthorized

func NewListNamespacesUnauthorized() *ListNamespacesUnauthorized

NewListNamespacesUnauthorized creates a ListNamespacesUnauthorized with default headers values

func (*ListNamespacesUnauthorized) Code

func (o *ListNamespacesUnauthorized) Code() int

Code gets the status code for the list namespaces unauthorized response

func (*ListNamespacesUnauthorized) Error

func (*ListNamespacesUnauthorized) IsClientError

func (o *ListNamespacesUnauthorized) IsClientError() bool

IsClientError returns true when this list namespaces unauthorized response has a 4xx status code

func (*ListNamespacesUnauthorized) IsCode

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

IsCode returns true when this list namespaces unauthorized response a status code equal to that given

func (*ListNamespacesUnauthorized) IsRedirect

func (o *ListNamespacesUnauthorized) IsRedirect() bool

IsRedirect returns true when this list namespaces unauthorized response has a 3xx status code

func (*ListNamespacesUnauthorized) IsServerError

func (o *ListNamespacesUnauthorized) IsServerError() bool

IsServerError returns true when this list namespaces unauthorized response has a 5xx status code

func (*ListNamespacesUnauthorized) IsSuccess

func (o *ListNamespacesUnauthorized) IsSuccess() bool

IsSuccess returns true when this list namespaces unauthorized response has a 2xx status code

func (*ListNamespacesUnauthorized) String

func (o *ListNamespacesUnauthorized) String() string

type ListOrganizationMembersBody

type ListOrganizationMembersBody struct {

	// organization token
	OrganizationToken string `json:"organizationToken,omitempty"`
}

ListOrganizationMembersBody list organization members body swagger:model ListOrganizationMembersBody

func (*ListOrganizationMembersBody) ContextValidate

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

ContextValidate validates this list organization members body based on context it is used

func (*ListOrganizationMembersBody) MarshalBinary

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

MarshalBinary interface implementation

func (*ListOrganizationMembersBody) UnmarshalBinary

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

UnmarshalBinary interface implementation

func (*ListOrganizationMembersBody) Validate

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

Validate validates this list organization members body

type ListOrganizationMembersInternalServerError

type ListOrganizationMembersInternalServerError struct {
}

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

internal server error

func NewListOrganizationMembersInternalServerError

func NewListOrganizationMembersInternalServerError() *ListOrganizationMembersInternalServerError

NewListOrganizationMembersInternalServerError creates a ListOrganizationMembersInternalServerError with default headers values

func (*ListOrganizationMembersInternalServerError) Code

Code gets the status code for the list organization members internal server error response

func (*ListOrganizationMembersInternalServerError) Error

func (*ListOrganizationMembersInternalServerError) IsClientError

IsClientError returns true when this list organization members internal server error response has a 4xx status code

func (*ListOrganizationMembersInternalServerError) IsCode

IsCode returns true when this list organization members internal server error response a status code equal to that given

func (*ListOrganizationMembersInternalServerError) IsRedirect

IsRedirect returns true when this list organization members internal server error response has a 3xx status code

func (*ListOrganizationMembersInternalServerError) IsServerError

IsServerError returns true when this list organization members internal server error response has a 5xx status code

func (*ListOrganizationMembersInternalServerError) IsSuccess

IsSuccess returns true when this list organization members internal server error response has a 2xx status code

func (*ListOrganizationMembersInternalServerError) String

type ListOrganizationMembersNotFound

type ListOrganizationMembersNotFound struct {
}

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

not found

func NewListOrganizationMembersNotFound

func NewListOrganizationMembersNotFound() *ListOrganizationMembersNotFound

NewListOrganizationMembersNotFound creates a ListOrganizationMembersNotFound with default headers values

func (*ListOrganizationMembersNotFound) Code

Code gets the status code for the list organization members not found response

func (*ListOrganizationMembersNotFound) Error

func (*ListOrganizationMembersNotFound) IsClientError

func (o *ListOrganizationMembersNotFound) IsClientError() bool

IsClientError returns true when this list organization members not found response has a 4xx status code

func (*ListOrganizationMembersNotFound) IsCode

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

IsCode returns true when this list organization members not found response a status code equal to that given

func (*ListOrganizationMembersNotFound) IsRedirect

func (o *ListOrganizationMembersNotFound) IsRedirect() bool

IsRedirect returns true when this list organization members not found response has a 3xx status code

func (*ListOrganizationMembersNotFound) IsServerError

func (o *ListOrganizationMembersNotFound) IsServerError() bool

IsServerError returns true when this list organization members not found response has a 5xx status code

func (*ListOrganizationMembersNotFound) IsSuccess

func (o *ListOrganizationMembersNotFound) IsSuccess() bool

IsSuccess returns true when this list organization members not found response has a 2xx status code

func (*ListOrganizationMembersNotFound) String

type ListOrganizationMembersOK

type ListOrganizationMembersOK struct {
	Payload *ListOrganizationMembersOKBody
}

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

list organization members

func NewListOrganizationMembersOK

func NewListOrganizationMembersOK() *ListOrganizationMembersOK

NewListOrganizationMembersOK creates a ListOrganizationMembersOK with default headers values

func (*ListOrganizationMembersOK) Code

func (o *ListOrganizationMembersOK) Code() int

Code gets the status code for the list organization members o k response

func (*ListOrganizationMembersOK) Error

func (o *ListOrganizationMembersOK) Error() string

func (*ListOrganizationMembersOK) GetPayload

func (*ListOrganizationMembersOK) IsClientError

func (o *ListOrganizationMembersOK) IsClientError() bool

IsClientError returns true when this list organization members o k response has a 4xx status code

func (*ListOrganizationMembersOK) IsCode

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

IsCode returns true when this list organization members o k response a status code equal to that given

func (*ListOrganizationMembersOK) IsRedirect

func (o *ListOrganizationMembersOK) IsRedirect() bool

IsRedirect returns true when this list organization members o k response has a 3xx status code

func (*ListOrganizationMembersOK) IsServerError

func (o *ListOrganizationMembersOK) IsServerError() bool

IsServerError returns true when this list organization members o k response has a 5xx status code

func (*ListOrganizationMembersOK) IsSuccess

func (o *ListOrganizationMembersOK) IsSuccess() bool

IsSuccess returns true when this list organization members o k response has a 2xx status code

func (*ListOrganizationMembersOK) String

func (o *ListOrganizationMembersOK) String() string

type ListOrganizationMembersOKBody

type ListOrganizationMembersOKBody struct {

	// members
	Members []*ListOrganizationMembersOKBodyMembersItems0 `json:"members"`
}

ListOrganizationMembersOKBody list organization members o k body swagger:model ListOrganizationMembersOKBody

func (*ListOrganizationMembersOKBody) ContextValidate

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

ContextValidate validate this list organization members o k body based on the context it is used

func (*ListOrganizationMembersOKBody) MarshalBinary

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

MarshalBinary interface implementation

func (*ListOrganizationMembersOKBody) UnmarshalBinary

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

UnmarshalBinary interface implementation

func (*ListOrganizationMembersOKBody) Validate

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

Validate validates this list organization members o k body

type ListOrganizationMembersOKBodyMembersItems0

type ListOrganizationMembersOKBodyMembersItems0 struct {

	// admin
	Admin bool `json:"admin,omitempty"`

	// email
	Email string `json:"email,omitempty"`
}

ListOrganizationMembersOKBodyMembersItems0 list organization members o k body members items0 swagger:model ListOrganizationMembersOKBodyMembersItems0

func (*ListOrganizationMembersOKBodyMembersItems0) ContextValidate

ContextValidate validates this list organization members o k body members items0 based on context it is used

func (*ListOrganizationMembersOKBodyMembersItems0) MarshalBinary

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

MarshalBinary interface implementation

func (*ListOrganizationMembersOKBodyMembersItems0) UnmarshalBinary

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

UnmarshalBinary interface implementation

func (*ListOrganizationMembersOKBodyMembersItems0) Validate

Validate validates this list organization members o k body members items0

type ListOrganizationMembersParams

type ListOrganizationMembersParams struct {

	// Body.
	Body ListOrganizationMembersBody

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

ListOrganizationMembersParams contains all the parameters to send to the API endpoint

for the list organization members operation.

Typically these are written to a http.Request.

func NewListOrganizationMembersParams

func NewListOrganizationMembersParams() *ListOrganizationMembersParams

NewListOrganizationMembersParams creates a new ListOrganizationMembersParams 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 NewListOrganizationMembersParamsWithContext

func NewListOrganizationMembersParamsWithContext(ctx context.Context) *ListOrganizationMembersParams

NewListOrganizationMembersParamsWithContext creates a new ListOrganizationMembersParams object with the ability to set a context for a request.

func NewListOrganizationMembersParamsWithHTTPClient

func NewListOrganizationMembersParamsWithHTTPClient(client *http.Client) *ListOrganizationMembersParams

NewListOrganizationMembersParamsWithHTTPClient creates a new ListOrganizationMembersParams object with the ability to set a custom HTTPClient for a request.

func NewListOrganizationMembersParamsWithTimeout

func NewListOrganizationMembersParamsWithTimeout(timeout time.Duration) *ListOrganizationMembersParams

NewListOrganizationMembersParamsWithTimeout creates a new ListOrganizationMembersParams object with the ability to set a timeout on a request.

func (*ListOrganizationMembersParams) SetBody

SetBody adds the body to the list organization members params

func (*ListOrganizationMembersParams) SetContext

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

SetContext adds the context to the list organization members params

func (*ListOrganizationMembersParams) SetDefaults

func (o *ListOrganizationMembersParams) SetDefaults()

SetDefaults hydrates default values in the list organization members params (not the query body).

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

func (*ListOrganizationMembersParams) SetHTTPClient

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

SetHTTPClient adds the HTTPClient to the list organization members params

func (*ListOrganizationMembersParams) SetTimeout

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

SetTimeout adds the timeout to the list organization members params

func (*ListOrganizationMembersParams) WithBody

WithBody adds the body to the list organization members params

func (*ListOrganizationMembersParams) WithContext

WithContext adds the context to the list organization members params

func (*ListOrganizationMembersParams) WithDefaults

WithDefaults hydrates default values in the list organization members params (not the query body).

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

func (*ListOrganizationMembersParams) WithHTTPClient

WithHTTPClient adds the HTTPClient to the list organization members params

func (*ListOrganizationMembersParams) WithTimeout

WithTimeout adds the timeout to the list organization members params

func (*ListOrganizationMembersParams) WriteToRequest

WriteToRequest writes these params to a swagger request

type ListOrganizationMembersReader

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

ListOrganizationMembersReader is a Reader for the ListOrganizationMembers structure.

func (*ListOrganizationMembersReader) ReadResponse

func (o *ListOrganizationMembersReader) ReadResponse(response runtime.ClientResponse, consumer runtime.Consumer) (any, error)

ReadResponse reads a server response into the received o.

type ListOrganizationMembersUnauthorized

type ListOrganizationMembersUnauthorized struct {
}

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

unauthorized

func NewListOrganizationMembersUnauthorized

func NewListOrganizationMembersUnauthorized() *ListOrganizationMembersUnauthorized

NewListOrganizationMembersUnauthorized creates a ListOrganizationMembersUnauthorized with default headers values

func (*ListOrganizationMembersUnauthorized) Code

Code gets the status code for the list organization members unauthorized response

func (*ListOrganizationMembersUnauthorized) Error

func (*ListOrganizationMembersUnauthorized) IsClientError

func (o *ListOrganizationMembersUnauthorized) IsClientError() bool

IsClientError returns true when this list organization members unauthorized response has a 4xx status code

func (*ListOrganizationMembersUnauthorized) IsCode

IsCode returns true when this list organization members unauthorized response a status code equal to that given

func (*ListOrganizationMembersUnauthorized) IsRedirect

func (o *ListOrganizationMembersUnauthorized) IsRedirect() bool

IsRedirect returns true when this list organization members unauthorized response has a 3xx status code

func (*ListOrganizationMembersUnauthorized) IsServerError

func (o *ListOrganizationMembersUnauthorized) IsServerError() bool

IsServerError returns true when this list organization members unauthorized response has a 5xx status code

func (*ListOrganizationMembersUnauthorized) IsSuccess

IsSuccess returns true when this list organization members unauthorized response has a 2xx status code

func (*ListOrganizationMembersUnauthorized) String

type ListOrganizationsInternalServerError

type ListOrganizationsInternalServerError struct {
}

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

internal server error

func NewListOrganizationsInternalServerError

func NewListOrganizationsInternalServerError() *ListOrganizationsInternalServerError

NewListOrganizationsInternalServerError creates a ListOrganizationsInternalServerError with default headers values

func (*ListOrganizationsInternalServerError) Code

Code gets the status code for the list organizations internal server error response

func (*ListOrganizationsInternalServerError) Error

func (*ListOrganizationsInternalServerError) IsClientError

func (o *ListOrganizationsInternalServerError) IsClientError() bool

IsClientError returns true when this list organizations internal server error response has a 4xx status code

func (*ListOrganizationsInternalServerError) IsCode

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

func (*ListOrganizationsInternalServerError) IsRedirect

IsRedirect returns true when this list organizations internal server error response has a 3xx status code

func (*ListOrganizationsInternalServerError) IsServerError

func (o *ListOrganizationsInternalServerError) IsServerError() bool

IsServerError returns true when this list organizations internal server error response has a 5xx status code

func (*ListOrganizationsInternalServerError) IsSuccess

IsSuccess returns true when this list organizations internal server error response has a 2xx status code

func (*ListOrganizationsInternalServerError) String

type ListOrganizationsOK

type ListOrganizationsOK struct {
	Payload *ListOrganizationsOKBody
}

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

ok

func NewListOrganizationsOK

func NewListOrganizationsOK() *ListOrganizationsOK

NewListOrganizationsOK creates a ListOrganizationsOK with default headers values

func (*ListOrganizationsOK) Code

func (o *ListOrganizationsOK) Code() int

Code gets the status code for the list organizations o k response

func (*ListOrganizationsOK) Error

func (o *ListOrganizationsOK) Error() string

func (*ListOrganizationsOK) GetPayload

func (*ListOrganizationsOK) IsClientError

func (o *ListOrganizationsOK) IsClientError() bool

IsClientError returns true when this list organizations o k response has a 4xx status code

func (*ListOrganizationsOK) IsCode

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

IsCode returns true when this list organizations o k response a status code equal to that given

func (*ListOrganizationsOK) IsRedirect

func (o *ListOrganizationsOK) IsRedirect() bool

IsRedirect returns true when this list organizations o k response has a 3xx status code

func (*ListOrganizationsOK) IsServerError

func (o *ListOrganizationsOK) IsServerError() bool

IsServerError returns true when this list organizations o k response has a 5xx status code

func (*ListOrganizationsOK) IsSuccess

func (o *ListOrganizationsOK) IsSuccess() bool

IsSuccess returns true when this list organizations o k response has a 2xx status code

func (*ListOrganizationsOK) String

func (o *ListOrganizationsOK) String() string

type ListOrganizationsOKBody

type ListOrganizationsOKBody struct {

	// organizations
	Organizations []*ListOrganizationsOKBodyOrganizationsItems0 `json:"organizations"`
}

ListOrganizationsOKBody list organizations o k body swagger:model ListOrganizationsOKBody

func (*ListOrganizationsOKBody) ContextValidate

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

ContextValidate validate this list organizations o k body based on the context it is used

func (*ListOrganizationsOKBody) MarshalBinary

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

MarshalBinary interface implementation

func (*ListOrganizationsOKBody) UnmarshalBinary

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

UnmarshalBinary interface implementation

func (*ListOrganizationsOKBody) Validate

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

Validate validates this list organizations o k body

type ListOrganizationsOKBodyOrganizationsItems0

type ListOrganizationsOKBodyOrganizationsItems0 struct {

	// description
	Description string `json:"description,omitempty"`

	// organization token
	OrganizationToken string `json:"organizationToken,omitempty"`
}

ListOrganizationsOKBodyOrganizationsItems0 list organizations o k body organizations items0 swagger:model ListOrganizationsOKBodyOrganizationsItems0

func (*ListOrganizationsOKBodyOrganizationsItems0) ContextValidate

ContextValidate validates this list organizations o k body organizations items0 based on context it is used

func (*ListOrganizationsOKBodyOrganizationsItems0) MarshalBinary

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

MarshalBinary interface implementation

func (*ListOrganizationsOKBodyOrganizationsItems0) UnmarshalBinary

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

UnmarshalBinary interface implementation

func (*ListOrganizationsOKBodyOrganizationsItems0) Validate

Validate validates this list organizations o k body organizations items0

type ListOrganizationsParams

type ListOrganizationsParams struct {
	Context    context.Context
	HTTPClient *http.Client
	// contains filtered or unexported fields
}

ListOrganizationsParams contains all the parameters to send to the API endpoint

for the list organizations operation.

Typically these are written to a http.Request.

func NewListOrganizationsParams

func NewListOrganizationsParams() *ListOrganizationsParams

NewListOrganizationsParams creates a new ListOrganizationsParams 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 NewListOrganizationsParamsWithContext

func NewListOrganizationsParamsWithContext(ctx context.Context) *ListOrganizationsParams

NewListOrganizationsParamsWithContext creates a new ListOrganizationsParams object with the ability to set a context for a request.

func NewListOrganizationsParamsWithHTTPClient

func NewListOrganizationsParamsWithHTTPClient(client *http.Client) *ListOrganizationsParams

NewListOrganizationsParamsWithHTTPClient creates a new ListOrganizationsParams object with the ability to set a custom HTTPClient for a request.

func NewListOrganizationsParamsWithTimeout

func NewListOrganizationsParamsWithTimeout(timeout time.Duration) *ListOrganizationsParams

NewListOrganizationsParamsWithTimeout creates a new ListOrganizationsParams object with the ability to set a timeout on a request.

func (*ListOrganizationsParams) SetContext

func (o *ListOrganizationsParams) SetContext(ctx context.Context)

SetContext adds the context to the list organizations params

func (*ListOrganizationsParams) SetDefaults

func (o *ListOrganizationsParams) SetDefaults()

SetDefaults hydrates default values in the list organizations params (not the query body).

All values with no default are reset to their zero value.

func (*ListOrganizationsParams) SetHTTPClient

func (o *ListOrganizationsParams) SetHTTPClient(client *http.Client)

SetHTTPClient adds the HTTPClient to the list organizations params

func (*ListOrganizationsParams) SetTimeout

func (o *ListOrganizationsParams) SetTimeout(timeout time.Duration)

SetTimeout adds the timeout to the list organizations params

func (*ListOrganizationsParams) WithContext

WithContext adds the context to the list organizations params

func (*ListOrganizationsParams) WithDefaults

WithDefaults hydrates default values in the list organizations params (not the query body).

All values with no default are reset to their zero value.

func (*ListOrganizationsParams) WithHTTPClient

func (o *ListOrganizationsParams) WithHTTPClient(client *http.Client) *ListOrganizationsParams

WithHTTPClient adds the HTTPClient to the list organizations params

func (*ListOrganizationsParams) WithTimeout

WithTimeout adds the timeout to the list organizations params

func (*ListOrganizationsParams) WriteToRequest

WriteToRequest writes these params to a swagger request

type ListOrganizationsReader

type ListOrganizationsReader struct {
	// contains filtered or unexported fields
}

ListOrganizationsReader is a Reader for the ListOrganizations structure.

func (*ListOrganizationsReader) ReadResponse

func (o *ListOrganizationsReader) ReadResponse(response runtime.ClientResponse, consumer runtime.Consumer) (any, error)

ReadResponse reads a server response into the received o.

type ListOrganizationsUnauthorized

type ListOrganizationsUnauthorized struct {
}

ListOrganizationsUnauthorized describes a response with status code 401, with default header values.

unauthorized

func NewListOrganizationsUnauthorized

func NewListOrganizationsUnauthorized() *ListOrganizationsUnauthorized

NewListOrganizationsUnauthorized creates a ListOrganizationsUnauthorized with default headers values

func (*ListOrganizationsUnauthorized) Code

Code gets the status code for the list organizations unauthorized response

func (*ListOrganizationsUnauthorized) Error

func (*ListOrganizationsUnauthorized) IsClientError

func (o *ListOrganizationsUnauthorized) IsClientError() bool

IsClientError returns true when this list organizations unauthorized response has a 4xx status code

func (*ListOrganizationsUnauthorized) IsCode

func (o *ListOrganizationsUnauthorized) IsCode(code int) bool

IsCode returns true when this list organizations unauthorized response a status code equal to that given

func (*ListOrganizationsUnauthorized) IsRedirect

func (o *ListOrganizationsUnauthorized) IsRedirect() bool

IsRedirect returns true when this list organizations unauthorized response has a 3xx status code

func (*ListOrganizationsUnauthorized) IsServerError

func (o *ListOrganizationsUnauthorized) IsServerError() bool

IsServerError returns true when this list organizations unauthorized response has a 5xx status code

func (*ListOrganizationsUnauthorized) IsSuccess

func (o *ListOrganizationsUnauthorized) IsSuccess() bool

IsSuccess returns true when this list organizations unauthorized response has a 2xx status code

func (*ListOrganizationsUnauthorized) String

type RemoveAppliedLimitClassesBody added in v2.0.1

type RemoveAppliedLimitClassesBody struct {

	// email
	Email string `json:"email,omitempty"`

	// limit class ids
	LimitClassIds []int64 `json:"limitClassIds"`
}

RemoveAppliedLimitClassesBody remove applied limit classes body swagger:model RemoveAppliedLimitClassesBody

func (*RemoveAppliedLimitClassesBody) ContextValidate added in v2.0.1

func (o *RemoveAppliedLimitClassesBody) ContextValidate(ctx context.Context, formats strfmt.Registry) error

ContextValidate validates this remove applied limit classes body based on context it is used

func (*RemoveAppliedLimitClassesBody) MarshalBinary added in v2.0.1

func (o *RemoveAppliedLimitClassesBody) MarshalBinary() ([]byte, error)

MarshalBinary interface implementation

func (*RemoveAppliedLimitClassesBody) UnmarshalBinary added in v2.0.1

func (o *RemoveAppliedLimitClassesBody) UnmarshalBinary(b []byte) error

UnmarshalBinary interface implementation

func (*RemoveAppliedLimitClassesBody) Validate added in v2.0.1

func (o *RemoveAppliedLimitClassesBody) Validate(formats strfmt.Registry) error

Validate validates this remove applied limit classes body

type RemoveAppliedLimitClassesInternalServerError added in v2.0.1

type RemoveAppliedLimitClassesInternalServerError struct {
}

RemoveAppliedLimitClassesInternalServerError describes a response with status code 500, with default header values.

internal server error

func NewRemoveAppliedLimitClassesInternalServerError added in v2.0.1

func NewRemoveAppliedLimitClassesInternalServerError() *RemoveAppliedLimitClassesInternalServerError

NewRemoveAppliedLimitClassesInternalServerError creates a RemoveAppliedLimitClassesInternalServerError with default headers values

func (*RemoveAppliedLimitClassesInternalServerError) Code added in v2.0.1

Code gets the status code for the remove applied limit classes internal server error response

func (*RemoveAppliedLimitClassesInternalServerError) Error added in v2.0.1

func (*RemoveAppliedLimitClassesInternalServerError) IsClientError added in v2.0.1

IsClientError returns true when this remove applied limit classes internal server error response has a 4xx status code

func (*RemoveAppliedLimitClassesInternalServerError) IsCode added in v2.0.1

IsCode returns true when this remove applied limit classes internal server error response a status code equal to that given

func (*RemoveAppliedLimitClassesInternalServerError) IsRedirect added in v2.0.1

IsRedirect returns true when this remove applied limit classes internal server error response has a 3xx status code

func (*RemoveAppliedLimitClassesInternalServerError) IsServerError added in v2.0.1

IsServerError returns true when this remove applied limit classes internal server error response has a 5xx status code

func (*RemoveAppliedLimitClassesInternalServerError) IsSuccess added in v2.0.1

IsSuccess returns true when this remove applied limit classes internal server error response has a 2xx status code

func (*RemoveAppliedLimitClassesInternalServerError) String added in v2.0.1

type RemoveAppliedLimitClassesNotFound added in v2.0.1

type RemoveAppliedLimitClassesNotFound struct {
}

RemoveAppliedLimitClassesNotFound describes a response with status code 404, with default header values.

account not found

func NewRemoveAppliedLimitClassesNotFound added in v2.0.1

func NewRemoveAppliedLimitClassesNotFound() *RemoveAppliedLimitClassesNotFound

NewRemoveAppliedLimitClassesNotFound creates a RemoveAppliedLimitClassesNotFound with default headers values

func (*RemoveAppliedLimitClassesNotFound) Code added in v2.0.1

Code gets the status code for the remove applied limit classes not found response

func (*RemoveAppliedLimitClassesNotFound) Error added in v2.0.1

func (*RemoveAppliedLimitClassesNotFound) IsClientError added in v2.0.1

func (o *RemoveAppliedLimitClassesNotFound) IsClientError() bool

IsClientError returns true when this remove applied limit classes not found response has a 4xx status code

func (*RemoveAppliedLimitClassesNotFound) IsCode added in v2.0.1

func (o *RemoveAppliedLimitClassesNotFound) IsCode(code int) bool

IsCode returns true when this remove applied limit classes not found response a status code equal to that given

func (*RemoveAppliedLimitClassesNotFound) IsRedirect added in v2.0.1

func (o *RemoveAppliedLimitClassesNotFound) IsRedirect() bool

IsRedirect returns true when this remove applied limit classes not found response has a 3xx status code

func (*RemoveAppliedLimitClassesNotFound) IsServerError added in v2.0.1

func (o *RemoveAppliedLimitClassesNotFound) IsServerError() bool

IsServerError returns true when this remove applied limit classes not found response has a 5xx status code

func (*RemoveAppliedLimitClassesNotFound) IsSuccess added in v2.0.1

func (o *RemoveAppliedLimitClassesNotFound) IsSuccess() bool

IsSuccess returns true when this remove applied limit classes not found response has a 2xx status code

func (*RemoveAppliedLimitClassesNotFound) String added in v2.0.1

type RemoveAppliedLimitClassesOK added in v2.0.1

type RemoveAppliedLimitClassesOK struct {
}

RemoveAppliedLimitClassesOK describes a response with status code 200, with default header values.

removed

func NewRemoveAppliedLimitClassesOK added in v2.0.1

func NewRemoveAppliedLimitClassesOK() *RemoveAppliedLimitClassesOK

NewRemoveAppliedLimitClassesOK creates a RemoveAppliedLimitClassesOK with default headers values

func (*RemoveAppliedLimitClassesOK) Code added in v2.0.1

func (o *RemoveAppliedLimitClassesOK) Code() int

Code gets the status code for the remove applied limit classes o k response

func (*RemoveAppliedLimitClassesOK) Error added in v2.0.1

func (*RemoveAppliedLimitClassesOK) IsClientError added in v2.0.1

func (o *RemoveAppliedLimitClassesOK) IsClientError() bool

IsClientError returns true when this remove applied limit classes o k response has a 4xx status code

func (*RemoveAppliedLimitClassesOK) IsCode added in v2.0.1

func (o *RemoveAppliedLimitClassesOK) IsCode(code int) bool

IsCode returns true when this remove applied limit classes o k response a status code equal to that given

func (*RemoveAppliedLimitClassesOK) IsRedirect added in v2.0.1

func (o *RemoveAppliedLimitClassesOK) IsRedirect() bool

IsRedirect returns true when this remove applied limit classes o k response has a 3xx status code

func (*RemoveAppliedLimitClassesOK) IsServerError added in v2.0.1

func (o *RemoveAppliedLimitClassesOK) IsServerError() bool

IsServerError returns true when this remove applied limit classes o k response has a 5xx status code

func (*RemoveAppliedLimitClassesOK) IsSuccess added in v2.0.1

func (o *RemoveAppliedLimitClassesOK) IsSuccess() bool

IsSuccess returns true when this remove applied limit classes o k response has a 2xx status code

func (*RemoveAppliedLimitClassesOK) String added in v2.0.1

func (o *RemoveAppliedLimitClassesOK) String() string

type RemoveAppliedLimitClassesParams added in v2.0.1

type RemoveAppliedLimitClassesParams struct {

	// Body.
	Body RemoveAppliedLimitClassesBody

	Context    context.Context
	HTTPClient *http.Client
	// contains filtered or unexported fields
}

RemoveAppliedLimitClassesParams contains all the parameters to send to the API endpoint

for the remove applied limit classes operation.

Typically these are written to a http.Request.

func NewRemoveAppliedLimitClassesParams added in v2.0.1

func NewRemoveAppliedLimitClassesParams() *RemoveAppliedLimitClassesParams

NewRemoveAppliedLimitClassesParams creates a new RemoveAppliedLimitClassesParams 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 NewRemoveAppliedLimitClassesParamsWithContext added in v2.0.1

func NewRemoveAppliedLimitClassesParamsWithContext(ctx context.Context) *RemoveAppliedLimitClassesParams

NewRemoveAppliedLimitClassesParamsWithContext creates a new RemoveAppliedLimitClassesParams object with the ability to set a context for a request.

func NewRemoveAppliedLimitClassesParamsWithHTTPClient added in v2.0.1

func NewRemoveAppliedLimitClassesParamsWithHTTPClient(client *http.Client) *RemoveAppliedLimitClassesParams

NewRemoveAppliedLimitClassesParamsWithHTTPClient creates a new RemoveAppliedLimitClassesParams object with the ability to set a custom HTTPClient for a request.

func NewRemoveAppliedLimitClassesParamsWithTimeout added in v2.0.1

func NewRemoveAppliedLimitClassesParamsWithTimeout(timeout time.Duration) *RemoveAppliedLimitClassesParams

NewRemoveAppliedLimitClassesParamsWithTimeout creates a new RemoveAppliedLimitClassesParams object with the ability to set a timeout on a request.

func (*RemoveAppliedLimitClassesParams) SetBody added in v2.0.1

SetBody adds the body to the remove applied limit classes params

func (*RemoveAppliedLimitClassesParams) SetContext added in v2.0.1

func (o *RemoveAppliedLimitClassesParams) SetContext(ctx context.Context)

SetContext adds the context to the remove applied limit classes params

func (*RemoveAppliedLimitClassesParams) SetDefaults added in v2.0.1

func (o *RemoveAppliedLimitClassesParams) SetDefaults()

SetDefaults hydrates default values in the remove applied limit classes params (not the query body).

All values with no default are reset to their zero value.

func (*RemoveAppliedLimitClassesParams) SetHTTPClient added in v2.0.1

func (o *RemoveAppliedLimitClassesParams) SetHTTPClient(client *http.Client)

SetHTTPClient adds the HTTPClient to the remove applied limit classes params

func (*RemoveAppliedLimitClassesParams) SetTimeout added in v2.0.1

func (o *RemoveAppliedLimitClassesParams) SetTimeout(timeout time.Duration)

SetTimeout adds the timeout to the remove applied limit classes params

func (*RemoveAppliedLimitClassesParams) WithBody added in v2.0.1

WithBody adds the body to the remove applied limit classes params

func (*RemoveAppliedLimitClassesParams) WithContext added in v2.0.1

WithContext adds the context to the remove applied limit classes params

func (*RemoveAppliedLimitClassesParams) WithDefaults added in v2.0.1

WithDefaults hydrates default values in the remove applied limit classes params (not the query body).

All values with no default are reset to their zero value.

func (*RemoveAppliedLimitClassesParams) WithHTTPClient added in v2.0.1

WithHTTPClient adds the HTTPClient to the remove applied limit classes params

func (*RemoveAppliedLimitClassesParams) WithTimeout added in v2.0.1

WithTimeout adds the timeout to the remove applied limit classes params

func (*RemoveAppliedLimitClassesParams) WriteToRequest added in v2.0.1

WriteToRequest writes these params to a swagger request

type RemoveAppliedLimitClassesReader added in v2.0.1

type RemoveAppliedLimitClassesReader struct {
	// contains filtered or unexported fields
}

RemoveAppliedLimitClassesReader is a Reader for the RemoveAppliedLimitClasses structure.

func (*RemoveAppliedLimitClassesReader) ReadResponse added in v2.0.1

func (o *RemoveAppliedLimitClassesReader) ReadResponse(response runtime.ClientResponse, consumer runtime.Consumer) (any, error)

ReadResponse reads a server response into the received o.

type RemoveAppliedLimitClassesUnauthorized added in v2.0.1

type RemoveAppliedLimitClassesUnauthorized struct {
}

RemoveAppliedLimitClassesUnauthorized describes a response with status code 401, with default header values.

unauthorized

func NewRemoveAppliedLimitClassesUnauthorized added in v2.0.1

func NewRemoveAppliedLimitClassesUnauthorized() *RemoveAppliedLimitClassesUnauthorized

NewRemoveAppliedLimitClassesUnauthorized creates a RemoveAppliedLimitClassesUnauthorized with default headers values

func (*RemoveAppliedLimitClassesUnauthorized) Code added in v2.0.1

Code gets the status code for the remove applied limit classes unauthorized response

func (*RemoveAppliedLimitClassesUnauthorized) Error added in v2.0.1

func (*RemoveAppliedLimitClassesUnauthorized) IsClientError added in v2.0.1

func (o *RemoveAppliedLimitClassesUnauthorized) IsClientError() bool

IsClientError returns true when this remove applied limit classes unauthorized response has a 4xx status code

func (*RemoveAppliedLimitClassesUnauthorized) IsCode added in v2.0.1

IsCode returns true when this remove applied limit classes unauthorized response a status code equal to that given

func (*RemoveAppliedLimitClassesUnauthorized) IsRedirect added in v2.0.1

IsRedirect returns true when this remove applied limit classes unauthorized response has a 3xx status code

func (*RemoveAppliedLimitClassesUnauthorized) IsServerError added in v2.0.1

func (o *RemoveAppliedLimitClassesUnauthorized) IsServerError() bool

IsServerError returns true when this remove applied limit classes unauthorized response has a 5xx status code

func (*RemoveAppliedLimitClassesUnauthorized) IsSuccess added in v2.0.1

IsSuccess returns true when this remove applied limit classes unauthorized response has a 2xx status code

func (*RemoveAppliedLimitClassesUnauthorized) String added in v2.0.1

type RemoveNamespaceFrontendMappingBody

type RemoveNamespaceFrontendMappingBody struct {

	// frontend token
	FrontendToken string `json:"frontendToken,omitempty"`

	// namespace token
	NamespaceToken string `json:"namespaceToken,omitempty"`
}

RemoveNamespaceFrontendMappingBody remove namespace frontend mapping body swagger:model RemoveNamespaceFrontendMappingBody

func (*RemoveNamespaceFrontendMappingBody) ContextValidate

func (o *RemoveNamespaceFrontendMappingBody) ContextValidate(ctx context.Context, formats strfmt.Registry) error

ContextValidate validates this remove namespace frontend mapping body based on context it is used

func (*RemoveNamespaceFrontendMappingBody) MarshalBinary

func (o *RemoveNamespaceFrontendMappingBody) MarshalBinary() ([]byte, error)

MarshalBinary interface implementation

func (*RemoveNamespaceFrontendMappingBody) UnmarshalBinary

func (o *RemoveNamespaceFrontendMappingBody) UnmarshalBinary(b []byte) error

UnmarshalBinary interface implementation

func (*RemoveNamespaceFrontendMappingBody) Validate

Validate validates this remove namespace frontend mapping body

type RemoveNamespaceFrontendMappingInternalServerError

type RemoveNamespaceFrontendMappingInternalServerError struct {
}

RemoveNamespaceFrontendMappingInternalServerError describes a response with status code 500, with default header values.

internal server error

func NewRemoveNamespaceFrontendMappingInternalServerError

func NewRemoveNamespaceFrontendMappingInternalServerError() *RemoveNamespaceFrontendMappingInternalServerError

NewRemoveNamespaceFrontendMappingInternalServerError creates a RemoveNamespaceFrontendMappingInternalServerError with default headers values

func (*RemoveNamespaceFrontendMappingInternalServerError) Code

Code gets the status code for the remove namespace frontend mapping internal server error response

func (*RemoveNamespaceFrontendMappingInternalServerError) Error

func (*RemoveNamespaceFrontendMappingInternalServerError) IsClientError

IsClientError returns true when this remove namespace frontend mapping internal server error response has a 4xx status code

func (*RemoveNamespaceFrontendMappingInternalServerError) IsCode

IsCode returns true when this remove namespace frontend mapping internal server error response a status code equal to that given

func (*RemoveNamespaceFrontendMappingInternalServerError) IsRedirect

IsRedirect returns true when this remove namespace frontend mapping internal server error response has a 3xx status code

func (*RemoveNamespaceFrontendMappingInternalServerError) IsServerError

IsServerError returns true when this remove namespace frontend mapping internal server error response has a 5xx status code

func (*RemoveNamespaceFrontendMappingInternalServerError) IsSuccess

IsSuccess returns true when this remove namespace frontend mapping internal server error response has a 2xx status code

func (*RemoveNamespaceFrontendMappingInternalServerError) String

type RemoveNamespaceFrontendMappingNotFound

type RemoveNamespaceFrontendMappingNotFound struct {
}

RemoveNamespaceFrontendMappingNotFound describes a response with status code 404, with default header values.

not found

func NewRemoveNamespaceFrontendMappingNotFound

func NewRemoveNamespaceFrontendMappingNotFound() *RemoveNamespaceFrontendMappingNotFound

NewRemoveNamespaceFrontendMappingNotFound creates a RemoveNamespaceFrontendMappingNotFound with default headers values

func (*RemoveNamespaceFrontendMappingNotFound) Code

Code gets the status code for the remove namespace frontend mapping not found response

func (*RemoveNamespaceFrontendMappingNotFound) Error

func (*RemoveNamespaceFrontendMappingNotFound) IsClientError

func (o *RemoveNamespaceFrontendMappingNotFound) IsClientError() bool

IsClientError returns true when this remove namespace frontend mapping not found response has a 4xx status code

func (*RemoveNamespaceFrontendMappingNotFound) IsCode

IsCode returns true when this remove namespace frontend mapping not found response a status code equal to that given

func (*RemoveNamespaceFrontendMappingNotFound) IsRedirect

IsRedirect returns true when this remove namespace frontend mapping not found response has a 3xx status code

func (*RemoveNamespaceFrontendMappingNotFound) IsServerError

func (o *RemoveNamespaceFrontendMappingNotFound) IsServerError() bool

IsServerError returns true when this remove namespace frontend mapping not found response has a 5xx status code

func (*RemoveNamespaceFrontendMappingNotFound) IsSuccess

IsSuccess returns true when this remove namespace frontend mapping not found response has a 2xx status code

func (*RemoveNamespaceFrontendMappingNotFound) String

type RemoveNamespaceFrontendMappingOK

type RemoveNamespaceFrontendMappingOK struct {
}

RemoveNamespaceFrontendMappingOK describes a response with status code 200, with default header values.

namespace frontend mapping removed

func NewRemoveNamespaceFrontendMappingOK

func NewRemoveNamespaceFrontendMappingOK() *RemoveNamespaceFrontendMappingOK

NewRemoveNamespaceFrontendMappingOK creates a RemoveNamespaceFrontendMappingOK with default headers values

func (*RemoveNamespaceFrontendMappingOK) Code

Code gets the status code for the remove namespace frontend mapping o k response

func (*RemoveNamespaceFrontendMappingOK) Error

func (*RemoveNamespaceFrontendMappingOK) IsClientError

func (o *RemoveNamespaceFrontendMappingOK) IsClientError() bool

IsClientError returns true when this remove namespace frontend mapping o k response has a 4xx status code

func (*RemoveNamespaceFrontendMappingOK) IsCode

func (o *RemoveNamespaceFrontendMappingOK) IsCode(code int) bool

IsCode returns true when this remove namespace frontend mapping o k response a status code equal to that given

func (*RemoveNamespaceFrontendMappingOK) IsRedirect

func (o *RemoveNamespaceFrontendMappingOK) IsRedirect() bool

IsRedirect returns true when this remove namespace frontend mapping o k response has a 3xx status code

func (*RemoveNamespaceFrontendMappingOK) IsServerError

func (o *RemoveNamespaceFrontendMappingOK) IsServerError() bool

IsServerError returns true when this remove namespace frontend mapping o k response has a 5xx status code

func (*RemoveNamespaceFrontendMappingOK) IsSuccess

func (o *RemoveNamespaceFrontendMappingOK) IsSuccess() bool

IsSuccess returns true when this remove namespace frontend mapping o k response has a 2xx status code

func (*RemoveNamespaceFrontendMappingOK) String

type RemoveNamespaceFrontendMappingParams

type RemoveNamespaceFrontendMappingParams struct {

	// Body.
	Body RemoveNamespaceFrontendMappingBody

	Context    context.Context
	HTTPClient *http.Client
	// contains filtered or unexported fields
}

RemoveNamespaceFrontendMappingParams contains all the parameters to send to the API endpoint

for the remove namespace frontend mapping operation.

Typically these are written to a http.Request.

func NewRemoveNamespaceFrontendMappingParams

func NewRemoveNamespaceFrontendMappingParams() *RemoveNamespaceFrontendMappingParams

NewRemoveNamespaceFrontendMappingParams creates a new RemoveNamespaceFrontendMappingParams 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 NewRemoveNamespaceFrontendMappingParamsWithContext

func NewRemoveNamespaceFrontendMappingParamsWithContext(ctx context.Context) *RemoveNamespaceFrontendMappingParams

NewRemoveNamespaceFrontendMappingParamsWithContext creates a new RemoveNamespaceFrontendMappingParams object with the ability to set a context for a request.

func NewRemoveNamespaceFrontendMappingParamsWithHTTPClient

func NewRemoveNamespaceFrontendMappingParamsWithHTTPClient(client *http.Client) *RemoveNamespaceFrontendMappingParams

NewRemoveNamespaceFrontendMappingParamsWithHTTPClient creates a new RemoveNamespaceFrontendMappingParams object with the ability to set a custom HTTPClient for a request.

func NewRemoveNamespaceFrontendMappingParamsWithTimeout

func NewRemoveNamespaceFrontendMappingParamsWithTimeout(timeout time.Duration) *RemoveNamespaceFrontendMappingParams

NewRemoveNamespaceFrontendMappingParamsWithTimeout creates a new RemoveNamespaceFrontendMappingParams object with the ability to set a timeout on a request.

func (*RemoveNamespaceFrontendMappingParams) SetBody

SetBody adds the body to the remove namespace frontend mapping params

func (*RemoveNamespaceFrontendMappingParams) SetContext

SetContext adds the context to the remove namespace frontend mapping params

func (*RemoveNamespaceFrontendMappingParams) SetDefaults

func (o *RemoveNamespaceFrontendMappingParams) SetDefaults()

SetDefaults hydrates default values in the remove namespace frontend mapping params (not the query body).

All values with no default are reset to their zero value.

func (*RemoveNamespaceFrontendMappingParams) SetHTTPClient

func (o *RemoveNamespaceFrontendMappingParams) SetHTTPClient(client *http.Client)

SetHTTPClient adds the HTTPClient to the remove namespace frontend mapping params

func (*RemoveNamespaceFrontendMappingParams) SetTimeout

func (o *RemoveNamespaceFrontendMappingParams) SetTimeout(timeout time.Duration)

SetTimeout adds the timeout to the remove namespace frontend mapping params

func (*RemoveNamespaceFrontendMappingParams) WithBody

WithBody adds the body to the remove namespace frontend mapping params

func (*RemoveNamespaceFrontendMappingParams) WithContext

WithContext adds the context to the remove namespace frontend mapping params

func (*RemoveNamespaceFrontendMappingParams) WithDefaults

WithDefaults hydrates default values in the remove namespace frontend mapping params (not the query body).

All values with no default are reset to their zero value.

func (*RemoveNamespaceFrontendMappingParams) WithHTTPClient

WithHTTPClient adds the HTTPClient to the remove namespace frontend mapping params

func (*RemoveNamespaceFrontendMappingParams) WithTimeout

WithTimeout adds the timeout to the remove namespace frontend mapping params

func (*RemoveNamespaceFrontendMappingParams) WriteToRequest

WriteToRequest writes these params to a swagger request

type RemoveNamespaceFrontendMappingReader

type RemoveNamespaceFrontendMappingReader struct {
	// contains filtered or unexported fields
}

RemoveNamespaceFrontendMappingReader is a Reader for the RemoveNamespaceFrontendMapping structure.

func (*RemoveNamespaceFrontendMappingReader) ReadResponse

func (o *RemoveNamespaceFrontendMappingReader) ReadResponse(response runtime.ClientResponse, consumer runtime.Consumer) (any, error)

ReadResponse reads a server response into the received o.

type RemoveNamespaceFrontendMappingUnauthorized

type RemoveNamespaceFrontendMappingUnauthorized struct {
}

RemoveNamespaceFrontendMappingUnauthorized describes a response with status code 401, with default header values.

unauthorized

func NewRemoveNamespaceFrontendMappingUnauthorized

func NewRemoveNamespaceFrontendMappingUnauthorized() *RemoveNamespaceFrontendMappingUnauthorized

NewRemoveNamespaceFrontendMappingUnauthorized creates a RemoveNamespaceFrontendMappingUnauthorized with default headers values

func (*RemoveNamespaceFrontendMappingUnauthorized) Code

Code gets the status code for the remove namespace frontend mapping unauthorized response

func (*RemoveNamespaceFrontendMappingUnauthorized) Error

func (*RemoveNamespaceFrontendMappingUnauthorized) IsClientError

IsClientError returns true when this remove namespace frontend mapping unauthorized response has a 4xx status code

func (*RemoveNamespaceFrontendMappingUnauthorized) IsCode

IsCode returns true when this remove namespace frontend mapping unauthorized response a status code equal to that given

func (*RemoveNamespaceFrontendMappingUnauthorized) IsRedirect

IsRedirect returns true when this remove namespace frontend mapping unauthorized response has a 3xx status code

func (*RemoveNamespaceFrontendMappingUnauthorized) IsServerError

IsServerError returns true when this remove namespace frontend mapping unauthorized response has a 5xx status code

func (*RemoveNamespaceFrontendMappingUnauthorized) IsSuccess

IsSuccess returns true when this remove namespace frontend mapping unauthorized response has a 2xx status code

func (*RemoveNamespaceFrontendMappingUnauthorized) String

type RemoveNamespaceGrantBody

type RemoveNamespaceGrantBody struct {

	// email
	Email string `json:"email,omitempty"`

	// namespace token
	NamespaceToken string `json:"namespaceToken,omitempty"`
}

RemoveNamespaceGrantBody remove namespace grant body swagger:model RemoveNamespaceGrantBody

func (*RemoveNamespaceGrantBody) ContextValidate

func (o *RemoveNamespaceGrantBody) ContextValidate(ctx context.Context, formats strfmt.Registry) error

ContextValidate validates this remove namespace grant body based on context it is used

func (*RemoveNamespaceGrantBody) MarshalBinary

func (o *RemoveNamespaceGrantBody) MarshalBinary() ([]byte, error)

MarshalBinary interface implementation

func (*RemoveNamespaceGrantBody) UnmarshalBinary

func (o *RemoveNamespaceGrantBody) UnmarshalBinary(b []byte) error

UnmarshalBinary interface implementation

func (*RemoveNamespaceGrantBody) Validate

func (o *RemoveNamespaceGrantBody) Validate(formats strfmt.Registry) error

Validate validates this remove namespace grant body

type RemoveNamespaceGrantInternalServerError

type RemoveNamespaceGrantInternalServerError struct {
}

RemoveNamespaceGrantInternalServerError describes a response with status code 500, with default header values.

internal server error

func NewRemoveNamespaceGrantInternalServerError

func NewRemoveNamespaceGrantInternalServerError() *RemoveNamespaceGrantInternalServerError

NewRemoveNamespaceGrantInternalServerError creates a RemoveNamespaceGrantInternalServerError with default headers values

func (*RemoveNamespaceGrantInternalServerError) Code

Code gets the status code for the remove namespace grant internal server error response

func (*RemoveNamespaceGrantInternalServerError) Error

func (*RemoveNamespaceGrantInternalServerError) IsClientError

func (o *RemoveNamespaceGrantInternalServerError) IsClientError() bool

IsClientError returns true when this remove namespace grant internal server error response has a 4xx status code

func (*RemoveNamespaceGrantInternalServerError) IsCode

IsCode returns true when this remove namespace grant internal server error response a status code equal to that given

func (*RemoveNamespaceGrantInternalServerError) IsRedirect

IsRedirect returns true when this remove namespace grant internal server error response has a 3xx status code

func (*RemoveNamespaceGrantInternalServerError) IsServerError

func (o *RemoveNamespaceGrantInternalServerError) IsServerError() bool

IsServerError returns true when this remove namespace grant internal server error response has a 5xx status code

func (*RemoveNamespaceGrantInternalServerError) IsSuccess

IsSuccess returns true when this remove namespace grant internal server error response has a 2xx status code

func (*RemoveNamespaceGrantInternalServerError) String

type RemoveNamespaceGrantNotFound

type RemoveNamespaceGrantNotFound struct {
}

RemoveNamespaceGrantNotFound describes a response with status code 404, with default header values.

not found

func NewRemoveNamespaceGrantNotFound

func NewRemoveNamespaceGrantNotFound() *RemoveNamespaceGrantNotFound

NewRemoveNamespaceGrantNotFound creates a RemoveNamespaceGrantNotFound with default headers values

func (*RemoveNamespaceGrantNotFound) Code

Code gets the status code for the remove namespace grant not found response

func (*RemoveNamespaceGrantNotFound) Error

func (*RemoveNamespaceGrantNotFound) IsClientError

func (o *RemoveNamespaceGrantNotFound) IsClientError() bool

IsClientError returns true when this remove namespace grant not found response has a 4xx status code

func (*RemoveNamespaceGrantNotFound) IsCode

func (o *RemoveNamespaceGrantNotFound) IsCode(code int) bool

IsCode returns true when this remove namespace grant not found response a status code equal to that given

func (*RemoveNamespaceGrantNotFound) IsRedirect

func (o *RemoveNamespaceGrantNotFound) IsRedirect() bool

IsRedirect returns true when this remove namespace grant not found response has a 3xx status code

func (*RemoveNamespaceGrantNotFound) IsServerError

func (o *RemoveNamespaceGrantNotFound) IsServerError() bool

IsServerError returns true when this remove namespace grant not found response has a 5xx status code

func (*RemoveNamespaceGrantNotFound) IsSuccess

func (o *RemoveNamespaceGrantNotFound) IsSuccess() bool

IsSuccess returns true when this remove namespace grant not found response has a 2xx status code

func (*RemoveNamespaceGrantNotFound) String

type RemoveNamespaceGrantOK

type RemoveNamespaceGrantOK struct {
}

RemoveNamespaceGrantOK describes a response with status code 200, with default header values.

namespace grant removed

func NewRemoveNamespaceGrantOK

func NewRemoveNamespaceGrantOK() *RemoveNamespaceGrantOK

NewRemoveNamespaceGrantOK creates a RemoveNamespaceGrantOK with default headers values

func (*RemoveNamespaceGrantOK) Code

func (o *RemoveNamespaceGrantOK) Code() int

Code gets the status code for the remove namespace grant o k response

func (*RemoveNamespaceGrantOK) Error

func (o *RemoveNamespaceGrantOK) Error() string

func (*RemoveNamespaceGrantOK) IsClientError

func (o *RemoveNamespaceGrantOK) IsClientError() bool

IsClientError returns true when this remove namespace grant o k response has a 4xx status code

func (*RemoveNamespaceGrantOK) IsCode

func (o *RemoveNamespaceGrantOK) IsCode(code int) bool

IsCode returns true when this remove namespace grant o k response a status code equal to that given

func (*RemoveNamespaceGrantOK) IsRedirect

func (o *RemoveNamespaceGrantOK) IsRedirect() bool

IsRedirect returns true when this remove namespace grant o k response has a 3xx status code

func (*RemoveNamespaceGrantOK) IsServerError

func (o *RemoveNamespaceGrantOK) IsServerError() bool

IsServerError returns true when this remove namespace grant o k response has a 5xx status code

func (*RemoveNamespaceGrantOK) IsSuccess

func (o *RemoveNamespaceGrantOK) IsSuccess() bool

IsSuccess returns true when this remove namespace grant o k response has a 2xx status code

func (*RemoveNamespaceGrantOK) String

func (o *RemoveNamespaceGrantOK) String() string

type RemoveNamespaceGrantParams

type RemoveNamespaceGrantParams struct {

	// Body.
	Body RemoveNamespaceGrantBody

	Context    context.Context
	HTTPClient *http.Client
	// contains filtered or unexported fields
}

RemoveNamespaceGrantParams contains all the parameters to send to the API endpoint

for the remove namespace grant operation.

Typically these are written to a http.Request.

func NewRemoveNamespaceGrantParams

func NewRemoveNamespaceGrantParams() *RemoveNamespaceGrantParams

NewRemoveNamespaceGrantParams creates a new RemoveNamespaceGrantParams 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 NewRemoveNamespaceGrantParamsWithContext

func NewRemoveNamespaceGrantParamsWithContext(ctx context.Context) *RemoveNamespaceGrantParams

NewRemoveNamespaceGrantParamsWithContext creates a new RemoveNamespaceGrantParams object with the ability to set a context for a request.

func NewRemoveNamespaceGrantParamsWithHTTPClient

func NewRemoveNamespaceGrantParamsWithHTTPClient(client *http.Client) *RemoveNamespaceGrantParams

NewRemoveNamespaceGrantParamsWithHTTPClient creates a new RemoveNamespaceGrantParams object with the ability to set a custom HTTPClient for a request.

func NewRemoveNamespaceGrantParamsWithTimeout

func NewRemoveNamespaceGrantParamsWithTimeout(timeout time.Duration) *RemoveNamespaceGrantParams

NewRemoveNamespaceGrantParamsWithTimeout creates a new RemoveNamespaceGrantParams object with the ability to set a timeout on a request.

func (*RemoveNamespaceGrantParams) SetBody

SetBody adds the body to the remove namespace grant params

func (*RemoveNamespaceGrantParams) SetContext

func (o *RemoveNamespaceGrantParams) SetContext(ctx context.Context)

SetContext adds the context to the remove namespace grant params

func (*RemoveNamespaceGrantParams) SetDefaults

func (o *RemoveNamespaceGrantParams) SetDefaults()

SetDefaults hydrates default values in the remove namespace grant params (not the query body).

All values with no default are reset to their zero value.

func (*RemoveNamespaceGrantParams) SetHTTPClient

func (o *RemoveNamespaceGrantParams) SetHTTPClient(client *http.Client)

SetHTTPClient adds the HTTPClient to the remove namespace grant params

func (*RemoveNamespaceGrantParams) SetTimeout

func (o *RemoveNamespaceGrantParams) SetTimeout(timeout time.Duration)

SetTimeout adds the timeout to the remove namespace grant params

func (*RemoveNamespaceGrantParams) WithBody

WithBody adds the body to the remove namespace grant params

func (*RemoveNamespaceGrantParams) WithContext

WithContext adds the context to the remove namespace grant params

func (*RemoveNamespaceGrantParams) WithDefaults

WithDefaults hydrates default values in the remove namespace grant params (not the query body).

All values with no default are reset to their zero value.

func (*RemoveNamespaceGrantParams) WithHTTPClient

WithHTTPClient adds the HTTPClient to the remove namespace grant params

func (*RemoveNamespaceGrantParams) WithTimeout

WithTimeout adds the timeout to the remove namespace grant params

func (*RemoveNamespaceGrantParams) WriteToRequest

WriteToRequest writes these params to a swagger request

type RemoveNamespaceGrantReader

type RemoveNamespaceGrantReader struct {
	// contains filtered or unexported fields
}

RemoveNamespaceGrantReader is a Reader for the RemoveNamespaceGrant structure.

func (*RemoveNamespaceGrantReader) ReadResponse

func (o *RemoveNamespaceGrantReader) ReadResponse(response runtime.ClientResponse, consumer runtime.Consumer) (any, error)

ReadResponse reads a server response into the received o.

type RemoveNamespaceGrantUnauthorized

type RemoveNamespaceGrantUnauthorized struct {
}

RemoveNamespaceGrantUnauthorized describes a response with status code 401, with default header values.

unauthorized

func NewRemoveNamespaceGrantUnauthorized

func NewRemoveNamespaceGrantUnauthorized() *RemoveNamespaceGrantUnauthorized

NewRemoveNamespaceGrantUnauthorized creates a RemoveNamespaceGrantUnauthorized with default headers values

func (*RemoveNamespaceGrantUnauthorized) Code

Code gets the status code for the remove namespace grant unauthorized response

func (*RemoveNamespaceGrantUnauthorized) Error

func (*RemoveNamespaceGrantUnauthorized) IsClientError

func (o *RemoveNamespaceGrantUnauthorized) IsClientError() bool

IsClientError returns true when this remove namespace grant unauthorized response has a 4xx status code

func (*RemoveNamespaceGrantUnauthorized) IsCode

func (o *RemoveNamespaceGrantUnauthorized) IsCode(code int) bool

IsCode returns true when this remove namespace grant unauthorized response a status code equal to that given

func (*RemoveNamespaceGrantUnauthorized) IsRedirect

func (o *RemoveNamespaceGrantUnauthorized) IsRedirect() bool

IsRedirect returns true when this remove namespace grant unauthorized response has a 3xx status code

func (*RemoveNamespaceGrantUnauthorized) IsServerError

func (o *RemoveNamespaceGrantUnauthorized) IsServerError() bool

IsServerError returns true when this remove namespace grant unauthorized response has a 5xx status code

func (*RemoveNamespaceGrantUnauthorized) IsSuccess

func (o *RemoveNamespaceGrantUnauthorized) IsSuccess() bool

IsSuccess returns true when this remove namespace grant unauthorized response has a 2xx status code

func (*RemoveNamespaceGrantUnauthorized) String

type RemoveOrganizationMemberBody

type RemoveOrganizationMemberBody struct {

	// email
	Email string `json:"email,omitempty"`

	// organization token
	OrganizationToken string `json:"organizationToken,omitempty"`
}

RemoveOrganizationMemberBody remove organization member body swagger:model RemoveOrganizationMemberBody

func (*RemoveOrganizationMemberBody) ContextValidate

func (o *RemoveOrganizationMemberBody) ContextValidate(ctx context.Context, formats strfmt.Registry) error

ContextValidate validates this remove organization member body based on context it is used

func (*RemoveOrganizationMemberBody) MarshalBinary

func (o *RemoveOrganizationMemberBody) MarshalBinary() ([]byte, error)

MarshalBinary interface implementation

func (*RemoveOrganizationMemberBody) UnmarshalBinary

func (o *RemoveOrganizationMemberBody) UnmarshalBinary(b []byte) error

UnmarshalBinary interface implementation

func (*RemoveOrganizationMemberBody) Validate

func (o *RemoveOrganizationMemberBody) Validate(formats strfmt.Registry) error

Validate validates this remove organization member body

type RemoveOrganizationMemberInternalServerError

type RemoveOrganizationMemberInternalServerError struct {
}

RemoveOrganizationMemberInternalServerError describes a response with status code 500, with default header values.

internal server error

func NewRemoveOrganizationMemberInternalServerError

func NewRemoveOrganizationMemberInternalServerError() *RemoveOrganizationMemberInternalServerError

NewRemoveOrganizationMemberInternalServerError creates a RemoveOrganizationMemberInternalServerError with default headers values

func (*RemoveOrganizationMemberInternalServerError) Code

Code gets the status code for the remove organization member internal server error response

func (*RemoveOrganizationMemberInternalServerError) Error

func (*RemoveOrganizationMemberInternalServerError) IsClientError

IsClientError returns true when this remove organization member internal server error response has a 4xx status code

func (*RemoveOrganizationMemberInternalServerError) IsCode

IsCode returns true when this remove organization member internal server error response a status code equal to that given

func (*RemoveOrganizationMemberInternalServerError) IsRedirect

IsRedirect returns true when this remove organization member internal server error response has a 3xx status code

func (*RemoveOrganizationMemberInternalServerError) IsServerError

IsServerError returns true when this remove organization member internal server error response has a 5xx status code

func (*RemoveOrganizationMemberInternalServerError) IsSuccess

IsSuccess returns true when this remove organization member internal server error response has a 2xx status code

func (*RemoveOrganizationMemberInternalServerError) String

type RemoveOrganizationMemberNotFound

type RemoveOrganizationMemberNotFound struct {
}

RemoveOrganizationMemberNotFound describes a response with status code 404, with default header values.

not found

func NewRemoveOrganizationMemberNotFound

func NewRemoveOrganizationMemberNotFound() *RemoveOrganizationMemberNotFound

NewRemoveOrganizationMemberNotFound creates a RemoveOrganizationMemberNotFound with default headers values

func (*RemoveOrganizationMemberNotFound) Code

Code gets the status code for the remove organization member not found response

func (*RemoveOrganizationMemberNotFound) Error

func (*RemoveOrganizationMemberNotFound) IsClientError

func (o *RemoveOrganizationMemberNotFound) IsClientError() bool

IsClientError returns true when this remove organization member not found response has a 4xx status code

func (*RemoveOrganizationMemberNotFound) IsCode

func (o *RemoveOrganizationMemberNotFound) IsCode(code int) bool

IsCode returns true when this remove organization member not found response a status code equal to that given

func (*RemoveOrganizationMemberNotFound) IsRedirect

func (o *RemoveOrganizationMemberNotFound) IsRedirect() bool

IsRedirect returns true when this remove organization member not found response has a 3xx status code

func (*RemoveOrganizationMemberNotFound) IsServerError

func (o *RemoveOrganizationMemberNotFound) IsServerError() bool

IsServerError returns true when this remove organization member not found response has a 5xx status code

func (*RemoveOrganizationMemberNotFound) IsSuccess

func (o *RemoveOrganizationMemberNotFound) IsSuccess() bool

IsSuccess returns true when this remove organization member not found response has a 2xx status code

func (*RemoveOrganizationMemberNotFound) String

type RemoveOrganizationMemberOK

type RemoveOrganizationMemberOK struct {
}

RemoveOrganizationMemberOK describes a response with status code 200, with default header values.

member removed

func NewRemoveOrganizationMemberOK

func NewRemoveOrganizationMemberOK() *RemoveOrganizationMemberOK

NewRemoveOrganizationMemberOK creates a RemoveOrganizationMemberOK with default headers values

func (*RemoveOrganizationMemberOK) Code

func (o *RemoveOrganizationMemberOK) Code() int

Code gets the status code for the remove organization member o k response

func (*RemoveOrganizationMemberOK) Error

func (*RemoveOrganizationMemberOK) IsClientError

func (o *RemoveOrganizationMemberOK) IsClientError() bool

IsClientError returns true when this remove organization member o k response has a 4xx status code

func (*RemoveOrganizationMemberOK) IsCode

func (o *RemoveOrganizationMemberOK) IsCode(code int) bool

IsCode returns true when this remove organization member o k response a status code equal to that given

func (*RemoveOrganizationMemberOK) IsRedirect

func (o *RemoveOrganizationMemberOK) IsRedirect() bool

IsRedirect returns true when this remove organization member o k response has a 3xx status code

func (*RemoveOrganizationMemberOK) IsServerError

func (o *RemoveOrganizationMemberOK) IsServerError() bool

IsServerError returns true when this remove organization member o k response has a 5xx status code

func (*RemoveOrganizationMemberOK) IsSuccess

func (o *RemoveOrganizationMemberOK) IsSuccess() bool

IsSuccess returns true when this remove organization member o k response has a 2xx status code

func (*RemoveOrganizationMemberOK) String

func (o *RemoveOrganizationMemberOK) String() string

type RemoveOrganizationMemberParams

type RemoveOrganizationMemberParams struct {

	// Body.
	Body RemoveOrganizationMemberBody

	Context    context.Context
	HTTPClient *http.Client
	// contains filtered or unexported fields
}

RemoveOrganizationMemberParams contains all the parameters to send to the API endpoint

for the remove organization member operation.

Typically these are written to a http.Request.

func NewRemoveOrganizationMemberParams

func NewRemoveOrganizationMemberParams() *RemoveOrganizationMemberParams

NewRemoveOrganizationMemberParams creates a new RemoveOrganizationMemberParams 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 NewRemoveOrganizationMemberParamsWithContext

func NewRemoveOrganizationMemberParamsWithContext(ctx context.Context) *RemoveOrganizationMemberParams

NewRemoveOrganizationMemberParamsWithContext creates a new RemoveOrganizationMemberParams object with the ability to set a context for a request.

func NewRemoveOrganizationMemberParamsWithHTTPClient

func NewRemoveOrganizationMemberParamsWithHTTPClient(client *http.Client) *RemoveOrganizationMemberParams

NewRemoveOrganizationMemberParamsWithHTTPClient creates a new RemoveOrganizationMemberParams object with the ability to set a custom HTTPClient for a request.

func NewRemoveOrganizationMemberParamsWithTimeout

func NewRemoveOrganizationMemberParamsWithTimeout(timeout time.Duration) *RemoveOrganizationMemberParams

NewRemoveOrganizationMemberParamsWithTimeout creates a new RemoveOrganizationMemberParams object with the ability to set a timeout on a request.

func (*RemoveOrganizationMemberParams) SetBody

SetBody adds the body to the remove organization member params

func (*RemoveOrganizationMemberParams) SetContext

func (o *RemoveOrganizationMemberParams) SetContext(ctx context.Context)

SetContext adds the context to the remove organization member params

func (*RemoveOrganizationMemberParams) SetDefaults

func (o *RemoveOrganizationMemberParams) SetDefaults()

SetDefaults hydrates default values in the remove organization member params (not the query body).

All values with no default are reset to their zero value.

func (*RemoveOrganizationMemberParams) SetHTTPClient

func (o *RemoveOrganizationMemberParams) SetHTTPClient(client *http.Client)

SetHTTPClient adds the HTTPClient to the remove organization member params

func (*RemoveOrganizationMemberParams) SetTimeout

func (o *RemoveOrganizationMemberParams) SetTimeout(timeout time.Duration)

SetTimeout adds the timeout to the remove organization member params

func (*RemoveOrganizationMemberParams) WithBody

WithBody adds the body to the remove organization member params

func (*RemoveOrganizationMemberParams) WithContext

WithContext adds the context to the remove organization member params

func (*RemoveOrganizationMemberParams) WithDefaults

WithDefaults hydrates default values in the remove organization member params (not the query body).

All values with no default are reset to their zero value.

func (*RemoveOrganizationMemberParams) WithHTTPClient

WithHTTPClient adds the HTTPClient to the remove organization member params

func (*RemoveOrganizationMemberParams) WithTimeout

WithTimeout adds the timeout to the remove organization member params

func (*RemoveOrganizationMemberParams) WriteToRequest

WriteToRequest writes these params to a swagger request

type RemoveOrganizationMemberReader

type RemoveOrganizationMemberReader struct {
	// contains filtered or unexported fields
}

RemoveOrganizationMemberReader is a Reader for the RemoveOrganizationMember structure.

func (*RemoveOrganizationMemberReader) ReadResponse

func (o *RemoveOrganizationMemberReader) ReadResponse(response runtime.ClientResponse, consumer runtime.Consumer) (any, error)

ReadResponse reads a server response into the received o.

type RemoveOrganizationMemberUnauthorized

type RemoveOrganizationMemberUnauthorized struct {
}

RemoveOrganizationMemberUnauthorized describes a response with status code 401, with default header values.

unauthorized

func NewRemoveOrganizationMemberUnauthorized

func NewRemoveOrganizationMemberUnauthorized() *RemoveOrganizationMemberUnauthorized

NewRemoveOrganizationMemberUnauthorized creates a RemoveOrganizationMemberUnauthorized with default headers values

func (*RemoveOrganizationMemberUnauthorized) Code

Code gets the status code for the remove organization member unauthorized response

func (*RemoveOrganizationMemberUnauthorized) Error

func (*RemoveOrganizationMemberUnauthorized) IsClientError

func (o *RemoveOrganizationMemberUnauthorized) IsClientError() bool

IsClientError returns true when this remove organization member unauthorized response has a 4xx status code

func (*RemoveOrganizationMemberUnauthorized) IsCode

IsCode returns true when this remove organization member unauthorized response a status code equal to that given

func (*RemoveOrganizationMemberUnauthorized) IsRedirect

IsRedirect returns true when this remove organization member unauthorized response has a 3xx status code

func (*RemoveOrganizationMemberUnauthorized) IsServerError

func (o *RemoveOrganizationMemberUnauthorized) IsServerError() bool

IsServerError returns true when this remove organization member unauthorized response has a 5xx status code

func (*RemoveOrganizationMemberUnauthorized) IsSuccess

IsSuccess returns true when this remove organization member unauthorized response has a 2xx status code

func (*RemoveOrganizationMemberUnauthorized) String

type RevokeSkipInterstitialBody added in v2.0.1

type RevokeSkipInterstitialBody struct {

	// email
	Email string `json:"email,omitempty"`
}

RevokeSkipInterstitialBody revoke skip interstitial body swagger:model RevokeSkipInterstitialBody

func (*RevokeSkipInterstitialBody) ContextValidate added in v2.0.1

func (o *RevokeSkipInterstitialBody) ContextValidate(ctx context.Context, formats strfmt.Registry) error

ContextValidate validates this revoke skip interstitial body based on context it is used

func (*RevokeSkipInterstitialBody) MarshalBinary added in v2.0.1

func (o *RevokeSkipInterstitialBody) MarshalBinary() ([]byte, error)

MarshalBinary interface implementation

func (*RevokeSkipInterstitialBody) UnmarshalBinary added in v2.0.1

func (o *RevokeSkipInterstitialBody) UnmarshalBinary(b []byte) error

UnmarshalBinary interface implementation

func (*RevokeSkipInterstitialBody) Validate added in v2.0.1

func (o *RevokeSkipInterstitialBody) Validate(formats strfmt.Registry) error

Validate validates this revoke skip interstitial body

type RevokeSkipInterstitialInternalServerError added in v2.0.1

type RevokeSkipInterstitialInternalServerError struct {
}

RevokeSkipInterstitialInternalServerError describes a response with status code 500, with default header values.

internal server error

func NewRevokeSkipInterstitialInternalServerError added in v2.0.1

func NewRevokeSkipInterstitialInternalServerError() *RevokeSkipInterstitialInternalServerError

NewRevokeSkipInterstitialInternalServerError creates a RevokeSkipInterstitialInternalServerError with default headers values

func (*RevokeSkipInterstitialInternalServerError) Code added in v2.0.1

Code gets the status code for the revoke skip interstitial internal server error response

func (*RevokeSkipInterstitialInternalServerError) Error added in v2.0.1

func (*RevokeSkipInterstitialInternalServerError) IsClientError added in v2.0.1

IsClientError returns true when this revoke skip interstitial internal server error response has a 4xx status code

func (*RevokeSkipInterstitialInternalServerError) IsCode added in v2.0.1

IsCode returns true when this revoke skip interstitial internal server error response a status code equal to that given

func (*RevokeSkipInterstitialInternalServerError) IsRedirect added in v2.0.1

IsRedirect returns true when this revoke skip interstitial internal server error response has a 3xx status code

func (*RevokeSkipInterstitialInternalServerError) IsServerError added in v2.0.1

IsServerError returns true when this revoke skip interstitial internal server error response has a 5xx status code

func (*RevokeSkipInterstitialInternalServerError) IsSuccess added in v2.0.1

IsSuccess returns true when this revoke skip interstitial internal server error response has a 2xx status code

func (*RevokeSkipInterstitialInternalServerError) String added in v2.0.1

type RevokeSkipInterstitialNotFound added in v2.0.1

type RevokeSkipInterstitialNotFound struct {
}

RevokeSkipInterstitialNotFound describes a response with status code 404, with default header values.

account not found

func NewRevokeSkipInterstitialNotFound added in v2.0.1

func NewRevokeSkipInterstitialNotFound() *RevokeSkipInterstitialNotFound

NewRevokeSkipInterstitialNotFound creates a RevokeSkipInterstitialNotFound with default headers values

func (*RevokeSkipInterstitialNotFound) Code added in v2.0.1

Code gets the status code for the revoke skip interstitial not found response

func (*RevokeSkipInterstitialNotFound) Error added in v2.0.1

func (*RevokeSkipInterstitialNotFound) IsClientError added in v2.0.1

func (o *RevokeSkipInterstitialNotFound) IsClientError() bool

IsClientError returns true when this revoke skip interstitial not found response has a 4xx status code

func (*RevokeSkipInterstitialNotFound) IsCode added in v2.0.1

func (o *RevokeSkipInterstitialNotFound) IsCode(code int) bool

IsCode returns true when this revoke skip interstitial not found response a status code equal to that given

func (*RevokeSkipInterstitialNotFound) IsRedirect added in v2.0.1

func (o *RevokeSkipInterstitialNotFound) IsRedirect() bool

IsRedirect returns true when this revoke skip interstitial not found response has a 3xx status code

func (*RevokeSkipInterstitialNotFound) IsServerError added in v2.0.1

func (o *RevokeSkipInterstitialNotFound) IsServerError() bool

IsServerError returns true when this revoke skip interstitial not found response has a 5xx status code

func (*RevokeSkipInterstitialNotFound) IsSuccess added in v2.0.1

func (o *RevokeSkipInterstitialNotFound) IsSuccess() bool

IsSuccess returns true when this revoke skip interstitial not found response has a 2xx status code

func (*RevokeSkipInterstitialNotFound) String added in v2.0.1

type RevokeSkipInterstitialOK added in v2.0.1

type RevokeSkipInterstitialOK struct {
}

RevokeSkipInterstitialOK describes a response with status code 200, with default header values.

ok

func NewRevokeSkipInterstitialOK added in v2.0.1

func NewRevokeSkipInterstitialOK() *RevokeSkipInterstitialOK

NewRevokeSkipInterstitialOK creates a RevokeSkipInterstitialOK with default headers values

func (*RevokeSkipInterstitialOK) Code added in v2.0.1

func (o *RevokeSkipInterstitialOK) Code() int

Code gets the status code for the revoke skip interstitial o k response

func (*RevokeSkipInterstitialOK) Error added in v2.0.1

func (o *RevokeSkipInterstitialOK) Error() string

func (*RevokeSkipInterstitialOK) IsClientError added in v2.0.1

func (o *RevokeSkipInterstitialOK) IsClientError() bool

IsClientError returns true when this revoke skip interstitial o k response has a 4xx status code

func (*RevokeSkipInterstitialOK) IsCode added in v2.0.1

func (o *RevokeSkipInterstitialOK) IsCode(code int) bool

IsCode returns true when this revoke skip interstitial o k response a status code equal to that given

func (*RevokeSkipInterstitialOK) IsRedirect added in v2.0.1

func (o *RevokeSkipInterstitialOK) IsRedirect() bool

IsRedirect returns true when this revoke skip interstitial o k response has a 3xx status code

func (*RevokeSkipInterstitialOK) IsServerError added in v2.0.1

func (o *RevokeSkipInterstitialOK) IsServerError() bool

IsServerError returns true when this revoke skip interstitial o k response has a 5xx status code

func (*RevokeSkipInterstitialOK) IsSuccess added in v2.0.1

func (o *RevokeSkipInterstitialOK) IsSuccess() bool

IsSuccess returns true when this revoke skip interstitial o k response has a 2xx status code

func (*RevokeSkipInterstitialOK) String added in v2.0.1

func (o *RevokeSkipInterstitialOK) String() string

type RevokeSkipInterstitialParams added in v2.0.1

type RevokeSkipInterstitialParams struct {

	// Body.
	Body RevokeSkipInterstitialBody

	Context    context.Context
	HTTPClient *http.Client
	// contains filtered or unexported fields
}

RevokeSkipInterstitialParams contains all the parameters to send to the API endpoint

for the revoke skip interstitial operation.

Typically these are written to a http.Request.

func NewRevokeSkipInterstitialParams added in v2.0.1

func NewRevokeSkipInterstitialParams() *RevokeSkipInterstitialParams

NewRevokeSkipInterstitialParams creates a new RevokeSkipInterstitialParams 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 NewRevokeSkipInterstitialParamsWithContext added in v2.0.1

func NewRevokeSkipInterstitialParamsWithContext(ctx context.Context) *RevokeSkipInterstitialParams

NewRevokeSkipInterstitialParamsWithContext creates a new RevokeSkipInterstitialParams object with the ability to set a context for a request.

func NewRevokeSkipInterstitialParamsWithHTTPClient added in v2.0.1

func NewRevokeSkipInterstitialParamsWithHTTPClient(client *http.Client) *RevokeSkipInterstitialParams

NewRevokeSkipInterstitialParamsWithHTTPClient creates a new RevokeSkipInterstitialParams object with the ability to set a custom HTTPClient for a request.

func NewRevokeSkipInterstitialParamsWithTimeout added in v2.0.1

func NewRevokeSkipInterstitialParamsWithTimeout(timeout time.Duration) *RevokeSkipInterstitialParams

NewRevokeSkipInterstitialParamsWithTimeout creates a new RevokeSkipInterstitialParams object with the ability to set a timeout on a request.

func (*RevokeSkipInterstitialParams) SetBody added in v2.0.1

SetBody adds the body to the revoke skip interstitial params

func (*RevokeSkipInterstitialParams) SetContext added in v2.0.1

func (o *RevokeSkipInterstitialParams) SetContext(ctx context.Context)

SetContext adds the context to the revoke skip interstitial params

func (*RevokeSkipInterstitialParams) SetDefaults added in v2.0.1

func (o *RevokeSkipInterstitialParams) SetDefaults()

SetDefaults hydrates default values in the revoke skip interstitial params (not the query body).

All values with no default are reset to their zero value.

func (*RevokeSkipInterstitialParams) SetHTTPClient added in v2.0.1

func (o *RevokeSkipInterstitialParams) SetHTTPClient(client *http.Client)

SetHTTPClient adds the HTTPClient to the revoke skip interstitial params

func (*RevokeSkipInterstitialParams) SetTimeout added in v2.0.1

func (o *RevokeSkipInterstitialParams) SetTimeout(timeout time.Duration)

SetTimeout adds the timeout to the revoke skip interstitial params

func (*RevokeSkipInterstitialParams) WithBody added in v2.0.1

WithBody adds the body to the revoke skip interstitial params

func (*RevokeSkipInterstitialParams) WithContext added in v2.0.1

WithContext adds the context to the revoke skip interstitial params

func (*RevokeSkipInterstitialParams) WithDefaults added in v2.0.1

WithDefaults hydrates default values in the revoke skip interstitial params (not the query body).

All values with no default are reset to their zero value.

func (*RevokeSkipInterstitialParams) WithHTTPClient added in v2.0.1

WithHTTPClient adds the HTTPClient to the revoke skip interstitial params

func (*RevokeSkipInterstitialParams) WithTimeout added in v2.0.1

WithTimeout adds the timeout to the revoke skip interstitial params

func (*RevokeSkipInterstitialParams) WriteToRequest added in v2.0.1

WriteToRequest writes these params to a swagger request

type RevokeSkipInterstitialReader added in v2.0.1

type RevokeSkipInterstitialReader struct {
	// contains filtered or unexported fields
}

RevokeSkipInterstitialReader is a Reader for the RevokeSkipInterstitial structure.

func (*RevokeSkipInterstitialReader) ReadResponse added in v2.0.1

func (o *RevokeSkipInterstitialReader) ReadResponse(response runtime.ClientResponse, consumer runtime.Consumer) (any, error)

ReadResponse reads a server response into the received o.

type RevokeSkipInterstitialUnauthorized added in v2.0.1

type RevokeSkipInterstitialUnauthorized struct {
}

RevokeSkipInterstitialUnauthorized describes a response with status code 401, with default header values.

unauthorized

func NewRevokeSkipInterstitialUnauthorized added in v2.0.1

func NewRevokeSkipInterstitialUnauthorized() *RevokeSkipInterstitialUnauthorized

NewRevokeSkipInterstitialUnauthorized creates a RevokeSkipInterstitialUnauthorized with default headers values

func (*RevokeSkipInterstitialUnauthorized) Code added in v2.0.1

Code gets the status code for the revoke skip interstitial unauthorized response

func (*RevokeSkipInterstitialUnauthorized) Error added in v2.0.1

func (*RevokeSkipInterstitialUnauthorized) IsClientError added in v2.0.1

func (o *RevokeSkipInterstitialUnauthorized) IsClientError() bool

IsClientError returns true when this revoke skip interstitial unauthorized response has a 4xx status code

func (*RevokeSkipInterstitialUnauthorized) IsCode added in v2.0.1

IsCode returns true when this revoke skip interstitial unauthorized response a status code equal to that given

func (*RevokeSkipInterstitialUnauthorized) IsRedirect added in v2.0.1

func (o *RevokeSkipInterstitialUnauthorized) IsRedirect() bool

IsRedirect returns true when this revoke skip interstitial unauthorized response has a 3xx status code

func (*RevokeSkipInterstitialUnauthorized) IsServerError added in v2.0.1

func (o *RevokeSkipInterstitialUnauthorized) IsServerError() bool

IsServerError returns true when this revoke skip interstitial unauthorized response has a 5xx status code

func (*RevokeSkipInterstitialUnauthorized) IsSuccess added in v2.0.1

IsSuccess returns true when this revoke skip interstitial unauthorized response has a 2xx status code

func (*RevokeSkipInterstitialUnauthorized) String added in v2.0.1

type UpdateAccountPasswordBody

type UpdateAccountPasswordBody struct {

	// email
	Email string `json:"email,omitempty"`

	// password
	Password string `json:"password,omitempty"`
}

UpdateAccountPasswordBody update account password body swagger:model UpdateAccountPasswordBody

func (*UpdateAccountPasswordBody) ContextValidate

func (o *UpdateAccountPasswordBody) ContextValidate(ctx context.Context, formats strfmt.Registry) error

ContextValidate validates this update account password body based on context it is used

func (*UpdateAccountPasswordBody) MarshalBinary

func (o *UpdateAccountPasswordBody) MarshalBinary() ([]byte, error)

MarshalBinary interface implementation

func (*UpdateAccountPasswordBody) UnmarshalBinary

func (o *UpdateAccountPasswordBody) UnmarshalBinary(b []byte) error

UnmarshalBinary interface implementation

func (*UpdateAccountPasswordBody) Validate

func (o *UpdateAccountPasswordBody) Validate(formats strfmt.Registry) error

Validate validates this update account password body

type UpdateAccountPasswordInternalServerError

type UpdateAccountPasswordInternalServerError struct {
}

UpdateAccountPasswordInternalServerError describes a response with status code 500, with default header values.

internal server error

func NewUpdateAccountPasswordInternalServerError

func NewUpdateAccountPasswordInternalServerError() *UpdateAccountPasswordInternalServerError

NewUpdateAccountPasswordInternalServerError creates a UpdateAccountPasswordInternalServerError with default headers values

func (*UpdateAccountPasswordInternalServerError) Code

Code gets the status code for the update account password internal server error response

func (*UpdateAccountPasswordInternalServerError) Error

func (*UpdateAccountPasswordInternalServerError) IsClientError

IsClientError returns true when this update account password internal server error response has a 4xx status code

func (*UpdateAccountPasswordInternalServerError) IsCode

IsCode returns true when this update account password internal server error response a status code equal to that given

func (*UpdateAccountPasswordInternalServerError) IsRedirect

IsRedirect returns true when this update account password internal server error response has a 3xx status code

func (*UpdateAccountPasswordInternalServerError) IsServerError

IsServerError returns true when this update account password internal server error response has a 5xx status code

func (*UpdateAccountPasswordInternalServerError) IsSuccess

IsSuccess returns true when this update account password internal server error response has a 2xx status code

func (*UpdateAccountPasswordInternalServerError) String

type UpdateAccountPasswordNotFound

type UpdateAccountPasswordNotFound struct {
}

UpdateAccountPasswordNotFound describes a response with status code 404, with default header values.

not found

func NewUpdateAccountPasswordNotFound

func NewUpdateAccountPasswordNotFound() *UpdateAccountPasswordNotFound

NewUpdateAccountPasswordNotFound creates a UpdateAccountPasswordNotFound with default headers values

func (*UpdateAccountPasswordNotFound) Code

Code gets the status code for the update account password not found response

func (*UpdateAccountPasswordNotFound) Error

func (*UpdateAccountPasswordNotFound) IsClientError

func (o *UpdateAccountPasswordNotFound) IsClientError() bool

IsClientError returns true when this update account password not found response has a 4xx status code

func (*UpdateAccountPasswordNotFound) IsCode

func (o *UpdateAccountPasswordNotFound) IsCode(code int) bool

IsCode returns true when this update account password not found response a status code equal to that given

func (*UpdateAccountPasswordNotFound) IsRedirect

func (o *UpdateAccountPasswordNotFound) IsRedirect() bool

IsRedirect returns true when this update account password not found response has a 3xx status code

func (*UpdateAccountPasswordNotFound) IsServerError

func (o *UpdateAccountPasswordNotFound) IsServerError() bool

IsServerError returns true when this update account password not found response has a 5xx status code

func (*UpdateAccountPasswordNotFound) IsSuccess

func (o *UpdateAccountPasswordNotFound) IsSuccess() bool

IsSuccess returns true when this update account password not found response has a 2xx status code

func (*UpdateAccountPasswordNotFound) String

type UpdateAccountPasswordOK

type UpdateAccountPasswordOK struct {
}

UpdateAccountPasswordOK describes a response with status code 200, with default header values.

ok

func NewUpdateAccountPasswordOK

func NewUpdateAccountPasswordOK() *UpdateAccountPasswordOK

NewUpdateAccountPasswordOK creates a UpdateAccountPasswordOK with default headers values

func (*UpdateAccountPasswordOK) Code

func (o *UpdateAccountPasswordOK) Code() int

Code gets the status code for the update account password o k response

func (*UpdateAccountPasswordOK) Error

func (o *UpdateAccountPasswordOK) Error() string

func (*UpdateAccountPasswordOK) IsClientError

func (o *UpdateAccountPasswordOK) IsClientError() bool

IsClientError returns true when this update account password o k response has a 4xx status code

func (*UpdateAccountPasswordOK) IsCode

func (o *UpdateAccountPasswordOK) IsCode(code int) bool

IsCode returns true when this update account password o k response a status code equal to that given

func (*UpdateAccountPasswordOK) IsRedirect

func (o *UpdateAccountPasswordOK) IsRedirect() bool

IsRedirect returns true when this update account password o k response has a 3xx status code

func (*UpdateAccountPasswordOK) IsServerError

func (o *UpdateAccountPasswordOK) IsServerError() bool

IsServerError returns true when this update account password o k response has a 5xx status code

func (*UpdateAccountPasswordOK) IsSuccess

func (o *UpdateAccountPasswordOK) IsSuccess() bool

IsSuccess returns true when this update account password o k response has a 2xx status code

func (*UpdateAccountPasswordOK) String

func (o *UpdateAccountPasswordOK) String() string

type UpdateAccountPasswordParams

type UpdateAccountPasswordParams struct {

	// Body.
	Body UpdateAccountPasswordBody

	Context    context.Context
	HTTPClient *http.Client
	// contains filtered or unexported fields
}

UpdateAccountPasswordParams contains all the parameters to send to the API endpoint

for the update account password operation.

Typically these are written to a http.Request.

func NewUpdateAccountPasswordParams

func NewUpdateAccountPasswordParams() *UpdateAccountPasswordParams

NewUpdateAccountPasswordParams creates a new UpdateAccountPasswordParams 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 NewUpdateAccountPasswordParamsWithContext

func NewUpdateAccountPasswordParamsWithContext(ctx context.Context) *UpdateAccountPasswordParams

NewUpdateAccountPasswordParamsWithContext creates a new UpdateAccountPasswordParams object with the ability to set a context for a request.

func NewUpdateAccountPasswordParamsWithHTTPClient

func NewUpdateAccountPasswordParamsWithHTTPClient(client *http.Client) *UpdateAccountPasswordParams

NewUpdateAccountPasswordParamsWithHTTPClient creates a new UpdateAccountPasswordParams object with the ability to set a custom HTTPClient for a request.

func NewUpdateAccountPasswordParamsWithTimeout

func NewUpdateAccountPasswordParamsWithTimeout(timeout time.Duration) *UpdateAccountPasswordParams

NewUpdateAccountPasswordParamsWithTimeout creates a new UpdateAccountPasswordParams object with the ability to set a timeout on a request.

func (*UpdateAccountPasswordParams) SetBody

SetBody adds the body to the update account password params

func (*UpdateAccountPasswordParams) SetContext

func (o *UpdateAccountPasswordParams) SetContext(ctx context.Context)

SetContext adds the context to the update account password params

func (*UpdateAccountPasswordParams) SetDefaults

func (o *UpdateAccountPasswordParams) SetDefaults()

SetDefaults hydrates default values in the update account password params (not the query body).

All values with no default are reset to their zero value.

func (*UpdateAccountPasswordParams) SetHTTPClient

func (o *UpdateAccountPasswordParams) SetHTTPClient(client *http.Client)

SetHTTPClient adds the HTTPClient to the update account password params

func (*UpdateAccountPasswordParams) SetTimeout

func (o *UpdateAccountPasswordParams) SetTimeout(timeout time.Duration)

SetTimeout adds the timeout to the update account password params

func (*UpdateAccountPasswordParams) WithBody

WithBody adds the body to the update account password params

func (*UpdateAccountPasswordParams) WithContext

WithContext adds the context to the update account password params

func (*UpdateAccountPasswordParams) WithDefaults

WithDefaults hydrates default values in the update account password params (not the query body).

All values with no default are reset to their zero value.

func (*UpdateAccountPasswordParams) WithHTTPClient

WithHTTPClient adds the HTTPClient to the update account password params

func (*UpdateAccountPasswordParams) WithTimeout

WithTimeout adds the timeout to the update account password params

func (*UpdateAccountPasswordParams) WriteToRequest

WriteToRequest writes these params to a swagger request

type UpdateAccountPasswordReader

type UpdateAccountPasswordReader struct {
	// contains filtered or unexported fields
}

UpdateAccountPasswordReader is a Reader for the UpdateAccountPassword structure.

func (*UpdateAccountPasswordReader) ReadResponse

func (o *UpdateAccountPasswordReader) ReadResponse(response runtime.ClientResponse, consumer runtime.Consumer) (any, error)

ReadResponse reads a server response into the received o.

type UpdateAccountPasswordUnauthorized

type UpdateAccountPasswordUnauthorized struct {
}

UpdateAccountPasswordUnauthorized describes a response with status code 401, with default header values.

unauthorized

func NewUpdateAccountPasswordUnauthorized

func NewUpdateAccountPasswordUnauthorized() *UpdateAccountPasswordUnauthorized

NewUpdateAccountPasswordUnauthorized creates a UpdateAccountPasswordUnauthorized with default headers values

func (*UpdateAccountPasswordUnauthorized) Code

Code gets the status code for the update account password unauthorized response

func (*UpdateAccountPasswordUnauthorized) Error

func (*UpdateAccountPasswordUnauthorized) IsClientError

func (o *UpdateAccountPasswordUnauthorized) IsClientError() bool

IsClientError returns true when this update account password unauthorized response has a 4xx status code

func (*UpdateAccountPasswordUnauthorized) IsCode

func (o *UpdateAccountPasswordUnauthorized) IsCode(code int) bool

IsCode returns true when this update account password unauthorized response a status code equal to that given

func (*UpdateAccountPasswordUnauthorized) IsRedirect

func (o *UpdateAccountPasswordUnauthorized) IsRedirect() bool

IsRedirect returns true when this update account password unauthorized response has a 3xx status code

func (*UpdateAccountPasswordUnauthorized) IsServerError

func (o *UpdateAccountPasswordUnauthorized) IsServerError() bool

IsServerError returns true when this update account password unauthorized response has a 5xx status code

func (*UpdateAccountPasswordUnauthorized) IsSuccess

func (o *UpdateAccountPasswordUnauthorized) IsSuccess() bool

IsSuccess returns true when this update account password unauthorized response has a 2xx status code

func (*UpdateAccountPasswordUnauthorized) String

type UpdateAccountPasswordUnprocessableEntity

type UpdateAccountPasswordUnprocessableEntity struct {
	Payload rest_model_zrok.ErrorMessage
}

UpdateAccountPasswordUnprocessableEntity describes a response with status code 422, with default header values.

password validation failure

func NewUpdateAccountPasswordUnprocessableEntity

func NewUpdateAccountPasswordUnprocessableEntity() *UpdateAccountPasswordUnprocessableEntity

NewUpdateAccountPasswordUnprocessableEntity creates a UpdateAccountPasswordUnprocessableEntity with default headers values

func (*UpdateAccountPasswordUnprocessableEntity) Code

Code gets the status code for the update account password unprocessable entity response

func (*UpdateAccountPasswordUnprocessableEntity) Error

func (*UpdateAccountPasswordUnprocessableEntity) GetPayload

func (*UpdateAccountPasswordUnprocessableEntity) IsClientError

IsClientError returns true when this update account password unprocessable entity response has a 4xx status code

func (*UpdateAccountPasswordUnprocessableEntity) IsCode

IsCode returns true when this update account password unprocessable entity response a status code equal to that given

func (*UpdateAccountPasswordUnprocessableEntity) IsRedirect

IsRedirect returns true when this update account password unprocessable entity response has a 3xx status code

func (*UpdateAccountPasswordUnprocessableEntity) IsServerError

IsServerError returns true when this update account password unprocessable entity response has a 5xx status code

func (*UpdateAccountPasswordUnprocessableEntity) IsSuccess

IsSuccess returns true when this update account password unprocessable entity response has a 2xx status code

func (*UpdateAccountPasswordUnprocessableEntity) String

type UpdateFrontendBody

type UpdateFrontendBody struct {

	// dynamic
	Dynamic bool `json:"dynamic,omitempty"`

	// dynamic set
	DynamicSet bool `json:"dynamicSet,omitempty"`

	// frontend token
	FrontendToken string `json:"frontendToken,omitempty"`

	// public name
	PublicName string `json:"publicName,omitempty"`

	// url template
	URLTemplate string `json:"urlTemplate,omitempty"`
}

UpdateFrontendBody update frontend body swagger:model UpdateFrontendBody

func (*UpdateFrontendBody) ContextValidate

func (o *UpdateFrontendBody) ContextValidate(ctx context.Context, formats strfmt.Registry) error

ContextValidate validates this update frontend body based on context it is used

func (*UpdateFrontendBody) MarshalBinary

func (o *UpdateFrontendBody) MarshalBinary() ([]byte, error)

MarshalBinary interface implementation

func (*UpdateFrontendBody) UnmarshalBinary

func (o *UpdateFrontendBody) UnmarshalBinary(b []byte) error

UnmarshalBinary interface implementation

func (*UpdateFrontendBody) Validate

func (o *UpdateFrontendBody) Validate(formats strfmt.Registry) error

Validate validates this update frontend body

type UpdateFrontendInternalServerError

type UpdateFrontendInternalServerError struct {
}

UpdateFrontendInternalServerError describes a response with status code 500, with default header values.

internal server error

func NewUpdateFrontendInternalServerError

func NewUpdateFrontendInternalServerError() *UpdateFrontendInternalServerError

NewUpdateFrontendInternalServerError creates a UpdateFrontendInternalServerError with default headers values

func (*UpdateFrontendInternalServerError) Code

Code gets the status code for the update frontend internal server error response

func (*UpdateFrontendInternalServerError) Error

func (*UpdateFrontendInternalServerError) IsClientError

func (o *UpdateFrontendInternalServerError) IsClientError() bool

IsClientError returns true when this update frontend internal server error response has a 4xx status code

func (*UpdateFrontendInternalServerError) IsCode

func (o *UpdateFrontendInternalServerError) IsCode(code int) bool

IsCode returns true when this update frontend internal server error response a status code equal to that given

func (*UpdateFrontendInternalServerError) IsRedirect

func (o *UpdateFrontendInternalServerError) IsRedirect() bool

IsRedirect returns true when this update frontend internal server error response has a 3xx status code

func (*UpdateFrontendInternalServerError) IsServerError

func (o *UpdateFrontendInternalServerError) IsServerError() bool

IsServerError returns true when this update frontend internal server error response has a 5xx status code

func (*UpdateFrontendInternalServerError) IsSuccess

func (o *UpdateFrontendInternalServerError) IsSuccess() bool

IsSuccess returns true when this update frontend internal server error response has a 2xx status code

func (*UpdateFrontendInternalServerError) String

type UpdateFrontendNotFound

type UpdateFrontendNotFound struct {
}

UpdateFrontendNotFound describes a response with status code 404, with default header values.

not found

func NewUpdateFrontendNotFound

func NewUpdateFrontendNotFound() *UpdateFrontendNotFound

NewUpdateFrontendNotFound creates a UpdateFrontendNotFound with default headers values

func (*UpdateFrontendNotFound) Code

func (o *UpdateFrontendNotFound) Code() int

Code gets the status code for the update frontend not found response

func (*UpdateFrontendNotFound) Error

func (o *UpdateFrontendNotFound) Error() string

func (*UpdateFrontendNotFound) IsClientError

func (o *UpdateFrontendNotFound) IsClientError() bool

IsClientError returns true when this update frontend not found response has a 4xx status code

func (*UpdateFrontendNotFound) IsCode

func (o *UpdateFrontendNotFound) IsCode(code int) bool

IsCode returns true when this update frontend not found response a status code equal to that given

func (*UpdateFrontendNotFound) IsRedirect

func (o *UpdateFrontendNotFound) IsRedirect() bool

IsRedirect returns true when this update frontend not found response has a 3xx status code

func (*UpdateFrontendNotFound) IsServerError

func (o *UpdateFrontendNotFound) IsServerError() bool

IsServerError returns true when this update frontend not found response has a 5xx status code

func (*UpdateFrontendNotFound) IsSuccess

func (o *UpdateFrontendNotFound) IsSuccess() bool

IsSuccess returns true when this update frontend not found response has a 2xx status code

func (*UpdateFrontendNotFound) String

func (o *UpdateFrontendNotFound) String() string

type UpdateFrontendOK

type UpdateFrontendOK struct {
}

UpdateFrontendOK describes a response with status code 200, with default header values.

frontend updated

func NewUpdateFrontendOK

func NewUpdateFrontendOK() *UpdateFrontendOK

NewUpdateFrontendOK creates a UpdateFrontendOK with default headers values

func (*UpdateFrontendOK) Code

func (o *UpdateFrontendOK) Code() int

Code gets the status code for the update frontend o k response

func (*UpdateFrontendOK) Error

func (o *UpdateFrontendOK) Error() string

func (*UpdateFrontendOK) IsClientError

func (o *UpdateFrontendOK) IsClientError() bool

IsClientError returns true when this update frontend o k response has a 4xx status code

func (*UpdateFrontendOK) IsCode

func (o *UpdateFrontendOK) IsCode(code int) bool

IsCode returns true when this update frontend o k response a status code equal to that given

func (*UpdateFrontendOK) IsRedirect

func (o *UpdateFrontendOK) IsRedirect() bool

IsRedirect returns true when this update frontend o k response has a 3xx status code

func (*UpdateFrontendOK) IsServerError

func (o *UpdateFrontendOK) IsServerError() bool

IsServerError returns true when this update frontend o k response has a 5xx status code

func (*UpdateFrontendOK) IsSuccess

func (o *UpdateFrontendOK) IsSuccess() bool

IsSuccess returns true when this update frontend o k response has a 2xx status code

func (*UpdateFrontendOK) String

func (o *UpdateFrontendOK) String() string

type UpdateFrontendParams

type UpdateFrontendParams struct {

	// Body.
	Body UpdateFrontendBody

	Context    context.Context
	HTTPClient *http.Client
	// contains filtered or unexported fields
}

UpdateFrontendParams contains all the parameters to send to the API endpoint

for the update frontend operation.

Typically these are written to a http.Request.

func NewUpdateFrontendParams

func NewUpdateFrontendParams() *UpdateFrontendParams

NewUpdateFrontendParams creates a new UpdateFrontendParams 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 NewUpdateFrontendParamsWithContext

func NewUpdateFrontendParamsWithContext(ctx context.Context) *UpdateFrontendParams

NewUpdateFrontendParamsWithContext creates a new UpdateFrontendParams object with the ability to set a context for a request.

func NewUpdateFrontendParamsWithHTTPClient

func NewUpdateFrontendParamsWithHTTPClient(client *http.Client) *UpdateFrontendParams

NewUpdateFrontendParamsWithHTTPClient creates a new UpdateFrontendParams object with the ability to set a custom HTTPClient for a request.

func NewUpdateFrontendParamsWithTimeout

func NewUpdateFrontendParamsWithTimeout(timeout time.Duration) *UpdateFrontendParams

NewUpdateFrontendParamsWithTimeout creates a new UpdateFrontendParams object with the ability to set a timeout on a request.

func (*UpdateFrontendParams) SetBody

func (o *UpdateFrontendParams) SetBody(body UpdateFrontendBody)

SetBody adds the body to the update frontend params

func (*UpdateFrontendParams) SetContext

func (o *UpdateFrontendParams) SetContext(ctx context.Context)

SetContext adds the context to the update frontend params

func (*UpdateFrontendParams) SetDefaults

func (o *UpdateFrontendParams) SetDefaults()

SetDefaults hydrates default values in the update frontend params (not the query body).

All values with no default are reset to their zero value.

func (*UpdateFrontendParams) SetHTTPClient

func (o *UpdateFrontendParams) SetHTTPClient(client *http.Client)

SetHTTPClient adds the HTTPClient to the update frontend params

func (*UpdateFrontendParams) SetTimeout

func (o *UpdateFrontendParams) SetTimeout(timeout time.Duration)

SetTimeout adds the timeout to the update frontend params

func (*UpdateFrontendParams) WithBody

WithBody adds the body to the update frontend params

func (*UpdateFrontendParams) WithContext

WithContext adds the context to the update frontend params

func (*UpdateFrontendParams) WithDefaults

func (o *UpdateFrontendParams) WithDefaults() *UpdateFrontendParams

WithDefaults hydrates default values in the update frontend params (not the query body).

All values with no default are reset to their zero value.

func (*UpdateFrontendParams) WithHTTPClient

func (o *UpdateFrontendParams) WithHTTPClient(client *http.Client) *UpdateFrontendParams

WithHTTPClient adds the HTTPClient to the update frontend params

func (*UpdateFrontendParams) WithTimeout

func (o *UpdateFrontendParams) WithTimeout(timeout time.Duration) *UpdateFrontendParams

WithTimeout adds the timeout to the update frontend params

func (*UpdateFrontendParams) WriteToRequest

func (o *UpdateFrontendParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error

WriteToRequest writes these params to a swagger request

type UpdateFrontendReader

type UpdateFrontendReader struct {
	// contains filtered or unexported fields
}

UpdateFrontendReader is a Reader for the UpdateFrontend structure.

func (*UpdateFrontendReader) ReadResponse

func (o *UpdateFrontendReader) ReadResponse(response runtime.ClientResponse, consumer runtime.Consumer) (any, error)

ReadResponse reads a server response into the received o.

type UpdateFrontendUnauthorized

type UpdateFrontendUnauthorized struct {
}

UpdateFrontendUnauthorized describes a response with status code 401, with default header values.

unauthorized

func NewUpdateFrontendUnauthorized

func NewUpdateFrontendUnauthorized() *UpdateFrontendUnauthorized

NewUpdateFrontendUnauthorized creates a UpdateFrontendUnauthorized with default headers values

func (*UpdateFrontendUnauthorized) Code

func (o *UpdateFrontendUnauthorized) Code() int

Code gets the status code for the update frontend unauthorized response

func (*UpdateFrontendUnauthorized) Error

func (*UpdateFrontendUnauthorized) IsClientError

func (o *UpdateFrontendUnauthorized) IsClientError() bool

IsClientError returns true when this update frontend unauthorized response has a 4xx status code

func (*UpdateFrontendUnauthorized) IsCode

func (o *UpdateFrontendUnauthorized) IsCode(code int) bool

IsCode returns true when this update frontend unauthorized response a status code equal to that given

func (*UpdateFrontendUnauthorized) IsRedirect

func (o *UpdateFrontendUnauthorized) IsRedirect() bool

IsRedirect returns true when this update frontend unauthorized response has a 3xx status code

func (*UpdateFrontendUnauthorized) IsServerError

func (o *UpdateFrontendUnauthorized) IsServerError() bool

IsServerError returns true when this update frontend unauthorized response has a 5xx status code

func (*UpdateFrontendUnauthorized) IsSuccess

func (o *UpdateFrontendUnauthorized) IsSuccess() bool

IsSuccess returns true when this update frontend unauthorized response has a 2xx status code

func (*UpdateFrontendUnauthorized) String

func (o *UpdateFrontendUnauthorized) String() string

type UpdateNamespaceBody

type UpdateNamespaceBody struct {

	// description
	Description string `json:"description,omitempty"`

	// name
	Name string `json:"name,omitempty"`

	// namespace token
	NamespaceToken string `json:"namespaceToken,omitempty"`

	// open
	Open bool `json:"open,omitempty"`

	// open set
	OpenSet bool `json:"openSet,omitempty"`
}

UpdateNamespaceBody update namespace body swagger:model UpdateNamespaceBody

func (*UpdateNamespaceBody) ContextValidate

func (o *UpdateNamespaceBody) ContextValidate(ctx context.Context, formats strfmt.Registry) error

ContextValidate validates this update namespace body based on context it is used

func (*UpdateNamespaceBody) MarshalBinary

func (o *UpdateNamespaceBody) MarshalBinary() ([]byte, error)

MarshalBinary interface implementation

func (*UpdateNamespaceBody) UnmarshalBinary

func (o *UpdateNamespaceBody) UnmarshalBinary(b []byte) error

UnmarshalBinary interface implementation

func (*UpdateNamespaceBody) Validate

func (o *UpdateNamespaceBody) Validate(formats strfmt.Registry) error

Validate validates this update namespace body

type UpdateNamespaceInternalServerError

type UpdateNamespaceInternalServerError struct {
}

UpdateNamespaceInternalServerError describes a response with status code 500, with default header values.

internal server error

func NewUpdateNamespaceInternalServerError

func NewUpdateNamespaceInternalServerError() *UpdateNamespaceInternalServerError

NewUpdateNamespaceInternalServerError creates a UpdateNamespaceInternalServerError with default headers values

func (*UpdateNamespaceInternalServerError) Code

Code gets the status code for the update namespace internal server error response

func (*UpdateNamespaceInternalServerError) Error

func (*UpdateNamespaceInternalServerError) IsClientError

func (o *UpdateNamespaceInternalServerError) IsClientError() bool

IsClientError returns true when this update namespace internal server error response has a 4xx status code

func (*UpdateNamespaceInternalServerError) IsCode

IsCode returns true when this update namespace internal server error response a status code equal to that given

func (*UpdateNamespaceInternalServerError) IsRedirect

func (o *UpdateNamespaceInternalServerError) IsRedirect() bool

IsRedirect returns true when this update namespace internal server error response has a 3xx status code

func (*UpdateNamespaceInternalServerError) IsServerError

func (o *UpdateNamespaceInternalServerError) IsServerError() bool

IsServerError returns true when this update namespace internal server error response has a 5xx status code

func (*UpdateNamespaceInternalServerError) IsSuccess

IsSuccess returns true when this update namespace internal server error response has a 2xx status code

func (*UpdateNamespaceInternalServerError) String

type UpdateNamespaceNotFound

type UpdateNamespaceNotFound struct {
}

UpdateNamespaceNotFound describes a response with status code 404, with default header values.

not found

func NewUpdateNamespaceNotFound

func NewUpdateNamespaceNotFound() *UpdateNamespaceNotFound

NewUpdateNamespaceNotFound creates a UpdateNamespaceNotFound with default headers values

func (*UpdateNamespaceNotFound) Code

func (o *UpdateNamespaceNotFound) Code() int

Code gets the status code for the update namespace not found response

func (*UpdateNamespaceNotFound) Error

func (o *UpdateNamespaceNotFound) Error() string

func (*UpdateNamespaceNotFound) IsClientError

func (o *UpdateNamespaceNotFound) IsClientError() bool

IsClientError returns true when this update namespace not found response has a 4xx status code

func (*UpdateNamespaceNotFound) IsCode

func (o *UpdateNamespaceNotFound) IsCode(code int) bool

IsCode returns true when this update namespace not found response a status code equal to that given

func (*UpdateNamespaceNotFound) IsRedirect

func (o *UpdateNamespaceNotFound) IsRedirect() bool

IsRedirect returns true when this update namespace not found response has a 3xx status code

func (*UpdateNamespaceNotFound) IsServerError

func (o *UpdateNamespaceNotFound) IsServerError() bool

IsServerError returns true when this update namespace not found response has a 5xx status code

func (*UpdateNamespaceNotFound) IsSuccess

func (o *UpdateNamespaceNotFound) IsSuccess() bool

IsSuccess returns true when this update namespace not found response has a 2xx status code

func (*UpdateNamespaceNotFound) String

func (o *UpdateNamespaceNotFound) String() string

type UpdateNamespaceOK

type UpdateNamespaceOK struct {
}

UpdateNamespaceOK describes a response with status code 200, with default header values.

namespace updated

func NewUpdateNamespaceOK

func NewUpdateNamespaceOK() *UpdateNamespaceOK

NewUpdateNamespaceOK creates a UpdateNamespaceOK with default headers values

func (*UpdateNamespaceOK) Code

func (o *UpdateNamespaceOK) Code() int

Code gets the status code for the update namespace o k response

func (*UpdateNamespaceOK) Error

func (o *UpdateNamespaceOK) Error() string

func (*UpdateNamespaceOK) IsClientError

func (o *UpdateNamespaceOK) IsClientError() bool

IsClientError returns true when this update namespace o k response has a 4xx status code

func (*UpdateNamespaceOK) IsCode

func (o *UpdateNamespaceOK) IsCode(code int) bool

IsCode returns true when this update namespace o k response a status code equal to that given

func (*UpdateNamespaceOK) IsRedirect

func (o *UpdateNamespaceOK) IsRedirect() bool

IsRedirect returns true when this update namespace o k response has a 3xx status code

func (*UpdateNamespaceOK) IsServerError

func (o *UpdateNamespaceOK) IsServerError() bool

IsServerError returns true when this update namespace o k response has a 5xx status code

func (*UpdateNamespaceOK) IsSuccess

func (o *UpdateNamespaceOK) IsSuccess() bool

IsSuccess returns true when this update namespace o k response has a 2xx status code

func (*UpdateNamespaceOK) String

func (o *UpdateNamespaceOK) String() string

type UpdateNamespaceParams

type UpdateNamespaceParams struct {

	// Body.
	Body UpdateNamespaceBody

	Context    context.Context
	HTTPClient *http.Client
	// contains filtered or unexported fields
}

UpdateNamespaceParams contains all the parameters to send to the API endpoint

for the update namespace operation.

Typically these are written to a http.Request.

func NewUpdateNamespaceParams

func NewUpdateNamespaceParams() *UpdateNamespaceParams

NewUpdateNamespaceParams creates a new UpdateNamespaceParams 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 NewUpdateNamespaceParamsWithContext

func NewUpdateNamespaceParamsWithContext(ctx context.Context) *UpdateNamespaceParams

NewUpdateNamespaceParamsWithContext creates a new UpdateNamespaceParams object with the ability to set a context for a request.

func NewUpdateNamespaceParamsWithHTTPClient

func NewUpdateNamespaceParamsWithHTTPClient(client *http.Client) *UpdateNamespaceParams

NewUpdateNamespaceParamsWithHTTPClient creates a new UpdateNamespaceParams object with the ability to set a custom HTTPClient for a request.

func NewUpdateNamespaceParamsWithTimeout

func NewUpdateNamespaceParamsWithTimeout(timeout time.Duration) *UpdateNamespaceParams

NewUpdateNamespaceParamsWithTimeout creates a new UpdateNamespaceParams object with the ability to set a timeout on a request.

func (*UpdateNamespaceParams) SetBody

func (o *UpdateNamespaceParams) SetBody(body UpdateNamespaceBody)

SetBody adds the body to the update namespace params

func (*UpdateNamespaceParams) SetContext

func (o *UpdateNamespaceParams) SetContext(ctx context.Context)

SetContext adds the context to the update namespace params

func (*UpdateNamespaceParams) SetDefaults

func (o *UpdateNamespaceParams) SetDefaults()

SetDefaults hydrates default values in the update namespace params (not the query body).

All values with no default are reset to their zero value.

func (*UpdateNamespaceParams) SetHTTPClient

func (o *UpdateNamespaceParams) SetHTTPClient(client *http.Client)

SetHTTPClient adds the HTTPClient to the update namespace params

func (*UpdateNamespaceParams) SetTimeout

func (o *UpdateNamespaceParams) SetTimeout(timeout time.Duration)

SetTimeout adds the timeout to the update namespace params

func (*UpdateNamespaceParams) WithBody

WithBody adds the body to the update namespace params

func (*UpdateNamespaceParams) WithContext

WithContext adds the context to the update namespace params

func (*UpdateNamespaceParams) WithDefaults

func (o *UpdateNamespaceParams) WithDefaults() *UpdateNamespaceParams

WithDefaults hydrates default values in the update namespace params (not the query body).

All values with no default are reset to their zero value.

func (*UpdateNamespaceParams) WithHTTPClient

func (o *UpdateNamespaceParams) WithHTTPClient(client *http.Client) *UpdateNamespaceParams

WithHTTPClient adds the HTTPClient to the update namespace params

func (*UpdateNamespaceParams) WithTimeout

func (o *UpdateNamespaceParams) WithTimeout(timeout time.Duration) *UpdateNamespaceParams

WithTimeout adds the timeout to the update namespace params

func (*UpdateNamespaceParams) WriteToRequest

func (o *UpdateNamespaceParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error

WriteToRequest writes these params to a swagger request

type UpdateNamespaceReader

type UpdateNamespaceReader struct {
	// contains filtered or unexported fields
}

UpdateNamespaceReader is a Reader for the UpdateNamespace structure.

func (*UpdateNamespaceReader) ReadResponse

func (o *UpdateNamespaceReader) ReadResponse(response runtime.ClientResponse, consumer runtime.Consumer) (any, error)

ReadResponse reads a server response into the received o.

type UpdateNamespaceUnauthorized

type UpdateNamespaceUnauthorized struct {
}

UpdateNamespaceUnauthorized describes a response with status code 401, with default header values.

unauthorized

func NewUpdateNamespaceUnauthorized

func NewUpdateNamespaceUnauthorized() *UpdateNamespaceUnauthorized

NewUpdateNamespaceUnauthorized creates a UpdateNamespaceUnauthorized with default headers values

func (*UpdateNamespaceUnauthorized) Code

func (o *UpdateNamespaceUnauthorized) Code() int

Code gets the status code for the update namespace unauthorized response

func (*UpdateNamespaceUnauthorized) Error

func (*UpdateNamespaceUnauthorized) IsClientError

func (o *UpdateNamespaceUnauthorized) IsClientError() bool

IsClientError returns true when this update namespace unauthorized response has a 4xx status code

func (*UpdateNamespaceUnauthorized) IsCode

func (o *UpdateNamespaceUnauthorized) IsCode(code int) bool

IsCode returns true when this update namespace unauthorized response a status code equal to that given

func (*UpdateNamespaceUnauthorized) IsRedirect

func (o *UpdateNamespaceUnauthorized) IsRedirect() bool

IsRedirect returns true when this update namespace unauthorized response has a 3xx status code

func (*UpdateNamespaceUnauthorized) IsServerError

func (o *UpdateNamespaceUnauthorized) IsServerError() bool

IsServerError returns true when this update namespace unauthorized response has a 5xx status code

func (*UpdateNamespaceUnauthorized) IsSuccess

func (o *UpdateNamespaceUnauthorized) IsSuccess() bool

IsSuccess returns true when this update namespace unauthorized response has a 2xx status code

func (*UpdateNamespaceUnauthorized) String

func (o *UpdateNamespaceUnauthorized) String() string

Source Files

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL