users

package
v0.0.0-...-7977c27 Latest Latest
Warning

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

Go to latest
Published: Mar 18, 2021 License: Apache-2.0 Imports: 11 Imported by: 0

Documentation

Index

Constants

View Source
const AssociateAuditedOrganizationWithUserCreatedCode int = 201

AssociateAuditedOrganizationWithUserCreatedCode is the HTTP code returned for type AssociateAuditedOrganizationWithUserCreated

View Source
const AssociateAuditedSpaceWithUserCreatedCode int = 201

AssociateAuditedSpaceWithUserCreatedCode is the HTTP code returned for type AssociateAuditedSpaceWithUserCreated

View Source
const AssociateBillingManagedOrganizationWithUserCreatedCode int = 201

AssociateBillingManagedOrganizationWithUserCreatedCode is the HTTP code returned for type AssociateBillingManagedOrganizationWithUserCreated

View Source
const AssociateManagedOrganizationWithUserCreatedCode int = 201

AssociateManagedOrganizationWithUserCreatedCode is the HTTP code returned for type AssociateManagedOrganizationWithUserCreated

View Source
const AssociateManagedSpaceWithUserCreatedCode int = 201

AssociateManagedSpaceWithUserCreatedCode is the HTTP code returned for type AssociateManagedSpaceWithUserCreated

View Source
const AssociateOrganizationWithUserCreatedCode int = 201

AssociateOrganizationWithUserCreatedCode is the HTTP code returned for type AssociateOrganizationWithUserCreated

View Source
const AssociateSpaceWithUserCreatedCode int = 201

AssociateSpaceWithUserCreatedCode is the HTTP code returned for type AssociateSpaceWithUserCreated

View Source
const CreateUserCreatedCode int = 201

CreateUserCreatedCode is the HTTP code returned for type CreateUserCreated

View Source
const DeleteUserNoContentCode int = 204

DeleteUserNoContentCode is the HTTP code returned for type DeleteUserNoContent

View Source
const GetUserSummaryOKCode int = 200

GetUserSummaryOKCode is the HTTP code returned for type GetUserSummaryOK

View Source
const ListAllAuditedOrganizationsForUserOKCode int = 200

ListAllAuditedOrganizationsForUserOKCode is the HTTP code returned for type ListAllAuditedOrganizationsForUserOK

View Source
const ListAllAuditedSpacesForUserOKCode int = 200

ListAllAuditedSpacesForUserOKCode is the HTTP code returned for type ListAllAuditedSpacesForUserOK

View Source
const ListAllBillingManagedOrganizationsForUserOKCode int = 200

ListAllBillingManagedOrganizationsForUserOKCode is the HTTP code returned for type ListAllBillingManagedOrganizationsForUserOK

View Source
const ListAllManagedOrganizationsForUserOKCode int = 200

ListAllManagedOrganizationsForUserOKCode is the HTTP code returned for type ListAllManagedOrganizationsForUserOK

View Source
const ListAllManagedSpacesForUserOKCode int = 200

ListAllManagedSpacesForUserOKCode is the HTTP code returned for type ListAllManagedSpacesForUserOK

View Source
const ListAllOrganizationsForUserOKCode int = 200

ListAllOrganizationsForUserOKCode is the HTTP code returned for type ListAllOrganizationsForUserOK

View Source
const ListAllSpacesForUserOKCode int = 200

ListAllSpacesForUserOKCode is the HTTP code returned for type ListAllSpacesForUserOK

View Source
const ListAllUsersOKCode int = 200

ListAllUsersOKCode is the HTTP code returned for type ListAllUsersOK

View Source
const RemoveAuditedOrganizationFromUserCreatedCode int = 201

RemoveAuditedOrganizationFromUserCreatedCode is the HTTP code returned for type RemoveAuditedOrganizationFromUserCreated

View Source
const RemoveAuditedSpaceFromUserCreatedCode int = 201

RemoveAuditedSpaceFromUserCreatedCode is the HTTP code returned for type RemoveAuditedSpaceFromUserCreated

View Source
const RemoveBillingManagedOrganizationFromUserCreatedCode int = 201

RemoveBillingManagedOrganizationFromUserCreatedCode is the HTTP code returned for type RemoveBillingManagedOrganizationFromUserCreated

View Source
const RemoveManagedOrganizationFromUserCreatedCode int = 201

RemoveManagedOrganizationFromUserCreatedCode is the HTTP code returned for type RemoveManagedOrganizationFromUserCreated

View Source
const RemoveManagedSpaceFromUserCreatedCode int = 201

RemoveManagedSpaceFromUserCreatedCode is the HTTP code returned for type RemoveManagedSpaceFromUserCreated

View Source
const RemoveOrganizationFromUserCreatedCode int = 201

RemoveOrganizationFromUserCreatedCode is the HTTP code returned for type RemoveOrganizationFromUserCreated

View Source
const RemoveSpaceFromUserCreatedCode int = 201

RemoveSpaceFromUserCreatedCode is the HTTP code returned for type RemoveSpaceFromUserCreated

View Source
const RetrieveUserOKCode int = 200

RetrieveUserOKCode is the HTTP code returned for type RetrieveUserOK

View Source
const UpdateUserCreatedCode int = 201

UpdateUserCreatedCode is the HTTP code returned for type UpdateUserCreated

Variables

This section is empty.

Functions

This section is empty.

Types

type AssociateAuditedOrganizationWithUser

type AssociateAuditedOrganizationWithUser struct {
	Context *middleware.Context
	Handler AssociateAuditedOrganizationWithUserHandler
}

AssociateAuditedOrganizationWithUser swagger:route PUT /users/{guid}/audited_organizations/{audited_organization_guid} users associateAuditedOrganizationWithUser

Associate Audited Organization with the User

curl --insecure -i %s/v2/users/{guid}/audited_organizations/{audited_organization_guid} -X PUT -H 'Authorization: %s'

func NewAssociateAuditedOrganizationWithUser

func NewAssociateAuditedOrganizationWithUser(ctx *middleware.Context, handler AssociateAuditedOrganizationWithUserHandler) *AssociateAuditedOrganizationWithUser

NewAssociateAuditedOrganizationWithUser creates a new http.Handler for the associate audited organization with user operation

func (*AssociateAuditedOrganizationWithUser) ServeHTTP

type AssociateAuditedOrganizationWithUserCreated

type AssociateAuditedOrganizationWithUserCreated struct {

	/*
	  In: Body
	*/
	Payload *models.AssociateAuditedOrganizationWithUserResponseResource `json:"body,omitempty"`
}

AssociateAuditedOrganizationWithUserCreated successful response

swagger:response associateAuditedOrganizationWithUserCreated

func NewAssociateAuditedOrganizationWithUserCreated

func NewAssociateAuditedOrganizationWithUserCreated() *AssociateAuditedOrganizationWithUserCreated

NewAssociateAuditedOrganizationWithUserCreated creates AssociateAuditedOrganizationWithUserCreated with default headers values

func (*AssociateAuditedOrganizationWithUserCreated) SetPayload

SetPayload sets the payload to the associate audited organization with user created response

func (*AssociateAuditedOrganizationWithUserCreated) WithPayload

WithPayload adds the payload to the associate audited organization with user created response

func (*AssociateAuditedOrganizationWithUserCreated) WriteResponse

WriteResponse to the client

type AssociateAuditedOrganizationWithUserHandler

type AssociateAuditedOrganizationWithUserHandler interface {
	Handle(AssociateAuditedOrganizationWithUserParams) middleware.Responder
}

AssociateAuditedOrganizationWithUserHandler interface for that can handle valid associate audited organization with user params

type AssociateAuditedOrganizationWithUserHandlerFunc

type AssociateAuditedOrganizationWithUserHandlerFunc func(AssociateAuditedOrganizationWithUserParams) middleware.Responder

AssociateAuditedOrganizationWithUserHandlerFunc turns a function with the right signature into a associate audited organization with user handler

func (AssociateAuditedOrganizationWithUserHandlerFunc) Handle

Handle executing the request and returning a response

type AssociateAuditedOrganizationWithUserParams

type AssociateAuditedOrganizationWithUserParams struct {

	// HTTP Request Object
	HTTPRequest *http.Request `json:"-"`

	/*The audited_organization_guid parameter is used as a part of the request URL: '/v2/users/:guid/audited_organizations/:audited_organization_guid'
	  Required: true
	  In: path
	*/
	AuditedOrganizationGUID string
	/*The guid parameter is used as a part of the request URL: '/v2/users/:guid/audited_organizations/:audited_organization_guid'
	  Required: true
	  In: path
	*/
	GUID string
}

AssociateAuditedOrganizationWithUserParams contains all the bound params for the associate audited organization with user operation typically these are obtained from a http.Request

swagger:parameters associateAuditedOrganizationWithUser

func NewAssociateAuditedOrganizationWithUserParams

func NewAssociateAuditedOrganizationWithUserParams() AssociateAuditedOrganizationWithUserParams

NewAssociateAuditedOrganizationWithUserParams creates a new AssociateAuditedOrganizationWithUserParams object no default values defined in spec.

func (*AssociateAuditedOrganizationWithUserParams) BindRequest

BindRequest both binds and validates a request, it assumes that complex things implement a Validatable(strfmt.Registry) error interface for simple values it will use straight method calls.

To ensure default values, the struct must have been initialized with NewAssociateAuditedOrganizationWithUserParams() beforehand.

type AssociateAuditedOrganizationWithUserURL

type AssociateAuditedOrganizationWithUserURL struct {
	AuditedOrganizationGUID string
	GUID                    string
	// contains filtered or unexported fields
}

AssociateAuditedOrganizationWithUserURL generates an URL for the associate audited organization with user operation

func (*AssociateAuditedOrganizationWithUserURL) Build

Build a url path and query string

func (*AssociateAuditedOrganizationWithUserURL) BuildFull

func (o *AssociateAuditedOrganizationWithUserURL) BuildFull(scheme, host string) (*url.URL, error)

BuildFull builds a full url with scheme, host, path and query string

func (*AssociateAuditedOrganizationWithUserURL) Must

Must is a helper function to panic when the url builder returns an error

func (*AssociateAuditedOrganizationWithUserURL) SetBasePath

SetBasePath sets the base path for this url builder, only required when it's different from the base path specified in the swagger spec. When the value of the base path is an empty string

func (*AssociateAuditedOrganizationWithUserURL) String

String returns the string representation of the path with query string

func (*AssociateAuditedOrganizationWithUserURL) StringFull

func (o *AssociateAuditedOrganizationWithUserURL) StringFull(scheme, host string) string

StringFull returns the string representation of a complete url

func (*AssociateAuditedOrganizationWithUserURL) WithBasePath

WithBasePath sets the base path for this url builder, only required when it's different from the base path specified in the swagger spec. When the value of the base path is an empty string

type AssociateAuditedSpaceWithUser

type AssociateAuditedSpaceWithUser struct {
	Context *middleware.Context
	Handler AssociateAuditedSpaceWithUserHandler
}

AssociateAuditedSpaceWithUser swagger:route PUT /users/{guid}/audited_spaces/{audited_space_guid} users associateAuditedSpaceWithUser

Associate Audited Space with the User

curl --insecure -i %s/v2/users/{guid}/audited_spaces/{audited_space_guid} -X PUT -H 'Authorization: %s'

func NewAssociateAuditedSpaceWithUser

func NewAssociateAuditedSpaceWithUser(ctx *middleware.Context, handler AssociateAuditedSpaceWithUserHandler) *AssociateAuditedSpaceWithUser

NewAssociateAuditedSpaceWithUser creates a new http.Handler for the associate audited space with user operation

func (*AssociateAuditedSpaceWithUser) ServeHTTP

type AssociateAuditedSpaceWithUserCreated

type AssociateAuditedSpaceWithUserCreated struct {

	/*
	  In: Body
	*/
	Payload *models.AssociateAuditedSpaceWithUserResponseResource `json:"body,omitempty"`
}

AssociateAuditedSpaceWithUserCreated successful response

swagger:response associateAuditedSpaceWithUserCreated

func NewAssociateAuditedSpaceWithUserCreated

func NewAssociateAuditedSpaceWithUserCreated() *AssociateAuditedSpaceWithUserCreated

NewAssociateAuditedSpaceWithUserCreated creates AssociateAuditedSpaceWithUserCreated with default headers values

func (*AssociateAuditedSpaceWithUserCreated) SetPayload

SetPayload sets the payload to the associate audited space with user created response

func (*AssociateAuditedSpaceWithUserCreated) WithPayload

WithPayload adds the payload to the associate audited space with user created response

func (*AssociateAuditedSpaceWithUserCreated) WriteResponse

WriteResponse to the client

type AssociateAuditedSpaceWithUserHandler

type AssociateAuditedSpaceWithUserHandler interface {
	Handle(AssociateAuditedSpaceWithUserParams) middleware.Responder
}

AssociateAuditedSpaceWithUserHandler interface for that can handle valid associate audited space with user params

type AssociateAuditedSpaceWithUserHandlerFunc

type AssociateAuditedSpaceWithUserHandlerFunc func(AssociateAuditedSpaceWithUserParams) middleware.Responder

AssociateAuditedSpaceWithUserHandlerFunc turns a function with the right signature into a associate audited space with user handler

func (AssociateAuditedSpaceWithUserHandlerFunc) Handle

Handle executing the request and returning a response

type AssociateAuditedSpaceWithUserParams

type AssociateAuditedSpaceWithUserParams struct {

	// HTTP Request Object
	HTTPRequest *http.Request `json:"-"`

	/*The audited_space_guid parameter is used as a part of the request URL: '/v2/users/:guid/audited_spaces/:audited_space_guid'
	  Required: true
	  In: path
	*/
	AuditedSpaceGUID string
	/*The guid parameter is used as a part of the request URL: '/v2/users/:guid/audited_spaces/:audited_space_guid'
	  Required: true
	  In: path
	*/
	GUID string
}

AssociateAuditedSpaceWithUserParams contains all the bound params for the associate audited space with user operation typically these are obtained from a http.Request

swagger:parameters associateAuditedSpaceWithUser

func NewAssociateAuditedSpaceWithUserParams

func NewAssociateAuditedSpaceWithUserParams() AssociateAuditedSpaceWithUserParams

NewAssociateAuditedSpaceWithUserParams creates a new AssociateAuditedSpaceWithUserParams object no default values defined in spec.

func (*AssociateAuditedSpaceWithUserParams) BindRequest

BindRequest both binds and validates a request, it assumes that complex things implement a Validatable(strfmt.Registry) error interface for simple values it will use straight method calls.

To ensure default values, the struct must have been initialized with NewAssociateAuditedSpaceWithUserParams() beforehand.

type AssociateAuditedSpaceWithUserURL

type AssociateAuditedSpaceWithUserURL struct {
	AuditedSpaceGUID string
	GUID             string
	// contains filtered or unexported fields
}

AssociateAuditedSpaceWithUserURL generates an URL for the associate audited space with user operation

func (*AssociateAuditedSpaceWithUserURL) Build

Build a url path and query string

func (*AssociateAuditedSpaceWithUserURL) BuildFull

func (o *AssociateAuditedSpaceWithUserURL) BuildFull(scheme, host string) (*url.URL, error)

BuildFull builds a full url with scheme, host, path and query string

func (*AssociateAuditedSpaceWithUserURL) Must

Must is a helper function to panic when the url builder returns an error

func (*AssociateAuditedSpaceWithUserURL) SetBasePath

func (o *AssociateAuditedSpaceWithUserURL) SetBasePath(bp string)

SetBasePath sets the base path for this url builder, only required when it's different from the base path specified in the swagger spec. When the value of the base path is an empty string

func (*AssociateAuditedSpaceWithUserURL) String

String returns the string representation of the path with query string

func (*AssociateAuditedSpaceWithUserURL) StringFull

func (o *AssociateAuditedSpaceWithUserURL) StringFull(scheme, host string) string

StringFull returns the string representation of a complete url

func (*AssociateAuditedSpaceWithUserURL) WithBasePath

WithBasePath sets the base path for this url builder, only required when it's different from the base path specified in the swagger spec. When the value of the base path is an empty string

type AssociateBillingManagedOrganizationWithUser

type AssociateBillingManagedOrganizationWithUser struct {
	Context *middleware.Context
	Handler AssociateBillingManagedOrganizationWithUserHandler
}

AssociateBillingManagedOrganizationWithUser swagger:route PUT /users/{guid}/billing_managed_organizations/{billing_managed_organization_guid} users associateBillingManagedOrganizationWithUser

Associate Billing Managed Organization with the User

curl --insecure -i %s/v2/users/{guid}/billing_managed_organizations/{billing_managed_organization_guid} -X PUT -H 'Authorization: %s'

func NewAssociateBillingManagedOrganizationWithUser

NewAssociateBillingManagedOrganizationWithUser creates a new http.Handler for the associate billing managed organization with user operation

func (*AssociateBillingManagedOrganizationWithUser) ServeHTTP

type AssociateBillingManagedOrganizationWithUserCreated

type AssociateBillingManagedOrganizationWithUserCreated struct {

	/*
	  In: Body
	*/
	Payload *models.AssociateBillingManagedOrganizationWithUserResponseResource `json:"body,omitempty"`
}

AssociateBillingManagedOrganizationWithUserCreated successful response

swagger:response associateBillingManagedOrganizationWithUserCreated

func NewAssociateBillingManagedOrganizationWithUserCreated

func NewAssociateBillingManagedOrganizationWithUserCreated() *AssociateBillingManagedOrganizationWithUserCreated

NewAssociateBillingManagedOrganizationWithUserCreated creates AssociateBillingManagedOrganizationWithUserCreated with default headers values

