tenant_configuration

package
v0.0.0-...-7b99a6d Latest Latest
Warning

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

Go to latest
Published: Jan 29, 2024 License: Apache-2.0 Imports: 11 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type Client

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

Client for tenant configuration API

func (*Client) ExportTenantConfig

func (a *Client) ExportTenantConfig(params *ExportTenantConfigParams, authInfo runtime.ClientAuthInfoWriter, opts ...ClientOption) (*ExportTenantConfigOK, error)
ExportTenantConfig exports tenant configuration

Returns a JSON with the configuration of the current tenant.

Alpha API: Test use only. Subject to potential functionality limitations, breaking changes, future updates, and removal without notice.

func (*Client) ImportTenantConfig

func (a *Client) ImportTenantConfig(params *ImportTenantConfigParams, authInfo runtime.ClientAuthInfoWriter, opts ...ClientOption) (*ImportTenantConfigNoContent, error)
ImportTenantConfig imports tenant configuration

Import tenant's configuration.

Alpha API: Test use only. Subject to potential functionality limitations, breaking changes, future updates, and removal without notice.

func (*Client) PatchTenantConfigRfc6902

PatchTenantConfigRfc6902 JSONs patch

Alpha API: Test use only. Subject to potential functionality limitations, breaking changes, future updates, and removal without notice.

