Versions in this module Expand all Collapse all v0 v0.1.0 Feb 27, 2020 Changes in this version + type Client struct + func (a *Client) CreateSamlDomainUsingPOST(params *CreateSamlDomainUsingPOSTParams) (*CreateSamlDomainUsingPOSTOK, *CreateSamlDomainUsingPOSTCreated, error) + func (a *Client) DeleteSamlDomainUsingDELETE(params *DeleteSamlDomainUsingDELETEParams) (*DeleteSamlDomainUsingDELETEOK, *DeleteSamlDomainUsingDELETENoContent, error) + func (a *Client) GetSamlDomainUsingGET(params *GetSamlDomainUsingGETParams) (*GetSamlDomainUsingGETOK, error) + func (a *Client) GetSamlDomainsUsingGET(params *GetSamlDomainsUsingGETParams) (*GetSamlDomainsUsingGETOK, error) + func (a *Client) PatchAllSamlDomainsUsingPATCH(params *PatchAllSamlDomainsUsingPATCHParams) (*PatchAllSamlDomainsUsingPATCHOK, *PatchAllSamlDomainsUsingPATCHNoContent, ...) + func (a *Client) PatchSamlDomainUsingPATCH(params *PatchSamlDomainUsingPATCHParams) (*PatchSamlDomainUsingPATCHOK, *PatchSamlDomainUsingPATCHNoContent, error) + func (a *Client) SetTransport(transport runtime.ClientTransport) + func (a *Client) UpdateSamlDomainUsingPUT(params *UpdateSamlDomainUsingPUTParams) (*UpdateSamlDomainUsingPUTOK, *UpdateSamlDomainUsingPUTCreated, error) + type ClientService interface + CreateSamlDomainUsingPOST func(params *CreateSamlDomainUsingPOSTParams) (*CreateSamlDomainUsingPOSTOK, *CreateSamlDomainUsingPOSTCreated, error) + DeleteSamlDomainUsingDELETE func(params *DeleteSamlDomainUsingDELETEParams) (*DeleteSamlDomainUsingDELETEOK, *DeleteSamlDomainUsingDELETENoContent, error) + GetSamlDomainUsingGET func(params *GetSamlDomainUsingGETParams) (*GetSamlDomainUsingGETOK, error) + GetSamlDomainsUsingGET func(params *GetSamlDomainsUsingGETParams) (*GetSamlDomainsUsingGETOK, error) + PatchAllSamlDomainsUsingPATCH func(params *PatchAllSamlDomainsUsingPATCHParams) (*PatchAllSamlDomainsUsingPATCHOK, *PatchAllSamlDomainsUsingPATCHNoContent, ...) + PatchSamlDomainUsingPATCH func(params *PatchSamlDomainUsingPATCHParams) (*PatchSamlDomainUsingPATCHOK, *PatchSamlDomainUsingPATCHNoContent, error) + SetTransport func(transport runtime.ClientTransport) + UpdateSamlDomainUsingPUT func(params *UpdateSamlDomainUsingPUTParams) (*UpdateSamlDomainUsingPUTOK, *UpdateSamlDomainUsingPUTCreated, error) + func New(transport runtime.ClientTransport, formats strfmt.Registry) ClientService + type CreateSamlDomainUsingPOSTCreated struct + func NewCreateSamlDomainUsingPOSTCreated() *CreateSamlDomainUsingPOSTCreated + func (o *CreateSamlDomainUsingPOSTCreated) Error() string + type CreateSamlDomainUsingPOSTForbidden struct + func NewCreateSamlDomainUsingPOSTForbidden() *CreateSamlDomainUsingPOSTForbidden + func (o *CreateSamlDomainUsingPOSTForbidden) Error() string + type CreateSamlDomainUsingPOSTNotFound struct + func NewCreateSamlDomainUsingPOSTNotFound() *CreateSamlDomainUsingPOSTNotFound + func (o *CreateSamlDomainUsingPOSTNotFound) Error() string + type CreateSamlDomainUsingPOSTOK struct + Payload *models.SamlDomainDto + func NewCreateSamlDomainUsingPOSTOK() *CreateSamlDomainUsingPOSTOK + func (o *CreateSamlDomainUsingPOSTOK) Error() string + func (o *CreateSamlDomainUsingPOSTOK) GetPayload() *models.SamlDomainDto + type CreateSamlDomainUsingPOSTParams struct + Context context.Context + HTTPClient *http.Client + SamlDomainDto *models.SamlDomainDto + func NewCreateSamlDomainUsingPOSTParams() *CreateSamlDomainUsingPOSTParams + func NewCreateSamlDomainUsingPOSTParamsWithContext(ctx context.Context) *CreateSamlDomainUsingPOSTParams + func NewCreateSamlDomainUsingPOSTParamsWithHTTPClient(client *http.Client) *CreateSamlDomainUsingPOSTParams + func NewCreateSamlDomainUsingPOSTParamsWithTimeout(timeout time.Duration) *CreateSamlDomainUsingPOSTParams + func (o *CreateSamlDomainUsingPOSTParams) SetContext(ctx context.Context) + func (o *CreateSamlDomainUsingPOSTParams) SetHTTPClient(client *http.Client) + func (o *CreateSamlDomainUsingPOSTParams) SetSamlDomainDto(samlDomainDto *models.SamlDomainDto) + func (o *CreateSamlDomainUsingPOSTParams) SetTimeout(timeout time.Duration) + func (o *CreateSamlDomainUsingPOSTParams) WithContext(ctx context.Context) *CreateSamlDomainUsingPOSTParams + func (o *CreateSamlDomainUsingPOSTParams) WithHTTPClient(client *http.Client) *CreateSamlDomainUsingPOSTParams + func (o *CreateSamlDomainUsingPOSTParams) WithSamlDomainDto(samlDomainDto *models.SamlDomainDto) *CreateSamlDomainUsingPOSTParams + func (o *CreateSamlDomainUsingPOSTParams) WithTimeout(timeout time.Duration) *CreateSamlDomainUsingPOSTParams + func (o *CreateSamlDomainUsingPOSTParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error + type CreateSamlDomainUsingPOSTReader struct + func (o *CreateSamlDomainUsingPOSTReader) ReadResponse(response runtime.ClientResponse, consumer runtime.Consumer) (interface{}, error) + type CreateSamlDomainUsingPOSTUnauthorized struct + func NewCreateSamlDomainUsingPOSTUnauthorized() *CreateSamlDomainUsingPOSTUnauthorized + func (o *CreateSamlDomainUsingPOSTUnauthorized) Error() string + type DeleteSamlDomainUsingDELETEForbidden struct + func NewDeleteSamlDomainUsingDELETEForbidden() *DeleteSamlDomainUsingDELETEForbidden + func (o *DeleteSamlDomainUsingDELETEForbidden) Error() string + type DeleteSamlDomainUsingDELETENoContent struct + func NewDeleteSamlDomainUsingDELETENoContent() *DeleteSamlDomainUsingDELETENoContent + func (o *DeleteSamlDomainUsingDELETENoContent) Error() string + type DeleteSamlDomainUsingDELETEOK struct + func NewDeleteSamlDomainUsingDELETEOK() *DeleteSamlDomainUsingDELETEOK + func (o *DeleteSamlDomainUsingDELETEOK) Error() string + type DeleteSamlDomainUsingDELETEParams struct + Context context.Context + HTTPClient *http.Client + SamlDomainID int64 + func NewDeleteSamlDomainUsingDELETEParams() *DeleteSamlDomainUsingDELETEParams + func NewDeleteSamlDomainUsingDELETEParamsWithContext(ctx context.Context) *DeleteSamlDomainUsingDELETEParams + func NewDeleteSamlDomainUsingDELETEParamsWithHTTPClient(client *http.Client) *DeleteSamlDomainUsingDELETEParams + func NewDeleteSamlDomainUsingDELETEParamsWithTimeout(timeout time.Duration) *DeleteSamlDomainUsingDELETEParams + func (o *DeleteSamlDomainUsingDELETEParams) SetContext(ctx context.Context) + func (o *DeleteSamlDomainUsingDELETEParams) SetHTTPClient(client *http.Client) + func (o *DeleteSamlDomainUsingDELETEParams) SetSamlDomainID(samlDomainID int64) + func (o *DeleteSamlDomainUsingDELETEParams) SetTimeout(timeout time.Duration) + func (o *DeleteSamlDomainUsingDELETEParams) WithContext(ctx context.Context) *DeleteSamlDomainUsingDELETEParams + func (o *DeleteSamlDomainUsingDELETEParams) WithHTTPClient(client *http.Client) *DeleteSamlDomainUsingDELETEParams + func (o *DeleteSamlDomainUsingDELETEParams) WithSamlDomainID(samlDomainID int64) *DeleteSamlDomainUsingDELETEParams + func (o *DeleteSamlDomainUsingDELETEParams) WithTimeout(timeout time.Duration) *DeleteSamlDomainUsingDELETEParams + func (o *DeleteSamlDomainUsingDELETEParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error + type DeleteSamlDomainUsingDELETEReader struct + func (o *DeleteSamlDomainUsingDELETEReader) ReadResponse(response runtime.ClientResponse, consumer runtime.Consumer) (interface{}, error) + type DeleteSamlDomainUsingDELETEUnauthorized struct + func NewDeleteSamlDomainUsingDELETEUnauthorized() *DeleteSamlDomainUsingDELETEUnauthorized + func (o *DeleteSamlDomainUsingDELETEUnauthorized) Error() string + type GetSamlDomainUsingGETForbidden struct + func NewGetSamlDomainUsingGETForbidden() *GetSamlDomainUsingGETForbidden + func (o *GetSamlDomainUsingGETForbidden) Error() string + type GetSamlDomainUsingGETNotFound struct + func NewGetSamlDomainUsingGETNotFound() *GetSamlDomainUsingGETNotFound + func (o *GetSamlDomainUsingGETNotFound) Error() string + type GetSamlDomainUsingGETOK struct + Payload *models.SamlDomainDto + func NewGetSamlDomainUsingGETOK() *GetSamlDomainUsingGETOK + func (o *GetSamlDomainUsingGETOK) Error() string + func (o *GetSamlDomainUsingGETOK) GetPayload() *models.SamlDomainDto + type GetSamlDomainUsingGETParams struct + Context context.Context + HTTPClient *http.Client + SamlDomainID int64 + func NewGetSamlDomainUsingGETParams() *GetSamlDomainUsingGETParams + func NewGetSamlDomainUsingGETParamsWithContext(ctx context.Context) *GetSamlDomainUsingGETParams + func NewGetSamlDomainUsingGETParamsWithHTTPClient(client *http.Client) *GetSamlDomainUsingGETParams + func NewGetSamlDomainUsingGETParamsWithTimeout(timeout time.Duration) *GetSamlDomainUsingGETParams + func (o *GetSamlDomainUsingGETParams) SetContext(ctx context.Context) + func (o *GetSamlDomainUsingGETParams) SetHTTPClient(client *http.Client) + func (o *GetSamlDomainUsingGETParams) SetSamlDomainID(samlDomainID int64) + func (o *GetSamlDomainUsingGETParams) SetTimeout(timeout time.Duration) + func (o *GetSamlDomainUsingGETParams) WithContext(ctx context.Context) *GetSamlDomainUsingGETParams + func (o *GetSamlDomainUsingGETParams) WithHTTPClient(client *http.Client) *GetSamlDomainUsingGETParams + func (o *GetSamlDomainUsingGETParams) WithSamlDomainID(samlDomainID int64) *GetSamlDomainUsingGETParams + func (o *GetSamlDomainUsingGETParams) WithTimeout(timeout time.Duration) *GetSamlDomainUsingGETParams + func (o *GetSamlDomainUsingGETParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error + type GetSamlDomainUsingGETReader struct + func (o *GetSamlDomainUsingGETReader) ReadResponse(response runtime.ClientResponse, consumer runtime.Consumer) (interface{}, error) + type GetSamlDomainUsingGETUnauthorized struct + func NewGetSamlDomainUsingGETUnauthorized() *GetSamlDomainUsingGETUnauthorized + func (o *GetSamlDomainUsingGETUnauthorized) Error() string + type GetSamlDomainsUsingGETForbidden struct + func NewGetSamlDomainsUsingGETForbidden() *GetSamlDomainsUsingGETForbidden + func (o *GetSamlDomainsUsingGETForbidden) Error() string + type GetSamlDomainsUsingGETNotFound struct + func NewGetSamlDomainsUsingGETNotFound() *GetSamlDomainsUsingGETNotFound + func (o *GetSamlDomainsUsingGETNotFound) Error() string + type GetSamlDomainsUsingGETOK struct + Payload *models.ListHolderDtoSamlDomainDto + func NewGetSamlDomainsUsingGETOK() *GetSamlDomainsUsingGETOK + func (o *GetSamlDomainsUsingGETOK) Error() string + func (o *GetSamlDomainsUsingGETOK) GetPayload() *models.ListHolderDtoSamlDomainDto + type GetSamlDomainsUsingGETParams struct + Context context.Context + HTTPClient *http.Client + func NewGetSamlDomainsUsingGETParams() *GetSamlDomainsUsingGETParams + func NewGetSamlDomainsUsingGETParamsWithContext(ctx context.Context) *GetSamlDomainsUsingGETParams + func NewGetSamlDomainsUsingGETParamsWithHTTPClient(client *http.Client) *GetSamlDomainsUsingGETParams + func NewGetSamlDomainsUsingGETParamsWithTimeout(timeout time.Duration) *GetSamlDomainsUsingGETParams + func (o *GetSamlDomainsUsingGETParams) SetContext(ctx context.Context) + func (o *GetSamlDomainsUsingGETParams) SetHTTPClient(client *http.Client) + func (o *GetSamlDomainsUsingGETParams) SetTimeout(timeout time.Duration) + func (o *GetSamlDomainsUsingGETParams) WithContext(ctx context.Context) *GetSamlDomainsUsingGETParams + func (o *GetSamlDomainsUsingGETParams) WithHTTPClient(client *http.Client) *GetSamlDomainsUsingGETParams + func (o *GetSamlDomainsUsingGETParams) WithTimeout(timeout time.Duration) *GetSamlDomainsUsingGETParams + func (o *GetSamlDomainsUsingGETParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error + type GetSamlDomainsUsingGETReader struct + func (o *GetSamlDomainsUsingGETReader) ReadResponse(response runtime.ClientResponse, consumer runtime.Consumer) (interface{}, error) + type GetSamlDomainsUsingGETUnauthorized struct + func NewGetSamlDomainsUsingGETUnauthorized() *GetSamlDomainsUsingGETUnauthorized + func (o *GetSamlDomainsUsingGETUnauthorized) Error() string + type PatchAllSamlDomainsUsingPATCHForbidden struct + func NewPatchAllSamlDomainsUsingPATCHForbidden() *PatchAllSamlDomainsUsingPATCHForbidden + func (o *PatchAllSamlDomainsUsingPATCHForbidden) Error() string + type PatchAllSamlDomainsUsingPATCHNoContent struct + func NewPatchAllSamlDomainsUsingPATCHNoContent() *PatchAllSamlDomainsUsingPATCHNoContent + func (o *PatchAllSamlDomainsUsingPATCHNoContent) Error() string + type PatchAllSamlDomainsUsingPATCHOK struct + func NewPatchAllSamlDomainsUsingPATCHOK() *PatchAllSamlDomainsUsingPATCHOK + func (o *PatchAllSamlDomainsUsingPATCHOK) Error() string + type PatchAllSamlDomainsUsingPATCHParams struct + Context context.Context + DomainName *string + HTTPClient *http.Client + SamlDomainDto *models.SamlDomainDto + TenantID string + func NewPatchAllSamlDomainsUsingPATCHParams() *PatchAllSamlDomainsUsingPATCHParams + func NewPatchAllSamlDomainsUsingPATCHParamsWithContext(ctx context.Context) *PatchAllSamlDomainsUsingPATCHParams + func NewPatchAllSamlDomainsUsingPATCHParamsWithHTTPClient(client *http.Client) *PatchAllSamlDomainsUsingPATCHParams + func NewPatchAllSamlDomainsUsingPATCHParamsWithTimeout(timeout time.Duration) *PatchAllSamlDomainsUsingPATCHParams + func (o *PatchAllSamlDomainsUsingPATCHParams) SetContext(ctx context.Context) + func (o *PatchAllSamlDomainsUsingPATCHParams) SetDomainName(domainName *string) + func (o *PatchAllSamlDomainsUsingPATCHParams) SetHTTPClient(client *http.Client) + func (o *PatchAllSamlDomainsUsingPATCHParams) SetSamlDomainDto(samlDomainDto *models.SamlDomainDto) + func (o *PatchAllSamlDomainsUsingPATCHParams) SetTenantID(tenantID string) + func (o *PatchAllSamlDomainsUsingPATCHParams) SetTimeout(timeout time.Duration) + func (o *PatchAllSamlDomainsUsingPATCHParams) WithContext(ctx context.Context) *PatchAllSamlDomainsUsingPATCHParams + func (o *PatchAllSamlDomainsUsingPATCHParams) WithDomainName(domainName *string) *PatchAllSamlDomainsUsingPATCHParams + func (o *PatchAllSamlDomainsUsingPATCHParams) WithHTTPClient(client *http.Client) *PatchAllSamlDomainsUsingPATCHParams + func (o *PatchAllSamlDomainsUsingPATCHParams) WithSamlDomainDto(samlDomainDto *models.SamlDomainDto) *PatchAllSamlDomainsUsingPATCHParams + func (o *PatchAllSamlDomainsUsingPATCHParams) WithTenantID(tenantID string) *PatchAllSamlDomainsUsingPATCHParams + func (o *PatchAllSamlDomainsUsingPATCHParams) WithTimeout(timeout time.Duration) *PatchAllSamlDomainsUsingPATCHParams + func (o *PatchAllSamlDomainsUsingPATCHParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error + type PatchAllSamlDomainsUsingPATCHReader struct + func (o *PatchAllSamlDomainsUsingPATCHReader) ReadResponse(response runtime.ClientResponse, consumer runtime.Consumer) (interface{}, error) + type PatchAllSamlDomainsUsingPATCHUnauthorized struct + func NewPatchAllSamlDomainsUsingPATCHUnauthorized() *PatchAllSamlDomainsUsingPATCHUnauthorized + func (o *PatchAllSamlDomainsUsingPATCHUnauthorized) Error() string + type PatchSamlDomainUsingPATCHForbidden struct + func NewPatchSamlDomainUsingPATCHForbidden() *PatchSamlDomainUsingPATCHForbidden + func (o *PatchSamlDomainUsingPATCHForbidden) Error() string + type PatchSamlDomainUsingPATCHNoContent struct + func NewPatchSamlDomainUsingPATCHNoContent() *PatchSamlDomainUsingPATCHNoContent + func (o *PatchSamlDomainUsingPATCHNoContent) Error() string + type PatchSamlDomainUsingPATCHOK struct + Payload *models.SamlDomainDto + func NewPatchSamlDomainUsingPATCHOK() *PatchSamlDomainUsingPATCHOK + func (o *PatchSamlDomainUsingPATCHOK) Error() string + func (o *PatchSamlDomainUsingPATCHOK) GetPayload() *models.SamlDomainDto + type PatchSamlDomainUsingPATCHParams struct + Context context.Context + HTTPClient *http.Client + SamlDomainDto *models.SamlDomainDto + SamlDomainID int64 + TenantID *string + func NewPatchSamlDomainUsingPATCHParams() *PatchSamlDomainUsingPATCHParams + func NewPatchSamlDomainUsingPATCHParamsWithContext(ctx context.Context) *PatchSamlDomainUsingPATCHParams + func NewPatchSamlDomainUsingPATCHParamsWithHTTPClient(client *http.Client) *PatchSamlDomainUsingPATCHParams + func NewPatchSamlDomainUsingPATCHParamsWithTimeout(timeout time.Duration) *PatchSamlDomainUsingPATCHParams + func (o *PatchSamlDomainUsingPATCHParams) SetContext(ctx context.Context) + func (o *PatchSamlDomainUsingPATCHParams) SetHTTPClient(client *http.Client) + func (o *PatchSamlDomainUsingPATCHParams) SetSamlDomainDto(samlDomainDto *models.SamlDomainDto) + func (o *PatchSamlDomainUsingPATCHParams) SetSamlDomainID(samlDomainID int64) + func (o *PatchSamlDomainUsingPATCHParams) SetTenantID(tenantID *string) + func (o *PatchSamlDomainUsingPATCHParams) SetTimeout(timeout time.Duration) + func (o *PatchSamlDomainUsingPATCHParams) WithContext(ctx context.Context) *PatchSamlDomainUsingPATCHParams + func (o *PatchSamlDomainUsingPATCHParams) WithHTTPClient(client *http.Client) *PatchSamlDomainUsingPATCHParams + func (o *PatchSamlDomainUsingPATCHParams) WithSamlDomainDto(samlDomainDto *models.SamlDomainDto) *PatchSamlDomainUsingPATCHParams + func (o *PatchSamlDomainUsingPATCHParams) WithSamlDomainID(samlDomainID int64) *PatchSamlDomainUsingPATCHParams + func (o *PatchSamlDomainUsingPATCHParams) WithTenantID(tenantID *string) *PatchSamlDomainUsingPATCHParams + func (o *PatchSamlDomainUsingPATCHParams) WithTimeout(timeout time.Duration) *PatchSamlDomainUsingPATCHParams + func (o *PatchSamlDomainUsingPATCHParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error + type PatchSamlDomainUsingPATCHReader struct + func (o *PatchSamlDomainUsingPATCHReader) ReadResponse(response runtime.ClientResponse, consumer runtime.Consumer) (interface{}, error) + type PatchSamlDomainUsingPATCHUnauthorized struct + func NewPatchSamlDomainUsingPATCHUnauthorized() *PatchSamlDomainUsingPATCHUnauthorized + func (o *PatchSamlDomainUsingPATCHUnauthorized) Error() string + type UpdateSamlDomainUsingPUTCreated struct + func NewUpdateSamlDomainUsingPUTCreated() *UpdateSamlDomainUsingPUTCreated + func (o *UpdateSamlDomainUsingPUTCreated) Error() string + type UpdateSamlDomainUsingPUTForbidden struct + func NewUpdateSamlDomainUsingPUTForbidden() *UpdateSamlDomainUsingPUTForbidden + func (o *UpdateSamlDomainUsingPUTForbidden) Error() string + type UpdateSamlDomainUsingPUTNotFound struct + func NewUpdateSamlDomainUsingPUTNotFound() *UpdateSamlDomainUsingPUTNotFound + func (o *UpdateSamlDomainUsingPUTNotFound) Error() string + type UpdateSamlDomainUsingPUTOK struct + Payload *models.SamlDomainDto + func NewUpdateSamlDomainUsingPUTOK() *UpdateSamlDomainUsingPUTOK + func (o *UpdateSamlDomainUsingPUTOK) Error() string + func (o *UpdateSamlDomainUsingPUTOK) GetPayload() *models.SamlDomainDto + type UpdateSamlDomainUsingPUTParams struct + Context context.Context + HTTPClient *http.Client + SamlDomainDto *models.SamlDomainDto + SamlDomainID int64 + func NewUpdateSamlDomainUsingPUTParams() *UpdateSamlDomainUsingPUTParams + func NewUpdateSamlDomainUsingPUTParamsWithContext(ctx context.Context) *UpdateSamlDomainUsingPUTParams + func NewUpdateSamlDomainUsingPUTParamsWithHTTPClient(client *http.Client) *UpdateSamlDomainUsingPUTParams + func NewUpdateSamlDomainUsingPUTParamsWithTimeout(timeout time.Duration) *UpdateSamlDomainUsingPUTParams + func (o *UpdateSamlDomainUsingPUTParams) SetContext(ctx context.Context) + func (o *UpdateSamlDomainUsingPUTParams) SetHTTPClient(client *http.Client) + func (o *UpdateSamlDomainUsingPUTParams) SetSamlDomainDto(samlDomainDto *models.SamlDomainDto) + func (o *UpdateSamlDomainUsingPUTParams) SetSamlDomainID(samlDomainID int64) + func (o *UpdateSamlDomainUsingPUTParams) SetTimeout(timeout time.Duration) + func (o *UpdateSamlDomainUsingPUTParams) WithContext(ctx context.Context) *UpdateSamlDomainUsingPUTParams + func (o *UpdateSamlDomainUsingPUTParams) WithHTTPClient(client *http.Client) *UpdateSamlDomainUsingPUTParams + func (o *UpdateSamlDomainUsingPUTParams) WithSamlDomainDto(samlDomainDto *models.SamlDomainDto) *UpdateSamlDomainUsingPUTParams + func (o *UpdateSamlDomainUsingPUTParams) WithSamlDomainID(samlDomainID int64) *UpdateSamlDomainUsingPUTParams + func (o *UpdateSamlDomainUsingPUTParams) WithTimeout(timeout time.Duration) *UpdateSamlDomainUsingPUTParams + func (o *UpdateSamlDomainUsingPUTParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error + type UpdateSamlDomainUsingPUTReader struct + func (o *UpdateSamlDomainUsingPUTReader) ReadResponse(response runtime.ClientResponse, consumer runtime.Consumer) (interface{}, error) + type UpdateSamlDomainUsingPUTUnauthorized struct + func NewUpdateSamlDomainUsingPUTUnauthorized() *UpdateSamlDomainUsingPUTUnauthorized + func (o *UpdateSamlDomainUsingPUTUnauthorized) Error() string