func (*AssociateBillingManagedOrganizationWithUserCreated) SetPayload

SetPayload sets the payload to the associate billing managed organization with user created response

func (*AssociateBillingManagedOrganizationWithUserCreated) WithPayload

WithPayload adds the payload to the associate billing managed organization with user created response

func (*AssociateBillingManagedOrganizationWithUserCreated) WriteResponse

WriteResponse to the client

type AssociateBillingManagedOrganizationWithUserHandler

type AssociateBillingManagedOrganizationWithUserHandler interface {
	Handle(AssociateBillingManagedOrganizationWithUserParams) middleware.Responder
}

AssociateBillingManagedOrganizationWithUserHandler interface for that can handle valid associate billing managed organization with user params

type AssociateBillingManagedOrganizationWithUserHandlerFunc

type AssociateBillingManagedOrganizationWithUserHandlerFunc func(AssociateBillingManagedOrganizationWithUserParams) middleware.Responder

AssociateBillingManagedOrganizationWithUserHandlerFunc turns a function with the right signature into a associate billing managed organization with user handler

func (AssociateBillingManagedOrganizationWithUserHandlerFunc) Handle

Handle executing the request and returning a response

type AssociateBillingManagedOrganizationWithUserParams

type AssociateBillingManagedOrganizationWithUserParams struct {

	// HTTP Request Object
	HTTPRequest *http.Request `json:"-"`

	/*The billing_managed_organization_guid parameter is used as a part of the request URL: '/v2/users/:guid/billing_managed_organizations/:billing_managed_organization_guid'
	  Required: true
	  In: path
	*/
	BillingManagedOrganizationGUID string
	/*The guid parameter is used as a part of the request URL: '/v2/users/:guid/billing_managed_organizations/:billing_managed_organization_guid'
	  Required: true
	  In: path
	*/
	GUID string
}

AssociateBillingManagedOrganizationWithUserParams contains all the bound params for the associate billing managed organization with user operation typically these are obtained from a http.Request

swagger:parameters associateBillingManagedOrganizationWithUser

func NewAssociateBillingManagedOrganizationWithUserParams

func NewAssociateBillingManagedOrganizationWithUserParams() AssociateBillingManagedOrganizationWithUserParams

NewAssociateBillingManagedOrganizationWithUserParams creates a new AssociateBillingManagedOrganizationWithUserParams object no default values defined in spec.

func (*AssociateBillingManagedOrganizationWithUserParams) BindRequest

BindRequest both binds and validates a request, it assumes that complex things implement a Validatable(strfmt.Registry) error interface for simple values it will use straight method calls.

To ensure default values, the struct must have been initialized with NewAssociateBillingManagedOrganizationWithUserParams() beforehand.

type AssociateBillingManagedOrganizationWithUserURL

type AssociateBillingManagedOrganizationWithUserURL struct {
	BillingManagedOrganizationGUID string
	GUID                           string
	// contains filtered or unexported fields
}

AssociateBillingManagedOrganizationWithUserURL generates an URL for the associate billing managed organization with user operation

func (*AssociateBillingManagedOrganizationWithUserURL) Build

Build a url path and query string

func (*AssociateBillingManagedOrganizationWithUserURL) BuildFull

func (o *AssociateBillingManagedOrganizationWithUserURL) BuildFull(scheme, host string) (*url.URL, error)

BuildFull builds a full url with scheme, host, path and query string

func (*AssociateBillingManagedOrganizationWithUserURL) Must

Must is a helper function to panic when the url builder returns an error

func (*AssociateBillingManagedOrganizationWithUserURL) SetBasePath

SetBasePath sets the base path for this url builder, only required when it's different from the base path specified in the swagger spec. When the value of the base path is an empty string

func (*AssociateBillingManagedOrganizationWithUserURL) String

String returns the string representation of the path with query string

func (*AssociateBillingManagedOrganizationWithUserURL) StringFull

func (o *AssociateBillingManagedOrganizationWithUserURL) StringFull(scheme, host string) string

StringFull returns the string representation of a complete url

func (*AssociateBillingManagedOrganizationWithUserURL) WithBasePath

WithBasePath sets the base path for this url builder, only required when it's different from the base path specified in the swagger spec. When the value of the base path is an empty string

type AssociateManagedOrganizationWithUser

type AssociateManagedOrganizationWithUser struct {
	Context *middleware.Context
	Handler AssociateManagedOrganizationWithUserHandler
}

AssociateManagedOrganizationWithUser swagger:route PUT /users/{guid}/managed_organizations/{managed_organization_guid} users associateManagedOrganizationWithUser

Associate Managed Organization with the User

curl --insecure -i %s/v2/users/{guid}/managed_organizations/{managed_organization_guid} -X PUT -H 'Authorization: %s'

func NewAssociateManagedOrganizationWithUser

func NewAssociateManagedOrganizationWithUser(ctx *middleware.Context, handler AssociateManagedOrganizationWithUserHandler) *AssociateManagedOrganizationWithUser

NewAssociateManagedOrganizationWithUser creates a new http.Handler for the associate managed organization with user operation

func (*AssociateManagedOrganizationWithUser) ServeHTTP

type AssociateManagedOrganizationWithUserCreated

type AssociateManagedOrganizationWithUserCreated struct {

	/*
	  In: Body
	*/
	Payload *models.AssociateManagedOrganizationWithUserResponseResource `json:"body,omitempty"`
}

AssociateManagedOrganizationWithUserCreated successful response

swagger:response associateManagedOrganizationWithUserCreated

func NewAssociateManagedOrganizationWithUserCreated

func NewAssociateManagedOrganizationWithUserCreated() *AssociateManagedOrganizationWithUserCreated

NewAssociateManagedOrganizationWithUserCreated creates AssociateManagedOrganizationWithUserCreated with default headers values

func (*AssociateManagedOrganizationWithUserCreated) SetPayload

SetPayload sets the payload to the associate managed organization with user created response

func (*AssociateManagedOrganizationWithUserCreated) WithPayload

WithPayload adds the payload to the associate managed organization with user created response

func (*AssociateManagedOrganizationWithUserCreated) WriteResponse

WriteResponse to the client

type AssociateManagedOrganizationWithUserHandler

type AssociateManagedOrganizationWithUserHandler interface {
	Handle(AssociateManagedOrganizationWithUserParams) middleware.Responder
}

AssociateManagedOrganizationWithUserHandler interface for that can handle valid associate managed organization with user params

type AssociateManagedOrganizationWithUserHandlerFunc

type AssociateManagedOrganizationWithUserHandlerFunc func(AssociateManagedOrganizationWithUserParams) middleware.Responder

AssociateManagedOrganizationWithUserHandlerFunc turns a function with the right signature into a associate managed organization with user handler

func (AssociateManagedOrganizationWithUserHandlerFunc) Handle

Handle executing the request and returning a response

type AssociateManagedOrganizationWithUserParams

type AssociateManagedOrganizationWithUserParams struct {

	// HTTP Request Object
	HTTPRequest *http.Request `json:"-"`

	/*The guid parameter is used as a part of the request URL: '/v2/users/:guid/managed_organizations/:managed_organization_guid'
	  Required: true
	  In: path
	*/
	GUID string
	/*The managed_organization_guid parameter is used as a part of the request URL: '/v2/users/:guid/managed_organizations/:managed_organization_guid'
	  Required: true
	  In: path
	*/
	ManagedOrganizationGUID string
}

AssociateManagedOrganizationWithUserParams contains all the bound params for the associate managed organization with user operation typically these are obtained from a http.Request

swagger:parameters associateManagedOrganizationWithUser

func NewAssociateManagedOrganizationWithUserParams

func NewAssociateManagedOrganizationWithUserParams() AssociateManagedOrganizationWithUserParams

NewAssociateManagedOrganizationWithUserParams creates a new AssociateManagedOrganizationWithUserParams object no default values defined in spec.

func (*AssociateManagedOrganizationWithUserParams) BindRequest

BindRequest both binds and validates a request, it assumes that complex things implement a Validatable(strfmt.Registry) error interface for simple values it will use straight method calls.

To ensure default values, the struct must have been initialized with NewAssociateManagedOrganizationWithUserParams() beforehand.

type AssociateManagedOrganizationWithUserURL

type AssociateManagedOrganizationWithUserURL struct {
	GUID                    string
	ManagedOrganizationGUID string
	// contains filtered or unexported fields
}

AssociateManagedOrganizationWithUserURL generates an URL for the associate managed organization with user operation

func (*AssociateManagedOrganizationWithUserURL) Build

Build a url path and query string

func (*AssociateManagedOrganizationWithUserURL) BuildFull

func (o *AssociateManagedOrganizationWithUserURL) BuildFull(scheme, host string) (*url.URL, error)

BuildFull builds a full url with scheme, host, path and query string

func (*AssociateManagedOrganizationWithUserURL) Must

Must is a helper function to panic when the url builder returns an error

func (*AssociateManagedOrganizationWithUserURL) SetBasePath

SetBasePath sets the base path for this url builder, only required when it's different from the base path specified in the swagger spec. When the value of the base path is an empty string

func (*AssociateManagedOrganizationWithUserURL) String

String returns the string representation of the path with query string

func (*AssociateManagedOrganizationWithUserURL) StringFull

func (o *AssociateManagedOrganizationWithUserURL) StringFull(scheme, host string) string

StringFull returns the string representation of a complete url

func (*AssociateManagedOrganizationWithUserURL) WithBasePath

WithBasePath sets the base path for this url builder, only required when it's different from the base path specified in the swagger spec. When the value of the base path is an empty string

type AssociateManagedSpaceWithUser

type AssociateManagedSpaceWithUser struct {
	Context *middleware.Context
	Handler AssociateManagedSpaceWithUserHandler
}

AssociateManagedSpaceWithUser swagger:route PUT /users/{guid}/managed_spaces/{managed_space_guid} users associateManagedSpaceWithUser

Associate Managed Space with the User

curl --insecure -i %s/v2/users/{guid}/managed_spaces/{managed_space_guid} -X PUT -H 'Authorization: %s'

func NewAssociateManagedSpaceWithUser

func NewAssociateManagedSpaceWithUser(ctx *middleware.Context, handler AssociateManagedSpaceWithUserHandler) *AssociateManagedSpaceWithUser

NewAssociateManagedSpaceWithUser creates a new http.Handler for the associate managed space with user operation

func (*AssociateManagedSpaceWithUser) ServeHTTP

type AssociateManagedSpaceWithUserCreated

type AssociateManagedSpaceWithUserCreated struct {

	/*
	  In: Body
	*/
	Payload *models.AssociateManagedSpaceWithUserResponseResource `json:"body,omitempty"`
}

AssociateManagedSpaceWithUserCreated successful response

swagger:response associateManagedSpaceWithUserCreated

func NewAssociateManagedSpaceWithUserCreated

func NewAssociateManagedSpaceWithUserCreated() *AssociateManagedSpaceWithUserCreated

NewAssociateManagedSpaceWithUserCreated creates AssociateManagedSpaceWithUserCreated with default headers values

func (*AssociateManagedSpaceWithUserCreated) SetPayload

SetPayload sets the payload to the associate managed space with user created response

func (*AssociateManagedSpaceWithUserCreated) WithPayload

WithPayload adds the payload to the associate managed space with user created response

func (*AssociateManagedSpaceWithUserCreated) WriteResponse

WriteResponse to the client

type AssociateManagedSpaceWithUserHandler

type AssociateManagedSpaceWithUserHandler interface {
	Handle(AssociateManagedSpaceWithUserParams) middleware.Responder
}

AssociateManagedSpaceWithUserHandler interface for that can handle valid associate managed space with user params

type AssociateManagedSpaceWithUserHandlerFunc

type AssociateManagedSpaceWithUserHandlerFunc func(AssociateManagedSpaceWithUserParams) middleware.Responder

AssociateManagedSpaceWithUserHandlerFunc turns a function with the right signature into a associate managed space with user handler

func (AssociateManagedSpaceWithUserHandlerFunc) Handle

Handle executing the request and returning a response

type AssociateManagedSpaceWithUserParams

type AssociateManagedSpaceWithUserParams struct {

	// HTTP Request Object
	HTTPRequest *http.Request `json:"-"`

	/*The guid parameter is used as a part of the request URL: '/v2/users/:guid/managed_spaces/:managed_space_guid'
	  Required: true
	  In: path
	*/
	GUID string
	/*The managed_space_guid parameter is used as a part of the request URL: '/v2/users/:guid/managed_spaces/:managed_space_guid'
	  Required: true
	  In: path
	*/
	ManagedSpaceGUID string
}

AssociateManagedSpaceWithUserParams contains all the bound params for the associate managed space with user operation typically these are obtained from a http.Request

swagger:parameters associateManagedSpaceWithUser

func NewAssociateManagedSpaceWithUserParams

func NewAssociateManagedSpaceWithUserParams() AssociateManagedSpaceWithUserParams

NewAssociateManagedSpaceWithUserParams creates a new AssociateManagedSpaceWithUserParams object no default values defined in spec.

func (*AssociateManagedSpaceWithUserParams) BindRequest

BindRequest both binds and validates a request, it assumes that complex things implement a Validatable(strfmt.Registry) error interface for simple values it will use straight method calls.

To ensure default values, the struct must have been initialized with NewAssociateManagedSpaceWithUserParams() beforehand.

type AssociateManagedSpaceWithUserURL

type AssociateManagedSpaceWithUserURL struct {
	GUID             string
	ManagedSpaceGUID string
	// contains filtered or unexported fields
}

AssociateManagedSpaceWithUserURL generates an URL for the associate managed space with user operation

func (*AssociateManagedSpaceWithUserURL) Build

Build a url path and query string

func (*AssociateManagedSpaceWithUserURL) BuildFull

func (o *AssociateManagedSpaceWithUserURL) BuildFull(scheme, host string) (*url.URL, error)

BuildFull builds a full url with scheme, host, path and query string

func (*AssociateManagedSpaceWithUserURL) Must

Must is a helper function to panic when the url builder returns an error

func (*AssociateManagedSpaceWithUserURL) SetBasePath

func (o *AssociateManagedSpaceWithUserURL) SetBasePath(bp string)

SetBasePath sets the base path for this url builder, only required when it's different from the base path specified in the swagger spec. When the value of the base path is an empty string

func (*AssociateManagedSpaceWithUserURL) String

String returns the string representation of the path with query string

func (*AssociateManagedSpaceWithUserURL) StringFull

func (o *AssociateManagedSpaceWithUserURL) StringFull(scheme, host string) string

StringFull returns the string representation of a complete url

func (*AssociateManagedSpaceWithUserURL) WithBasePath

WithBasePath sets the base path for this url builder, only required when it's different from the base path specified in the swagger spec. When the value of the base path is an empty string

type AssociateOrganizationWithUser

type AssociateOrganizationWithUser struct {
	Context *middleware.Context
	Handler AssociateOrganizationWithUserHandler
}

AssociateOrganizationWithUser swagger:route PUT /users/{guid}/organizations/{organization_guid} users associateOrganizationWithUser

Associate Organization with the User

curl --insecure -i %s/v2/users/{guid}/organizations/{organization_guid} -X PUT -H 'Authorization: %s'

func NewAssociateOrganizationWithUser

func NewAssociateOrganizationWithUser(ctx *middleware.Context, handler AssociateOrganizationWithUserHandler) *AssociateOrganizationWithUser

NewAssociateOrganizationWithUser creates a new http.Handler for the associate organization with user operation

func (*AssociateOrganizationWithUser) ServeHTTP

type AssociateOrganizationWithUserCreated

type AssociateOrganizationWithUserCreated struct {

	/*
	  In: Body
	*/
	Payload *models.AssociateOrganizationWithUserResponseResource `json:"body,omitempty"`
}

AssociateOrganizationWithUserCreated successful response

swagger:response associateOrganizationWithUserCreated

func NewAssociateOrganizationWithUserCreated

func NewAssociateOrganizationWithUserCreated() *AssociateOrganizationWithUserCreated

NewAssociateOrganizationWithUserCreated creates AssociateOrganizationWithUserCreated with default headers values

func (*AssociateOrganizationWithUserCreated) SetPayload

SetPayload sets the payload to the associate organization with user created response

func (*AssociateOrganizationWithUserCreated) WithPayload

WithPayload adds the payload to the associate organization with user created response

func (*AssociateOrganizationWithUserCreated) WriteResponse

WriteResponse to the client

type AssociateOrganizationWithUserHandler

type AssociateOrganizationWithUserHandler interface {
	Handle(AssociateOrganizationWithUserParams) middleware.Responder
}

AssociateOrganizationWithUserHandler interface for that can handle valid associate organization with user params

type AssociateOrganizationWithUserHandlerFunc

type AssociateOrganizationWithUserHandlerFunc func(AssociateOrganizationWithUserParams) middleware.Responder

AssociateOrganizationWithUserHandlerFunc turns a function with the right signature into a associate organization with user handler

func (AssociateOrganizationWithUserHandlerFunc) Handle

Handle executing the request and returning a response

type AssociateOrganizationWithUserParams

type AssociateOrganizationWithUserParams struct {

	// HTTP Request Object
	HTTPRequest *http.Request `json:"-"`

	/*The guid parameter is used as a part of the request URL: '/v2/users/:guid/organizations/:organization_guid'
	  Required: true
	  In: path
	*/
	GUID string
	/*The organization_guid parameter is used as a part of the request URL: '/v2/users/:guid/organizations/:organization_guid'
	  Required: true
	  In: path
	*/
	OrganizationGUID string
}

AssociateOrganizationWithUserParams contains all the bound params for the associate organization with user operation typically these are obtained from a http.Request

swagger:parameters associateOrganizationWithUser

func NewAssociateOrganizationWithUserParams