Applies the [RFC 6902](https://datatracker.ietf.org/doc/html/rfc6902) JSON Patch to the tenant configuration.

The Patch JSON API is intended for easy configuration changes when there are a small number of known tenant modifications and the user applying the patch is familiar with them.

The Patch JSON API accepts a JSON Array which objects represent a single operation applied to the target JSON (tenant configuration). Evaluation continues until all operations are successfully applied or until an error condition is encountered.

func (*Client) PatchTenantConfigRfc7396

PatchTenantConfigRfc7396 JSONs merge patch

Alpha API: Test use only. Subject to potential functionality limitations, breaking changes, future updates, and removal without notice.

Applies the [RFC 7396](https://www.rfc-editor.org/rfc/rfc7396) JSON Merge Patch to the tenant configuration.

The JSON Merge Patch API facilitates the automated promotion of larger configuration changes. It provides a straightforward and efficient way to apply extensive modifications, such as through scripts or automated methods. This API streamlines the process of implementing significant configuration updates, improving efficiency and accuracy.

The JSON Merge Patch API accepts a JSON that describes changes to be made to a target tenant configuration using a syntax that closely mimics the configuration being modified.

func (*Client) SetTransport

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

SetTransport changes the transport on the client

type ClientOption

type ClientOption func(*runtime.ClientOperation)

ClientOption is the option for Client methods

type ClientService

type ClientService interface {
	ExportTenantConfig(params *ExportTenantConfigParams, authInfo runtime.ClientAuthInfoWriter, opts ...ClientOption) (*ExportTenantConfigOK, error)

	ImportTenantConfig(params *ImportTenantConfigParams, authInfo runtime.ClientAuthInfoWriter, opts ...ClientOption) (*ImportTenantConfigNoContent, error)

	PatchTenantConfigRfc6902(params *PatchTenantConfigRfc6902Params, authInfo runtime.ClientAuthInfoWriter, opts ...ClientOption) (*PatchTenantConfigRfc6902NoContent, error)

	PatchTenantConfigRfc7396(params *PatchTenantConfigRfc7396Params, authInfo runtime.ClientAuthInfoWriter, opts ...ClientOption) (*PatchTenantConfigRfc7396NoContent, 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 tenant configuration API client.

type ExportTenantConfigBadRequest

type ExportTenantConfigBadRequest struct {
	Payload *models.Error
}

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

Bad request

func NewExportTenantConfigBadRequest

func NewExportTenantConfigBadRequest() *ExportTenantConfigBadRequest

NewExportTenantConfigBadRequest creates a ExportTenantConfigBadRequest with default headers values

func (*ExportTenantConfigBadRequest) Code

Code gets the status code for the export tenant config bad request response

func (*ExportTenantConfigBadRequest) Error

func (*ExportTenantConfigBadRequest) GetPayload

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

func (*ExportTenantConfigBadRequest) IsClientError

func (o *ExportTenantConfigBadRequest) IsClientError() bool

IsClientError returns true when this export tenant config bad request response has a 4xx status code

func (*ExportTenantConfigBadRequest) IsCode

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

IsCode returns true when this export tenant config bad request response a status code equal to that given

func (*ExportTenantConfigBadRequest) IsRedirect

func (o *ExportTenantConfigBadRequest) IsRedirect() bool

IsRedirect returns true when this export tenant config bad request response has a 3xx status code

func (*ExportTenantConfigBadRequest) IsServerError

func (o *ExportTenantConfigBadRequest) IsServerError() bool

IsServerError returns true when this export tenant config bad request response has a 5xx status code

func (*ExportTenantConfigBadRequest) IsSuccess

func (o *ExportTenantConfigBadRequest) IsSuccess() bool

IsSuccess returns true when this export tenant config bad request response has a 2xx status code

func (*ExportTenantConfigBadRequest) String

type ExportTenantConfigForbidden

type ExportTenantConfigForbidden struct {
	Payload *models.Error
}

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

Forbidden

func NewExportTenantConfigForbidden

func NewExportTenantConfigForbidden() *ExportTenantConfigForbidden

NewExportTenantConfigForbidden creates a ExportTenantConfigForbidden with default headers values

func (*ExportTenantConfigForbidden) Code

func (o *ExportTenantConfigForbidden) Code() int

Code gets the status code for the export tenant config forbidden response

func (*ExportTenantConfigForbidden) Error

func (*ExportTenantConfigForbidden) GetPayload

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

func (*ExportTenantConfigForbidden) IsClientError

func (o *ExportTenantConfigForbidden) IsClientError() bool

IsClientError returns true when this export tenant config forbidden response has a 4xx status code

func (*ExportTenantConfigForbidden) IsCode

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

IsCode returns true when this export tenant config forbidden response a status code equal to that given

func (*ExportTenantConfigForbidden) IsRedirect

func (o *ExportTenantConfigForbidden) IsRedirect() bool

IsRedirect returns true when this export tenant config forbidden response has a 3xx status code

func (*ExportTenantConfigForbidden) IsServerError

func (o *ExportTenantConfigForbidden) IsServerError() bool

IsServerError returns true when this export tenant config forbidden response has a 5xx status code

func (*ExportTenantConfigForbidden) IsSuccess

func (o *ExportTenantConfigForbidden) IsSuccess() bool

IsSuccess returns true when this export tenant config forbidden response has a 2xx status code

func (*ExportTenantConfigForbidden) String

func (o *ExportTenantConfigForbidden) String() string

type ExportTenantConfigNotFound

type ExportTenantConfigNotFound struct {
	Payload *models.Error
}

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

Not found

func NewExportTenantConfigNotFound

func NewExportTenantConfigNotFound() *ExportTenantConfigNotFound

NewExportTenantConfigNotFound creates a ExportTenantConfigNotFound with default headers values

func (*ExportTenantConfigNotFound) Code

func (o *ExportTenantConfigNotFound) Code() int

Code gets the status code for the export tenant config not found response

func (*ExportTenantConfigNotFound) Error

func (*ExportTenantConfigNotFound) GetPayload

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

func (*ExportTenantConfigNotFound) IsClientError

func (o *ExportTenantConfigNotFound) IsClientError() bool

IsClientError returns true when this export tenant config not found response has a 4xx status code

func (*ExportTenantConfigNotFound) IsCode

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

IsCode returns true when this export tenant config not found response a status code equal to that given

func (*ExportTenantConfigNotFound) IsRedirect

func (o *ExportTenantConfigNotFound) IsRedirect() bool

IsRedirect returns true when this export tenant config not found response has a 3xx status code

func (*ExportTenantConfigNotFound) IsServerError

func (o *ExportTenantConfigNotFound) IsServerError() bool

IsServerError returns true when this export tenant config not found response has a 5xx status code

func (*ExportTenantConfigNotFound) IsSuccess

func (o *ExportTenantConfigNotFound) IsSuccess() bool

IsSuccess returns true when this export tenant config not found response has a 2xx status code

func (*ExportTenantConfigNotFound) String

func (o *ExportTenantConfigNotFound) String() string

type ExportTenantConfigOK

type ExportTenantConfigOK struct {
	Payload *models.TreeTenant
}

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

Tenant configuration JSON

func NewExportTenantConfigOK

func NewExportTenantConfigOK() *ExportTenantConfigOK

NewExportTenantConfigOK creates a ExportTenantConfigOK with default headers values

func (*ExportTenantConfigOK) Code

func (o *ExportTenantConfigOK) Code() int

Code gets the status code for the export tenant config o k response

func (*ExportTenantConfigOK) Error

func (o *ExportTenantConfigOK) Error() string

func (*ExportTenantConfigOK) GetPayload

func (o *ExportTenantConfigOK) GetPayload() *models.TreeTenant

func (*ExportTenantConfigOK) IsClientError

func (o *ExportTenantConfigOK) IsClientError() bool

IsClientError returns true when this export tenant config o k response has a 4xx status code

func (*ExportTenantConfigOK) IsCode

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

IsCode returns true when this export tenant config o k response a status code equal to that given

func (*ExportTenantConfigOK) IsRedirect

func (o *ExportTenantConfigOK) IsRedirect() bool

IsRedirect returns true when this export tenant config o k response has a 3xx status code

func (*ExportTenantConfigOK) IsServerError

func (o *ExportTenantConfigOK) IsServerError() bool

IsServerError returns true when this export tenant config o k response has a 5xx status code

func (*ExportTenantConfigOK) IsSuccess

func (o *ExportTenantConfigOK) IsSuccess() bool

IsSuccess returns true when this export tenant config o k response has a 2xx status code

func (*ExportTenantConfigOK) String

func (o *ExportTenantConfigOK) String() string

type ExportTenantConfigParams

type ExportTenantConfigParams struct {

	/* Tid.

	   Tenant ID

	   Default: "default"
	*/
	Tid string

	/* WithCredentials.

	   With credentials - if true, credentials are included in the tenant export response
	*/
	WithCredentials *bool

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

ExportTenantConfigParams contains all the parameters to send to the API endpoint

for the export tenant config operation.

Typically these are written to a http.Request.

func NewExportTenantConfigParams

func NewExportTenantConfigParams() *ExportTenantConfigParams

NewExportTenantConfigParams creates a new ExportTenantConfigParams 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 NewExportTenantConfigParamsWithContext

func NewExportTenantConfigParamsWithContext(ctx context.Context) *ExportTenantConfigParams

NewExportTenantConfigParamsWithContext creates a new ExportTenantConfigParams object with the ability to set a context for a request.

func NewExportTenantConfigParamsWithHTTPClient

func NewExportTenantConfigParamsWithHTTPClient(client *http.Client) *ExportTenantConfigParams

NewExportTenantConfigParamsWithHTTPClient creates a new ExportTenantConfigParams object with the ability to set a custom HTTPClient for a request.

func NewExportTenantConfigParamsWithTimeout

func NewExportTenantConfigParamsWithTimeout(timeout time.Duration) *ExportTenantConfigParams

NewExportTenantConfigParamsWithTimeout creates a new ExportTenantConfigParams object with the ability to set a timeout on a request.

func (*ExportTenantConfigParams) SetContext

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

SetContext adds the context to the export tenant config params

func (*ExportTenantConfigParams) SetDefaults

func (o *ExportTenantConfigParams) SetDefaults()

SetDefaults hydrates default values in the export tenant config params (not the query body).

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

func (*ExportTenantConfigParams) SetHTTPClient

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

SetHTTPClient adds the HTTPClient to the export tenant config params

func (*ExportTenantConfigParams) SetTid

func (o *ExportTenantConfigParams) SetTid(tid string)

SetTid adds the tid to the export tenant config params

func (*ExportTenantConfigParams) SetTimeout

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

SetTimeout adds the timeout to the export tenant config params

func (*ExportTenantConfigParams) SetWithCredentials

func (o *ExportTenantConfigParams) SetWithCredentials(withCredentials *bool)

SetWithCredentials adds the withCredentials to the export tenant config params

func (*ExportTenantConfigParams) WithContext

WithContext adds the context to the export tenant config params

func (*ExportTenantConfigParams) WithDefaults

WithDefaults hydrates default values in the export tenant config params (not the query body).

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

func (*ExportTenantConfigParams) WithHTTPClient

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

WithHTTPClient adds the HTTPClient to the export tenant config params

func (*ExportTenantConfigParams) WithTid

WithTid adds the tid to the export tenant config params

func (*ExportTenantConfigParams) WithTimeout

WithTimeout adds the timeout to the export tenant config params

func (*ExportTenantConfigParams) WithWithCredentials

func (o *ExportTenantConfigParams) WithWithCredentials(withCredentials *bool) *ExportTenantConfigParams

WithWithCredentials adds the withCredentials to the export tenant config params

func (*ExportTenantConfigParams) WriteToRequest

WriteToRequest writes these params to a swagger request

type ExportTenantConfigReader

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

ExportTenantConfigReader is a Reader for the ExportTenantConfig structure.

func (*ExportTenantConfigReader) ReadResponse

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

ReadResponse reads a server response into the received o.

type ExportTenantConfigTooManyRequests

type ExportTenantConfigTooManyRequests struct {
	Payload *models.Error
}

ExportTenantConfigTooManyRequests describes a response with status code 429, with default header values.

Too many requests

func NewExportTenantConfigTooManyRequests

func NewExportTenantConfigTooManyRequests() *ExportTenantConfigTooManyRequests

NewExportTenantConfigTooManyRequests creates a ExportTenantConfigTooManyRequests with default headers values

func (*ExportTenantConfigTooManyRequests) Code

Code gets the status code for the export tenant config too many requests response

func (*ExportTenantConfigTooManyRequests) Error

func (*ExportTenantConfigTooManyRequests) GetPayload

func (*ExportTenantConfigTooManyRequests) IsClientError

func (o *ExportTenantConfigTooManyRequests) IsClientError() bool

IsClientError returns true when this export tenant config too many requests response has a 4xx status code

func (*ExportTenantConfigTooManyRequests) IsCode

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

IsCode returns true when this export tenant config too many requests response a status code equal to that given

func (*ExportTenantConfigTooManyRequests) IsRedirect

func (o *ExportTenantConfigTooManyRequests) IsRedirect() bool

IsRedirect returns true when this export tenant config too many requests response has a 3xx status code

func (*ExportTenantConfigTooManyRequests) IsServerError

func (o *ExportTenantConfigTooManyRequests) IsServerError() bool

IsServerError returns true when this export tenant config too many requests response has a 5xx status code

func (*ExportTenantConfigTooManyRequests) IsSuccess

func (o *ExportTenantConfigTooManyRequests) IsSuccess() bool

IsSuccess returns true when this export tenant config too many requests response has a 2xx status code

func (*ExportTenantConfigTooManyRequests) String

type ExportTenantConfigUnauthorized

type ExportTenantConfigUnauthorized struct {
	Payload *models.Error
}

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

Unauthorized

func NewExportTenantConfigUnauthorized

func NewExportTenantConfigUnauthorized() *ExportTenantConfigUnauthorized

NewExportTenantConfigUnauthorized creates a ExportTenantConfigUnauthorized with default headers values

func (*ExportTenantConfigUnauthorized) Code

Code gets the status code for the export tenant config unauthorized response

func (*ExportTenantConfigUnauthorized) Error

func (*ExportTenantConfigUnauthorized) GetPayload

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

func (*ExportTenantConfigUnauthorized) IsClientError

func (o *ExportTenantConfigUnauthorized) IsClientError() bool

IsClientError returns true when this export tenant config unauthorized response has a 4xx status code

func (*ExportTenantConfigUnauthorized) IsCode

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

IsCode returns true when this export tenant config unauthorized response a status code equal to that given

func (*ExportTenantConfigUnauthorized) IsRedirect

func (o *ExportTenantConfigUnauthorized) IsRedirect() bool

IsRedirect returns true when this export tenant config unauthorized response has a 3xx status code

func (*ExportTenantConfigUnauthorized) IsServerError

func (o *ExportTenantConfigUnauthorized) IsServerError() bool

IsServerError returns true when this export tenant config unauthorized response has a 5xx status code

func (*ExportTenantConfigUnauthorized) IsSuccess

func (o *ExportTenantConfigUnauthorized) IsSuccess() bool

IsSuccess returns true when this export tenant config unauthorized response has a 2xx status code

func (*ExportTenantConfigUnauthorized) String

type ExportTenantConfigUnprocessableEntity

type ExportTenantConfigUnprocessableEntity struct {
	Payload *models.Error
}

ExportTenantConfigUnprocessableEntity describes a response with status code 422, with default header values.

Unprocessable entity

func NewExportTenantConfigUnprocessableEntity

func NewExportTenantConfigUnprocessableEntity() *ExportTenantConfigUnprocessableEntity

NewExportTenantConfigUnprocessableEntity creates a ExportTenantConfigUnprocessableEntity with default headers values

func (*ExportTenantConfigUnprocessableEntity) Code

Code gets the status code for the export tenant config unprocessable entity response

func (*ExportTenantConfigUnprocessableEntity) Error

func (*ExportTenantConfigUnprocessableEntity) GetPayload

func (*ExportTenantConfigUnprocessableEntity) IsClientError

func (o *ExportTenantConfigUnprocessableEntity) IsClientError() bool

IsClientError returns true when this export tenant config unprocessable entity response has a 4xx status code

func (*ExportTenantConfigUnprocessableEntity) IsCode

IsCode returns true when this export tenant config unprocessable entity response a status code equal to that given

func (*ExportTenantConfigUnprocessableEntity) IsRedirect

IsRedirect returns true when this export tenant config unprocessable entity response has a 3xx status code

func (*ExportTenantConfigUnprocessableEntity) IsServerError

func (o *ExportTenantConfigUnprocessableEntity) IsServerError() bool

IsServerError returns true when this export tenant config unprocessable entity response has a 5xx status code

func (*ExportTenantConfigUnprocessableEntity) IsSuccess

IsSuccess returns true when this export tenant config unprocessable entity response has a 2xx status code

func (*ExportTenantConfigUnprocessableEntity) String

type ImportTenantConfigBadRequest

type ImportTenantConfigBadRequest struct {
	Payload *models.Error
}

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

Bad request

func NewImportTenantConfigBadRequest

func NewImportTenantConfigBadRequest() *ImportTenantConfigBadRequest

NewImportTenantConfigBadRequest creates a ImportTenantConfigBadRequest with default headers values

func (*ImportTenantConfigBadRequest) Code

Code gets the status code for the import tenant config bad request response

func (*ImportTenantConfigBadRequest) Error

func (*ImportTenantConfigBadRequest) GetPayload

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

func (*ImportTenantConfigBadRequest) IsClientError

func (o *ImportTenantConfigBadRequest) IsClientError() bool

IsClientError returns true when this import tenant config bad request response has a 4xx status code

func (*ImportTenantConfigBadRequest) IsCode

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

IsCode returns true when this import tenant config bad request response a status code equal to that given

func (*ImportTenantConfigBadRequest) IsRedirect

func (o *ImportTenantConfigBadRequest) IsRedirect() bool

IsRedirect returns true when this import tenant config bad request response has a 3xx status code

func (*ImportTenantConfigBadRequest) IsServerError

func (o *ImportTenantConfigBadRequest) IsServerError() bool

IsServerError returns true when this import tenant config bad request response has a 5xx status code

func (*ImportTenantConfigBadRequest) IsSuccess

func (o *ImportTenantConfigBadRequest) IsSuccess() bool

IsSuccess returns true when this import tenant config bad request response has a 2xx status code

func (*ImportTenantConfigBadRequest) String

type ImportTenantConfigForbidden

type ImportTenantConfigForbidden struct {
	Payload *models.Error
}

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

Forbidden

func NewImportTenantConfigForbidden

func NewImportTenantConfigForbidden() *ImportTenantConfigForbidden

NewImportTenantConfigForbidden creates a ImportTenantConfigForbidden with default headers values

func (*ImportTenantConfigForbidden) Code

func (o *ImportTenantConfigForbidden) Code() int

Code gets the status code for the import tenant config forbidden response

func (*ImportTenantConfigForbidden) Error

func (*ImportTenantConfigForbidden) GetPayload

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

func (*ImportTenantConfigForbidden) IsClientError

func (o *ImportTenantConfigForbidden) IsClientError() bool

IsClientError returns true when this import tenant config forbidden response has a 4xx status code

func (*ImportTenantConfigForbidden) IsCode

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

IsCode returns true when this import tenant config forbidden response a status code equal to that given

func (*ImportTenantConfigForbidden) IsRedirect

func (o *ImportTenantConfigForbidden) IsRedirect() bool

IsRedirect returns true when this import tenant config forbidden response has a 3xx status code

func (*ImportTenantConfigForbidden) IsServerError

func (o *ImportTenantConfigForbidden) IsServerError() bool

IsServerError returns true when this import tenant config forbidden response has a 5xx status code

func (*ImportTenantConfigForbidden) IsSuccess

func (o *ImportTenantConfigForbidden) IsSuccess() bool

IsSuccess returns true when this import tenant config forbidden response has a 2xx status code

func (*ImportTenantConfigForbidden) String

func (o *ImportTenantConfigForbidden) String() string

type ImportTenantConfigNoContent

type ImportTenantConfigNoContent struct {
}

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

configuration has been imported

func NewImportTenantConfigNoContent

func NewImportTenantConfigNoContent() *ImportTenantConfigNoContent

NewImportTenantConfigNoContent creates a ImportTenantConfigNoContent with default headers values

func (*ImportTenantConfigNoContent) Code

func (o *ImportTenantConfigNoContent) Code() int

Code gets the status code for the import tenant config no content response

func (*ImportTenantConfigNoContent) Error

func (*ImportTenantConfigNoContent) IsClientError

func (o *ImportTenantConfigNoContent) IsClientError() bool

IsClientError returns true when this import tenant config no content response has a 4xx status code

func (*ImportTenantConfigNoContent) IsCode

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

IsCode returns true when this import tenant config no content response a status code equal to that given

func (*ImportTenantConfigNoContent) IsRedirect

func (o *ImportTenantConfigNoContent) IsRedirect() bool

IsRedirect returns true when this import tenant config no content response has a 3xx status code

func (*ImportTenantConfigNoContent) IsServerError

func (o *ImportTenantConfigNoContent) IsServerError() bool

IsServerError returns true when this import tenant config no content response has a 5xx status code

func (*ImportTenantConfigNoContent) IsSuccess

func (o *ImportTenantConfigNoContent) IsSuccess() bool

IsSuccess returns true when this import tenant config no content response has a 2xx status code

func (*ImportTenantConfigNoContent) String

func (o *ImportTenantConfigNoContent) String() string

type ImportTenantConfigNotFound

type ImportTenantConfigNotFound struct {
	Payload *models.Error
}

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

Not found

func NewImportTenantConfigNotFound

func NewImportTenantConfigNotFound() *ImportTenantConfigNotFound

NewImportTenantConfigNotFound creates a ImportTenantConfigNotFound with default headers values

func (*ImportTenantConfigNotFound) Code

func (o *ImportTenantConfigNotFound) Code() int

Code gets the status code for the import tenant config not found response

func (*ImportTenantConfigNotFound) Error

func (*ImportTenantConfigNotFound) GetPayload

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

func (*ImportTenantConfigNotFound) IsClientError

func (o *ImportTenantConfigNotFound) IsClientError() bool

IsClientError returns true when this import tenant config not found response has a 4xx status code

func (*ImportTenantConfigNotFound) IsCode

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

IsCode returns true when this import tenant config not found response a status code equal to that given

func (*ImportTenantConfigNotFound) IsRedirect

func (o *ImportTenantConfigNotFound) IsRedirect() bool

IsRedirect returns true when this import tenant config not found response has a 3xx status code

func (*ImportTenantConfigNotFound) IsServerError

func (o *ImportTenantConfigNotFound) IsServerError() bool

IsServerError returns true when this import tenant config not found response has a 5xx status code

func (*ImportTenantConfigNotFound) IsSuccess

func (o *ImportTenantConfigNotFound) IsSuccess() bool

IsSuccess returns true when this import tenant config not found response has a 2xx status code

func (*ImportTenantConfigNotFound) String

func (o *ImportTenantConfigNotFound) String() string

type ImportTenantConfigParams

type ImportTenantConfigParams struct {

	// Config.
	Config *models.TreeTenant

	/* Mode.

	     Insert mode

	Defines what happens in case of patched configuration import conflicts.

	The `mode` parameter defines
	what happens if there are any conflicts when importing your configuration. For example, if a
	client already exists within Cloudentity and you are trying to import a
	configuration that also has a client with this ID, there are the following ways
	Cloudentity can handle the request:

	`mode` set to `ignore`, Cloudentity ignores the changes that come from your configuration import.

	`mode` set to `fail`, Cloudentity stops processing the import and returns an error.

	`mode` set to `update`, Cloudentity updates the value from the previous configuration with the value
	provided in the request.

	     Format: insertMode
	*/
	Mode *string

	/* Tid.

	   Tenant ID

	   Default: "default"
	*/
	Tid string

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

ImportTenantConfigParams contains all the parameters to send to the API endpoint

for the import tenant config operation.

Typically these are written to a http.Request.

func NewImportTenantConfigParams

func NewImportTenantConfigParams() *ImportTenantConfigParams

NewImportTenantConfigParams creates a new ImportTenantConfigParams 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 NewImportTenantConfigParamsWithContext

func NewImportTenantConfigParamsWithContext(ctx context.Context) *ImportTenantConfigParams

NewImportTenantConfigParamsWithContext creates a new ImportTenantConfigParams object with the ability to set a context for a request.

func NewImportTenantConfigParamsWithHTTPClient

func NewImportTenantConfigParamsWithHTTPClient(client *http.Client) *ImportTenantConfigParams

NewImportTenantConfigParamsWithHTTPClient creates a new ImportTenantConfigParams object with the ability to set a custom HTTPClient for a request.

func NewImportTenantConfigParamsWithTimeout

func NewImportTenantConfigParamsWithTimeout(timeout time.Duration) *ImportTenantConfigParams

NewImportTenantConfigParamsWithTimeout creates a new ImportTenantConfigParams object with the ability to set a timeout on a request.

func (*ImportTenantConfigParams) SetConfig

func (o *ImportTenantConfigParams) SetConfig(config *models.TreeTenant)

SetConfig adds the config to the import tenant config params

func (*ImportTenantConfigParams) SetContext

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

SetContext adds the context to the import tenant config params

func (*ImportTenantConfigParams) SetDefaults

func (o *ImportTenantConfigParams) SetDefaults()

SetDefaults hydrates default values in the import tenant config params (not the query body).

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

func (*ImportTenantConfigParams) SetHTTPClient

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

SetHTTPClient adds the HTTPClient to the import tenant config params

func (*ImportTenantConfigParams) SetMode

func (o *ImportTenantConfigParams) SetMode(mode *string)

SetMode adds the mode to the import tenant config params

func (*ImportTenantConfigParams) SetTid

func (o *ImportTenantConfigParams) SetTid(tid string)

SetTid adds the tid to the import tenant config params

func (*ImportTenantConfigParams) SetTimeout

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

SetTimeout adds the timeout to the import tenant config params

func (*ImportTenantConfigParams) WithConfig

WithConfig adds the config to the import tenant config params

func (*ImportTenantConfigParams) WithContext

WithContext adds the context to the import tenant config params

func (*ImportTenantConfigParams) WithDefaults

WithDefaults hydrates default values in the import tenant config params (not the query body).

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

func (*ImportTenantConfigParams) WithHTTPClient

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

WithHTTPClient adds the HTTPClient to the import tenant config params

func (*ImportTenantConfigParams) WithMode

WithMode adds the mode to the import tenant config params

func (*ImportTenantConfigParams) WithTid

WithTid adds the tid to the import tenant config params

func (*ImportTenantConfigParams) WithTimeout

WithTimeout adds the timeout to the import tenant config params

func (*ImportTenantConfigParams) WriteToRequest

WriteToRequest writes these params to a swagger request

type ImportTenantConfigReader

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

ImportTenantConfigReader is a Reader for the ImportTenantConfig structure.

func (*ImportTenantConfigReader) ReadResponse

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

ReadResponse reads a server response into the received o.

type ImportTenantConfigTooManyRequests

type ImportTenantConfigTooManyRequests struct {
	Payload *models.Error
}

ImportTenantConfigTooManyRequests describes a response with status code 429, with default header values.

Too many requests

func NewImportTenantConfigTooManyRequests

func NewImportTenantConfigTooManyRequests() *ImportTenantConfigTooManyRequests

NewImportTenantConfigTooManyRequests creates a ImportTenantConfigTooManyRequests with default headers values

func (*ImportTenantConfigTooManyRequests) Code

Code gets the status code for the import tenant config too many requests response

func (*ImportTenantConfigTooManyRequests) Error

func (*ImportTenantConfigTooManyRequests) GetPayload

func (*ImportTenantConfigTooManyRequests) IsClientError

func (o *ImportTenantConfigTooManyRequests) IsClientError() bool

IsClientError returns true when this import tenant config too many requests response has a 4xx status code

func (*ImportTenantConfigTooManyRequests) IsCode

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

IsCode returns true when this import tenant config too many requests response a status code equal to that given

func (*ImportTenantConfigTooManyRequests) IsRedirect

func (o *ImportTenantConfigTooManyRequests) IsRedirect() bool

IsRedirect returns true when this import tenant config too many requests response has a 3xx status code

func (*ImportTenantConfigTooManyRequests) IsServerError

func (o *ImportTenantConfigTooManyRequests) IsServerError() bool

IsServerError returns true when this import tenant config too many requests response has a 5xx status code

func (*ImportTenantConfigTooManyRequests) IsSuccess

func (o *ImportTenantConfigTooManyRequests) IsSuccess() bool

IsSuccess returns true when this import tenant config too many requests response has a 2xx status code

func (*ImportTenantConfigTooManyRequests) String

type ImportTenantConfigUnauthorized

type ImportTenantConfigUnauthorized struct {
	Payload *models.Error
}

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

Unauthorized

func NewImportTenantConfigUnauthorized

func NewImportTenantConfigUnauthorized() *ImportTenantConfigUnauthorized

NewImportTenantConfigUnauthorized creates a ImportTenantConfigUnauthorized with default headers values

func (*ImportTenantConfigUnauthorized) Code

Code gets the status code for the import tenant config unauthorized response

func (*ImportTenantConfigUnauthorized) Error

func (*ImportTenantConfigUnauthorized) GetPayload

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

func (*ImportTenantConfigUnauthorized) IsClientError

func (o *ImportTenantConfigUnauthorized) IsClientError() bool

IsClientError returns true when this import tenant config unauthorized response has a 4xx status code

func (*ImportTenantConfigUnauthorized) IsCode

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

IsCode returns true when this import tenant config unauthorized response a status code equal to that given

func (*ImportTenantConfigUnauthorized) IsRedirect

func (o *ImportTenantConfigUnauthorized) IsRedirect() bool

IsRedirect returns true when this import tenant config unauthorized response has a 3xx status code

func (*ImportTenantConfigUnauthorized) IsServerError

func (o *ImportTenantConfigUnauthorized) IsServerError() bool

IsServerError returns true when this import tenant config unauthorized response has a 5xx status code

func (*ImportTenantConfigUnauthorized) IsSuccess

func (o *ImportTenantConfigUnauthorized) IsSuccess() bool

IsSuccess returns true when this import tenant config unauthorized response has a 2xx status code

func (*ImportTenantConfigUnauthorized) String

type ImportTenantConfigUnprocessableEntity

type ImportTenantConfigUnprocessableEntity struct {
	Payload *models.Error
}

ImportTenantConfigUnprocessableEntity describes a response with status code 422, with default header values.

Unprocessable entity

func NewImportTenantConfigUnprocessableEntity

func NewImportTenantConfigUnprocessableEntity() *ImportTenantConfigUnprocessableEntity

NewImportTenantConfigUnprocessableEntity creates a ImportTenantConfigUnprocessableEntity with default headers values

func (*ImportTenantConfigUnprocessableEntity) Code

Code gets the status code for the import tenant config unprocessable entity response

func (*ImportTenantConfigUnprocessableEntity) Error

func (*ImportTenantConfigUnprocessableEntity) GetPayload

func (*ImportTenantConfigUnprocessableEntity) IsClientError

func (o *ImportTenantConfigUnprocessableEntity) IsClientError() bool

IsClientError returns true when this import tenant config unprocessable entity response has a 4xx status code

func (*ImportTenantConfigUnprocessableEntity) IsCode

IsCode returns true when this import tenant config unprocessable entity response a status code equal to that given

func (*ImportTenantConfigUnprocessableEntity) IsRedirect

IsRedirect returns true when this import tenant config unprocessable entity response has a 3xx status code

func (*ImportTenantConfigUnprocessableEntity) IsServerError

func (o *ImportTenantConfigUnprocessableEntity) IsServerError() bool

IsServerError returns true when this import tenant config unprocessable entity response has a 5xx status code

func (*ImportTenantConfigUnprocessableEntity) IsSuccess

IsSuccess returns true when this import tenant config unprocessable entity response has a 2xx status code

func (*ImportTenantConfigUnprocessableEntity) String

type PatchTenantConfigRfc6902BadRequest

type PatchTenantConfigRfc6902BadRequest struct {
	Payload *models.Error
}

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

Bad request

func NewPatchTenantConfigRfc6902BadRequest

func NewPatchTenantConfigRfc6902BadRequest() *PatchTenantConfigRfc6902BadRequest

NewPatchTenantConfigRfc6902BadRequest creates a PatchTenantConfigRfc6902BadRequest with default headers values

func (*PatchTenantConfigRfc6902BadRequest) Code

Code gets the status code for the patch tenant config rfc6902 bad request response

func (*PatchTenantConfigRfc6902BadRequest) Error

func (*PatchTenantConfigRfc6902BadRequest) GetPayload

func (*PatchTenantConfigRfc6902BadRequest) IsClientError

func (o *PatchTenantConfigRfc6902BadRequest) IsClientError() bool

IsClientError returns true when this patch tenant config rfc6902 bad request response has a 4xx status code

func (*PatchTenantConfigRfc6902BadRequest) IsCode

IsCode returns true when this patch tenant config rfc6902 bad request response a status code equal to that given

func (*PatchTenantConfigRfc6902BadRequest) IsRedirect

func (o *PatchTenantConfigRfc6902BadRequest) IsRedirect() bool

IsRedirect returns true when this patch tenant config rfc6902 bad request response has a 3xx status code

func (*PatchTenantConfigRfc6902BadRequest) IsServerError

func (o *PatchTenantConfigRfc6902BadRequest) IsServerError() bool

IsServerError returns true when this patch tenant config rfc6902 bad request response has a 5xx status code

func (*PatchTenantConfigRfc6902BadRequest) IsSuccess

IsSuccess returns true when this patch tenant config rfc6902 bad request response has a 2xx status code

func (*PatchTenantConfigRfc6902BadRequest) String

type PatchTenantConfigRfc6902Forbidden

type PatchTenantConfigRfc6902Forbidden struct {
	Payload *models.Error
}

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

Forbidden

func NewPatchTenantConfigRfc6902Forbidden

func NewPatchTenantConfigRfc6902Forbidden() *PatchTenantConfigRfc6902Forbidden

NewPatchTenantConfigRfc6902Forbidden creates a PatchTenantConfigRfc6902Forbidden with default headers values

func (*PatchTenantConfigRfc6902Forbidden) Code

Code gets the status code for the patch tenant config rfc6902 forbidden response

func (*PatchTenantConfigRfc6902Forbidden) Error

func (*PatchTenantConfigRfc6902Forbidden) GetPayload

func (*PatchTenantConfigRfc6902Forbidden) IsClientError

func (o *PatchTenantConfigRfc6902Forbidden) IsClientError() bool

IsClientError returns true when this patch tenant config rfc6902 forbidden response has a 4xx status code

func (*PatchTenantConfigRfc6902Forbidden) IsCode

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

IsCode returns true when this patch tenant config rfc6902 forbidden response a status code equal to that given

func (*PatchTenantConfigRfc6902Forbidden) IsRedirect

func (o *PatchTenantConfigRfc6902Forbidden) IsRedirect() bool

IsRedirect returns true when this patch tenant config rfc6902 forbidden response has a 3xx status code

func (*PatchTenantConfigRfc6902Forbidden) IsServerError

func (o *PatchTenantConfigRfc6902Forbidden) IsServerError() bool

IsServerError returns true when this patch tenant config rfc6902 forbidden response has a 5xx status code

func (*PatchTenantConfigRfc6902Forbidden) IsSuccess

func (o *PatchTenantConfigRfc6902Forbidden) IsSuccess() bool

IsSuccess returns true when this patch tenant config rfc6902 forbidden response has a 2xx status code

func (*PatchTenantConfigRfc6902Forbidden) String

type PatchTenantConfigRfc6902NoContent

type PatchTenantConfigRfc6902NoContent struct {
}

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

patch applied

func NewPatchTenantConfigRfc6902NoContent

func NewPatchTenantConfigRfc6902NoContent() *PatchTenantConfigRfc6902NoContent

NewPatchTenantConfigRfc6902NoContent creates a PatchTenantConfigRfc6902NoContent with default headers values

func (*PatchTenantConfigRfc6902NoContent) Code

Code gets the status code for the patch tenant config rfc6902 no content response

func (*PatchTenantConfigRfc6902NoContent) Error

func (*PatchTenantConfigRfc6902NoContent) IsClientError

func (o *PatchTenantConfigRfc6902NoContent) IsClientError() bool

IsClientError returns true when this patch tenant config rfc6902 no content response has a 4xx status code

func (*PatchTenantConfigRfc6902NoContent) IsCode

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

IsCode returns true when this patch tenant config rfc6902 no content response a status code equal to that given

func (*PatchTenantConfigRfc6902NoContent) IsRedirect

func (o *PatchTenantConfigRfc6902NoContent) IsRedirect() bool

IsRedirect returns true when this patch tenant config rfc6902 no content response has a 3xx status code

func (*PatchTenantConfigRfc6902NoContent) IsServerError

func (o *PatchTenantConfigRfc6902NoContent) IsServerError() bool

IsServerError returns true when this patch tenant config rfc6902 no content response has a 5xx status code

func (*PatchTenantConfigRfc6902NoContent) IsSuccess

func (o *PatchTenantConfigRfc6902NoContent) IsSuccess() bool

IsSuccess returns true when this patch tenant config rfc6902 no content response has a 2xx status code

func (*PatchTenantConfigRfc6902NoContent) String

type PatchTenantConfigRfc6902NotFound

type PatchTenantConfigRfc6902NotFound struct {
	Payload *models.Error
}

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

Not found

func NewPatchTenantConfigRfc6902NotFound

func NewPatchTenantConfigRfc6902NotFound() *PatchTenantConfigRfc6902NotFound

NewPatchTenantConfigRfc6902NotFound creates a PatchTenantConfigRfc6902NotFound with default headers values

func (*PatchTenantConfigRfc6902NotFound) Code

Code gets the status code for the patch tenant config rfc6902 not found response

func (*PatchTenantConfigRfc6902NotFound) Error

func (*PatchTenantConfigRfc6902NotFound) GetPayload

func (*PatchTenantConfigRfc6902NotFound) IsClientError

func (o *PatchTenantConfigRfc6902NotFound) IsClientError() bool

IsClientError returns true when this patch tenant config rfc6902 not found response has a 4xx status code

func (*PatchTenantConfigRfc6902NotFound) IsCode

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

IsCode returns true when this patch tenant config rfc6902 not found response a status code equal to that given

func (*PatchTenantConfigRfc6902NotFound) IsRedirect

func (o *PatchTenantConfigRfc6902NotFound) IsRedirect() bool

IsRedirect returns true when this patch tenant config rfc6902 not found response has a 3xx status code

func (*PatchTenantConfigRfc6902NotFound) IsServerError

func (o *PatchTenantConfigRfc6902NotFound) IsServerError() bool

IsServerError returns true when this patch tenant config rfc6902 not found response has a 5xx status code

func (*PatchTenantConfigRfc6902NotFound) IsSuccess

func (o *PatchTenantConfigRfc6902NotFound) IsSuccess() bool

IsSuccess returns true when this patch tenant config rfc6902 not found response has a 2xx status code

func (*PatchTenantConfigRfc6902NotFound) String

type PatchTenantConfigRfc6902Params

type PatchTenantConfigRfc6902Params struct {

	/* Mode.

	     Insert mode

	Defines what happens in case of patched configuration import conflicts.

	The `mode` parameter defines
	what happens if there are any conflicts when importing your configuration. For example, if a
	client already exists within Cloudentity and you are trying to import a
	configuration that also has a client with this ID, there are the following ways
	Cloudentity can handle the request:

	`mode` set to `ignore`, Cloudentity ignores the changes that come from your configuration import.

	`mode` set to `fail`, Cloudentity stops processing the import and returns an error.

	`mode` set to `update`, Cloudentity updates the value from the previous configuration with the value
	provided in the request.

	     Format: insertMode
	*/
	Mode *string

	/* Patch.

	     Patch

	The `patch` parameter is a JSON object that contains an array of RFC-6902 patch operations.
	*/
	Patch models.Rfc6902PatchOperations

	/* Tid.

	   Tenant ID

	   Default: "default"
	*/
	Tid string

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

PatchTenantConfigRfc6902Params contains all the parameters to send to the API endpoint

for the patch tenant config rfc6902 operation.

Typically these are written to a http.Request.

func NewPatchTenantConfigRfc6902Params

func NewPatchTenantConfigRfc6902Params() *PatchTenantConfigRfc6902Params

NewPatchTenantConfigRfc6902Params creates a new PatchTenantConfigRfc6902Params 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 NewPatchTenantConfigRfc6902ParamsWithContext

func NewPatchTenantConfigRfc6902ParamsWithContext(ctx context.Context) *PatchTenantConfigRfc6902Params

NewPatchTenantConfigRfc6902ParamsWithContext creates a new PatchTenantConfigRfc6902Params object with the ability to set a context for a request.

func NewPatchTenantConfigRfc6902ParamsWithHTTPClient

func NewPatchTenantConfigRfc6902ParamsWithHTTPClient(client *http.Client) *PatchTenantConfigRfc6902Params

NewPatchTenantConfigRfc6902ParamsWithHTTPClient creates a new PatchTenantConfigRfc6902Params object with the ability to set a custom HTTPClient for a request.

func NewPatchTenantConfigRfc6902ParamsWithTimeout

func NewPatchTenantConfigRfc6902ParamsWithTimeout(timeout time.Duration) *PatchTenantConfigRfc6902Params

NewPatchTenantConfigRfc6902ParamsWithTimeout creates a new PatchTenantConfigRfc6902Params object with the ability to set a timeout on a request.

func (*PatchTenantConfigRfc6902Params) SetContext

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

SetContext adds the context to the patch tenant config rfc6902 params

func (*PatchTenantConfigRfc6902Params) SetDefaults

func (o *PatchTenantConfigRfc6902Params) SetDefaults()

SetDefaults hydrates default values in the patch tenant config rfc6902 params (not the query body).

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

func (*PatchTenantConfigRfc6902Params) SetHTTPClient

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

SetHTTPClient adds the HTTPClient to the patch tenant config rfc6902 params

func (*PatchTenantConfigRfc6902Params) SetMode

func (o *PatchTenantConfigRfc6902Params) SetMode(mode *string)

SetMode adds the mode to the patch tenant config rfc6902 params

func (*PatchTenantConfigRfc6902Params) SetPatch

SetPatch adds the patch to the patch tenant config rfc6902 params

func (*PatchTenantConfigRfc6902Params) SetTid

func (o *PatchTenantConfigRfc6902Params) SetTid(tid string)

SetTid adds the tid to the patch tenant config rfc6902 params

func (*PatchTenantConfigRfc6902Params) SetTimeout

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

SetTimeout adds the timeout to the patch tenant config rfc6902 params

func (*PatchTenantConfigRfc6902Params) WithContext

WithContext adds the context to the patch tenant config rfc6902 params

func (*PatchTenantConfigRfc6902Params) WithDefaults

WithDefaults hydrates default values in the patch tenant config rfc6902 params (not the query body).

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

func (*PatchTenantConfigRfc6902Params) WithHTTPClient

WithHTTPClient adds the HTTPClient to the patch tenant config rfc6902 params

func (*PatchTenantConfigRfc6902Params) WithMode

WithMode adds the mode to the patch tenant config rfc6902 params

func (*PatchTenantConfigRfc6902Params) WithPatch

WithPatch adds the patch to the patch tenant config rfc6902 params

func (*PatchTenantConfigRfc6902Params) WithTid

WithTid adds the tid to the patch tenant config rfc6902 params

func (*PatchTenantConfigRfc6902Params) WithTimeout

WithTimeout adds the timeout to the patch tenant config rfc6902 params

func (*PatchTenantConfigRfc6902Params) WriteToRequest

WriteToRequest writes these params to a swagger request

type PatchTenantConfigRfc6902Reader

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

PatchTenantConfigRfc6902Reader is a Reader for the PatchTenantConfigRfc6902 structure.

func (*PatchTenantConfigRfc6902Reader) ReadResponse

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

ReadResponse reads a server response into the received o.

type PatchTenantConfigRfc6902TooManyRequests

type PatchTenantConfigRfc6902TooManyRequests struct {
	Payload *models.Error
}

PatchTenantConfigRfc6902TooManyRequests describes a response with status code 429, with default header values.

Too many requests

func NewPatchTenantConfigRfc6902TooManyRequests

func NewPatchTenantConfigRfc6902TooManyRequests() *PatchTenantConfigRfc6902TooManyRequests

NewPatchTenantConfigRfc6902TooManyRequests creates a PatchTenantConfigRfc6902TooManyRequests with default headers values

func (*PatchTenantConfigRfc6902TooManyRequests) Code

Code gets the status code for the patch tenant config rfc6902 too many requests response

func (*PatchTenantConfigRfc6902TooManyRequests) Error

func (*PatchTenantConfigRfc6902TooManyRequests) GetPayload

func (*PatchTenantConfigRfc6902TooManyRequests) IsClientError

func (o *PatchTenantConfigRfc6902TooManyRequests) IsClientError() bool

IsClientError returns true when this patch tenant config rfc6902 too many requests response has a 4xx status code

func (*PatchTenantConfigRfc6902TooManyRequests) IsCode

IsCode returns true when this patch tenant config rfc6902 too many requests response a status code equal to that given

func (*PatchTenantConfigRfc6902TooManyRequests) IsRedirect

IsRedirect returns true when this patch tenant config rfc6902 too many requests response has a 3xx status code

func (*PatchTenantConfigRfc6902TooManyRequests) IsServerError

func (o *PatchTenantConfigRfc6902TooManyRequests) IsServerError() bool

IsServerError returns true when this patch tenant config rfc6902 too many requests response has a 5xx status code

func (*PatchTenantConfigRfc6902TooManyRequests) IsSuccess

IsSuccess returns true when this patch tenant config rfc6902 too many requests response has a 2xx status code

func (*PatchTenantConfigRfc6902TooManyRequests) String

type PatchTenantConfigRfc6902Unauthorized

type PatchTenantConfigRfc6902Unauthorized struct {
	Payload *models.Error
}

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

Unauthorized

func NewPatchTenantConfigRfc6902Unauthorized

func NewPatchTenantConfigRfc6902Unauthorized() *PatchTenantConfigRfc6902Unauthorized

NewPatchTenantConfigRfc6902Unauthorized creates a PatchTenantConfigRfc6902Unauthorized with default headers values

func (*PatchTenantConfigRfc6902Unauthorized) Code

Code gets the status code for the patch tenant config rfc6902 unauthorized response

func (*PatchTenantConfigRfc6902Unauthorized) Error

func (*PatchTenantConfigRfc6902Unauthorized) GetPayload

func (*PatchTenantConfigRfc6902Unauthorized) IsClientError

func (o *PatchTenantConfigRfc6902Unauthorized) IsClientError() bool

IsClientError returns true when this patch tenant config rfc6902 unauthorized response has a 4xx status code

func (*PatchTenantConfigRfc6902Unauthorized) IsCode

IsCode returns true when this patch tenant config rfc6902 unauthorized response a status code equal to that given

func (*PatchTenantConfigRfc6902Unauthorized) IsRedirect

IsRedirect returns true when this patch tenant config rfc6902 unauthorized response has a 3xx status code

func (*PatchTenantConfigRfc6902Unauthorized) IsServerError

func (o *PatchTenantConfigRfc6902Unauthorized) IsServerError() bool

IsServerError returns true when this patch tenant config rfc6902 unauthorized response has a 5xx status code

func (*PatchTenantConfigRfc6902Unauthorized) IsSuccess

IsSuccess returns true when this patch tenant config rfc6902 unauthorized response has a 2xx status code

func (*PatchTenantConfigRfc6902Unauthorized) String

type PatchTenantConfigRfc6902UnprocessableEntity

type PatchTenantConfigRfc6902UnprocessableEntity struct {
	Payload *models.Error
}

PatchTenantConfigRfc6902UnprocessableEntity describes a response with status code 422, with default header values.

Unprocessable entity

func NewPatchTenantConfigRfc6902UnprocessableEntity

func NewPatchTenantConfigRfc6902UnprocessableEntity() *PatchTenantConfigRfc6902UnprocessableEntity

NewPatchTenantConfigRfc6902UnprocessableEntity creates a PatchTenantConfigRfc6902UnprocessableEntity with default headers values

func (*PatchTenantConfigRfc6902UnprocessableEntity) Code

Code gets the status code for the patch tenant config rfc6902 unprocessable entity response

func (*PatchTenantConfigRfc6902UnprocessableEntity) Error

func (*PatchTenantConfigRfc6902UnprocessableEntity) GetPayload

func (*PatchTenantConfigRfc6902UnprocessableEntity) IsClientError

IsClientError returns true when this patch tenant config rfc6902 unprocessable entity response has a 4xx status code

func (*PatchTenantConfigRfc6902UnprocessableEntity) IsCode

IsCode returns true when this patch tenant config rfc6902 unprocessable entity response a status code equal to that given

func (*PatchTenantConfigRfc6902UnprocessableEntity) IsRedirect

IsRedirect returns true when this patch tenant config rfc6902 unprocessable entity response has a 3xx status code

func (*PatchTenantConfigRfc6902UnprocessableEntity) IsServerError

IsServerError returns true when this patch tenant config rfc6902 unprocessable entity response has a 5xx status code

func (*PatchTenantConfigRfc6902UnprocessableEntity) IsSuccess

IsSuccess returns true when this patch tenant config rfc6902 unprocessable entity response has a 2xx status code

func (*PatchTenantConfigRfc6902UnprocessableEntity) String

type PatchTenantConfigRfc7396BadRequest

type PatchTenantConfigRfc7396BadRequest struct {
	Payload *models.Error
}

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

Bad request

func NewPatchTenantConfigRfc7396BadRequest

func NewPatchTenantConfigRfc7396BadRequest() *PatchTenantConfigRfc7396BadRequest

NewPatchTenantConfigRfc7396BadRequest creates a PatchTenantConfigRfc7396BadRequest with default headers values

func (*PatchTenantConfigRfc7396BadRequest) Code

Code gets the status code for the patch tenant config rfc7396 bad request response

func (*PatchTenantConfigRfc7396BadRequest) Error

func (*PatchTenantConfigRfc7396BadRequest) GetPayload

func (*PatchTenantConfigRfc7396BadRequest) IsClientError

func (o *PatchTenantConfigRfc7396BadRequest) IsClientError() bool

IsClientError returns true when this patch tenant config rfc7396 bad request response has a 4xx status code

func (*PatchTenantConfigRfc7396BadRequest) IsCode

IsCode returns true when this patch tenant config rfc7396 bad request response a status code equal to that given

func (*PatchTenantConfigRfc7396BadRequest) IsRedirect

func (o *PatchTenantConfigRfc7396BadRequest) IsRedirect() bool

IsRedirect returns true when this patch tenant config rfc7396 bad request response has a 3xx status code

func (*PatchTenantConfigRfc7396BadRequest) IsServerError

func (o *PatchTenantConfigRfc7396BadRequest) IsServerError() bool

IsServerError returns true when this patch tenant config rfc7396 bad request response has a 5xx status code

func (*PatchTenantConfigRfc7396BadRequest) IsSuccess

IsSuccess returns true when this patch tenant config rfc7396 bad request response has a 2xx status code

func (*PatchTenantConfigRfc7396BadRequest) String

type PatchTenantConfigRfc7396Forbidden

type PatchTenantConfigRfc7396Forbidden struct {
	Payload *models.Error
}

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

Forbidden

func NewPatchTenantConfigRfc7396Forbidden

func NewPatchTenantConfigRfc7396Forbidden() *PatchTenantConfigRfc7396Forbidden

NewPatchTenantConfigRfc7396Forbidden creates a PatchTenantConfigRfc7396Forbidden with default headers values

func (*PatchTenantConfigRfc7396Forbidden) Code

Code gets the status code for the patch tenant config rfc7396 forbidden response

func (*PatchTenantConfigRfc7396Forbidden) Error

func (*PatchTenantConfigRfc7396Forbidden) GetPayload

func (*PatchTenantConfigRfc7396Forbidden) IsClientError

func (o *PatchTenantConfigRfc7396Forbidden) IsClientError() bool

IsClientError returns true when this patch tenant config rfc7396 forbidden response has a 4xx status code

func (*PatchTenantConfigRfc7396Forbidden) IsCode

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

IsCode returns true when this patch tenant config rfc7396 forbidden response a status code equal to that given

func (*PatchTenantConfigRfc7396Forbidden) IsRedirect

func (o *PatchTenantConfigRfc7396Forbidden) IsRedirect() bool

IsRedirect returns true when this patch tenant config rfc7396 forbidden response has a 3xx status code

func (*PatchTenantConfigRfc7396Forbidden) IsServerError

func (o *PatchTenantConfigRfc7396Forbidden) IsServerError() bool

IsServerError returns true when this patch tenant config rfc7396 forbidden response has a 5xx status code

func (*PatchTenantConfigRfc7396Forbidden) IsSuccess

func (o *PatchTenantConfigRfc7396Forbidden) IsSuccess() bool

IsSuccess returns true when this patch tenant config rfc7396 forbidden response has a 2xx status code

func (*PatchTenantConfigRfc7396Forbidden) String

type PatchTenantConfigRfc7396NoContent

type PatchTenantConfigRfc7396NoContent struct {
}

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

patch applied

func NewPatchTenantConfigRfc7396NoContent

func NewPatchTenantConfigRfc7396NoContent() *PatchTenantConfigRfc7396NoContent

NewPatchTenantConfigRfc7396NoContent creates a PatchTenantConfigRfc7396NoContent with default headers values

func (*PatchTenantConfigRfc7396NoContent) Code

Code gets the status code for the patch tenant config rfc7396 no content response

func (*PatchTenantConfigRfc7396NoContent) Error

func (*PatchTenantConfigRfc7396NoContent) IsClientError

func (o *PatchTenantConfigRfc7396NoContent) IsClientError() bool

IsClientError returns true when this patch tenant config rfc7396 no content response has a 4xx status code

func (*PatchTenantConfigRfc7396NoContent) IsCode

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

IsCode returns true when this patch tenant config rfc7396 no content response a status code equal to that given

func (*PatchTenantConfigRfc7396NoContent) IsRedirect

func (o *PatchTenantConfigRfc7396NoContent) IsRedirect() bool

IsRedirect returns true when this patch tenant config rfc7396 no content response has a 3xx status code

func (*PatchTenantConfigRfc7396NoContent) IsServerError

func (o *PatchTenantConfigRfc7396NoContent) IsServerError() bool

IsServerError returns true when this patch tenant config rfc7396 no content response has a 5xx status code

func (*PatchTenantConfigRfc7396NoContent) IsSuccess

func (o *PatchTenantConfigRfc7396NoContent) IsSuccess() bool

IsSuccess returns true when this patch tenant config rfc7396 no content response has a 2xx status code

func (*PatchTenantConfigRfc7396NoContent) String

type PatchTenantConfigRfc7396NotFound

type PatchTenantConfigRfc7396NotFound struct {
	Payload *models.Error
}

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

Not found

func NewPatchTenantConfigRfc7396NotFound

func NewPatchTenantConfigRfc7396NotFound() *PatchTenantConfigRfc7396NotFound

NewPatchTenantConfigRfc7396NotFound creates a PatchTenantConfigRfc7396NotFound with default headers values

func (*PatchTenantConfigRfc7396NotFound) Code

Code gets the status code for the patch tenant config rfc7396 not found response

func (*PatchTenantConfigRfc7396NotFound) Error

func (*PatchTenantConfigRfc7396NotFound) GetPayload

func (*PatchTenantConfigRfc7396NotFound) IsClientError

func (o *PatchTenantConfigRfc7396NotFound) IsClientError() bool

IsClientError returns true when this patch tenant config rfc7396 not found response has a 4xx status code

func (*PatchTenantConfigRfc7396NotFound) IsCode

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

IsCode returns true when this patch tenant config rfc7396 not found response a status code equal to that given

func (*PatchTenantConfigRfc7396NotFound) IsRedirect

func (o *PatchTenantConfigRfc7396NotFound) IsRedirect() bool

IsRedirect returns true when this patch tenant config rfc7396 not found response has a 3xx status code

func (*PatchTenantConfigRfc7396NotFound) IsServerError

func (o *PatchTenantConfigRfc7396NotFound) IsServerError() bool

IsServerError returns true when this patch tenant config rfc7396 not found response has a 5xx status code

func (*PatchTenantConfigRfc7396NotFound) IsSuccess

func (o *PatchTenantConfigRfc7396NotFound) IsSuccess() bool

IsSuccess returns true when this patch tenant config rfc7396 not found response has a 2xx status code

func (*PatchTenantConfigRfc7396NotFound) String

type PatchTenantConfigRfc7396Params

type PatchTenantConfigRfc7396Params struct {

	/* Mode.

	     Insert mode

	Defines what happens in case of patched configuration import conflicts.

	The `mode` parameter defines
	what happens if there are any conflicts when importing your configuration. For example, if a
	client already exists within Cloudentity and you are trying to import a
	configuration that also has a client with this ID, there are the following ways
	Cloudentity can handle the request:

	`mode` set to `ignore`, Cloudentity ignores the changes that come from your configuration import.

	`mode` set to `fail`, Cloudentity stops processing the import and returns an error.

	`mode` set to `update`, Cloudentity updates the value from the previous configuration with the value
	provided in the request.

	     Format: insertMode
	*/
	Mode *string

	// Patch.
	Patch models.Rfc7396PatchOperation

	/* Tid.

	   Tenant ID

	   Default: "default"
	*/
	Tid string

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

PatchTenantConfigRfc7396Params contains all the parameters to send to the API endpoint

for the patch tenant config rfc7396 operation.

Typically these are written to a http.Request.

func NewPatchTenantConfigRfc7396Params

func NewPatchTenantConfigRfc7396Params() *PatchTenantConfigRfc7396Params

NewPatchTenantConfigRfc7396Params creates a new PatchTenantConfigRfc7396Params 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 NewPatchTenantConfigRfc7396ParamsWithContext

func NewPatchTenantConfigRfc7396ParamsWithContext(ctx context.Context) *PatchTenantConfigRfc7396Params

NewPatchTenantConfigRfc7396ParamsWithContext creates a new PatchTenantConfigRfc7396Params object with the ability to set a context for a request.

func NewPatchTenantConfigRfc7396ParamsWithHTTPClient

func NewPatchTenantConfigRfc7396ParamsWithHTTPClient(client *http.Client) *PatchTenantConfigRfc7396Params

NewPatchTenantConfigRfc7396ParamsWithHTTPClient creates a new PatchTenantConfigRfc7396Params object with the ability to set a custom HTTPClient for a request.

func NewPatchTenantConfigRfc7396ParamsWithTimeout

func NewPatchTenantConfigRfc7396ParamsWithTimeout(timeout time.Duration) *PatchTenantConfigRfc7396Params

NewPatchTenantConfigRfc7396ParamsWithTimeout creates a new PatchTenantConfigRfc7396Params object with the ability to set a timeout on a request.

func (*PatchTenantConfigRfc7396Params) SetContext

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

SetContext adds the context to the patch tenant config rfc7396 params

func (*PatchTenantConfigRfc7396Params) SetDefaults

func (o *PatchTenantConfigRfc7396Params) SetDefaults()

SetDefaults hydrates default values in the patch tenant config rfc7396 params (not the query body).

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

func (*PatchTenantConfigRfc7396Params) SetHTTPClient

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

SetHTTPClient adds the HTTPClient to the patch tenant config rfc7396 params

func (*PatchTenantConfigRfc7396Params) SetMode

func (o *PatchTenantConfigRfc7396Params) SetMode(mode *string)

SetMode adds the mode to the patch tenant config rfc7396 params

func (*PatchTenantConfigRfc7396Params) SetPatch

SetPatch adds the patch to the patch tenant config rfc7396 params

func (*PatchTenantConfigRfc7396Params) SetTid

func (o *PatchTenantConfigRfc7396Params) SetTid(tid string)

SetTid adds the tid to the patch tenant config rfc7396 params

func (*PatchTenantConfigRfc7396Params) SetTimeout

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

SetTimeout adds the timeout to the patch tenant config rfc7396 params

func (*PatchTenantConfigRfc7396Params) WithContext

WithContext adds the context to the patch tenant config rfc7396 params

func (*PatchTenantConfigRfc7396Params) WithDefaults

WithDefaults hydrates default values in the patch tenant config rfc7396 params (not the query body).

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

func (*PatchTenantConfigRfc7396Params) WithHTTPClient

WithHTTPClient adds the HTTPClient to the patch tenant config rfc7396 params

func (*PatchTenantConfigRfc7396Params) WithMode

WithMode adds the mode to the patch tenant config rfc7396 params

func (*PatchTenantConfigRfc7396Params) WithPatch

WithPatch adds the patch to the patch tenant config rfc7396 params

func (*PatchTenantConfigRfc7396Params) WithTid

WithTid adds the tid to the patch tenant config rfc7396 params

func (*PatchTenantConfigRfc7396Params) WithTimeout

WithTimeout adds the timeout to the patch tenant config rfc7396 params

func (*PatchTenantConfigRfc7396Params) WriteToRequest

WriteToRequest writes these params to a swagger request

type PatchTenantConfigRfc7396Reader

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

PatchTenantConfigRfc7396Reader is a Reader for the PatchTenantConfigRfc7396 structure.

func (*PatchTenantConfigRfc7396Reader) ReadResponse

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

ReadResponse reads a server response into the received o.

type PatchTenantConfigRfc7396TooManyRequests

type PatchTenantConfigRfc7396TooManyRequests struct {
	Payload *models.Error
}

PatchTenantConfigRfc7396TooManyRequests describes a response with status code 429, with default header values.

Too many requests

func NewPatchTenantConfigRfc7396TooManyRequests

func NewPatchTenantConfigRfc7396TooManyRequests() *PatchTenantConfigRfc7396TooManyRequests

NewPatchTenantConfigRfc7396TooManyRequests creates a PatchTenantConfigRfc7396TooManyRequests with default headers values

func (*PatchTenantConfigRfc7396TooManyRequests) Code

Code gets the status code for the patch tenant config rfc7396 too many requests response

func (*PatchTenantConfigRfc7396TooManyRequests) Error

func (*PatchTenantConfigRfc7396TooManyRequests) GetPayload

func (*PatchTenantConfigRfc7396TooManyRequests) IsClientError

func (o *PatchTenantConfigRfc7396TooManyRequests) IsClientError() bool

IsClientError returns true when this patch tenant config rfc7396 too many requests response has a 4xx status code

func (*PatchTenantConfigRfc7396TooManyRequests) IsCode

IsCode returns true when this patch tenant config rfc7396 too many requests response a status code equal to that given

func (*PatchTenantConfigRfc7396TooManyRequests) IsRedirect

IsRedirect returns true when this patch tenant config rfc7396 too many requests response has a 3xx status code

func (*PatchTenantConfigRfc7396TooManyRequests) IsServerError

func (o *PatchTenantConfigRfc7396TooManyRequests) IsServerError() bool

IsServerError returns true when this patch tenant config rfc7396 too many requests response has a 5xx status code

func (*PatchTenantConfigRfc7396TooManyRequests) IsSuccess

IsSuccess returns true when this patch tenant config rfc7396 too many requests response has a 2xx status code

func (*PatchTenantConfigRfc7396TooManyRequests) String

type PatchTenantConfigRfc7396Unauthorized

type PatchTenantConfigRfc7396Unauthorized struct {
	Payload *models.Error
}

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

Unauthorized

func NewPatchTenantConfigRfc7396Unauthorized

func NewPatchTenantConfigRfc7396Unauthorized() *PatchTenantConfigRfc7396Unauthorized

NewPatchTenantConfigRfc7396Unauthorized creates a PatchTenantConfigRfc7396Unauthorized with default headers values

func (*PatchTenantConfigRfc7396Unauthorized) Code

Code gets the status code for the patch tenant config rfc7396 unauthorized response

func (*PatchTenantConfigRfc7396Unauthorized) Error

func (*PatchTenantConfigRfc7396Unauthorized) GetPayload

func (*PatchTenantConfigRfc7396Unauthorized) IsClientError

func (o *PatchTenantConfigRfc7396Unauthorized) IsClientError() bool

IsClientError returns true when this patch tenant config rfc7396 unauthorized response has a 4xx status code

func (*PatchTenantConfigRfc7396Unauthorized) IsCode

IsCode returns true when this patch tenant config rfc7396 unauthorized response a status code equal to that given

func (*PatchTenantConfigRfc7396Unauthorized) IsRedirect

IsRedirect returns true when this patch tenant config rfc7396 unauthorized response has a 3xx status code

func (*PatchTenantConfigRfc7396Unauthorized) IsServerError

func (o *PatchTenantConfigRfc7396Unauthorized) IsServerError() bool

IsServerError returns true when this patch tenant config rfc7396 unauthorized response has a 5xx status code

func (*PatchTenantConfigRfc7396Unauthorized) IsSuccess

IsSuccess returns true when this patch tenant config rfc7396 unauthorized response has a 2xx status code

func (*PatchTenantConfigRfc7396Unauthorized) String

type PatchTenantConfigRfc7396UnprocessableEntity

type PatchTenantConfigRfc7396UnprocessableEntity struct {
	Payload *models.Error
}

PatchTenantConfigRfc7396UnprocessableEntity describes a response with status code 422, with default header values.

Unprocessable entity

func NewPatchTenantConfigRfc7396UnprocessableEntity

func NewPatchTenantConfigRfc7396UnprocessableEntity() *PatchTenantConfigRfc7396UnprocessableEntity

NewPatchTenantConfigRfc7396UnprocessableEntity creates a PatchTenantConfigRfc7396UnprocessableEntity with default headers values

func (*PatchTenantConfigRfc7396UnprocessableEntity) Code

Code gets the status code for the patch tenant config rfc7396 unprocessable entity response

func (*PatchTenantConfigRfc7396UnprocessableEntity) Error

func (*PatchTenantConfigRfc7396UnprocessableEntity) GetPayload

func (*PatchTenantConfigRfc7396UnprocessableEntity) IsClientError

IsClientError returns true when this patch tenant config rfc7396 unprocessable entity response has a 4xx status code

func (*PatchTenantConfigRfc7396UnprocessableEntity) IsCode

IsCode returns true when this patch tenant config rfc7396 unprocessable entity response a status code equal to that given

func (*PatchTenantConfigRfc7396UnprocessableEntity) IsRedirect

IsRedirect returns true when this patch tenant config rfc7396 unprocessable entity response has a 3xx status code

func (*PatchTenantConfigRfc7396UnprocessableEntity) IsServerError

IsServerError returns true when this patch tenant config rfc7396 unprocessable entity response has a 5xx status code

func (*PatchTenantConfigRfc7396UnprocessableEntity) IsSuccess

IsSuccess returns true when this patch tenant config rfc7396 unprocessable entity response has a 2xx status code

func (*PatchTenantConfigRfc7396UnprocessableEntity) String

Jump to

Keyboard shortcuts

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