Documentation
¶
Index ¶
- type Client
- func (a *Client) CreateAuthorizationDetail(params *CreateAuthorizationDetailParams, authInfo runtime.ClientAuthInfoWriter, ...) (*CreateAuthorizationDetailCreated, error)
- func (a *Client) DeleteAuthorizationDetail(params *DeleteAuthorizationDetailParams, authInfo runtime.ClientAuthInfoWriter, ...) (*DeleteAuthorizationDetailNoContent, error)
- func (a *Client) GetAuthorizationDetail(params *GetAuthorizationDetailParams, authInfo runtime.ClientAuthInfoWriter, ...) (*GetAuthorizationDetailOK, error)
- func (a *Client) ListAuthorizationDetails(params *ListAuthorizationDetailsParams, authInfo runtime.ClientAuthInfoWriter, ...) (*ListAuthorizationDetailsOK, error)
- func (a *Client) SetTransport(transport runtime.ClientTransport)
- func (a *Client) UpdateAuthorizationDetail(params *UpdateAuthorizationDetailParams, authInfo runtime.ClientAuthInfoWriter, ...) (*UpdateAuthorizationDetailOK, error)
- type ClientOption
- type ClientService
- type CreateAuthorizationDetailBadRequest
- func (o *CreateAuthorizationDetailBadRequest) Code() int
- func (o *CreateAuthorizationDetailBadRequest) Error() string
- func (o *CreateAuthorizationDetailBadRequest) GetPayload() *models.Error
- func (o *CreateAuthorizationDetailBadRequest) IsClientError() bool
- func (o *CreateAuthorizationDetailBadRequest) IsCode(code int) bool
- func (o *CreateAuthorizationDetailBadRequest) IsRedirect() bool
- func (o *CreateAuthorizationDetailBadRequest) IsServerError() bool
- func (o *CreateAuthorizationDetailBadRequest) IsSuccess() bool
- func (o *CreateAuthorizationDetailBadRequest) String() string
- type CreateAuthorizationDetailConflict
- func (o *CreateAuthorizationDetailConflict) Code() int
- func (o *CreateAuthorizationDetailConflict) Error() string
- func (o *CreateAuthorizationDetailConflict) GetPayload() *models.Error
- func (o *CreateAuthorizationDetailConflict) IsClientError() bool
- func (o *CreateAuthorizationDetailConflict) IsCode(code int) bool
- func (o *CreateAuthorizationDetailConflict) IsRedirect() bool
- func (o *CreateAuthorizationDetailConflict) IsServerError() bool
- func (o *CreateAuthorizationDetailConflict) IsSuccess() bool
- func (o *CreateAuthorizationDetailConflict) String() string
- type CreateAuthorizationDetailCreated
- func (o *CreateAuthorizationDetailCreated) Code() int
- func (o *CreateAuthorizationDetailCreated) Error() string
- func (o *CreateAuthorizationDetailCreated) GetPayload() *models.AuthorizationDetailWithServiceID
- func (o *CreateAuthorizationDetailCreated) IsClientError() bool
- func (o *CreateAuthorizationDetailCreated) IsCode(code int) bool
- func (o *CreateAuthorizationDetailCreated) IsRedirect() bool
- func (o *CreateAuthorizationDetailCreated) IsServerError() bool
- func (o *CreateAuthorizationDetailCreated) IsSuccess() bool
- func (o *CreateAuthorizationDetailCreated) String() string
- type CreateAuthorizationDetailForbidden
- func (o *CreateAuthorizationDetailForbidden) Code() int
- func (o *CreateAuthorizationDetailForbidden) Error() string
- func (o *CreateAuthorizationDetailForbidden) GetPayload() *models.Error
- func (o *CreateAuthorizationDetailForbidden) IsClientError() bool
- func (o *CreateAuthorizationDetailForbidden) IsCode(code int) bool
- func (o *CreateAuthorizationDetailForbidden) IsRedirect() bool
- func (o *CreateAuthorizationDetailForbidden) IsServerError() bool
- func (o *CreateAuthorizationDetailForbidden) IsSuccess() bool
- func (o *CreateAuthorizationDetailForbidden) String() string
- type CreateAuthorizationDetailNotFound
- func (o *CreateAuthorizationDetailNotFound) Code() int
- func (o *CreateAuthorizationDetailNotFound) Error() string
- func (o *CreateAuthorizationDetailNotFound) GetPayload() *models.Error
- func (o *CreateAuthorizationDetailNotFound) IsClientError() bool
- func (o *CreateAuthorizationDetailNotFound) IsCode(code int) bool
- func (o *CreateAuthorizationDetailNotFound) IsRedirect() bool
- func (o *CreateAuthorizationDetailNotFound) IsServerError() bool
- func (o *CreateAuthorizationDetailNotFound) IsSuccess() bool
- func (o *CreateAuthorizationDetailNotFound) String() string
- type CreateAuthorizationDetailParams
- func NewCreateAuthorizationDetailParams() *CreateAuthorizationDetailParams
- func NewCreateAuthorizationDetailParamsWithContext(ctx context.Context) *CreateAuthorizationDetailParams
- func NewCreateAuthorizationDetailParamsWithHTTPClient(client *http.Client) *CreateAuthorizationDetailParams
- func NewCreateAuthorizationDetailParamsWithTimeout(timeout time.Duration) *CreateAuthorizationDetailParams
- func (o *CreateAuthorizationDetailParams) SetAuthorizationDetailWithService(authorizationDetailWithService *models.AuthorizationDetailWithServiceID)
- func (o *CreateAuthorizationDetailParams) SetContext(ctx context.Context)
- func (o *CreateAuthorizationDetailParams) SetDefaults()
- func (o *CreateAuthorizationDetailParams) SetHTTPClient(client *http.Client)
- func (o *CreateAuthorizationDetailParams) SetIfMatch(ifMatch *string)
- func (o *CreateAuthorizationDetailParams) SetTimeout(timeout time.Duration)
- func (o *CreateAuthorizationDetailParams) WithAuthorizationDetailWithService(authorizationDetailWithService *models.AuthorizationDetailWithServiceID) *CreateAuthorizationDetailParams
- func (o *CreateAuthorizationDetailParams) WithContext(ctx context.Context) *CreateAuthorizationDetailParams
- func (o *CreateAuthorizationDetailParams) WithDefaults() *CreateAuthorizationDetailParams
- func (o *CreateAuthorizationDetailParams) WithHTTPClient(client *http.Client) *CreateAuthorizationDetailParams
- func (o *CreateAuthorizationDetailParams) WithIfMatch(ifMatch *string) *CreateAuthorizationDetailParams
- func (o *CreateAuthorizationDetailParams) WithTimeout(timeout time.Duration) *CreateAuthorizationDetailParams
- func (o *CreateAuthorizationDetailParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error
- type CreateAuthorizationDetailReader
- type CreateAuthorizationDetailTooManyRequests
- func (o *CreateAuthorizationDetailTooManyRequests) Code() int
- func (o *CreateAuthorizationDetailTooManyRequests) Error() string
- func (o *CreateAuthorizationDetailTooManyRequests) GetPayload() *models.Error
- func (o *CreateAuthorizationDetailTooManyRequests) IsClientError() bool
- func (o *CreateAuthorizationDetailTooManyRequests) IsCode(code int) bool
- func (o *CreateAuthorizationDetailTooManyRequests) IsRedirect() bool
- func (o *CreateAuthorizationDetailTooManyRequests) IsServerError() bool
- func (o *CreateAuthorizationDetailTooManyRequests) IsSuccess() bool
- func (o *CreateAuthorizationDetailTooManyRequests) String() string
- type CreateAuthorizationDetailUnauthorized
- func (o *CreateAuthorizationDetailUnauthorized) Code() int
- func (o *CreateAuthorizationDetailUnauthorized) Error() string
- func (o *CreateAuthorizationDetailUnauthorized) GetPayload() *models.Error
- func (o *CreateAuthorizationDetailUnauthorized) IsClientError() bool
- func (o *CreateAuthorizationDetailUnauthorized) IsCode(code int) bool
- func (o *CreateAuthorizationDetailUnauthorized) IsRedirect() bool
- func (o *CreateAuthorizationDetailUnauthorized) IsServerError() bool
- func (o *CreateAuthorizationDetailUnauthorized) IsSuccess() bool
- func (o *CreateAuthorizationDetailUnauthorized) String() string
- type CreateAuthorizationDetailUnprocessableEntity
- func (o *CreateAuthorizationDetailUnprocessableEntity) Code() int
- func (o *CreateAuthorizationDetailUnprocessableEntity) Error() string
- func (o *CreateAuthorizationDetailUnprocessableEntity) GetPayload() *models.Error
- func (o *CreateAuthorizationDetailUnprocessableEntity) IsClientError() bool
- func (o *CreateAuthorizationDetailUnprocessableEntity) IsCode(code int) bool
- func (o *CreateAuthorizationDetailUnprocessableEntity) IsRedirect() bool
- func (o *CreateAuthorizationDetailUnprocessableEntity) IsServerError() bool
- func (o *CreateAuthorizationDetailUnprocessableEntity) IsSuccess() bool
- func (o *CreateAuthorizationDetailUnprocessableEntity) String() string
- type DeleteAuthorizationDetailForbidden
- func (o *DeleteAuthorizationDetailForbidden) Code() int
- func (o *DeleteAuthorizationDetailForbidden) Error() string
- func (o *DeleteAuthorizationDetailForbidden) GetPayload() *models.Error
- func (o *DeleteAuthorizationDetailForbidden) IsClientError() bool
- func (o *DeleteAuthorizationDetailForbidden) IsCode(code int) bool
- func (o *DeleteAuthorizationDetailForbidden) IsRedirect() bool
- func (o *DeleteAuthorizationDetailForbidden) IsServerError() bool
- func (o *DeleteAuthorizationDetailForbidden) IsSuccess() bool
- func (o *DeleteAuthorizationDetailForbidden) String() string
- type DeleteAuthorizationDetailNoContent
- func (o *DeleteAuthorizationDetailNoContent) Code() int
- func (o *DeleteAuthorizationDetailNoContent) Error() string
- func (o *DeleteAuthorizationDetailNoContent) IsClientError() bool
- func (o *DeleteAuthorizationDetailNoContent) IsCode(code int) bool
- func (o *DeleteAuthorizationDetailNoContent) IsRedirect() bool
- func (o *DeleteAuthorizationDetailNoContent) IsServerError() bool
- func (o *DeleteAuthorizationDetailNoContent) IsSuccess() bool
- func (o *DeleteAuthorizationDetailNoContent) String() string
- type DeleteAuthorizationDetailNotFound
- func (o *DeleteAuthorizationDetailNotFound) Code() int
- func (o *DeleteAuthorizationDetailNotFound) Error() string
- func (o *DeleteAuthorizationDetailNotFound) GetPayload() *models.Error
- func (o *DeleteAuthorizationDetailNotFound) IsClientError() bool
- func (o *DeleteAuthorizationDetailNotFound) IsCode(code int) bool
- func (o *DeleteAuthorizationDetailNotFound) IsRedirect() bool
- func (o *DeleteAuthorizationDetailNotFound) IsServerError() bool
- func (o *DeleteAuthorizationDetailNotFound) IsSuccess() bool
- func (o *DeleteAuthorizationDetailNotFound) String() string
- type DeleteAuthorizationDetailParams
- func NewDeleteAuthorizationDetailParams() *DeleteAuthorizationDetailParams
- func NewDeleteAuthorizationDetailParamsWithContext(ctx context.Context) *DeleteAuthorizationDetailParams
- func NewDeleteAuthorizationDetailParamsWithHTTPClient(client *http.Client) *DeleteAuthorizationDetailParams
- func NewDeleteAuthorizationDetailParamsWithTimeout(timeout time.Duration) *DeleteAuthorizationDetailParams
- func (o *DeleteAuthorizationDetailParams) SetAuthorizationDetailID(authorizationDetailID string)
- func (o *DeleteAuthorizationDetailParams) SetContext(ctx context.Context)
- func (o *DeleteAuthorizationDetailParams) SetDefaults()
- func (o *DeleteAuthorizationDetailParams) SetHTTPClient(client *http.Client)
- func (o *DeleteAuthorizationDetailParams) SetIfMatch(ifMatch *string)
- func (o *DeleteAuthorizationDetailParams) SetTimeout(timeout time.Duration)
- func (o *DeleteAuthorizationDetailParams) WithAuthorizationDetailID(authorizationDetailID string) *DeleteAuthorizationDetailParams
- func (o *DeleteAuthorizationDetailParams) WithContext(ctx context.Context) *DeleteAuthorizationDetailParams
- func (o *DeleteAuthorizationDetailParams) WithDefaults() *DeleteAuthorizationDetailParams
- func (o *DeleteAuthorizationDetailParams) WithHTTPClient(client *http.Client) *DeleteAuthorizationDetailParams
- func (o *DeleteAuthorizationDetailParams) WithIfMatch(ifMatch *string) *DeleteAuthorizationDetailParams
- func (o *DeleteAuthorizationDetailParams) WithTimeout(timeout time.Duration) *DeleteAuthorizationDetailParams
- func (o *DeleteAuthorizationDetailParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error
- type DeleteAuthorizationDetailReader
- type DeleteAuthorizationDetailTooManyRequests
- func (o *DeleteAuthorizationDetailTooManyRequests) Code() int
- func (o *DeleteAuthorizationDetailTooManyRequests) Error() string
- func (o *DeleteAuthorizationDetailTooManyRequests) GetPayload() *models.Error
- func (o *DeleteAuthorizationDetailTooManyRequests) IsClientError() bool
- func (o *DeleteAuthorizationDetailTooManyRequests) IsCode(code int) bool
- func (o *DeleteAuthorizationDetailTooManyRequests) IsRedirect() bool
- func (o *DeleteAuthorizationDetailTooManyRequests) IsServerError() bool
- func (o *DeleteAuthorizationDetailTooManyRequests) IsSuccess() bool
- func (o *DeleteAuthorizationDetailTooManyRequests) String() string
- type DeleteAuthorizationDetailUnauthorized
- func (o *DeleteAuthorizationDetailUnauthorized) Code() int
- func (o *DeleteAuthorizationDetailUnauthorized) Error() string
- func (o *DeleteAuthorizationDetailUnauthorized) GetPayload() *models.Error
- func (o *DeleteAuthorizationDetailUnauthorized) IsClientError() bool
- func (o *DeleteAuthorizationDetailUnauthorized) IsCode(code int) bool
- func (o *DeleteAuthorizationDetailUnauthorized) IsRedirect() bool
- func (o *DeleteAuthorizationDetailUnauthorized) IsServerError() bool
- func (o *DeleteAuthorizationDetailUnauthorized) IsSuccess() bool
- func (o *DeleteAuthorizationDetailUnauthorized) String() string
- type GetAuthorizationDetailForbidden
- func (o *GetAuthorizationDetailForbidden) Code() int
- func (o *GetAuthorizationDetailForbidden) Error() string
- func (o *GetAuthorizationDetailForbidden) GetPayload() *models.Error
- func (o *GetAuthorizationDetailForbidden) IsClientError() bool
- func (o *GetAuthorizationDetailForbidden) IsCode(code int) bool
- func (o *GetAuthorizationDetailForbidden) IsRedirect() bool
- func (o *GetAuthorizationDetailForbidden) IsServerError() bool
- func (o *GetAuthorizationDetailForbidden) IsSuccess() bool
- func (o *GetAuthorizationDetailForbidden) String() string
- type GetAuthorizationDetailNotFound
- func (o *GetAuthorizationDetailNotFound) Code() int
- func (o *GetAuthorizationDetailNotFound) Error() string
- func (o *GetAuthorizationDetailNotFound) GetPayload() *models.Error
- func (o *GetAuthorizationDetailNotFound) IsClientError() bool
- func (o *GetAuthorizationDetailNotFound) IsCode(code int) bool
- func (o *GetAuthorizationDetailNotFound) IsRedirect() bool
- func (o *GetAuthorizationDetailNotFound) IsServerError() bool
- func (o *GetAuthorizationDetailNotFound) IsSuccess() bool
- func (o *GetAuthorizationDetailNotFound) String() string
- type GetAuthorizationDetailOK
- func (o *GetAuthorizationDetailOK) Code() int
- func (o *GetAuthorizationDetailOK) Error() string
- func (o *GetAuthorizationDetailOK) GetPayload() *models.AuthorizationDetailWithService
- func (o *GetAuthorizationDetailOK) IsClientError() bool
- func (o *GetAuthorizationDetailOK) IsCode(code int) bool
- func (o *GetAuthorizationDetailOK) IsRedirect() bool
- func (o *GetAuthorizationDetailOK) IsServerError() bool
- func (o *GetAuthorizationDetailOK) IsSuccess() bool
- func (o *GetAuthorizationDetailOK) String() string
- type GetAuthorizationDetailParams
- func NewGetAuthorizationDetailParams() *GetAuthorizationDetailParams
- func NewGetAuthorizationDetailParamsWithContext(ctx context.Context) *GetAuthorizationDetailParams
- func NewGetAuthorizationDetailParamsWithHTTPClient(client *http.Client) *GetAuthorizationDetailParams
- func NewGetAuthorizationDetailParamsWithTimeout(timeout time.Duration) *GetAuthorizationDetailParams
- func (o *GetAuthorizationDetailParams) SetAuthorizationDetailID(authorizationDetailID string)
- func (o *GetAuthorizationDetailParams) SetContext(ctx context.Context)
- func (o *GetAuthorizationDetailParams) SetDefaults()
- func (o *GetAuthorizationDetailParams) SetHTTPClient(client *http.Client)
- func (o *GetAuthorizationDetailParams) SetIfMatch(ifMatch *string)
- func (o *GetAuthorizationDetailParams) SetTimeout(timeout time.Duration)
- func (o *GetAuthorizationDetailParams) WithAuthorizationDetailID(authorizationDetailID string) *GetAuthorizationDetailParams
- func (o *GetAuthorizationDetailParams) WithContext(ctx context.Context) *GetAuthorizationDetailParams
- func (o *GetAuthorizationDetailParams) WithDefaults() *GetAuthorizationDetailParams
- func (o *GetAuthorizationDetailParams) WithHTTPClient(client *http.Client) *GetAuthorizationDetailParams
- func (o *GetAuthorizationDetailParams) WithIfMatch(ifMatch *string) *GetAuthorizationDetailParams
- func (o *GetAuthorizationDetailParams) WithTimeout(timeout time.Duration) *GetAuthorizationDetailParams
- func (o *GetAuthorizationDetailParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error
- type GetAuthorizationDetailReader
- type GetAuthorizationDetailTooManyRequests
- func (o *GetAuthorizationDetailTooManyRequests) Code() int
- func (o *GetAuthorizationDetailTooManyRequests) Error() string
- func (o *GetAuthorizationDetailTooManyRequests) GetPayload() *models.Error
- func (o *GetAuthorizationDetailTooManyRequests) IsClientError() bool
- func (o *GetAuthorizationDetailTooManyRequests) IsCode(code int) bool
- func (o *GetAuthorizationDetailTooManyRequests) IsRedirect() bool
- func (o *GetAuthorizationDetailTooManyRequests) IsServerError() bool
- func (o *GetAuthorizationDetailTooManyRequests) IsSuccess() bool
- func (o *GetAuthorizationDetailTooManyRequests) String() string
- type GetAuthorizationDetailUnauthorized
- func (o *GetAuthorizationDetailUnauthorized) Code() int
- func (o *GetAuthorizationDetailUnauthorized) Error() string
- func (o *GetAuthorizationDetailUnauthorized) GetPayload() *models.Error
- func (o *GetAuthorizationDetailUnauthorized) IsClientError() bool
- func (o *GetAuthorizationDetailUnauthorized) IsCode(code int) bool
- func (o *GetAuthorizationDetailUnauthorized) IsRedirect() bool
- func (o *GetAuthorizationDetailUnauthorized) IsServerError() bool
- func (o *GetAuthorizationDetailUnauthorized) IsSuccess() bool
- func (o *GetAuthorizationDetailUnauthorized) String() string
- type ListAuthorizationDetailsForbidden
- func (o *ListAuthorizationDetailsForbidden) Code() int
- func (o *ListAuthorizationDetailsForbidden) Error() string
- func (o *ListAuthorizationDetailsForbidden) GetPayload() *models.Error
- func (o *ListAuthorizationDetailsForbidden) IsClientError() bool
- func (o *ListAuthorizationDetailsForbidden) IsCode(code int) bool
- func (o *ListAuthorizationDetailsForbidden) IsRedirect() bool
- func (o *ListAuthorizationDetailsForbidden) IsServerError() bool
- func (o *ListAuthorizationDetailsForbidden) IsSuccess() bool
- func (o *ListAuthorizationDetailsForbidden) String() string
- type ListAuthorizationDetailsOK
- func (o *ListAuthorizationDetailsOK) Code() int
- func (o *ListAuthorizationDetailsOK) Error() string
- func (o *ListAuthorizationDetailsOK) GetPayload() *models.AuthorizationDetailsWithServices
- func (o *ListAuthorizationDetailsOK) IsClientError() bool
- func (o *ListAuthorizationDetailsOK) IsCode(code int) bool
- func (o *ListAuthorizationDetailsOK) IsRedirect() bool
- func (o *ListAuthorizationDetailsOK) IsServerError() bool
- func (o *ListAuthorizationDetailsOK) IsSuccess() bool
- func (o *ListAuthorizationDetailsOK) String() string
- type ListAuthorizationDetailsParams
- func NewListAuthorizationDetailsParams() *ListAuthorizationDetailsParams
- func NewListAuthorizationDetailsParamsWithContext(ctx context.Context) *ListAuthorizationDetailsParams
- func NewListAuthorizationDetailsParamsWithHTTPClient(client *http.Client) *ListAuthorizationDetailsParams
- func NewListAuthorizationDetailsParamsWithTimeout(timeout time.Duration) *ListAuthorizationDetailsParams
- func (o *ListAuthorizationDetailsParams) SetContext(ctx context.Context)
- func (o *ListAuthorizationDetailsParams) SetDefaults()
- func (o *ListAuthorizationDetailsParams) SetHTTPClient(client *http.Client)
- func (o *ListAuthorizationDetailsParams) SetIfMatch(ifMatch *string)
- func (o *ListAuthorizationDetailsParams) SetTimeout(timeout time.Duration)
- func (o *ListAuthorizationDetailsParams) SetWid(wid string)
- func (o *ListAuthorizationDetailsParams) WithContext(ctx context.Context) *ListAuthorizationDetailsParams
- func (o *ListAuthorizationDetailsParams) WithDefaults() *ListAuthorizationDetailsParams
- func (o *ListAuthorizationDetailsParams) WithHTTPClient(client *http.Client) *ListAuthorizationDetailsParams
- func (o *ListAuthorizationDetailsParams) WithIfMatch(ifMatch *string) *ListAuthorizationDetailsParams
- func (o *ListAuthorizationDetailsParams) WithTimeout(timeout time.Duration) *ListAuthorizationDetailsParams
- func (o *ListAuthorizationDetailsParams) WithWid(wid string) *ListAuthorizationDetailsParams
- func (o *ListAuthorizationDetailsParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error
- type ListAuthorizationDetailsReader
- type ListAuthorizationDetailsTooManyRequests
- func (o *ListAuthorizationDetailsTooManyRequests) Code() int
- func (o *ListAuthorizationDetailsTooManyRequests) Error() string
- func (o *ListAuthorizationDetailsTooManyRequests) GetPayload() *models.Error
- func (o *ListAuthorizationDetailsTooManyRequests) IsClientError() bool
- func (o *ListAuthorizationDetailsTooManyRequests) IsCode(code int) bool
- func (o *ListAuthorizationDetailsTooManyRequests) IsRedirect() bool
- func (o *ListAuthorizationDetailsTooManyRequests) IsServerError() bool
- func (o *ListAuthorizationDetailsTooManyRequests) IsSuccess() bool
- func (o *ListAuthorizationDetailsTooManyRequests) String() string
- type ListAuthorizationDetailsUnauthorized
- func (o *ListAuthorizationDetailsUnauthorized) Code() int
- func (o *ListAuthorizationDetailsUnauthorized) Error() string
- func (o *ListAuthorizationDetailsUnauthorized) GetPayload() *models.Error
- func (o *ListAuthorizationDetailsUnauthorized) IsClientError() bool
- func (o *ListAuthorizationDetailsUnauthorized) IsCode(code int) bool
- func (o *ListAuthorizationDetailsUnauthorized) IsRedirect() bool
- func (o *ListAuthorizationDetailsUnauthorized) IsServerError() bool
- func (o *ListAuthorizationDetailsUnauthorized) IsSuccess() bool
- func (o *ListAuthorizationDetailsUnauthorized) String() string
- type UpdateAuthorizationDetailBadRequest
- func (o *UpdateAuthorizationDetailBadRequest) Code() int
- func (o *UpdateAuthorizationDetailBadRequest) Error() string
- func (o *UpdateAuthorizationDetailBadRequest) GetPayload() *models.Error
- func (o *UpdateAuthorizationDetailBadRequest) IsClientError() bool
- func (o *UpdateAuthorizationDetailBadRequest) IsCode(code int) bool
- func (o *UpdateAuthorizationDetailBadRequest) IsRedirect() bool
- func (o *UpdateAuthorizationDetailBadRequest) IsServerError() bool
- func (o *UpdateAuthorizationDetailBadRequest) IsSuccess() bool
- func (o *UpdateAuthorizationDetailBadRequest) String() string
- type UpdateAuthorizationDetailConflict
- func (o *UpdateAuthorizationDetailConflict) Code() int
- func (o *UpdateAuthorizationDetailConflict) Error() string
- func (o *UpdateAuthorizationDetailConflict) GetPayload() *models.Error
- func (o *UpdateAuthorizationDetailConflict) IsClientError() bool
- func (o *UpdateAuthorizationDetailConflict) IsCode(code int) bool
- func (o *UpdateAuthorizationDetailConflict) IsRedirect() bool
- func (o *UpdateAuthorizationDetailConflict) IsServerError() bool
- func (o *UpdateAuthorizationDetailConflict) IsSuccess() bool
- func (o *UpdateAuthorizationDetailConflict) String() string
- type UpdateAuthorizationDetailForbidden
- func (o *UpdateAuthorizationDetailForbidden) Code() int
- func (o *UpdateAuthorizationDetailForbidden) Error() string
- func (o *UpdateAuthorizationDetailForbidden) GetPayload() *models.Error
- func (o *UpdateAuthorizationDetailForbidden) IsClientError() bool
- func (o *UpdateAuthorizationDetailForbidden) IsCode(code int) bool
- func (o *UpdateAuthorizationDetailForbidden) IsRedirect() bool
- func (o *UpdateAuthorizationDetailForbidden) IsServerError() bool
- func (o *UpdateAuthorizationDetailForbidden) IsSuccess() bool
- func (o *UpdateAuthorizationDetailForbidden) String() string
- type UpdateAuthorizationDetailNotFound
- func (o *UpdateAuthorizationDetailNotFound) Code() int
- func (o *UpdateAuthorizationDetailNotFound) Error() string
- func (o *UpdateAuthorizationDetailNotFound) GetPayload() *models.Error
- func (o *UpdateAuthorizationDetailNotFound) IsClientError() bool
- func (o *UpdateAuthorizationDetailNotFound) IsCode(code int) bool
- func (o *UpdateAuthorizationDetailNotFound) IsRedirect() bool
- func (o *UpdateAuthorizationDetailNotFound) IsServerError() bool
- func (o *UpdateAuthorizationDetailNotFound) IsSuccess() bool
- func (o *UpdateAuthorizationDetailNotFound) String() string
- type UpdateAuthorizationDetailOK
- func (o *UpdateAuthorizationDetailOK) Code() int
- func (o *UpdateAuthorizationDetailOK) Error() string
- func (o *UpdateAuthorizationDetailOK) GetPayload() *models.AuthorizationDetailWithServiceID
- func (o *UpdateAuthorizationDetailOK) IsClientError() bool
- func (o *UpdateAuthorizationDetailOK) IsCode(code int) bool
- func (o *UpdateAuthorizationDetailOK) IsRedirect() bool
- func (o *UpdateAuthorizationDetailOK) IsServerError() bool
- func (o *UpdateAuthorizationDetailOK) IsSuccess() bool
- func (o *UpdateAuthorizationDetailOK) String() string
- type UpdateAuthorizationDetailParams
- func NewUpdateAuthorizationDetailParams() *UpdateAuthorizationDetailParams
- func NewUpdateAuthorizationDetailParamsWithContext(ctx context.Context) *UpdateAuthorizationDetailParams
- func NewUpdateAuthorizationDetailParamsWithHTTPClient(client *http.Client) *UpdateAuthorizationDetailParams
- func NewUpdateAuthorizationDetailParamsWithTimeout(timeout time.Duration) *UpdateAuthorizationDetailParams
- func (o *UpdateAuthorizationDetailParams) SetAuthorizationDetail(authorizationDetail *models.AuthorizationDetail)
- func (o *UpdateAuthorizationDetailParams) SetAuthorizationDetailID(authorizationDetailID string)
- func (o *UpdateAuthorizationDetailParams) SetContext(ctx context.Context)
- func (o *UpdateAuthorizationDetailParams) SetDefaults()
- func (o *UpdateAuthorizationDetailParams) SetHTTPClient(client *http.Client)
- func (o *UpdateAuthorizationDetailParams) SetIfMatch(ifMatch *string)
- func (o *UpdateAuthorizationDetailParams) SetTimeout(timeout time.Duration)
- func (o *UpdateAuthorizationDetailParams) WithAuthorizationDetail(authorizationDetail *models.AuthorizationDetail) *UpdateAuthorizationDetailParams
- func (o *UpdateAuthorizationDetailParams) WithAuthorizationDetailID(authorizationDetailID string) *UpdateAuthorizationDetailParams
- func (o *UpdateAuthorizationDetailParams) WithContext(ctx context.Context) *UpdateAuthorizationDetailParams
- func (o *UpdateAuthorizationDetailParams) WithDefaults() *UpdateAuthorizationDetailParams
- func (o *UpdateAuthorizationDetailParams) WithHTTPClient(client *http.Client) *UpdateAuthorizationDetailParams
- func (o *UpdateAuthorizationDetailParams) WithIfMatch(ifMatch *string) *UpdateAuthorizationDetailParams
- func (o *UpdateAuthorizationDetailParams) WithTimeout(timeout time.Duration) *UpdateAuthorizationDetailParams
- func (o *UpdateAuthorizationDetailParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error
- type UpdateAuthorizationDetailReader
- type UpdateAuthorizationDetailTooManyRequests
- func (o *UpdateAuthorizationDetailTooManyRequests) Code() int
- func (o *UpdateAuthorizationDetailTooManyRequests) Error() string
- func (o *UpdateAuthorizationDetailTooManyRequests) GetPayload() *models.Error
- func (o *UpdateAuthorizationDetailTooManyRequests) IsClientError() bool
- func (o *UpdateAuthorizationDetailTooManyRequests) IsCode(code int) bool
- func (o *UpdateAuthorizationDetailTooManyRequests) IsRedirect() bool
- func (o *UpdateAuthorizationDetailTooManyRequests) IsServerError() bool
- func (o *UpdateAuthorizationDetailTooManyRequests) IsSuccess() bool
- func (o *UpdateAuthorizationDetailTooManyRequests) String() string
- type UpdateAuthorizationDetailUnauthorized
- func (o *UpdateAuthorizationDetailUnauthorized) Code() int
- func (o *UpdateAuthorizationDetailUnauthorized) Error() string
- func (o *UpdateAuthorizationDetailUnauthorized) GetPayload() *models.Error
- func (o *UpdateAuthorizationDetailUnauthorized) IsClientError() bool
- func (o *UpdateAuthorizationDetailUnauthorized) IsCode(code int) bool
- func (o *UpdateAuthorizationDetailUnauthorized) IsRedirect() bool
- func (o *UpdateAuthorizationDetailUnauthorized) IsServerError() bool
- func (o *UpdateAuthorizationDetailUnauthorized) IsSuccess() bool
- func (o *UpdateAuthorizationDetailUnauthorized) String() string
- type UpdateAuthorizationDetailUnprocessableEntity
- func (o *UpdateAuthorizationDetailUnprocessableEntity) Code() int
- func (o *UpdateAuthorizationDetailUnprocessableEntity) Error() string
- func (o *UpdateAuthorizationDetailUnprocessableEntity) GetPayload() *models.Error
- func (o *UpdateAuthorizationDetailUnprocessableEntity) IsClientError() bool
- func (o *UpdateAuthorizationDetailUnprocessableEntity) IsCode(code int) bool
- func (o *UpdateAuthorizationDetailUnprocessableEntity) IsRedirect() bool
- func (o *UpdateAuthorizationDetailUnprocessableEntity) IsServerError() bool
- func (o *UpdateAuthorizationDetailUnprocessableEntity) IsSuccess() bool
- func (o *UpdateAuthorizationDetailUnprocessableEntity) String() string
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Client ¶
type Client struct {
// contains filtered or unexported fields
}
Client for authorization details API
func (*Client) CreateAuthorizationDetail ¶
func (a *Client) CreateAuthorizationDetail(params *CreateAuthorizationDetailParams, authInfo runtime.ClientAuthInfoWriter, opts ...ClientOption) (*CreateAuthorizationDetailCreated, error)
CreateAuthorizationDetail creates authorization detail
Creates a new Authorization Detail object.
func (*Client) DeleteAuthorizationDetail ¶
func (a *Client) DeleteAuthorizationDetail(params *DeleteAuthorizationDetailParams, authInfo runtime.ClientAuthInfoWriter, opts ...ClientOption) (*DeleteAuthorizationDetailNoContent, error)
DeleteAuthorizationDetail deletes authorization detail
Deletes the authorization detail.
func (*Client) GetAuthorizationDetail ¶
func (a *Client) GetAuthorizationDetail(params *GetAuthorizationDetailParams, authInfo runtime.ClientAuthInfoWriter, opts ...ClientOption) (*GetAuthorizationDetailOK, error)
GetAuthorizationDetail gets authorization detail
Returns an Authorization Detail.
func (*Client) ListAuthorizationDetails ¶
func (a *Client) ListAuthorizationDetails(params *ListAuthorizationDetailsParams, authInfo runtime.ClientAuthInfoWriter, opts ...ClientOption) (*ListAuthorizationDetailsOK, error)
ListAuthorizationDetails lists authorization details
List authorization details.
func (*Client) SetTransport ¶
func (a *Client) SetTransport(transport runtime.ClientTransport)
SetTransport changes the transport on the client
func (*Client) UpdateAuthorizationDetail ¶
func (a *Client) UpdateAuthorizationDetail(params *UpdateAuthorizationDetailParams, authInfo runtime.ClientAuthInfoWriter, opts ...ClientOption) (*UpdateAuthorizationDetailOK, error)
UpdateAuthorizationDetail updates authorization detail
Updates the authorization detail
type ClientOption ¶
type ClientOption func(*runtime.ClientOperation)
ClientOption may be used to customize the behavior of Client methods.
type ClientService ¶
type ClientService interface { CreateAuthorizationDetail(params *CreateAuthorizationDetailParams, authInfo runtime.ClientAuthInfoWriter, opts ...ClientOption) (*CreateAuthorizationDetailCreated, error) DeleteAuthorizationDetail(params *DeleteAuthorizationDetailParams, authInfo runtime.ClientAuthInfoWriter, opts ...ClientOption) (*DeleteAuthorizationDetailNoContent, error) GetAuthorizationDetail(params *GetAuthorizationDetailParams, authInfo runtime.ClientAuthInfoWriter, opts ...ClientOption) (*GetAuthorizationDetailOK, error) ListAuthorizationDetails(params *ListAuthorizationDetailsParams, authInfo runtime.ClientAuthInfoWriter, opts ...ClientOption) (*ListAuthorizationDetailsOK, error) UpdateAuthorizationDetail(params *UpdateAuthorizationDetailParams, authInfo runtime.ClientAuthInfoWriter, opts ...ClientOption) (*UpdateAuthorizationDetailOK, error) SetTransport(transport runtime.ClientTransport) }
ClientService is the interface for Client methods
func New ¶
func New(transport runtime.ClientTransport, formats strfmt.Registry) ClientService
New creates a new authorization details API client.
func NewClientWithBasicAuth ¶
func NewClientWithBasicAuth(host, basePath, scheme, user, password string) ClientService
New creates a new authorization details API client with basic auth credentials. It takes the following parameters: - host: http host (github.com). - basePath: any base path for the API client ("/v1", "/v3"). - scheme: http scheme ("http", "https"). - user: user for basic authentication header. - password: password for basic authentication header.
func NewClientWithBearerToken ¶
func NewClientWithBearerToken(host, basePath, scheme, bearerToken string) ClientService
New creates a new authorization details API client with a bearer token for authentication. It takes the following parameters: - host: http host (github.com). - basePath: any base path for the API client ("/v1", "/v3"). - scheme: http scheme ("http", "https"). - bearerToken: bearer token for Bearer authentication header.
type CreateAuthorizationDetailBadRequest ¶
CreateAuthorizationDetailBadRequest describes a response with status code 400, with default header values.
Bad request
func NewCreateAuthorizationDetailBadRequest ¶
func NewCreateAuthorizationDetailBadRequest() *CreateAuthorizationDetailBadRequest
NewCreateAuthorizationDetailBadRequest creates a CreateAuthorizationDetailBadRequest with default headers values
func (*CreateAuthorizationDetailBadRequest) Code ¶
func (o *CreateAuthorizationDetailBadRequest) Code() int
Code gets the status code for the create authorization detail bad request response
func (*CreateAuthorizationDetailBadRequest) Error ¶
func (o *CreateAuthorizationDetailBadRequest) Error() string
func (*CreateAuthorizationDetailBadRequest) GetPayload ¶
func (o *CreateAuthorizationDetailBadRequest) GetPayload() *models.Error
func (*CreateAuthorizationDetailBadRequest) IsClientError ¶
func (o *CreateAuthorizationDetailBadRequest) IsClientError() bool
IsClientError returns true when this create authorization detail bad request response has a 4xx status code
func (*CreateAuthorizationDetailBadRequest) IsCode ¶
func (o *CreateAuthorizationDetailBadRequest) IsCode(code int) bool
IsCode returns true when this create authorization detail bad request response a status code equal to that given
func (*CreateAuthorizationDetailBadRequest) IsRedirect ¶
func (o *CreateAuthorizationDetailBadRequest) IsRedirect() bool
IsRedirect returns true when this create authorization detail bad request response has a 3xx status code
func (*CreateAuthorizationDetailBadRequest) IsServerError ¶
func (o *CreateAuthorizationDetailBadRequest) IsServerError() bool
IsServerError returns true when this create authorization detail bad request response has a 5xx status code
func (*CreateAuthorizationDetailBadRequest) IsSuccess ¶
func (o *CreateAuthorizationDetailBadRequest) IsSuccess() bool
IsSuccess returns true when this create authorization detail bad request response has a 2xx status code
func (*CreateAuthorizationDetailBadRequest) String ¶
func (o *CreateAuthorizationDetailBadRequest) String() string
type CreateAuthorizationDetailConflict ¶
CreateAuthorizationDetailConflict describes a response with status code 409, with default header values.
Unprocessable entity
func NewCreateAuthorizationDetailConflict ¶
func NewCreateAuthorizationDetailConflict() *CreateAuthorizationDetailConflict
NewCreateAuthorizationDetailConflict creates a CreateAuthorizationDetailConflict with default headers values
func (*CreateAuthorizationDetailConflict) Code ¶
func (o *CreateAuthorizationDetailConflict) Code() int
Code gets the status code for the create authorization detail conflict response
func (*CreateAuthorizationDetailConflict) Error ¶
func (o *CreateAuthorizationDetailConflict) Error() string
func (*CreateAuthorizationDetailConflict) GetPayload ¶
func (o *CreateAuthorizationDetailConflict) GetPayload() *models.Error
func (*CreateAuthorizationDetailConflict) IsClientError ¶
func (o *CreateAuthorizationDetailConflict) IsClientError() bool
IsClientError returns true when this create authorization detail conflict response has a 4xx status code
func (*CreateAuthorizationDetailConflict) IsCode ¶
func (o *CreateAuthorizationDetailConflict) IsCode(code int) bool
IsCode returns true when this create authorization detail conflict response a status code equal to that given
func (*CreateAuthorizationDetailConflict) IsRedirect ¶
func (o *CreateAuthorizationDetailConflict) IsRedirect() bool
IsRedirect returns true when this create authorization detail conflict response has a 3xx status code
func (*CreateAuthorizationDetailConflict) IsServerError ¶
func (o *CreateAuthorizationDetailConflict) IsServerError() bool
IsServerError returns true when this create authorization detail conflict response has a 5xx status code
func (*CreateAuthorizationDetailConflict) IsSuccess ¶
func (o *CreateAuthorizationDetailConflict) IsSuccess() bool
IsSuccess returns true when this create authorization detail conflict response has a 2xx status code
func (*CreateAuthorizationDetailConflict) String ¶
func (o *CreateAuthorizationDetailConflict) String() string
type CreateAuthorizationDetailCreated ¶
type CreateAuthorizationDetailCreated struct { /* The ETag HTTP header is an identifier for a specific version of a resource in:header Format: etag */ Etag string Payload *models.AuthorizationDetailWithServiceID }
CreateAuthorizationDetailCreated describes a response with status code 201, with default header values.
AuthorizationDetail
func NewCreateAuthorizationDetailCreated ¶
func NewCreateAuthorizationDetailCreated() *CreateAuthorizationDetailCreated
NewCreateAuthorizationDetailCreated creates a CreateAuthorizationDetailCreated with default headers values
func (*CreateAuthorizationDetailCreated) Code ¶
func (o *CreateAuthorizationDetailCreated) Code() int
Code gets the status code for the create authorization detail created response
func (*CreateAuthorizationDetailCreated) Error ¶
func (o *CreateAuthorizationDetailCreated) Error() string
func (*CreateAuthorizationDetailCreated) GetPayload ¶
func (o *CreateAuthorizationDetailCreated) GetPayload() *models.AuthorizationDetailWithServiceID
func (*CreateAuthorizationDetailCreated) IsClientError ¶
func (o *CreateAuthorizationDetailCreated) IsClientError() bool
IsClientError returns true when this create authorization detail created response has a 4xx status code
func (*CreateAuthorizationDetailCreated) IsCode ¶
func (o *CreateAuthorizationDetailCreated) IsCode(code int) bool
IsCode returns true when this create authorization detail created response a status code equal to that given
func (*CreateAuthorizationDetailCreated) IsRedirect ¶
func (o *CreateAuthorizationDetailCreated) IsRedirect() bool
IsRedirect returns true when this create authorization detail created response has a 3xx status code
func (*CreateAuthorizationDetailCreated) IsServerError ¶
func (o *CreateAuthorizationDetailCreated) IsServerError() bool
IsServerError returns true when this create authorization detail created response has a 5xx status code
func (*CreateAuthorizationDetailCreated) IsSuccess ¶
func (o *CreateAuthorizationDetailCreated) IsSuccess() bool
IsSuccess returns true when this create authorization detail created response has a 2xx status code
func (*CreateAuthorizationDetailCreated) String ¶
func (o *CreateAuthorizationDetailCreated) String() string
type CreateAuthorizationDetailForbidden ¶
CreateAuthorizationDetailForbidden describes a response with status code 403, with default header values.
Forbidden
func NewCreateAuthorizationDetailForbidden ¶
func NewCreateAuthorizationDetailForbidden() *CreateAuthorizationDetailForbidden
NewCreateAuthorizationDetailForbidden creates a CreateAuthorizationDetailForbidden with default headers values
func (*CreateAuthorizationDetailForbidden) Code ¶
func (o *CreateAuthorizationDetailForbidden) Code() int
Code gets the status code for the create authorization detail forbidden response
func (*CreateAuthorizationDetailForbidden) Error ¶
func (o *CreateAuthorizationDetailForbidden) Error() string
func (*CreateAuthorizationDetailForbidden) GetPayload ¶
func (o *CreateAuthorizationDetailForbidden) GetPayload() *models.Error
func (*CreateAuthorizationDetailForbidden) IsClientError ¶
func (o *CreateAuthorizationDetailForbidden) IsClientError() bool
IsClientError returns true when this create authorization detail forbidden response has a 4xx status code
func (*CreateAuthorizationDetailForbidden) IsCode ¶
func (o *CreateAuthorizationDetailForbidden) IsCode(code int) bool
IsCode returns true when this create authorization detail forbidden response a status code equal to that given
func (*CreateAuthorizationDetailForbidden) IsRedirect ¶
func (o *CreateAuthorizationDetailForbidden) IsRedirect() bool
IsRedirect returns true when this create authorization detail forbidden response has a 3xx status code
func (*CreateAuthorizationDetailForbidden) IsServerError ¶
func (o *CreateAuthorizationDetailForbidden) IsServerError() bool
IsServerError returns true when this create authorization detail forbidden response has a 5xx status code
func (*CreateAuthorizationDetailForbidden) IsSuccess ¶
func (o *CreateAuthorizationDetailForbidden) IsSuccess() bool
IsSuccess returns true when this create authorization detail forbidden response has a 2xx status code
func (*CreateAuthorizationDetailForbidden) String ¶
func (o *CreateAuthorizationDetailForbidden) String() string
type CreateAuthorizationDetailNotFound ¶
CreateAuthorizationDetailNotFound describes a response with status code 404, with default header values.
Not found
func NewCreateAuthorizationDetailNotFound ¶
func NewCreateAuthorizationDetailNotFound() *CreateAuthorizationDetailNotFound
NewCreateAuthorizationDetailNotFound creates a CreateAuthorizationDetailNotFound with default headers values
func (*CreateAuthorizationDetailNotFound) Code ¶
func (o *CreateAuthorizationDetailNotFound) Code() int
Code gets the status code for the create authorization detail not found response
func (*CreateAuthorizationDetailNotFound) Error ¶
func (o *CreateAuthorizationDetailNotFound) Error() string
func (*CreateAuthorizationDetailNotFound) GetPayload ¶
func (o *CreateAuthorizationDetailNotFound) GetPayload() *models.Error
func (*CreateAuthorizationDetailNotFound) IsClientError ¶
func (o *CreateAuthorizationDetailNotFound) IsClientError() bool
IsClientError returns true when this create authorization detail not found response has a 4xx status code
func (*CreateAuthorizationDetailNotFound) IsCode ¶
func (o *CreateAuthorizationDetailNotFound) IsCode(code int) bool
IsCode returns true when this create authorization detail not found response a status code equal to that given
func (*CreateAuthorizationDetailNotFound) IsRedirect ¶
func (o *CreateAuthorizationDetailNotFound) IsRedirect() bool
IsRedirect returns true when this create authorization detail not found response has a 3xx status code
func (*CreateAuthorizationDetailNotFound) IsServerError ¶
func (o *CreateAuthorizationDetailNotFound) IsServerError() bool
IsServerError returns true when this create authorization detail not found response has a 5xx status code
func (*CreateAuthorizationDetailNotFound) IsSuccess ¶
func (o *CreateAuthorizationDetailNotFound) IsSuccess() bool
IsSuccess returns true when this create authorization detail not found response has a 2xx status code
func (*CreateAuthorizationDetailNotFound) String ¶
func (o *CreateAuthorizationDetailNotFound) String() string
type CreateAuthorizationDetailParams ¶
type CreateAuthorizationDetailParams struct { // AuthorizationDetailWithService. AuthorizationDetailWithService *models.AuthorizationDetailWithServiceID /* IfMatch. A server will only return requested resources if the resource matches one of the listed ETag value Format: etag */ IfMatch *string Context context.Context HTTPClient *http.Client // contains filtered or unexported fields }
CreateAuthorizationDetailParams contains all the parameters to send to the API endpoint
for the create authorization detail operation. Typically these are written to a http.Request.
func NewCreateAuthorizationDetailParams ¶
func NewCreateAuthorizationDetailParams() *CreateAuthorizationDetailParams
NewCreateAuthorizationDetailParams creates a new CreateAuthorizationDetailParams 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 NewCreateAuthorizationDetailParamsWithContext ¶
func NewCreateAuthorizationDetailParamsWithContext(ctx context.Context) *CreateAuthorizationDetailParams
NewCreateAuthorizationDetailParamsWithContext creates a new CreateAuthorizationDetailParams object with the ability to set a context for a request.
func NewCreateAuthorizationDetailParamsWithHTTPClient ¶
func NewCreateAuthorizationDetailParamsWithHTTPClient(client *http.Client) *CreateAuthorizationDetailParams
NewCreateAuthorizationDetailParamsWithHTTPClient creates a new CreateAuthorizationDetailParams object with the ability to set a custom HTTPClient for a request.
func NewCreateAuthorizationDetailParamsWithTimeout ¶
func NewCreateAuthorizationDetailParamsWithTimeout(timeout time.Duration) *CreateAuthorizationDetailParams
NewCreateAuthorizationDetailParamsWithTimeout creates a new CreateAuthorizationDetailParams object with the ability to set a timeout on a request.
func (*CreateAuthorizationDetailParams) SetAuthorizationDetailWithService ¶
func (o *CreateAuthorizationDetailParams) SetAuthorizationDetailWithService(authorizationDetailWithService *models.AuthorizationDetailWithServiceID)
SetAuthorizationDetailWithService adds the authorizationDetailWithService to the create authorization detail params
func (*CreateAuthorizationDetailParams) SetContext ¶
func (o *CreateAuthorizationDetailParams) SetContext(ctx context.Context)
SetContext adds the context to the create authorization detail params
func (*CreateAuthorizationDetailParams) SetDefaults ¶
func (o *CreateAuthorizationDetailParams) SetDefaults()
SetDefaults hydrates default values in the create authorization detail params (not the query body).
All values with no default are reset to their zero value.
func (*CreateAuthorizationDetailParams) SetHTTPClient ¶
func (o *CreateAuthorizationDetailParams) SetHTTPClient(client *http.Client)
SetHTTPClient adds the HTTPClient to the create authorization detail params
func (*CreateAuthorizationDetailParams) SetIfMatch ¶
func (o *CreateAuthorizationDetailParams) SetIfMatch(ifMatch *string)
SetIfMatch adds the ifMatch to the create authorization detail params
func (*CreateAuthorizationDetailParams) SetTimeout ¶
func (o *CreateAuthorizationDetailParams) SetTimeout(timeout time.Duration)
SetTimeout adds the timeout to the create authorization detail params
func (*CreateAuthorizationDetailParams) WithAuthorizationDetailWithService ¶
func (o *CreateAuthorizationDetailParams) WithAuthorizationDetailWithService(authorizationDetailWithService *models.AuthorizationDetailWithServiceID) *CreateAuthorizationDetailParams
WithAuthorizationDetailWithService adds the authorizationDetailWithService to the create authorization detail params
func (*CreateAuthorizationDetailParams) WithContext ¶
func (o *CreateAuthorizationDetailParams) WithContext(ctx context.Context) *CreateAuthorizationDetailParams
WithContext adds the context to the create authorization detail params
func (*CreateAuthorizationDetailParams) WithDefaults ¶
func (o *CreateAuthorizationDetailParams) WithDefaults() *CreateAuthorizationDetailParams
WithDefaults hydrates default values in the create authorization detail params (not the query body).
All values with no default are reset to their zero value.
func (*CreateAuthorizationDetailParams) WithHTTPClient ¶
func (o *CreateAuthorizationDetailParams) WithHTTPClient(client *http.Client) *CreateAuthorizationDetailParams
WithHTTPClient adds the HTTPClient to the create authorization detail params
func (*CreateAuthorizationDetailParams) WithIfMatch ¶
func (o *CreateAuthorizationDetailParams) WithIfMatch(ifMatch *string) *CreateAuthorizationDetailParams
WithIfMatch adds the ifMatch to the create authorization detail params
func (*CreateAuthorizationDetailParams) WithTimeout ¶
func (o *CreateAuthorizationDetailParams) WithTimeout(timeout time.Duration) *CreateAuthorizationDetailParams
WithTimeout adds the timeout to the create authorization detail params
func (*CreateAuthorizationDetailParams) WriteToRequest ¶
func (o *CreateAuthorizationDetailParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error
WriteToRequest writes these params to a swagger request
type CreateAuthorizationDetailReader ¶
type CreateAuthorizationDetailReader struct {
// contains filtered or unexported fields
}
CreateAuthorizationDetailReader is a Reader for the CreateAuthorizationDetail structure.
func (*CreateAuthorizationDetailReader) ReadResponse ¶
func (o *CreateAuthorizationDetailReader) ReadResponse(response runtime.ClientResponse, consumer runtime.Consumer) (interface{}, error)
ReadResponse reads a server response into the received o.
type CreateAuthorizationDetailTooManyRequests ¶
CreateAuthorizationDetailTooManyRequests describes a response with status code 429, with default header values.
Too many requests
func NewCreateAuthorizationDetailTooManyRequests ¶
func NewCreateAuthorizationDetailTooManyRequests() *CreateAuthorizationDetailTooManyRequests
NewCreateAuthorizationDetailTooManyRequests creates a CreateAuthorizationDetailTooManyRequests with default headers values
func (*CreateAuthorizationDetailTooManyRequests) Code ¶
func (o *CreateAuthorizationDetailTooManyRequests) Code() int
Code gets the status code for the create authorization detail too many requests response
func (*CreateAuthorizationDetailTooManyRequests) Error ¶
func (o *CreateAuthorizationDetailTooManyRequests) Error() string
func (*CreateAuthorizationDetailTooManyRequests) GetPayload ¶
func (o *CreateAuthorizationDetailTooManyRequests) GetPayload() *models.Error
func (*CreateAuthorizationDetailTooManyRequests) IsClientError ¶
func (o *CreateAuthorizationDetailTooManyRequests) IsClientError() bool
IsClientError returns true when this create authorization detail too many requests response has a 4xx status code
func (*CreateAuthorizationDetailTooManyRequests) IsCode ¶
func (o *CreateAuthorizationDetailTooManyRequests) IsCode(code int) bool
IsCode returns true when this create authorization detail too many requests response a status code equal to that given
func (*CreateAuthorizationDetailTooManyRequests) IsRedirect ¶
func (o *CreateAuthorizationDetailTooManyRequests) IsRedirect() bool
IsRedirect returns true when this create authorization detail too many requests response has a 3xx status code
func (*CreateAuthorizationDetailTooManyRequests) IsServerError ¶
func (o *CreateAuthorizationDetailTooManyRequests) IsServerError() bool
IsServerError returns true when this create authorization detail too many requests response has a 5xx status code
func (*CreateAuthorizationDetailTooManyRequests) IsSuccess ¶
func (o *CreateAuthorizationDetailTooManyRequests) IsSuccess() bool
IsSuccess returns true when this create authorization detail too many requests response has a 2xx status code
func (*CreateAuthorizationDetailTooManyRequests) String ¶
func (o *CreateAuthorizationDetailTooManyRequests) String() string
type CreateAuthorizationDetailUnauthorized ¶
type CreateAuthorizationDetailUnauthorized struct {
}CreateAuthorizationDetailUnauthorized describes a response with status code 401, with default header values.
Unauthorized
func NewCreateAuthorizationDetailUnauthorized ¶
func NewCreateAuthorizationDetailUnauthorized() *CreateAuthorizationDetailUnauthorized
NewCreateAuthorizationDetailUnauthorized creates a CreateAuthorizationDetailUnauthorized with default headers values
func (*CreateAuthorizationDetailUnauthorized) Code ¶
func (o *CreateAuthorizationDetailUnauthorized) Code() int
Code gets the status code for the create authorization detail unauthorized response
func (*CreateAuthorizationDetailUnauthorized) Error ¶
func (o *CreateAuthorizationDetailUnauthorized) Error() string
func (*CreateAuthorizationDetailUnauthorized) GetPayload ¶
func (o *CreateAuthorizationDetailUnauthorized) GetPayload() *models.Error
func (*CreateAuthorizationDetailUnauthorized) IsClientError ¶
func (o *CreateAuthorizationDetailUnauthorized) IsClientError() bool
IsClientError returns true when this create authorization detail unauthorized response has a 4xx status code
func (*CreateAuthorizationDetailUnauthorized) IsCode ¶
func (o *CreateAuthorizationDetailUnauthorized) IsCode(code int) bool
IsCode returns true when this create authorization detail unauthorized response a status code equal to that given
func (*CreateAuthorizationDetailUnauthorized) IsRedirect ¶
func (o *CreateAuthorizationDetailUnauthorized) IsRedirect() bool
IsRedirect returns true when this create authorization detail unauthorized response has a 3xx status code
func (*CreateAuthorizationDetailUnauthorized) IsServerError ¶
func (o *CreateAuthorizationDetailUnauthorized) IsServerError() bool
IsServerError returns true when this create authorization detail unauthorized response has a 5xx status code
func (*CreateAuthorizationDetailUnauthorized) IsSuccess ¶
func (o *CreateAuthorizationDetailUnauthorized) IsSuccess() bool
IsSuccess returns true when this create authorization detail unauthorized response has a 2xx status code
func (*CreateAuthorizationDetailUnauthorized) String ¶
func (o *CreateAuthorizationDetailUnauthorized) String() string
type CreateAuthorizationDetailUnprocessableEntity ¶
CreateAuthorizationDetailUnprocessableEntity describes a response with status code 422, with default header values.
Unprocessable entity
func NewCreateAuthorizationDetailUnprocessableEntity ¶
func NewCreateAuthorizationDetailUnprocessableEntity() *CreateAuthorizationDetailUnprocessableEntity
NewCreateAuthorizationDetailUnprocessableEntity creates a CreateAuthorizationDetailUnprocessableEntity with default headers values
func (*CreateAuthorizationDetailUnprocessableEntity) Code ¶
func (o *CreateAuthorizationDetailUnprocessableEntity) Code() int
Code gets the status code for the create authorization detail unprocessable entity response
func (*CreateAuthorizationDetailUnprocessableEntity) Error ¶
func (o *CreateAuthorizationDetailUnprocessableEntity) Error() string
func (*CreateAuthorizationDetailUnprocessableEntity) GetPayload ¶
func (o *CreateAuthorizationDetailUnprocessableEntity) GetPayload() *models.Error
func (*CreateAuthorizationDetailUnprocessableEntity) IsClientError ¶
func (o *CreateAuthorizationDetailUnprocessableEntity) IsClientError() bool
IsClientError returns true when this create authorization detail unprocessable entity response has a 4xx status code
func (*CreateAuthorizationDetailUnprocessableEntity) IsCode ¶
func (o *CreateAuthorizationDetailUnprocessableEntity) IsCode(code int) bool
IsCode returns true when this create authorization detail unprocessable entity response a status code equal to that given
func (*CreateAuthorizationDetailUnprocessableEntity) IsRedirect ¶
func (o *CreateAuthorizationDetailUnprocessableEntity) IsRedirect() bool
IsRedirect returns true when this create authorization detail unprocessable entity response has a 3xx status code
func (*CreateAuthorizationDetailUnprocessableEntity) IsServerError ¶
func (o *CreateAuthorizationDetailUnprocessableEntity) IsServerError() bool
IsServerError returns true when this create authorization detail unprocessable entity response has a 5xx status code
func (*CreateAuthorizationDetailUnprocessableEntity) IsSuccess ¶
func (o *CreateAuthorizationDetailUnprocessableEntity) IsSuccess() bool
IsSuccess returns true when this create authorization detail unprocessable entity response has a 2xx status code
func (*CreateAuthorizationDetailUnprocessableEntity) String ¶
func (o *CreateAuthorizationDetailUnprocessableEntity) String() string
type DeleteAuthorizationDetailForbidden ¶
DeleteAuthorizationDetailForbidden describes a response with status code 403, with default header values.
Forbidden
func NewDeleteAuthorizationDetailForbidden ¶
func NewDeleteAuthorizationDetailForbidden() *DeleteAuthorizationDetailForbidden
NewDeleteAuthorizationDetailForbidden creates a DeleteAuthorizationDetailForbidden with default headers values
func (*DeleteAuthorizationDetailForbidden) Code ¶
func (o *DeleteAuthorizationDetailForbidden) Code() int
Code gets the status code for the delete authorization detail forbidden response
func (*DeleteAuthorizationDetailForbidden) Error ¶
func (o *DeleteAuthorizationDetailForbidden) Error() string
func (*DeleteAuthorizationDetailForbidden) GetPayload ¶
func (o *DeleteAuthorizationDetailForbidden) GetPayload() *models.Error
func (*DeleteAuthorizationDetailForbidden) IsClientError ¶
func (o *DeleteAuthorizationDetailForbidden) IsClientError() bool
IsClientError returns true when this delete authorization detail forbidden response has a 4xx status code
func (*DeleteAuthorizationDetailForbidden) IsCode ¶
func (o *DeleteAuthorizationDetailForbidden) IsCode(code int) bool
IsCode returns true when this delete authorization detail forbidden response a status code equal to that given
func (*DeleteAuthorizationDetailForbidden) IsRedirect ¶
func (o *DeleteAuthorizationDetailForbidden) IsRedirect() bool
IsRedirect returns true when this delete authorization detail forbidden response has a 3xx status code
func (*DeleteAuthorizationDetailForbidden) IsServerError ¶
func (o *DeleteAuthorizationDetailForbidden) IsServerError() bool
IsServerError returns true when this delete authorization detail forbidden response has a 5xx status code
func (*DeleteAuthorizationDetailForbidden) IsSuccess ¶
func (o *DeleteAuthorizationDetailForbidden) IsSuccess() bool
IsSuccess returns true when this delete authorization detail forbidden response has a 2xx status code
func (*DeleteAuthorizationDetailForbidden) String ¶
func (o *DeleteAuthorizationDetailForbidden) String() string
type DeleteAuthorizationDetailNoContent ¶
type DeleteAuthorizationDetailNoContent struct { }
DeleteAuthorizationDetailNoContent describes a response with status code 204, with default header values.
Authorization Detail has been deleted
func NewDeleteAuthorizationDetailNoContent ¶
func NewDeleteAuthorizationDetailNoContent() *DeleteAuthorizationDetailNoContent
NewDeleteAuthorizationDetailNoContent creates a DeleteAuthorizationDetailNoContent with default headers values
func (*DeleteAuthorizationDetailNoContent) Code ¶
func (o *DeleteAuthorizationDetailNoContent) Code() int
Code gets the status code for the delete authorization detail no content response
func (*DeleteAuthorizationDetailNoContent) Error ¶
func (o *DeleteAuthorizationDetailNoContent) Error() string
func (*DeleteAuthorizationDetailNoContent) IsClientError ¶
func (o *DeleteAuthorizationDetailNoContent) IsClientError() bool
IsClientError returns true when this delete authorization detail no content response has a 4xx status code
func (*DeleteAuthorizationDetailNoContent) IsCode ¶
func (o *DeleteAuthorizationDetailNoContent) IsCode(code int) bool
IsCode returns true when this delete authorization detail no content response a status code equal to that given
func (*DeleteAuthorizationDetailNoContent) IsRedirect ¶
func (o *DeleteAuthorizationDetailNoContent) IsRedirect() bool
IsRedirect returns true when this delete authorization detail no content response has a 3xx status code
func (*DeleteAuthorizationDetailNoContent) IsServerError ¶
func (o *DeleteAuthorizationDetailNoContent) IsServerError() bool
IsServerError returns true when this delete authorization detail no content response has a 5xx status code
func (*DeleteAuthorizationDetailNoContent) IsSuccess ¶
func (o *DeleteAuthorizationDetailNoContent) IsSuccess() bool
IsSuccess returns true when this delete authorization detail no content response has a 2xx status code
func (*DeleteAuthorizationDetailNoContent) String ¶
func (o *DeleteAuthorizationDetailNoContent) String() string
type DeleteAuthorizationDetailNotFound ¶
DeleteAuthorizationDetailNotFound describes a response with status code 404, with default header values.
Not found
func NewDeleteAuthorizationDetailNotFound ¶
func NewDeleteAuthorizationDetailNotFound() *DeleteAuthorizationDetailNotFound
NewDeleteAuthorizationDetailNotFound creates a DeleteAuthorizationDetailNotFound with default headers values
func (*DeleteAuthorizationDetailNotFound) Code ¶
func (o *DeleteAuthorizationDetailNotFound) Code() int
Code gets the status code for the delete authorization detail not found response
func (*DeleteAuthorizationDetailNotFound) Error ¶
func (o *DeleteAuthorizationDetailNotFound) Error() string
func (*DeleteAuthorizationDetailNotFound) GetPayload ¶
func (o *DeleteAuthorizationDetailNotFound) GetPayload() *models.Error
func (*DeleteAuthorizationDetailNotFound) IsClientError ¶
func (o *DeleteAuthorizationDetailNotFound) IsClientError() bool
IsClientError returns true when this delete authorization detail not found response has a 4xx status code
func (*DeleteAuthorizationDetailNotFound) IsCode ¶
func (o *DeleteAuthorizationDetailNotFound) IsCode(code int) bool
IsCode returns true when this delete authorization detail not found response a status code equal to that given
func (*DeleteAuthorizationDetailNotFound) IsRedirect ¶
func (o *DeleteAuthorizationDetailNotFound) IsRedirect() bool
IsRedirect returns true when this delete authorization detail not found response has a 3xx status code
func (*DeleteAuthorizationDetailNotFound) IsServerError ¶
func (o *DeleteAuthorizationDetailNotFound) IsServerError() bool
IsServerError returns true when this delete authorization detail not found response has a 5xx status code
func (*DeleteAuthorizationDetailNotFound) IsSuccess ¶
func (o *DeleteAuthorizationDetailNotFound) IsSuccess() bool
IsSuccess returns true when this delete authorization detail not found response has a 2xx status code
func (*DeleteAuthorizationDetailNotFound) String ¶
func (o *DeleteAuthorizationDetailNotFound) String() string
type DeleteAuthorizationDetailParams ¶
type DeleteAuthorizationDetailParams struct { /* AuthorizationDetailID. AuthorizationDetail ID */ AuthorizationDetailID string /* IfMatch. A server will only return requested resources if the resource matches one of the listed ETag value Format: etag */ IfMatch *string Context context.Context HTTPClient *http.Client // contains filtered or unexported fields }
DeleteAuthorizationDetailParams contains all the parameters to send to the API endpoint
for the delete authorization detail operation. Typically these are written to a http.Request.
func NewDeleteAuthorizationDetailParams ¶
func NewDeleteAuthorizationDetailParams() *DeleteAuthorizationDetailParams
NewDeleteAuthorizationDetailParams creates a new DeleteAuthorizationDetailParams 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 NewDeleteAuthorizationDetailParamsWithContext ¶
func NewDeleteAuthorizationDetailParamsWithContext(ctx context.Context) *DeleteAuthorizationDetailParams
NewDeleteAuthorizationDetailParamsWithContext creates a new DeleteAuthorizationDetailParams object with the ability to set a context for a request.
func NewDeleteAuthorizationDetailParamsWithHTTPClient ¶
func NewDeleteAuthorizationDetailParamsWithHTTPClient(client *http.Client) *DeleteAuthorizationDetailParams
NewDeleteAuthorizationDetailParamsWithHTTPClient creates a new DeleteAuthorizationDetailParams object with the ability to set a custom HTTPClient for a request.
func NewDeleteAuthorizationDetailParamsWithTimeout ¶
func NewDeleteAuthorizationDetailParamsWithTimeout(timeout time.Duration) *DeleteAuthorizationDetailParams
NewDeleteAuthorizationDetailParamsWithTimeout creates a new DeleteAuthorizationDetailParams object with the ability to set a timeout on a request.
func (*DeleteAuthorizationDetailParams) SetAuthorizationDetailID ¶
func (o *DeleteAuthorizationDetailParams) SetAuthorizationDetailID(authorizationDetailID string)
SetAuthorizationDetailID adds the authorizationDetailId to the delete authorization detail params
func (*DeleteAuthorizationDetailParams) SetContext ¶
func (o *DeleteAuthorizationDetailParams) SetContext(ctx context.Context)
SetContext adds the context to the delete authorization detail params
func (*DeleteAuthorizationDetailParams) SetDefaults ¶
func (o *DeleteAuthorizationDetailParams) SetDefaults()
SetDefaults hydrates default values in the delete authorization detail params (not the query body).
All values with no default are reset to their zero value.
func (*DeleteAuthorizationDetailParams) SetHTTPClient ¶
func (o *DeleteAuthorizationDetailParams) SetHTTPClient(client *http.Client)
SetHTTPClient adds the HTTPClient to the delete authorization detail params
func (*DeleteAuthorizationDetailParams) SetIfMatch ¶
func (o *DeleteAuthorizationDetailParams) SetIfMatch(ifMatch *string)
SetIfMatch adds the ifMatch to the delete authorization detail params
func (*DeleteAuthorizationDetailParams) SetTimeout ¶
func (o *DeleteAuthorizationDetailParams) SetTimeout(timeout time.Duration)
SetTimeout adds the timeout to the delete authorization detail params
func (*DeleteAuthorizationDetailParams) WithAuthorizationDetailID ¶
func (o *DeleteAuthorizationDetailParams) WithAuthorizationDetailID(authorizationDetailID string) *DeleteAuthorizationDetailParams
WithAuthorizationDetailID adds the authorizationDetailID to the delete authorization detail params
func (*DeleteAuthorizationDetailParams) WithContext ¶
func (o *DeleteAuthorizationDetailParams) WithContext(ctx context.Context) *DeleteAuthorizationDetailParams
WithContext adds the context to the delete authorization detail params
func (*DeleteAuthorizationDetailParams) WithDefaults ¶
func (o *DeleteAuthorizationDetailParams) WithDefaults() *DeleteAuthorizationDetailParams
WithDefaults hydrates default values in the delete authorization detail params (not the query body).
All values with no default are reset to their zero value.
func (*DeleteAuthorizationDetailParams) WithHTTPClient ¶
func (o *DeleteAuthorizationDetailParams) WithHTTPClient(client *http.Client) *DeleteAuthorizationDetailParams
WithHTTPClient adds the HTTPClient to the delete authorization detail params
func (*DeleteAuthorizationDetailParams) WithIfMatch ¶
func (o *DeleteAuthorizationDetailParams) WithIfMatch(ifMatch *string) *DeleteAuthorizationDetailParams
WithIfMatch adds the ifMatch to the delete authorization detail params
func (*DeleteAuthorizationDetailParams) WithTimeout ¶
func (o *DeleteAuthorizationDetailParams) WithTimeout(timeout time.Duration) *DeleteAuthorizationDetailParams
WithTimeout adds the timeout to the delete authorization detail params
func (*DeleteAuthorizationDetailParams) WriteToRequest ¶
func (o *DeleteAuthorizationDetailParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error
WriteToRequest writes these params to a swagger request
type DeleteAuthorizationDetailReader ¶
type DeleteAuthorizationDetailReader struct {
// contains filtered or unexported fields
}
DeleteAuthorizationDetailReader is a Reader for the DeleteAuthorizationDetail structure.
func (*DeleteAuthorizationDetailReader) ReadResponse ¶
func (o *DeleteAuthorizationDetailReader) ReadResponse(response runtime.ClientResponse, consumer runtime.Consumer) (interface{}, error)
ReadResponse reads a server response into the received o.
type DeleteAuthorizationDetailTooManyRequests ¶
DeleteAuthorizationDetailTooManyRequests describes a response with status code 429, with default header values.
Too many requests
func NewDeleteAuthorizationDetailTooManyRequests ¶
func NewDeleteAuthorizationDetailTooManyRequests() *DeleteAuthorizationDetailTooManyRequests
NewDeleteAuthorizationDetailTooManyRequests creates a DeleteAuthorizationDetailTooManyRequests with default headers values
func (*DeleteAuthorizationDetailTooManyRequests) Code ¶
func (o *DeleteAuthorizationDetailTooManyRequests) Code() int
Code gets the status code for the delete authorization detail too many requests response
func (*DeleteAuthorizationDetailTooManyRequests) Error ¶
func (o *DeleteAuthorizationDetailTooManyRequests) Error() string
func (*DeleteAuthorizationDetailTooManyRequests) GetPayload ¶
func (o *DeleteAuthorizationDetailTooManyRequests) GetPayload() *models.Error
func (*DeleteAuthorizationDetailTooManyRequests) IsClientError ¶
func (o *DeleteAuthorizationDetailTooManyRequests) IsClientError() bool
IsClientError returns true when this delete authorization detail too many requests response has a 4xx status code
func (*DeleteAuthorizationDetailTooManyRequests) IsCode ¶
func (o *DeleteAuthorizationDetailTooManyRequests) IsCode(code int) bool
IsCode returns true when this delete authorization detail too many requests response a status code equal to that given
func (*DeleteAuthorizationDetailTooManyRequests) IsRedirect ¶
func (o *DeleteAuthorizationDetailTooManyRequests) IsRedirect() bool
IsRedirect returns true when this delete authorization detail too many requests response has a 3xx status code
func (*DeleteAuthorizationDetailTooManyRequests) IsServerError ¶
func (o *DeleteAuthorizationDetailTooManyRequests) IsServerError() bool
IsServerError returns true when this delete authorization detail too many requests response has a 5xx status code
func (*DeleteAuthorizationDetailTooManyRequests) IsSuccess ¶
func (o *DeleteAuthorizationDetailTooManyRequests) IsSuccess() bool
IsSuccess returns true when this delete authorization detail too many requests response has a 2xx status code
func (*DeleteAuthorizationDetailTooManyRequests) String ¶
func (o *DeleteAuthorizationDetailTooManyRequests) String() string
type DeleteAuthorizationDetailUnauthorized ¶
type DeleteAuthorizationDetailUnauthorized struct {
}DeleteAuthorizationDetailUnauthorized describes a response with status code 401, with default header values.
Unauthorized
func NewDeleteAuthorizationDetailUnauthorized ¶
func NewDeleteAuthorizationDetailUnauthorized() *DeleteAuthorizationDetailUnauthorized
NewDeleteAuthorizationDetailUnauthorized creates a DeleteAuthorizationDetailUnauthorized with default headers values
func (*DeleteAuthorizationDetailUnauthorized) Code ¶
func (o *DeleteAuthorizationDetailUnauthorized) Code() int
Code gets the status code for the delete authorization detail unauthorized response
func (*DeleteAuthorizationDetailUnauthorized) Error ¶
func (o *DeleteAuthorizationDetailUnauthorized) Error() string
func (*DeleteAuthorizationDetailUnauthorized) GetPayload ¶
func (o *DeleteAuthorizationDetailUnauthorized) GetPayload() *models.Error
func (*DeleteAuthorizationDetailUnauthorized) IsClientError ¶
func (o *DeleteAuthorizationDetailUnauthorized) IsClientError() bool
IsClientError returns true when this delete authorization detail unauthorized response has a 4xx status code
func (*DeleteAuthorizationDetailUnauthorized) IsCode ¶
func (o *DeleteAuthorizationDetailUnauthorized) IsCode(code int) bool
IsCode returns true when this delete authorization detail unauthorized response a status code equal to that given
func (*DeleteAuthorizationDetailUnauthorized) IsRedirect ¶
func (o *DeleteAuthorizationDetailUnauthorized) IsRedirect() bool
IsRedirect returns true when this delete authorization detail unauthorized response has a 3xx status code
func (*DeleteAuthorizationDetailUnauthorized) IsServerError ¶
func (o *DeleteAuthorizationDetailUnauthorized) IsServerError() bool
IsServerError returns true when this delete authorization detail unauthorized response has a 5xx status code
func (*DeleteAuthorizationDetailUnauthorized) IsSuccess ¶
func (o *DeleteAuthorizationDetailUnauthorized) IsSuccess() bool
IsSuccess returns true when this delete authorization detail unauthorized response has a 2xx status code
func (*DeleteAuthorizationDetailUnauthorized) String ¶
func (o *DeleteAuthorizationDetailUnauthorized) String() string
type GetAuthorizationDetailForbidden ¶
GetAuthorizationDetailForbidden describes a response with status code 403, with default header values.
Forbidden
func NewGetAuthorizationDetailForbidden ¶
func NewGetAuthorizationDetailForbidden() *GetAuthorizationDetailForbidden
NewGetAuthorizationDetailForbidden creates a GetAuthorizationDetailForbidden with default headers values
func (*GetAuthorizationDetailForbidden) Code ¶
func (o *GetAuthorizationDetailForbidden) Code() int
Code gets the status code for the get authorization detail forbidden response
func (*GetAuthorizationDetailForbidden) Error ¶
func (o *GetAuthorizationDetailForbidden) Error() string
func (*GetAuthorizationDetailForbidden) GetPayload ¶
func (o *GetAuthorizationDetailForbidden) GetPayload() *models.Error
func (*GetAuthorizationDetailForbidden) IsClientError ¶
func (o *GetAuthorizationDetailForbidden) IsClientError() bool
IsClientError returns true when this get authorization detail forbidden response has a 4xx status code
func (*GetAuthorizationDetailForbidden) IsCode ¶
func (o *GetAuthorizationDetailForbidden) IsCode(code int) bool
IsCode returns true when this get authorization detail forbidden response a status code equal to that given
func (*GetAuthorizationDetailForbidden) IsRedirect ¶
func (o *GetAuthorizationDetailForbidden) IsRedirect() bool
IsRedirect returns true when this get authorization detail forbidden response has a 3xx status code
func (*GetAuthorizationDetailForbidden) IsServerError ¶
func (o *GetAuthorizationDetailForbidden) IsServerError() bool
IsServerError returns true when this get authorization detail forbidden response has a 5xx status code
func (*GetAuthorizationDetailForbidden) IsSuccess ¶
func (o *GetAuthorizationDetailForbidden) IsSuccess() bool
IsSuccess returns true when this get authorization detail forbidden response has a 2xx status code
func (*GetAuthorizationDetailForbidden) String ¶
func (o *GetAuthorizationDetailForbidden) String() string
type GetAuthorizationDetailNotFound ¶
GetAuthorizationDetailNotFound describes a response with status code 404, with default header values.
Not found
func NewGetAuthorizationDetailNotFound ¶
func NewGetAuthorizationDetailNotFound() *GetAuthorizationDetailNotFound
NewGetAuthorizationDetailNotFound creates a GetAuthorizationDetailNotFound with default headers values
func (*GetAuthorizationDetailNotFound) Code ¶
func (o *GetAuthorizationDetailNotFound) Code() int
Code gets the status code for the get authorization detail not found response
func (*GetAuthorizationDetailNotFound) Error ¶
func (o *GetAuthorizationDetailNotFound) Error() string
func (*GetAuthorizationDetailNotFound) GetPayload ¶
func (o *GetAuthorizationDetailNotFound) GetPayload() *models.Error
func (*GetAuthorizationDetailNotFound) IsClientError ¶
func (o *GetAuthorizationDetailNotFound) IsClientError() bool
IsClientError returns true when this get authorization detail not found response has a 4xx status code
func (*GetAuthorizationDetailNotFound) IsCode ¶
func (o *GetAuthorizationDetailNotFound) IsCode(code int) bool
IsCode returns true when this get authorization detail not found response a status code equal to that given
func (*GetAuthorizationDetailNotFound) IsRedirect ¶
func (o *GetAuthorizationDetailNotFound) IsRedirect() bool
IsRedirect returns true when this get authorization detail not found response has a 3xx status code
func (*GetAuthorizationDetailNotFound) IsServerError ¶
func (o *GetAuthorizationDetailNotFound) IsServerError() bool
IsServerError returns true when this get authorization detail not found response has a 5xx status code
func (*GetAuthorizationDetailNotFound) IsSuccess ¶
func (o *GetAuthorizationDetailNotFound) IsSuccess() bool
IsSuccess returns true when this get authorization detail not found response has a 2xx status code
func (*GetAuthorizationDetailNotFound) String ¶
func (o *GetAuthorizationDetailNotFound) String() string
type GetAuthorizationDetailOK ¶
type GetAuthorizationDetailOK struct { /* The ETag HTTP header is an identifier for a specific version of a resource in:header Format: etag */ Etag string Payload *models.AuthorizationDetailWithService }
GetAuthorizationDetailOK describes a response with status code 200, with default header values.
AuthorizationDetailWithService
func NewGetAuthorizationDetailOK ¶
func NewGetAuthorizationDetailOK() *GetAuthorizationDetailOK
NewGetAuthorizationDetailOK creates a GetAuthorizationDetailOK with default headers values
func (*GetAuthorizationDetailOK) Code ¶
func (o *GetAuthorizationDetailOK) Code() int
Code gets the status code for the get authorization detail o k response
func (*GetAuthorizationDetailOK) Error ¶
func (o *GetAuthorizationDetailOK) Error() string
func (*GetAuthorizationDetailOK) GetPayload ¶
func (o *GetAuthorizationDetailOK) GetPayload() *models.AuthorizationDetailWithService
func (*GetAuthorizationDetailOK) IsClientError ¶
func (o *GetAuthorizationDetailOK) IsClientError() bool
IsClientError returns true when this get authorization detail o k response has a 4xx status code
func (*GetAuthorizationDetailOK) IsCode ¶
func (o *GetAuthorizationDetailOK) IsCode(code int) bool
IsCode returns true when this get authorization detail o k response a status code equal to that given
func (*GetAuthorizationDetailOK) IsRedirect ¶
func (o *GetAuthorizationDetailOK) IsRedirect() bool
IsRedirect returns true when this get authorization detail o k response has a 3xx status code
func (*GetAuthorizationDetailOK) IsServerError ¶
func (o *GetAuthorizationDetailOK) IsServerError() bool
IsServerError returns true when this get authorization detail o k response has a 5xx status code
func (*GetAuthorizationDetailOK) IsSuccess ¶
func (o *GetAuthorizationDetailOK) IsSuccess() bool
IsSuccess returns true when this get authorization detail o k response has a 2xx status code
func (*GetAuthorizationDetailOK) String ¶
func (o *GetAuthorizationDetailOK) String() string
type GetAuthorizationDetailParams ¶
type GetAuthorizationDetailParams struct { /* AuthorizationDetailID. AuthorizationDetail ID */ AuthorizationDetailID string /* IfMatch. A server will only return requested resources if the resource matches one of the listed ETag value Format: etag */ IfMatch *string Context context.Context HTTPClient *http.Client // contains filtered or unexported fields }
GetAuthorizationDetailParams contains all the parameters to send to the API endpoint
for the get authorization detail operation. Typically these are written to a http.Request.
func NewGetAuthorizationDetailParams ¶
func NewGetAuthorizationDetailParams() *GetAuthorizationDetailParams
NewGetAuthorizationDetailParams creates a new GetAuthorizationDetailParams 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 NewGetAuthorizationDetailParamsWithContext ¶
func NewGetAuthorizationDetailParamsWithContext(ctx context.Context) *GetAuthorizationDetailParams
NewGetAuthorizationDetailParamsWithContext creates a new GetAuthorizationDetailParams object with the ability to set a context for a request.
func NewGetAuthorizationDetailParamsWithHTTPClient ¶
func NewGetAuthorizationDetailParamsWithHTTPClient(client *http.Client) *GetAuthorizationDetailParams
NewGetAuthorizationDetailParamsWithHTTPClient creates a new GetAuthorizationDetailParams object with the ability to set a custom HTTPClient for a request.
func NewGetAuthorizationDetailParamsWithTimeout ¶
func NewGetAuthorizationDetailParamsWithTimeout(timeout time.Duration) *GetAuthorizationDetailParams
NewGetAuthorizationDetailParamsWithTimeout creates a new GetAuthorizationDetailParams object with the ability to set a timeout on a request.
func (*GetAuthorizationDetailParams) SetAuthorizationDetailID ¶
func (o *GetAuthorizationDetailParams) SetAuthorizationDetailID(authorizationDetailID string)
SetAuthorizationDetailID adds the authorizationDetailId to the get authorization detail params
func (*GetAuthorizationDetailParams) SetContext ¶
func (o *GetAuthorizationDetailParams) SetContext(ctx context.Context)
SetContext adds the context to the get authorization detail params
func (*GetAuthorizationDetailParams) SetDefaults ¶
func (o *GetAuthorizationDetailParams) SetDefaults()
SetDefaults hydrates default values in the get authorization detail params (not the query body).
All values with no default are reset to their zero value.
func (*GetAuthorizationDetailParams) SetHTTPClient ¶
func (o *GetAuthorizationDetailParams) SetHTTPClient(client *http.Client)
SetHTTPClient adds the HTTPClient to the get authorization detail params
func (*GetAuthorizationDetailParams) SetIfMatch ¶
func (o *GetAuthorizationDetailParams) SetIfMatch(ifMatch *string)
SetIfMatch adds the ifMatch to the get authorization detail params
func (*GetAuthorizationDetailParams) SetTimeout ¶
func (o *GetAuthorizationDetailParams) SetTimeout(timeout time.Duration)
SetTimeout adds the timeout to the get authorization detail params
func (*GetAuthorizationDetailParams) WithAuthorizationDetailID ¶
func (o *GetAuthorizationDetailParams) WithAuthorizationDetailID(authorizationDetailID string) *GetAuthorizationDetailParams
WithAuthorizationDetailID adds the authorizationDetailID to the get authorization detail params
func (*GetAuthorizationDetailParams) WithContext ¶
func (o *GetAuthorizationDetailParams) WithContext(ctx context.Context) *GetAuthorizationDetailParams
WithContext adds the context to the get authorization detail params
func (*GetAuthorizationDetailParams) WithDefaults ¶
func (o *GetAuthorizationDetailParams) WithDefaults() *GetAuthorizationDetailParams
WithDefaults hydrates default values in the get authorization detail params (not the query body).
All values with no default are reset to their zero value.
func (*GetAuthorizationDetailParams) WithHTTPClient ¶
func (o *GetAuthorizationDetailParams) WithHTTPClient(client *http.Client) *GetAuthorizationDetailParams
WithHTTPClient adds the HTTPClient to the get authorization detail params
func (*GetAuthorizationDetailParams) WithIfMatch ¶
func (o *GetAuthorizationDetailParams) WithIfMatch(ifMatch *string) *GetAuthorizationDetailParams
WithIfMatch adds the ifMatch to the get authorization detail params
func (*GetAuthorizationDetailParams) WithTimeout ¶
func (o *GetAuthorizationDetailParams) WithTimeout(timeout time.Duration) *GetAuthorizationDetailParams
WithTimeout adds the timeout to the get authorization detail params
func (*GetAuthorizationDetailParams) WriteToRequest ¶
func (o *GetAuthorizationDetailParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error
WriteToRequest writes these params to a swagger request
type GetAuthorizationDetailReader ¶
type GetAuthorizationDetailReader struct {
// contains filtered or unexported fields
}
GetAuthorizationDetailReader is a Reader for the GetAuthorizationDetail structure.
func (*GetAuthorizationDetailReader) ReadResponse ¶
func (o *GetAuthorizationDetailReader) ReadResponse(response runtime.ClientResponse, consumer runtime.Consumer) (interface{}, error)
ReadResponse reads a server response into the received o.
type GetAuthorizationDetailTooManyRequests ¶
GetAuthorizationDetailTooManyRequests describes a response with status code 429, with default header values.
Too many requests
func NewGetAuthorizationDetailTooManyRequests ¶
func NewGetAuthorizationDetailTooManyRequests() *GetAuthorizationDetailTooManyRequests
NewGetAuthorizationDetailTooManyRequests creates a GetAuthorizationDetailTooManyRequests with default headers values
func (*GetAuthorizationDetailTooManyRequests) Code ¶
func (o *GetAuthorizationDetailTooManyRequests) Code() int
Code gets the status code for the get authorization detail too many requests response
func (*GetAuthorizationDetailTooManyRequests) Error ¶
func (o *GetAuthorizationDetailTooManyRequests) Error() string
func (*GetAuthorizationDetailTooManyRequests) GetPayload ¶
func (o *GetAuthorizationDetailTooManyRequests) GetPayload() *models.Error
func (*GetAuthorizationDetailTooManyRequests) IsClientError ¶
func (o *GetAuthorizationDetailTooManyRequests) IsClientError() bool
IsClientError returns true when this get authorization detail too many requests response has a 4xx status code
func (*GetAuthorizationDetailTooManyRequests) IsCode ¶
func (o *GetAuthorizationDetailTooManyRequests) IsCode(code int) bool
IsCode returns true when this get authorization detail too many requests response a status code equal to that given
func (*GetAuthorizationDetailTooManyRequests) IsRedirect ¶
func (o *GetAuthorizationDetailTooManyRequests) IsRedirect() bool
IsRedirect returns true when this get authorization detail too many requests response has a 3xx status code
func (*GetAuthorizationDetailTooManyRequests) IsServerError ¶
func (o *GetAuthorizationDetailTooManyRequests) IsServerError() bool
IsServerError returns true when this get authorization detail too many requests response has a 5xx status code
func (*GetAuthorizationDetailTooManyRequests) IsSuccess ¶
func (o *GetAuthorizationDetailTooManyRequests) IsSuccess() bool
IsSuccess returns true when this get authorization detail too many requests response has a 2xx status code
func (*GetAuthorizationDetailTooManyRequests) String ¶
func (o *GetAuthorizationDetailTooManyRequests) String() string
type GetAuthorizationDetailUnauthorized ¶
type GetAuthorizationDetailUnauthorized struct {
}GetAuthorizationDetailUnauthorized describes a response with status code 401, with default header values.
Unauthorized
func NewGetAuthorizationDetailUnauthorized ¶
func NewGetAuthorizationDetailUnauthorized() *GetAuthorizationDetailUnauthorized
NewGetAuthorizationDetailUnauthorized creates a GetAuthorizationDetailUnauthorized with default headers values
func (*GetAuthorizationDetailUnauthorized) Code ¶
func (o *GetAuthorizationDetailUnauthorized) Code() int
Code gets the status code for the get authorization detail unauthorized response
func (*GetAuthorizationDetailUnauthorized) Error ¶
func (o *GetAuthorizationDetailUnauthorized) Error() string
func (*GetAuthorizationDetailUnauthorized) GetPayload ¶
func (o *GetAuthorizationDetailUnauthorized) GetPayload() *models.Error
func (*GetAuthorizationDetailUnauthorized) IsClientError ¶
func (o *GetAuthorizationDetailUnauthorized) IsClientError() bool
IsClientError returns true when this get authorization detail unauthorized response has a 4xx status code
func (*GetAuthorizationDetailUnauthorized) IsCode ¶
func (o *GetAuthorizationDetailUnauthorized) IsCode(code int) bool
IsCode returns true when this get authorization detail unauthorized response a status code equal to that given
func (*GetAuthorizationDetailUnauthorized) IsRedirect ¶
func (o *GetAuthorizationDetailUnauthorized) IsRedirect() bool
IsRedirect returns true when this get authorization detail unauthorized response has a 3xx status code
func (*GetAuthorizationDetailUnauthorized) IsServerError ¶
func (o *GetAuthorizationDetailUnauthorized) IsServerError() bool
IsServerError returns true when this get authorization detail unauthorized response has a 5xx status code
func (*GetAuthorizationDetailUnauthorized) IsSuccess ¶
func (o *GetAuthorizationDetailUnauthorized) IsSuccess() bool
IsSuccess returns true when this get authorization detail unauthorized response has a 2xx status code
func (*GetAuthorizationDetailUnauthorized) String ¶
func (o *GetAuthorizationDetailUnauthorized) String() string
type ListAuthorizationDetailsForbidden ¶
ListAuthorizationDetailsForbidden describes a response with status code 403, with default header values.
Forbidden
func NewListAuthorizationDetailsForbidden ¶
func NewListAuthorizationDetailsForbidden() *ListAuthorizationDetailsForbidden
NewListAuthorizationDetailsForbidden creates a ListAuthorizationDetailsForbidden with default headers values
func (*ListAuthorizationDetailsForbidden) Code ¶
func (o *ListAuthorizationDetailsForbidden) Code() int
Code gets the status code for the list authorization details forbidden response
func (*ListAuthorizationDetailsForbidden) Error ¶
func (o *ListAuthorizationDetailsForbidden) Error() string
func (*ListAuthorizationDetailsForbidden) GetPayload ¶
func (o *ListAuthorizationDetailsForbidden) GetPayload() *models.Error
func (*ListAuthorizationDetailsForbidden) IsClientError ¶
func (o *ListAuthorizationDetailsForbidden) IsClientError() bool
IsClientError returns true when this list authorization details forbidden response has a 4xx status code
func (*ListAuthorizationDetailsForbidden) IsCode ¶
func (o *ListAuthorizationDetailsForbidden) IsCode(code int) bool
IsCode returns true when this list authorization details forbidden response a status code equal to that given
func (*ListAuthorizationDetailsForbidden) IsRedirect ¶
func (o *ListAuthorizationDetailsForbidden) IsRedirect() bool
IsRedirect returns true when this list authorization details forbidden response has a 3xx status code
func (*ListAuthorizationDetailsForbidden) IsServerError ¶
func (o *ListAuthorizationDetailsForbidden) IsServerError() bool
IsServerError returns true when this list authorization details forbidden response has a 5xx status code
func (*ListAuthorizationDetailsForbidden) IsSuccess ¶
func (o *ListAuthorizationDetailsForbidden) IsSuccess() bool
IsSuccess returns true when this list authorization details forbidden response has a 2xx status code
func (*ListAuthorizationDetailsForbidden) String ¶
func (o *ListAuthorizationDetailsForbidden) String() string
type ListAuthorizationDetailsOK ¶
type ListAuthorizationDetailsOK struct {
Payload *models.AuthorizationDetailsWithServices
}
ListAuthorizationDetailsOK describes a response with status code 200, with default header values.
AuthorizationDetailsWithServices
func NewListAuthorizationDetailsOK ¶
func NewListAuthorizationDetailsOK() *ListAuthorizationDetailsOK
NewListAuthorizationDetailsOK creates a ListAuthorizationDetailsOK with default headers values
func (*ListAuthorizationDetailsOK) Code ¶
func (o *ListAuthorizationDetailsOK) Code() int
Code gets the status code for the list authorization details o k response
func (*ListAuthorizationDetailsOK) Error ¶
func (o *ListAuthorizationDetailsOK) Error() string
func (*ListAuthorizationDetailsOK) GetPayload ¶
func (o *ListAuthorizationDetailsOK) GetPayload() *models.AuthorizationDetailsWithServices
func (*ListAuthorizationDetailsOK) IsClientError ¶
func (o *ListAuthorizationDetailsOK) IsClientError() bool
IsClientError returns true when this list authorization details o k response has a 4xx status code
func (*ListAuthorizationDetailsOK) IsCode ¶
func (o *ListAuthorizationDetailsOK) IsCode(code int) bool
IsCode returns true when this list authorization details o k response a status code equal to that given
func (*ListAuthorizationDetailsOK) IsRedirect ¶
func (o *ListAuthorizationDetailsOK) IsRedirect() bool
IsRedirect returns true when this list authorization details o k response has a 3xx status code
func (*ListAuthorizationDetailsOK) IsServerError ¶
func (o *ListAuthorizationDetailsOK) IsServerError() bool
IsServerError returns true when this list authorization details o k response has a 5xx status code
func (*ListAuthorizationDetailsOK) IsSuccess ¶
func (o *ListAuthorizationDetailsOK) IsSuccess() bool
IsSuccess returns true when this list authorization details o k response has a 2xx status code
func (*ListAuthorizationDetailsOK) String ¶
func (o *ListAuthorizationDetailsOK) String() string
type ListAuthorizationDetailsParams ¶
type ListAuthorizationDetailsParams struct { /* IfMatch. A server will only return requested resources if the resource matches one of the listed ETag value Format: etag */ IfMatch *string /* Wid. Authorization server id Default: "default" */ Wid string Context context.Context HTTPClient *http.Client // contains filtered or unexported fields }
ListAuthorizationDetailsParams contains all the parameters to send to the API endpoint
for the list authorization details operation. Typically these are written to a http.Request.
func NewListAuthorizationDetailsParams ¶
func NewListAuthorizationDetailsParams() *ListAuthorizationDetailsParams
NewListAuthorizationDetailsParams creates a new ListAuthorizationDetailsParams 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 NewListAuthorizationDetailsParamsWithContext ¶
func NewListAuthorizationDetailsParamsWithContext(ctx context.Context) *ListAuthorizationDetailsParams
NewListAuthorizationDetailsParamsWithContext creates a new ListAuthorizationDetailsParams object with the ability to set a context for a request.
func NewListAuthorizationDetailsParamsWithHTTPClient ¶
func NewListAuthorizationDetailsParamsWithHTTPClient(client *http.Client) *ListAuthorizationDetailsParams
NewListAuthorizationDetailsParamsWithHTTPClient creates a new ListAuthorizationDetailsParams object with the ability to set a custom HTTPClient for a request.
func NewListAuthorizationDetailsParamsWithTimeout ¶
func NewListAuthorizationDetailsParamsWithTimeout(timeout time.Duration) *ListAuthorizationDetailsParams
NewListAuthorizationDetailsParamsWithTimeout creates a new ListAuthorizationDetailsParams object with the ability to set a timeout on a request.
func (*ListAuthorizationDetailsParams) SetContext ¶
func (o *ListAuthorizationDetailsParams) SetContext(ctx context.Context)
SetContext adds the context to the list authorization details params
func (*ListAuthorizationDetailsParams) SetDefaults ¶
func (o *ListAuthorizationDetailsParams) SetDefaults()
SetDefaults hydrates default values in the list authorization details params (not the query body).
All values with no default are reset to their zero value.
func (*ListAuthorizationDetailsParams) SetHTTPClient ¶
func (o *ListAuthorizationDetailsParams) SetHTTPClient(client *http.Client)
SetHTTPClient adds the HTTPClient to the list authorization details params
func (*ListAuthorizationDetailsParams) SetIfMatch ¶
func (o *ListAuthorizationDetailsParams) SetIfMatch(ifMatch *string)
SetIfMatch adds the ifMatch to the list authorization details params
func (*ListAuthorizationDetailsParams) SetTimeout ¶
func (o *ListAuthorizationDetailsParams) SetTimeout(timeout time.Duration)
SetTimeout adds the timeout to the list authorization details params
func (*ListAuthorizationDetailsParams) SetWid ¶
func (o *ListAuthorizationDetailsParams) SetWid(wid string)
SetWid adds the wid to the list authorization details params
func (*ListAuthorizationDetailsParams) WithContext ¶
func (o *ListAuthorizationDetailsParams) WithContext(ctx context.Context) *ListAuthorizationDetailsParams
WithContext adds the context to the list authorization details params
func (*ListAuthorizationDetailsParams) WithDefaults ¶
func (o *ListAuthorizationDetailsParams) WithDefaults() *ListAuthorizationDetailsParams
WithDefaults hydrates default values in the list authorization details params (not the query body).
All values with no default are reset to their zero value.
func (*ListAuthorizationDetailsParams) WithHTTPClient ¶
func (o *ListAuthorizationDetailsParams) WithHTTPClient(client *http.Client) *ListAuthorizationDetailsParams
WithHTTPClient adds the HTTPClient to the list authorization details params
func (*ListAuthorizationDetailsParams) WithIfMatch ¶
func (o *ListAuthorizationDetailsParams) WithIfMatch(ifMatch *string) *ListAuthorizationDetailsParams
WithIfMatch adds the ifMatch to the list authorization details params
func (*ListAuthorizationDetailsParams) WithTimeout ¶
func (o *ListAuthorizationDetailsParams) WithTimeout(timeout time.Duration) *ListAuthorizationDetailsParams
WithTimeout adds the timeout to the list authorization details params
func (*ListAuthorizationDetailsParams) WithWid ¶
func (o *ListAuthorizationDetailsParams) WithWid(wid string) *ListAuthorizationDetailsParams
WithWid adds the wid to the list authorization details params
func (*ListAuthorizationDetailsParams) WriteToRequest ¶
func (o *ListAuthorizationDetailsParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error
WriteToRequest writes these params to a swagger request
type ListAuthorizationDetailsReader ¶
type ListAuthorizationDetailsReader struct {
// contains filtered or unexported fields
}
ListAuthorizationDetailsReader is a Reader for the ListAuthorizationDetails structure.
func (*ListAuthorizationDetailsReader) ReadResponse ¶
func (o *ListAuthorizationDetailsReader) ReadResponse(response runtime.ClientResponse, consumer runtime.Consumer) (interface{}, error)
ReadResponse reads a server response into the received o.
type ListAuthorizationDetailsTooManyRequests ¶
ListAuthorizationDetailsTooManyRequests describes a response with status code 429, with default header values.
Too many requests
func NewListAuthorizationDetailsTooManyRequests ¶
func NewListAuthorizationDetailsTooManyRequests() *ListAuthorizationDetailsTooManyRequests
NewListAuthorizationDetailsTooManyRequests creates a ListAuthorizationDetailsTooManyRequests with default headers values
func (*ListAuthorizationDetailsTooManyRequests) Code ¶
func (o *ListAuthorizationDetailsTooManyRequests) Code() int
Code gets the status code for the list authorization details too many requests response
func (*ListAuthorizationDetailsTooManyRequests) Error ¶
func (o *ListAuthorizationDetailsTooManyRequests) Error() string
func (*ListAuthorizationDetailsTooManyRequests) GetPayload ¶
func (o *ListAuthorizationDetailsTooManyRequests) GetPayload() *models.Error
func (*ListAuthorizationDetailsTooManyRequests) IsClientError ¶
func (o *ListAuthorizationDetailsTooManyRequests) IsClientError() bool
IsClientError returns true when this list authorization details too many requests response has a 4xx status code
func (*ListAuthorizationDetailsTooManyRequests) IsCode ¶
func (o *ListAuthorizationDetailsTooManyRequests) IsCode(code int) bool
IsCode returns true when this list authorization details too many requests response a status code equal to that given
func (*ListAuthorizationDetailsTooManyRequests) IsRedirect ¶
func (o *ListAuthorizationDetailsTooManyRequests) IsRedirect() bool
IsRedirect returns true when this list authorization details too many requests response has a 3xx status code
func (*ListAuthorizationDetailsTooManyRequests) IsServerError ¶
func (o *ListAuthorizationDetailsTooManyRequests) IsServerError() bool
IsServerError returns true when this list authorization details too many requests response has a 5xx status code
func (*ListAuthorizationDetailsTooManyRequests) IsSuccess ¶
func (o *ListAuthorizationDetailsTooManyRequests) IsSuccess() bool
IsSuccess returns true when this list authorization details too many requests response has a 2xx status code
func (*ListAuthorizationDetailsTooManyRequests) String ¶
func (o *ListAuthorizationDetailsTooManyRequests) String() string
type ListAuthorizationDetailsUnauthorized ¶
type ListAuthorizationDetailsUnauthorized struct {
}ListAuthorizationDetailsUnauthorized describes a response with status code 401, with default header values.
Unauthorized
func NewListAuthorizationDetailsUnauthorized ¶
func NewListAuthorizationDetailsUnauthorized() *ListAuthorizationDetailsUnauthorized
NewListAuthorizationDetailsUnauthorized creates a ListAuthorizationDetailsUnauthorized with default headers values
func (*ListAuthorizationDetailsUnauthorized) Code ¶
func (o *ListAuthorizationDetailsUnauthorized) Code() int
Code gets the status code for the list authorization details unauthorized response
func (*ListAuthorizationDetailsUnauthorized) Error ¶
func (o *ListAuthorizationDetailsUnauthorized) Error() string
func (*ListAuthorizationDetailsUnauthorized) GetPayload ¶
func (o *ListAuthorizationDetailsUnauthorized) GetPayload() *models.Error
func (*ListAuthorizationDetailsUnauthorized) IsClientError ¶
func (o *ListAuthorizationDetailsUnauthorized) IsClientError() bool
IsClientError returns true when this list authorization details unauthorized response has a 4xx status code
func (*ListAuthorizationDetailsUnauthorized) IsCode ¶
func (o *ListAuthorizationDetailsUnauthorized) IsCode(code int) bool
IsCode returns true when this list authorization details unauthorized response a status code equal to that given
func (*ListAuthorizationDetailsUnauthorized) IsRedirect ¶
func (o *ListAuthorizationDetailsUnauthorized) IsRedirect() bool
IsRedirect returns true when this list authorization details unauthorized response has a 3xx status code
func (*ListAuthorizationDetailsUnauthorized) IsServerError ¶
func (o *ListAuthorizationDetailsUnauthorized) IsServerError() bool
IsServerError returns true when this list authorization details unauthorized response has a 5xx status code
func (*ListAuthorizationDetailsUnauthorized) IsSuccess ¶
func (o *ListAuthorizationDetailsUnauthorized) IsSuccess() bool
IsSuccess returns true when this list authorization details unauthorized response has a 2xx status code
func (*ListAuthorizationDetailsUnauthorized) String ¶
func (o *ListAuthorizationDetailsUnauthorized) String() string
type UpdateAuthorizationDetailBadRequest ¶
UpdateAuthorizationDetailBadRequest describes a response with status code 400, with default header values.
Bad request
func NewUpdateAuthorizationDetailBadRequest ¶
func NewUpdateAuthorizationDetailBadRequest() *UpdateAuthorizationDetailBadRequest
NewUpdateAuthorizationDetailBadRequest creates a UpdateAuthorizationDetailBadRequest with default headers values
func (*UpdateAuthorizationDetailBadRequest) Code ¶
func (o *UpdateAuthorizationDetailBadRequest) Code() int
Code gets the status code for the update authorization detail bad request response
func (*UpdateAuthorizationDetailBadRequest) Error ¶
func (o *UpdateAuthorizationDetailBadRequest) Error() string
func (*UpdateAuthorizationDetailBadRequest) GetPayload ¶
func (o *UpdateAuthorizationDetailBadRequest) GetPayload() *models.Error
func (*UpdateAuthorizationDetailBadRequest) IsClientError ¶
func (o *UpdateAuthorizationDetailBadRequest) IsClientError() bool
IsClientError returns true when this update authorization detail bad request response has a 4xx status code
func (*UpdateAuthorizationDetailBadRequest) IsCode ¶
func (o *UpdateAuthorizationDetailBadRequest) IsCode(code int) bool
IsCode returns true when this update authorization detail bad request response a status code equal to that given
func (*UpdateAuthorizationDetailBadRequest) IsRedirect ¶
func (o *UpdateAuthorizationDetailBadRequest) IsRedirect() bool
IsRedirect returns true when this update authorization detail bad request response has a 3xx status code
func (*UpdateAuthorizationDetailBadRequest) IsServerError ¶
func (o *UpdateAuthorizationDetailBadRequest) IsServerError() bool
IsServerError returns true when this update authorization detail bad request response has a 5xx status code
func (*UpdateAuthorizationDetailBadRequest) IsSuccess ¶
func (o *UpdateAuthorizationDetailBadRequest) IsSuccess() bool
IsSuccess returns true when this update authorization detail bad request response has a 2xx status code
func (*UpdateAuthorizationDetailBadRequest) String ¶
func (o *UpdateAuthorizationDetailBadRequest) String() string
type UpdateAuthorizationDetailConflict ¶
UpdateAuthorizationDetailConflict describes a response with status code 409, with default header values.
Unprocessable entity
func NewUpdateAuthorizationDetailConflict ¶
func NewUpdateAuthorizationDetailConflict() *UpdateAuthorizationDetailConflict
NewUpdateAuthorizationDetailConflict creates a UpdateAuthorizationDetailConflict with default headers values
func (*UpdateAuthorizationDetailConflict) Code ¶
func (o *UpdateAuthorizationDetailConflict) Code() int
Code gets the status code for the update authorization detail conflict response
func (*UpdateAuthorizationDetailConflict) Error ¶
func (o *UpdateAuthorizationDetailConflict) Error() string
func (*UpdateAuthorizationDetailConflict) GetPayload ¶
func (o *UpdateAuthorizationDetailConflict) GetPayload() *models.Error
func (*UpdateAuthorizationDetailConflict) IsClientError ¶
func (o *UpdateAuthorizationDetailConflict) IsClientError() bool
IsClientError returns true when this update authorization detail conflict response has a 4xx status code
func (*UpdateAuthorizationDetailConflict) IsCode ¶
func (o *UpdateAuthorizationDetailConflict) IsCode(code int) bool
IsCode returns true when this update authorization detail conflict response a status code equal to that given
func (*UpdateAuthorizationDetailConflict) IsRedirect ¶
func (o *UpdateAuthorizationDetailConflict) IsRedirect() bool
IsRedirect returns true when this update authorization detail conflict response has a 3xx status code
func (*UpdateAuthorizationDetailConflict) IsServerError ¶
func (o *UpdateAuthorizationDetailConflict) IsServerError() bool
IsServerError returns true when this update authorization detail conflict response has a 5xx status code
func (*UpdateAuthorizationDetailConflict) IsSuccess ¶
func (o *UpdateAuthorizationDetailConflict) IsSuccess() bool
IsSuccess returns true when this update authorization detail conflict response has a 2xx status code
func (*UpdateAuthorizationDetailConflict) String ¶
func (o *UpdateAuthorizationDetailConflict) String() string
type UpdateAuthorizationDetailForbidden ¶
UpdateAuthorizationDetailForbidden describes a response with status code 403, with default header values.
Forbidden
func NewUpdateAuthorizationDetailForbidden ¶
func NewUpdateAuthorizationDetailForbidden() *UpdateAuthorizationDetailForbidden
NewUpdateAuthorizationDetailForbidden creates a UpdateAuthorizationDetailForbidden with default headers values
func (*UpdateAuthorizationDetailForbidden) Code ¶
func (o *UpdateAuthorizationDetailForbidden) Code() int
Code gets the status code for the update authorization detail forbidden response
func (*UpdateAuthorizationDetailForbidden) Error ¶
func (o *UpdateAuthorizationDetailForbidden) Error() string
func (*UpdateAuthorizationDetailForbidden) GetPayload ¶
func (o *UpdateAuthorizationDetailForbidden) GetPayload() *models.Error
func (*UpdateAuthorizationDetailForbidden) IsClientError ¶
func (o *UpdateAuthorizationDetailForbidden) IsClientError() bool
IsClientError returns true when this update authorization detail forbidden response has a 4xx status code
func (*UpdateAuthorizationDetailForbidden) IsCode ¶
func (o *UpdateAuthorizationDetailForbidden) IsCode(code int) bool
IsCode returns true when this update authorization detail forbidden response a status code equal to that given
func (*UpdateAuthorizationDetailForbidden) IsRedirect ¶
func (o *UpdateAuthorizationDetailForbidden) IsRedirect() bool
IsRedirect returns true when this update authorization detail forbidden response has a 3xx status code
func (*UpdateAuthorizationDetailForbidden) IsServerError ¶
func (o *UpdateAuthorizationDetailForbidden) IsServerError() bool
IsServerError returns true when this update authorization detail forbidden response has a 5xx status code
func (*UpdateAuthorizationDetailForbidden) IsSuccess ¶
func (o *UpdateAuthorizationDetailForbidden) IsSuccess() bool
IsSuccess returns true when this update authorization detail forbidden response has a 2xx status code
func (*UpdateAuthorizationDetailForbidden) String ¶
func (o *UpdateAuthorizationDetailForbidden) String() string
type UpdateAuthorizationDetailNotFound ¶
UpdateAuthorizationDetailNotFound describes a response with status code 404, with default header values.
Not found
func NewUpdateAuthorizationDetailNotFound ¶
func NewUpdateAuthorizationDetailNotFound() *UpdateAuthorizationDetailNotFound
NewUpdateAuthorizationDetailNotFound creates a UpdateAuthorizationDetailNotFound with default headers values
func (*UpdateAuthorizationDetailNotFound) Code ¶
func (o *UpdateAuthorizationDetailNotFound) Code() int
Code gets the status code for the update authorization detail not found response
func (*UpdateAuthorizationDetailNotFound) Error ¶
func (o *UpdateAuthorizationDetailNotFound) Error() string
func (*UpdateAuthorizationDetailNotFound) GetPayload ¶
func (o *UpdateAuthorizationDetailNotFound) GetPayload() *models.Error
func (*UpdateAuthorizationDetailNotFound) IsClientError ¶
func (o *UpdateAuthorizationDetailNotFound) IsClientError() bool
IsClientError returns true when this update authorization detail not found response has a 4xx status code
func (*UpdateAuthorizationDetailNotFound) IsCode ¶
func (o *UpdateAuthorizationDetailNotFound) IsCode(code int) bool
IsCode returns true when this update authorization detail not found response a status code equal to that given
func (*UpdateAuthorizationDetailNotFound) IsRedirect ¶
func (o *UpdateAuthorizationDetailNotFound) IsRedirect() bool
IsRedirect returns true when this update authorization detail not found response has a 3xx status code
func (*UpdateAuthorizationDetailNotFound) IsServerError ¶
func (o *UpdateAuthorizationDetailNotFound) IsServerError() bool
IsServerError returns true when this update authorization detail not found response has a 5xx status code
func (*UpdateAuthorizationDetailNotFound) IsSuccess ¶
func (o *UpdateAuthorizationDetailNotFound) IsSuccess() bool
IsSuccess returns true when this update authorization detail not found response has a 2xx status code
func (*UpdateAuthorizationDetailNotFound) String ¶
func (o *UpdateAuthorizationDetailNotFound) String() string
type UpdateAuthorizationDetailOK ¶
type UpdateAuthorizationDetailOK struct { /* The ETag HTTP header is an identifier for a specific version of a resource in:header Format: etag */ Etag string Payload *models.AuthorizationDetailWithServiceID }
UpdateAuthorizationDetailOK describes a response with status code 200, with default header values.
AuthorizationDetail
func NewUpdateAuthorizationDetailOK ¶
func NewUpdateAuthorizationDetailOK() *UpdateAuthorizationDetailOK
NewUpdateAuthorizationDetailOK creates a UpdateAuthorizationDetailOK with default headers values
func (*UpdateAuthorizationDetailOK) Code ¶
func (o *UpdateAuthorizationDetailOK) Code() int
Code gets the status code for the update authorization detail o k response
func (*UpdateAuthorizationDetailOK) Error ¶
func (o *UpdateAuthorizationDetailOK) Error() string
func (*UpdateAuthorizationDetailOK) GetPayload ¶
func (o *UpdateAuthorizationDetailOK) GetPayload() *models.AuthorizationDetailWithServiceID
func (*UpdateAuthorizationDetailOK) IsClientError ¶
func (o *UpdateAuthorizationDetailOK) IsClientError() bool
IsClientError returns true when this update authorization detail o k response has a 4xx status code
func (*UpdateAuthorizationDetailOK) IsCode ¶
func (o *UpdateAuthorizationDetailOK) IsCode(code int) bool
IsCode returns true when this update authorization detail o k response a status code equal to that given
func (*UpdateAuthorizationDetailOK) IsRedirect ¶
func (o *UpdateAuthorizationDetailOK) IsRedirect() bool
IsRedirect returns true when this update authorization detail o k response has a 3xx status code
func (*UpdateAuthorizationDetailOK) IsServerError ¶
func (o *UpdateAuthorizationDetailOK) IsServerError() bool
IsServerError returns true when this update authorization detail o k response has a 5xx status code
func (*UpdateAuthorizationDetailOK) IsSuccess ¶
func (o *UpdateAuthorizationDetailOK) IsSuccess() bool
IsSuccess returns true when this update authorization detail o k response has a 2xx status code
func (*UpdateAuthorizationDetailOK) String ¶
func (o *UpdateAuthorizationDetailOK) String() string
type UpdateAuthorizationDetailParams ¶
type UpdateAuthorizationDetailParams struct { // AuthorizationDetail. AuthorizationDetail *models.AuthorizationDetail /* AuthorizationDetailID. AuthorizationDetail ID */ AuthorizationDetailID string /* IfMatch. A server will only return requested resources if the resource matches one of the listed ETag value Format: etag */ IfMatch *string Context context.Context HTTPClient *http.Client // contains filtered or unexported fields }
UpdateAuthorizationDetailParams contains all the parameters to send to the API endpoint
for the update authorization detail operation. Typically these are written to a http.Request.
func NewUpdateAuthorizationDetailParams ¶
func NewUpdateAuthorizationDetailParams() *UpdateAuthorizationDetailParams
NewUpdateAuthorizationDetailParams creates a new UpdateAuthorizationDetailParams 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 NewUpdateAuthorizationDetailParamsWithContext ¶
func NewUpdateAuthorizationDetailParamsWithContext(ctx context.Context) *UpdateAuthorizationDetailParams
NewUpdateAuthorizationDetailParamsWithContext creates a new UpdateAuthorizationDetailParams object with the ability to set a context for a request.
func NewUpdateAuthorizationDetailParamsWithHTTPClient ¶
func NewUpdateAuthorizationDetailParamsWithHTTPClient(client *http.Client) *UpdateAuthorizationDetailParams
NewUpdateAuthorizationDetailParamsWithHTTPClient creates a new UpdateAuthorizationDetailParams object with the ability to set a custom HTTPClient for a request.
func NewUpdateAuthorizationDetailParamsWithTimeout ¶
func NewUpdateAuthorizationDetailParamsWithTimeout(timeout time.Duration) *UpdateAuthorizationDetailParams
NewUpdateAuthorizationDetailParamsWithTimeout creates a new UpdateAuthorizationDetailParams object with the ability to set a timeout on a request.
func (*UpdateAuthorizationDetailParams) SetAuthorizationDetail ¶
func (o *UpdateAuthorizationDetailParams) SetAuthorizationDetail(authorizationDetail *models.AuthorizationDetail)
SetAuthorizationDetail adds the authorizationDetail to the update authorization detail params
func (*UpdateAuthorizationDetailParams) SetAuthorizationDetailID ¶
func (o *UpdateAuthorizationDetailParams) SetAuthorizationDetailID(authorizationDetailID string)
SetAuthorizationDetailID adds the authorizationDetailId to the update authorization detail params
func (*UpdateAuthorizationDetailParams) SetContext ¶
func (o *UpdateAuthorizationDetailParams) SetContext(ctx context.Context)
SetContext adds the context to the update authorization detail params
func (*UpdateAuthorizationDetailParams) SetDefaults ¶
func (o *UpdateAuthorizationDetailParams) SetDefaults()
SetDefaults hydrates default values in the update authorization detail params (not the query body).
All values with no default are reset to their zero value.
func (*UpdateAuthorizationDetailParams) SetHTTPClient ¶
func (o *UpdateAuthorizationDetailParams) SetHTTPClient(client *http.Client)
SetHTTPClient adds the HTTPClient to the update authorization detail params
func (*UpdateAuthorizationDetailParams) SetIfMatch ¶
func (o *UpdateAuthorizationDetailParams) SetIfMatch(ifMatch *string)
SetIfMatch adds the ifMatch to the update authorization detail params
func (*UpdateAuthorizationDetailParams) SetTimeout ¶
func (o *UpdateAuthorizationDetailParams) SetTimeout(timeout time.Duration)
SetTimeout adds the timeout to the update authorization detail params
func (*UpdateAuthorizationDetailParams) WithAuthorizationDetail ¶
func (o *UpdateAuthorizationDetailParams) WithAuthorizationDetail(authorizationDetail *models.AuthorizationDetail) *UpdateAuthorizationDetailParams
WithAuthorizationDetail adds the authorizationDetail to the update authorization detail params
func (*UpdateAuthorizationDetailParams) WithAuthorizationDetailID ¶
func (o *UpdateAuthorizationDetailParams) WithAuthorizationDetailID(authorizationDetailID string) *UpdateAuthorizationDetailParams
WithAuthorizationDetailID adds the authorizationDetailID to the update authorization detail params
func (*UpdateAuthorizationDetailParams) WithContext ¶
func (o *UpdateAuthorizationDetailParams) WithContext(ctx context.Context) *UpdateAuthorizationDetailParams
WithContext adds the context to the update authorization detail params
func (*UpdateAuthorizationDetailParams) WithDefaults ¶
func (o *UpdateAuthorizationDetailParams) WithDefaults() *UpdateAuthorizationDetailParams
WithDefaults hydrates default values in the update authorization detail params (not the query body).
All values with no default are reset to their zero value.
func (*UpdateAuthorizationDetailParams) WithHTTPClient ¶
func (o *UpdateAuthorizationDetailParams) WithHTTPClient(client *http.Client) *UpdateAuthorizationDetailParams
WithHTTPClient adds the HTTPClient to the update authorization detail params
func (*UpdateAuthorizationDetailParams) WithIfMatch ¶
func (o *UpdateAuthorizationDetailParams) WithIfMatch(ifMatch *string) *UpdateAuthorizationDetailParams
WithIfMatch adds the ifMatch to the update authorization detail params
func (*UpdateAuthorizationDetailParams) WithTimeout ¶
func (o *UpdateAuthorizationDetailParams) WithTimeout(timeout time.Duration) *UpdateAuthorizationDetailParams
WithTimeout adds the timeout to the update authorization detail params
func (*UpdateAuthorizationDetailParams) WriteToRequest ¶
func (o *UpdateAuthorizationDetailParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error
WriteToRequest writes these params to a swagger request
type UpdateAuthorizationDetailReader ¶
type UpdateAuthorizationDetailReader struct {
// contains filtered or unexported fields
}
UpdateAuthorizationDetailReader is a Reader for the UpdateAuthorizationDetail structure.
func (*UpdateAuthorizationDetailReader) ReadResponse ¶
func (o *UpdateAuthorizationDetailReader) ReadResponse(response runtime.ClientResponse, consumer runtime.Consumer) (interface{}, error)
ReadResponse reads a server response into the received o.
type UpdateAuthorizationDetailTooManyRequests ¶
UpdateAuthorizationDetailTooManyRequests describes a response with status code 429, with default header values.
Too many requests
func NewUpdateAuthorizationDetailTooManyRequests ¶
func NewUpdateAuthorizationDetailTooManyRequests() *UpdateAuthorizationDetailTooManyRequests
NewUpdateAuthorizationDetailTooManyRequests creates a UpdateAuthorizationDetailTooManyRequests with default headers values
func (*UpdateAuthorizationDetailTooManyRequests) Code ¶
func (o *UpdateAuthorizationDetailTooManyRequests) Code() int
Code gets the status code for the update authorization detail too many requests response
func (*UpdateAuthorizationDetailTooManyRequests) Error ¶
func (o *UpdateAuthorizationDetailTooManyRequests) Error() string
func (*UpdateAuthorizationDetailTooManyRequests) GetPayload ¶
func (o *UpdateAuthorizationDetailTooManyRequests) GetPayload() *models.Error
func (*UpdateAuthorizationDetailTooManyRequests) IsClientError ¶
func (o *UpdateAuthorizationDetailTooManyRequests) IsClientError() bool
IsClientError returns true when this update authorization detail too many requests response has a 4xx status code
func (*UpdateAuthorizationDetailTooManyRequests) IsCode ¶
func (o *UpdateAuthorizationDetailTooManyRequests) IsCode(code int) bool
IsCode returns true when this update authorization detail too many requests response a status code equal to that given
func (*UpdateAuthorizationDetailTooManyRequests) IsRedirect ¶
func (o *UpdateAuthorizationDetailTooManyRequests) IsRedirect() bool
IsRedirect returns true when this update authorization detail too many requests response has a 3xx status code
func (*UpdateAuthorizationDetailTooManyRequests) IsServerError ¶
func (o *UpdateAuthorizationDetailTooManyRequests) IsServerError() bool
IsServerError returns true when this update authorization detail too many requests response has a 5xx status code
func (*UpdateAuthorizationDetailTooManyRequests) IsSuccess ¶
func (o *UpdateAuthorizationDetailTooManyRequests) IsSuccess() bool
IsSuccess returns true when this update authorization detail too many requests response has a 2xx status code
func (*UpdateAuthorizationDetailTooManyRequests) String ¶
func (o *UpdateAuthorizationDetailTooManyRequests) String() string
type UpdateAuthorizationDetailUnauthorized ¶
type UpdateAuthorizationDetailUnauthorized struct {
}UpdateAuthorizationDetailUnauthorized describes a response with status code 401, with default header values.
Unauthorized
func NewUpdateAuthorizationDetailUnauthorized ¶
func NewUpdateAuthorizationDetailUnauthorized() *UpdateAuthorizationDetailUnauthorized
NewUpdateAuthorizationDetailUnauthorized creates a UpdateAuthorizationDetailUnauthorized with default headers values
func (*UpdateAuthorizationDetailUnauthorized) Code ¶
func (o *UpdateAuthorizationDetailUnauthorized) Code() int
Code gets the status code for the update authorization detail unauthorized response
func (*UpdateAuthorizationDetailUnauthorized) Error ¶
func (o *UpdateAuthorizationDetailUnauthorized) Error() string
func (*UpdateAuthorizationDetailUnauthorized) GetPayload ¶
func (o *UpdateAuthorizationDetailUnauthorized) GetPayload() *models.Error
func (*UpdateAuthorizationDetailUnauthorized) IsClientError ¶
func (o *UpdateAuthorizationDetailUnauthorized) IsClientError() bool
IsClientError returns true when this update authorization detail unauthorized response has a 4xx status code
func (*UpdateAuthorizationDetailUnauthorized) IsCode ¶
func (o *UpdateAuthorizationDetailUnauthorized) IsCode(code int) bool
IsCode returns true when this update authorization detail unauthorized response a status code equal to that given
func (*UpdateAuthorizationDetailUnauthorized) IsRedirect ¶
func (o *UpdateAuthorizationDetailUnauthorized) IsRedirect() bool
IsRedirect returns true when this update authorization detail unauthorized response has a 3xx status code
func (*UpdateAuthorizationDetailUnauthorized) IsServerError ¶
func (o *UpdateAuthorizationDetailUnauthorized) IsServerError() bool
IsServerError returns true when this update authorization detail unauthorized response has a 5xx status code
func (*UpdateAuthorizationDetailUnauthorized) IsSuccess ¶
func (o *UpdateAuthorizationDetailUnauthorized) IsSuccess() bool
IsSuccess returns true when this update authorization detail unauthorized response has a 2xx status code
func (*UpdateAuthorizationDetailUnauthorized) String ¶
func (o *UpdateAuthorizationDetailUnauthorized) String() string
type UpdateAuthorizationDetailUnprocessableEntity ¶
UpdateAuthorizationDetailUnprocessableEntity describes a response with status code 422, with default header values.
Unprocessable entity
func NewUpdateAuthorizationDetailUnprocessableEntity ¶
func NewUpdateAuthorizationDetailUnprocessableEntity() *UpdateAuthorizationDetailUnprocessableEntity
NewUpdateAuthorizationDetailUnprocessableEntity creates a UpdateAuthorizationDetailUnprocessableEntity with default headers values
func (*UpdateAuthorizationDetailUnprocessableEntity) Code ¶
func (o *UpdateAuthorizationDetailUnprocessableEntity) Code() int
Code gets the status code for the update authorization detail unprocessable entity response
func (*UpdateAuthorizationDetailUnprocessableEntity) Error ¶
func (o *UpdateAuthorizationDetailUnprocessableEntity) Error() string
func (*UpdateAuthorizationDetailUnprocessableEntity) GetPayload ¶
func (o *UpdateAuthorizationDetailUnprocessableEntity) GetPayload() *models.Error
func (*UpdateAuthorizationDetailUnprocessableEntity) IsClientError ¶
func (o *UpdateAuthorizationDetailUnprocessableEntity) IsClientError() bool
IsClientError returns true when this update authorization detail unprocessable entity response has a 4xx status code
func (*UpdateAuthorizationDetailUnprocessableEntity) IsCode ¶
func (o *UpdateAuthorizationDetailUnprocessableEntity) IsCode(code int) bool
IsCode returns true when this update authorization detail unprocessable entity response a status code equal to that given
func (*UpdateAuthorizationDetailUnprocessableEntity) IsRedirect ¶
func (o *UpdateAuthorizationDetailUnprocessableEntity) IsRedirect() bool
IsRedirect returns true when this update authorization detail unprocessable entity response has a 3xx status code
func (*UpdateAuthorizationDetailUnprocessableEntity) IsServerError ¶
func (o *UpdateAuthorizationDetailUnprocessableEntity) IsServerError() bool
IsServerError returns true when this update authorization detail unprocessable entity response has a 5xx status code
func (*UpdateAuthorizationDetailUnprocessableEntity) IsSuccess ¶
func (o *UpdateAuthorizationDetailUnprocessableEntity) IsSuccess() bool
IsSuccess returns true when this update authorization detail unprocessable entity response has a 2xx status code
func (*UpdateAuthorizationDetailUnprocessableEntity) String ¶
func (o *UpdateAuthorizationDetailUnprocessableEntity) String() string
Source Files
¶
- authorization_details_client.go
- create_authorization_detail_parameters.go
- create_authorization_detail_responses.go
- delete_authorization_detail_parameters.go
- delete_authorization_detail_responses.go
- get_authorization_detail_parameters.go
- get_authorization_detail_responses.go
- list_authorization_details_parameters.go
- list_authorization_details_responses.go
- update_authorization_detail_parameters.go
- update_authorization_detail_responses.go