func NewAssociateOrganizationWithUserParams() AssociateOrganizationWithUserParams

NewAssociateOrganizationWithUserParams creates a new AssociateOrganizationWithUserParams object no default values defined in spec.

func (*AssociateOrganizationWithUserParams) BindRequest

BindRequest both binds and validates a request, it assumes that complex things implement a Validatable(strfmt.Registry) error interface for simple values it will use straight method calls.

To ensure default values, the struct must have been initialized with NewAssociateOrganizationWithUserParams() beforehand.

type AssociateOrganizationWithUserURL

type AssociateOrganizationWithUserURL struct {
	GUID             string
	OrganizationGUID string
	// contains filtered or unexported fields
}

AssociateOrganizationWithUserURL generates an URL for the associate organization with user operation

func (*AssociateOrganizationWithUserURL) Build

Build a url path and query string

func (*AssociateOrganizationWithUserURL) BuildFull

func (o *AssociateOrganizationWithUserURL) BuildFull(scheme, host string) (*url.URL, error)

BuildFull builds a full url with scheme, host, path and query string

func (*AssociateOrganizationWithUserURL) Must

Must is a helper function to panic when the url builder returns an error

func (*AssociateOrganizationWithUserURL) SetBasePath

func (o *AssociateOrganizationWithUserURL) SetBasePath(bp string)

SetBasePath sets the base path for this url builder, only required when it's different from the base path specified in the swagger spec. When the value of the base path is an empty string

func (*AssociateOrganizationWithUserURL) String

String returns the string representation of the path with query string

func (*AssociateOrganizationWithUserURL) StringFull

func (o *AssociateOrganizationWithUserURL) StringFull(scheme, host string) string

StringFull returns the string representation of a complete url

func (*AssociateOrganizationWithUserURL) WithBasePath

WithBasePath sets the base path for this url builder, only required when it's different from the base path specified in the swagger spec. When the value of the base path is an empty string

type AssociateSpaceWithUser

type AssociateSpaceWithUser struct {
	Context *middleware.Context
	Handler AssociateSpaceWithUserHandler
}

AssociateSpaceWithUser swagger:route PUT /users/{guid}/spaces/{space_guid} users associateSpaceWithUser

Associate Space with the User

curl --insecure -i %s/v2/users/{guid}/spaces/{space_guid} -X PUT -H 'Authorization: %s'

func NewAssociateSpaceWithUser

func NewAssociateSpaceWithUser(ctx *middleware.Context, handler AssociateSpaceWithUserHandler) *AssociateSpaceWithUser

NewAssociateSpaceWithUser creates a new http.Handler for the associate space with user operation

func (*AssociateSpaceWithUser) ServeHTTP

func (o *AssociateSpaceWithUser) ServeHTTP(rw http.ResponseWriter, r *http.Request)

type AssociateSpaceWithUserCreated

type AssociateSpaceWithUserCreated struct {

	/*
	  In: Body
	*/
	Payload *models.AssociateSpaceWithUserResponseResource `json:"body,omitempty"`
}

AssociateSpaceWithUserCreated successful response

swagger:response associateSpaceWithUserCreated

func NewAssociateSpaceWithUserCreated

func NewAssociateSpaceWithUserCreated() *AssociateSpaceWithUserCreated

NewAssociateSpaceWithUserCreated creates AssociateSpaceWithUserCreated with default headers values

func (*AssociateSpaceWithUserCreated) SetPayload

SetPayload sets the payload to the associate space with user created response

func (*AssociateSpaceWithUserCreated) WithPayload

WithPayload adds the payload to the associate space with user created response

func (*AssociateSpaceWithUserCreated) WriteResponse

func (o *AssociateSpaceWithUserCreated) WriteResponse(rw http.ResponseWriter, producer runtime.Producer)

WriteResponse to the client

type AssociateSpaceWithUserHandler

type AssociateSpaceWithUserHandler interface {
	Handle(AssociateSpaceWithUserParams) middleware.Responder
}

AssociateSpaceWithUserHandler interface for that can handle valid associate space with user params

type AssociateSpaceWithUserHandlerFunc

type AssociateSpaceWithUserHandlerFunc func(AssociateSpaceWithUserParams) middleware.Responder

AssociateSpaceWithUserHandlerFunc turns a function with the right signature into a associate space with user handler

func (AssociateSpaceWithUserHandlerFunc) Handle

Handle executing the request and returning a response

type AssociateSpaceWithUserParams

type AssociateSpaceWithUserParams struct {

	// HTTP Request Object
	HTTPRequest *http.Request `json:"-"`

	/*The guid parameter is used as a part of the request URL: '/v2/users/:guid/spaces/:space_guid'
	  Required: true
	  In: path
	*/
	GUID string
	/*The space_guid parameter is used as a part of the request URL: '/v2/users/:guid/spaces/:space_guid'
	  Required: true
	  In: path
	*/
	SpaceGUID string
}

AssociateSpaceWithUserParams contains all the bound params for the associate space with user operation typically these are obtained from a http.Request

swagger:parameters associateSpaceWithUser

func NewAssociateSpaceWithUserParams

func NewAssociateSpaceWithUserParams() AssociateSpaceWithUserParams

NewAssociateSpaceWithUserParams creates a new AssociateSpaceWithUserParams object no default values defined in spec.

func (*AssociateSpaceWithUserParams) BindRequest

BindRequest both binds and validates a request, it assumes that complex things implement a Validatable(strfmt.Registry) error interface for simple values it will use straight method calls.

To ensure default values, the struct must have been initialized with NewAssociateSpaceWithUserParams() beforehand.

type AssociateSpaceWithUserURL

type AssociateSpaceWithUserURL struct {
	GUID      string
	SpaceGUID string
	// contains filtered or unexported fields
}

AssociateSpaceWithUserURL generates an URL for the associate space with user operation

func (*AssociateSpaceWithUserURL) Build

func (o *AssociateSpaceWithUserURL) Build() (*url.URL, error)

Build a url path and query string

func (*AssociateSpaceWithUserURL) BuildFull

func (o *AssociateSpaceWithUserURL) BuildFull(scheme, host string) (*url.URL, error)

BuildFull builds a full url with scheme, host, path and query string

func (*AssociateSpaceWithUserURL) Must

func (o *AssociateSpaceWithUserURL) Must(u *url.URL, err error) *url.URL

Must is a helper function to panic when the url builder returns an error

func (*AssociateSpaceWithUserURL) SetBasePath

func (o *AssociateSpaceWithUserURL) SetBasePath(bp string)

SetBasePath sets the base path for this url builder, only required when it's different from the base path specified in the swagger spec. When the value of the base path is an empty string

func (*AssociateSpaceWithUserURL) String

func (o *AssociateSpaceWithUserURL) String() string

String returns the string representation of the path with query string

func (*AssociateSpaceWithUserURL) StringFull

func (o *AssociateSpaceWithUserURL) StringFull(scheme, host string) string

StringFull returns the string representation of a complete url

func (*AssociateSpaceWithUserURL) WithBasePath

WithBasePath sets the base path for this url builder, only required when it's different from the base path specified in the swagger spec. When the value of the base path is an empty string

type CreateUser

type CreateUser struct {
	Context *middleware.Context
	Handler CreateUserHandler
}

CreateUser swagger:route POST /users users createUser

Creating a User

curl --insecure -i %s/v2/users -X POST -H 'Authorization: %s' -d '%s'

func NewCreateUser

func NewCreateUser(ctx *middleware.Context, handler CreateUserHandler) *CreateUser

NewCreateUser creates a new http.Handler for the create user operation

func (*CreateUser) ServeHTTP

func (o *CreateUser) ServeHTTP(rw http.ResponseWriter, r *http.Request)

type CreateUserCreated

type CreateUserCreated struct {

	/*
	  In: Body
	*/
	Payload *models.CreateUserResponseResource `json:"body,omitempty"`
}

CreateUserCreated successful response

swagger:response createUserCreated

func NewCreateUserCreated

func NewCreateUserCreated() *CreateUserCreated

NewCreateUserCreated creates CreateUserCreated with default headers values

func (*CreateUserCreated) SetPayload

func (o *CreateUserCreated) SetPayload(payload *models.CreateUserResponseResource)

SetPayload sets the payload to the create user created response

func (*CreateUserCreated) WithPayload

WithPayload adds the payload to the create user created response

func (*CreateUserCreated) WriteResponse

func (o *CreateUserCreated) WriteResponse(rw http.ResponseWriter, producer runtime.Producer)

WriteResponse to the client

type CreateUserHandler

type CreateUserHandler interface {
	Handle(CreateUserParams) middleware.Responder
}

CreateUserHandler interface for that can handle valid create user params

type CreateUserHandlerFunc

type CreateUserHandlerFunc func(CreateUserParams) middleware.Responder

CreateUserHandlerFunc turns a function with the right signature into a create user handler

func (CreateUserHandlerFunc) Handle

Handle executing the request and returning a response

type CreateUserParams

type CreateUserParams struct {

	// HTTP Request Object
	HTTPRequest *http.Request `json:"-"`

	/*An object instance that is serialized and sent as the request body.
	  Required: true
	  In: body
	*/
	Value *models.CreateUserRequest
}

CreateUserParams contains all the bound params for the create user operation typically these are obtained from a http.Request

swagger:parameters createUser

func NewCreateUserParams

func NewCreateUserParams() CreateUserParams

NewCreateUserParams creates a new CreateUserParams object no default values defined in spec.

func (*CreateUserParams) BindRequest

func (o *CreateUserParams) BindRequest(r *http.Request, route *middleware.MatchedRoute) error

BindRequest both binds and validates a request, it assumes that complex things implement a Validatable(strfmt.Registry) error interface for simple values it will use straight method calls.

To ensure default values, the struct must have been initialized with NewCreateUserParams() beforehand.

type CreateUserURL

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

CreateUserURL generates an URL for the create user operation

func (*CreateUserURL) Build

func (o *CreateUserURL) Build() (*url.URL, error)

Build a url path and query string

func (*CreateUserURL) BuildFull

func (o *CreateUserURL) BuildFull(scheme, host string) (*url.URL, error)

BuildFull builds a full url with scheme, host, path and query string

func (*CreateUserURL) Must

func (o *CreateUserURL) Must(u *url.URL, err error) *url.URL

Must is a helper function to panic when the url builder returns an error

func (*CreateUserURL) SetBasePath

func (o *CreateUserURL) SetBasePath(bp string)

SetBasePath sets the base path for this url builder, only required when it's different from the base path specified in the swagger spec. When the value of the base path is an empty string

func (*CreateUserURL) String

func (o *CreateUserURL) String() string

String returns the string representation of the path with query string

func (*CreateUserURL) StringFull

func (o *CreateUserURL) StringFull(scheme, host string) string

StringFull returns the string representation of a complete url

func (*CreateUserURL) WithBasePath

func (o *CreateUserURL) WithBasePath(bp string) *CreateUserURL

WithBasePath sets the base path for this url builder, only required when it's different from the base path specified in the swagger spec. When the value of the base path is an empty string

type DeleteUser

type DeleteUser struct {
	Context *middleware.Context
	Handler DeleteUserHandler
}

DeleteUser swagger:route DELETE /users/{guid} users deleteUser

Delete a Particular User

curl --insecure -i %s/v2/users/{guid} -X DELETE -H 'Authorization: %s'

func NewDeleteUser

func NewDeleteUser(ctx *middleware.Context, handler DeleteUserHandler) *DeleteUser

NewDeleteUser creates a new http.Handler for the delete user operation

func (*DeleteUser) ServeHTTP

func (o *DeleteUser) ServeHTTP(rw http.ResponseWriter, r *http.Request)

type DeleteUserHandler

type DeleteUserHandler interface {
	Handle(DeleteUserParams) middleware.Responder
}

DeleteUserHandler interface for that can handle valid delete user params

type DeleteUserHandlerFunc

type DeleteUserHandlerFunc func(DeleteUserParams) middleware.Responder

DeleteUserHandlerFunc turns a function with the right signature into a delete user handler

func (DeleteUserHandlerFunc) Handle

Handle executing the request and returning a response

type DeleteUserNoContent

type DeleteUserNoContent struct {
}

DeleteUserNoContent successful response

swagger:response deleteUserNoContent

func NewDeleteUserNoContent

func NewDeleteUserNoContent() *DeleteUserNoContent

NewDeleteUserNoContent creates DeleteUserNoContent with default headers values

func (*DeleteUserNoContent) WriteResponse

func (o *DeleteUserNoContent) WriteResponse(rw http.ResponseWriter, producer runtime.Producer)

WriteResponse to the client

type DeleteUserParams

type DeleteUserParams struct {

	// HTTP Request Object
	HTTPRequest *http.Request `json:"-"`

	/*The guid parameter is used as a part of the request URL: '/v2/users/:guid'
	  Required: true
	  In: path
	*/
	GUID string
}

DeleteUserParams contains all the bound params for the delete user operation typically these are obtained from a http.Request

swagger:parameters deleteUser

func NewDeleteUserParams

func NewDeleteUserParams() DeleteUserParams

NewDeleteUserParams creates a new DeleteUserParams object no default values defined in spec.

func (*DeleteUserParams) BindRequest

func (o *DeleteUserParams) BindRequest(r *http.Request, route *middleware.MatchedRoute) error

BindRequest both binds and validates a request, it assumes that complex things implement a Validatable(strfmt.Registry) error interface for simple values it will use straight method calls.

To ensure default values, the struct must have been initialized with NewDeleteUserParams() beforehand.

type DeleteUserURL

type DeleteUserURL struct {
	GUID string
	// contains filtered or unexported fields
}

DeleteUserURL generates an URL for the delete user operation

func (*DeleteUserURL) Build

func (o *DeleteUserURL) Build() (*url.URL, error)

Build a url path and query string

func (*DeleteUserURL) BuildFull

func (o *DeleteUserURL) BuildFull(scheme, host string) (*url.URL, error)

BuildFull builds a full url with scheme, host, path and query string

func (*DeleteUserURL) Must

func (o *DeleteUserURL) Must(u *url.URL, err error) *url.URL

Must is a helper function to panic when the url builder returns an error

func (*DeleteUserURL) SetBasePath

func (o *DeleteUserURL) SetBasePath(bp string)

SetBasePath sets the base path for this url builder, only required when it's different from the base path specified in the swagger spec. When the value of the base path is an empty string

func (*DeleteUserURL) String

func (o *DeleteUserURL) String() string

String returns the string representation of the path with query string

func (*DeleteUserURL) StringFull

func (o *DeleteUserURL) StringFull(scheme, host string) string

StringFull returns the string representation of a complete url

func (*DeleteUserURL) WithBasePath

func (o *DeleteUserURL) WithBasePath(bp string) *DeleteUserURL

WithBasePath sets the base path for this url builder, only required when it's different from the base path specified in the swagger spec. When the value of the base path is an empty string

type GetUserSummary

type GetUserSummary struct {
	Context *middleware.Context
	Handler GetUserSummaryHandler
}

GetUserSummary swagger:route GET /users/{guid}/summary users getUserSummary

Get User summary

curl --insecure -i %s/v2/users/{guid}/summary -X GET -H 'Authorization: %s'

func NewGetUserSummary

func NewGetUserSummary(ctx *middleware.Context, handler GetUserSummaryHandler) *GetUserSummary

NewGetUserSummary creates a new http.Handler for the get user summary operation

func (*GetUserSummary) ServeHTTP

func (o *GetUserSummary) ServeHTTP(rw http.ResponseWriter, r *http.Request)

type GetUserSummaryHandler

type GetUserSummaryHandler interface {
	Handle(GetUserSummaryParams) middleware.Responder
}

GetUserSummaryHandler interface for that can handle valid get user summary params

type GetUserSummaryHandlerFunc

type GetUserSummaryHandlerFunc func(GetUserSummaryParams) middleware.Responder

GetUserSummaryHandlerFunc turns a function with the right signature into a get user summary handler

func (GetUserSummaryHandlerFunc) Handle

Handle executing the request and returning a response

type GetUserSummaryOK

type GetUserSummaryOK struct {

	/*
	  In: Body
	*/
	Payload *models.GetUserSummaryResponseResource `json:"body,omitempty"`
}

GetUserSummaryOK successful response

swagger:response getUserSummaryOK

func NewGetUserSummaryOK

func NewGetUserSummaryOK() *GetUserSummaryOK

NewGetUserSummaryOK creates GetUserSummaryOK with default headers values

func (*GetUserSummaryOK) SetPayload

func (o *GetUserSummaryOK) SetPayload(payload *models.GetUserSummaryResponseResource)

SetPayload sets the payload to the get user summary o k response

func (*GetUserSummaryOK) WithPayload

WithPayload adds the payload to the get user summary o k response

func (*GetUserSummaryOK) WriteResponse

func (o *GetUserSummaryOK) WriteResponse(rw http.ResponseWriter, producer runtime.Producer)

WriteResponse to the client

type GetUserSummaryParams

type GetUserSummaryParams struct {

	// HTTP Request Object
	HTTPRequest *http.Request `json:"-"`

	/*The guid parameter is used as a part of the request URL: '/v2/users/:guid/summary'
	  Required: true
	  In: path
	*/
	GUID string
}

GetUserSummaryParams contains all the bound params for the get user summary operation typically these are obtained from a http.Request

swagger:parameters getUserSummary

func NewGetUserSummaryParams

func NewGetUserSummaryParams() GetUserSummaryParams

NewGetUserSummaryParams creates a new GetUserSummaryParams object no default values defined in spec.

func (*GetUserSummaryParams) BindRequest

func (o *GetUserSummaryParams) BindRequest(r *http.Request, route *middleware.MatchedRoute) error

