m_a_n_a_g_e_m_e_n_t

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: 10 Imported by: 2

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 m a n a g e m e n t API

func (*Client) ListFDXConsents

func (a *Client) ListFDXConsents(params *ListFDXConsentsParams, authInfo runtime.ClientAuthInfoWriter, opts ...ClientOption) (*ListFDXConsentsOK, error)
ListFDXConsents lists f d x consents

Obtain the list of FDX consents.

To narrow down the list, define the required parameters in the request body.

Authorization: Bearer token.

To obtain a token, use the [Client Credentials](https://cloudentity.com/developers/basics/oauth-grant-types/client-credentials-flow/) grant type.

func (*Client) RevokeFDXConsentByID

func (a *Client) RevokeFDXConsentByID(params *RevokeFDXConsentByIDParams, authInfo runtime.ClientAuthInfoWriter, opts ...ClientOption) (*RevokeFDXConsentByIDNoContent, error)
RevokeFDXConsentByID revokes f d x consent

Revoke an FDX consent. Provide the required consent identifier in the path.

Authorization: Bearer token.

To obtain a token, use the [Client Credentials](https://cloudentity.com/developers/basics/oauth-grant-types/client-credentials-flow/) grant type.

func (*Client) RevokeFDXConsents

func (a *Client) RevokeFDXConsents(params *RevokeFDXConsentsParams, authInfo runtime.ClientAuthInfoWriter, opts ...ClientOption) (*RevokeFDXConsentsOK, error)
RevokeFDXConsents revokes f d x consents

Revoke FDX consents by parameters passed with the request.

Currently supported revocation by a client identifier. It revokes all consents provided for a given client application.

Pass the revocation initiator and reason details with the `RevocationDetails` body parameter.

Authorization: Bearer token.

To obtain a token, use the [Client Credentials](https://cloudentity.com/developers/basics/oauth-grant-types/client-credentials-flow/) grant type.

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 {
	ListFDXConsents(params *ListFDXConsentsParams, authInfo runtime.ClientAuthInfoWriter, opts ...ClientOption) (*ListFDXConsentsOK, error)

	RevokeFDXConsentByID(params *RevokeFDXConsentByIDParams, authInfo runtime.ClientAuthInfoWriter, opts ...ClientOption) (*RevokeFDXConsentByIDNoContent, error)

	RevokeFDXConsents(params *RevokeFDXConsentsParams, authInfo runtime.ClientAuthInfoWriter, opts ...ClientOption) (*RevokeFDXConsentsOK, 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 m a n a g e m e n t API client.

type ListFDXConsentsBadRequest

type ListFDXConsentsBadRequest struct {
	Payload *models.Error
}

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

Bad request

func NewListFDXConsentsBadRequest

func NewListFDXConsentsBadRequest() *ListFDXConsentsBadRequest

NewListFDXConsentsBadRequest creates a ListFDXConsentsBadRequest with default headers values

func (*ListFDXConsentsBadRequest) Code

func (o *ListFDXConsentsBadRequest) Code() int

Code gets the status code for the list f d x consents bad request response

func (*ListFDXConsentsBadRequest) Error

func (o *ListFDXConsentsBadRequest) Error() string

func (*ListFDXConsentsBadRequest) GetPayload

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

func (*ListFDXConsentsBadRequest) IsClientError

func (o *ListFDXConsentsBadRequest) IsClientError() bool

IsClientError returns true when this list f d x consents bad request response has a 4xx status code

func (*ListFDXConsentsBadRequest) IsCode

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

IsCode returns true when this list f d x consents bad request response a status code equal to that given

func (*ListFDXConsentsBadRequest) IsRedirect

func (o *ListFDXConsentsBadRequest) IsRedirect() bool

IsRedirect returns true when this list f d x consents bad request response has a 3xx status code

func (*ListFDXConsentsBadRequest) IsServerError

func (o *ListFDXConsentsBadRequest) IsServerError() bool

IsServerError returns true when this list f d x consents bad request response has a 5xx status code

func (*ListFDXConsentsBadRequest) IsSuccess

func (o *ListFDXConsentsBadRequest) IsSuccess() bool

IsSuccess returns true when this list f d x consents bad request response has a 2xx status code

func (*ListFDXConsentsBadRequest) String

func (o *ListFDXConsentsBadRequest) String() string

type ListFDXConsentsForbidden

type ListFDXConsentsForbidden struct {
	Payload *models.Error
}

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

Forbidden

func NewListFDXConsentsForbidden

func NewListFDXConsentsForbidden() *ListFDXConsentsForbidden

NewListFDXConsentsForbidden creates a ListFDXConsentsForbidden with default headers values

func (*ListFDXConsentsForbidden) Code

func (o *ListFDXConsentsForbidden) Code() int

Code gets the status code for the list f d x consents forbidden response

func (*ListFDXConsentsForbidden) Error

func (o *ListFDXConsentsForbidden) Error() string

func (*ListFDXConsentsForbidden) GetPayload

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

func (*ListFDXConsentsForbidden) IsClientError

func (o *ListFDXConsentsForbidden) IsClientError() bool

IsClientError returns true when this list f d x consents forbidden response has a 4xx status code

func (*ListFDXConsentsForbidden) IsCode

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

IsCode returns true when this list f d x consents forbidden response a status code equal to that given

func (*ListFDXConsentsForbidden) IsRedirect

func (o *ListFDXConsentsForbidden) IsRedirect() bool

IsRedirect returns true when this list f d x consents forbidden response has a 3xx status code

func (*ListFDXConsentsForbidden) IsServerError

func (o *ListFDXConsentsForbidden) IsServerError() bool

IsServerError returns true when this list f d x consents forbidden response has a 5xx status code

func (*ListFDXConsentsForbidden) IsSuccess

func (o *ListFDXConsentsForbidden) IsSuccess() bool

IsSuccess returns true when this list f d x consents forbidden response has a 2xx status code

func (*ListFDXConsentsForbidden) String

func (o *ListFDXConsentsForbidden) String() string

type ListFDXConsentsNotFound

type ListFDXConsentsNotFound struct {
	Payload *models.Error
}

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

Not found

func NewListFDXConsentsNotFound

func NewListFDXConsentsNotFound() *ListFDXConsentsNotFound

NewListFDXConsentsNotFound creates a ListFDXConsentsNotFound with default headers values

func (*ListFDXConsentsNotFound) Code

func (o *ListFDXConsentsNotFound) Code() int

Code gets the status code for the list f d x consents not found response

func (*ListFDXConsentsNotFound) Error

func (o *ListFDXConsentsNotFound) Error() string

func (*ListFDXConsentsNotFound) GetPayload

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

func (*ListFDXConsentsNotFound) IsClientError

func (o *ListFDXConsentsNotFound) IsClientError() bool

IsClientError returns true when this list f d x consents not found response has a 4xx status code

func (*ListFDXConsentsNotFound) IsCode

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

IsCode returns true when this list f d x consents not found response a status code equal to that given

func (*ListFDXConsentsNotFound) IsRedirect

func (o *ListFDXConsentsNotFound) IsRedirect() bool

IsRedirect returns true when this list f d x consents not found response has a 3xx status code

func (*ListFDXConsentsNotFound) IsServerError

func (o *ListFDXConsentsNotFound) IsServerError() bool

IsServerError returns true when this list f d x consents not found response has a 5xx status code

func (*ListFDXConsentsNotFound) IsSuccess

func (o *ListFDXConsentsNotFound) IsSuccess() bool

IsSuccess returns true when this list f d x consents not found response has a 2xx status code

func (*ListFDXConsentsNotFound) String

func (o *ListFDXConsentsNotFound) String() string

type ListFDXConsentsOK

type ListFDXConsentsOK struct {
	Payload *models.FDXConsents
}

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

FDXConsents

func NewListFDXConsentsOK

func NewListFDXConsentsOK() *ListFDXConsentsOK

NewListFDXConsentsOK creates a ListFDXConsentsOK with default headers values

func (*ListFDXConsentsOK) Code

func (o *ListFDXConsentsOK) Code() int

Code gets the status code for the list f d x consents o k response

func (*ListFDXConsentsOK) Error

func (o *ListFDXConsentsOK) Error() string

func (*ListFDXConsentsOK) GetPayload

func (o *ListFDXConsentsOK) GetPayload() *models.FDXConsents

func (*ListFDXConsentsOK) IsClientError

func (o *ListFDXConsentsOK) IsClientError() bool

IsClientError returns true when this list f d x consents o k response has a 4xx status code

func (*ListFDXConsentsOK) IsCode

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

IsCode returns true when this list f d x consents o k response a status code equal to that given

func (*ListFDXConsentsOK) IsRedirect

func (o *ListFDXConsentsOK) IsRedirect() bool

IsRedirect returns true when this list f d x consents o k response has a 3xx status code

func (*ListFDXConsentsOK) IsServerError

func (o *ListFDXConsentsOK) IsServerError() bool

IsServerError returns true when this list f d x consents o k response has a 5xx status code

func (*ListFDXConsentsOK) IsSuccess

func (o *ListFDXConsentsOK) IsSuccess() bool

IsSuccess returns true when this list f d x consents o k response has a 2xx status code

func (*ListFDXConsentsOK) String

func (o *ListFDXConsentsOK) String() string

type ListFDXConsentsParams

type ListFDXConsentsParams struct {

	// FDXConsentsRequest.
	FDXConsentsRequest *models.FDXConsentsRequest

	/* Wid.

	   Workspace id

	   Default: "default"
	*/
	Wid string

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

ListFDXConsentsParams contains all the parameters to send to the API endpoint

for the list f d x consents operation.

Typically these are written to a http.Request.

func NewListFDXConsentsParams

func NewListFDXConsentsParams() *ListFDXConsentsParams

NewListFDXConsentsParams creates a new ListFDXConsentsParams 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 NewListFDXConsentsParamsWithContext

func NewListFDXConsentsParamsWithContext(ctx context.Context) *ListFDXConsentsParams

NewListFDXConsentsParamsWithContext creates a new ListFDXConsentsParams object with the ability to set a context for a request.

func NewListFDXConsentsParamsWithHTTPClient

func NewListFDXConsentsParamsWithHTTPClient(client *http.Client) *ListFDXConsentsParams

NewListFDXConsentsParamsWithHTTPClient creates a new ListFDXConsentsParams object with the ability to set a custom HTTPClient for a request.

func NewListFDXConsentsParamsWithTimeout

func NewListFDXConsentsParamsWithTimeout(timeout time.Duration) *ListFDXConsentsParams

NewListFDXConsentsParamsWithTimeout creates a new ListFDXConsentsParams object with the ability to set a timeout on a request.

func (*ListFDXConsentsParams) SetContext

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

SetContext adds the context to the list f d x consents params

func (*ListFDXConsentsParams) SetDefaults

func (o *ListFDXConsentsParams) SetDefaults()

SetDefaults hydrates default values in the list f d x consents params (not the query body).

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

func (*ListFDXConsentsParams) SetFDXConsentsRequest

func (o *ListFDXConsentsParams) SetFDXConsentsRequest(fDXConsentsRequest *models.FDXConsentsRequest)

SetFDXConsentsRequest adds the fDXConsentsRequest to the list f d x consents params

func (*ListFDXConsentsParams) SetHTTPClient

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

SetHTTPClient adds the HTTPClient to the list f d x consents params

func (*ListFDXConsentsParams) SetTimeout

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

SetTimeout adds the timeout to the list f d x consents params

func (*ListFDXConsentsParams) SetWid

func (o *ListFDXConsentsParams) SetWid(wid string)

SetWid adds the wid to the list f d x consents params

func (*ListFDXConsentsParams) WithContext

WithContext adds the context to the list f d x consents params

func (*ListFDXConsentsParams) WithDefaults

func (o *ListFDXConsentsParams) WithDefaults() *ListFDXConsentsParams

WithDefaults hydrates default values in the list f d x consents params (not the query body).

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

func (*ListFDXConsentsParams) WithFDXConsentsRequest

func (o *ListFDXConsentsParams) WithFDXConsentsRequest(fDXConsentsRequest *models.FDXConsentsRequest) *ListFDXConsentsParams

WithFDXConsentsRequest adds the fDXConsentsRequest to the list f d x consents params

func (*ListFDXConsentsParams) WithHTTPClient

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

WithHTTPClient adds the HTTPClient to the list f d x consents params

func (*ListFDXConsentsParams) WithTimeout

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

WithTimeout adds the timeout to the list f d x consents params

func (*ListFDXConsentsParams) WithWid

WithWid adds the wid to the list f d x consents params

func (*ListFDXConsentsParams) WriteToRequest

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

WriteToRequest writes these params to a swagger request

type ListFDXConsentsReader

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

ListFDXConsentsReader is a Reader for the ListFDXConsents structure.

func (*ListFDXConsentsReader) ReadResponse

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

ReadResponse reads a server response into the received o.

type ListFDXConsentsTooManyRequests

type ListFDXConsentsTooManyRequests struct {
	Payload *models.Error
}

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

Too many requests

func NewListFDXConsentsTooManyRequests

func NewListFDXConsentsTooManyRequests() *ListFDXConsentsTooManyRequests

NewListFDXConsentsTooManyRequests creates a ListFDXConsentsTooManyRequests with default headers values

func (*ListFDXConsentsTooManyRequests) Code

Code gets the status code for the list f d x consents too many requests response

func (*ListFDXConsentsTooManyRequests) Error

func (*ListFDXConsentsTooManyRequests) GetPayload

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

func (*ListFDXConsentsTooManyRequests) IsClientError

func (o *ListFDXConsentsTooManyRequests) IsClientError() bool

IsClientError returns true when this list f d x consents too many requests response has a 4xx status code

func (*ListFDXConsentsTooManyRequests) IsCode

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

IsCode returns true when this list f d x consents too many requests response a status code equal to that given

func (*ListFDXConsentsTooManyRequests) IsRedirect

func (o *ListFDXConsentsTooManyRequests) IsRedirect() bool

IsRedirect returns true when this list f d x consents too many requests response has a 3xx status code

func (*ListFDXConsentsTooManyRequests) IsServerError

func (o *ListFDXConsentsTooManyRequests) IsServerError() bool

IsServerError returns true when this list f d x consents too many requests response has a 5xx status code

func (*ListFDXConsentsTooManyRequests) IsSuccess

func (o *ListFDXConsentsTooManyRequests) IsSuccess() bool

IsSuccess returns true when this list f d x consents too many requests response has a 2xx status code

func (*ListFDXConsentsTooManyRequests) String

type ListFDXConsentsUnauthorized

type ListFDXConsentsUnauthorized struct {
	Payload *models.Error
}

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

Unauthorized

func NewListFDXConsentsUnauthorized

func NewListFDXConsentsUnauthorized() *ListFDXConsentsUnauthorized

NewListFDXConsentsUnauthorized creates a ListFDXConsentsUnauthorized with default headers values

func (*ListFDXConsentsUnauthorized) Code

func (o *ListFDXConsentsUnauthorized) Code() int

Code gets the status code for the list f d x consents unauthorized response

func (*ListFDXConsentsUnauthorized) Error

func (*ListFDXConsentsUnauthorized) GetPayload

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

func (*ListFDXConsentsUnauthorized) IsClientError

func (o *ListFDXConsentsUnauthorized) IsClientError() bool

IsClientError returns true when this list f d x consents unauthorized response has a 4xx status code

func (*ListFDXConsentsUnauthorized) IsCode

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

IsCode returns true when this list f d x consents unauthorized response a status code equal to that given

func (*ListFDXConsentsUnauthorized) IsRedirect

func (o *ListFDXConsentsUnauthorized) IsRedirect() bool

IsRedirect returns true when this list f d x consents unauthorized response has a 3xx status code

func (*ListFDXConsentsUnauthorized) IsServerError

func (o *ListFDXConsentsUnauthorized) IsServerError() bool

IsServerError returns true when this list f d x consents unauthorized response has a 5xx status code

func (*ListFDXConsentsUnauthorized) IsSuccess

func (o *ListFDXConsentsUnauthorized) IsSuccess() bool

IsSuccess returns true when this list f d x consents unauthorized response has a 2xx status code

func (*ListFDXConsentsUnauthorized) String

func (o *ListFDXConsentsUnauthorized) String() string

type ListFDXConsentsUnprocessableEntity

type ListFDXConsentsUnprocessableEntity struct {
	Payload *models.Error
}

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

Unprocessable entity

func NewListFDXConsentsUnprocessableEntity

func NewListFDXConsentsUnprocessableEntity() *ListFDXConsentsUnprocessableEntity

NewListFDXConsentsUnprocessableEntity creates a ListFDXConsentsUnprocessableEntity with default headers values

func (*ListFDXConsentsUnprocessableEntity) Code

Code gets the status code for the list f d x consents unprocessable entity response

func (*ListFDXConsentsUnprocessableEntity) Error

func (*ListFDXConsentsUnprocessableEntity) GetPayload

func (*ListFDXConsentsUnprocessableEntity) IsClientError

func (o *ListFDXConsentsUnprocessableEntity) IsClientError() bool

IsClientError returns true when this list f d x consents unprocessable entity response has a 4xx status code

func (*ListFDXConsentsUnprocessableEntity) IsCode

IsCode returns true when this list f d x consents unprocessable entity response a status code equal to that given

func (*ListFDXConsentsUnprocessableEntity) IsRedirect

func (o *ListFDXConsentsUnprocessableEntity) IsRedirect() bool

IsRedirect returns true when this list f d x consents unprocessable entity response has a 3xx status code

func (*ListFDXConsentsUnprocessableEntity) IsServerError

func (o *ListFDXConsentsUnprocessableEntity) IsServerError() bool

IsServerError returns true when this list f d x consents unprocessable entity response has a 5xx status code

func (*ListFDXConsentsUnprocessableEntity) IsSuccess

IsSuccess returns true when this list f d x consents unprocessable entity response has a 2xx status code

func (*ListFDXConsentsUnprocessableEntity) String

type RevokeFDXConsentByIDForbidden

type RevokeFDXConsentByIDForbidden struct {
	Payload *models.Error
}

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

Forbidden

func NewRevokeFDXConsentByIDForbidden

func NewRevokeFDXConsentByIDForbidden() *RevokeFDXConsentByIDForbidden

NewRevokeFDXConsentByIDForbidden creates a RevokeFDXConsentByIDForbidden with default headers values

func (*RevokeFDXConsentByIDForbidden) Code

Code gets the status code for the revoke f d x consent by Id forbidden response

func (*RevokeFDXConsentByIDForbidden) Error

func (*RevokeFDXConsentByIDForbidden) GetPayload

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

func (*RevokeFDXConsentByIDForbidden) IsClientError

func (o *RevokeFDXConsentByIDForbidden) IsClientError() bool

IsClientError returns true when this revoke f d x consent by Id forbidden response has a 4xx status code

func (*RevokeFDXConsentByIDForbidden) IsCode

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

IsCode returns true when this revoke f d x consent by Id forbidden response a status code equal to that given

func (*RevokeFDXConsentByIDForbidden) IsRedirect

func (o *RevokeFDXConsentByIDForbidden) IsRedirect() bool

IsRedirect returns true when this revoke f d x consent by Id forbidden response has a 3xx status code

func (*RevokeFDXConsentByIDForbidden) IsServerError

func (o *RevokeFDXConsentByIDForbidden) IsServerError() bool

IsServerError returns true when this revoke f d x consent by Id forbidden response has a 5xx status code

func (*RevokeFDXConsentByIDForbidden) IsSuccess

func (o *RevokeFDXConsentByIDForbidden) IsSuccess() bool

IsSuccess returns true when this revoke f d x consent by Id forbidden response has a 2xx status code

func (*RevokeFDXConsentByIDForbidden) String

type RevokeFDXConsentByIDNoContent

type RevokeFDXConsentByIDNoContent struct {
}

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

Consent revoked

func NewRevokeFDXConsentByIDNoContent

func NewRevokeFDXConsentByIDNoContent() *RevokeFDXConsentByIDNoContent

NewRevokeFDXConsentByIDNoContent creates a RevokeFDXConsentByIDNoContent with default headers values

func (*RevokeFDXConsentByIDNoContent) Code

Code gets the status code for the revoke f d x consent by Id no content response

func (*RevokeFDXConsentByIDNoContent) Error

func (*RevokeFDXConsentByIDNoContent) IsClientError

func (o *RevokeFDXConsentByIDNoContent) IsClientError() bool

IsClientError returns true when this revoke f d x consent by Id no content response has a 4xx status code

func (*RevokeFDXConsentByIDNoContent) IsCode

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

IsCode returns true when this revoke f d x consent by Id no content response a status code equal to that given

func (*RevokeFDXConsentByIDNoContent) IsRedirect

func (o *RevokeFDXConsentByIDNoContent) IsRedirect() bool

IsRedirect returns true when this revoke f d x consent by Id no content response has a 3xx status code

func (*RevokeFDXConsentByIDNoContent) IsServerError

func (o *RevokeFDXConsentByIDNoContent) IsServerError() bool

IsServerError returns true when this revoke f d x consent by Id no content response has a 5xx status code

func (*RevokeFDXConsentByIDNoContent) IsSuccess

func (o *RevokeFDXConsentByIDNoContent) IsSuccess() bool

IsSuccess returns true when this revoke f d x consent by Id no content response has a 2xx status code

func (*RevokeFDXConsentByIDNoContent) String

type RevokeFDXConsentByIDNotFound

type RevokeFDXConsentByIDNotFound struct {
	Payload *models.Error
}

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

Not found

func NewRevokeFDXConsentByIDNotFound

func NewRevokeFDXConsentByIDNotFound() *RevokeFDXConsentByIDNotFound

NewRevokeFDXConsentByIDNotFound creates a RevokeFDXConsentByIDNotFound with default headers values

func (*RevokeFDXConsentByIDNotFound) Code

Code gets the status code for the revoke f d x consent by Id not found response

func (*RevokeFDXConsentByIDNotFound) Error

func (*RevokeFDXConsentByIDNotFound) GetPayload

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

func (*RevokeFDXConsentByIDNotFound) IsClientError

func (o *RevokeFDXConsentByIDNotFound) IsClientError() bool

IsClientError returns true when this revoke f d x consent by Id not found response has a 4xx status code

func (*RevokeFDXConsentByIDNotFound) IsCode

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

IsCode returns true when this revoke f d x consent by Id not found response a status code equal to that given

func (*RevokeFDXConsentByIDNotFound) IsRedirect

func (o *RevokeFDXConsentByIDNotFound) IsRedirect() bool

IsRedirect returns true when this revoke f d x consent by Id not found response has a 3xx status code

func (*RevokeFDXConsentByIDNotFound) IsServerError

func (o *RevokeFDXConsentByIDNotFound) IsServerError() bool

IsServerError returns true when this revoke f d x consent by Id not found response has a 5xx status code

func (*RevokeFDXConsentByIDNotFound) IsSuccess

func (o *RevokeFDXConsentByIDNotFound) IsSuccess() bool

IsSuccess returns true when this revoke f d x consent by Id not found response has a 2xx status code

func (*RevokeFDXConsentByIDNotFound) String

type RevokeFDXConsentByIDParams

type RevokeFDXConsentByIDParams struct {

	/* RevocationDetails.

	   Revocation details
	*/
	RevocationDetails *models.FDXConsentRevocation

	/* ConsentID.

	   Consent id
	*/
	ConsentID string

	/* Wid.

	   Workspace id

	   Default: "default"
	*/
	Wid string

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

RevokeFDXConsentByIDParams contains all the parameters to send to the API endpoint

for the revoke f d x consent by ID operation.

Typically these are written to a http.Request.

func NewRevokeFDXConsentByIDParams

func NewRevokeFDXConsentByIDParams() *RevokeFDXConsentByIDParams

NewRevokeFDXConsentByIDParams creates a new RevokeFDXConsentByIDParams 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 NewRevokeFDXConsentByIDParamsWithContext

func NewRevokeFDXConsentByIDParamsWithContext(ctx context.Context) *RevokeFDXConsentByIDParams

NewRevokeFDXConsentByIDParamsWithContext creates a new RevokeFDXConsentByIDParams object with the ability to set a context for a request.

func NewRevokeFDXConsentByIDParamsWithHTTPClient

func NewRevokeFDXConsentByIDParamsWithHTTPClient(client *http.Client) *RevokeFDXConsentByIDParams

NewRevokeFDXConsentByIDParamsWithHTTPClient creates a new RevokeFDXConsentByIDParams object with the ability to set a custom HTTPClient for a request.

func NewRevokeFDXConsentByIDParamsWithTimeout

func NewRevokeFDXConsentByIDParamsWithTimeout(timeout time.Duration) *RevokeFDXConsentByIDParams

NewRevokeFDXConsentByIDParamsWithTimeout creates a new RevokeFDXConsentByIDParams object with the ability to set a timeout on a request.

func (*RevokeFDXConsentByIDParams) SetConsentID

func (o *RevokeFDXConsentByIDParams) SetConsentID(consentID string)

SetConsentID adds the consentId to the revoke f d x consent by ID params

func (*RevokeFDXConsentByIDParams) SetContext

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

SetContext adds the context to the revoke f d x consent by ID params

func (*RevokeFDXConsentByIDParams) SetDefaults

func (o *RevokeFDXConsentByIDParams) SetDefaults()

SetDefaults hydrates default values in the revoke f d x consent by ID params (not the query body).

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

func (*RevokeFDXConsentByIDParams) SetHTTPClient

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

SetHTTPClient adds the HTTPClient to the revoke f d x consent by ID params

func (*RevokeFDXConsentByIDParams) SetRevocationDetails

func (o *RevokeFDXConsentByIDParams) SetRevocationDetails(revocationDetails *models.FDXConsentRevocation)

SetRevocationDetails adds the revocationDetails to the revoke f d x consent by ID params

func (*RevokeFDXConsentByIDParams) SetTimeout

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

SetTimeout adds the timeout to the revoke f d x consent by ID params

func (*RevokeFDXConsentByIDParams) SetWid

func (o *RevokeFDXConsentByIDParams) SetWid(wid string)

SetWid adds the wid to the revoke f d x consent by ID params

func (*RevokeFDXConsentByIDParams) WithConsentID

func (o *RevokeFDXConsentByIDParams) WithConsentID(consentID string) *RevokeFDXConsentByIDParams

WithConsentID adds the consentID to the revoke f d x consent by ID params

func (*RevokeFDXConsentByIDParams) WithContext

WithContext adds the context to the revoke f d x consent by ID params

func (*RevokeFDXConsentByIDParams) WithDefaults

WithDefaults hydrates default values in the revoke f d x consent by ID params (not the query body).

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

func (*RevokeFDXConsentByIDParams) WithHTTPClient

WithHTTPClient adds the HTTPClient to the revoke f d x consent by ID params

func (*RevokeFDXConsentByIDParams) WithRevocationDetails

func (o *RevokeFDXConsentByIDParams) WithRevocationDetails(revocationDetails *models.FDXConsentRevocation) *RevokeFDXConsentByIDParams

WithRevocationDetails adds the revocationDetails to the revoke f d x consent by ID params

func (*RevokeFDXConsentByIDParams) WithTimeout

WithTimeout adds the timeout to the revoke f d x consent by ID params

func (*RevokeFDXConsentByIDParams) WithWid

WithWid adds the wid to the revoke f d x consent by ID params

func (*RevokeFDXConsentByIDParams) WriteToRequest

WriteToRequest writes these params to a swagger request

type RevokeFDXConsentByIDReader

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

RevokeFDXConsentByIDReader is a Reader for the RevokeFDXConsentByID structure.

func (*RevokeFDXConsentByIDReader) ReadResponse

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

ReadResponse reads a server response into the received o.

type RevokeFDXConsentByIDTooManyRequests

type RevokeFDXConsentByIDTooManyRequests struct {
	Payload *models.Error
}

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

Too many requests

func NewRevokeFDXConsentByIDTooManyRequests

func NewRevokeFDXConsentByIDTooManyRequests() *RevokeFDXConsentByIDTooManyRequests

NewRevokeFDXConsentByIDTooManyRequests creates a RevokeFDXConsentByIDTooManyRequests with default headers values

func (*RevokeFDXConsentByIDTooManyRequests) Code

Code gets the status code for the revoke f d x consent by Id too many requests response

func (*RevokeFDXConsentByIDTooManyRequests) Error

func (*RevokeFDXConsentByIDTooManyRequests) GetPayload

func (*RevokeFDXConsentByIDTooManyRequests) IsClientError

func (o *RevokeFDXConsentByIDTooManyRequests) IsClientError() bool

IsClientError returns true when this revoke f d x consent by Id too many requests response has a 4xx status code

func (*RevokeFDXConsentByIDTooManyRequests) IsCode

IsCode returns true when this revoke f d x consent by Id too many requests response a status code equal to that given

func (*RevokeFDXConsentByIDTooManyRequests) IsRedirect

func (o *RevokeFDXConsentByIDTooManyRequests) IsRedirect() bool

IsRedirect returns true when this revoke f d x consent by Id too many requests response has a 3xx status code

func (*RevokeFDXConsentByIDTooManyRequests) IsServerError

func (o *RevokeFDXConsentByIDTooManyRequests) IsServerError() bool

IsServerError returns true when this revoke f d x consent by Id too many requests response has a 5xx status code

func (*RevokeFDXConsentByIDTooManyRequests) IsSuccess

IsSuccess returns true when this revoke f d x consent by Id too many requests response has a 2xx status code

func (*RevokeFDXConsentByIDTooManyRequests) String

type RevokeFDXConsentByIDUnauthorized

type RevokeFDXConsentByIDUnauthorized struct {
	Payload *models.Error
}

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

Unauthorized

func NewRevokeFDXConsentByIDUnauthorized

func NewRevokeFDXConsentByIDUnauthorized() *RevokeFDXConsentByIDUnauthorized

NewRevokeFDXConsentByIDUnauthorized creates a RevokeFDXConsentByIDUnauthorized with default headers values

func (*RevokeFDXConsentByIDUnauthorized) Code

Code gets the status code for the revoke f d x consent by Id unauthorized response

func (*RevokeFDXConsentByIDUnauthorized) Error

func (*RevokeFDXConsentByIDUnauthorized) GetPayload

func (*RevokeFDXConsentByIDUnauthorized) IsClientError

func (o *RevokeFDXConsentByIDUnauthorized) IsClientError() bool

IsClientError returns true when this revoke f d x consent by Id unauthorized response has a 4xx status code

func (*RevokeFDXConsentByIDUnauthorized) IsCode

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

IsCode returns true when this revoke f d x consent by Id unauthorized response a status code equal to that given

func (*RevokeFDXConsentByIDUnauthorized) IsRedirect

func (o *RevokeFDXConsentByIDUnauthorized) IsRedirect() bool

IsRedirect returns true when this revoke f d x consent by Id unauthorized response has a 3xx status code

func (*RevokeFDXConsentByIDUnauthorized) IsServerError

func (o *RevokeFDXConsentByIDUnauthorized) IsServerError() bool

IsServerError returns true when this revoke f d x consent by Id unauthorized response has a 5xx status code

func (*RevokeFDXConsentByIDUnauthorized) IsSuccess

func (o *RevokeFDXConsentByIDUnauthorized) IsSuccess() bool

IsSuccess returns true when this revoke f d x consent by Id unauthorized response has a 2xx status code

func (*RevokeFDXConsentByIDUnauthorized) String

type RevokeFDXConsentByIDUnprocessableEntity

type RevokeFDXConsentByIDUnprocessableEntity struct {
	Payload *models.Error
}

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

Unprocessable entity

func NewRevokeFDXConsentByIDUnprocessableEntity

func NewRevokeFDXConsentByIDUnprocessableEntity() *RevokeFDXConsentByIDUnprocessableEntity

NewRevokeFDXConsentByIDUnprocessableEntity creates a RevokeFDXConsentByIDUnprocessableEntity with default headers values

func (*RevokeFDXConsentByIDUnprocessableEntity) Code

Code gets the status code for the revoke f d x consent by Id unprocessable entity response

func (*RevokeFDXConsentByIDUnprocessableEntity) Error

func (*RevokeFDXConsentByIDUnprocessableEntity) GetPayload

func (*RevokeFDXConsentByIDUnprocessableEntity) IsClientError

func (o *RevokeFDXConsentByIDUnprocessableEntity) IsClientError() bool

IsClientError returns true when this revoke f d x consent by Id unprocessable entity response has a 4xx status code

func (*RevokeFDXConsentByIDUnprocessableEntity) IsCode

IsCode returns true when this revoke f d x consent by Id unprocessable entity response a status code equal to that given

func (*RevokeFDXConsentByIDUnprocessableEntity) IsRedirect

IsRedirect returns true when this revoke f d x consent by Id unprocessable entity response has a 3xx status code

func (*RevokeFDXConsentByIDUnprocessableEntity) IsServerError

func (o *RevokeFDXConsentByIDUnprocessableEntity) IsServerError() bool

IsServerError returns true when this revoke f d x consent by Id unprocessable entity response has a 5xx status code

func (*RevokeFDXConsentByIDUnprocessableEntity) IsSuccess

IsSuccess returns true when this revoke f d x consent by Id unprocessable entity response has a 2xx status code

func (*RevokeFDXConsentByIDUnprocessableEntity) String

type RevokeFDXConsentsBadRequest

type RevokeFDXConsentsBadRequest struct {
	Payload *models.Error
}

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

Bad request

func NewRevokeFDXConsentsBadRequest

func NewRevokeFDXConsentsBadRequest() *RevokeFDXConsentsBadRequest

NewRevokeFDXConsentsBadRequest creates a RevokeFDXConsentsBadRequest with default headers values

func (*RevokeFDXConsentsBadRequest) Code

func (o *RevokeFDXConsentsBadRequest) Code() int

Code gets the status code for the revoke f d x consents bad request response

func (*RevokeFDXConsentsBadRequest) Error

func (*RevokeFDXConsentsBadRequest) GetPayload

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

func (*RevokeFDXConsentsBadRequest) IsClientError

func (o *RevokeFDXConsentsBadRequest) IsClientError() bool

IsClientError returns true when this revoke f d x consents bad request response has a 4xx status code

func (*RevokeFDXConsentsBadRequest) IsCode

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

IsCode returns true when this revoke f d x consents bad request response a status code equal to that given

func (*RevokeFDXConsentsBadRequest) IsRedirect

func (o *RevokeFDXConsentsBadRequest) IsRedirect() bool

IsRedirect returns true when this revoke f d x consents bad request response has a 3xx status code

func (*RevokeFDXConsentsBadRequest) IsServerError

func (o *RevokeFDXConsentsBadRequest) IsServerError() bool

IsServerError returns true when this revoke f d x consents bad request response has a 5xx status code

func (*RevokeFDXConsentsBadRequest) IsSuccess

func (o *RevokeFDXConsentsBadRequest) IsSuccess() bool

IsSuccess returns true when this revoke f d x consents bad request response has a 2xx status code

func (*RevokeFDXConsentsBadRequest) String

func (o *RevokeFDXConsentsBadRequest) String() string

type RevokeFDXConsentsForbidden

type RevokeFDXConsentsForbidden struct {
	Payload *models.Error
}

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

Forbidden

func NewRevokeFDXConsentsForbidden

func NewRevokeFDXConsentsForbidden() *RevokeFDXConsentsForbidden

NewRevokeFDXConsentsForbidden creates a RevokeFDXConsentsForbidden with default headers values

func (*RevokeFDXConsentsForbidden) Code

func (o *RevokeFDXConsentsForbidden) Code() int

Code gets the status code for the revoke f d x consents forbidden response

func (*RevokeFDXConsentsForbidden) Error

func (*RevokeFDXConsentsForbidden) GetPayload

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

func (*RevokeFDXConsentsForbidden) IsClientError

func (o *RevokeFDXConsentsForbidden) IsClientError() bool

IsClientError returns true when this revoke f d x consents forbidden response has a 4xx status code

func (*RevokeFDXConsentsForbidden) IsCode

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

IsCode returns true when this revoke f d x consents forbidden response a status code equal to that given

func (*RevokeFDXConsentsForbidden) IsRedirect

func (o *RevokeFDXConsentsForbidden) IsRedirect() bool

IsRedirect returns true when this revoke f d x consents forbidden response has a 3xx status code

func (*RevokeFDXConsentsForbidden) IsServerError

func (o *RevokeFDXConsentsForbidden) IsServerError() bool

IsServerError returns true when this revoke f d x consents forbidden response has a 5xx status code

func (*RevokeFDXConsentsForbidden) IsSuccess

func (o *RevokeFDXConsentsForbidden) IsSuccess() bool

IsSuccess returns true when this revoke f d x consents forbidden response has a 2xx status code

func (*RevokeFDXConsentsForbidden) String

func (o *RevokeFDXConsentsForbidden) String() string

type RevokeFDXConsentsNotFound

type RevokeFDXConsentsNotFound struct {
	Payload *models.Error
}

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

Not found

func NewRevokeFDXConsentsNotFound

func NewRevokeFDXConsentsNotFound() *RevokeFDXConsentsNotFound

NewRevokeFDXConsentsNotFound creates a RevokeFDXConsentsNotFound with default headers values

func (*RevokeFDXConsentsNotFound) Code

func (o *RevokeFDXConsentsNotFound) Code() int

Code gets the status code for the revoke f d x consents not found response

func (*RevokeFDXConsentsNotFound) Error

func (o *RevokeFDXConsentsNotFound) Error() string

func (*RevokeFDXConsentsNotFound) GetPayload

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

func (*RevokeFDXConsentsNotFound) IsClientError

func (o *RevokeFDXConsentsNotFound) IsClientError() bool

IsClientError returns true when this revoke f d x consents not found response has a 4xx status code

func (*RevokeFDXConsentsNotFound) IsCode

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

IsCode returns true when this revoke f d x consents not found response a status code equal to that given

func (*RevokeFDXConsentsNotFound) IsRedirect

func (o *RevokeFDXConsentsNotFound) IsRedirect() bool

IsRedirect returns true when this revoke f d x consents not found response has a 3xx status code

func (*RevokeFDXConsentsNotFound) IsServerError

func (o *RevokeFDXConsentsNotFound) IsServerError() bool

IsServerError returns true when this revoke f d x consents not found response has a 5xx status code

func (*RevokeFDXConsentsNotFound) IsSuccess

func (o *RevokeFDXConsentsNotFound) IsSuccess() bool

IsSuccess returns true when this revoke f d x consents not found response has a 2xx status code

func (*RevokeFDXConsentsNotFound) String

func (o *RevokeFDXConsentsNotFound) String() string

type RevokeFDXConsentsOK

type RevokeFDXConsentsOK struct {
	Payload *models.ConsentsRemovedResponse
}

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

Consents Revoked

func NewRevokeFDXConsentsOK

func NewRevokeFDXConsentsOK() *RevokeFDXConsentsOK

NewRevokeFDXConsentsOK creates a RevokeFDXConsentsOK with default headers values

func (*RevokeFDXConsentsOK) Code

func (o *RevokeFDXConsentsOK) Code() int

Code gets the status code for the revoke f d x consents o k response

func (*RevokeFDXConsentsOK) Error

func (o *RevokeFDXConsentsOK) Error() string

func (*RevokeFDXConsentsOK) GetPayload

func (*RevokeFDXConsentsOK) IsClientError

func (o *RevokeFDXConsentsOK) IsClientError() bool

IsClientError returns true when this revoke f d x consents o k response has a 4xx status code

func (*RevokeFDXConsentsOK) IsCode

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

IsCode returns true when this revoke f d x consents o k response a status code equal to that given

func (*RevokeFDXConsentsOK) IsRedirect

func (o *RevokeFDXConsentsOK) IsRedirect() bool

IsRedirect returns true when this revoke f d x consents o k response has a 3xx status code

func (*RevokeFDXConsentsOK) IsServerError

func (o *RevokeFDXConsentsOK) IsServerError() bool

IsServerError returns true when this revoke f d x consents o k response has a 5xx status code

func (*RevokeFDXConsentsOK) IsSuccess

func (o *RevokeFDXConsentsOK) IsSuccess() bool

IsSuccess returns true when this revoke f d x consents o k response has a 2xx status code

func (*RevokeFDXConsentsOK) String

func (o *RevokeFDXConsentsOK) String() string

type RevokeFDXConsentsParams

type RevokeFDXConsentsParams struct {

	/* ConsentRevocationByClientID.

	   Revocation details
	*/
	ConsentRevocationByClientID *models.ConsentRevocationByCLientID

	/* Wid.

	   Workspace id

	   Default: "default"
	*/
	Wid string

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

RevokeFDXConsentsParams contains all the parameters to send to the API endpoint

for the revoke f d x consents operation.

Typically these are written to a http.Request.

func NewRevokeFDXConsentsParams

func NewRevokeFDXConsentsParams() *RevokeFDXConsentsParams

NewRevokeFDXConsentsParams creates a new RevokeFDXConsentsParams 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 NewRevokeFDXConsentsParamsWithContext

func NewRevokeFDXConsentsParamsWithContext(ctx context.Context) *RevokeFDXConsentsParams

NewRevokeFDXConsentsParamsWithContext creates a new RevokeFDXConsentsParams object with the ability to set a context for a request.

func NewRevokeFDXConsentsParamsWithHTTPClient

func NewRevokeFDXConsentsParamsWithHTTPClient(client *http.Client) *RevokeFDXConsentsParams

NewRevokeFDXConsentsParamsWithHTTPClient creates a new RevokeFDXConsentsParams object with the ability to set a custom HTTPClient for a request.

func NewRevokeFDXConsentsParamsWithTimeout

func NewRevokeFDXConsentsParamsWithTimeout(timeout time.Duration) *RevokeFDXConsentsParams

NewRevokeFDXConsentsParamsWithTimeout creates a new RevokeFDXConsentsParams object with the ability to set a timeout on a request.

func (*RevokeFDXConsentsParams) SetConsentRevocationByClientID

func (o *RevokeFDXConsentsParams) SetConsentRevocationByClientID(consentRevocationByClientID *models.ConsentRevocationByCLientID)

SetConsentRevocationByClientID adds the consentRevocationByClientId to the revoke f d x consents params

func (*RevokeFDXConsentsParams) SetContext

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

SetContext adds the context to the revoke f d x consents params

func (*RevokeFDXConsentsParams) SetDefaults

func (o *RevokeFDXConsentsParams) SetDefaults()

SetDefaults hydrates default values in the revoke f d x consents params (not the query body).

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

func (*RevokeFDXConsentsParams) SetHTTPClient

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

SetHTTPClient adds the HTTPClient to the revoke f d x consents params

func (*RevokeFDXConsentsParams) SetTimeout

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

SetTimeout adds the timeout to the revoke f d x consents params

func (*RevokeFDXConsentsParams) SetWid

func (o *RevokeFDXConsentsParams) SetWid(wid string)

SetWid adds the wid to the revoke f d x consents params

func (*RevokeFDXConsentsParams) WithConsentRevocationByClientID

func (o *RevokeFDXConsentsParams) WithConsentRevocationByClientID(consentRevocationByClientID *models.ConsentRevocationByCLientID) *RevokeFDXConsentsParams

WithConsentRevocationByClientID adds the consentRevocationByClientID to the revoke f d x consents params

func (*RevokeFDXConsentsParams) WithContext

WithContext adds the context to the revoke f d x consents params

func (*RevokeFDXConsentsParams) WithDefaults

WithDefaults hydrates default values in the revoke f d x consents params (not the query body).

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

func (*RevokeFDXConsentsParams) WithHTTPClient

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

WithHTTPClient adds the HTTPClient to the revoke f d x consents params

func (*RevokeFDXConsentsParams) WithTimeout

WithTimeout adds the timeout to the revoke f d x consents params

func (*RevokeFDXConsentsParams) WithWid

WithWid adds the wid to the revoke f d x consents params

func (*RevokeFDXConsentsParams) WriteToRequest

WriteToRequest writes these params to a swagger request

type RevokeFDXConsentsReader

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

RevokeFDXConsentsReader is a Reader for the RevokeFDXConsents structure.

func (*RevokeFDXConsentsReader) ReadResponse

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

ReadResponse reads a server response into the received o.

type RevokeFDXConsentsTooManyRequests

type RevokeFDXConsentsTooManyRequests struct {
	Payload *models.Error
}

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

Too many requests

func NewRevokeFDXConsentsTooManyRequests

func NewRevokeFDXConsentsTooManyRequests() *RevokeFDXConsentsTooManyRequests

NewRevokeFDXConsentsTooManyRequests creates a RevokeFDXConsentsTooManyRequests with default headers values

func (*RevokeFDXConsentsTooManyRequests) Code

Code gets the status code for the revoke f d x consents too many requests response

func (*RevokeFDXConsentsTooManyRequests) Error

func (*RevokeFDXConsentsTooManyRequests) GetPayload

func (*RevokeFDXConsentsTooManyRequests) IsClientError

func (o *RevokeFDXConsentsTooManyRequests) IsClientError() bool

IsClientError returns true when this revoke f d x consents too many requests response has a 4xx status code

func (*RevokeFDXConsentsTooManyRequests) IsCode

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

IsCode returns true when this revoke f d x consents too many requests response a status code equal to that given

func (*RevokeFDXConsentsTooManyRequests) IsRedirect

func (o *RevokeFDXConsentsTooManyRequests) IsRedirect() bool

IsRedirect returns true when this revoke f d x consents too many requests response has a 3xx status code

func (*RevokeFDXConsentsTooManyRequests) IsServerError

func (o *RevokeFDXConsentsTooManyRequests) IsServerError() bool

IsServerError returns true when this revoke f d x consents too many requests response has a 5xx status code

func (*RevokeFDXConsentsTooManyRequests) IsSuccess

func (o *RevokeFDXConsentsTooManyRequests) IsSuccess() bool

IsSuccess returns true when this revoke f d x consents too many requests response has a 2xx status code

func (*RevokeFDXConsentsTooManyRequests) String

type RevokeFDXConsentsUnauthorized

type RevokeFDXConsentsUnauthorized struct {
	Payload *models.Error
}

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

Unauthorized

func NewRevokeFDXConsentsUnauthorized

func NewRevokeFDXConsentsUnauthorized() *RevokeFDXConsentsUnauthorized

NewRevokeFDXConsentsUnauthorized creates a RevokeFDXConsentsUnauthorized with default headers values

func (*RevokeFDXConsentsUnauthorized) Code

Code gets the status code for the revoke f d x consents unauthorized response

func (*RevokeFDXConsentsUnauthorized) Error

func (*RevokeFDXConsentsUnauthorized) GetPayload

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

func (*RevokeFDXConsentsUnauthorized) IsClientError

func (o *RevokeFDXConsentsUnauthorized) IsClientError() bool

IsClientError returns true when this revoke f d x consents unauthorized response has a 4xx status code

func (*RevokeFDXConsentsUnauthorized) IsCode

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

IsCode returns true when this revoke f d x consents unauthorized response a status code equal to that given

func (*RevokeFDXConsentsUnauthorized) IsRedirect

func (o *RevokeFDXConsentsUnauthorized) IsRedirect() bool

IsRedirect returns true when this revoke f d x consents unauthorized response has a 3xx status code

func (*RevokeFDXConsentsUnauthorized) IsServerError

func (o *RevokeFDXConsentsUnauthorized) IsServerError() bool

IsServerError returns true when this revoke f d x consents unauthorized response has a 5xx status code

func (*RevokeFDXConsentsUnauthorized) IsSuccess

func (o *RevokeFDXConsentsUnauthorized) IsSuccess() bool

IsSuccess returns true when this revoke f d x consents unauthorized response has a 2xx status code

func (*RevokeFDXConsentsUnauthorized) String

Jump to

Keyboard shortcuts

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