organization

package
v0.0.0-...-eff1da9 Latest Latest
Warning

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

Go to latest
Published: Nov 9, 2020 License: Apache-2.0 Imports: 10 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type ChangeOrganizationDetailsBadRequest

type ChangeOrganizationDetailsBadRequest struct {
	Payload *models.APIError
}

ChangeOrganizationDetailsBadRequest handles this case with default header values.

Bad Request

func NewChangeOrganizationDetailsBadRequest

func NewChangeOrganizationDetailsBadRequest() *ChangeOrganizationDetailsBadRequest

NewChangeOrganizationDetailsBadRequest creates a ChangeOrganizationDetailsBadRequest with default headers values

func (*ChangeOrganizationDetailsBadRequest) Error

func (*ChangeOrganizationDetailsBadRequest) GetPayload

type ChangeOrganizationDetailsForbidden

type ChangeOrganizationDetailsForbidden struct {
	Payload *models.APIError
}

ChangeOrganizationDetailsForbidden handles this case with default header values.

Unauthorized access

func NewChangeOrganizationDetailsForbidden

func NewChangeOrganizationDetailsForbidden() *ChangeOrganizationDetailsForbidden

NewChangeOrganizationDetailsForbidden creates a ChangeOrganizationDetailsForbidden with default headers values

func (*ChangeOrganizationDetailsForbidden) Error

func (*ChangeOrganizationDetailsForbidden) GetPayload

type ChangeOrganizationDetailsNotFound

type ChangeOrganizationDetailsNotFound struct {
	Payload *models.APIError
}

ChangeOrganizationDetailsNotFound handles this case with default header values.

Not found

func NewChangeOrganizationDetailsNotFound

func NewChangeOrganizationDetailsNotFound() *ChangeOrganizationDetailsNotFound

NewChangeOrganizationDetailsNotFound creates a ChangeOrganizationDetailsNotFound with default headers values

func (*ChangeOrganizationDetailsNotFound) Error

func (*ChangeOrganizationDetailsNotFound) GetPayload

type ChangeOrganizationDetailsOK

type ChangeOrganizationDetailsOK struct {
}

ChangeOrganizationDetailsOK handles this case with default header values.

Successful invocation

func NewChangeOrganizationDetailsOK

func NewChangeOrganizationDetailsOK() *ChangeOrganizationDetailsOK

NewChangeOrganizationDetailsOK creates a ChangeOrganizationDetailsOK with default headers values

func (*ChangeOrganizationDetailsOK) Error

type ChangeOrganizationDetailsParams