BindRequest both binds and validates a request, it assumes that complex things implement a Validatable(strfmt.Registry) error interface for simple values it will use straight method calls.

To ensure default values, the struct must have been initialized with NewGetUserSummaryParams() beforehand.

type GetUserSummaryURL

type GetUserSummaryURL struct {
	GUID string
	// contains filtered or unexported fields
}

GetUserSummaryURL generates an URL for the get user summary operation

func (*GetUserSummaryURL) Build

func (o *GetUserSummaryURL) Build() (*url.URL, error)

Build a url path and query string

func (*GetUserSummaryURL) BuildFull

func (o *GetUserSummaryURL) BuildFull(scheme, host string) (*url.URL, error)

BuildFull builds a full url with scheme, host, path and query string

func (*GetUserSummaryURL) Must

func (o *GetUserSummaryURL) Must(u *url.URL, err error) *url.URL

Must is a helper function to panic when the url builder returns an error

func (*GetUserSummaryURL) SetBasePath

func (o *GetUserSummaryURL) SetBasePath(bp string)

SetBasePath sets the base path for this url builder, only required when it's different from the base path specified in the swagger spec. When the value of the base path is an empty string

func (*GetUserSummaryURL) String

func (o *GetUserSummaryURL) String() string

String returns the string representation of the path with query string

func (*GetUserSummaryURL) StringFull

func (o *GetUserSummaryURL) StringFull(scheme, host string) string

StringFull returns the string representation of a complete url

func (*GetUserSummaryURL) WithBasePath

func (o *GetUserSummaryURL) WithBasePath(bp string) *GetUserSummaryURL

WithBasePath sets the base path for this url builder, only required when it's different from the base path specified in the swagger spec. When the value of the base path is an empty string

type ListAllAuditedOrganizationsForUser

type ListAllAuditedOrganizationsForUser struct {
	Context *middleware.Context
	Handler ListAllAuditedOrganizationsForUserHandler
}

ListAllAuditedOrganizationsForUser swagger:route GET /users/{guid}/audited_organizations users listAllAuditedOrganizationsForUser

List all Audited Organizations for the User

curl --insecure -i %s/v2/users/{guid}/audited_organizations -X GET -H 'Authorization: %s'

func NewListAllAuditedOrganizationsForUser

func NewListAllAuditedOrganizationsForUser(ctx *middleware.Context, handler ListAllAuditedOrganizationsForUserHandler) *ListAllAuditedOrganizationsForUser

NewListAllAuditedOrganizationsForUser creates a new http.Handler for the list all audited organizations for user operation

func (*ListAllAuditedOrganizationsForUser) ServeHTTP

type ListAllAuditedOrganizationsForUserHandler

type ListAllAuditedOrganizationsForUserHandler interface {
	Handle(ListAllAuditedOrganizationsForUserParams) middleware.Responder
}

ListAllAuditedOrganizationsForUserHandler interface for that can handle valid list all audited organizations for user params

type ListAllAuditedOrganizationsForUserHandlerFunc

type ListAllAuditedOrganizationsForUserHandlerFunc func(ListAllAuditedOrganizationsForUserParams) middleware.Responder

ListAllAuditedOrganizationsForUserHandlerFunc turns a function with the right signature into a list all audited organizations for user handler

func (ListAllAuditedOrganizationsForUserHandlerFunc) Handle

Handle executing the request and returning a response

type ListAllAuditedOrganizationsForUserOK

type ListAllAuditedOrganizationsForUserOK struct {

	/*
	  In: Body
	*/
	Payload *models.ListAllAuditedOrganizationsForUserResponsePaged `json:"body,omitempty"`
}

ListAllAuditedOrganizationsForUserOK successful response

swagger:response listAllAuditedOrganizationsForUserOK

func NewListAllAuditedOrganizationsForUserOK

func NewListAllAuditedOrganizationsForUserOK() *ListAllAuditedOrganizationsForUserOK

NewListAllAuditedOrganizationsForUserOK creates ListAllAuditedOrganizationsForUserOK with default headers values

func (*ListAllAuditedOrganizationsForUserOK) SetPayload

SetPayload sets the payload to the list all audited organizations for user o k response

func (*ListAllAuditedOrganizationsForUserOK) WithPayload

WithPayload adds the payload to the list all audited organizations for user o k response

func (*ListAllAuditedOrganizationsForUserOK) WriteResponse

WriteResponse to the client

type ListAllAuditedOrganizationsForUserParams

type ListAllAuditedOrganizationsForUserParams struct {

	// HTTP Request Object
	HTTPRequest *http.Request `json:"-"`

	/*The guid parameter is used as a part of the request URL: '/v2/users/:guid/audited_organizations'
	  Required: true
	  In: path
	*/
	GUID string
}

ListAllAuditedOrganizationsForUserParams contains all the bound params for the list all audited organizations for user operation typically these are obtained from a http.Request

swagger:parameters listAllAuditedOrganizationsForUser

func NewListAllAuditedOrganizationsForUserParams

func NewListAllAuditedOrganizationsForUserParams() ListAllAuditedOrganizationsForUserParams

NewListAllAuditedOrganizationsForUserParams creates a new ListAllAuditedOrganizationsForUserParams object no default values defined in spec.

func (*ListAllAuditedOrganizationsForUserParams) BindRequest

BindRequest both binds and validates a request, it assumes that complex things implement a Validatable(strfmt.Registry) error interface for simple values it will use straight method calls.

To ensure default values, the struct must have been initialized with NewListAllAuditedOrganizationsForUserParams() beforehand.

type ListAllAuditedOrganizationsForUserURL

type ListAllAuditedOrganizationsForUserURL struct {
	GUID string
	// contains filtered or unexported fields
}

ListAllAuditedOrganizationsForUserURL generates an URL for the list all audited organizations for user operation

func (*ListAllAuditedOrganizationsForUserURL) Build

Build a url path and query string

func (*ListAllAuditedOrganizationsForUserURL) BuildFull

func (o *ListAllAuditedOrganizationsForUserURL) BuildFull(scheme, host string) (*url.URL, error)

BuildFull builds a full url with scheme, host, path and query string

func (*ListAllAuditedOrganizationsForUserURL) Must

Must is a helper function to panic when the url builder returns an error

func (*ListAllAuditedOrganizationsForUserURL) SetBasePath

func (o *ListAllAuditedOrganizationsForUserURL) SetBasePath(bp string)

SetBasePath sets the base path for this url builder, only required when it's different from the base path specified in the swagger spec. When the value of the base path is an empty string

func (*ListAllAuditedOrganizationsForUserURL) String

String returns the string representation of the path with query string

func (*ListAllAuditedOrganizationsForUserURL) StringFull

func (o *ListAllAuditedOrganizationsForUserURL) StringFull(scheme, host string) string

StringFull returns the string representation of a complete url

func (*ListAllAuditedOrganizationsForUserURL) WithBasePath

WithBasePath sets the base path for this url builder, only required when it's different from the base path specified in the swagger spec. When the value of the base path is an empty string

type ListAllAuditedSpacesForUser

type ListAllAuditedSpacesForUser struct {
	Context *middleware.Context
	Handler ListAllAuditedSpacesForUserHandler
}

ListAllAuditedSpacesForUser swagger:route GET /users/{guid}/audited_spaces users listAllAuditedSpacesForUser

List all Audited Spaces for the User

curl --insecure -i %s/v2/users/{guid}/audited_spaces -X GET -H 'Authorization: %s'

func NewListAllAuditedSpacesForUser

func NewListAllAuditedSpacesForUser(ctx *middleware.Context, handler ListAllAuditedSpacesForUserHandler) *ListAllAuditedSpacesForUser

NewListAllAuditedSpacesForUser creates a new http.Handler for the list all audited spaces for user operation

func (*ListAllAuditedSpacesForUser) ServeHTTP

type ListAllAuditedSpacesForUserHandler

type ListAllAuditedSpacesForUserHandler interface {
	Handle(ListAllAuditedSpacesForUserParams) middleware.Responder
}

ListAllAuditedSpacesForUserHandler interface for that can handle valid list all audited spaces for user params

type ListAllAuditedSpacesForUserHandlerFunc

type ListAllAuditedSpacesForUserHandlerFunc func(ListAllAuditedSpacesForUserParams) middleware.Responder

ListAllAuditedSpacesForUserHandlerFunc turns a function with the right signature into a list all audited spaces for user handler

func (ListAllAuditedSpacesForUserHandlerFunc) Handle

Handle executing the request and returning a response

type ListAllAuditedSpacesForUserOK

type ListAllAuditedSpacesForUserOK struct {

	/*
	  In: Body
	*/
	Payload *models.ListAllAuditedSpacesForUserResponsePaged `json:"body,omitempty"`
}

ListAllAuditedSpacesForUserOK successful response

swagger:response listAllAuditedSpacesForUserOK

func NewListAllAuditedSpacesForUserOK

func NewListAllAuditedSpacesForUserOK() *ListAllAuditedSpacesForUserOK

NewListAllAuditedSpacesForUserOK creates ListAllAuditedSpacesForUserOK with default headers values

func (*ListAllAuditedSpacesForUserOK) SetPayload

SetPayload sets the payload to the list all audited spaces for user o k response

func (*ListAllAuditedSpacesForUserOK) WithPayload

WithPayload adds the payload to the list all audited spaces for user o k response

func (*ListAllAuditedSpacesForUserOK) WriteResponse

func (o *ListAllAuditedSpacesForUserOK) WriteResponse(rw http.ResponseWriter, producer runtime.Producer)

WriteResponse to the client

type ListAllAuditedSpacesForUserParams

type ListAllAuditedSpacesForUserParams struct {

	// HTTP Request Object
	HTTPRequest *http.Request `json:"-"`

	/*The guid parameter is used as a part of the request URL: '/v2/users/:guid/audited_spaces'
	  Required: true
	  In: path
	*/
	GUID string
}

ListAllAuditedSpacesForUserParams contains all the bound params for the list all audited spaces for user operation typically these are obtained from a http.Request

swagger:parameters listAllAuditedSpacesForUser

func NewListAllAuditedSpacesForUserParams

func NewListAllAuditedSpacesForUserParams() ListAllAuditedSpacesForUserParams

NewListAllAuditedSpacesForUserParams creates a new ListAllAuditedSpacesForUserParams object no default values defined in spec.

func (*ListAllAuditedSpacesForUserParams) BindRequest

BindRequest both binds and validates a request, it assumes that complex things implement a Validatable(strfmt.Registry) error interface for simple values it will use straight method calls.

To ensure default values, the struct must have been initialized with NewListAllAuditedSpacesForUserParams() beforehand.

type ListAllAuditedSpacesForUserURL

type ListAllAuditedSpacesForUserURL struct {
	GUID string
	// contains filtered or unexported fields
}

ListAllAuditedSpacesForUserURL generates an URL for the list all audited spaces for user operation

func (*ListAllAuditedSpacesForUserURL) Build

Build a url path and query string

func (*ListAllAuditedSpacesForUserURL) BuildFull

func (o *ListAllAuditedSpacesForUserURL) BuildFull(scheme, host string) (*url.URL, error)

BuildFull builds a full url with scheme, host, path and query string

func (*ListAllAuditedSpacesForUserURL) Must

func (o *ListAllAuditedSpacesForUserURL) Must(u *url.URL, err error) *url.URL

Must is a helper function to panic when the url builder returns an error

func (*ListAllAuditedSpacesForUserURL) SetBasePath

func (o *ListAllAuditedSpacesForUserURL) SetBasePath(bp string)

SetBasePath sets the base path for this url builder, only required when it's different from the base path specified in the swagger spec. When the value of the base path is an empty string

func (*ListAllAuditedSpacesForUserURL) String

String returns the string representation of the path with query string

func (*ListAllAuditedSpacesForUserURL) StringFull

func (o *ListAllAuditedSpacesForUserURL) StringFull(scheme, host string) string

StringFull returns the string representation of a complete url

func (*ListAllAuditedSpacesForUserURL) WithBasePath

WithBasePath sets the base path for this url builder, only required when it's different from the base path specified in the swagger spec. When the value of the base path is an empty string

type ListAllBillingManagedOrganizationsForUser

type ListAllBillingManagedOrganizationsForUser struct {
	Context *middleware.Context
	Handler ListAllBillingManagedOrganizationsForUserHandler
}

ListAllBillingManagedOrganizationsForUser swagger:route GET /users/{guid}/billing_managed_organizations users listAllBillingManagedOrganizationsForUser

List all Billing Managed Organizations for the User

curl --insecure -i %s/v2/users/{guid}/billing_managed_organizations -X GET -H 'Authorization: %s'

func NewListAllBillingManagedOrganizationsForUser

func NewListAllBillingManagedOrganizationsForUser(ctx *middleware.Context, handler ListAllBillingManagedOrganizationsForUserHandler) *ListAllBillingManagedOrganizationsForUser

NewListAllBillingManagedOrganizationsForUser creates a new http.Handler for the list all billing managed organizations for user operation

func (*ListAllBillingManagedOrganizationsForUser) ServeHTTP

type ListAllBillingManagedOrganizationsForUserHandler

type ListAllBillingManagedOrganizationsForUserHandler interface {
	Handle(ListAllBillingManagedOrganizationsForUserParams) middleware.Responder
}

ListAllBillingManagedOrganizationsForUserHandler interface for that can handle valid list all billing managed organizations for user params

type ListAllBillingManagedOrganizationsForUserHandlerFunc

type ListAllBillingManagedOrganizationsForUserHandlerFunc func(ListAllBillingManagedOrganizationsForUserParams) middleware.Responder

ListAllBillingManagedOrganizationsForUserHandlerFunc turns a function with the right signature into a list all billing managed organizations for user handler

func (ListAllBillingManagedOrganizationsForUserHandlerFunc) Handle

Handle executing the request and returning a response

type ListAllBillingManagedOrganizationsForUserOK

type ListAllBillingManagedOrganizationsForUserOK struct {

	/*
	  In: Body
	*/
	Payload *models.ListAllBillingManagedOrganizationsForUserResponsePaged `json:"body,omitempty"`
}

ListAllBillingManagedOrganizationsForUserOK successful response

swagger:response listAllBillingManagedOrganizationsForUserOK

func NewListAllBillingManagedOrganizationsForUserOK

func NewListAllBillingManagedOrganizationsForUserOK() *ListAllBillingManagedOrganizationsForUserOK

NewListAllBillingManagedOrganizationsForUserOK creates ListAllBillingManagedOrganizationsForUserOK with default headers values

func (*ListAllBillingManagedOrganizationsForUserOK) SetPayload

SetPayload sets the payload to the list all billing managed organizations for user o k response

func (*ListAllBillingManagedOrganizationsForUserOK) WithPayload

WithPayload adds the payload to the list all billing managed organizations for user o k response

func (*ListAllBillingManagedOrganizationsForUserOK) WriteResponse

WriteResponse to the client

type ListAllBillingManagedOrganizationsForUserParams

type ListAllBillingManagedOrganizationsForUserParams struct {

	// HTTP Request Object
	HTTPRequest *http.Request `json:"-"`

	/*The guid parameter is used as a part of the request URL: '/v2/users/:guid/billing_managed_organizations'
	  Required: true
	  In: path
	*/
	GUID string
}

ListAllBillingManagedOrganizationsForUserParams contains all the bound params for the list all billing managed organizations for user operation typically these are obtained from a http.Request

swagger:parameters listAllBillingManagedOrganizationsForUser

func NewListAllBillingManagedOrganizationsForUserParams

func NewListAllBillingManagedOrganizationsForUserParams() ListAllBillingManagedOrganizationsForUserParams

NewListAllBillingManagedOrganizationsForUserParams creates a new ListAllBillingManagedOrganizationsForUserParams object no default values defined in spec.

func (*ListAllBillingManagedOrganizationsForUserParams) BindRequest

BindRequest both binds and validates a request, it assumes that complex things implement a Validatable(strfmt.Registry) error interface for simple values it will use straight method calls.

To ensure default values, the struct must have been initialized with NewListAllBillingManagedOrganizationsForUserParams() beforehand.

type ListAllBillingManagedOrganizationsForUserURL

type ListAllBillingManagedOrganizationsForUserURL struct {
	GUID string
	// contains filtered or unexported fields
}

ListAllBillingManagedOrganizationsForUserURL generates an URL for the list all billing managed organizations for user operation

func (*ListAllBillingManagedOrganizationsForUserURL) Build

Build a url path and query string

func (*ListAllBillingManagedOrganizationsForUserURL) BuildFull

func (o *ListAllBillingManagedOrganizationsForUserURL) BuildFull(scheme, host string) (*url.URL, error)

BuildFull builds a full url with scheme, host, path and query string

func (*ListAllBillingManagedOrganizationsForUserURL) Must

Must is a helper function to panic when the url builder returns an error

func (*ListAllBillingManagedOrganizationsForUserURL) SetBasePath

SetBasePath sets the base path for this url builder, only required when it's different from the base path specified in the swagger spec. When the value of the base path is an empty string

func (*ListAllBillingManagedOrganizationsForUserURL) String

String returns the string representation of the path with query string

func (*ListAllBillingManagedOrganizationsForUserURL) StringFull

func (o *ListAllBillingManagedOrganizationsForUserURL) StringFull(scheme, host string) string

StringFull returns the string representation of a complete url

func (*ListAllBillingManagedOrganizationsForUserURL) WithBasePath

WithBasePath sets the base path for this url builder, only required when it's different from the base path specified in the swagger spec. When the value of the base path is an empty string

type ListAllManagedOrganizationsForUser

type ListAllManagedOrganizationsForUser struct {
	Context *middleware.Context
	Handler ListAllManagedOrganizationsForUserHandler
}

ListAllManagedOrganizationsForUser swagger:route GET /users/{guid}/managed_organizations users listAllManagedOrganizationsForUser

List all Managed Organizations for the User

curl --insecure -i %s/v2/users/{guid}/managed_organizations -X GET -H 'Authorization: %s'

func NewListAllManagedOrganizationsForUser

func NewListAllManagedOrganizationsForUser(ctx *middleware.Context, handler ListAllManagedOrganizationsForUserHandler) *ListAllManagedOrganizationsForUser

NewListAllManagedOrganizationsForUser creates a new http.Handler for the list all managed organizations for user operation

func (*ListAllManagedOrganizationsForUser) ServeHTTP

type ListAllManagedOrganizationsForUserHandler

type ListAllManagedOrganizationsForUserHandler interface {
	Handle(ListAllManagedOrganizationsForUserParams) middleware.Responder
}

ListAllManagedOrganizationsForUserHandler interface for that can handle valid list all managed organizations for user params

type ListAllManagedOrganizationsForUserHandlerFunc

type ListAllManagedOrganizationsForUserHandlerFunc func(ListAllManagedOrganizationsForUserParams) middleware.Responder

ListAllManagedOrganizationsForUserHandlerFunc turns a function with the right signature into a list all managed organizations for user handler

func (ListAllManagedOrganizationsForUserHandlerFunc) Handle

Handle executing the request and returning a response

type ListAllManagedOrganizationsForUserOK

type ListAllManagedOrganizationsForUserOK struct {

	/*
	  In: Body
	*/
	Payload *models.ListAllManagedOrganizationsForUserResponsePaged `json:"body,omitempty"`
}

ListAllManagedOrganizationsForUserOK successful response

swagger:response listAllManagedOrganizationsForUserOK

func NewListAllManagedOrganizationsForUserOK

func NewListAllManagedOrganizationsForUserOK() *ListAllManagedOrganizationsForUserOK

NewListAllManagedOrganizationsForUserOK creates ListAllManagedOrganizationsForUserOK with default headers values

func (*ListAllManagedOrganizationsForUserOK) SetPayload

SetPayload sets the payload to the list all managed organizations for user o k response

func (*ListAllManagedOrganizationsForUserOK) WithPayload

WithPayload adds the payload to the list all managed organizations for user o k response

func (*ListAllManagedOrganizationsForUserOK) WriteResponse

WriteResponse to the client

type ListAllManagedOrganizationsForUserParams

type ListAllManagedOrganizationsForUserParams struct {

	// HTTP Request Object
	HTTPRequest *http.Request `json:"-"`

	/*The guid parameter is used as a part of the request URL: '/v2/users/:guid/managed_organizations'
	  Required: true
	  In: path
	*/
	GUID string
}

ListAllManagedOrganizationsForUserParams contains all the bound params for the list all managed organizations for user operation typically these are obtained from a http.Request

swagger:parameters listAllManagedOrganizationsForUser

func NewListAllManagedOrganizationsForUserParams

func NewListAllManagedOrganizationsForUserParams() ListAllManagedOrganizationsForUserParams

NewListAllManagedOrganizationsForUserParams creates a new ListAllManagedOrganizationsForUserParams object no default values defined in spec.

func (*ListAllManagedOrganizationsForUserParams) BindRequest

BindRequest both binds and validates a request, it assumes that complex things implement a Validatable(strfmt.Registry) error interface for simple values it will use straight method calls.

To ensure default values, the struct must have been initialized with NewListAllManagedOrganizationsForUserParams() beforehand.

type ListAllManagedOrganizationsForUserURL

type ListAllManagedOrganizationsForUserURL struct {
	GUID string
	// contains filtered or unexported fields
}

ListAllManagedOrganizationsForUserURL generates an URL for the list all managed organizations for user operation

func (*ListAllManagedOrganizationsForUserURL) Build

Build a url path and query string

func (*ListAllManagedOrganizationsForUserURL) BuildFull

func (o *ListAllManagedOrganizationsForUserURL) BuildFull(scheme, host string) (*url.URL, error)

BuildFull builds a full url with scheme, host, path and query string

func (*ListAllManagedOrganizationsForUserURL) Must

Must is a helper function to panic when the url builder returns an error

func (*ListAllManagedOrganizationsForUserURL) SetBasePath

func (o *ListAllManagedOrganizationsForUserURL) SetBasePath(bp string)

SetBasePath sets the base path for this url builder, only required when it's different from the base path specified in the swagger spec. When the value of the base path is an empty string

func (*ListAllManagedOrganizationsForUserURL) String

String returns the string representation of the path with query string

func (*ListAllManagedOrganizationsForUserURL) StringFull

func (o *ListAllManagedOrganizationsForUserURL) StringFull(scheme, host string) string

StringFull returns the string representation of a complete url

func (*ListAllManagedOrganizationsForUserURL) WithBasePath

WithBasePath sets the base path for this url builder, only required when it's different from the base path specified in the swagger spec. When the value of the base path is an empty string

type ListAllManagedSpacesForUser

type ListAllManagedSpacesForUser struct {
	Context *middleware.Context
	Handler ListAllManagedSpacesForUserHandler
}

ListAllManagedSpacesForUser swagger:route GET /users/{guid}/managed_spaces users listAllManagedSpacesForUser

List all Managed Spaces for the User

curl --insecure -i %s/v2/users/{guid}/managed_spaces -X GET -H 'Authorization: %s'

func NewListAllManagedSpacesForUser

func NewListAllManagedSpacesForUser(ctx *middleware.Context, handler ListAllManagedSpacesForUserHandler) *ListAllManagedSpacesForUser

NewListAllManagedSpacesForUser creates a new http.Handler for the list all managed spaces for user operation

func (*ListAllManagedSpacesForUser) ServeHTTP

type ListAllManagedSpacesForUserHandler

type ListAllManagedSpacesForUserHandler interface {
	Handle(ListAllManagedSpacesForUserParams) middleware.Responder
}

ListAllManagedSpacesForUserHandler interface for that can handle valid list all managed spaces for user params

type ListAllManagedSpacesForUserHandlerFunc

type ListAllManagedSpacesForUserHandlerFunc func(ListAllManagedSpacesForUserParams) middleware.Responder

ListAllManagedSpacesForUserHandlerFunc turns a function with the right signature into a list all managed spaces for user handler

func (ListAllManagedSpacesForUserHandlerFunc) Handle

Handle executing the request and returning a response

type ListAllManagedSpacesForUserOK

type ListAllManagedSpacesForUserOK struct {

	/*
	  In: Body
	*/
	Payload *models.ListAllManagedSpacesForUserResponsePaged `json:"body,omitempty"`
}

ListAllManagedSpacesForUserOK successful response

swagger:response listAllManagedSpacesForUserOK

func NewListAllManagedSpacesForUserOK

func NewListAllManagedSpacesForUserOK() *ListAllManagedSpacesForUserOK

NewListAllManagedSpacesForUserOK creates ListAllManagedSpacesForUserOK with default headers values

func (*ListAllManagedSpacesForUserOK) SetPayload

SetPayload sets the payload to the list all managed spaces for user o k response

func (*ListAllManagedSpacesForUserOK) WithPayload

WithPayload adds the payload to the list all managed spaces for user o k response

func (*ListAllManagedSpacesForUserOK) WriteResponse

func (o *ListAllManagedSpacesForUserOK) WriteResponse(rw http.ResponseWriter, producer runtime.Producer)

WriteResponse to the client

type ListAllManagedSpacesForUserParams

type ListAllManagedSpacesForUserParams struct {

	// HTTP Request Object
	HTTPRequest *http.Request `json:"-"`

	/*The guid parameter is used as a part of the request URL: '/v2/users/:guid/managed_spaces'
	  Required: true
	  In: path
	*/
	GUID string
}

ListAllManagedSpacesForUserParams contains all the bound params for the list all managed spaces for user operation typically these are obtained from a http.Request

swagger:parameters listAllManagedSpacesForUser

func NewListAllManagedSpacesForUserParams

func NewListAllManagedSpacesForUserParams() ListAllManagedSpacesForUserParams

NewListAllManagedSpacesForUserParams creates a new ListAllManagedSpacesForUserParams object no default values defined in spec.

func (*ListAllManagedSpacesForUserParams) BindRequest

BindRequest both binds and validates a request, it assumes that complex things implement a Validatable(strfmt.Registry) error interface for simple values it will use straight method calls.

To ensure default values, the struct must have been initialized with NewListAllManagedSpacesForUserParams() beforehand.

type ListAllManagedSpacesForUserURL

type ListAllManagedSpacesForUserURL struct {
	GUID string
	// contains filtered or unexported fields
}

ListAllManagedSpacesForUserURL generates an URL for the list all managed spaces for user operation

func (*ListAllManagedSpacesForUserURL) Build

Build a url path and query string

func (*ListAllManagedSpacesForUserURL) BuildFull

func (o *ListAllManagedSpacesForUserURL) BuildFull(scheme, host string) (*url.URL, error)

BuildFull builds a full url with scheme, host, path and query string

func (*ListAllManagedSpacesForUserURL) Must

func (o *ListAllManagedSpacesForUserURL) Must(u *url.URL, err error) *url.URL

Must is a helper function to panic when the url builder returns an error

func (*ListAllManagedSpacesForUserURL) SetBasePath

func (o *ListAllManagedSpacesForUserURL) SetBasePath(bp string)

SetBasePath sets the base path for this url builder, only required when it's different from the base path specified in the swagger spec. When the value of the base path is an empty string

func (*ListAllManagedSpacesForUserURL) String

String returns the string representation of the path with query string

func (*ListAllManagedSpacesForUserURL) StringFull

func (o *ListAllManagedSpacesForUserURL) StringFull(scheme, host string) string

StringFull returns the string representation of a complete url

func (*ListAllManagedSpacesForUserURL) WithBasePath

WithBasePath sets the base path for this url builder, only required when it's different from the base path specified in the swagger spec. When the value of the base path is an empty string

type ListAllOrganizationsForUser

type ListAllOrganizationsForUser struct {
	Context *middleware.Context
	Handler ListAllOrganizationsForUserHandler
}

ListAllOrganizationsForUser swagger:route GET /users/{guid}/organizations users listAllOrganizationsForUser

List all Organizations for the User

curl --insecure -i %s/v2/users/{guid}/organizations -X GET -H 'Authorization: %s'

func NewListAllOrganizationsForUser

func NewListAllOrganizationsForUser(ctx *middleware.Context, handler ListAllOrganizationsForUserHandler) *ListAllOrganizationsForUser

NewListAllOrganizationsForUser creates a new http.Handler for the list all organizations for user operation

func (*ListAllOrganizationsForUser) ServeHTTP

type ListAllOrganizationsForUserHandler

type ListAllOrganizationsForUserHandler interface {
	Handle(ListAllOrganizationsForUserParams) middleware.Responder
}

ListAllOrganizationsForUserHandler interface for that can handle valid list all organizations for user params

type ListAllOrganizationsForUserHandlerFunc

type ListAllOrganizationsForUserHandlerFunc func(ListAllOrganizationsForUserParams) middleware.Responder

ListAllOrganizationsForUserHandlerFunc turns a function with the right signature into a list all organizations for user handler

func (ListAllOrganizationsForUserHandlerFunc) Handle

Handle executing the request and returning a response

type ListAllOrganizationsForUserOK

type ListAllOrganizationsForUserOK struct {

	/*
	  In: Body
	*/
	Payload *models.ListAllOrganizationsForUserResponsePaged `json:"body,omitempty"`
}

ListAllOrganizationsForUserOK successful response

swagger:response listAllOrganizationsForUserOK

func NewListAllOrganizationsForUserOK

func NewListAllOrganizationsForUserOK() *ListAllOrganizationsForUserOK

NewListAllOrganizationsForUserOK creates ListAllOrganizationsForUserOK with default headers values

func (*ListAllOrganizationsForUserOK) SetPayload

SetPayload sets the payload to the list all organizations for user o k response

func (*ListAllOrganizationsForUserOK) WithPayload

WithPayload adds the payload to the list all organizations for user o k response

func (*ListAllOrganizationsForUserOK) WriteResponse

func (o *ListAllOrganizationsForUserOK) WriteResponse(rw http.ResponseWriter, producer runtime.Producer)

WriteResponse to the client

type ListAllOrganizationsForUserParams

type ListAllOrganizationsForUserParams struct {

	// HTTP Request Object
	HTTPRequest *http.Request `json:"-"`

	/*The guid parameter is used as a part of the request URL: '/v2/users/:guid/organizations'
	  Required: true
	  In: path
	*/
	GUID string
}

ListAllOrganizationsForUserParams contains all the bound params for the list all organizations for user operation typically these are obtained from a http.Request

swagger:parameters listAllOrganizationsForUser

func NewListAllOrganizationsForUserParams

func NewListAllOrganizationsForUserParams() ListAllOrganizationsForUserParams

NewListAllOrganizationsForUserParams creates a new ListAllOrganizationsForUserParams object no default values defined in spec.

func (*ListAllOrganizationsForUserParams) BindRequest

BindRequest both binds and validates a request, it assumes that complex things implement a Validatable(strfmt.Registry) error interface for simple values it will use straight method calls.

To ensure default values, the struct must have been initialized with NewListAllOrganizationsForUserParams() beforehand.

type ListAllOrganizationsForUserURL

type ListAllOrganizationsForUserURL struct {
	GUID string
	// contains filtered or unexported fields
}

ListAllOrganizationsForUserURL generates an URL for the list all organizations for user operation

func (*ListAllOrganizationsForUserURL) Build

Build a url path and query string

func (*ListAllOrganizationsForUserURL) BuildFull

func (o *ListAllOrganizationsForUserURL) BuildFull(scheme, host string) (*url.URL, error)

BuildFull builds a full url with scheme, host, path and query string

func (*ListAllOrganizationsForUserURL) Must

func (o *ListAllOrganizationsForUserURL) Must(u *url.URL, err error) *url.URL

Must is a helper function to panic when the url builder returns an error

func (*ListAllOrganizationsForUserURL) SetBasePath

func (o *ListAllOrganizationsForUserURL) SetBasePath(bp string)

SetBasePath sets the base path for this url builder, only required when it's different from the base path specified in the swagger spec. When the value of the base path is an empty string

func (*ListAllOrganizationsForUserURL) String

String returns the string representation of the path with query string

func (*ListAllOrganizationsForUserURL) StringFull

func (o *ListAllOrganizationsForUserURL) StringFull(scheme, host string) string

StringFull returns the string representation of a complete url

func (*ListAllOrganizationsForUserURL) WithBasePath

WithBasePath sets the base path for this url builder, only required when it's different from the base path specified in the swagger spec. When the value of the base path is an empty string

type ListAllSpacesForUser

type ListAllSpacesForUser struct {
	Context *middleware.Context
	Handler ListAllSpacesForUserHandler
}

ListAllSpacesForUser swagger:route GET /users/{guid}/spaces users listAllSpacesForUser

List all Spaces for the User

curl --insecure -i %s/v2/users/{guid}/spaces -X GET -H 'Authorization: %s'

func NewListAllSpacesForUser

func NewListAllSpacesForUser(ctx *middleware.Context, handler ListAllSpacesForUserHandler) *ListAllSpacesForUser

NewListAllSpacesForUser creates a new http.Handler for the list all spaces for user operation

func (*ListAllSpacesForUser) ServeHTTP

func (o *ListAllSpacesForUser) ServeHTTP(rw http.ResponseWriter, r *http.Request)

type ListAllSpacesForUserHandler

type ListAllSpacesForUserHandler interface {
	Handle(ListAllSpacesForUserParams) middleware.Responder
}

ListAllSpacesForUserHandler interface for that can handle valid list all spaces for user params

type ListAllSpacesForUserHandlerFunc

type ListAllSpacesForUserHandlerFunc func(ListAllSpacesForUserParams) middleware.Responder

ListAllSpacesForUserHandlerFunc turns a function with the right signature into a list all spaces for user handler

func (ListAllSpacesForUserHandlerFunc) Handle

Handle executing the request and returning a response

type ListAllSpacesForUserOK

type ListAllSpacesForUserOK struct {

	/*
	  In: Body
	*/
	Payload *models.ListAllSpacesForUserResponsePaged `json:"body,omitempty"`
}

ListAllSpacesForUserOK successful response

swagger:response listAllSpacesForUserOK

func NewListAllSpacesForUserOK

func NewListAllSpacesForUserOK() *ListAllSpacesForUserOK

NewListAllSpacesForUserOK creates ListAllSpacesForUserOK with default headers values

func (*ListAllSpacesForUserOK) SetPayload

SetPayload sets the payload to the list all spaces for user o k response

func (*ListAllSpacesForUserOK) WithPayload

WithPayload adds the payload to the list all spaces for user o k response

func (*ListAllSpacesForUserOK) WriteResponse

func (o *ListAllSpacesForUserOK) WriteResponse(rw http.ResponseWriter, producer runtime.Producer)

WriteResponse to the client

type ListAllSpacesForUserParams

type ListAllSpacesForUserParams struct {

	// HTTP Request Object
	HTTPRequest *http.Request `json:"-"`

	/*The guid parameter is used as a part of the request URL: '/v2/users/:guid/spaces'
	  Required: true
	  In: path
	*/
	GUID string
}

ListAllSpacesForUserParams contains all the bound params for the list all spaces for user operation typically these are obtained from a http.Request

swagger:parameters listAllSpacesForUser

func NewListAllSpacesForUserParams

func NewListAllSpacesForUserParams() ListAllSpacesForUserParams

NewListAllSpacesForUserParams creates a new ListAllSpacesForUserParams object no default values defined in spec.

func (*ListAllSpacesForUserParams) BindRequest