type ChangeOrganizationDetailsParams struct {

	/*Body
	  Request body contents.

	*/
	Body *models.UpdateOrg
	/*Orgname
	  The name of the organization

	*/
	Orgname string

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

ChangeOrganizationDetailsParams contains all the parameters to send to the API endpoint for the change organization details operation typically these are written to a http.Request

func NewChangeOrganizationDetailsParams

func NewChangeOrganizationDetailsParams() *ChangeOrganizationDetailsParams

NewChangeOrganizationDetailsParams creates a new ChangeOrganizationDetailsParams object with the default values initialized.

func NewChangeOrganizationDetailsParamsWithContext

func NewChangeOrganizationDetailsParamsWithContext(ctx context.Context) *ChangeOrganizationDetailsParams

NewChangeOrganizationDetailsParamsWithContext creates a new ChangeOrganizationDetailsParams object with the default values initialized, and the ability to set a context for a request

func NewChangeOrganizationDetailsParamsWithHTTPClient

func NewChangeOrganizationDetailsParamsWithHTTPClient(client *http.Client) *ChangeOrganizationDetailsParams

NewChangeOrganizationDetailsParamsWithHTTPClient creates a new ChangeOrganizationDetailsParams object with the default values initialized, and the ability to set a custom HTTPClient for a request

func NewChangeOrganizationDetailsParamsWithTimeout

func NewChangeOrganizationDetailsParamsWithTimeout(timeout time.Duration) *ChangeOrganizationDetailsParams

NewChangeOrganizationDetailsParamsWithTimeout creates a new ChangeOrganizationDetailsParams object with the default values initialized, and the ability to set a timeout on a request

func (*ChangeOrganizationDetailsParams) SetBody

SetBody adds the body to the change organization details params

func (*ChangeOrganizationDetailsParams) SetContext

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

SetContext adds the context to the change organization details params

func (*ChangeOrganizationDetailsParams) SetHTTPClient

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

SetHTTPClient adds the HTTPClient to the change organization details params

func (*ChangeOrganizationDetailsParams) SetOrgname

func (o *ChangeOrganizationDetailsParams) SetOrgname(orgname string)

SetOrgname adds the orgname to the change organization details params

func (*ChangeOrganizationDetailsParams) SetTimeout

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

SetTimeout adds the timeout to the change organization details params

func (*ChangeOrganizationDetailsParams) WithBody

WithBody adds the body to the change organization details params

func (*ChangeOrganizationDetailsParams) WithContext

WithContext adds the context to the change organization details params

func (*ChangeOrganizationDetailsParams) WithHTTPClient

WithHTTPClient adds the HTTPClient to the change organization details params

func (*ChangeOrganizationDetailsParams) WithOrgname

WithOrgname adds the orgname to the change organization details params

func (*ChangeOrganizationDetailsParams) WithTimeout

WithTimeout adds the timeout to the change organization details params

func (*ChangeOrganizationDetailsParams) WriteToRequest

WriteToRequest writes these params to a swagger request

type ChangeOrganizationDetailsReader

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

ChangeOrganizationDetailsReader is a Reader for the ChangeOrganizationDetails structure.

func (*ChangeOrganizationDetailsReader) ReadResponse

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

ReadResponse reads a server response into the received o.

type ChangeOrganizationDetailsUnauthorized

type ChangeOrganizationDetailsUnauthorized struct {
	Payload *models.APIError
}

ChangeOrganizationDetailsUnauthorized handles this case with default header values.

Session required

func NewChangeOrganizationDetailsUnauthorized

func NewChangeOrganizationDetailsUnauthorized() *ChangeOrganizationDetailsUnauthorized

NewChangeOrganizationDetailsUnauthorized creates a ChangeOrganizationDetailsUnauthorized with default headers values

func (*ChangeOrganizationDetailsUnauthorized) Error

func (*ChangeOrganizationDetailsUnauthorized) GetPayload

type Client

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

Client for organization API

func (*Client) ChangeOrganizationDetails

func (a *Client) ChangeOrganizationDetails(params *ChangeOrganizationDetailsParams, authInfo runtime.ClientAuthInfoWriter) (*ChangeOrganizationDetailsOK, error)

ChangeOrganizationDetails Change the details for the specified organization.

func (*Client) CreateOrganization

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

CreateOrganization Create a new organization.

func (*Client) CreateOrganizationApplication

CreateOrganizationApplication Creates a new application under this organization.

func (*Client) DeleteAdminedOrganization

DeleteAdminedOrganization Deletes the specified organization.

func (*Client) DeleteOrganizationApplication

DeleteOrganizationApplication Deletes the application under this organization.

func (*Client) GetApplicationInformation

func (a *Client) GetApplicationInformation(params *GetApplicationInformationParams) (*GetApplicationInformationOK, error)

GetApplicationInformation Get information on the specified application.

func (*Client) GetOrganization

func (a *Client) GetOrganization(params *GetOrganizationParams) (*GetOrganizationOK, error)

GetOrganization Get the details for the specified organization.

func (*Client) GetOrganizationApplication

func (a *Client) GetOrganizationApplication(params *GetOrganizationApplicationParams, authInfo runtime.ClientAuthInfoWriter) (*GetOrganizationApplicationOK, error)

GetOrganizationApplication Retrieves the application with the specified client_id under the specified organization.

func (*Client) GetOrganizationApplications

func (a *Client) GetOrganizationApplications(params *GetOrganizationApplicationsParams, authInfo runtime.ClientAuthInfoWriter) (*GetOrganizationApplicationsOK, error)

GetOrganizationApplications List the applications for the specified organization.

func (*Client) GetOrganizationCollaborators

func (a *Client) GetOrganizationCollaborators(params *GetOrganizationCollaboratorsParams, authInfo runtime.ClientAuthInfoWriter) (*GetOrganizationCollaboratorsOK, error)

GetOrganizationCollaborators List outside collaborators of the specified organization.

func (*Client) GetOrganizationMember

func (a *Client) GetOrganizationMember(params *GetOrganizationMemberParams, authInfo runtime.ClientAuthInfoWriter) (*GetOrganizationMemberOK, error)

GetOrganizationMember Retrieves the details of a member of the organization.

func (*Client) GetOrganizationMembers

func (a *Client) GetOrganizationMembers(params *GetOrganizationMembersParams, authInfo runtime.ClientAuthInfoWriter) (*GetOrganizationMembersOK, error)

GetOrganizationMembers List the human members of the specified organization.

func (*Client) RemoveOrganizationMember

RemoveOrganizationMember Removes a member from an organization, revoking all its repository priviledges and removing

it from all teams in the organization.

func (*Client) SetTransport

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

SetTransport changes the transport on the client

func (*Client) UpdateOrganizationApplication

func (a *Client) UpdateOrganizationApplication(params *UpdateOrganizationApplicationParams, authInfo runtime.ClientAuthInfoWriter) (*UpdateOrganizationApplicationOK, error)

UpdateOrganizationApplication Updates an application under this organization.

type ClientService

type ClientService interface {
	ChangeOrganizationDetails(params *ChangeOrganizationDetailsParams, authInfo runtime.ClientAuthInfoWriter) (*ChangeOrganizationDetailsOK, error)

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

	CreateOrganizationApplication(params *CreateOrganizationApplicationParams, authInfo runtime.ClientAuthInfoWriter) (*CreateOrganizationApplicationCreated, error)

	DeleteAdminedOrganization(params *DeleteAdminedOrganizationParams, authInfo runtime.ClientAuthInfoWriter) (*DeleteAdminedOrganizationNoContent, error)

	DeleteOrganizationApplication(params *DeleteOrganizationApplicationParams, authInfo runtime.ClientAuthInfoWriter) (*DeleteOrganizationApplicationNoContent, error)

	GetApplicationInformation(params *GetApplicationInformationParams) (*GetApplicationInformationOK, error)

	GetOrganization(params *GetOrganizationParams) (*GetOrganizationOK, error)

	GetOrganizationApplication(params *GetOrganizationApplicationParams, authInfo runtime.ClientAuthInfoWriter) (*GetOrganizationApplicationOK, error)

	GetOrganizationApplications(params *GetOrganizationApplicationsParams, authInfo runtime.ClientAuthInfoWriter) (*GetOrganizationApplicationsOK, error)

	GetOrganizationCollaborators(params *GetOrganizationCollaboratorsParams, authInfo runtime.ClientAuthInfoWriter) (*GetOrganizationCollaboratorsOK, error)

	GetOrganizationMember(params *GetOrganizationMemberParams, authInfo runtime.ClientAuthInfoWriter) (*GetOrganizationMemberOK, error)

	GetOrganizationMembers(params *GetOrganizationMembersParams, authInfo runtime.ClientAuthInfoWriter) (*GetOrganizationMembersOK, error)

	RemoveOrganizationMember(params *RemoveOrganizationMemberParams, authInfo runtime.ClientAuthInfoWriter) (*RemoveOrganizationMemberNoContent, error)

	UpdateOrganizationApplication(params *UpdateOrganizationApplicationParams, authInfo runtime.ClientAuthInfoWriter) (*UpdateOrganizationApplicationOK, 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 organization API client.

type CreateOrganizationApplicationBadRequest

type CreateOrganizationApplicationBadRequest struct {
	Payload *models.APIError
}

CreateOrganizationApplicationBadRequest handles this case with default header values.

Bad Request

func NewCreateOrganizationApplicationBadRequest

func NewCreateOrganizationApplicationBadRequest() *CreateOrganizationApplicationBadRequest

NewCreateOrganizationApplicationBadRequest creates a CreateOrganizationApplicationBadRequest with default headers values

func (*CreateOrganizationApplicationBadRequest) Error

func (*CreateOrganizationApplicationBadRequest) GetPayload

type CreateOrganizationApplicationCreated

type CreateOrganizationApplicationCreated struct {
}

CreateOrganizationApplicationCreated handles this case with default header values.

Successful creation

func NewCreateOrganizationApplicationCreated

func NewCreateOrganizationApplicationCreated() *CreateOrganizationApplicationCreated

NewCreateOrganizationApplicationCreated creates a CreateOrganizationApplicationCreated with default headers values

func (*CreateOrganizationApplicationCreated) Error

type CreateOrganizationApplicationForbidden

type CreateOrganizationApplicationForbidden struct {
	Payload *models.APIError
}

CreateOrganizationApplicationForbidden handles this case with default header values.

Unauthorized access

func NewCreateOrganizationApplicationForbidden

func NewCreateOrganizationApplicationForbidden() *CreateOrganizationApplicationForbidden

NewCreateOrganizationApplicationForbidden creates a CreateOrganizationApplicationForbidden with default headers values

func (*CreateOrganizationApplicationForbidden) Error

func (*CreateOrganizationApplicationForbidden) GetPayload

type CreateOrganizationApplicationNotFound

type CreateOrganizationApplicationNotFound struct {
	Payload *models.APIError
}

CreateOrganizationApplicationNotFound handles this case with default header values.

Not found

func NewCreateOrganizationApplicationNotFound

func NewCreateOrganizationApplicationNotFound() *CreateOrganizationApplicationNotFound

NewCreateOrganizationApplicationNotFound creates a CreateOrganizationApplicationNotFound with default headers values

func (*CreateOrganizationApplicationNotFound) Error

func (*CreateOrganizationApplicationNotFound) GetPayload

type CreateOrganizationApplicationParams

type CreateOrganizationApplicationParams struct {

	/*Body
	  Request body contents.

	*/
	Body *models.NewApp
	/*Orgname
	  The name of the organization

	*/
	Orgname string

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

CreateOrganizationApplicationParams contains all the parameters to send to the API endpoint for the create organization application operation typically these are written to a http.Request

func NewCreateOrganizationApplicationParams

func NewCreateOrganizationApplicationParams() *CreateOrganizationApplicationParams

NewCreateOrganizationApplicationParams creates a new CreateOrganizationApplicationParams object with the default values initialized.

func NewCreateOrganizationApplicationParamsWithContext

func NewCreateOrganizationApplicationParamsWithContext(ctx context.Context) *CreateOrganizationApplicationParams

NewCreateOrganizationApplicationParamsWithContext creates a new CreateOrganizationApplicationParams object with the default values initialized, and the ability to set a context for a request

func NewCreateOrganizationApplicationParamsWithHTTPClient

func NewCreateOrganizationApplicationParamsWithHTTPClient(client *http.Client) *CreateOrganizationApplicationParams

NewCreateOrganizationApplicationParamsWithHTTPClient creates a new CreateOrganizationApplicationParams object with the default values initialized, and the ability to set a custom HTTPClient for a request

func NewCreateOrganizationApplicationParamsWithTimeout

func NewCreateOrganizationApplicationParamsWithTimeout(timeout time.Duration) *CreateOrganizationApplicationParams

NewCreateOrganizationApplicationParamsWithTimeout creates a new CreateOrganizationApplicationParams object with the default values initialized, and the ability to set a timeout on a request

func (*CreateOrganizationApplicationParams) SetBody

SetBody adds the body to the create organization application params

func (*CreateOrganizationApplicationParams) SetContext

SetContext adds the context to the create organization application params

func (*CreateOrganizationApplicationParams) SetHTTPClient

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

SetHTTPClient adds the HTTPClient to the create organization application params

func (*CreateOrganizationApplicationParams) SetOrgname

func (o *CreateOrganizationApplicationParams) SetOrgname(orgname string)

SetOrgname adds the orgname to the create organization application params

func (*CreateOrganizationApplicationParams) SetTimeout

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

SetTimeout adds the timeout to the create organization application params

func (*CreateOrganizationApplicationParams) WithBody

WithBody adds the body to the create organization application params

func (*CreateOrganizationApplicationParams) WithContext

WithContext adds the context to the create organization application params

func (*CreateOrganizationApplicationParams) WithHTTPClient

WithHTTPClient adds the HTTPClient to the create organization application params

func (*CreateOrganizationApplicationParams) WithOrgname

WithOrgname adds the orgname to the create organization application params

func (*CreateOrganizationApplicationParams) WithTimeout

WithTimeout adds the timeout to the create organization application params

func (*CreateOrganizationApplicationParams) WriteToRequest

WriteToRequest writes these params to a swagger request

type CreateOrganizationApplicationReader

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

CreateOrganizationApplicationReader is a Reader for the CreateOrganizationApplication structure.

func (*CreateOrganizationApplicationReader) ReadResponse

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

ReadResponse reads a server response into the received o.

type CreateOrganizationApplicationUnauthorized

type CreateOrganizationApplicationUnauthorized struct {
	Payload *models.APIError
}

CreateOrganizationApplicationUnauthorized handles this case with default header values.

Session required

func NewCreateOrganizationApplicationUnauthorized

func NewCreateOrganizationApplicationUnauthorized() *CreateOrganizationApplicationUnauthorized

NewCreateOrganizationApplicationUnauthorized creates a CreateOrganizationApplicationUnauthorized with default headers values

func (*CreateOrganizationApplicationUnauthorized) Error

func (*CreateOrganizationApplicationUnauthorized) GetPayload

type CreateOrganizationBadRequest

type CreateOrganizationBadRequest struct {
	Payload *models.APIError
}

CreateOrganizationBadRequest handles this case with default header values.

Bad Request

func NewCreateOrganizationBadRequest

func NewCreateOrganizationBadRequest() *CreateOrganizationBadRequest

NewCreateOrganizationBadRequest creates a CreateOrganizationBadRequest with default headers values

func (*CreateOrganizationBadRequest) Error

func (*CreateOrganizationBadRequest) GetPayload

func (o *CreateOrganizationBadRequest) GetPayload() *models.APIError

type CreateOrganizationCreated

type CreateOrganizationCreated struct {
}

CreateOrganizationCreated handles this case with default header values.

Successful creation

func NewCreateOrganizationCreated

func NewCreateOrganizationCreated() *CreateOrganizationCreated

NewCreateOrganizationCreated creates a CreateOrganizationCreated with default headers values

func (*CreateOrganizationCreated) Error

func (o *CreateOrganizationCreated) Error() string

type CreateOrganizationForbidden

type CreateOrganizationForbidden struct {
	Payload *models.APIError
}

CreateOrganizationForbidden handles this case with default header values.

Unauthorized access

func NewCreateOrganizationForbidden

func NewCreateOrganizationForbidden() *CreateOrganizationForbidden

NewCreateOrganizationForbidden creates a CreateOrganizationForbidden with default headers values

func (*CreateOrganizationForbidden) Error

func (*CreateOrganizationForbidden) GetPayload

func (o *CreateOrganizationForbidden) GetPayload() *models.APIError

type CreateOrganizationNotFound

type CreateOrganizationNotFound struct {
	Payload *models.APIError
}

CreateOrganizationNotFound handles this case with default header values.

Not found

func NewCreateOrganizationNotFound

func NewCreateOrganizationNotFound() *CreateOrganizationNotFound

NewCreateOrganizationNotFound creates a CreateOrganizationNotFound with default headers values

func (*CreateOrganizationNotFound) Error

func (*CreateOrganizationNotFound) GetPayload

func (o *CreateOrganizationNotFound) GetPayload() *models.APIError

type CreateOrganizationParams

type CreateOrganizationParams struct {

	/*Body
	  Request body contents.

	*/
	Body *models.NewOrg

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

CreateOrganizationParams contains all the parameters to send to the API endpoint for the create organization operation typically these are written to a http.Request

func NewCreateOrganizationParams

func NewCreateOrganizationParams() *CreateOrganizationParams

NewCreateOrganizationParams creates a new CreateOrganizationParams object with the default values initialized.

func NewCreateOrganizationParamsWithContext

func NewCreateOrganizationParamsWithContext(ctx context.Context) *CreateOrganizationParams

NewCreateOrganizationParamsWithContext creates a new CreateOrganizationParams object with the default values initialized, and the ability to set a context for a request

func NewCreateOrganizationParamsWithHTTPClient

func NewCreateOrganizationParamsWithHTTPClient(client *http.Client) *CreateOrganizationParams

NewCreateOrganizationParamsWithHTTPClient creates a new CreateOrganizationParams object with the default values initialized, and the ability to set a custom HTTPClient for a request

func NewCreateOrganizationParamsWithTimeout

func NewCreateOrganizationParamsWithTimeout(timeout time.Duration) *CreateOrganizationParams

NewCreateOrganizationParamsWithTimeout creates a new CreateOrganizationParams object with the default values initialized, and the ability to set a timeout on a request

func (*CreateOrganizationParams) SetBody

func (o *CreateOrganizationParams) SetBody(body *models.NewOrg)

SetBody adds the body to the create organization params

func (*CreateOrganizationParams) SetContext

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

SetContext adds the context to the create organization params

func (*CreateOrganizationParams) SetHTTPClient

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

SetHTTPClient adds the HTTPClient to the create organization params

func (*CreateOrganizationParams) SetTimeout

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

SetTimeout adds the timeout to the create organization params

func (*CreateOrganizationParams) WithBody

WithBody adds the body to the create organization params

func (*CreateOrganizationParams) WithContext

WithContext adds the context to the create organization params

func (*CreateOrganizationParams) WithHTTPClient

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

WithHTTPClient adds the HTTPClient to the create organization params

func (*CreateOrganizationParams) WithTimeout

WithTimeout adds the timeout to the create organization params

func (*CreateOrganizationParams) WriteToRequest

WriteToRequest writes these params to a swagger request

type CreateOrganizationReader

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

CreateOrganizationReader is a Reader for the CreateOrganization structure.

func (*CreateOrganizationReader) ReadResponse

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

ReadResponse reads a server response into the received o.

type CreateOrganizationUnauthorized

type CreateOrganizationUnauthorized struct {
	Payload *models.APIError
}

CreateOrganizationUnauthorized handles this case with default header values.

Session required

func NewCreateOrganizationUnauthorized

func NewCreateOrganizationUnauthorized() *CreateOrganizationUnauthorized

NewCreateOrganizationUnauthorized creates a CreateOrganizationUnauthorized with default headers values

func (*CreateOrganizationUnauthorized) Error

func (*CreateOrganizationUnauthorized) GetPayload

type DeleteAdminedOrganizationBadRequest

type DeleteAdminedOrganizationBadRequest struct {
	Payload *models.APIError
}

DeleteAdminedOrganizationBadRequest handles this case with default header values.

Bad Request

func NewDeleteAdminedOrganizationBadRequest

func NewDeleteAdminedOrganizationBadRequest() *DeleteAdminedOrganizationBadRequest

NewDeleteAdminedOrganizationBadRequest creates a DeleteAdminedOrganizationBadRequest with default headers values

func (*DeleteAdminedOrganizationBadRequest) Error

func (*DeleteAdminedOrganizationBadRequest) GetPayload

type DeleteAdminedOrganizationForbidden

type DeleteAdminedOrganizationForbidden struct {
	Payload *models.APIError
}

DeleteAdminedOrganizationForbidden handles this case with default header values.

Unauthorized access

func NewDeleteAdminedOrganizationForbidden

func NewDeleteAdminedOrganizationForbidden() *DeleteAdminedOrganizationForbidden

NewDeleteAdminedOrganizationForbidden creates a DeleteAdminedOrganizationForbidden with default headers values

func (*DeleteAdminedOrganizationForbidden) Error

func (*DeleteAdminedOrganizationForbidden) GetPayload

type DeleteAdminedOrganizationNoContent

type DeleteAdminedOrganizationNoContent struct {
}

DeleteAdminedOrganizationNoContent handles this case with default header values.

Deleted

func NewDeleteAdminedOrganizationNoContent

func NewDeleteAdminedOrganizationNoContent() *DeleteAdminedOrganizationNoContent

NewDeleteAdminedOrganizationNoContent creates a DeleteAdminedOrganizationNoContent with default headers values

func (*DeleteAdminedOrganizationNoContent) Error

type DeleteAdminedOrganizationNotFound

type DeleteAdminedOrganizationNotFound struct {
	Payload *models.APIError
}

DeleteAdminedOrganizationNotFound handles this case with default header values.

Not found

func NewDeleteAdminedOrganizationNotFound

func NewDeleteAdminedOrganizationNotFound() *DeleteAdminedOrganizationNotFound

NewDeleteAdminedOrganizationNotFound creates a DeleteAdminedOrganizationNotFound with default headers values

func (*DeleteAdminedOrganizationNotFound) Error

func (*DeleteAdminedOrganizationNotFound) GetPayload

type DeleteAdminedOrganizationParams

type DeleteAdminedOrganizationParams struct {

	/*Orgname
	  The name of the organization

	*/
	Orgname string

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

DeleteAdminedOrganizationParams contains all the parameters to send to the API endpoint for the delete admined organization operation typically these are written to a http.Request

func NewDeleteAdminedOrganizationParams

func NewDeleteAdminedOrganizationParams() *DeleteAdminedOrganizationParams

NewDeleteAdminedOrganizationParams creates a new DeleteAdminedOrganizationParams object with the default values initialized.

func NewDeleteAdminedOrganizationParamsWithContext

func NewDeleteAdminedOrganizationParamsWithContext(ctx context.Context) *DeleteAdminedOrganizationParams

NewDeleteAdminedOrganizationParamsWithContext creates a new DeleteAdminedOrganizationParams object with the default values initialized, and the ability to set a context for a request

func NewDeleteAdminedOrganizationParamsWithHTTPClient

func NewDeleteAdminedOrganizationParamsWithHTTPClient(client *http.Client) *DeleteAdminedOrganizationParams

NewDeleteAdminedOrganizationParamsWithHTTPClient creates a new DeleteAdminedOrganizationParams object with the default values initialized, and the ability to set a custom HTTPClient for a request

func NewDeleteAdminedOrganizationParamsWithTimeout

func NewDeleteAdminedOrganizationParamsWithTimeout(timeout time.Duration) *DeleteAdminedOrganizationParams

NewDeleteAdminedOrganizationParamsWithTimeout creates a new DeleteAdminedOrganizationParams object with the default values initialized, and the ability to set a timeout on a request

func (*DeleteAdminedOrganizationParams) SetContext

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

SetContext adds the context to the delete admined organization params

func (*DeleteAdminedOrganizationParams) SetHTTPClient

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

SetHTTPClient adds the HTTPClient to the delete admined organization params

func (*DeleteAdminedOrganizationParams) SetOrgname

func (o *DeleteAdminedOrganizationParams) SetOrgname(orgname string)

SetOrgname adds the orgname to the delete admined organization params

func (*DeleteAdminedOrganizationParams) SetTimeout

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

SetTimeout adds the timeout to the delete admined organization params

func (*DeleteAdminedOrganizationParams) WithContext

WithContext adds the context to the delete admined organization params

func (*DeleteAdminedOrganizationParams) WithHTTPClient

WithHTTPClient adds the HTTPClient to the delete admined organization params

func (*DeleteAdminedOrganizationParams) WithOrgname

WithOrgname adds the orgname to the delete admined organization params

func (*DeleteAdminedOrganizationParams) WithTimeout

WithTimeout adds the timeout to the delete admined organization params

func (*DeleteAdminedOrganizationParams) WriteToRequest

WriteToRequest writes these params to a swagger request

type DeleteAdminedOrganizationReader

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

DeleteAdminedOrganizationReader is a Reader for the DeleteAdminedOrganization structure.

func (*DeleteAdminedOrganizationReader) ReadResponse

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

ReadResponse reads a server response into the received o.

type DeleteAdminedOrganizationUnauthorized

type DeleteAdminedOrganizationUnauthorized struct {
	Payload *models.APIError
}

DeleteAdminedOrganizationUnauthorized handles this case with default header values.

Session required

func NewDeleteAdminedOrganizationUnauthorized

func NewDeleteAdminedOrganizationUnauthorized() *DeleteAdminedOrganizationUnauthorized

NewDeleteAdminedOrganizationUnauthorized creates a DeleteAdminedOrganizationUnauthorized with default headers values

func (*DeleteAdminedOrganizationUnauthorized) Error

func (*DeleteAdminedOrganizationUnauthorized) GetPayload

type DeleteOrganizationApplicationBadRequest

type DeleteOrganizationApplicationBadRequest struct {
	Payload *models.APIError
}

DeleteOrganizationApplicationBadRequest handles this case with default header values.

Bad Request

func NewDeleteOrganizationApplicationBadRequest

func NewDeleteOrganizationApplicationBadRequest() *DeleteOrganizationApplicationBadRequest

NewDeleteOrganizationApplicationBadRequest creates a DeleteOrganizationApplicationBadRequest with default headers values

func (*DeleteOrganizationApplicationBadRequest) Error

func (*DeleteOrganizationApplicationBadRequest) GetPayload

type DeleteOrganizationApplicationForbidden

type DeleteOrganizationApplicationForbidden struct {
	Payload *models.APIError
}

DeleteOrganizationApplicationForbidden handles this case with default header values.

Unauthorized access

func NewDeleteOrganizationApplicationForbidden

func NewDeleteOrganizationApplicationForbidden() *DeleteOrganizationApplicationForbidden

NewDeleteOrganizationApplicationForbidden creates a DeleteOrganizationApplicationForbidden with default headers values

func (*DeleteOrganizationApplicationForbidden) Error

func (*DeleteOrganizationApplicationForbidden) GetPayload

type DeleteOrganizationApplicationNoContent

type DeleteOrganizationApplicationNoContent struct {
}

DeleteOrganizationApplicationNoContent handles this case with default header values.

Deleted

func NewDeleteOrganizationApplicationNoContent

func NewDeleteOrganizationApplicationNoContent() *DeleteOrganizationApplicationNoContent

NewDeleteOrganizationApplicationNoContent creates a DeleteOrganizationApplicationNoContent with default headers values

func (*DeleteOrganizationApplicationNoContent) Error

type DeleteOrganizationApplicationNotFound

type DeleteOrganizationApplicationNotFound struct {
	Payload *models.APIError
}

DeleteOrganizationApplicationNotFound handles this case with default header values.

Not found

func NewDeleteOrganizationApplicationNotFound

func NewDeleteOrganizationApplicationNotFound() *DeleteOrganizationApplicationNotFound

NewDeleteOrganizationApplicationNotFound creates a DeleteOrganizationApplicationNotFound with default headers values

func (*DeleteOrganizationApplicationNotFound) Error

func (*DeleteOrganizationApplicationNotFound) GetPayload

type DeleteOrganizationApplicationParams

type DeleteOrganizationApplicationParams struct {

	/*ClientID
	  The OAuth client ID

	*/
	ClientID string
	/*Orgname
	  The name of the organization

	*/
	Orgname string

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

DeleteOrganizationApplicationParams contains all the parameters to send to the API endpoint for the delete organization application operation typically these are written to a http.Request

func NewDeleteOrganizationApplicationParams

func NewDeleteOrganizationApplicationParams() *DeleteOrganizationApplicationParams

NewDeleteOrganizationApplicationParams creates a new DeleteOrganizationApplicationParams object with the default values initialized.

func NewDeleteOrganizationApplicationParamsWithContext

func NewDeleteOrganizationApplicationParamsWithContext(ctx context.Context) *DeleteOrganizationApplicationParams

NewDeleteOrganizationApplicationParamsWithContext creates a new DeleteOrganizationApplicationParams object with the default values initialized, and the ability to set a context for a request

func NewDeleteOrganizationApplicationParamsWithHTTPClient

func NewDeleteOrganizationApplicationParamsWithHTTPClient(client *http.Client) *DeleteOrganizationApplicationParams

NewDeleteOrganizationApplicationParamsWithHTTPClient creates a new DeleteOrganizationApplicationParams object with the default values initialized, and the ability to set a custom HTTPClient for a request

func NewDeleteOrganizationApplicationParamsWithTimeout

func NewDeleteOrganizationApplicationParamsWithTimeout(timeout time.Duration) *DeleteOrganizationApplicationParams

NewDeleteOrganizationApplicationParamsWithTimeout creates a new DeleteOrganizationApplicationParams object with the default values initialized, and the ability to set a timeout on a request

func (*DeleteOrganizationApplicationParams) SetClientID

func (o *DeleteOrganizationApplicationParams) SetClientID(clientID string)

SetClientID adds the clientId to the delete organization application params

func (*DeleteOrganizationApplicationParams) SetContext

SetContext adds the context to the delete organization application params

func (*DeleteOrganizationApplicationParams) SetHTTPClient

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

SetHTTPClient adds the HTTPClient to the delete organization application params

func (*DeleteOrganizationApplicationParams) SetOrgname

func (o *DeleteOrganizationApplicationParams) SetOrgname(orgname string)

SetOrgname adds the orgname to the delete organization application params

func (*DeleteOrganizationApplicationParams) SetTimeout

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

SetTimeout adds the timeout to the delete organization application params

func (*DeleteOrganizationApplicationParams) WithClientID

WithClientID adds the clientID to the delete organization application params

func (*DeleteOrganizationApplicationParams) WithContext

WithContext adds the context to the delete organization application params

func (*DeleteOrganizationApplicationParams) WithHTTPClient

WithHTTPClient adds the HTTPClient to the delete organization application params

func (*DeleteOrganizationApplicationParams) WithOrgname

WithOrgname adds the orgname to the delete organization application params

func (*DeleteOrganizationApplicationParams) WithTimeout

WithTimeout adds the timeout to the delete organization application params

func (*DeleteOrganizationApplicationParams) WriteToRequest

WriteToRequest writes these params to a swagger request

type DeleteOrganizationApplicationReader

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

DeleteOrganizationApplicationReader is a Reader for the DeleteOrganizationApplication structure.

func (*DeleteOrganizationApplicationReader) ReadResponse

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

ReadResponse reads a server response into the received o.

type DeleteOrganizationApplicationUnauthorized

type DeleteOrganizationApplicationUnauthorized struct {
	Payload *models.APIError
}

DeleteOrganizationApplicationUnauthorized handles this case with default header values.

Session required

func NewDeleteOrganizationApplicationUnauthorized

func NewDeleteOrganizationApplicationUnauthorized() *DeleteOrganizationApplicationUnauthorized

NewDeleteOrganizationApplicationUnauthorized creates a DeleteOrganizationApplicationUnauthorized with default headers values

func (*DeleteOrganizationApplicationUnauthorized) Error

func (*DeleteOrganizationApplicationUnauthorized) GetPayload

type GetApplicationInformationBadRequest

type GetApplicationInformationBadRequest struct {
	Payload *models.APIError
}

GetApplicationInformationBadRequest handles this case with default header values.

Bad Request

func NewGetApplicationInformationBadRequest

func NewGetApplicationInformationBadRequest() *GetApplicationInformationBadRequest

NewGetApplicationInformationBadRequest creates a GetApplicationInformationBadRequest with default headers values

func (*GetApplicationInformationBadRequest) Error

func (*GetApplicationInformationBadRequest) GetPayload

type GetApplicationInformationForbidden

type GetApplicationInformationForbidden struct {
	Payload *models.APIError
}

GetApplicationInformationForbidden handles this case with default header values.

Unauthorized access

func NewGetApplicationInformationForbidden

func NewGetApplicationInformationForbidden() *GetApplicationInformationForbidden

NewGetApplicationInformationForbidden creates a GetApplicationInformationForbidden with default headers values

func (*GetApplicationInformationForbidden) Error

func (*GetApplicationInformationForbidden) GetPayload

type GetApplicationInformationNotFound

type GetApplicationInformationNotFound struct {
	Payload *models.APIError
}

GetApplicationInformationNotFound handles this case with default header values.

Not found

func NewGetApplicationInformationNotFound

func NewGetApplicationInformationNotFound() *GetApplicationInformationNotFound

NewGetApplicationInformationNotFound creates a GetApplicationInformationNotFound with default headers values

func (*GetApplicationInformationNotFound) Error

func (*GetApplicationInformationNotFound) GetPayload

type GetApplicationInformationOK

type GetApplicationInformationOK struct {
}

GetApplicationInformationOK handles this case with default header values.

Successful invocation

func NewGetApplicationInformationOK

func NewGetApplicationInformationOK() *GetApplicationInformationOK

NewGetApplicationInformationOK creates a GetApplicationInformationOK with default headers values

func (*GetApplicationInformationOK) Error

type GetApplicationInformationParams

type GetApplicationInformationParams struct {

	/*ClientID
	  The OAuth client ID

	*/
	ClientID string

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

GetApplicationInformationParams contains all the parameters to send to the API endpoint for the get application information operation typically these are written to a http.Request

func NewGetApplicationInformationParams

func NewGetApplicationInformationParams() *GetApplicationInformationParams

NewGetApplicationInformationParams creates a new GetApplicationInformationParams object with the default values initialized.

func NewGetApplicationInformationParamsWithContext

func NewGetApplicationInformationParamsWithContext(ctx context.Context) *GetApplicationInformationParams

NewGetApplicationInformationParamsWithContext creates a new GetApplicationInformationParams object with the default values initialized, and the ability to set a context for a request

func NewGetApplicationInformationParamsWithHTTPClient

func NewGetApplicationInformationParamsWithHTTPClient(client *http.Client) *GetApplicationInformationParams

NewGetApplicationInformationParamsWithHTTPClient creates a new GetApplicationInformationParams object with the default values initialized, and the ability to set a custom HTTPClient for a request

func NewGetApplicationInformationParamsWithTimeout

func NewGetApplicationInformationParamsWithTimeout(timeout time.Duration) *GetApplicationInformationParams

NewGetApplicationInformationParamsWithTimeout creates a new GetApplicationInformationParams object with the default values initialized, and the ability to set a timeout on a request

func (*GetApplicationInformationParams) SetClientID

func (o *GetApplicationInformationParams) SetClientID(clientID string)

SetClientID adds the clientId to the get application information params

func (*GetApplicationInformationParams) SetContext

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

SetContext adds the context to the get application information params

func (*GetApplicationInformationParams) SetHTTPClient

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

SetHTTPClient adds the HTTPClient to the get application information params

func (*GetApplicationInformationParams) SetTimeout

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

SetTimeout adds the timeout to the get application information params

func (*GetApplicationInformationParams) WithClientID

WithClientID adds the clientID to the get application information params

func (*GetApplicationInformationParams) WithContext

WithContext adds the context to the get application information params

func (*GetApplicationInformationParams) WithHTTPClient

WithHTTPClient adds the HTTPClient to the get application information params

func (*GetApplicationInformationParams) WithTimeout

WithTimeout adds the timeout to the get application information params

func (*GetApplicationInformationParams) WriteToRequest

WriteToRequest writes these params to a swagger request

type GetApplicationInformationReader

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

GetApplicationInformationReader is a Reader for the GetApplicationInformation structure.

func (*GetApplicationInformationReader) ReadResponse

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

ReadResponse reads a server response into the received o.

type GetApplicationInformationUnauthorized

type GetApplicationInformationUnauthorized struct {
	Payload *models.APIError
}

GetApplicationInformationUnauthorized handles this case with default header values.

Session required

func NewGetApplicationInformationUnauthorized

func NewGetApplicationInformationUnauthorized() *GetApplicationInformationUnauthorized

NewGetApplicationInformationUnauthorized creates a GetApplicationInformationUnauthorized with default headers values

func (*GetApplicationInformationUnauthorized) Error

func (*GetApplicationInformationUnauthorized) GetPayload

type GetOrganizationApplicationBadRequest

type GetOrganizationApplicationBadRequest struct {
	Payload *models.APIError
}

GetOrganizationApplicationBadRequest handles this case with default header values.

Bad Request

func NewGetOrganizationApplicationBadRequest

func NewGetOrganizationApplicationBadRequest() *GetOrganizationApplicationBadRequest

NewGetOrganizationApplicationBadRequest creates a GetOrganizationApplicationBadRequest with default headers values

func (*GetOrganizationApplicationBadRequest) Error

func (*GetOrganizationApplicationBadRequest) GetPayload

type GetOrganizationApplicationForbidden

type GetOrganizationApplicationForbidden struct {
	Payload *models.APIError
}

GetOrganizationApplicationForbidden handles this case with default header values.

Unauthorized access

func NewGetOrganizationApplicationForbidden

func NewGetOrganizationApplicationForbidden() *GetOrganizationApplicationForbidden

NewGetOrganizationApplicationForbidden creates a GetOrganizationApplicationForbidden with default headers values

func (*GetOrganizationApplicationForbidden) Error

func (*GetOrganizationApplicationForbidden) GetPayload

type GetOrganizationApplicationNotFound

type GetOrganizationApplicationNotFound struct {
	Payload *models.APIError
}

GetOrganizationApplicationNotFound handles this case with default header values.

Not found

func NewGetOrganizationApplicationNotFound

func NewGetOrganizationApplicationNotFound() *GetOrganizationApplicationNotFound

NewGetOrganizationApplicationNotFound creates a GetOrganizationApplicationNotFound with default headers values

func (*GetOrganizationApplicationNotFound) Error

func (*GetOrganizationApplicationNotFound) GetPayload

type GetOrganizationApplicationOK

type GetOrganizationApplicationOK struct {
}

GetOrganizationApplicationOK handles this case with default header values.

Successful invocation

func NewGetOrganizationApplicationOK

func NewGetOrganizationApplicationOK() *GetOrganizationApplicationOK

NewGetOrganizationApplicationOK creates a GetOrganizationApplicationOK with default headers values

func (*GetOrganizationApplicationOK) Error

type GetOrganizationApplicationParams

type GetOrganizationApplicationParams struct {

	/*ClientID
	  The OAuth client ID

	*/
	ClientID string
	/*Orgname
	  The name of the organization

	*/
	Orgname string

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

GetOrganizationApplicationParams contains all the parameters to send to the API endpoint for the get organization application operation typically these are written to a http.Request

func NewGetOrganizationApplicationParams

func NewGetOrganizationApplicationParams() *GetOrganizationApplicationParams

NewGetOrganizationApplicationParams creates a new GetOrganizationApplicationParams object with the default values initialized.

func NewGetOrganizationApplicationParamsWithContext

func NewGetOrganizationApplicationParamsWithContext(ctx context.Context) *GetOrganizationApplicationParams

NewGetOrganizationApplicationParamsWithContext creates a new GetOrganizationApplicationParams object with the default values initialized, and the ability to set a context for a request

func NewGetOrganizationApplicationParamsWithHTTPClient

func NewGetOrganizationApplicationParamsWithHTTPClient(client *http.Client) *GetOrganizationApplicationParams

NewGetOrganizationApplicationParamsWithHTTPClient creates a new GetOrganizationApplicationParams object with the default values initialized, and the ability to set a custom HTTPClient for a request

func NewGetOrganizationApplicationParamsWithTimeout

func NewGetOrganizationApplicationParamsWithTimeout(timeout time.Duration) *GetOrganizationApplicationParams

NewGetOrganizationApplicationParamsWithTimeout creates a new GetOrganizationApplicationParams object with the default values initialized, and the ability to set a timeout on a request

func (*GetOrganizationApplicationParams) SetClientID

func (o *GetOrganizationApplicationParams) SetClientID(clientID string)

SetClientID adds the clientId to the get organization application params

func (*GetOrganizationApplicationParams) SetContext

SetContext adds the context to the get organization application params

func (*GetOrganizationApplicationParams) SetHTTPClient

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

SetHTTPClient adds the HTTPClient to the get organization application params

func (*GetOrganizationApplicationParams) SetOrgname

func (o *GetOrganizationApplicationParams) SetOrgname(orgname string)

SetOrgname adds the orgname to the get organization application params

func (*GetOrganizationApplicationParams) SetTimeout

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

SetTimeout adds the timeout to the get organization application params

func (*GetOrganizationApplicationParams) WithClientID

WithClientID adds the clientID to the get organization application params

func (*GetOrganizationApplicationParams) WithContext

WithContext adds the context to the get organization application params

func (*GetOrganizationApplicationParams) WithHTTPClient

WithHTTPClient adds the HTTPClient to the get organization application params

func (*GetOrganizationApplicationParams) WithOrgname

WithOrgname adds the orgname to the get organization application params

func (*GetOrganizationApplicationParams) WithTimeout

WithTimeout adds the timeout to the get organization application params

func (*GetOrganizationApplicationParams) WriteToRequest

WriteToRequest writes these params to a swagger request

type GetOrganizationApplicationReader

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

GetOrganizationApplicationReader is a Reader for the GetOrganizationApplication structure.

func (*GetOrganizationApplicationReader) ReadResponse

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

ReadResponse reads a server response into the received o.

type GetOrganizationApplicationUnauthorized

type GetOrganizationApplicationUnauthorized struct {
	Payload *models.APIError
}

GetOrganizationApplicationUnauthorized handles this case with default header values.

Session required

func NewGetOrganizationApplicationUnauthorized

func NewGetOrganizationApplicationUnauthorized() *GetOrganizationApplicationUnauthorized

NewGetOrganizationApplicationUnauthorized creates a GetOrganizationApplicationUnauthorized with default headers values

func (*GetOrganizationApplicationUnauthorized) Error

func (*GetOrganizationApplicationUnauthorized) GetPayload

type GetOrganizationApplicationsBadRequest

type GetOrganizationApplicationsBadRequest struct {
	Payload *models.APIError
}

GetOrganizationApplicationsBadRequest handles this case with default header values.

Bad Request

func NewGetOrganizationApplicationsBadRequest

func NewGetOrganizationApplicationsBadRequest() *GetOrganizationApplicationsBadRequest

NewGetOrganizationApplicationsBadRequest creates a GetOrganizationApplicationsBadRequest with default headers values

func (*GetOrganizationApplicationsBadRequest) Error

func (*GetOrganizationApplicationsBadRequest) GetPayload

type GetOrganizationApplicationsForbidden

type GetOrganizationApplicationsForbidden struct {
	Payload *models.APIError
}

GetOrganizationApplicationsForbidden handles this case with default header values.

Unauthorized access

func NewGetOrganizationApplicationsForbidden

func NewGetOrganizationApplicationsForbidden() *GetOrganizationApplicationsForbidden

NewGetOrganizationApplicationsForbidden creates a GetOrganizationApplicationsForbidden with default headers values

func (*GetOrganizationApplicationsForbidden) Error

func (*GetOrganizationApplicationsForbidden) GetPayload

type GetOrganizationApplicationsNotFound

type GetOrganizationApplicationsNotFound struct {
	Payload *models.APIError
}

GetOrganizationApplicationsNotFound handles this case with default header values.

Not found

func NewGetOrganizationApplicationsNotFound

func NewGetOrganizationApplicationsNotFound() *GetOrganizationApplicationsNotFound

NewGetOrganizationApplicationsNotFound creates a GetOrganizationApplicationsNotFound with default headers values

func (*GetOrganizationApplicationsNotFound) Error

func (*GetOrganizationApplicationsNotFound) GetPayload

type GetOrganizationApplicationsOK

type GetOrganizationApplicationsOK struct {
}

GetOrganizationApplicationsOK handles this case with default header values.

Successful invocation

func NewGetOrganizationApplicationsOK

func NewGetOrganizationApplicationsOK() *GetOrganizationApplicationsOK

NewGetOrganizationApplicationsOK creates a GetOrganizationApplicationsOK with default headers values

func (*GetOrganizationApplicationsOK) Error

type GetOrganizationApplicationsParams

type GetOrganizationApplicationsParams struct {

	/*Orgname
	  The name of the organization

	*/
	Orgname string

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

GetOrganizationApplicationsParams contains all the parameters to send to the API endpoint for the get organization applications operation typically these are written to a http.Request

func NewGetOrganizationApplicationsParams

func NewGetOrganizationApplicationsParams() *GetOrganizationApplicationsParams

NewGetOrganizationApplicationsParams creates a new GetOrganizationApplicationsParams object with the default values initialized.

func NewGetOrganizationApplicationsParamsWithContext

func NewGetOrganizationApplicationsParamsWithContext(ctx context.Context) *GetOrganizationApplicationsParams

NewGetOrganizationApplicationsParamsWithContext creates a new GetOrganizationApplicationsParams object with the default values initialized, and the ability to set a context for a request

func NewGetOrganizationApplicationsParamsWithHTTPClient

func NewGetOrganizationApplicationsParamsWithHTTPClient(client *http.Client) *GetOrganizationApplicationsParams

NewGetOrganizationApplicationsParamsWithHTTPClient creates a new GetOrganizationApplicationsParams object with the default values initialized, and the ability to set a custom HTTPClient for a request

func NewGetOrganizationApplicationsParamsWithTimeout

func NewGetOrganizationApplicationsParamsWithTimeout(timeout time.Duration) *GetOrganizationApplicationsParams

NewGetOrganizationApplicationsParamsWithTimeout creates a new GetOrganizationApplicationsParams object with the default values initialized, and the ability to set a timeout on a request

func (*GetOrganizationApplicationsParams) SetContext

SetContext adds the context to the get organization applications params

func (*GetOrganizationApplicationsParams) SetHTTPClient

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

SetHTTPClient adds the HTTPClient to the get organization applications params

func (*GetOrganizationApplicationsParams) SetOrgname

func (o *GetOrganizationApplicationsParams) SetOrgname(orgname string)

SetOrgname adds the orgname to the get organization applications params

func (*GetOrganizationApplicationsParams) SetTimeout

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

SetTimeout adds the timeout to the get organization applications params

func (*GetOrganizationApplicationsParams) WithContext

WithContext adds the context to the get organization applications params

func (*GetOrganizationApplicationsParams) WithHTTPClient

WithHTTPClient adds the HTTPClient to the get organization applications params

func (*GetOrganizationApplicationsParams) WithOrgname

WithOrgname adds the orgname to the get organization applications params

func (*GetOrganizationApplicationsParams) WithTimeout

WithTimeout adds the timeout to the get organization applications params

func (*GetOrganizationApplicationsParams) WriteToRequest

WriteToRequest writes these params to a swagger request

type GetOrganizationApplicationsReader

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

GetOrganizationApplicationsReader is a Reader for the GetOrganizationApplications structure.

func (*GetOrganizationApplicationsReader) ReadResponse

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

ReadResponse reads a server response into the received o.

type GetOrganizationApplicationsUnauthorized

type GetOrganizationApplicationsUnauthorized struct {
	Payload *models.APIError
}

GetOrganizationApplicationsUnauthorized handles this case with default header values.

Session required

func NewGetOrganizationApplicationsUnauthorized

func NewGetOrganizationApplicationsUnauthorized() *GetOrganizationApplicationsUnauthorized

NewGetOrganizationApplicationsUnauthorized creates a GetOrganizationApplicationsUnauthorized with default headers values

func (*GetOrganizationApplicationsUnauthorized) Error

func (*GetOrganizationApplicationsUnauthorized) GetPayload

type GetOrganizationBadRequest

type GetOrganizationBadRequest struct {
	Payload *models.APIError
}

GetOrganizationBadRequest handles this case with default header values.

Bad Request

func NewGetOrganizationBadRequest

func NewGetOrganizationBadRequest() *GetOrganizationBadRequest

NewGetOrganizationBadRequest creates a GetOrganizationBadRequest with default headers values

func (*GetOrganizationBadRequest) Error

func (o *GetOrganizationBadRequest) Error() string

func (*GetOrganizationBadRequest) GetPayload

func (o *GetOrganizationBadRequest) GetPayload() *models.APIError

type GetOrganizationCollaboratorsBadRequest

type GetOrganizationCollaboratorsBadRequest struct {
	Payload *models.APIError
}

GetOrganizationCollaboratorsBadRequest handles this case with default header values.

Bad Request

func NewGetOrganizationCollaboratorsBadRequest

func NewGetOrganizationCollaboratorsBadRequest() *GetOrganizationCollaboratorsBadRequest

NewGetOrganizationCollaboratorsBadRequest creates a GetOrganizationCollaboratorsBadRequest with default headers values

func (*GetOrganizationCollaboratorsBadRequest) Error

func (*GetOrganizationCollaboratorsBadRequest) GetPayload

type GetOrganizationCollaboratorsForbidden

type GetOrganizationCollaboratorsForbidden struct {
	Payload *models.APIError
}

GetOrganizationCollaboratorsForbidden handles this case with default header values.

Unauthorized access

func NewGetOrganizationCollaboratorsForbidden

func NewGetOrganizationCollaboratorsForbidden() *GetOrganizationCollaboratorsForbidden

NewGetOrganizationCollaboratorsForbidden creates a GetOrganizationCollaboratorsForbidden with default headers values

func (*GetOrganizationCollaboratorsForbidden) Error

func (*GetOrganizationCollaboratorsForbidden) GetPayload

type GetOrganizationCollaboratorsNotFound

type GetOrganizationCollaboratorsNotFound struct {
	Payload *models.APIError
}

GetOrganizationCollaboratorsNotFound handles this case with default header values.

Not found

func NewGetOrganizationCollaboratorsNotFound

func NewGetOrganizationCollaboratorsNotFound() *GetOrganizationCollaboratorsNotFound

NewGetOrganizationCollaboratorsNotFound creates a GetOrganizationCollaboratorsNotFound with default headers values

func (*GetOrganizationCollaboratorsNotFound) Error

func (*GetOrganizationCollaboratorsNotFound) GetPayload

type GetOrganizationCollaboratorsOK

type GetOrganizationCollaboratorsOK struct {
}

GetOrganizationCollaboratorsOK handles this case with default header values.

Successful invocation

func NewGetOrganizationCollaboratorsOK

func NewGetOrganizationCollaboratorsOK() *GetOrganizationCollaboratorsOK

NewGetOrganizationCollaboratorsOK creates a GetOrganizationCollaboratorsOK with default headers values

func (*GetOrganizationCollaboratorsOK) Error

type GetOrganizationCollaboratorsParams

type GetOrganizationCollaboratorsParams struct {

	/*Orgname
	  The name of the organization

	*/
	Orgname string

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

GetOrganizationCollaboratorsParams contains all the parameters to send to the API endpoint for the get organization collaborators operation typically these are written to a http.Request

func NewGetOrganizationCollaboratorsParams

func NewGetOrganizationCollaboratorsParams() *GetOrganizationCollaboratorsParams

NewGetOrganizationCollaboratorsParams creates a new GetOrganizationCollaboratorsParams object with the default values initialized.

func NewGetOrganizationCollaboratorsParamsWithContext

func NewGetOrganizationCollaboratorsParamsWithContext(ctx context.Context) *GetOrganizationCollaboratorsParams

NewGetOrganizationCollaboratorsParamsWithContext creates a new GetOrganizationCollaboratorsParams object with the default values initialized, and the ability to set a context for a request

func NewGetOrganizationCollaboratorsParamsWithHTTPClient

func NewGetOrganizationCollaboratorsParamsWithHTTPClient(client *http.Client) *GetOrganizationCollaboratorsParams

NewGetOrganizationCollaboratorsParamsWithHTTPClient creates a new GetOrganizationCollaboratorsParams object with the default values initialized, and the ability to set a custom HTTPClient for a request

func NewGetOrganizationCollaboratorsParamsWithTimeout

func NewGetOrganizationCollaboratorsParamsWithTimeout(timeout time.Duration) *GetOrganizationCollaboratorsParams

NewGetOrganizationCollaboratorsParamsWithTimeout creates a new GetOrganizationCollaboratorsParams object with the default values initialized, and the ability to set a timeout on a request

func (*GetOrganizationCollaboratorsParams) SetContext

SetContext adds the context to the get organization collaborators params

func (*GetOrganizationCollaboratorsParams) SetHTTPClient

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

SetHTTPClient adds the HTTPClient to the get organization collaborators params

func (*GetOrganizationCollaboratorsParams) SetOrgname

func (o *GetOrganizationCollaboratorsParams) SetOrgname(orgname string)

SetOrgname adds the orgname to the get organization collaborators params

func (*GetOrganizationCollaboratorsParams) SetTimeout

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

SetTimeout adds the timeout to the get organization collaborators params

func (*GetOrganizationCollaboratorsParams) WithContext

WithContext adds the context to the get organization collaborators params

func (*GetOrganizationCollaboratorsParams) WithHTTPClient

WithHTTPClient adds the HTTPClient to the get organization collaborators params

func (*GetOrganizationCollaboratorsParams) WithOrgname

WithOrgname adds the orgname to the get organization collaborators params

func (*GetOrganizationCollaboratorsParams) WithTimeout

WithTimeout adds the timeout to the get organization collaborators params

func (*GetOrganizationCollaboratorsParams) WriteToRequest

WriteToRequest writes these params to a swagger request

type GetOrganizationCollaboratorsReader

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

GetOrganizationCollaboratorsReader is a Reader for the GetOrganizationCollaborators structure.

func (*GetOrganizationCollaboratorsReader) ReadResponse

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

ReadResponse reads a server response into the received o.

type GetOrganizationCollaboratorsUnauthorized

type GetOrganizationCollaboratorsUnauthorized struct {
	Payload *models.APIError
}

GetOrganizationCollaboratorsUnauthorized handles this case with default header values.

Session required

func NewGetOrganizationCollaboratorsUnauthorized

func NewGetOrganizationCollaboratorsUnauthorized() *GetOrganizationCollaboratorsUnauthorized

NewGetOrganizationCollaboratorsUnauthorized creates a GetOrganizationCollaboratorsUnauthorized with default headers values

func (*GetOrganizationCollaboratorsUnauthorized) Error

func (*GetOrganizationCollaboratorsUnauthorized) GetPayload

type GetOrganizationForbidden

type GetOrganizationForbidden struct {
	Payload *models.APIError
}

GetOrganizationForbidden handles this case with default header values.

Unauthorized access

func NewGetOrganizationForbidden

func NewGetOrganizationForbidden() *GetOrganizationForbidden

NewGetOrganizationForbidden creates a GetOrganizationForbidden with default headers values

func (*GetOrganizationForbidden) Error

func (o *GetOrganizationForbidden) Error() string

func (*GetOrganizationForbidden) GetPayload

func (o *GetOrganizationForbidden) GetPayload() *models.APIError

type GetOrganizationMemberBadRequest

type GetOrganizationMemberBadRequest struct {
	Payload *models.APIError
}

GetOrganizationMemberBadRequest handles this case with default header values.

Bad Request

func NewGetOrganizationMemberBadRequest

func NewGetOrganizationMemberBadRequest() *GetOrganizationMemberBadRequest

NewGetOrganizationMemberBadRequest creates a GetOrganizationMemberBadRequest with default headers values

func (*GetOrganizationMemberBadRequest) Error

func (*GetOrganizationMemberBadRequest) GetPayload

type GetOrganizationMemberForbidden

type GetOrganizationMemberForbidden struct {
	Payload *models.APIError
}

GetOrganizationMemberForbidden handles this case with default header values.

Unauthorized access

func NewGetOrganizationMemberForbidden

func NewGetOrganizationMemberForbidden() *GetOrganizationMemberForbidden

NewGetOrganizationMemberForbidden creates a GetOrganizationMemberForbidden with default headers values

func (*GetOrganizationMemberForbidden) Error

func (*GetOrganizationMemberForbidden) GetPayload

type GetOrganizationMemberNotFound

type GetOrganizationMemberNotFound struct {
	Payload *models.APIError
}

GetOrganizationMemberNotFound handles this case with default header values.

Not found

func NewGetOrganizationMemberNotFound

func NewGetOrganizationMemberNotFound() *GetOrganizationMemberNotFound

NewGetOrganizationMemberNotFound creates a GetOrganizationMemberNotFound with default headers values

func (*GetOrganizationMemberNotFound) Error

func (*GetOrganizationMemberNotFound) GetPayload

type GetOrganizationMemberOK

type GetOrganizationMemberOK struct {
}

GetOrganizationMemberOK handles this case with default header values.

Successful invocation

func NewGetOrganizationMemberOK

func NewGetOrganizationMemberOK() *GetOrganizationMemberOK

NewGetOrganizationMemberOK creates a GetOrganizationMemberOK with default headers values

func (*GetOrganizationMemberOK) Error

func (o *GetOrganizationMemberOK) Error() string

type GetOrganizationMemberParams

type GetOrganizationMemberParams struct {

	/*Membername
	  The username of the organization member

	*/
	Membername string
	/*Orgname
	  The name of the organization

	*/
	Orgname string

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

GetOrganizationMemberParams contains all the parameters to send to the API endpoint for the get organization member operation typically these are written to a http.Request

func NewGetOrganizationMemberParams

func NewGetOrganizationMemberParams() *GetOrganizationMemberParams

NewGetOrganizationMemberParams creates a new GetOrganizationMemberParams object with the default values initialized.

func NewGetOrganizationMemberParamsWithContext

func NewGetOrganizationMemberParamsWithContext(ctx context.Context) *GetOrganizationMemberParams

NewGetOrganizationMemberParamsWithContext creates a new GetOrganizationMemberParams object with the default values initialized, and the ability to set a context for a request

func NewGetOrganizationMemberParamsWithHTTPClient

func NewGetOrganizationMemberParamsWithHTTPClient(client *http.Client) *GetOrganizationMemberParams

NewGetOrganizationMemberParamsWithHTTPClient creates a new GetOrganizationMemberParams object with the default values initialized, and the ability to set a custom HTTPClient for a request

func NewGetOrganizationMemberParamsWithTimeout

func NewGetOrganizationMemberParamsWithTimeout(timeout time.Duration) *GetOrganizationMemberParams

NewGetOrganizationMemberParamsWithTimeout creates a new GetOrganizationMemberParams object with the default values initialized, and the ability to set a timeout on a request

func (*GetOrganizationMemberParams) SetContext

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

SetContext adds the context to the get organization member params

func (*GetOrganizationMemberParams) SetHTTPClient

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

SetHTTPClient adds the HTTPClient to the get organization member params

func (*GetOrganizationMemberParams) SetMembername

func (o *GetOrganizationMemberParams) SetMembername(membername string)

SetMembername adds the membername to the get organization member params

func (*GetOrganizationMemberParams) SetOrgname

func (o *GetOrganizationMemberParams) SetOrgname(orgname string)

SetOrgname adds the orgname to the get organization member params

func (*GetOrganizationMemberParams) SetTimeout

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

SetTimeout adds the timeout to the get organization member params

func (*GetOrganizationMemberParams) WithContext

WithContext adds the context to the get organization member params

func (*GetOrganizationMemberParams) WithHTTPClient

WithHTTPClient adds the HTTPClient to the get organization member params

func (*GetOrganizationMemberParams) WithMembername

func (o *GetOrganizationMemberParams) WithMembername(membername string) *GetOrganizationMemberParams

WithMembername adds the membername to the get organization member params

func (*GetOrganizationMemberParams) WithOrgname

WithOrgname adds the orgname to the get organization member params

func (*GetOrganizationMemberParams) WithTimeout

WithTimeout adds the timeout to the get organization member params

func (*GetOrganizationMemberParams) WriteToRequest

WriteToRequest writes these params to a swagger request

type GetOrganizationMemberReader

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

GetOrganizationMemberReader is a Reader for the GetOrganizationMember structure.

func (*GetOrganizationMemberReader) ReadResponse

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

ReadResponse reads a server response into the received o.

type GetOrganizationMemberUnauthorized

type GetOrganizationMemberUnauthorized struct {
	Payload *models.APIError
}

GetOrganizationMemberUnauthorized handles this case with default header values.

Session required

func NewGetOrganizationMemberUnauthorized

func NewGetOrganizationMemberUnauthorized() *GetOrganizationMemberUnauthorized

NewGetOrganizationMemberUnauthorized creates a GetOrganizationMemberUnauthorized with default headers values

func (*GetOrganizationMemberUnauthorized) Error

func (*GetOrganizationMemberUnauthorized) GetPayload

type GetOrganizationMembersBadRequest

type GetOrganizationMembersBadRequest struct {
	Payload *models.APIError
}

GetOrganizationMembersBadRequest handles this case with default header values.

Bad Request

func NewGetOrganizationMembersBadRequest

func NewGetOrganizationMembersBadRequest() *GetOrganizationMembersBadRequest

NewGetOrganizationMembersBadRequest creates a GetOrganizationMembersBadRequest with default headers values

func (*GetOrganizationMembersBadRequest) Error

func (*GetOrganizationMembersBadRequest) GetPayload

type GetOrganizationMembersForbidden

type GetOrganizationMembersForbidden struct {
	Payload *models.APIError
}

GetOrganizationMembersForbidden handles this case with default header values.

Unauthorized access

func NewGetOrganizationMembersForbidden

func NewGetOrganizationMembersForbidden() *GetOrganizationMembersForbidden

NewGetOrganizationMembersForbidden creates a GetOrganizationMembersForbidden with default headers values

func (*GetOrganizationMembersForbidden) Error

func (*GetOrganizationMembersForbidden) GetPayload

type GetOrganizationMembersNotFound

type GetOrganizationMembersNotFound struct {
	Payload *models.APIError
}

GetOrganizationMembersNotFound handles this case with default header values.

Not found

func NewGetOrganizationMembersNotFound

func NewGetOrganizationMembersNotFound() *GetOrganizationMembersNotFound

NewGetOrganizationMembersNotFound creates a GetOrganizationMembersNotFound with default headers values

func (*GetOrganizationMembersNotFound) Error

func (*GetOrganizationMembersNotFound) GetPayload

type GetOrganizationMembersOK

type GetOrganizationMembersOK struct {
}

GetOrganizationMembersOK handles this case with default header values.

Successful invocation

func NewGetOrganizationMembersOK

func NewGetOrganizationMembersOK() *GetOrganizationMembersOK

NewGetOrganizationMembersOK creates a GetOrganizationMembersOK with default headers values

func (*GetOrganizationMembersOK) Error

func (o *GetOrganizationMembersOK) Error() string

type GetOrganizationMembersParams

type GetOrganizationMembersParams struct {

	/*Orgname
	  The name of the organization

	*/
	Orgname string

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

GetOrganizationMembersParams contains all the parameters to send to the API endpoint for the get organization members operation typically these are written to a http.Request

func NewGetOrganizationMembersParams

func NewGetOrganizationMembersParams() *GetOrganizationMembersParams

NewGetOrganizationMembersParams creates a new GetOrganizationMembersParams object with the default values initialized.

func NewGetOrganizationMembersParamsWithContext

func NewGetOrganizationMembersParamsWithContext(ctx context.Context) *GetOrganizationMembersParams

NewGetOrganizationMembersParamsWithContext creates a new GetOrganizationMembersParams object with the default values initialized, and the ability to set a context for a request

func NewGetOrganizationMembersParamsWithHTTPClient

func NewGetOrganizationMembersParamsWithHTTPClient(client *http.Client) *GetOrganizationMembersParams

NewGetOrganizationMembersParamsWithHTTPClient creates a new GetOrganizationMembersParams object with the default values initialized, and the ability to set a custom HTTPClient for a request

func NewGetOrganizationMembersParamsWithTimeout

func NewGetOrganizationMembersParamsWithTimeout(timeout time.Duration) *GetOrganizationMembersParams

NewGetOrganizationMembersParamsWithTimeout creates a new GetOrganizationMembersParams object with the default values initialized, and the ability to set a timeout on a request

func (*GetOrganizationMembersParams) SetContext

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

SetContext adds the context to the get organization members params

func (*GetOrganizationMembersParams) SetHTTPClient

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

SetHTTPClient adds the HTTPClient to the get organization members params

func (*GetOrganizationMembersParams) SetOrgname

func (o *GetOrganizationMembersParams) SetOrgname(orgname string)

SetOrgname adds the orgname to the get organization members params

func (*GetOrganizationMembersParams) SetTimeout

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

SetTimeout adds the timeout to the get organization members params

func (*GetOrganizationMembersParams) WithContext

WithContext adds the context to the get organization members params

func (*GetOrganizationMembersParams) WithHTTPClient

WithHTTPClient adds the HTTPClient to the get organization members params

func (*GetOrganizationMembersParams) WithOrgname

WithOrgname adds the orgname to the get organization members params

func (*GetOrganizationMembersParams) WithTimeout

WithTimeout adds the timeout to the get organization members params

func (*GetOrganizationMembersParams) WriteToRequest

WriteToRequest writes these params to a swagger request

type GetOrganizationMembersReader

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

GetOrganizationMembersReader is a Reader for the GetOrganizationMembers structure.

func (*GetOrganizationMembersReader) ReadResponse

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

ReadResponse reads a server response into the received o.

type GetOrganizationMembersUnauthorized

type GetOrganizationMembersUnauthorized struct {
	Payload *models.APIError
}

GetOrganizationMembersUnauthorized handles this case with default header values.

Session required

func NewGetOrganizationMembersUnauthorized

func NewGetOrganizationMembersUnauthorized() *GetOrganizationMembersUnauthorized

NewGetOrganizationMembersUnauthorized creates a GetOrganizationMembersUnauthorized with default headers values

func (*GetOrganizationMembersUnauthorized) Error

func (*GetOrganizationMembersUnauthorized) GetPayload

type GetOrganizationNotFound

type GetOrganizationNotFound struct {
	Payload *models.APIError
}

GetOrganizationNotFound handles this case with default header values.

Not found

func NewGetOrganizationNotFound

func NewGetOrganizationNotFound() *GetOrganizationNotFound

NewGetOrganizationNotFound creates a GetOrganizationNotFound with default headers values

func (*GetOrganizationNotFound) Error

func (o *GetOrganizationNotFound) Error() string

func (*GetOrganizationNotFound) GetPayload

func (o *GetOrganizationNotFound) GetPayload() *models.APIError

type GetOrganizationOK

type GetOrganizationOK struct {
}

GetOrganizationOK handles this case with default header values.

Successful invocation

func NewGetOrganizationOK

func NewGetOrganizationOK() *GetOrganizationOK

NewGetOrganizationOK creates a GetOrganizationOK with default headers values

func (*GetOrganizationOK) Error

func (o *GetOrganizationOK) Error() string

type GetOrganizationParams

type GetOrganizationParams struct {

	/*Orgname
	  The name of the organization

	*/
	Orgname string

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

GetOrganizationParams contains all the parameters to send to the API endpoint for the get organization operation typically these are written to a http.Request

func NewGetOrganizationParams

func NewGetOrganizationParams() *GetOrganizationParams

NewGetOrganizationParams creates a new GetOrganizationParams object with the default values initialized.

func NewGetOrganizationParamsWithContext

func NewGetOrganizationParamsWithContext(ctx context.Context) *GetOrganizationParams

NewGetOrganizationParamsWithContext creates a new GetOrganizationParams object with the default values initialized, and the ability to set a context for a request

func NewGetOrganizationParamsWithHTTPClient

func NewGetOrganizationParamsWithHTTPClient(client *http.Client) *GetOrganizationParams

NewGetOrganizationParamsWithHTTPClient creates a new GetOrganizationParams object with the default values initialized, and the ability to set a custom HTTPClient for a request

func NewGetOrganizationParamsWithTimeout

func NewGetOrganizationParamsWithTimeout(timeout time.Duration) *GetOrganizationParams

NewGetOrganizationParamsWithTimeout creates a new GetOrganizationParams object with the default values initialized, and the ability to set a timeout on a request

func (*GetOrganizationParams) SetContext

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

SetContext adds the context to the get organization params

func (*GetOrganizationParams) SetHTTPClient

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

SetHTTPClient adds the HTTPClient to the get organization params

func (*GetOrganizationParams) SetOrgname

func (o *GetOrganizationParams) SetOrgname(orgname string)

SetOrgname adds the orgname to the get organization params

func (*GetOrganizationParams) SetTimeout

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

SetTimeout adds the timeout to the get organization params

func (*GetOrganizationParams) WithContext

WithContext adds the context to the get organization params

func (*GetOrganizationParams) WithHTTPClient

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

WithHTTPClient adds the HTTPClient to the get organization params

func (*GetOrganizationParams) WithOrgname

func (o *GetOrganizationParams) WithOrgname(orgname string) *GetOrganizationParams

WithOrgname adds the orgname to the get organization params

func (*GetOrganizationParams) WithTimeout

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

WithTimeout adds the timeout to the get organization params

func (*GetOrganizationParams) WriteToRequest

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

WriteToRequest writes these params to a swagger request

type GetOrganizationReader

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

GetOrganizationReader is a Reader for the GetOrganization structure.

func (*GetOrganizationReader) ReadResponse

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

ReadResponse reads a server response into the received o.

type GetOrganizationUnauthorized

type GetOrganizationUnauthorized struct {
	Payload *models.APIError
}

GetOrganizationUnauthorized handles this case with default header values.

Session required

func NewGetOrganizationUnauthorized

func NewGetOrganizationUnauthorized() *GetOrganizationUnauthorized

NewGetOrganizationUnauthorized creates a GetOrganizationUnauthorized with default headers values

func (*GetOrganizationUnauthorized) Error

func (*GetOrganizationUnauthorized) GetPayload

func (o *GetOrganizationUnauthorized) GetPayload() *models.APIError

type RemoveOrganizationMemberBadRequest

type RemoveOrganizationMemberBadRequest struct {
	Payload *models.APIError
}

RemoveOrganizationMemberBadRequest handles this case with default header values.

Bad Request

func NewRemoveOrganizationMemberBadRequest

func NewRemoveOrganizationMemberBadRequest() *RemoveOrganizationMemberBadRequest

NewRemoveOrganizationMemberBadRequest creates a RemoveOrganizationMemberBadRequest with default headers values

func (*RemoveOrganizationMemberBadRequest) Error

func (*RemoveOrganizationMemberBadRequest) GetPayload

type RemoveOrganizationMemberForbidden

type RemoveOrganizationMemberForbidden struct {
	Payload *models.APIError
}

RemoveOrganizationMemberForbidden handles this case with default header values.

Unauthorized access

func NewRemoveOrganizationMemberForbidden

func NewRemoveOrganizationMemberForbidden() *RemoveOrganizationMemberForbidden

NewRemoveOrganizationMemberForbidden creates a RemoveOrganizationMemberForbidden with default headers values

func (*RemoveOrganizationMemberForbidden) Error

func (*RemoveOrganizationMemberForbidden) GetPayload

type RemoveOrganizationMemberNoContent

type RemoveOrganizationMemberNoContent struct {
}

RemoveOrganizationMemberNoContent handles this case with default header values.

Deleted

func NewRemoveOrganizationMemberNoContent

func NewRemoveOrganizationMemberNoContent() *RemoveOrganizationMemberNoContent

NewRemoveOrganizationMemberNoContent creates a RemoveOrganizationMemberNoContent with default headers values

func (*RemoveOrganizationMemberNoContent) Error

type RemoveOrganizationMemberNotFound

type RemoveOrganizationMemberNotFound struct {
	Payload *models.APIError
}

RemoveOrganizationMemberNotFound handles this case with default header values.

Not found

func NewRemoveOrganizationMemberNotFound

func NewRemoveOrganizationMemberNotFound() *RemoveOrganizationMemberNotFound

NewRemoveOrganizationMemberNotFound creates a RemoveOrganizationMemberNotFound with default headers values

func (*RemoveOrganizationMemberNotFound) Error

func (*RemoveOrganizationMemberNotFound) GetPayload

type RemoveOrganizationMemberParams

type RemoveOrganizationMemberParams struct {

	/*Membername
	  The username of the organization member

	*/
	Membername string
	/*Orgname
	  The name of the organization

	*/
	Orgname string

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

RemoveOrganizationMemberParams contains all the parameters to send to the API endpoint for the remove organization member operation typically these are written to a http.Request

func NewRemoveOrganizationMemberParams

func NewRemoveOrganizationMemberParams() *RemoveOrganizationMemberParams

NewRemoveOrganizationMemberParams creates a new RemoveOrganizationMemberParams object with the default values initialized.

func NewRemoveOrganizationMemberParamsWithContext

func NewRemoveOrganizationMemberParamsWithContext(ctx context.Context) *RemoveOrganizationMemberParams

NewRemoveOrganizationMemberParamsWithContext creates a new RemoveOrganizationMemberParams object with the default values initialized, and the ability to set a context for a request

func NewRemoveOrganizationMemberParamsWithHTTPClient

func NewRemoveOrganizationMemberParamsWithHTTPClient(client *http.Client) *RemoveOrganizationMemberParams

NewRemoveOrganizationMemberParamsWithHTTPClient creates a new RemoveOrganizationMemberParams object with the default values initialized, and the ability to set a custom HTTPClient for a request

func NewRemoveOrganizationMemberParamsWithTimeout

func NewRemoveOrganizationMemberParamsWithTimeout(timeout time.Duration) *RemoveOrganizationMemberParams

NewRemoveOrganizationMemberParamsWithTimeout creates a new RemoveOrganizationMemberParams object with the default values initialized, and the ability to set a timeout on a request

func (*RemoveOrganizationMemberParams) SetContext

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

SetContext adds the context to the remove organization member params

func (*RemoveOrganizationMemberParams) SetHTTPClient

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

SetHTTPClient adds the HTTPClient to the remove organization member params

func (*RemoveOrganizationMemberParams) SetMembername

func (o *RemoveOrganizationMemberParams) SetMembername(membername string)

SetMembername adds the membername to the remove organization member params

func (*RemoveOrganizationMemberParams) SetOrgname

func (o *RemoveOrganizationMemberParams) SetOrgname(orgname string)

SetOrgname adds the orgname to the remove organization member params

func (*RemoveOrganizationMemberParams) SetTimeout

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

SetTimeout adds the timeout to the remove organization member params

func (*RemoveOrganizationMemberParams) WithContext

WithContext adds the context to the remove organization member params

func (*RemoveOrganizationMemberParams) WithHTTPClient

WithHTTPClient adds the HTTPClient to the remove organization member params

func (*RemoveOrganizationMemberParams) WithMembername

WithMembername adds the membername to the remove organization member params

func (*RemoveOrganizationMemberParams) WithOrgname

WithOrgname adds the orgname to the remove organization member params

func (*RemoveOrganizationMemberParams) WithTimeout

WithTimeout adds the timeout to the remove organization member params

func (*RemoveOrganizationMemberParams) WriteToRequest

WriteToRequest writes these params to a swagger request

type RemoveOrganizationMemberReader

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

RemoveOrganizationMemberReader is a Reader for the RemoveOrganizationMember structure.

func (*RemoveOrganizationMemberReader) ReadResponse

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

ReadResponse reads a server response into the received o.

type RemoveOrganizationMemberUnauthorized

type RemoveOrganizationMemberUnauthorized struct {
	Payload *models.APIError
}

RemoveOrganizationMemberUnauthorized handles this case with default header values.

Session required

func NewRemoveOrganizationMemberUnauthorized

func NewRemoveOrganizationMemberUnauthorized() *RemoveOrganizationMemberUnauthorized

NewRemoveOrganizationMemberUnauthorized creates a RemoveOrganizationMemberUnauthorized with default headers values

func (*RemoveOrganizationMemberUnauthorized) Error

func (*RemoveOrganizationMemberUnauthorized) GetPayload

type UpdateOrganizationApplicationBadRequest

type UpdateOrganizationApplicationBadRequest struct {
	Payload *models.APIError
}

UpdateOrganizationApplicationBadRequest handles this case with default header values.

Bad Request

func NewUpdateOrganizationApplicationBadRequest

func NewUpdateOrganizationApplicationBadRequest() *UpdateOrganizationApplicationBadRequest

NewUpdateOrganizationApplicationBadRequest creates a UpdateOrganizationApplicationBadRequest with default headers values

func (*UpdateOrganizationApplicationBadRequest) Error

func (*UpdateOrganizationApplicationBadRequest) GetPayload

type UpdateOrganizationApplicationForbidden

type UpdateOrganizationApplicationForbidden struct {
	Payload *models.APIError
}

UpdateOrganizationApplicationForbidden handles this case with default header values.

Unauthorized access

func NewUpdateOrganizationApplicationForbidden

func NewUpdateOrganizationApplicationForbidden() *UpdateOrganizationApplicationForbidden

NewUpdateOrganizationApplicationForbidden creates a UpdateOrganizationApplicationForbidden with default headers values

func (*UpdateOrganizationApplicationForbidden) Error

func (*UpdateOrganizationApplicationForbidden) GetPayload

type UpdateOrganizationApplicationNotFound

type UpdateOrganizationApplicationNotFound struct {
	Payload *models.APIError
}

UpdateOrganizationApplicationNotFound handles this case with default header values.

Not found

func NewUpdateOrganizationApplicationNotFound

func NewUpdateOrganizationApplicationNotFound() *UpdateOrganizationApplicationNotFound

NewUpdateOrganizationApplicationNotFound creates a UpdateOrganizationApplicationNotFound with default headers values

func (*UpdateOrganizationApplicationNotFound) Error

func (*UpdateOrganizationApplicationNotFound) GetPayload

type UpdateOrganizationApplicationOK

type UpdateOrganizationApplicationOK struct {
}

UpdateOrganizationApplicationOK handles this case with default header values.

Successful invocation

func NewUpdateOrganizationApplicationOK

func NewUpdateOrganizationApplicationOK() *UpdateOrganizationApplicationOK

NewUpdateOrganizationApplicationOK creates a UpdateOrganizationApplicationOK with default headers values

func (*UpdateOrganizationApplicationOK) Error

type UpdateOrganizationApplicationParams

type UpdateOrganizationApplicationParams struct {

	/*Body
	  Request body contents.

	*/
	Body *models.UpdateApp
	/*ClientID
	  The OAuth client ID

	*/
	ClientID string
	/*Orgname
	  The name of the organization

	*/
	Orgname string

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

UpdateOrganizationApplicationParams contains all the parameters to send to the API endpoint for the update organization application operation typically these are written to a http.Request

func NewUpdateOrganizationApplicationParams

func NewUpdateOrganizationApplicationParams() *UpdateOrganizationApplicationParams

NewUpdateOrganizationApplicationParams creates a new UpdateOrganizationApplicationParams object with the default values initialized.

func NewUpdateOrganizationApplicationParamsWithContext

func NewUpdateOrganizationApplicationParamsWithContext(ctx context.Context) *UpdateOrganizationApplicationParams

NewUpdateOrganizationApplicationParamsWithContext creates a new UpdateOrganizationApplicationParams object with the default values initialized, and the ability to set a context for a request

func NewUpdateOrganizationApplicationParamsWithHTTPClient

func NewUpdateOrganizationApplicationParamsWithHTTPClient(client *http.Client) *UpdateOrganizationApplicationParams

NewUpdateOrganizationApplicationParamsWithHTTPClient creates a new UpdateOrganizationApplicationParams object with the default values initialized, and the ability to set a custom HTTPClient for a request

func NewUpdateOrganizationApplicationParamsWithTimeout

func NewUpdateOrganizationApplicationParamsWithTimeout(timeout time.Duration) *UpdateOrganizationApplicationParams

NewUpdateOrganizationApplicationParamsWithTimeout creates a new UpdateOrganizationApplicationParams object with the default values initialized, and the ability to set a timeout on a request

func (*UpdateOrganizationApplicationParams) SetBody

SetBody adds the body to the update organization application params

func (*UpdateOrganizationApplicationParams) SetClientID

func (o *UpdateOrganizationApplicationParams) SetClientID(clientID string)

SetClientID adds the clientId to the update organization application params

func (*UpdateOrganizationApplicationParams) SetContext

SetContext adds the context to the update organization application params

func (*UpdateOrganizationApplicationParams) SetHTTPClient

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

SetHTTPClient adds the HTTPClient to the update organization application params

func (*UpdateOrganizationApplicationParams) SetOrgname

func (o *UpdateOrganizationApplicationParams) SetOrgname(orgname string)

SetOrgname adds the orgname to the update organization application params

func (*UpdateOrganizationApplicationParams) SetTimeout

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

SetTimeout adds the timeout to the update organization application params

func (*UpdateOrganizationApplicationParams) WithBody

WithBody adds the body to the update organization application params

func (*UpdateOrganizationApplicationParams) WithClientID

WithClientID adds the clientID to the update organization application params

func (*UpdateOrganizationApplicationParams) WithContext

WithContext adds the context to the update organization application params

func (*UpdateOrganizationApplicationParams) WithHTTPClient

WithHTTPClient adds the HTTPClient to the update organization application params

func (*UpdateOrganizationApplicationParams) WithOrgname

WithOrgname adds the orgname to the update organization application params

func (*UpdateOrganizationApplicationParams) WithTimeout

WithTimeout adds the timeout to the update organization application params

func (*UpdateOrganizationApplicationParams) WriteToRequest

WriteToRequest writes these params to a swagger request

type UpdateOrganizationApplicationReader

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

UpdateOrganizationApplicationReader is a Reader for the UpdateOrganizationApplication structure.

func (*UpdateOrganizationApplicationReader) ReadResponse

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

ReadResponse reads a server response into the received o.

type UpdateOrganizationApplicationUnauthorized

type UpdateOrganizationApplicationUnauthorized struct {
	Payload *models.APIError
}

UpdateOrganizationApplicationUnauthorized handles this case with default header values.

Session required

func NewUpdateOrganizationApplicationUnauthorized

func NewUpdateOrganizationApplicationUnauthorized() *UpdateOrganizationApplicationUnauthorized

NewUpdateOrganizationApplicationUnauthorized creates a UpdateOrganizationApplicationUnauthorized with default headers values

func (*UpdateOrganizationApplicationUnauthorized) Error

func (*UpdateOrganizationApplicationUnauthorized) GetPayload

Jump to

Keyboard shortcuts

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