BindRequest both binds and validates a request, it assumes that complex things implement a Validatable(strfmt.Registry) error interface for simple values it will use straight method calls.

To ensure default values, the struct must have been initialized with NewListAllSpacesForUserParams() beforehand.

type ListAllSpacesForUserURL

type ListAllSpacesForUserURL struct {
	GUID string
	// contains filtered or unexported fields
}

ListAllSpacesForUserURL generates an URL for the list all spaces for user operation

func (*ListAllSpacesForUserURL) Build

func (o *ListAllSpacesForUserURL) Build() (*url.URL, error)

Build a url path and query string

func (*ListAllSpacesForUserURL) BuildFull

func (o *ListAllSpacesForUserURL) BuildFull(scheme, host string) (*url.URL, error)

BuildFull builds a full url with scheme, host, path and query string

func (*ListAllSpacesForUserURL) Must

func (o *ListAllSpacesForUserURL) Must(u *url.URL, err error) *url.URL

Must is a helper function to panic when the url builder returns an error

func (*ListAllSpacesForUserURL) SetBasePath

func (o *ListAllSpacesForUserURL) SetBasePath(bp string)

SetBasePath sets the base path for this url builder, only required when it's different from the base path specified in the swagger spec. When the value of the base path is an empty string

func (*ListAllSpacesForUserURL) String

func (o *ListAllSpacesForUserURL) String() string

String returns the string representation of the path with query string

func (*ListAllSpacesForUserURL) StringFull

func (o *ListAllSpacesForUserURL) StringFull(scheme, host string) string

StringFull returns the string representation of a complete url

func (*ListAllSpacesForUserURL) WithBasePath

WithBasePath sets the base path for this url builder, only required when it's different from the base path specified in the swagger spec. When the value of the base path is an empty string

type ListAllUsers

type ListAllUsers struct {
	Context *middleware.Context
	Handler ListAllUsersHandler
}

ListAllUsers swagger:route GET /users users listAllUsers

List all Users

curl --insecure -i %s/v2/users -X GET -H 'Authorization: %s'

func NewListAllUsers

func NewListAllUsers(ctx *middleware.Context, handler ListAllUsersHandler) *ListAllUsers

NewListAllUsers creates a new http.Handler for the list all users operation

func (*ListAllUsers) ServeHTTP

func (o *ListAllUsers) ServeHTTP(rw http.ResponseWriter, r *http.Request)

type ListAllUsersHandler

type ListAllUsersHandler interface {
	Handle(ListAllUsersParams) middleware.Responder
}

ListAllUsersHandler interface for that can handle valid list all users params

type ListAllUsersHandlerFunc

type ListAllUsersHandlerFunc func(ListAllUsersParams) middleware.Responder

ListAllUsersHandlerFunc turns a function with the right signature into a list all users handler

func (ListAllUsersHandlerFunc) Handle

Handle executing the request and returning a response

type ListAllUsersOK

type ListAllUsersOK struct {

	/*
	  In: Body
	*/
	Payload *models.ListAllUsersResponsePaged `json:"body,omitempty"`
}

ListAllUsersOK successful response

swagger:response listAllUsersOK

func NewListAllUsersOK

func NewListAllUsersOK() *ListAllUsersOK

NewListAllUsersOK creates ListAllUsersOK with default headers values

func (*ListAllUsersOK) SetPayload

func (o *ListAllUsersOK) SetPayload(payload *models.ListAllUsersResponsePaged)

SetPayload sets the payload to the list all users o k response

func (*ListAllUsersOK) WithPayload

WithPayload adds the payload to the list all users o k response

func (*ListAllUsersOK) WriteResponse

func (o *ListAllUsersOK) WriteResponse(rw http.ResponseWriter, producer runtime.Producer)

WriteResponse to the client

type ListAllUsersParams

type ListAllUsersParams struct {

	// HTTP Request Object
	HTTPRequest *http.Request `json:"-"`
}

ListAllUsersParams contains all the bound params for the list all users operation typically these are obtained from a http.Request

swagger:parameters listAllUsers

func NewListAllUsersParams

func NewListAllUsersParams() ListAllUsersParams

NewListAllUsersParams creates a new ListAllUsersParams object no default values defined in spec.

func (*ListAllUsersParams) BindRequest

func (o *ListAllUsersParams) BindRequest(r *http.Request, route *middleware.MatchedRoute) error

BindRequest both binds and validates a request, it assumes that complex things implement a Validatable(strfmt.Registry) error interface for simple values it will use straight method calls.

To ensure default values, the struct must have been initialized with NewListAllUsersParams() beforehand.

type ListAllUsersURL

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

ListAllUsersURL generates an URL for the list all users operation

func (*ListAllUsersURL) Build

func (o *ListAllUsersURL) Build() (*url.URL, error)

Build a url path and query string

func (*ListAllUsersURL) BuildFull

func (o *ListAllUsersURL) BuildFull(scheme, host string) (*url.URL, error)

BuildFull builds a full url with scheme, host, path and query string

func (*ListAllUsersURL) Must

func (o *ListAllUsersURL) Must(u *url.URL, err error) *url.URL

Must is a helper function to panic when the url builder returns an error

func (*ListAllUsersURL) SetBasePath

func (o *ListAllUsersURL) SetBasePath(bp string)

SetBasePath sets the base path for this url builder, only required when it's different from the base path specified in the swagger spec. When the value of the base path is an empty string

func (*ListAllUsersURL) String

func (o *ListAllUsersURL) String() string

String returns the string representation of the path with query string

func (*ListAllUsersURL) StringFull

func (o *ListAllUsersURL) StringFull(scheme, host string) string

StringFull returns the string representation of a complete url

func (*ListAllUsersURL) WithBasePath

func (o *ListAllUsersURL) WithBasePath(bp string) *ListAllUsersURL

WithBasePath sets the base path for this url builder, only required when it's different from the base path specified in the swagger spec. When the value of the base path is an empty string

type RemoveAuditedOrganizationFromUser

type RemoveAuditedOrganizationFromUser struct {
	Context *middleware.Context
	Handler RemoveAuditedOrganizationFromUserHandler
}

RemoveAuditedOrganizationFromUser swagger:route DELETE /users/{guid}/audited_organizations/{audited_organization_guid} users removeAuditedOrganizationFromUser

Remove Audited Organization from the User

curl --insecure -i %s/v2/users/{guid}/audited_organizations/{audited_organization_guid} -X DELETE -H 'Authorization: %s'

func NewRemoveAuditedOrganizationFromUser

func NewRemoveAuditedOrganizationFromUser(ctx *middleware.Context, handler RemoveAuditedOrganizationFromUserHandler) *RemoveAuditedOrganizationFromUser

NewRemoveAuditedOrganizationFromUser creates a new http.Handler for the remove audited organization from user operation

func (*RemoveAuditedOrganizationFromUser) ServeHTTP

type RemoveAuditedOrganizationFromUserCreated

type RemoveAuditedOrganizationFromUserCreated struct {

	/*
	  In: Body
	*/
	Payload *models.RemoveAuditedOrganizationFromUserResponseResource `json:"body,omitempty"`
}

RemoveAuditedOrganizationFromUserCreated successful response

swagger:response removeAuditedOrganizationFromUserCreated

func NewRemoveAuditedOrganizationFromUserCreated

func NewRemoveAuditedOrganizationFromUserCreated() *RemoveAuditedOrganizationFromUserCreated

NewRemoveAuditedOrganizationFromUserCreated creates RemoveAuditedOrganizationFromUserCreated with default headers values

func (*RemoveAuditedOrganizationFromUserCreated) SetPayload

SetPayload sets the payload to the remove audited organization from user created response

func (*RemoveAuditedOrganizationFromUserCreated) WithPayload

WithPayload adds the payload to the remove audited organization from user created response

func (*RemoveAuditedOrganizationFromUserCreated) WriteResponse

WriteResponse to the client

type RemoveAuditedOrganizationFromUserHandler

type RemoveAuditedOrganizationFromUserHandler interface {
	Handle(RemoveAuditedOrganizationFromUserParams) middleware.Responder
}

RemoveAuditedOrganizationFromUserHandler interface for that can handle valid remove audited organization from user params

type RemoveAuditedOrganizationFromUserHandlerFunc

type RemoveAuditedOrganizationFromUserHandlerFunc func(RemoveAuditedOrganizationFromUserParams) middleware.Responder

RemoveAuditedOrganizationFromUserHandlerFunc turns a function with the right signature into a remove audited organization from user handler

func (RemoveAuditedOrganizationFromUserHandlerFunc) Handle

Handle executing the request and returning a response

type RemoveAuditedOrganizationFromUserParams

type RemoveAuditedOrganizationFromUserParams struct {

	// HTTP Request Object
	HTTPRequest *http.Request `json:"-"`

	/*The audited_organization_guid parameter is used as a part of the request URL: '/v2/users/:guid/audited_organizations/:audited_organization_guid'
	  Required: true
	  In: path
	*/
	AuditedOrganizationGUID string
	/*The guid parameter is used as a part of the request URL: '/v2/users/:guid/audited_organizations/:audited_organization_guid'
	  Required: true
	  In: path
	*/
	GUID string
}

RemoveAuditedOrganizationFromUserParams contains all the bound params for the remove audited organization from user operation typically these are obtained from a http.Request

swagger:parameters removeAuditedOrganizationFromUser

func NewRemoveAuditedOrganizationFromUserParams

func NewRemoveAuditedOrganizationFromUserParams() RemoveAuditedOrganizationFromUserParams

NewRemoveAuditedOrganizationFromUserParams creates a new RemoveAuditedOrganizationFromUserParams object no default values defined in spec.

func (*RemoveAuditedOrganizationFromUserParams) BindRequest

BindRequest both binds and validates a request, it assumes that complex things implement a Validatable(strfmt.Registry) error interface for simple values it will use straight method calls.

To ensure default values, the struct must have been initialized with NewRemoveAuditedOrganizationFromUserParams() beforehand.

type RemoveAuditedOrganizationFromUserURL

type RemoveAuditedOrganizationFromUserURL struct {
	AuditedOrganizationGUID string
	GUID                    string
	// contains filtered or unexported fields
}

RemoveAuditedOrganizationFromUserURL generates an URL for the remove audited organization from user operation

func (*RemoveAuditedOrganizationFromUserURL) Build

Build a url path and query string

func (*RemoveAuditedOrganizationFromUserURL) BuildFull

func (o *RemoveAuditedOrganizationFromUserURL) BuildFull(scheme, host string) (*url.URL, error)

BuildFull builds a full url with scheme, host, path and query string

func (*RemoveAuditedOrganizationFromUserURL) Must

Must is a helper function to panic when the url builder returns an error

func (*RemoveAuditedOrganizationFromUserURL) SetBasePath

func (o *RemoveAuditedOrganizationFromUserURL) SetBasePath(bp string)

SetBasePath sets the base path for this url builder, only required when it's different from the base path specified in the swagger spec. When the value of the base path is an empty string

func (*RemoveAuditedOrganizationFromUserURL) String

String returns the string representation of the path with query string

func (*RemoveAuditedOrganizationFromUserURL) StringFull

func (o *RemoveAuditedOrganizationFromUserURL) StringFull(scheme, host string) string

StringFull returns the string representation of a complete url

func (*RemoveAuditedOrganizationFromUserURL) WithBasePath

WithBasePath sets the base path for this url builder, only required when it's different from the base path specified in the swagger spec. When the value of the base path is an empty string

type RemoveAuditedSpaceFromUser

type RemoveAuditedSpaceFromUser struct {
	Context *middleware.Context
	Handler RemoveAuditedSpaceFromUserHandler
}

RemoveAuditedSpaceFromUser swagger:route DELETE /users/{guid}/audited_spaces/{audited_space_guid} users removeAuditedSpaceFromUser

Remove Audited Space from the User

curl --insecure -i %s/v2/users/{guid}/audited_spaces/{audited_space_guid} -X DELETE -H 'Authorization: %s'

func NewRemoveAuditedSpaceFromUser

func NewRemoveAuditedSpaceFromUser(ctx *middleware.Context, handler RemoveAuditedSpaceFromUserHandler) *RemoveAuditedSpaceFromUser

NewRemoveAuditedSpaceFromUser creates a new http.Handler for the remove audited space from user operation

func (*RemoveAuditedSpaceFromUser) ServeHTTP

type RemoveAuditedSpaceFromUserCreated

type RemoveAuditedSpaceFromUserCreated struct {

	/*
	  In: Body
	*/
	Payload *models.RemoveAuditedSpaceFromUserResponseResource `json:"body,omitempty"`
}

RemoveAuditedSpaceFromUserCreated successful response

swagger:response removeAuditedSpaceFromUserCreated

func NewRemoveAuditedSpaceFromUserCreated

func NewRemoveAuditedSpaceFromUserCreated() *RemoveAuditedSpaceFromUserCreated

NewRemoveAuditedSpaceFromUserCreated creates RemoveAuditedSpaceFromUserCreated with default headers values

func (*RemoveAuditedSpaceFromUserCreated) SetPayload

SetPayload sets the payload to the remove audited space from user created response

func (*RemoveAuditedSpaceFromUserCreated) WithPayload

WithPayload adds the payload to the remove audited space from user created response

func (*RemoveAuditedSpaceFromUserCreated) WriteResponse

func (o *RemoveAuditedSpaceFromUserCreated) WriteResponse(rw http.ResponseWriter, producer runtime.Producer)

WriteResponse to the client

type RemoveAuditedSpaceFromUserHandler

type RemoveAuditedSpaceFromUserHandler interface {
	Handle(RemoveAuditedSpaceFromUserParams) middleware.Responder
}

RemoveAuditedSpaceFromUserHandler interface for that can handle valid remove audited space from user params

type RemoveAuditedSpaceFromUserHandlerFunc

type RemoveAuditedSpaceFromUserHandlerFunc func(RemoveAuditedSpaceFromUserParams) middleware.Responder

RemoveAuditedSpaceFromUserHandlerFunc turns a function with the right signature into a remove audited space from user handler

func (RemoveAuditedSpaceFromUserHandlerFunc) Handle

Handle executing the request and returning a response

type RemoveAuditedSpaceFromUserParams

type RemoveAuditedSpaceFromUserParams struct {

	// HTTP Request Object
	HTTPRequest *http.Request `json:"-"`

	/*The audited_space_guid parameter is used as a part of the request URL: '/v2/users/:guid/audited_spaces/:audited_space_guid'
	  Required: true
	  In: path
	*/
	AuditedSpaceGUID string
	/*The guid parameter is used as a part of the request URL: '/v2/users/:guid/audited_spaces/:audited_space_guid'
	  Required: true
	  In: path
	*/
	GUID string
}

RemoveAuditedSpaceFromUserParams contains all the bound params for the remove audited space from user operation typically these are obtained from a http.Request

swagger:parameters removeAuditedSpaceFromUser

func NewRemoveAuditedSpaceFromUserParams

func NewRemoveAuditedSpaceFromUserParams() RemoveAuditedSpaceFromUserParams

NewRemoveAuditedSpaceFromUserParams creates a new RemoveAuditedSpaceFromUserParams object no default values defined in spec.

func (*RemoveAuditedSpaceFromUserParams) BindRequest

BindRequest both binds and validates a request, it assumes that complex things implement a Validatable(strfmt.Registry) error interface for simple values it will use straight method calls.

To ensure default values, the struct must have been initialized with NewRemoveAuditedSpaceFromUserParams() beforehand.

type RemoveAuditedSpaceFromUserURL

type RemoveAuditedSpaceFromUserURL struct {
	AuditedSpaceGUID string
	GUID             string
	// contains filtered or unexported fields
}

RemoveAuditedSpaceFromUserURL generates an URL for the remove audited space from user operation

func (*RemoveAuditedSpaceFromUserURL) Build

func (o *RemoveAuditedSpaceFromUserURL) Build() (*url.URL, error)

Build a url path and query string

func (*RemoveAuditedSpaceFromUserURL) BuildFull

func (o *RemoveAuditedSpaceFromUserURL) BuildFull(scheme, host string) (*url.URL, error)

BuildFull builds a full url with scheme, host, path and query string

func (*RemoveAuditedSpaceFromUserURL) Must

func (o *RemoveAuditedSpaceFromUserURL) Must(u *url.URL, err error) *url.URL

Must is a helper function to panic when the url builder returns an error

func (*RemoveAuditedSpaceFromUserURL) SetBasePath

func (o *RemoveAuditedSpaceFromUserURL) SetBasePath(bp string)

SetBasePath sets the base path for this url builder, only required when it's different from the base path specified in the swagger spec. When the value of the base path is an empty string

func (*RemoveAuditedSpaceFromUserURL) String

String returns the string representation of the path with query string

func (*RemoveAuditedSpaceFromUserURL) StringFull

func (o *RemoveAuditedSpaceFromUserURL) StringFull(scheme, host string) string

StringFull returns the string representation of a complete url

func (*RemoveAuditedSpaceFromUserURL) WithBasePath

WithBasePath sets the base path for this url builder, only required when it's different from the base path specified in the swagger spec. When the value of the base path is an empty string

type RemoveBillingManagedOrganizationFromUser

type RemoveBillingManagedOrganizationFromUser struct {
	Context *middleware.Context
	Handler RemoveBillingManagedOrganizationFromUserHandler
}

RemoveBillingManagedOrganizationFromUser swagger:route DELETE /users/{guid}/billing_managed_organizations/{billing_managed_organization_guid} users removeBillingManagedOrganizationFromUser

Remove Billing Managed Organization from the User

curl --insecure -i %s/v2/users/{guid}/billing_managed_organizations/{billing_managed_organization_guid} -X DELETE -H 'Authorization: %s'

func NewRemoveBillingManagedOrganizationFromUser

func NewRemoveBillingManagedOrganizationFromUser(ctx *middleware.Context, handler RemoveBillingManagedOrganizationFromUserHandler) *RemoveBillingManagedOrganizationFromUser

NewRemoveBillingManagedOrganizationFromUser creates a new http.Handler for the remove billing managed organization from user operation

func (*RemoveBillingManagedOrganizationFromUser) ServeHTTP

type RemoveBillingManagedOrganizationFromUserCreated

type RemoveBillingManagedOrganizationFromUserCreated struct {

	/*
	  In: Body
	*/
	Payload *models.RemoveBillingManagedOrganizationFromUserResponseResource `json:"body,omitempty"`
}

RemoveBillingManagedOrganizationFromUserCreated successful response

swagger:response removeBillingManagedOrganizationFromUserCreated

func NewRemoveBillingManagedOrganizationFromUserCreated

func NewRemoveBillingManagedOrganizationFromUserCreated() *RemoveBillingManagedOrganizationFromUserCreated

NewRemoveBillingManagedOrganizationFromUserCreated creates RemoveBillingManagedOrganizationFromUserCreated with default headers values

func (*RemoveBillingManagedOrganizationFromUserCreated) SetPayload

SetPayload sets the payload to the remove billing managed organization from user created response

func (*RemoveBillingManagedOrganizationFromUserCreated) WithPayload

WithPayload adds the payload to the remove billing managed organization from user created response

func (*RemoveBillingManagedOrganizationFromUserCreated) WriteResponse

WriteResponse to the client

type RemoveBillingManagedOrganizationFromUserHandler

type RemoveBillingManagedOrganizationFromUserHandler interface {
	Handle(RemoveBillingManagedOrganizationFromUserParams) middleware.Responder
}

RemoveBillingManagedOrganizationFromUserHandler interface for that can handle valid remove billing managed organization from user params

type RemoveBillingManagedOrganizationFromUserHandlerFunc

type RemoveBillingManagedOrganizationFromUserHandlerFunc func(RemoveBillingManagedOrganizationFromUserParams) middleware.Responder

RemoveBillingManagedOrganizationFromUserHandlerFunc turns a function with the right signature into a remove billing managed organization from user handler

func (RemoveBillingManagedOrganizationFromUserHandlerFunc) Handle

Handle executing the request and returning a response

type RemoveBillingManagedOrganizationFromUserParams

type RemoveBillingManagedOrganizationFromUserParams struct {

	// HTTP Request Object
	HTTPRequest *http.Request `json:"-"`

	/*The billing_managed_organization_guid parameter is used as a part of the request URL: '/v2/users/:guid/billing_managed_organizations/:billing_managed_organization_guid'
	  Required: true
	  In: path
	*/
	BillingManagedOrganizationGUID string
	/*The guid parameter is used as a part of the request URL: '/v2/users/:guid/billing_managed_organizations/:billing_managed_organization_guid'
	  Required: true
	  In: path
	*/
	GUID string
}

RemoveBillingManagedOrganizationFromUserParams contains all the bound params for the remove billing managed organization from user operation typically these are obtained from a http.Request

swagger:parameters removeBillingManagedOrganizationFromUser

func NewRemoveBillingManagedOrganizationFromUserParams

func NewRemoveBillingManagedOrganizationFromUserParams() RemoveBillingManagedOrganizationFromUserParams

NewRemoveBillingManagedOrganizationFromUserParams creates a new RemoveBillingManagedOrganizationFromUserParams object no default values defined in spec.

func (*RemoveBillingManagedOrganizationFromUserParams) BindRequest

BindRequest both binds and validates a request, it assumes that complex things implement a Validatable(strfmt.Registry) error interface for simple values it will use straight method calls.

To ensure default values, the struct must have been initialized with NewRemoveBillingManagedOrganizationFromUserParams() beforehand.

type RemoveBillingManagedOrganizationFromUserURL

type RemoveBillingManagedOrganizationFromUserURL struct {
	BillingManagedOrganizationGUID string
	GUID                           string
	// contains filtered or unexported fields
}

RemoveBillingManagedOrganizationFromUserURL generates an URL for the remove billing managed organization from user operation

func (*RemoveBillingManagedOrganizationFromUserURL) Build

Build a url path and query string

func (*RemoveBillingManagedOrganizationFromUserURL) BuildFull

func (o *RemoveBillingManagedOrganizationFromUserURL) BuildFull(scheme, host string) (*url.URL, error)

BuildFull builds a full url with scheme, host, path and query string

func (*RemoveBillingManagedOrganizationFromUserURL) Must

Must is a helper function to panic when the url builder returns an error

func (*RemoveBillingManagedOrganizationFromUserURL) SetBasePath

SetBasePath sets the base path for this url builder, only required when it's different from the base path specified in the swagger spec. When the value of the base path is an empty string

func (*RemoveBillingManagedOrganizationFromUserURL) String

String returns the string representation of the path with query string

func (*RemoveBillingManagedOrganizationFromUserURL) StringFull

func (o *RemoveBillingManagedOrganizationFromUserURL) StringFull(scheme, host string) string

StringFull returns the string representation of a complete url

func (*RemoveBillingManagedOrganizationFromUserURL) WithBasePath

WithBasePath sets the base path for this url builder, only required when it's different from the base path specified in the swagger spec. When the value of the base path is an empty string

type RemoveManagedOrganizationFromUser

type RemoveManagedOrganizationFromUser struct {
	Context *middleware.Context
	Handler RemoveManagedOrganizationFromUserHandler
}

RemoveManagedOrganizationFromUser swagger:route DELETE /users/{guid}/managed_organizations/{managed_organization_guid} users removeManagedOrganizationFromUser

Remove Managed Organization from the User

curl --insecure -i %s/v2/users/{guid}/managed_organizations/{managed_organization_guid} -X DELETE -H 'Authorization: %s'

func NewRemoveManagedOrganizationFromUser

func NewRemoveManagedOrganizationFromUser(ctx *middleware.Context, handler RemoveManagedOrganizationFromUserHandler) *RemoveManagedOrganizationFromUser

NewRemoveManagedOrganizationFromUser creates a new http.Handler for the remove managed organization from user operation

func (*RemoveManagedOrganizationFromUser) ServeHTTP

type RemoveManagedOrganizationFromUserCreated

type RemoveManagedOrganizationFromUserCreated struct {

	/*
	  In: Body
	*/
	Payload *models.RemoveManagedOrganizationFromUserResponseResource `json:"body,omitempty"`
}

RemoveManagedOrganizationFromUserCreated successful response

swagger:response removeManagedOrganizationFromUserCreated

func NewRemoveManagedOrganizationFromUserCreated

func NewRemoveManagedOrganizationFromUserCreated() *RemoveManagedOrganizationFromUserCreated

NewRemoveManagedOrganizationFromUserCreated creates RemoveManagedOrganizationFromUserCreated with default headers values

func (*RemoveManagedOrganizationFromUserCreated) SetPayload

SetPayload sets the payload to the remove managed organization from user created response

func (*RemoveManagedOrganizationFromUserCreated) WithPayload

WithPayload adds the payload to the remove managed organization from user created response

func (*RemoveManagedOrganizationFromUserCreated) WriteResponse

WriteResponse to the client

type RemoveManagedOrganizationFromUserHandler

type RemoveManagedOrganizationFromUserHandler interface {
	Handle(RemoveManagedOrganizationFromUserParams) middleware.Responder
}

RemoveManagedOrganizationFromUserHandler interface for that can handle valid remove managed organization from user params

type RemoveManagedOrganizationFromUserHandlerFunc

type RemoveManagedOrganizationFromUserHandlerFunc func(RemoveManagedOrganizationFromUserParams) middleware.Responder

RemoveManagedOrganizationFromUserHandlerFunc turns a function with the right signature into a remove managed organization from user handler

func (RemoveManagedOrganizationFromUserHandlerFunc) Handle

Handle executing the request and returning a response

type RemoveManagedOrganizationFromUserParams

type RemoveManagedOrganizationFromUserParams struct {

	// HTTP Request Object
	HTTPRequest *http.Request `json:"-"`

	/*The guid parameter is used as a part of the request URL: '/v2/users/:guid/managed_organizations/:managed_organization_guid'
	  Required: true
	  In: path
	*/
	GUID string
	/*The managed_organization_guid parameter is used as a part of the request URL: '/v2/users/:guid/managed_organizations/:managed_organization_guid'
	  Required: true
	  In: path
	*/
	ManagedOrganizationGUID string
}

RemoveManagedOrganizationFromUserParams contains all the bound params for the remove managed organization from user operation typically these are obtained from a http.Request

swagger:parameters removeManagedOrganizationFromUser

func NewRemoveManagedOrganizationFromUserParams

func NewRemoveManagedOrganizationFromUserParams() RemoveManagedOrganizationFromUserParams

NewRemoveManagedOrganizationFromUserParams creates a new RemoveManagedOrganizationFromUserParams object no default values defined in spec.

func (*RemoveManagedOrganizationFromUserParams) BindRequest

BindRequest both binds and validates a request, it assumes that complex things implement a Validatable(strfmt.Registry) error interface for simple values it will use straight method calls.

To ensure default values, the struct must have been initialized with NewRemoveManagedOrganizationFromUserParams() beforehand.

type RemoveManagedOrganizationFromUserURL

type RemoveManagedOrganizationFromUserURL struct {
	GUID                    string
	ManagedOrganizationGUID string
	// contains filtered or unexported fields
}

RemoveManagedOrganizationFromUserURL generates an URL for the remove managed organization from user operation

func (*RemoveManagedOrganizationFromUserURL) Build

Build a url path and query string

func (*RemoveManagedOrganizationFromUserURL) BuildFull

func (o *RemoveManagedOrganizationFromUserURL) BuildFull(scheme, host string) (*url.URL, error)

BuildFull builds a full url with scheme, host, path and query string

func (*RemoveManagedOrganizationFromUserURL) Must

Must is a helper function to panic when the url builder returns an error

func (*RemoveManagedOrganizationFromUserURL) SetBasePath

func (o *RemoveManagedOrganizationFromUserURL) SetBasePath(bp string)

SetBasePath sets the base path for this url builder, only required when it's different from the base path specified in the swagger spec. When the value of the base path is an empty string

func (*RemoveManagedOrganizationFromUserURL) String

String returns the string representation of the path with query string

func (*RemoveManagedOrganizationFromUserURL) StringFull

func (o *RemoveManagedOrganizationFromUserURL) StringFull(scheme, host string) string

StringFull returns the string representation of a complete url

func (*RemoveManagedOrganizationFromUserURL) WithBasePath

WithBasePath sets the base path for this url builder, only required when it's different from the base path specified in the swagger spec. When the value of the base path is an empty string

type RemoveManagedSpaceFromUser

type RemoveManagedSpaceFromUser struct {
	Context *middleware.Context
	Handler RemoveManagedSpaceFromUserHandler
}

RemoveManagedSpaceFromUser swagger:route DELETE /users/{guid}/managed_spaces/{managed_space_guid} users removeManagedSpaceFromUser

Remove Managed Space from the User

curl --insecure -i %s/v2/users/{guid}/managed_spaces/{managed_space_guid} -X DELETE -H 'Authorization: %s'

func NewRemoveManagedSpaceFromUser

func NewRemoveManagedSpaceFromUser(ctx *middleware.Context, handler RemoveManagedSpaceFromUserHandler) *RemoveManagedSpaceFromUser

NewRemoveManagedSpaceFromUser creates a new http.Handler for the remove managed space from user operation

func (*RemoveManagedSpaceFromUser) ServeHTTP

type RemoveManagedSpaceFromUserCreated

type RemoveManagedSpaceFromUserCreated struct {

	/*
	  In: Body
	*/
	Payload *models.RemoveManagedSpaceFromUserResponseResource `json:"body,omitempty"`
}

RemoveManagedSpaceFromUserCreated successful response

swagger:response removeManagedSpaceFromUserCreated

func NewRemoveManagedSpaceFromUserCreated

func NewRemoveManagedSpaceFromUserCreated() *RemoveManagedSpaceFromUserCreated

NewRemoveManagedSpaceFromUserCreated creates RemoveManagedSpaceFromUserCreated with default headers values

func (*RemoveManagedSpaceFromUserCreated) SetPayload

SetPayload sets the payload to the remove managed space from user created response

func (*RemoveManagedSpaceFromUserCreated) WithPayload

WithPayload adds the payload to the remove managed space from user created response

func (*RemoveManagedSpaceFromUserCreated) WriteResponse

func (o *RemoveManagedSpaceFromUserCreated) WriteResponse(rw http.ResponseWriter, producer runtime.Producer)

WriteResponse to the client

type RemoveManagedSpaceFromUserHandler

type RemoveManagedSpaceFromUserHandler interface {
	Handle(RemoveManagedSpaceFromUserParams) middleware.Responder
}

RemoveManagedSpaceFromUserHandler interface for that can handle valid remove managed space from user params

type RemoveManagedSpaceFromUserHandlerFunc

type RemoveManagedSpaceFromUserHandlerFunc func(RemoveManagedSpaceFromUserParams) middleware.Responder

RemoveManagedSpaceFromUserHandlerFunc turns a function with the right signature into a remove managed space from user handler

func (RemoveManagedSpaceFromUserHandlerFunc) Handle

Handle executing the request and returning a response

type RemoveManagedSpaceFromUserParams

type RemoveManagedSpaceFromUserParams struct {

	// HTTP Request Object
	HTTPRequest *http.Request `json:"-"`

	/*The guid parameter is used as a part of the request URL: '/v2/users/:guid/managed_spaces/:managed_space_guid'
	  Required: true
	  In: path
	*/
	GUID string
	/*The managed_space_guid parameter is used as a part of the request URL: '/v2/users/:guid/managed_spaces/:managed_space_guid'
	  Required: true
	  In: path
	*/
	ManagedSpaceGUID string
}

RemoveManagedSpaceFromUserParams contains all the bound params for the remove managed space from user operation typically these are obtained from a http.Request

swagger:parameters removeManagedSpaceFromUser

func NewRemoveManagedSpaceFromUserParams

func NewRemoveManagedSpaceFromUserParams() RemoveManagedSpaceFromUserParams

NewRemoveManagedSpaceFromUserParams creates a new RemoveManagedSpaceFromUserParams object no default values defined in spec.

func (*RemoveManagedSpaceFromUserParams) BindRequest

BindRequest both binds and validates a request, it assumes that complex things implement a Validatable(strfmt.Registry) error interface for simple values it will use straight method calls.

To ensure default values, the struct must have been initialized with NewRemoveManagedSpaceFromUserParams() beforehand.

type RemoveManagedSpaceFromUserURL

type RemoveManagedSpaceFromUserURL struct {
	GUID             string
	ManagedSpaceGUID string
	// contains filtered or unexported fields
}

RemoveManagedSpaceFromUserURL generates an URL for the remove managed space from user operation

func (*RemoveManagedSpaceFromUserURL) Build

func (o *RemoveManagedSpaceFromUserURL) Build() (*url.URL, error)

Build a url path and query string

func (*RemoveManagedSpaceFromUserURL) BuildFull

func (o *RemoveManagedSpaceFromUserURL) BuildFull(scheme, host string) (*url.URL, error)

BuildFull builds a full url with scheme, host, path and query string

func (*RemoveManagedSpaceFromUserURL) Must

func (o *RemoveManagedSpaceFromUserURL) Must(u *url.URL, err error) *url.URL

Must is a helper function to panic when the url builder returns an error

func (*RemoveManagedSpaceFromUserURL) SetBasePath

func (o *RemoveManagedSpaceFromUserURL) SetBasePath(bp string)

SetBasePath sets the base path for this url builder, only required when it's different from the base path specified in the swagger spec. When the value of the base path is an empty string

func (*RemoveManagedSpaceFromUserURL) String

String returns the string representation of the path with query string

func (*RemoveManagedSpaceFromUserURL) StringFull

func (o *RemoveManagedSpaceFromUserURL) StringFull(scheme, host string) string

StringFull returns the string representation of a complete url

func (*RemoveManagedSpaceFromUserURL) WithBasePath

WithBasePath sets the base path for this url builder, only required when it's different from the base path specified in the swagger spec. When the value of the base path is an empty string

type RemoveOrganizationFromUser

type RemoveOrganizationFromUser struct {
	Context *middleware.Context
	Handler RemoveOrganizationFromUserHandler
}

RemoveOrganizationFromUser swagger:route DELETE /users/{guid}/organizations/{organization_guid} users removeOrganizationFromUser

Remove Organization from the User

curl --insecure -i %s/v2/users/{guid}/organizations/{organization_guid} -X DELETE -H 'Authorization: %s'

func NewRemoveOrganizationFromUser

func NewRemoveOrganizationFromUser(ctx *middleware.Context, handler RemoveOrganizationFromUserHandler) *RemoveOrganizationFromUser

NewRemoveOrganizationFromUser creates a new http.Handler for the remove organization from user operation

func (*RemoveOrganizationFromUser) ServeHTTP

type RemoveOrganizationFromUserCreated

type RemoveOrganizationFromUserCreated struct {

	/*
	  In: Body
	*/
	Payload *models.RemoveOrganizationFromUserResponseResource `json:"body,omitempty"`
}

RemoveOrganizationFromUserCreated successful response

swagger:response removeOrganizationFromUserCreated

func NewRemoveOrganizationFromUserCreated

func NewRemoveOrganizationFromUserCreated() *RemoveOrganizationFromUserCreated

NewRemoveOrganizationFromUserCreated creates RemoveOrganizationFromUserCreated with default headers values

func (*RemoveOrganizationFromUserCreated) SetPayload

SetPayload sets the payload to the remove organization from user created response

func (*RemoveOrganizationFromUserCreated) WithPayload

WithPayload adds the payload to the remove organization from user created response

func (*RemoveOrganizationFromUserCreated) WriteResponse

func (o *RemoveOrganizationFromUserCreated) WriteResponse(rw http.ResponseWriter, producer runtime.Producer)

WriteResponse to the client

type RemoveOrganizationFromUserHandler

type RemoveOrganizationFromUserHandler interface {
	Handle(RemoveOrganizationFromUserParams) middleware.Responder
}

RemoveOrganizationFromUserHandler interface for that can handle valid remove organization from user params

type RemoveOrganizationFromUserHandlerFunc

type RemoveOrganizationFromUserHandlerFunc func(RemoveOrganizationFromUserParams) middleware.Responder

RemoveOrganizationFromUserHandlerFunc turns a function with the right signature into a remove organization from user handler

func (RemoveOrganizationFromUserHandlerFunc) Handle

Handle executing the request and returning a response

type RemoveOrganizationFromUserParams

type RemoveOrganizationFromUserParams struct {

	// HTTP Request Object
	HTTPRequest *http.Request `json:"-"`

	/*The guid parameter is used as a part of the request URL: '/v2/users/:guid/organizations/:organization_guid'
	  Required: true
	  In: path
	*/
	GUID string
	/*The organization_guid parameter is used as a part of the request URL: '/v2/users/:guid/organizations/:organization_guid'
	  Required: true
	  In: path
	*/
	OrganizationGUID string
}

RemoveOrganizationFromUserParams contains all the bound params for the remove organization from user operation typically these are obtained from a http.Request

swagger:parameters removeOrganizationFromUser

func NewRemoveOrganizationFromUserParams

func NewRemoveOrganizationFromUserParams() RemoveOrganizationFromUserParams

NewRemoveOrganizationFromUserParams creates a new RemoveOrganizationFromUserParams object no default values defined in spec.

func (*RemoveOrganizationFromUserParams) BindRequest

BindRequest both binds and validates a request, it assumes that complex things implement a Validatable(strfmt.Registry) error interface for simple values it will use straight method calls.

To ensure default values, the struct must have been initialized with NewRemoveOrganizationFromUserParams() beforehand.

type RemoveOrganizationFromUserURL

type RemoveOrganizationFromUserURL struct {
	GUID             string
	OrganizationGUID string
	// contains filtered or unexported fields
}

RemoveOrganizationFromUserURL generates an URL for the remove organization from user operation

func (*RemoveOrganizationFromUserURL) Build

func (o *RemoveOrganizationFromUserURL) Build() (*url.URL, error)

Build a url path and query string

func (*RemoveOrganizationFromUserURL) BuildFull

func (o *RemoveOrganizationFromUserURL) BuildFull(scheme, host string) (*url.URL, error)

BuildFull builds a full url with scheme, host, path and query string

func (*RemoveOrganizationFromUserURL) Must

func (o *RemoveOrganizationFromUserURL) Must(u *url.URL, err error) *url.URL

Must is a helper function to panic when the url builder returns an error

func (*RemoveOrganizationFromUserURL) SetBasePath

func (o *RemoveOrganizationFromUserURL) SetBasePath(bp string)

SetBasePath sets the base path for this url builder, only required when it's different from the base path specified in the swagger spec. When the value of the base path is an empty string

func (*RemoveOrganizationFromUserURL) String

String returns the string representation of the path with query string

func (*RemoveOrganizationFromUserURL) StringFull

func (o *RemoveOrganizationFromUserURL) StringFull(scheme, host string) string

StringFull returns the string representation of a complete url

func (*RemoveOrganizationFromUserURL) WithBasePath

WithBasePath sets the base path for this url builder, only required when it's different from the base path specified in the swagger spec. When the value of the base path is an empty string

type RemoveSpaceFromUser

type RemoveSpaceFromUser struct {
	Context *middleware.Context
	Handler RemoveSpaceFromUserHandler
}

RemoveSpaceFromUser swagger:route DELETE /users/{guid}/spaces/{space_guid} users removeSpaceFromUser

Remove Space from the User

curl --insecure -i %s/v2/users/{guid}/spaces/{space_guid} -X DELETE -H 'Authorization: %s'

func NewRemoveSpaceFromUser

func NewRemoveSpaceFromUser(ctx *middleware.Context, handler RemoveSpaceFromUserHandler) *RemoveSpaceFromUser

NewRemoveSpaceFromUser creates a new http.Handler for the remove space from user operation

func (*RemoveSpaceFromUser) ServeHTTP

func (o *RemoveSpaceFromUser) ServeHTTP(rw http.ResponseWriter, r *http.Request)

type RemoveSpaceFromUserCreated

type RemoveSpaceFromUserCreated struct {

	/*
	  In: Body
	*/
	Payload *models.RemoveSpaceFromUserResponseResource `json:"body,omitempty"`
}

RemoveSpaceFromUserCreated successful response

swagger:response removeSpaceFromUserCreated

func NewRemoveSpaceFromUserCreated

func NewRemoveSpaceFromUserCreated() *RemoveSpaceFromUserCreated

NewRemoveSpaceFromUserCreated creates RemoveSpaceFromUserCreated with default headers values

func (*RemoveSpaceFromUserCreated) SetPayload

SetPayload sets the payload to the remove space from user created response

func (*RemoveSpaceFromUserCreated) WithPayload

WithPayload adds the payload to the remove space from user created response

func (*RemoveSpaceFromUserCreated) WriteResponse

func (o *RemoveSpaceFromUserCreated) WriteResponse(rw http.ResponseWriter, producer runtime.Producer)

WriteResponse to the client

type RemoveSpaceFromUserHandler

type RemoveSpaceFromUserHandler interface {
	Handle(RemoveSpaceFromUserParams) middleware.Responder
}

RemoveSpaceFromUserHandler interface for that can handle valid remove space from user params

type RemoveSpaceFromUserHandlerFunc

type RemoveSpaceFromUserHandlerFunc func(RemoveSpaceFromUserParams) middleware.Responder

RemoveSpaceFromUserHandlerFunc turns a function with the right signature into a remove space from user handler

func (RemoveSpaceFromUserHandlerFunc) Handle

Handle executing the request and returning a response

type RemoveSpaceFromUserParams

type RemoveSpaceFromUserParams struct {

	// HTTP Request Object
	HTTPRequest *http.Request `json:"-"`

	/*The guid parameter is used as a part of the request URL: '/v2/users/:guid/spaces/:space_guid'
	  Required: true
	  In: path
	*/
	GUID string
	/*The space_guid parameter is used as a part of the request URL: '/v2/users/:guid/spaces/:space_guid'
	  Required: true
	  In: path
	*/
	SpaceGUID string
}

RemoveSpaceFromUserParams contains all the bound params for the remove space from user operation typically these are obtained from a http.Request

swagger:parameters removeSpaceFromUser

func NewRemoveSpaceFromUserParams

func NewRemoveSpaceFromUserParams() RemoveSpaceFromUserParams

NewRemoveSpaceFromUserParams creates a new RemoveSpaceFromUserParams object no default values defined in spec.

func (*RemoveSpaceFromUserParams) BindRequest

BindRequest both binds and validates a request, it assumes that complex things implement a Validatable(strfmt.Registry) error interface for simple values it will use straight method calls.

To ensure default values, the struct must have been initialized with NewRemoveSpaceFromUserParams() beforehand.

type RemoveSpaceFromUserURL

type RemoveSpaceFromUserURL struct {
	GUID      string
	SpaceGUID string
	// contains filtered or unexported fields
}

RemoveSpaceFromUserURL generates an URL for the remove space from user operation

func (*RemoveSpaceFromUserURL) Build

func (o *RemoveSpaceFromUserURL) Build() (*url.URL, error)

Build a url path and query string

func (*RemoveSpaceFromUserURL) BuildFull

func (o *RemoveSpaceFromUserURL) BuildFull(scheme, host string) (*url.URL, error)

BuildFull builds a full url with scheme, host, path and query string

func (*RemoveSpaceFromUserURL) Must

func (o *RemoveSpaceFromUserURL) Must(u *url.URL, err error) *url.URL

Must is a helper function to panic when the url builder returns an error

func (*RemoveSpaceFromUserURL) SetBasePath

func (o *RemoveSpaceFromUserURL) SetBasePath(bp string)

SetBasePath sets the base path for this url builder, only required when it's different from the base path specified in the swagger spec. When the value of the base path is an empty string

func (*RemoveSpaceFromUserURL) String

func (o *RemoveSpaceFromUserURL) String() string

String returns the string representation of the path with query string

func (*RemoveSpaceFromUserURL) StringFull

func (o *RemoveSpaceFromUserURL) StringFull(scheme, host string) string

StringFull returns the string representation of a complete url

func (*RemoveSpaceFromUserURL) WithBasePath

WithBasePath sets the base path for this url builder, only required when it's different from the base path specified in the swagger spec. When the value of the base path is an empty string

type RetrieveUser

type RetrieveUser struct {
	Context *middleware.Context
	Handler RetrieveUserHandler
}

RetrieveUser swagger:route GET /users/{guid} users retrieveUser

Retrieve a Particular User

curl --insecure -i %s/v2/users/{guid} -X GET -H 'Authorization: %s'

func NewRetrieveUser

func NewRetrieveUser(ctx *middleware.Context, handler RetrieveUserHandler) *RetrieveUser

NewRetrieveUser creates a new http.Handler for the retrieve user operation

func (*RetrieveUser) ServeHTTP

func (o *RetrieveUser) ServeHTTP(rw http.ResponseWriter, r *http.Request)

type RetrieveUserHandler

type RetrieveUserHandler interface {
	Handle(RetrieveUserParams) middleware.Responder
}

RetrieveUserHandler interface for that can handle valid retrieve user params

type RetrieveUserHandlerFunc

type RetrieveUserHandlerFunc func(RetrieveUserParams) middleware.Responder

RetrieveUserHandlerFunc turns a function with the right signature into a retrieve user handler

func (RetrieveUserHandlerFunc) Handle

Handle executing the request and returning a response

type RetrieveUserOK

type RetrieveUserOK struct {

	/*
	  In: Body
	*/
	Payload *models.RetrieveUserResponseResource `json:"body,omitempty"`
}

RetrieveUserOK successful response

swagger:response retrieveUserOK

func NewRetrieveUserOK

func NewRetrieveUserOK() *RetrieveUserOK

NewRetrieveUserOK creates RetrieveUserOK with default headers values

func (*RetrieveUserOK) SetPayload

func (o *RetrieveUserOK) SetPayload(payload *models.RetrieveUserResponseResource)

SetPayload sets the payload to the retrieve user o k response

func (*RetrieveUserOK) WithPayload

WithPayload adds the payload to the retrieve user o k response

func (*RetrieveUserOK) WriteResponse

func (o *RetrieveUserOK) WriteResponse(rw http.ResponseWriter, producer runtime.Producer)

WriteResponse to the client

type RetrieveUserParams

type RetrieveUserParams struct {

	// HTTP Request Object
	HTTPRequest *http.Request `json:"-"`

	/*The guid parameter is used as a part of the request URL: '/v2/users/:guid'
	  Required: true
	  In: path
	*/
	GUID string
}

RetrieveUserParams contains all the bound params for the retrieve user operation typically these are obtained from a http.Request

swagger:parameters retrieveUser

func NewRetrieveUserParams

func NewRetrieveUserParams() RetrieveUserParams

NewRetrieveUserParams creates a new RetrieveUserParams object no default values defined in spec.

func (*RetrieveUserParams) BindRequest

func (o *RetrieveUserParams) BindRequest(r *http.Request, route *middleware.MatchedRoute) error

BindRequest both binds and validates a request, it assumes that complex things implement a Validatable(strfmt.Registry) error interface for simple values it will use straight method calls.

To ensure default values, the struct must have been initialized with NewRetrieveUserParams() beforehand.

type RetrieveUserURL

type RetrieveUserURL struct {
	GUID string
	// contains filtered or unexported fields
}

RetrieveUserURL generates an URL for the retrieve user operation

func (*RetrieveUserURL) Build

func (o *RetrieveUserURL) Build() (*url.URL, error)

Build a url path and query string

func (*RetrieveUserURL) BuildFull

func (o *RetrieveUserURL) BuildFull(scheme, host string) (*url.URL, error)

BuildFull builds a full url with scheme, host, path and query string

func (*RetrieveUserURL) Must

func (o *RetrieveUserURL) Must(u *url.URL, err error) *url.URL

Must is a helper function to panic when the url builder returns an error

func (*RetrieveUserURL) SetBasePath

func (o *RetrieveUserURL) SetBasePath(bp string)

SetBasePath sets the base path for this url builder, only required when it's different from the base path specified in the swagger spec. When the value of the base path is an empty string

func (*RetrieveUserURL) String

func (o *RetrieveUserURL) String() string

String returns the string representation of the path with query string

func (*RetrieveUserURL) StringFull

func (o *RetrieveUserURL) StringFull(scheme, host string) string

StringFull returns the string representation of a complete url

func (*RetrieveUserURL) WithBasePath

func (o *RetrieveUserURL) WithBasePath(bp string) *RetrieveUserURL

WithBasePath sets the base path for this url builder, only required when it's different from the base path specified in the swagger spec. When the value of the base path is an empty string

type UpdateUser

type UpdateUser struct {
	Context *middleware.Context
	Handler UpdateUserHandler
}

UpdateUser swagger:route PUT /users/{guid} users updateUser

Updating a User

curl --insecure -i %s/v2/users/{guid} -X PUT -H 'Authorization: %s' -d '%s'

func NewUpdateUser

func NewUpdateUser(ctx *middleware.Context, handler UpdateUserHandler) *UpdateUser

NewUpdateUser creates a new http.Handler for the update user operation

func (*UpdateUser) ServeHTTP

func (o *UpdateUser) ServeHTTP(rw http.ResponseWriter, r *http.Request)

type UpdateUserCreated

type UpdateUserCreated struct {

	/*
	  In: Body
	*/
	Payload *models.UpdateUserResponseResource `json:"body,omitempty"`
}

UpdateUserCreated successful response

swagger:response updateUserCreated

func NewUpdateUserCreated

func NewUpdateUserCreated() *UpdateUserCreated

NewUpdateUserCreated creates UpdateUserCreated with default headers values

func (*UpdateUserCreated) SetPayload

func (o *UpdateUserCreated) SetPayload(payload *models.UpdateUserResponseResource)

SetPayload sets the payload to the update user created response

func (*UpdateUserCreated) WithPayload

WithPayload adds the payload to the update user created response

func (*UpdateUserCreated) WriteResponse

func (o *UpdateUserCreated) WriteResponse(rw http.ResponseWriter, producer runtime.Producer)

WriteResponse to the client

type UpdateUserHandler

type UpdateUserHandler interface {
	Handle(UpdateUserParams) middleware.Responder
}

UpdateUserHandler interface for that can handle valid update user params

type UpdateUserHandlerFunc

type UpdateUserHandlerFunc func(UpdateUserParams) middleware.Responder

UpdateUserHandlerFunc turns a function with the right signature into a update user handler

func (UpdateUserHandlerFunc) Handle

Handle executing the request and returning a response

type UpdateUserParams

type UpdateUserParams struct {

	// HTTP Request Object
	HTTPRequest *http.Request `json:"-"`

	/*The guid parameter is used as a part of the request URL: '/v2/users/:guid'
	  Required: true
	  In: path
	*/
	GUID string
	/*An object instance that is serialized and sent as the request body.
	  Required: true
	  In: body
	*/
	Value *models.UpdateUserRequest
}

UpdateUserParams contains all the bound params for the update user operation typically these are obtained from a http.Request

swagger:parameters updateUser

func NewUpdateUserParams

func NewUpdateUserParams() UpdateUserParams

NewUpdateUserParams creates a new UpdateUserParams object no default values defined in spec.

func (*UpdateUserParams) BindRequest

func (o *UpdateUserParams) BindRequest(r *http.Request, route *middleware.MatchedRoute) error

BindRequest both binds and validates a request, it assumes that complex things implement a Validatable(strfmt.Registry) error interface for simple values it will use straight method calls.

To ensure default values, the struct must have been initialized with NewUpdateUserParams() beforehand.

type UpdateUserURL

type UpdateUserURL struct {
	GUID string
	// contains filtered or unexported fields
}

UpdateUserURL generates an URL for the update user operation

func (*UpdateUserURL) Build

func (o *UpdateUserURL) Build() (*url.URL, error)

Build a url path and query string

func (*UpdateUserURL) BuildFull

func (o *UpdateUserURL) BuildFull(scheme, host string) (*url.URL, error)

BuildFull builds a full url with scheme, host, path and query string

func (*UpdateUserURL) Must

func (o *UpdateUserURL) Must(u *url.URL, err error) *url.URL

Must is a helper function to panic when the url builder returns an error

func (*UpdateUserURL) SetBasePath

func (o *UpdateUserURL) SetBasePath(bp string)

SetBasePath sets the base path for this url builder, only required when it's different from the base path specified in the swagger spec. When the value of the base path is an empty string

func (*UpdateUserURL) String

func (o *UpdateUserURL) String() string

String returns the string representation of the path with query string

func (*UpdateUserURL) StringFull

func (o *UpdateUserURL) StringFull(scheme, host string) string

StringFull returns the string representation of a complete url

func (*UpdateUserURL) WithBasePath

func (o *UpdateUserURL) WithBasePath(bp string) *UpdateUserURL

WithBasePath sets the base path for this url builder, only required when it's different from the base path specified in the swagger spec. When the value of the base path is an empty string

Source Files

Jump to

Keyboard shortcuts

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