generated

package
v0.1.0-alpha.1 Latest Latest
Warning

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

Go to latest
Published: Aug 9, 2026 License: Apache-2.0 Imports: 16 Imported by: 0

Documentation

Overview

Package generated provides primitives to interact with the openapi HTTP API.

Code generated by github.com/oapi-codegen/oapi-codegen/v2 version v2.7.0 DO NOT EDIT.

Index

Constants

View Source
const (
	BearerAuthScopes       bearerAuthContextKey       = "bearerAuth.Scopes"
	ManagementBearerScopes managementBearerContextKey = "managementBearer.Scopes"
	OperatorBearerScopes   operatorBearerContextKey   = "operatorBearer.Scopes"
	OperatorCookieScopes   operatorCookieContextKey   = "operatorCookie.Scopes"
)

Variables

This section is empty.

Functions

func GetSpec

func GetSpec() (swagger *openapi3.T, err error)

GetSpec returns the OpenAPI specification corresponding to the generated code in this file. External references in the spec are resolved through PathToRawSpec; externally-referenced files must be embedded in their corresponding Go packages (via the import-mapping feature). URL-based external refs are not supported.

func GetSpecJSON

func GetSpecJSON() ([]byte, error)

GetSpecJSON returns the raw JSON bytes of the embedded OpenAPI specification: decompressed but not unmarshaled. External references are not resolved here; the bytes are the spec exactly as embedded by codegen. The result is cached at package init time, so repeated calls are cheap.

func GetSwagger deprecated

func GetSwagger() (*openapi3.T, error)

GetSwagger returns the OpenAPI specification corresponding to the generated code in this file.

Deprecated: GetSwagger predates kin-openapi renaming openapi3.Swagger to openapi3.T. Use GetSpec instead. This wrapper is retained for backwards compatibility.

func Handler

func Handler(si ServerInterface) http.Handler

Handler creates http.Handler with routing matching OpenAPI spec.

func HandlerFromMux

func HandlerFromMux(si ServerInterface, r chi.Router) http.Handler

HandlerFromMux creates http.Handler with routing matching OpenAPI spec based on the provided mux.

func HandlerFromMuxWithBaseURL

func HandlerFromMuxWithBaseURL(si ServerInterface, r chi.Router, baseURL string) http.Handler

func HandlerWithOptions

func HandlerWithOptions(si ServerInterface, options ChiServerOptions) http.Handler

HandlerWithOptions creates http.Handler with additional options

func PathToRawSpec

func PathToRawSpec(pathToFile string) map[string]func() ([]byte, error)

Constructs a synthetic filesystem for resolving external references when loading openapi specifications.

Types

type AcceptMyWorkspaceInvitation200Response

type AcceptMyWorkspaceInvitation200Response struct {
}

func (AcceptMyWorkspaceInvitation200Response) VisitAcceptMyWorkspaceInvitationResponse

func (response AcceptMyWorkspaceInvitation200Response) VisitAcceptMyWorkspaceInvitationResponse(w http.ResponseWriter) error

type AcceptMyWorkspaceInvitationJSONBody

type AcceptMyWorkspaceInvitationJSONBody = map[string]interface{}

AcceptMyWorkspaceInvitationJSONBody defines parameters for AcceptMyWorkspaceInvitation.

type AcceptMyWorkspaceInvitationJSONRequestBody

type AcceptMyWorkspaceInvitationJSONRequestBody = AcceptMyWorkspaceInvitationJSONBody

AcceptMyWorkspaceInvitationJSONRequestBody defines body for AcceptMyWorkspaceInvitation for application/json ContentType.

type AcceptMyWorkspaceInvitationRequestObject

type AcceptMyWorkspaceInvitationRequestObject struct {
	ApplicationId ApplicationID `json:"application_id"`
	InvitationId  UUID          `json:"invitation_id"`
	Body          *AcceptMyWorkspaceInvitationJSONRequestBody
}

type AcceptMyWorkspaceInvitationResponseObject

type AcceptMyWorkspaceInvitationResponseObject interface {
	VisitAcceptMyWorkspaceInvitationResponse(w http.ResponseWriter) error
}

type AcceptOrganizationInvitation

type AcceptOrganizationInvitation struct {
	DisplayName     *string `json:"display_name,omitempty"`
	InvitationToken *string `json:"invitation_token,omitempty"`
}

AcceptOrganizationInvitation defines model for AcceptOrganizationInvitation.

type AcceptOrganizationInvitation200Response

type AcceptOrganizationInvitation200Response struct {
}

func (AcceptOrganizationInvitation200Response) VisitAcceptOrganizationInvitationResponse

func (response AcceptOrganizationInvitation200Response) VisitAcceptOrganizationInvitationResponse(w http.ResponseWriter) error

type AcceptOrganizationInvitation401ApplicationProblemPlusJSONResponse

type AcceptOrganizationInvitation401ApplicationProblemPlusJSONResponse struct {
	ProblemApplicationProblemPlusJSONResponse
}

func (AcceptOrganizationInvitation401ApplicationProblemPlusJSONResponse) VisitAcceptOrganizationInvitationResponse

func (response AcceptOrganizationInvitation401ApplicationProblemPlusJSONResponse) VisitAcceptOrganizationInvitationResponse(w http.ResponseWriter) error

type AcceptOrganizationInvitationJSONRequestBody

type AcceptOrganizationInvitationJSONRequestBody = AcceptOrganizationInvitation

AcceptOrganizationInvitationJSONRequestBody defines body for AcceptOrganizationInvitation for application/json ContentType.

type AcceptOrganizationInvitationRequestObject

type AcceptOrganizationInvitationRequestObject struct {
	Body *AcceptOrganizationInvitationJSONRequestBody
}

type AcceptOrganizationInvitationResponseObject

type AcceptOrganizationInvitationResponseObject interface {
	VisitAcceptOrganizationInvitationResponse(w http.ResponseWriter) error
}

type ActivateMyAddress204Response

type ActivateMyAddress204Response struct {
}

func (ActivateMyAddress204Response) VisitActivateMyAddressResponse

func (response ActivateMyAddress204Response) VisitActivateMyAddressResponse(w http.ResponseWriter) error

type ActivateMyAddressRequestObject

type ActivateMyAddressRequestObject struct {
	ApplicationId ApplicationID `json:"application_id"`
	AddressId     UUID          `json:"address_id"`
}

type ActivateMyAddressResponseObject

type ActivateMyAddressResponseObject interface {
	VisitActivateMyAddressResponse(w http.ResponseWriter) error
}

type ActivateTOTPEnrollment200Response

type ActivateTOTPEnrollment200Response struct {
}

func (ActivateTOTPEnrollment200Response) VisitActivateTOTPEnrollmentResponse

func (response ActivateTOTPEnrollment200Response) VisitActivateTOTPEnrollmentResponse(w http.ResponseWriter) error

type ActivateTOTPEnrollmentJSONBody

type ActivateTOTPEnrollmentJSONBody = map[string]interface{}

ActivateTOTPEnrollmentJSONBody defines parameters for ActivateTOTPEnrollment.

type ActivateTOTPEnrollmentJSONRequestBody

type ActivateTOTPEnrollmentJSONRequestBody = ActivateTOTPEnrollmentJSONBody

ActivateTOTPEnrollmentJSONRequestBody defines body for ActivateTOTPEnrollment for application/json ContentType.

type ActivateTOTPEnrollmentRequestObject

type ActivateTOTPEnrollmentRequestObject struct {
	ApplicationId ApplicationID `json:"application_id"`
	MethodId      UUID          `json:"method_id"`
	Body          *ActivateTOTPEnrollmentJSONRequestBody
}

type ActivateTOTPEnrollmentResponseObject

type ActivateTOTPEnrollmentResponseObject interface {
	VisitActivateTOTPEnrollmentResponse(w http.ResponseWriter) error
}

type ActivateWorkspaceAddress204Response

type ActivateWorkspaceAddress204Response struct {
}

func (ActivateWorkspaceAddress204Response) VisitActivateWorkspaceAddressResponse

func (response ActivateWorkspaceAddress204Response) VisitActivateWorkspaceAddressResponse(w http.ResponseWriter) error

type ActivateWorkspaceAddressRequestObject

type ActivateWorkspaceAddressRequestObject struct {
	ApplicationId ApplicationID `json:"application_id"`
	WorkspaceId   UUID          `json:"workspace_id"`
	AddressId     UUID          `json:"address_id"`
}

type ActivateWorkspaceAddressResponseObject

type ActivateWorkspaceAddressResponseObject interface {
	VisitActivateWorkspaceAddressResponse(w http.ResponseWriter) error
}

type AnonymizeMyAccount204Response

type AnonymizeMyAccount204Response struct {
}

func (AnonymizeMyAccount204Response) VisitAnonymizeMyAccountResponse

func (response AnonymizeMyAccount204Response) VisitAnonymizeMyAccountResponse(w http.ResponseWriter) error

type AnonymizeMyAccountRequestObject

type AnonymizeMyAccountRequestObject struct {
	ApplicationId ApplicationID `json:"application_id"`
}

type AnonymizeMyAccountResponseObject

type AnonymizeMyAccountResponseObject interface {
	VisitAnonymizeMyAccountResponse(w http.ResponseWriter) error
}

type AppleAuthCallback302Response

type AppleAuthCallback302Response struct {
}

func (AppleAuthCallback302Response) VisitAppleAuthCallbackResponse

func (response AppleAuthCallback302Response) VisitAppleAuthCallbackResponse(w http.ResponseWriter) error

type AppleAuthCallbackFormdataBody

type AppleAuthCallbackFormdataBody struct {
	Code  *string `form:"code,omitempty" json:"code,omitempty"`
	Error *string `form:"error,omitempty" json:"error,omitempty"`
	State *string `form:"state,omitempty" json:"state,omitempty"`
	User  *string `form:"user,omitempty" json:"user,omitempty"`
}

AppleAuthCallbackFormdataBody defines parameters for AppleAuthCallback.

type AppleAuthCallbackFormdataRequestBody

type AppleAuthCallbackFormdataRequestBody AppleAuthCallbackFormdataBody

AppleAuthCallbackFormdataRequestBody defines body for AppleAuthCallback for application/x-www-form-urlencoded ContentType.

type AppleAuthCallbackRequestObject

type AppleAuthCallbackRequestObject struct {
	ApplicationId ApplicationID `json:"application_id"`
	Body          *AppleAuthCallbackFormdataRequestBody
}

type AppleAuthCallbackResponseObject

type AppleAuthCallbackResponseObject interface {
	VisitAppleAuthCallbackResponse(w http.ResponseWriter) error
}

type ApplicationAuthConfig

type ApplicationAuthConfig struct {
	Flows *ApplicationFlowConfig `json:"flows,omitempty"`
}

ApplicationAuthConfig defines model for ApplicationAuthConfig.

type ApplicationFlowConfig

type ApplicationFlowConfig struct {
	InvitationRedirectUri string `json:"invitation_redirect_uri"`
	OauthClientId         string `json:"oauth_client_id"`
	SignInRedirectUri     string `json:"sign_in_redirect_uri"`
}

ApplicationFlowConfig defines model for ApplicationFlowConfig.

type ApplicationID

type ApplicationID = UUID

ApplicationID defines model for ApplicationID.

type ApplicationInternalConfig

type ApplicationInternalConfig struct {
	DelegationEnabled      *bool                                      `json:"delegation_enabled,omitempty"`
	PasswordEnabled        *bool                                      `json:"password_enabled,omitempty"`
	PasswordlessEnabled    *bool                                      `json:"passwordless_enabled,omitempty"`
	PersonalApiKeysEnabled *bool                                      `json:"personal_api_keys_enabled,omitempty"`
	RegistrationMode       *ApplicationInternalConfigRegistrationMode `json:"registration_mode,omitempty"`
}

ApplicationInternalConfig defines model for ApplicationInternalConfig.

type ApplicationInternalConfigRegistrationMode

type ApplicationInternalConfigRegistrationMode string

ApplicationInternalConfigRegistrationMode defines model for ApplicationInternalConfig.RegistrationMode.

const (
	ApplicationInternalConfigRegistrationModeInviteOnly ApplicationInternalConfigRegistrationMode = "invite_only"
	ApplicationInternalConfigRegistrationModePublic     ApplicationInternalConfigRegistrationMode = "public"
)

Defines values for ApplicationInternalConfigRegistrationMode.

func (ApplicationInternalConfigRegistrationMode) Valid

Valid indicates whether the value is a known member of the ApplicationInternalConfigRegistrationMode enum.

type ApproveLocalEntitlementRequest200Response

type ApproveLocalEntitlementRequest200Response struct {
}

func (ApproveLocalEntitlementRequest200Response) VisitApproveLocalEntitlementRequestResponse

func (response ApproveLocalEntitlementRequest200Response) VisitApproveLocalEntitlementRequestResponse(w http.ResponseWriter) error

type ApproveLocalEntitlementRequestJSONBody

type ApproveLocalEntitlementRequestJSONBody = map[string]interface{}

ApproveLocalEntitlementRequestJSONBody defines parameters for ApproveLocalEntitlementRequest.

type ApproveLocalEntitlementRequestJSONRequestBody

type ApproveLocalEntitlementRequestJSONRequestBody = ApproveLocalEntitlementRequestJSONBody

ApproveLocalEntitlementRequestJSONRequestBody defines body for ApproveLocalEntitlementRequest for application/json ContentType.

type ApproveLocalEntitlementRequestRequestObject

type ApproveLocalEntitlementRequestRequestObject struct {
	ApplicationId ApplicationID `json:"application_id"`
	RequestId     RequestID     `json:"request_id"`
	Body          *ApproveLocalEntitlementRequestJSONRequestBody
}

type ApproveLocalEntitlementRequestResponseObject

type ApproveLocalEntitlementRequestResponseObject interface {
	VisitApproveLocalEntitlementRequestResponse(w http.ResponseWriter) error
}

type ArchiveEventType204Response

type ArchiveEventType204Response struct {
}

func (ArchiveEventType204Response) VisitArchiveEventTypeResponse

func (response ArchiveEventType204Response) VisitArchiveEventTypeResponse(w http.ResponseWriter) error

type ArchiveEventTypeRequestObject

type ArchiveEventTypeRequestObject struct {
	ApplicationId ApplicationID `json:"application_id"`
	EventTypeId   UUID          `json:"event_type_id"`
}

type ArchiveEventTypeResponseObject

type ArchiveEventTypeResponseObject interface {
	VisitArchiveEventTypeResponse(w http.ResponseWriter) error
}

type ArchiveInstallationNotificationTemplate204Response

type ArchiveInstallationNotificationTemplate204Response struct {
}

func (ArchiveInstallationNotificationTemplate204Response) VisitArchiveInstallationNotificationTemplateResponse

func (response ArchiveInstallationNotificationTemplate204Response) VisitArchiveInstallationNotificationTemplateResponse(w http.ResponseWriter) error

type ArchiveInstallationNotificationTemplateRequestObject

type ArchiveInstallationNotificationTemplateRequestObject struct {
	TemplateId UUID `json:"template_id"`
}

type ArchiveInstallationNotificationTemplateResponseObject

type ArchiveInstallationNotificationTemplateResponseObject interface {
	VisitArchiveInstallationNotificationTemplateResponse(w http.ResponseWriter) error
}

type ArchiveMyWorkspace204Response

type ArchiveMyWorkspace204Response struct {
}

func (ArchiveMyWorkspace204Response) VisitArchiveMyWorkspaceResponse

func (response ArchiveMyWorkspace204Response) VisitArchiveMyWorkspaceResponse(w http.ResponseWriter) error

type ArchiveMyWorkspaceRequestObject

type ArchiveMyWorkspaceRequestObject struct {
	ApplicationId ApplicationID `json:"application_id"`
	WorkspaceId   UUID          `json:"workspace_id"`
}

type ArchiveMyWorkspaceResponseObject

type ArchiveMyWorkspaceResponseObject interface {
	VisitArchiveMyWorkspaceResponse(w http.ResponseWriter) error
}

type ArchiveNotificationTemplate204Response

type ArchiveNotificationTemplate204Response struct {
}

func (ArchiveNotificationTemplate204Response) VisitArchiveNotificationTemplateResponse

func (response ArchiveNotificationTemplate204Response) VisitArchiveNotificationTemplateResponse(w http.ResponseWriter) error

type ArchiveNotificationTemplateRequestObject

type ArchiveNotificationTemplateRequestObject struct {
	ApplicationId ApplicationID `json:"application_id"`
	TemplateId    UUID          `json:"template_id"`
}

type ArchiveNotificationTemplateResponseObject

type ArchiveNotificationTemplateResponseObject interface {
	VisitArchiveNotificationTemplateResponse(w http.ResponseWriter) error
}

type AuthMethods200Response

type AuthMethods200Response struct {
}

func (AuthMethods200Response) VisitAuthMethodsResponse

func (response AuthMethods200Response) VisitAuthMethodsResponse(w http.ResponseWriter) error

type AuthMethodsJSONBody

type AuthMethodsJSONBody = map[string]interface{}

AuthMethodsJSONBody defines parameters for AuthMethods.

type AuthMethodsJSONRequestBody

type AuthMethodsJSONRequestBody = AuthMethodsJSONBody

AuthMethodsJSONRequestBody defines body for AuthMethods for application/json ContentType.

type AuthMethodsRequestObject

type AuthMethodsRequestObject struct {
	ApplicationId ApplicationID `json:"application_id"`
	Body          *AuthMethodsJSONRequestBody
}

type AuthMethodsResponseObject

type AuthMethodsResponseObject interface {
	VisitAuthMethodsResponse(w http.ResponseWriter) error
}

type BeginOIDCAuthorization200Response

type BeginOIDCAuthorization200Response struct {
}

func (BeginOIDCAuthorization200Response) VisitBeginOIDCAuthorizationResponse

func (response BeginOIDCAuthorization200Response) VisitBeginOIDCAuthorizationResponse(w http.ResponseWriter) error

type BeginOIDCAuthorization302Response

type BeginOIDCAuthorization302Response struct {
}

func (BeginOIDCAuthorization302Response) VisitBeginOIDCAuthorizationResponse

func (response BeginOIDCAuthorization302Response) VisitBeginOIDCAuthorizationResponse(w http.ResponseWriter) error

type BeginOIDCAuthorizationParams

type BeginOIDCAuthorizationParams struct {
	ClientId            OAuthClientID                                   `form:"client_id" json:"client_id"`
	RedirectUri         OAuthRedirectURI                                `form:"redirect_uri" json:"redirect_uri"`
	ResponseType        BeginOIDCAuthorizationParamsResponseType        `form:"response_type" json:"response_type"`
	Scope               OAuthScope                                      `form:"scope" json:"scope"`
	State               OAuthState                                      `form:"state" json:"state"`
	CodeChallenge       OAuthCodeChallenge                              `form:"code_challenge" json:"code_challenge"`
	CodeChallengeMethod BeginOIDCAuthorizationParamsCodeChallengeMethod `form:"code_challenge_method" json:"code_challenge_method"`
}

BeginOIDCAuthorizationParams defines parameters for BeginOIDCAuthorization.

type BeginOIDCAuthorizationParamsCodeChallengeMethod

type BeginOIDCAuthorizationParamsCodeChallengeMethod string

BeginOIDCAuthorizationParamsCodeChallengeMethod defines parameters for BeginOIDCAuthorization.

const (
	BeginOIDCAuthorizationParamsCodeChallengeMethodS256 BeginOIDCAuthorizationParamsCodeChallengeMethod = "S256"
)

Defines values for BeginOIDCAuthorizationParamsCodeChallengeMethod.

func (BeginOIDCAuthorizationParamsCodeChallengeMethod) Valid

Valid indicates whether the value is a known member of the BeginOIDCAuthorizationParamsCodeChallengeMethod enum.

type BeginOIDCAuthorizationParamsResponseType

type BeginOIDCAuthorizationParamsResponseType string

BeginOIDCAuthorizationParamsResponseType defines parameters for BeginOIDCAuthorization.

const (
	BeginOIDCAuthorizationParamsResponseTypeCode BeginOIDCAuthorizationParamsResponseType = "code"
)

Defines values for BeginOIDCAuthorizationParamsResponseType.

func (BeginOIDCAuthorizationParamsResponseType) Valid

Valid indicates whether the value is a known member of the BeginOIDCAuthorizationParamsResponseType enum.

type BeginOIDCAuthorizationRequestObject

type BeginOIDCAuthorizationRequestObject struct {
	Params BeginOIDCAuthorizationParams
}

type BeginOIDCAuthorizationResponseObject

type BeginOIDCAuthorizationResponseObject interface {
	VisitBeginOIDCAuthorizationResponse(w http.ResponseWriter) error
}

type BeginWebAuthnAuthentication201Response

type BeginWebAuthnAuthentication201Response struct {
}

func (BeginWebAuthnAuthentication201Response) VisitBeginWebAuthnAuthenticationResponse

func (response BeginWebAuthnAuthentication201Response) VisitBeginWebAuthnAuthenticationResponse(w http.ResponseWriter) error

type BeginWebAuthnAuthenticationJSONBody

type BeginWebAuthnAuthenticationJSONBody = map[string]interface{}

BeginWebAuthnAuthenticationJSONBody defines parameters for BeginWebAuthnAuthentication.

type BeginWebAuthnAuthenticationJSONRequestBody

type BeginWebAuthnAuthenticationJSONRequestBody = BeginWebAuthnAuthenticationJSONBody

BeginWebAuthnAuthenticationJSONRequestBody defines body for BeginWebAuthnAuthentication for application/json ContentType.

type BeginWebAuthnAuthenticationRequestObject

type BeginWebAuthnAuthenticationRequestObject struct {
	ApplicationId ApplicationID `json:"application_id"`
	Body          *BeginWebAuthnAuthenticationJSONRequestBody
}

type BeginWebAuthnAuthenticationResponseObject

type BeginWebAuthnAuthenticationResponseObject interface {
	VisitBeginWebAuthnAuthenticationResponse(w http.ResponseWriter) error
}

type BeginWebAuthnRegistration201Response

type BeginWebAuthnRegistration201Response struct {
}

func (BeginWebAuthnRegistration201Response) VisitBeginWebAuthnRegistrationResponse

func (response BeginWebAuthnRegistration201Response) VisitBeginWebAuthnRegistrationResponse(w http.ResponseWriter) error

type BeginWebAuthnRegistrationJSONBody

type BeginWebAuthnRegistrationJSONBody = map[string]interface{}

BeginWebAuthnRegistrationJSONBody defines parameters for BeginWebAuthnRegistration.

type BeginWebAuthnRegistrationJSONRequestBody

type BeginWebAuthnRegistrationJSONRequestBody = BeginWebAuthnRegistrationJSONBody

BeginWebAuthnRegistrationJSONRequestBody defines body for BeginWebAuthnRegistration for application/json ContentType.

type BeginWebAuthnRegistrationRequestObject

type BeginWebAuthnRegistrationRequestObject struct {
	ApplicationId ApplicationID `json:"application_id"`
	Body          *BeginWebAuthnRegistrationJSONRequestBody
}

type BeginWebAuthnRegistrationResponseObject

type BeginWebAuthnRegistrationResponseObject interface {
	VisitBeginWebAuthnRegistrationResponse(w http.ResponseWriter) error
}

type Bootstrap201Response

type Bootstrap201Response struct {
}

func (Bootstrap201Response) VisitBootstrapResponse

func (response Bootstrap201Response) VisitBootstrapResponse(w http.ResponseWriter) error

type Bootstrap401ApplicationProblemPlusJSONResponse

type Bootstrap401ApplicationProblemPlusJSONResponse struct {
	ProblemApplicationProblemPlusJSONResponse
}

func (Bootstrap401ApplicationProblemPlusJSONResponse) VisitBootstrapResponse

func (response Bootstrap401ApplicationProblemPlusJSONResponse) VisitBootstrapResponse(w http.ResponseWriter) error

type BootstrapJSONRequestBody

type BootstrapJSONRequestBody = BootstrapRequest

BootstrapJSONRequestBody defines body for Bootstrap for application/json ContentType.

type BootstrapRequest

type BootstrapRequest struct {
	Credential  *string             `json:"credential,omitempty"`
	DisplayName *string             `json:"display_name,omitempty"`
	Email       openapi_types.Email `json:"email"`
}

BootstrapRequest defines model for BootstrapRequest.

type BootstrapRequestObject

type BootstrapRequestObject struct {
	Body *BootstrapJSONRequestBody
}

type BootstrapResponseObject

type BootstrapResponseObject interface {
	VisitBootstrapResponse(w http.ResponseWriter) error
}

type CancelMyLocalEntitlementRequest204Response

type CancelMyLocalEntitlementRequest204Response struct {
}

func (CancelMyLocalEntitlementRequest204Response) VisitCancelMyLocalEntitlementRequestResponse

func (response CancelMyLocalEntitlementRequest204Response) VisitCancelMyLocalEntitlementRequestResponse(w http.ResponseWriter) error

type CancelMyLocalEntitlementRequestRequestObject

type CancelMyLocalEntitlementRequestRequestObject struct {
	ApplicationId ApplicationID `json:"application_id"`
	RequestId     RequestID     `json:"request_id"`
}

type CancelMyLocalEntitlementRequestResponseObject

type CancelMyLocalEntitlementRequestResponseObject interface {
	VisitCancelMyLocalEntitlementRequestResponse(w http.ResponseWriter) error
}

type CancelSubscription204Response

type CancelSubscription204Response struct {
}

func (CancelSubscription204Response) VisitCancelSubscriptionResponse

func (response CancelSubscription204Response) VisitCancelSubscriptionResponse(w http.ResponseWriter) error

type CancelSubscriptionJSONBody

type CancelSubscriptionJSONBody = map[string]interface{}

CancelSubscriptionJSONBody defines parameters for CancelSubscription.

type CancelSubscriptionJSONRequestBody

type CancelSubscriptionJSONRequestBody = CancelSubscriptionJSONBody

CancelSubscriptionJSONRequestBody defines body for CancelSubscription for application/json ContentType.

type CancelSubscriptionParams

type CancelSubscriptionParams struct {
	IdempotencyKey *IdempotencyKey `json:"Idempotency-Key,omitempty"`
}

CancelSubscriptionParams defines parameters for CancelSubscription.

type CancelSubscriptionRequestObject

type CancelSubscriptionRequestObject struct {
	ApplicationId  ApplicationID  `json:"application_id"`
	SubscriptionId SubscriptionID `json:"subscription_id"`
	Params         CancelSubscriptionParams
	Body           *CancelSubscriptionJSONRequestBody
}

type CancelSubscriptionResponseObject

type CancelSubscriptionResponseObject interface {
	VisitCancelSubscriptionResponse(w http.ResponseWriter) error
}

type ChangeOperatorPassword204Response

type ChangeOperatorPassword204Response struct {
}

func (ChangeOperatorPassword204Response) VisitChangeOperatorPasswordResponse

func (response ChangeOperatorPassword204Response) VisitChangeOperatorPasswordResponse(w http.ResponseWriter) error

type ChangeOperatorPassword409ApplicationProblemPlusJSONResponse

type ChangeOperatorPassword409ApplicationProblemPlusJSONResponse struct {
	ProblemApplicationProblemPlusJSONResponse
}

func (ChangeOperatorPassword409ApplicationProblemPlusJSONResponse) VisitChangeOperatorPasswordResponse

func (response ChangeOperatorPassword409ApplicationProblemPlusJSONResponse) VisitChangeOperatorPasswordResponse(w http.ResponseWriter) error

type ChangeOperatorPasswordJSONRequestBody

type ChangeOperatorPasswordJSONRequestBody = OperatorPasswordChange

ChangeOperatorPasswordJSONRequestBody defines body for ChangeOperatorPassword for application/json ContentType.

type ChangeOperatorPasswordRequestObject

type ChangeOperatorPasswordRequestObject struct {
	Body *ChangeOperatorPasswordJSONRequestBody
}

type ChangeOperatorPasswordResponseObject

type ChangeOperatorPasswordResponseObject interface {
	VisitChangeOperatorPasswordResponse(w http.ResponseWriter) error
}

type ChangeSubscriptionPrice200Response

type ChangeSubscriptionPrice200Response struct {
}

func (ChangeSubscriptionPrice200Response) VisitChangeSubscriptionPriceResponse

func (response ChangeSubscriptionPrice200Response) VisitChangeSubscriptionPriceResponse(w http.ResponseWriter) error

type ChangeSubscriptionPriceJSONBody

type ChangeSubscriptionPriceJSONBody struct {
	PriceId           UUID        `json:"price_id"`
	ProrationBehavior interface{} `json:"proration_behavior,omitempty"`
}

ChangeSubscriptionPriceJSONBody defines parameters for ChangeSubscriptionPrice.

type ChangeSubscriptionPriceJSONRequestBody

type ChangeSubscriptionPriceJSONRequestBody ChangeSubscriptionPriceJSONBody

ChangeSubscriptionPriceJSONRequestBody defines body for ChangeSubscriptionPrice for application/json ContentType.

type ChangeSubscriptionPriceParams

type ChangeSubscriptionPriceParams struct {
	IdempotencyKey *IdempotencyKey `json:"Idempotency-Key,omitempty"`
}

ChangeSubscriptionPriceParams defines parameters for ChangeSubscriptionPrice.

type ChangeSubscriptionPriceRequestObject

type ChangeSubscriptionPriceRequestObject struct {
	ApplicationId  ApplicationID  `json:"application_id"`
	SubscriptionId SubscriptionID `json:"subscription_id"`
	Params         ChangeSubscriptionPriceParams
	Body           *ChangeSubscriptionPriceJSONRequestBody
}

type ChangeSubscriptionPriceResponseObject

type ChangeSubscriptionPriceResponseObject interface {
	VisitChangeSubscriptionPriceResponse(w http.ResponseWriter) error
}

type CheckMyPermissions200Response

type CheckMyPermissions200Response struct {
}

func (CheckMyPermissions200Response) VisitCheckMyPermissionsResponse

func (response CheckMyPermissions200Response) VisitCheckMyPermissionsResponse(w http.ResponseWriter) error

type CheckMyPermissionsJSONBody

type CheckMyPermissionsJSONBody = map[string]interface{}

CheckMyPermissionsJSONBody defines parameters for CheckMyPermissions.

type CheckMyPermissionsJSONRequestBody

type CheckMyPermissionsJSONRequestBody = CheckMyPermissionsJSONBody

CheckMyPermissionsJSONRequestBody defines body for CheckMyPermissions for application/json ContentType.

type CheckMyPermissionsRequestObject

type CheckMyPermissionsRequestObject struct {
	ApplicationId ApplicationID `json:"application_id"`
	Body          *CheckMyPermissionsJSONRequestBody
}

type CheckMyPermissionsResponseObject

type CheckMyPermissionsResponseObject interface {
	VisitCheckMyPermissionsResponse(w http.ResponseWriter) error
}

type ChiServerOptions

type ChiServerOptions struct {
	BaseURL          string
	BaseRouter       chi.Router
	Middlewares      []MiddlewareFunc
	ErrorHandlerFunc func(w http.ResponseWriter, r *http.Request, err error)
}

type CompleteApplicationStorageUpload200Response

type CompleteApplicationStorageUpload200Response struct {
}

func (CompleteApplicationStorageUpload200Response) VisitCompleteApplicationStorageUploadResponse

func (response CompleteApplicationStorageUpload200Response) VisitCompleteApplicationStorageUploadResponse(w http.ResponseWriter) error

type CompleteApplicationStorageUploadRequestObject

type CompleteApplicationStorageUploadRequestObject struct {
	ApplicationId ApplicationID `json:"application_id"`
	ObjectId      ObjectID      `json:"object_id"`
}

type CompleteApplicationStorageUploadResponseObject

type CompleteApplicationStorageUploadResponseObject interface {
	VisitCompleteApplicationStorageUploadResponse(w http.ResponseWriter) error
}

type CompleteControlApplicationStorageUpload200Response

type CompleteControlApplicationStorageUpload200Response struct {
}

func (CompleteControlApplicationStorageUpload200Response) VisitCompleteControlApplicationStorageUploadResponse

func (response CompleteControlApplicationStorageUpload200Response) VisitCompleteControlApplicationStorageUploadResponse(w http.ResponseWriter) error

type CompleteControlApplicationStorageUploadRequestObject

type CompleteControlApplicationStorageUploadRequestObject struct {
	ApplicationId ApplicationID `json:"application_id"`
	ObjectId      ObjectID      `json:"object_id"`
}

type CompleteControlApplicationStorageUploadResponseObject

type CompleteControlApplicationStorageUploadResponseObject interface {
	VisitCompleteControlApplicationStorageUploadResponse(w http.ResponseWriter) error
}

type CompleteInstallationStorageUpload200Response

type CompleteInstallationStorageUpload200Response struct {
}

func (CompleteInstallationStorageUpload200Response) VisitCompleteInstallationStorageUploadResponse

func (response CompleteInstallationStorageUpload200Response) VisitCompleteInstallationStorageUploadResponse(w http.ResponseWriter) error

type CompleteInstallationStorageUploadRequestObject

type CompleteInstallationStorageUploadRequestObject struct {
	ObjectId ObjectID `json:"object_id"`
}

type CompleteInstallationStorageUploadResponseObject

type CompleteInstallationStorageUploadResponseObject interface {
	VisitCompleteInstallationStorageUploadResponse(w http.ResponseWriter) error
}

type CompleteMyStorageUpload200Response

type CompleteMyStorageUpload200Response struct {
}

func (CompleteMyStorageUpload200Response) VisitCompleteMyStorageUploadResponse

func (response CompleteMyStorageUpload200Response) VisitCompleteMyStorageUploadResponse(w http.ResponseWriter) error

type CompleteMyStorageUploadRequestObject

type CompleteMyStorageUploadRequestObject struct {
	ApplicationId ApplicationID `json:"application_id"`
	ObjectId      ObjectID      `json:"object_id"`
}

type CompleteMyStorageUploadResponseObject

type CompleteMyStorageUploadResponseObject interface {
	VisitCompleteMyStorageUploadResponse(w http.ResponseWriter) error
}

type CompleteSetup200Response

type CompleteSetup200Response struct {
}

func (CompleteSetup200Response) VisitCompleteSetupResponse

func (response CompleteSetup200Response) VisitCompleteSetupResponse(w http.ResponseWriter) error

type CompleteSetup409ApplicationProblemPlusJSONResponse

type CompleteSetup409ApplicationProblemPlusJSONResponse struct {
	ProblemApplicationProblemPlusJSONResponse
}

func (CompleteSetup409ApplicationProblemPlusJSONResponse) VisitCompleteSetupResponse

func (response CompleteSetup409ApplicationProblemPlusJSONResponse) VisitCompleteSetupResponse(w http.ResponseWriter) error

type CompleteSetupRequestObject

type CompleteSetupRequestObject struct {
}

type CompleteSetupResponseObject

type CompleteSetupResponseObject interface {
	VisitCompleteSetupResponse(w http.ResponseWriter) error
}

type CompleteWorkspaceStorageUpload200Response

type CompleteWorkspaceStorageUpload200Response struct {
}

func (CompleteWorkspaceStorageUpload200Response) VisitCompleteWorkspaceStorageUploadResponse

func (response CompleteWorkspaceStorageUpload200Response) VisitCompleteWorkspaceStorageUploadResponse(w http.ResponseWriter) error

type CompleteWorkspaceStorageUploadRequestObject

type CompleteWorkspaceStorageUploadRequestObject struct {
	ApplicationId ApplicationID `json:"application_id"`
	WorkspaceId   WorkspaceID   `json:"workspace_id"`
	ObjectId      ObjectID      `json:"object_id"`
}

type CompleteWorkspaceStorageUploadResponseObject

type CompleteWorkspaceStorageUploadResponseObject interface {
	VisitCompleteWorkspaceStorageUploadResponse(w http.ResponseWriter) error
}

type ConfigureAppleProvider200Response

type ConfigureAppleProvider200Response struct {
}

func (ConfigureAppleProvider200Response) VisitConfigureAppleProviderResponse

func (response ConfigureAppleProvider200Response) VisitConfigureAppleProviderResponse(w http.ResponseWriter) error

type ConfigureAppleProviderJSONBody

type ConfigureAppleProviderJSONBody = map[string]interface{}

ConfigureAppleProviderJSONBody defines parameters for ConfigureAppleProvider.

type ConfigureAppleProviderJSONRequestBody

type ConfigureAppleProviderJSONRequestBody = ConfigureAppleProviderJSONBody

ConfigureAppleProviderJSONRequestBody defines body for ConfigureAppleProvider for application/json ContentType.

type ConfigureAppleProviderRequestObject

type ConfigureAppleProviderRequestObject struct {
	ApplicationId ApplicationID `json:"application_id"`
	Body          *ConfigureAppleProviderJSONRequestBody
}

type ConfigureAppleProviderResponseObject

type ConfigureAppleProviderResponseObject interface {
	VisitConfigureAppleProviderResponse(w http.ResponseWriter) error
}

type ConfigureGoogleProvider200Response

type ConfigureGoogleProvider200Response struct {
}

func (ConfigureGoogleProvider200Response) VisitConfigureGoogleProviderResponse

func (response ConfigureGoogleProvider200Response) VisitConfigureGoogleProviderResponse(w http.ResponseWriter) error

type ConfigureGoogleProviderJSONBody

type ConfigureGoogleProviderJSONBody = map[string]interface{}

ConfigureGoogleProviderJSONBody defines parameters for ConfigureGoogleProvider.

type ConfigureGoogleProviderJSONRequestBody

type ConfigureGoogleProviderJSONRequestBody = ConfigureGoogleProviderJSONBody

ConfigureGoogleProviderJSONRequestBody defines body for ConfigureGoogleProvider for application/json ContentType.

type ConfigureGoogleProviderRequestObject

type ConfigureGoogleProviderRequestObject struct {
	ApplicationId ApplicationID `json:"application_id"`
	Body          *ConfigureGoogleProviderJSONRequestBody
}

type ConfigureGoogleProviderResponseObject

type ConfigureGoogleProviderResponseObject interface {
	VisitConfigureGoogleProviderResponse(w http.ResponseWriter) error
}

type ConfigureInstallationAuthProvider200Response

type ConfigureInstallationAuthProvider200Response struct {
}

func (ConfigureInstallationAuthProvider200Response) VisitConfigureInstallationAuthProviderResponse

func (response ConfigureInstallationAuthProvider200Response) VisitConfigureInstallationAuthProviderResponse(w http.ResponseWriter) error

type ConfigureInstallationAuthProviderJSONBody

type ConfigureInstallationAuthProviderJSONBody = map[string]interface{}

ConfigureInstallationAuthProviderJSONBody defines parameters for ConfigureInstallationAuthProvider.

type ConfigureInstallationAuthProviderJSONRequestBody

type ConfigureInstallationAuthProviderJSONRequestBody = ConfigureInstallationAuthProviderJSONBody

ConfigureInstallationAuthProviderJSONRequestBody defines body for ConfigureInstallationAuthProvider for application/json ContentType.

type ConfigureInstallationAuthProviderRequestObject

type ConfigureInstallationAuthProviderRequestObject struct {
	Provider string `json:"provider"`
	Body     *ConfigureInstallationAuthProviderJSONRequestBody
}

type ConfigureInstallationAuthProviderResponseObject

type ConfigureInstallationAuthProviderResponseObject interface {
	VisitConfigureInstallationAuthProviderResponse(w http.ResponseWriter) error
}

type ConfigureOrganizationAuthProvider200Response

type ConfigureOrganizationAuthProvider200Response struct {
}

func (ConfigureOrganizationAuthProvider200Response) VisitConfigureOrganizationAuthProviderResponse

func (response ConfigureOrganizationAuthProvider200Response) VisitConfigureOrganizationAuthProviderResponse(w http.ResponseWriter) error

type ConfigureOrganizationAuthProviderJSONBody

type ConfigureOrganizationAuthProviderJSONBody = map[string]interface{}

ConfigureOrganizationAuthProviderJSONBody defines parameters for ConfigureOrganizationAuthProvider.

type ConfigureOrganizationAuthProviderJSONRequestBody

type ConfigureOrganizationAuthProviderJSONRequestBody = ConfigureOrganizationAuthProviderJSONBody

ConfigureOrganizationAuthProviderJSONRequestBody defines body for ConfigureOrganizationAuthProvider for application/json ContentType.

type ConfigureOrganizationAuthProviderRequestObject

type ConfigureOrganizationAuthProviderRequestObject struct {
	OrganizationId OrganizationID `json:"organization_id"`
	Provider       string         `json:"provider"`
	Body           *ConfigureOrganizationAuthProviderJSONRequestBody
}

type ConfigureOrganizationAuthProviderResponseObject

type ConfigureOrganizationAuthProviderResponseObject interface {
	VisitConfigureOrganizationAuthProviderResponse(w http.ResponseWriter) error
}

type ConfirmAffectedObjects

type ConfirmAffectedObjects = bool

ConfirmAffectedObjects defines model for ConfirmAffectedObjects.

type CreateApplication201Response

type CreateApplication201Response struct {
}

func (CreateApplication201Response) VisitCreateApplicationResponse

func (response CreateApplication201Response) VisitCreateApplicationResponse(w http.ResponseWriter) error

type CreateApplicationDomain201Response

type CreateApplicationDomain201Response struct {
}

func (CreateApplicationDomain201Response) VisitCreateApplicationDomainResponse

func (response CreateApplicationDomain201Response) VisitCreateApplicationDomainResponse(w http.ResponseWriter) error

type CreateApplicationDomainJSONBody

type CreateApplicationDomainJSONBody = map[string]interface{}

CreateApplicationDomainJSONBody defines parameters for CreateApplicationDomain.

type CreateApplicationDomainJSONRequestBody

type CreateApplicationDomainJSONRequestBody = CreateApplicationDomainJSONBody

CreateApplicationDomainJSONRequestBody defines body for CreateApplicationDomain for application/json ContentType.

type CreateApplicationDomainRequestObject

type CreateApplicationDomainRequestObject struct {
	ApplicationId ApplicationID `json:"application_id"`
	Body          *CreateApplicationDomainJSONRequestBody
}

type CreateApplicationDomainResponseObject

type CreateApplicationDomainResponseObject interface {
	VisitCreateApplicationDomainResponse(w http.ResponseWriter) error
}

type CreateApplicationJSONBody

type CreateApplicationJSONBody struct {
	Name string `json:"name"`
	Slug string `json:"slug"`
}

CreateApplicationJSONBody defines parameters for CreateApplication.

type CreateApplicationJSONRequestBody

type CreateApplicationJSONRequestBody CreateApplicationJSONBody

CreateApplicationJSONRequestBody defines body for CreateApplication for application/json ContentType.

type CreateApplicationRequestObject

type CreateApplicationRequestObject struct {
	OrganizationId OrganizationID `json:"organization_id"`
	Body           *CreateApplicationJSONRequestBody
}

type CreateApplicationResponseObject

type CreateApplicationResponseObject interface {
	VisitCreateApplicationResponse(w http.ResponseWriter) error
}

type CreateApplicationStorageProvider201Response

type CreateApplicationStorageProvider201Response struct {
}

func (CreateApplicationStorageProvider201Response) VisitCreateApplicationStorageProviderResponse

func (response CreateApplicationStorageProvider201Response) VisitCreateApplicationStorageProviderResponse(w http.ResponseWriter) error

type CreateApplicationStorageProviderJSONRequestBody

type CreateApplicationStorageProviderJSONRequestBody = CreateStorageProvider

CreateApplicationStorageProviderJSONRequestBody defines body for CreateApplicationStorageProvider for application/json ContentType.

type CreateApplicationStorageProviderRequestObject

type CreateApplicationStorageProviderRequestObject struct {
	ApplicationId ApplicationID `json:"application_id"`
	Body          *CreateApplicationStorageProviderJSONRequestBody
}

type CreateApplicationStorageProviderResponseObject

type CreateApplicationStorageProviderResponseObject interface {
	VisitCreateApplicationStorageProviderResponse(w http.ResponseWriter) error
}

type CreateApplicationStorageUpload201Response

type CreateApplicationStorageUpload201Response struct {
}

func (CreateApplicationStorageUpload201Response) VisitCreateApplicationStorageUploadResponse

func (response CreateApplicationStorageUpload201Response) VisitCreateApplicationStorageUploadResponse(w http.ResponseWriter) error

type CreateApplicationStorageUploadJSONRequestBody

type CreateApplicationStorageUploadJSONRequestBody = CreateStorageUpload

CreateApplicationStorageUploadJSONRequestBody defines body for CreateApplicationStorageUpload for application/json ContentType.

type CreateApplicationStorageUploadParams

type CreateApplicationStorageUploadParams struct {
	IdempotencyKey RequiredIdempotencyKey `json:"Idempotency-Key"`
}

CreateApplicationStorageUploadParams defines parameters for CreateApplicationStorageUpload.

type CreateApplicationStorageUploadRequestObject

type CreateApplicationStorageUploadRequestObject struct {
	ApplicationId ApplicationID `json:"application_id"`
	Params        CreateApplicationStorageUploadParams
	Body          *CreateApplicationStorageUploadJSONRequestBody
}

type CreateApplicationStorageUploadResponseObject

type CreateApplicationStorageUploadResponseObject interface {
	VisitCreateApplicationStorageUploadResponse(w http.ResponseWriter) error
}

type CreateAuditExport201Response

type CreateAuditExport201Response struct {
}

func (CreateAuditExport201Response) VisitCreateAuditExportResponse

func (response CreateAuditExport201Response) VisitCreateAuditExportResponse(w http.ResponseWriter) error

type CreateAuditExportJSONBody

type CreateAuditExportJSONBody = map[string]interface{}

CreateAuditExportJSONBody defines parameters for CreateAuditExport.

type CreateAuditExportJSONRequestBody

type CreateAuditExportJSONRequestBody = CreateAuditExportJSONBody

CreateAuditExportJSONRequestBody defines body for CreateAuditExport for application/json ContentType.

type CreateAuditExportRequestObject

type CreateAuditExportRequestObject struct {
	ApplicationId ApplicationID `json:"application_id"`
	Body          *CreateAuditExportJSONRequestBody
}

type CreateAuditExportResponseObject

type CreateAuditExportResponseObject interface {
	VisitCreateAuditExportResponse(w http.ResponseWriter) error
}

type CreateBillingPortalSession201Response

type CreateBillingPortalSession201Response struct {
}

func (CreateBillingPortalSession201Response) VisitCreateBillingPortalSessionResponse

func (response CreateBillingPortalSession201Response) VisitCreateBillingPortalSessionResponse(w http.ResponseWriter) error

type CreateBillingPortalSessionJSONBody

type CreateBillingPortalSessionJSONBody = map[string]interface{}

CreateBillingPortalSessionJSONBody defines parameters for CreateBillingPortalSession.

type CreateBillingPortalSessionJSONRequestBody

type CreateBillingPortalSessionJSONRequestBody = CreateBillingPortalSessionJSONBody

CreateBillingPortalSessionJSONRequestBody defines body for CreateBillingPortalSession for application/json ContentType.

type CreateBillingPortalSessionParams

type CreateBillingPortalSessionParams struct {
	IdempotencyKey *IdempotencyKey `json:"Idempotency-Key,omitempty"`
}

CreateBillingPortalSessionParams defines parameters for CreateBillingPortalSession.

type CreateBillingPortalSessionRequestObject

type CreateBillingPortalSessionRequestObject struct {
	ApplicationId ApplicationID `json:"application_id"`
	Params        CreateBillingPortalSessionParams
	Body          *CreateBillingPortalSessionJSONRequestBody
}

type CreateBillingPortalSessionResponseObject

type CreateBillingPortalSessionResponseObject interface {
	VisitCreateBillingPortalSessionResponse(w http.ResponseWriter) error
}

type CreateBillingProvider

type CreateBillingProvider struct {
	ApiVersion    interface{} `json:"api_version,omitempty"`
	Inheritable   *bool       `json:"inheritable,omitempty"`
	Provider      interface{} `json:"provider"`
	Secret        *string     `json:"secret,omitempty"`
	WebhookSecret *string     `json:"webhook_secret,omitempty"`
}

CreateBillingProvider defines model for CreateBillingProvider.

type CreateBillingProvider201Response

type CreateBillingProvider201Response struct {
}

func (CreateBillingProvider201Response) VisitCreateBillingProviderResponse

func (response CreateBillingProvider201Response) VisitCreateBillingProviderResponse(w http.ResponseWriter) error

type CreateBillingProviderJSONRequestBody

type CreateBillingProviderJSONRequestBody = CreateBillingProvider

CreateBillingProviderJSONRequestBody defines body for CreateBillingProvider for application/json ContentType.

type CreateBillingProviderRequestObject

type CreateBillingProviderRequestObject struct {
	ApplicationId ApplicationID `json:"application_id"`
	Body          *CreateBillingProviderJSONRequestBody
}

type CreateBillingProviderResponseObject

type CreateBillingProviderResponseObject interface {
	VisitCreateBillingProviderResponse(w http.ResponseWriter) error
}

type CreateBillingReconciliationRun202Response

type CreateBillingReconciliationRun202Response struct {
}

func (CreateBillingReconciliationRun202Response) VisitCreateBillingReconciliationRunResponse

func (response CreateBillingReconciliationRun202Response) VisitCreateBillingReconciliationRunResponse(w http.ResponseWriter) error

type CreateBillingReconciliationRunParams

type CreateBillingReconciliationRunParams struct {
	IdempotencyKey *IdempotencyKey `json:"Idempotency-Key,omitempty"`
}

CreateBillingReconciliationRunParams defines parameters for CreateBillingReconciliationRun.

type CreateBillingReconciliationRunRequestObject

type CreateBillingReconciliationRunRequestObject struct {
	ApplicationId ApplicationID `json:"application_id"`
	ProviderId    ProviderID    `json:"provider_id"`
	Params        CreateBillingReconciliationRunParams
}

type CreateBillingReconciliationRunResponseObject

type CreateBillingReconciliationRunResponseObject interface {
	VisitCreateBillingReconciliationRunResponse(w http.ResponseWriter) error
}

type CreateCheckout

type CreateCheckout struct {
	CancelUri      string         `json:"cancel_uri"`
	PaymentMethods *[]interface{} `json:"payment_methods,omitempty"`
	PriceId        UUID           `json:"price_id"`
	ProviderId     *UUID          `json:"provider_id,omitempty"`
	SubjectId      *UUID          `json:"subject_id,omitempty"`
	SubjectType    interface{}    `json:"subject_type,omitempty"`
	SuccessUri     string         `json:"success_uri"`
}

CreateCheckout defines model for CreateCheckout.

type CreateCheckoutSession201Response

type CreateCheckoutSession201Response struct {
}

func (CreateCheckoutSession201Response) VisitCreateCheckoutSessionResponse

func (response CreateCheckoutSession201Response) VisitCreateCheckoutSessionResponse(w http.ResponseWriter) error

type CreateCheckoutSessionJSONRequestBody

type CreateCheckoutSessionJSONRequestBody = CreateCheckout

CreateCheckoutSessionJSONRequestBody defines body for CreateCheckoutSession for application/json ContentType.

type CreateCheckoutSessionParams

type CreateCheckoutSessionParams struct {
	IdempotencyKey *IdempotencyKey `json:"Idempotency-Key,omitempty"`
}

CreateCheckoutSessionParams defines parameters for CreateCheckoutSession.

type CreateCheckoutSessionRequestObject

type CreateCheckoutSessionRequestObject struct {
	ApplicationId ApplicationID `json:"application_id"`
	Params        CreateCheckoutSessionParams
	Body          *CreateCheckoutSessionJSONRequestBody
}

type CreateCheckoutSessionResponseObject

type CreateCheckoutSessionResponseObject interface {
	VisitCreateCheckoutSessionResponse(w http.ResponseWriter) error
}

type CreateClient201Response

type CreateClient201Response struct {
}

func (CreateClient201Response) VisitCreateClientResponse

func (response CreateClient201Response) VisitCreateClientResponse(w http.ResponseWriter) error

type CreateClientJSONBody

type CreateClientJSONBody = map[string]interface{}

CreateClientJSONBody defines parameters for CreateClient.

type CreateClientJSONRequestBody

type CreateClientJSONRequestBody = CreateClientJSONBody

CreateClientJSONRequestBody defines body for CreateClient for application/json ContentType.

type CreateClientRequestObject

type CreateClientRequestObject struct {
	ApplicationId ApplicationID `json:"application_id"`
	Body          *CreateClientJSONRequestBody
}

type CreateClientResponseObject

type CreateClientResponseObject interface {
	VisitCreateClientResponse(w http.ResponseWriter) error
}

type CreateControlApplicationStorageUpload201Response

type CreateControlApplicationStorageUpload201Response struct {
}

func (CreateControlApplicationStorageUpload201Response) VisitCreateControlApplicationStorageUploadResponse

func (response CreateControlApplicationStorageUpload201Response) VisitCreateControlApplicationStorageUploadResponse(w http.ResponseWriter) error

type CreateControlApplicationStorageUploadJSONRequestBody

type CreateControlApplicationStorageUploadJSONRequestBody = CreateStorageUpload

CreateControlApplicationStorageUploadJSONRequestBody defines body for CreateControlApplicationStorageUpload for application/json ContentType.

type CreateControlApplicationStorageUploadParams

type CreateControlApplicationStorageUploadParams struct {
	IdempotencyKey RequiredIdempotencyKey `json:"Idempotency-Key"`
}

CreateControlApplicationStorageUploadParams defines parameters for CreateControlApplicationStorageUpload.

type CreateControlApplicationStorageUploadRequestObject

type CreateControlApplicationStorageUploadRequestObject struct {
	ApplicationId ApplicationID `json:"application_id"`
	Params        CreateControlApplicationStorageUploadParams
	Body          *CreateControlApplicationStorageUploadJSONRequestBody
}

type CreateControlApplicationStorageUploadResponseObject

type CreateControlApplicationStorageUploadResponseObject interface {
	VisitCreateControlApplicationStorageUploadResponse(w http.ResponseWriter) error
}

type CreateDelegation201Response

type CreateDelegation201Response struct {
}

func (CreateDelegation201Response) VisitCreateDelegationResponse

func (response CreateDelegation201Response) VisitCreateDelegationResponse(w http.ResponseWriter) error

type CreateDelegationJSONBody

type CreateDelegationJSONBody = map[string]interface{}

CreateDelegationJSONBody defines parameters for CreateDelegation.

type CreateDelegationJSONRequestBody

type CreateDelegationJSONRequestBody = CreateDelegationJSONBody

CreateDelegationJSONRequestBody defines body for CreateDelegation for application/json ContentType.

type CreateDelegationRequestObject

type CreateDelegationRequestObject struct {
	ApplicationId ApplicationID `json:"application_id"`
	Body          *CreateDelegationJSONRequestBody
}

type CreateDelegationResponseObject

type CreateDelegationResponseObject interface {
	VisitCreateDelegationResponse(w http.ResponseWriter) error
}

type CreateEntitlement201Response

type CreateEntitlement201Response struct {
}

func (CreateEntitlement201Response) VisitCreateEntitlementResponse

func (response CreateEntitlement201Response) VisitCreateEntitlementResponse(w http.ResponseWriter) error

type CreateEntitlementJSONBody

type CreateEntitlementJSONBody = map[string]interface{}

CreateEntitlementJSONBody defines parameters for CreateEntitlement.

type CreateEntitlementJSONRequestBody

type CreateEntitlementJSONRequestBody = CreateEntitlementJSONBody

CreateEntitlementJSONRequestBody defines body for CreateEntitlement for application/json ContentType.

type CreateEntitlementRequestObject

type CreateEntitlementRequestObject struct {
	ApplicationId ApplicationID `json:"application_id"`
	Body          *CreateEntitlementJSONRequestBody
}

type CreateEntitlementResponseObject

type CreateEntitlementResponseObject interface {
	VisitCreateEntitlementResponse(w http.ResponseWriter) error
}

type CreateEventType

type CreateEventType struct {
	// DataSchema JSON Schema 2020-12 with an object root.
	DataSchema  map[string]interface{} `json:"data_schema"`
	Description *string                `json:"description,omitempty"`

	// ExampleData Must validate against data_schema.
	ExampleData    map[string]interface{} `json:"example_data"`
	ExampleSubject string                 `json:"example_subject"`
	Name           string                 `json:"name"`
	SchemaVersion  *string                `json:"schema_version,omitempty"`
}

CreateEventType defines model for CreateEventType.

type CreateEventType201Response

type CreateEventType201Response struct {
}

func (CreateEventType201Response) VisitCreateEventTypeResponse

func (response CreateEventType201Response) VisitCreateEventTypeResponse(w http.ResponseWriter) error

type CreateEventType409ApplicationProblemPlusJSONResponse

type CreateEventType409ApplicationProblemPlusJSONResponse struct {
	ProblemApplicationProblemPlusJSONResponse
}

func (CreateEventType409ApplicationProblemPlusJSONResponse) VisitCreateEventTypeResponse

func (response CreateEventType409ApplicationProblemPlusJSONResponse) VisitCreateEventTypeResponse(w http.ResponseWriter) error

type CreateEventTypeJSONRequestBody

type CreateEventTypeJSONRequestBody = CreateEventType

CreateEventTypeJSONRequestBody defines body for CreateEventType for application/json ContentType.

type CreateEventTypeRequestObject

type CreateEventTypeRequestObject struct {
	ApplicationId ApplicationID `json:"application_id"`
	Body          *CreateEventTypeJSONRequestBody
}

type CreateEventTypeResponseObject

type CreateEventTypeResponseObject interface {
	VisitCreateEventTypeResponse(w http.ResponseWriter) error
}

type CreateFeature

type CreateFeature struct {
	// FreeFormFormat Required when value_type is free_form and forbidden otherwise.
	FreeFormFormat *CreateFeatureFreeFormFormat `json:"free_form_format,omitempty"`
	Key            string                       `json:"key"`
	Metadata       *map[string]interface{}      `json:"metadata,omitempty"`
	Name           string                       `json:"name"`
	ValueType      CreateFeatureValueType       `json:"value_type"`
}

CreateFeature defines model for CreateFeature.

type CreateFeature201Response

type CreateFeature201Response struct {
}

func (CreateFeature201Response) VisitCreateFeatureResponse

func (response CreateFeature201Response) VisitCreateFeatureResponse(w http.ResponseWriter) error

type CreateFeature422ApplicationProblemPlusJSONResponse

type CreateFeature422ApplicationProblemPlusJSONResponse struct {
	ProblemApplicationProblemPlusJSONResponse
}

func (CreateFeature422ApplicationProblemPlusJSONResponse) VisitCreateFeatureResponse

func (response CreateFeature422ApplicationProblemPlusJSONResponse) VisitCreateFeatureResponse(w http.ResponseWriter) error

type CreateFeatureFreeFormFormat

type CreateFeatureFreeFormFormat string

CreateFeatureFreeFormFormat Required when value_type is free_form and forbidden otherwise.

const (
	Csv  CreateFeatureFreeFormFormat = "csv"
	Json CreateFeatureFreeFormFormat = "json"
	Text CreateFeatureFreeFormFormat = "text"
)

Defines values for CreateFeatureFreeFormFormat.

func (CreateFeatureFreeFormFormat) Valid

Valid indicates whether the value is a known member of the CreateFeatureFreeFormFormat enum.

type CreateFeatureJSONRequestBody

type CreateFeatureJSONRequestBody = CreateFeature

CreateFeatureJSONRequestBody defines body for CreateFeature for application/json ContentType.

type CreateFeatureRequestObject

type CreateFeatureRequestObject struct {
	ApplicationId ApplicationID `json:"application_id"`
	Body          *CreateFeatureJSONRequestBody
}

type CreateFeatureResponseObject

type CreateFeatureResponseObject interface {
	VisitCreateFeatureResponse(w http.ResponseWriter) error
}

type CreateFeatureValueType

type CreateFeatureValueType string

CreateFeatureValueType defines model for CreateFeature.ValueType.

const (
	Boolean  CreateFeatureValueType = "boolean"
	FreeForm CreateFeatureValueType = "free_form"
	Quantity CreateFeatureValueType = "quantity"
)

Defines values for CreateFeatureValueType.

func (CreateFeatureValueType) Valid

func (e CreateFeatureValueType) Valid() bool

Valid indicates whether the value is a known member of the CreateFeatureValueType enum.

type CreateInstallationBillingProvider201Response

type CreateInstallationBillingProvider201Response struct {
}

func (CreateInstallationBillingProvider201Response) VisitCreateInstallationBillingProviderResponse

func (response CreateInstallationBillingProvider201Response) VisitCreateInstallationBillingProviderResponse(w http.ResponseWriter) error

type CreateInstallationBillingProviderJSONRequestBody

type CreateInstallationBillingProviderJSONRequestBody = CreateBillingProvider

CreateInstallationBillingProviderJSONRequestBody defines body for CreateInstallationBillingProvider for application/json ContentType.

type CreateInstallationBillingProviderRequestObject

type CreateInstallationBillingProviderRequestObject struct {
	Body *CreateInstallationBillingProviderJSONRequestBody
}

type CreateInstallationBillingProviderResponseObject

type CreateInstallationBillingProviderResponseObject interface {
	VisitCreateInstallationBillingProviderResponse(w http.ResponseWriter) error
}

type CreateInstallationNotificationProvider201Response

type CreateInstallationNotificationProvider201Response struct {
}

func (CreateInstallationNotificationProvider201Response) VisitCreateInstallationNotificationProviderResponse

func (response CreateInstallationNotificationProvider201Response) VisitCreateInstallationNotificationProviderResponse(w http.ResponseWriter) error

type CreateInstallationNotificationProviderJSONBody

type CreateInstallationNotificationProviderJSONBody struct {
	Host        string              `json:"host"`
	Inheritable *bool               `json:"inheritable,omitempty"`
	Name        string              `json:"name"`
	Password    *string             `json:"password,omitempty"`
	Port        int                 `json:"port"`
	SenderEmail openapi_types.Email `json:"sender_email"`
	SenderName  *string             `json:"sender_name,omitempty"`
	TlsMode     interface{}         `json:"tls_mode"`
	Username    *string             `json:"username,omitempty"`
}

CreateInstallationNotificationProviderJSONBody defines parameters for CreateInstallationNotificationProvider.

type CreateInstallationNotificationProviderJSONRequestBody

type CreateInstallationNotificationProviderJSONRequestBody CreateInstallationNotificationProviderJSONBody

CreateInstallationNotificationProviderJSONRequestBody defines body for CreateInstallationNotificationProvider for application/json ContentType.

type CreateInstallationNotificationProviderRequestObject

type CreateInstallationNotificationProviderRequestObject struct {
	Body *CreateInstallationNotificationProviderJSONRequestBody
}

type CreateInstallationNotificationProviderResponseObject

type CreateInstallationNotificationProviderResponseObject interface {
	VisitCreateInstallationNotificationProviderResponse(w http.ResponseWriter) error
}

type CreateInstallationNotificationTemplate201Response

type CreateInstallationNotificationTemplate201Response struct {
}

func (CreateInstallationNotificationTemplate201Response) VisitCreateInstallationNotificationTemplateResponse

func (response CreateInstallationNotificationTemplate201Response) VisitCreateInstallationNotificationTemplateResponse(w http.ResponseWriter) error

type CreateInstallationNotificationTemplateJSONBody

type CreateInstallationNotificationTemplateJSONBody = map[string]interface{}

CreateInstallationNotificationTemplateJSONBody defines parameters for CreateInstallationNotificationTemplate.

type CreateInstallationNotificationTemplateJSONRequestBody

type CreateInstallationNotificationTemplateJSONRequestBody = CreateInstallationNotificationTemplateJSONBody

CreateInstallationNotificationTemplateJSONRequestBody defines body for CreateInstallationNotificationTemplate for application/json ContentType.

type CreateInstallationNotificationTemplateRequestObject

type CreateInstallationNotificationTemplateRequestObject struct {
	Body *CreateInstallationNotificationTemplateJSONRequestBody
}

type CreateInstallationNotificationTemplateResponseObject

type CreateInstallationNotificationTemplateResponseObject interface {
	VisitCreateInstallationNotificationTemplateResponse(w http.ResponseWriter) error
}

type CreateInstallationOperator201Response

type CreateInstallationOperator201Response struct {
}

func (CreateInstallationOperator201Response) VisitCreateInstallationOperatorResponse

func (response CreateInstallationOperator201Response) VisitCreateInstallationOperatorResponse(w http.ResponseWriter) error

type CreateInstallationOperatorJSONBody

type CreateInstallationOperatorJSONBody = map[string]interface{}

CreateInstallationOperatorJSONBody defines parameters for CreateInstallationOperator.

type CreateInstallationOperatorJSONRequestBody

type CreateInstallationOperatorJSONRequestBody = CreateInstallationOperatorJSONBody

CreateInstallationOperatorJSONRequestBody defines body for CreateInstallationOperator for application/json ContentType.

type CreateInstallationOperatorRequestObject

type CreateInstallationOperatorRequestObject struct {
	Body *CreateInstallationOperatorJSONRequestBody
}

type CreateInstallationOperatorResponseObject

type CreateInstallationOperatorResponseObject interface {
	VisitCreateInstallationOperatorResponse(w http.ResponseWriter) error
}

type CreateInstallationStorageProvider201Response

type CreateInstallationStorageProvider201Response struct {
}

func (CreateInstallationStorageProvider201Response) VisitCreateInstallationStorageProviderResponse

func (response CreateInstallationStorageProvider201Response) VisitCreateInstallationStorageProviderResponse(w http.ResponseWriter) error

type CreateInstallationStorageProviderJSONRequestBody

type CreateInstallationStorageProviderJSONRequestBody = CreateStorageProvider

CreateInstallationStorageProviderJSONRequestBody defines body for CreateInstallationStorageProvider for application/json ContentType.

type CreateInstallationStorageProviderRequestObject

type CreateInstallationStorageProviderRequestObject struct {
	Body *CreateInstallationStorageProviderJSONRequestBody
}

type CreateInstallationStorageProviderResponseObject

type CreateInstallationStorageProviderResponseObject interface {
	VisitCreateInstallationStorageProviderResponse(w http.ResponseWriter) error
}

type CreateInstallationStorageUpload201JSONResponse

type CreateInstallationStorageUpload201JSONResponse StorageUploadAuthorization

func (CreateInstallationStorageUpload201JSONResponse) VisitCreateInstallationStorageUploadResponse

func (response CreateInstallationStorageUpload201JSONResponse) VisitCreateInstallationStorageUploadResponse(w http.ResponseWriter) error

type CreateInstallationStorageUploadJSONRequestBody

type CreateInstallationStorageUploadJSONRequestBody = CreateStorageUpload

CreateInstallationStorageUploadJSONRequestBody defines body for CreateInstallationStorageUpload for application/json ContentType.

type CreateInstallationStorageUploadParams

type CreateInstallationStorageUploadParams struct {
	IdempotencyKey RequiredIdempotencyKey `json:"Idempotency-Key"`
}

CreateInstallationStorageUploadParams defines parameters for CreateInstallationStorageUpload.

type CreateInstallationStorageUploadResponseObject

type CreateInstallationStorageUploadResponseObject interface {
	VisitCreateInstallationStorageUploadResponse(w http.ResponseWriter) error
}

type CreateManagementClient

type CreateManagementClient struct {
	AllowedScopes *[]CreateManagementClientAllowedScopes `json:"allowed_scopes,omitempty"`
	ClientId      string                                 `json:"client_id"`
	Name          string                                 `json:"name"`
}

CreateManagementClient defines model for CreateManagementClient.

type CreateManagementClient201Response

type CreateManagementClient201Response struct {
}

func (CreateManagementClient201Response) VisitCreateManagementClientResponse

func (response CreateManagementClient201Response) VisitCreateManagementClientResponse(w http.ResponseWriter) error

type CreateManagementClient409ApplicationProblemPlusJSONResponse

type CreateManagementClient409ApplicationProblemPlusJSONResponse struct {
	ProblemApplicationProblemPlusJSONResponse
}

func (CreateManagementClient409ApplicationProblemPlusJSONResponse) VisitCreateManagementClientResponse

func (response CreateManagementClient409ApplicationProblemPlusJSONResponse) VisitCreateManagementClientResponse(w http.ResponseWriter) error

type CreateManagementClientAllowedScopes

type CreateManagementClientAllowedScopes string

CreateManagementClientAllowedScopes defines model for CreateManagementClient.AllowedScopes.

const (
	Managementorganizations CreateManagementClientAllowedScopes = "/management/organizations/*"
)

Defines values for CreateManagementClientAllowedScopes.

func (CreateManagementClientAllowedScopes) Valid

Valid indicates whether the value is a known member of the CreateManagementClientAllowedScopes enum.

type CreateManagementClientJSONRequestBody

type CreateManagementClientJSONRequestBody = CreateManagementClient

CreateManagementClientJSONRequestBody defines body for CreateManagementClient for application/json ContentType.

type CreateManagementClientRequestObject

type CreateManagementClientRequestObject struct {
	Body *CreateManagementClientJSONRequestBody
}

type CreateManagementClientResponseObject

type CreateManagementClientResponseObject interface {
	VisitCreateManagementClientResponse(w http.ResponseWriter) error
}

type CreateMyAddress201Response

type CreateMyAddress201Response struct {
}

func (CreateMyAddress201Response) VisitCreateMyAddressResponse

func (response CreateMyAddress201Response) VisitCreateMyAddressResponse(w http.ResponseWriter) error

type CreateMyAddressJSONBody

type CreateMyAddressJSONBody = map[string]interface{}

CreateMyAddressJSONBody defines parameters for CreateMyAddress.

type CreateMyAddressJSONRequestBody

type CreateMyAddressJSONRequestBody = CreateMyAddressJSONBody

CreateMyAddressJSONRequestBody defines body for CreateMyAddress for application/json ContentType.

type CreateMyAddressRequestObject

type CreateMyAddressRequestObject struct {
	ApplicationId ApplicationID `json:"application_id"`
	Body          *CreateMyAddressJSONRequestBody
}

type CreateMyAddressResponseObject

type CreateMyAddressResponseObject interface {
	VisitCreateMyAddressResponse(w http.ResponseWriter) error
}

type CreateMyStorageUpload201Response

type CreateMyStorageUpload201Response struct {
}

func (CreateMyStorageUpload201Response) VisitCreateMyStorageUploadResponse

func (response CreateMyStorageUpload201Response) VisitCreateMyStorageUploadResponse(w http.ResponseWriter) error

type CreateMyStorageUploadJSONRequestBody

type CreateMyStorageUploadJSONRequestBody = CreateStorageUpload

CreateMyStorageUploadJSONRequestBody defines body for CreateMyStorageUpload for application/json ContentType.

type CreateMyStorageUploadParams

type CreateMyStorageUploadParams struct {
	IdempotencyKey RequiredIdempotencyKey `json:"Idempotency-Key"`
}

CreateMyStorageUploadParams defines parameters for CreateMyStorageUpload.

type CreateMyStorageUploadRequestObject

type CreateMyStorageUploadRequestObject struct {
	ApplicationId ApplicationID `json:"application_id"`
	Params        CreateMyStorageUploadParams
	Body          *CreateMyStorageUploadJSONRequestBody
}

type CreateMyStorageUploadResponseObject

type CreateMyStorageUploadResponseObject interface {
	VisitCreateMyStorageUploadResponse(w http.ResponseWriter) error
}

type CreateMyWorkspace201Response

type CreateMyWorkspace201Response struct {
}

func (CreateMyWorkspace201Response) VisitCreateMyWorkspaceResponse

func (response CreateMyWorkspace201Response) VisitCreateMyWorkspaceResponse(w http.ResponseWriter) error

type CreateMyWorkspaceInvitation201Response

type CreateMyWorkspaceInvitation201Response struct {
}

func (CreateMyWorkspaceInvitation201Response) VisitCreateMyWorkspaceInvitationResponse

func (response CreateMyWorkspaceInvitation201Response) VisitCreateMyWorkspaceInvitationResponse(w http.ResponseWriter) error

type CreateMyWorkspaceInvitationJSONBody

type CreateMyWorkspaceInvitationJSONBody = map[string]interface{}

CreateMyWorkspaceInvitationJSONBody defines parameters for CreateMyWorkspaceInvitation.

type CreateMyWorkspaceInvitationJSONRequestBody

type CreateMyWorkspaceInvitationJSONRequestBody = CreateMyWorkspaceInvitationJSONBody

CreateMyWorkspaceInvitationJSONRequestBody defines body for CreateMyWorkspaceInvitation for application/json ContentType.

type CreateMyWorkspaceInvitationRequestObject

type CreateMyWorkspaceInvitationRequestObject struct {
	ApplicationId ApplicationID `json:"application_id"`
	WorkspaceId   UUID          `json:"workspace_id"`
	Body          *CreateMyWorkspaceInvitationJSONRequestBody
}

type CreateMyWorkspaceInvitationResponseObject

type CreateMyWorkspaceInvitationResponseObject interface {
	VisitCreateMyWorkspaceInvitationResponse(w http.ResponseWriter) error
}

type CreateMyWorkspaceJSONBody

type CreateMyWorkspaceJSONBody = map[string]interface{}

CreateMyWorkspaceJSONBody defines parameters for CreateMyWorkspace.

type CreateMyWorkspaceJSONRequestBody

type CreateMyWorkspaceJSONRequestBody = CreateMyWorkspaceJSONBody

CreateMyWorkspaceJSONRequestBody defines body for CreateMyWorkspace for application/json ContentType.

type CreateMyWorkspaceRequestObject

type CreateMyWorkspaceRequestObject struct {
	ApplicationId ApplicationID `json:"application_id"`
	Body          *CreateMyWorkspaceJSONRequestBody
}

type CreateMyWorkspaceResponseObject

type CreateMyWorkspaceResponseObject interface {
	VisitCreateMyWorkspaceResponse(w http.ResponseWriter) error
}

type CreateNotificationProvider201Response

type CreateNotificationProvider201Response struct {
}

func (CreateNotificationProvider201Response) VisitCreateNotificationProviderResponse

func (response CreateNotificationProvider201Response) VisitCreateNotificationProviderResponse(w http.ResponseWriter) error

type CreateNotificationProviderJSONBody

type CreateNotificationProviderJSONBody struct {
	Host        string              `json:"host"`
	Inheritable *bool               `json:"inheritable,omitempty"`
	Name        string              `json:"name"`
	Password    *string             `json:"password,omitempty"`
	Port        int                 `json:"port"`
	SenderEmail openapi_types.Email `json:"sender_email"`
	SenderName  *string             `json:"sender_name,omitempty"`
	TlsMode     interface{}         `json:"tls_mode"`
	Username    *string             `json:"username,omitempty"`
}

CreateNotificationProviderJSONBody defines parameters for CreateNotificationProvider.

type CreateNotificationProviderJSONRequestBody

type CreateNotificationProviderJSONRequestBody CreateNotificationProviderJSONBody

CreateNotificationProviderJSONRequestBody defines body for CreateNotificationProvider for application/json ContentType.

type CreateNotificationProviderRequestObject

type CreateNotificationProviderRequestObject struct {
	ApplicationId ApplicationID `json:"application_id"`
	Body          *CreateNotificationProviderJSONRequestBody
}

type CreateNotificationProviderResponseObject

type CreateNotificationProviderResponseObject interface {
	VisitCreateNotificationProviderResponse(w http.ResponseWriter) error
}

type CreateNotificationTemplate201Response

type CreateNotificationTemplate201Response struct {
}

func (CreateNotificationTemplate201Response) VisitCreateNotificationTemplateResponse

func (response CreateNotificationTemplate201Response) VisitCreateNotificationTemplateResponse(w http.ResponseWriter) error

type CreateNotificationTemplateJSONBody

type CreateNotificationTemplateJSONBody = map[string]interface{}

CreateNotificationTemplateJSONBody defines parameters for CreateNotificationTemplate.

type CreateNotificationTemplateJSONRequestBody

type CreateNotificationTemplateJSONRequestBody = CreateNotificationTemplateJSONBody

CreateNotificationTemplateJSONRequestBody defines body for CreateNotificationTemplate for application/json ContentType.

type CreateNotificationTemplateRequestObject

type CreateNotificationTemplateRequestObject struct {
	ApplicationId ApplicationID `json:"application_id"`
	Body          *CreateNotificationTemplateJSONRequestBody
}

type CreateNotificationTemplateResponseObject

type CreateNotificationTemplateResponseObject interface {
	VisitCreateNotificationTemplateResponse(w http.ResponseWriter) error
}

type CreateOrganization201Response

type CreateOrganization201Response struct {
}

func (CreateOrganization201Response) VisitCreateOrganizationResponse

func (response CreateOrganization201Response) VisitCreateOrganizationResponse(w http.ResponseWriter) error

type CreateOrganization409ApplicationProblemPlusJSONResponse

type CreateOrganization409ApplicationProblemPlusJSONResponse struct {
	ProblemApplicationProblemPlusJSONResponse
}

func (CreateOrganization409ApplicationProblemPlusJSONResponse) VisitCreateOrganizationResponse

func (response CreateOrganization409ApplicationProblemPlusJSONResponse) VisitCreateOrganizationResponse(w http.ResponseWriter) error

type CreateOrganizationBillingProvider201Response

type CreateOrganizationBillingProvider201Response struct {
}

func (CreateOrganizationBillingProvider201Response) VisitCreateOrganizationBillingProviderResponse

func (response CreateOrganizationBillingProvider201Response) VisitCreateOrganizationBillingProviderResponse(w http.ResponseWriter) error

type CreateOrganizationBillingProviderJSONRequestBody

type CreateOrganizationBillingProviderJSONRequestBody = CreateBillingProvider

CreateOrganizationBillingProviderJSONRequestBody defines body for CreateOrganizationBillingProvider for application/json ContentType.

type CreateOrganizationBillingProviderRequestObject

type CreateOrganizationBillingProviderRequestObject struct {
	OrganizationId OrganizationID `json:"organization_id"`
	Body           *CreateOrganizationBillingProviderJSONRequestBody
}

type CreateOrganizationBillingProviderResponseObject

type CreateOrganizationBillingProviderResponseObject interface {
	VisitCreateOrganizationBillingProviderResponse(w http.ResponseWriter) error
}

type CreateOrganizationInvitation201Response

type CreateOrganizationInvitation201Response struct {
}

func (CreateOrganizationInvitation201Response) VisitCreateOrganizationInvitationResponse

func (response CreateOrganizationInvitation201Response) VisitCreateOrganizationInvitationResponse(w http.ResponseWriter) error

type CreateOrganizationInvitationJSONBody

type CreateOrganizationInvitationJSONBody = map[string]interface{}

CreateOrganizationInvitationJSONBody defines parameters for CreateOrganizationInvitation.

type CreateOrganizationInvitationJSONRequestBody

type CreateOrganizationInvitationJSONRequestBody = CreateOrganizationInvitationJSONBody

CreateOrganizationInvitationJSONRequestBody defines body for CreateOrganizationInvitation for application/json ContentType.

type CreateOrganizationInvitationRequestObject

type CreateOrganizationInvitationRequestObject struct {
	OrganizationId OrganizationID `json:"organization_id"`
	Body           *CreateOrganizationInvitationJSONRequestBody
}

type CreateOrganizationInvitationResponseObject

type CreateOrganizationInvitationResponseObject interface {
	VisitCreateOrganizationInvitationResponse(w http.ResponseWriter) error
}

type CreateOrganizationJSONBody

type CreateOrganizationJSONBody struct {
	Name string `json:"name"`
	Slug string `json:"slug"`
}

CreateOrganizationJSONBody defines parameters for CreateOrganization.

type CreateOrganizationJSONRequestBody

type CreateOrganizationJSONRequestBody CreateOrganizationJSONBody

CreateOrganizationJSONRequestBody defines body for CreateOrganization for application/json ContentType.

type CreateOrganizationNotificationProvider201Response

type CreateOrganizationNotificationProvider201Response struct {
}

func (CreateOrganizationNotificationProvider201Response) VisitCreateOrganizationNotificationProviderResponse

func (response CreateOrganizationNotificationProvider201Response) VisitCreateOrganizationNotificationProviderResponse(w http.ResponseWriter) error

type CreateOrganizationNotificationProviderJSONBody

type CreateOrganizationNotificationProviderJSONBody struct {
	Host        string              `json:"host"`
	Inheritable *bool               `json:"inheritable,omitempty"`
	Name        string              `json:"name"`
	Password    *string             `json:"password,omitempty"`
	Port        int                 `json:"port"`
	SenderEmail openapi_types.Email `json:"sender_email"`
	SenderName  *string             `json:"sender_name,omitempty"`
	TlsMode     interface{}         `json:"tls_mode"`
	Username    *string             `json:"username,omitempty"`
}

CreateOrganizationNotificationProviderJSONBody defines parameters for CreateOrganizationNotificationProvider.

type CreateOrganizationNotificationProviderJSONRequestBody

type CreateOrganizationNotificationProviderJSONRequestBody CreateOrganizationNotificationProviderJSONBody

CreateOrganizationNotificationProviderJSONRequestBody defines body for CreateOrganizationNotificationProvider for application/json ContentType.

type CreateOrganizationNotificationProviderRequestObject

type CreateOrganizationNotificationProviderRequestObject struct {
	OrganizationId OrganizationID `json:"organization_id"`
	Body           *CreateOrganizationNotificationProviderJSONRequestBody
}

type CreateOrganizationNotificationProviderResponseObject

type CreateOrganizationNotificationProviderResponseObject interface {
	VisitCreateOrganizationNotificationProviderResponse(w http.ResponseWriter) error
}

type CreateOrganizationRequestObject

type CreateOrganizationRequestObject struct {
	Body *CreateOrganizationJSONRequestBody
}

type CreateOrganizationResponseObject

type CreateOrganizationResponseObject interface {
	VisitCreateOrganizationResponse(w http.ResponseWriter) error
}

type CreateOrganizationStorageProvider201Response

type CreateOrganizationStorageProvider201Response struct {
}

func (CreateOrganizationStorageProvider201Response) VisitCreateOrganizationStorageProviderResponse

func (response CreateOrganizationStorageProvider201Response) VisitCreateOrganizationStorageProviderResponse(w http.ResponseWriter) error

type CreateOrganizationStorageProviderJSONRequestBody

type CreateOrganizationStorageProviderJSONRequestBody = CreateStorageProvider

CreateOrganizationStorageProviderJSONRequestBody defines body for CreateOrganizationStorageProvider for application/json ContentType.

type CreateOrganizationStorageProviderRequestObject

type CreateOrganizationStorageProviderRequestObject struct {
	OrganizationId OrganizationID `json:"organization_id"`
	Body           *CreateOrganizationStorageProviderJSONRequestBody
}

type CreateOrganizationStorageProviderResponseObject

type CreateOrganizationStorageProviderResponseObject interface {
	VisitCreateOrganizationStorageProviderResponse(w http.ResponseWriter) error
}

type CreatePersonalAPIKey

type CreatePersonalAPIKey struct {
	ExpiresInDays *int      `json:"expires_in_days,omitempty"`
	Label         *string   `json:"label,omitempty"`
	Scopes        *[]string `json:"scopes,omitempty"`
}

CreatePersonalAPIKey defines model for CreatePersonalAPIKey.

type CreatePersonalAPIKey201Response

type CreatePersonalAPIKey201Response struct {
}

func (CreatePersonalAPIKey201Response) VisitCreatePersonalAPIKeyResponse

func (response CreatePersonalAPIKey201Response) VisitCreatePersonalAPIKeyResponse(w http.ResponseWriter) error

type CreatePersonalAPIKeyJSONRequestBody

type CreatePersonalAPIKeyJSONRequestBody = CreatePersonalAPIKey

CreatePersonalAPIKeyJSONRequestBody defines body for CreatePersonalAPIKey for application/json ContentType.

type CreatePersonalAPIKeyRequestObject

type CreatePersonalAPIKeyRequestObject struct {
	ApplicationId ApplicationID `json:"application_id"`
	Body          *CreatePersonalAPIKeyJSONRequestBody
}

type CreatePersonalAPIKeyResponseObject

type CreatePersonalAPIKeyResponseObject interface {
	VisitCreatePersonalAPIKeyResponse(w http.ResponseWriter) error
}

type CreatePrice

type CreatePrice struct {
	AmountMinor       int                     `json:"amount_minor"`
	CheckoutConfig    *map[string]interface{} `json:"checkout_config,omitempty"`
	Currency          string                  `json:"currency"`
	CurrencyExponent  *int                    `json:"currency_exponent,omitempty"`
	EntitlementConfig *map[string]interface{} `json:"entitlement_config,omitempty"`
	Features          *[]FeatureValue         `json:"features,omitempty"`
	GraceSeconds      *int                    `json:"grace_seconds,omitempty"`
	IntervalCount     *int                    `json:"interval_count,omitempty"`
	IntervalUnit      interface{}             `json:"interval_unit,omitempty"`
	Key               string                  `json:"key"`
	Mode              interface{}             `json:"mode"`
	TaxBehavior       interface{}             `json:"tax_behavior,omitempty"`
	ValiditySeconds   *int                    `json:"validity_seconds,omitempty"`
}

CreatePrice defines model for CreatePrice.

type CreatePrice201Response

type CreatePrice201Response struct {
}

func (CreatePrice201Response) VisitCreatePriceResponse

func (response CreatePrice201Response) VisitCreatePriceResponse(w http.ResponseWriter) error

type CreatePriceJSONRequestBody

type CreatePriceJSONRequestBody = CreatePrice

CreatePriceJSONRequestBody defines body for CreatePrice for application/json ContentType.

type CreatePriceRequestObject

type CreatePriceRequestObject struct {
	ApplicationId ApplicationID `json:"application_id"`
	ProductId     UUID          `json:"product_id"`
	Body          *CreatePriceJSONRequestBody
}

type CreatePriceResponseObject

type CreatePriceResponseObject interface {
	VisitCreatePriceResponse(w http.ResponseWriter) error
}

type CreateProduct

type CreateProduct struct {
	Description       *string                 `json:"description,omitempty"`
	EntitlementConfig *map[string]interface{} `json:"entitlement_config,omitempty"`
	Features          *[]FeatureValue         `json:"features,omitempty"`
	Key               string                  `json:"key"`
	Listable          *bool                   `json:"listable,omitempty"`
	Metadata          *map[string]interface{} `json:"metadata,omitempty"`
	Name              string                  `json:"name"`
	Status            interface{}             `json:"status,omitempty"`
}

CreateProduct defines model for CreateProduct.

type CreateProduct201Response

type CreateProduct201Response struct {
}

func (CreateProduct201Response) VisitCreateProductResponse

func (response CreateProduct201Response) VisitCreateProductResponse(w http.ResponseWriter) error

type CreateProductJSONRequestBody

type CreateProductJSONRequestBody = CreateProduct

CreateProductJSONRequestBody defines body for CreateProduct for application/json ContentType.

type CreateProductRequestObject

type CreateProductRequestObject struct {
	ApplicationId ApplicationID `json:"application_id"`
	Body          *CreateProductJSONRequestBody
}

type CreateProductResponseObject

type CreateProductResponseObject interface {
	VisitCreateProductResponse(w http.ResponseWriter) error
}

type CreateRefund201Response

type CreateRefund201Response struct {
}

func (CreateRefund201Response) VisitCreateRefundResponse

func (response CreateRefund201Response) VisitCreateRefundResponse(w http.ResponseWriter) error

type CreateRefundJSONBody

type CreateRefundJSONBody = map[string]interface{}

CreateRefundJSONBody defines parameters for CreateRefund.

type CreateRefundJSONRequestBody

type CreateRefundJSONRequestBody = CreateRefundJSONBody

CreateRefundJSONRequestBody defines body for CreateRefund for application/json ContentType.

type CreateRefundParams

type CreateRefundParams struct {
	IdempotencyKey *IdempotencyKey `json:"Idempotency-Key,omitempty"`
}

CreateRefundParams defines parameters for CreateRefund.

type CreateRefundRequestObject

type CreateRefundRequestObject struct {
	ApplicationId ApplicationID `json:"application_id"`
	PaymentId     PaymentID     `json:"payment_id"`
	Params        CreateRefundParams
	Body          *CreateRefundJSONRequestBody
}

type CreateRefundResponseObject

type CreateRefundResponseObject interface {
	VisitCreateRefundResponse(w http.ResponseWriter) error
}

type CreateRole201Response

type CreateRole201Response struct {
}

func (CreateRole201Response) VisitCreateRoleResponse

func (response CreateRole201Response) VisitCreateRoleResponse(w http.ResponseWriter) error

type CreateRoleAssignment201Response

type CreateRoleAssignment201Response struct {
}

func (CreateRoleAssignment201Response) VisitCreateRoleAssignmentResponse

func (response CreateRoleAssignment201Response) VisitCreateRoleAssignmentResponse(w http.ResponseWriter) error

type CreateRoleAssignmentJSONRequestBody

type CreateRoleAssignmentJSONRequestBody = RoleAssignment

CreateRoleAssignmentJSONRequestBody defines body for CreateRoleAssignment for application/json ContentType.

type CreateRoleAssignmentRequestObject

type CreateRoleAssignmentRequestObject struct {
	ApplicationId ApplicationID `json:"application_id"`
	Body          *CreateRoleAssignmentJSONRequestBody
}

type CreateRoleAssignmentResponseObject

type CreateRoleAssignmentResponseObject interface {
	VisitCreateRoleAssignmentResponse(w http.ResponseWriter) error
}

type CreateRoleJSONBody

type CreateRoleJSONBody = map[string]interface{}

CreateRoleJSONBody defines parameters for CreateRole.

type CreateRoleJSONRequestBody

type CreateRoleJSONRequestBody = CreateRoleJSONBody

CreateRoleJSONRequestBody defines body for CreateRole for application/json ContentType.

type CreateRoleRequestObject

type CreateRoleRequestObject struct {
	ApplicationId ApplicationID `json:"application_id"`
	Body          *CreateRoleJSONRequestBody
}

type CreateRoleResponseObject

type CreateRoleResponseObject interface {
	VisitCreateRoleResponse(w http.ResponseWriter) error
}

type CreateSenderIdentity201Response

type CreateSenderIdentity201Response struct {
}

func (CreateSenderIdentity201Response) VisitCreateSenderIdentityResponse

func (response CreateSenderIdentity201Response) VisitCreateSenderIdentityResponse(w http.ResponseWriter) error

type CreateSenderIdentityJSONBody

type CreateSenderIdentityJSONBody = map[string]interface{}

CreateSenderIdentityJSONBody defines parameters for CreateSenderIdentity.

type CreateSenderIdentityJSONRequestBody

type CreateSenderIdentityJSONRequestBody = CreateSenderIdentityJSONBody

CreateSenderIdentityJSONRequestBody defines body for CreateSenderIdentity for application/json ContentType.

type CreateSenderIdentityRequestObject

type CreateSenderIdentityRequestObject struct {
	ApplicationId ApplicationID `json:"application_id"`
	Body          *CreateSenderIdentityJSONRequestBody
}

type CreateSenderIdentityResponseObject

type CreateSenderIdentityResponseObject interface {
	VisitCreateSenderIdentityResponse(w http.ResponseWriter) error
}

type CreateSetupNotificationProvider201Response

type CreateSetupNotificationProvider201Response struct {
}

func (CreateSetupNotificationProvider201Response) VisitCreateSetupNotificationProviderResponse

func (response CreateSetupNotificationProvider201Response) VisitCreateSetupNotificationProviderResponse(w http.ResponseWriter) error

type CreateSetupNotificationProviderJSONBody

type CreateSetupNotificationProviderJSONBody struct {
	Host        string              `json:"host"`
	Inheritable *bool               `json:"inheritable,omitempty"`
	Name        string              `json:"name"`
	Password    *string             `json:"password,omitempty"`
	Port        int                 `json:"port"`
	SenderEmail openapi_types.Email `json:"sender_email"`
	SenderName  *string             `json:"sender_name,omitempty"`
	TlsMode     interface{}         `json:"tls_mode"`
	Username    *string             `json:"username,omitempty"`
}

CreateSetupNotificationProviderJSONBody defines parameters for CreateSetupNotificationProvider.

type CreateSetupNotificationProviderJSONRequestBody

type CreateSetupNotificationProviderJSONRequestBody CreateSetupNotificationProviderJSONBody

CreateSetupNotificationProviderJSONRequestBody defines body for CreateSetupNotificationProvider for application/json ContentType.

type CreateSetupNotificationProviderRequestObject

type CreateSetupNotificationProviderRequestObject struct {
	Body *CreateSetupNotificationProviderJSONRequestBody
}

type CreateSetupNotificationProviderResponseObject

type CreateSetupNotificationProviderResponseObject interface {
	VisitCreateSetupNotificationProviderResponse(w http.ResponseWriter) error
}

type CreateStorageProvider

type CreateStorageProvider struct {
	AccessKeyId *string `json:"access_key_id,omitempty"`

	// AllowPrivateEndpoint Installation-scoped opt-in for local or private-network S3 endpoints.
	AllowPrivateEndpoint  *bool   `json:"allow_private_endpoint,omitempty"`
	Endpoint              string  `json:"endpoint"`
	ForcePathStyle        *bool   `json:"force_path_style,omitempty"`
	Inheritable           *bool   `json:"inheritable,omitempty"`
	MaxApplicationBytes   *int64  `json:"max_application_bytes,omitempty"`
	MaxApplicationObjects *int64  `json:"max_application_objects,omitempty"`
	MaxEmailImageBytes    *int64  `json:"max_email_image_bytes,omitempty"`
	MaxObjectBytes        *int64  `json:"max_object_bytes,omitempty"`
	Name                  string  `json:"name"`
	PrivateBucket         *string `json:"private_bucket,omitempty"`
	PublicBaseUrl         *string `json:"public_base_url,omitempty"`
	PublicBucket          *string `json:"public_bucket,omitempty"`
	Region                string  `json:"region"`
	SecretAccessKey       *string `json:"secret_access_key,omitempty"`
	// contains filtered or unexported fields
}

CreateStorageProvider defines model for CreateStorageProvider.

func (CreateStorageProvider) AsCreateStorageProvider0

func (t CreateStorageProvider) AsCreateStorageProvider0() (CreateStorageProvider0, error)

AsCreateStorageProvider0 returns the union data inside the CreateStorageProvider as a CreateStorageProvider0

func (CreateStorageProvider) AsCreateStorageProvider1

func (t CreateStorageProvider) AsCreateStorageProvider1() (CreateStorageProvider1, error)

AsCreateStorageProvider1 returns the union data inside the CreateStorageProvider as a CreateStorageProvider1

func (*CreateStorageProvider) FromCreateStorageProvider0

func (t *CreateStorageProvider) FromCreateStorageProvider0(v CreateStorageProvider0) error

FromCreateStorageProvider0 overwrites any union data inside the CreateStorageProvider as the provided CreateStorageProvider0

func (*CreateStorageProvider) FromCreateStorageProvider1

func (t *CreateStorageProvider) FromCreateStorageProvider1(v CreateStorageProvider1) error

FromCreateStorageProvider1 overwrites any union data inside the CreateStorageProvider as the provided CreateStorageProvider1

func (CreateStorageProvider) MarshalJSON

func (t CreateStorageProvider) MarshalJSON() ([]byte, error)

func (*CreateStorageProvider) MergeCreateStorageProvider0

func (t *CreateStorageProvider) MergeCreateStorageProvider0(v CreateStorageProvider0) error

MergeCreateStorageProvider0 performs a merge with any union data inside the CreateStorageProvider, using the provided CreateStorageProvider0

func (*CreateStorageProvider) MergeCreateStorageProvider1

func (t *CreateStorageProvider) MergeCreateStorageProvider1(v CreateStorageProvider1) error

MergeCreateStorageProvider1 performs a merge with any union data inside the CreateStorageProvider, using the provided CreateStorageProvider1

func (*CreateStorageProvider) UnmarshalJSON

func (t *CreateStorageProvider) UnmarshalJSON(b []byte) error

type CreateStorageProvider0

type CreateStorageProvider0 = interface{}

CreateStorageProvider0 defines model for .

type CreateStorageProvider1

type CreateStorageProvider1 = interface{}

CreateStorageProvider1 defines model for .

type CreateStorageUpload

type CreateStorageUpload struct {
	ContentType string                  `json:"content_type"`
	Filename    string                  `json:"filename"`
	Metadata    *map[string]interface{} `json:"metadata,omitempty"`
	Purpose     interface{}             `json:"purpose,omitempty"`
	SizeBytes   int64                   `json:"size_bytes"`
	Visibility  interface{}             `json:"visibility"`
}

CreateStorageUpload defines model for CreateStorageUpload.

type CreateUser201Response

type CreateUser201Response struct {
}

func (CreateUser201Response) VisitCreateUserResponse

func (response CreateUser201Response) VisitCreateUserResponse(w http.ResponseWriter) error

type CreateUserJSONBody

type CreateUserJSONBody = map[string]interface{}

CreateUserJSONBody defines parameters for CreateUser.

type CreateUserJSONRequestBody

type CreateUserJSONRequestBody = CreateUserJSONBody

CreateUserJSONRequestBody defines body for CreateUser for application/json ContentType.

type CreateUserRequestObject

type CreateUserRequestObject struct {
	ApplicationId ApplicationID `json:"application_id"`
	Body          *CreateUserJSONRequestBody
}

type CreateUserResponseObject

type CreateUserResponseObject interface {
	VisitCreateUserResponse(w http.ResponseWriter) error
}

type CreateWebhook201Response

type CreateWebhook201Response struct {
}

func (CreateWebhook201Response) VisitCreateWebhookResponse

func (response CreateWebhook201Response) VisitCreateWebhookResponse(w http.ResponseWriter) error

type CreateWebhookJSONBody

type CreateWebhookJSONBody = map[string]interface{}

CreateWebhookJSONBody defines parameters for CreateWebhook.

type CreateWebhookJSONRequestBody

type CreateWebhookJSONRequestBody = CreateWebhookJSONBody

CreateWebhookJSONRequestBody defines body for CreateWebhook for application/json ContentType.

type CreateWebhookRequestObject

type CreateWebhookRequestObject struct {
	ApplicationId ApplicationID `json:"application_id"`
	Body          *CreateWebhookJSONRequestBody
}

type CreateWebhookResponseObject

type CreateWebhookResponseObject interface {
	VisitCreateWebhookResponse(w http.ResponseWriter) error
}

type CreateWorkspace201Response

type CreateWorkspace201Response struct {
}

func (CreateWorkspace201Response) VisitCreateWorkspaceResponse

func (response CreateWorkspace201Response) VisitCreateWorkspaceResponse(w http.ResponseWriter) error

type CreateWorkspaceAddress201Response

type CreateWorkspaceAddress201Response struct {
}

func (CreateWorkspaceAddress201Response) VisitCreateWorkspaceAddressResponse

func (response CreateWorkspaceAddress201Response) VisitCreateWorkspaceAddressResponse(w http.ResponseWriter) error

type CreateWorkspaceAddressJSONBody

type CreateWorkspaceAddressJSONBody = map[string]interface{}

CreateWorkspaceAddressJSONBody defines parameters for CreateWorkspaceAddress.

type CreateWorkspaceAddressJSONRequestBody

type CreateWorkspaceAddressJSONRequestBody = CreateWorkspaceAddressJSONBody

CreateWorkspaceAddressJSONRequestBody defines body for CreateWorkspaceAddress for application/json ContentType.

type CreateWorkspaceAddressRequestObject

type CreateWorkspaceAddressRequestObject struct {
	ApplicationId ApplicationID `json:"application_id"`
	WorkspaceId   UUID          `json:"workspace_id"`
	Body          *CreateWorkspaceAddressJSONRequestBody
}

type CreateWorkspaceAddressResponseObject

type CreateWorkspaceAddressResponseObject interface {
	VisitCreateWorkspaceAddressResponse(w http.ResponseWriter) error
}

type CreateWorkspaceInvitation201Response

type CreateWorkspaceInvitation201Response struct {
}

func (CreateWorkspaceInvitation201Response) VisitCreateWorkspaceInvitationResponse

func (response CreateWorkspaceInvitation201Response) VisitCreateWorkspaceInvitationResponse(w http.ResponseWriter) error

type CreateWorkspaceInvitationJSONBody

type CreateWorkspaceInvitationJSONBody = map[string]interface{}

CreateWorkspaceInvitationJSONBody defines parameters for CreateWorkspaceInvitation.

type CreateWorkspaceInvitationJSONRequestBody

type CreateWorkspaceInvitationJSONRequestBody = CreateWorkspaceInvitationJSONBody

CreateWorkspaceInvitationJSONRequestBody defines body for CreateWorkspaceInvitation for application/json ContentType.

type CreateWorkspaceInvitationRequestObject

type CreateWorkspaceInvitationRequestObject struct {
	ApplicationId ApplicationID `json:"application_id"`
	Body          *CreateWorkspaceInvitationJSONRequestBody
}

type CreateWorkspaceInvitationResponseObject

type CreateWorkspaceInvitationResponseObject interface {
	VisitCreateWorkspaceInvitationResponse(w http.ResponseWriter) error
}

type CreateWorkspaceJSONBody

type CreateWorkspaceJSONBody = map[string]interface{}

CreateWorkspaceJSONBody defines parameters for CreateWorkspace.

type CreateWorkspaceJSONRequestBody

type CreateWorkspaceJSONRequestBody = CreateWorkspaceJSONBody

CreateWorkspaceJSONRequestBody defines body for CreateWorkspace for application/json ContentType.

type CreateWorkspaceRequestObject

type CreateWorkspaceRequestObject struct {
	ApplicationId ApplicationID `json:"application_id"`
	Body          *CreateWorkspaceJSONRequestBody
}

type CreateWorkspaceResponseObject

type CreateWorkspaceResponseObject interface {
	VisitCreateWorkspaceResponse(w http.ResponseWriter) error
}

type CreateWorkspaceStorageUpload201Response

type CreateWorkspaceStorageUpload201Response struct {
}

func (CreateWorkspaceStorageUpload201Response) VisitCreateWorkspaceStorageUploadResponse

func (response CreateWorkspaceStorageUpload201Response) VisitCreateWorkspaceStorageUploadResponse(w http.ResponseWriter) error

type CreateWorkspaceStorageUploadJSONRequestBody

type CreateWorkspaceStorageUploadJSONRequestBody = CreateStorageUpload

CreateWorkspaceStorageUploadJSONRequestBody defines body for CreateWorkspaceStorageUpload for application/json ContentType.

type CreateWorkspaceStorageUploadParams

type CreateWorkspaceStorageUploadParams struct {
	IdempotencyKey RequiredIdempotencyKey `json:"Idempotency-Key"`
}

CreateWorkspaceStorageUploadParams defines parameters for CreateWorkspaceStorageUpload.

type CreateWorkspaceStorageUploadRequestObject

type CreateWorkspaceStorageUploadRequestObject struct {
	ApplicationId ApplicationID `json:"application_id"`
	WorkspaceId   WorkspaceID   `json:"workspace_id"`
	Params        CreateWorkspaceStorageUploadParams
	Body          *CreateWorkspaceStorageUploadJSONRequestBody
}

type CreateWorkspaceStorageUploadResponseObject

type CreateWorkspaceStorageUploadResponseObject interface {
	VisitCreateWorkspaceStorageUploadResponse(w http.ResponseWriter) error
}

type DecideOIDCAuthorization200Response

type DecideOIDCAuthorization200Response struct {
}

func (DecideOIDCAuthorization200Response) VisitDecideOIDCAuthorizationResponse

func (response DecideOIDCAuthorization200Response) VisitDecideOIDCAuthorizationResponse(w http.ResponseWriter) error

type DecideOIDCAuthorization302Response

type DecideOIDCAuthorization302Response struct {
}

func (DecideOIDCAuthorization302Response) VisitDecideOIDCAuthorizationResponse

func (response DecideOIDCAuthorization302Response) VisitDecideOIDCAuthorizationResponse(w http.ResponseWriter) error

type DecideOIDCAuthorizationFormdataBody

type DecideOIDCAuthorizationFormdataBody struct {
	ClientId            string                                                 `form:"client_id" json:"client_id"`
	CodeChallenge       string                                                 `form:"code_challenge" json:"code_challenge"`
	CodeChallengeMethod DecideOIDCAuthorizationFormdataBodyCodeChallengeMethod `form:"code_challenge_method" json:"code_challenge_method"`
	Decision            interface{}                                            `form:"decision" json:"decision"`
	Nonce               *string                                                `form:"nonce,omitempty" json:"nonce,omitempty"`
	RedirectUri         string                                                 `form:"redirect_uri" json:"redirect_uri"`
	ResponseType        DecideOIDCAuthorizationFormdataBodyResponseType        `form:"response_type" json:"response_type"`
	Scope               string                                                 `form:"scope" json:"scope"`
	State               string                                                 `form:"state" json:"state"`
}

DecideOIDCAuthorizationFormdataBody defines parameters for DecideOIDCAuthorization.

type DecideOIDCAuthorizationFormdataBodyCodeChallengeMethod

type DecideOIDCAuthorizationFormdataBodyCodeChallengeMethod string

DecideOIDCAuthorizationFormdataBodyCodeChallengeMethod defines parameters for DecideOIDCAuthorization.

Defines values for DecideOIDCAuthorizationFormdataBodyCodeChallengeMethod.

func (DecideOIDCAuthorizationFormdataBodyCodeChallengeMethod) Valid

Valid indicates whether the value is a known member of the DecideOIDCAuthorizationFormdataBodyCodeChallengeMethod enum.

type DecideOIDCAuthorizationFormdataBodyResponseType

type DecideOIDCAuthorizationFormdataBodyResponseType string

DecideOIDCAuthorizationFormdataBodyResponseType defines parameters for DecideOIDCAuthorization.

Defines values for DecideOIDCAuthorizationFormdataBodyResponseType.

func (DecideOIDCAuthorizationFormdataBodyResponseType) Valid

Valid indicates whether the value is a known member of the DecideOIDCAuthorizationFormdataBodyResponseType enum.

type DecideOIDCAuthorizationFormdataRequestBody

type DecideOIDCAuthorizationFormdataRequestBody DecideOIDCAuthorizationFormdataBody

DecideOIDCAuthorizationFormdataRequestBody defines body for DecideOIDCAuthorization for application/x-www-form-urlencoded ContentType.

type DecideOIDCAuthorizationRequestObject

type DecideOIDCAuthorizationRequestObject struct {
	Body *DecideOIDCAuthorizationFormdataRequestBody
}

type DecideOIDCAuthorizationResponseObject

type DecideOIDCAuthorizationResponseObject interface {
	VisitDecideOIDCAuthorizationResponse(w http.ResponseWriter) error
}

type DeleteApplicationDomain204Response

type DeleteApplicationDomain204Response struct {
}

func (DeleteApplicationDomain204Response) VisitDeleteApplicationDomainResponse

func (response DeleteApplicationDomain204Response) VisitDeleteApplicationDomainResponse(w http.ResponseWriter) error

type DeleteApplicationDomainRequestObject

type DeleteApplicationDomainRequestObject struct {
	ApplicationId ApplicationID `json:"application_id"`
	DomainId      UUID          `json:"domain_id"`
}

type DeleteApplicationDomainResponseObject

type DeleteApplicationDomainResponseObject interface {
	VisitDeleteApplicationDomainResponse(w http.ResponseWriter) error
}

type DeleteApplicationStorageObject204Response

type DeleteApplicationStorageObject204Response struct {
}

func (DeleteApplicationStorageObject204Response) VisitDeleteApplicationStorageObjectResponse

func (response DeleteApplicationStorageObject204Response) VisitDeleteApplicationStorageObjectResponse(w http.ResponseWriter) error

type DeleteApplicationStorageObjectRequestObject

type DeleteApplicationStorageObjectRequestObject struct {
	ApplicationId ApplicationID `json:"application_id"`
	ObjectId      ObjectID      `json:"object_id"`
}

type DeleteApplicationStorageObjectResponseObject

type DeleteApplicationStorageObjectResponseObject interface {
	VisitDeleteApplicationStorageObjectResponse(w http.ResponseWriter) error
}

type DeleteControlApplicationStorageObject204Response

type DeleteControlApplicationStorageObject204Response struct {
}

func (DeleteControlApplicationStorageObject204Response) VisitDeleteControlApplicationStorageObjectResponse

func (response DeleteControlApplicationStorageObject204Response) VisitDeleteControlApplicationStorageObjectResponse(w http.ResponseWriter) error

type DeleteControlApplicationStorageObjectParams

type DeleteControlApplicationStorageObjectParams struct {
	// Force Break managed email-template references; requires X-Audit-Reason.
	Force *ForceDelete `form:"force,omitempty" json:"force,omitempty"`
}

DeleteControlApplicationStorageObjectParams defines parameters for DeleteControlApplicationStorageObject.

type DeleteControlApplicationStorageObjectRequestObject

type DeleteControlApplicationStorageObjectRequestObject struct {
	ApplicationId ApplicationID `json:"application_id"`
	ObjectId      ObjectID      `json:"object_id"`
	Params        DeleteControlApplicationStorageObjectParams
}

type DeleteControlApplicationStorageObjectResponseObject

type DeleteControlApplicationStorageObjectResponseObject interface {
	VisitDeleteControlApplicationStorageObjectResponse(w http.ResponseWriter) error
}

type DeleteInstallationOperator204Response

type DeleteInstallationOperator204Response struct {
}

func (DeleteInstallationOperator204Response) VisitDeleteInstallationOperatorResponse

func (response DeleteInstallationOperator204Response) VisitDeleteInstallationOperatorResponse(w http.ResponseWriter) error

type DeleteInstallationOperatorRequestObject

type DeleteInstallationOperatorRequestObject struct {
	OperatorId UUID `json:"operator_id"`
}

type DeleteInstallationOperatorResponseObject

type DeleteInstallationOperatorResponseObject interface {
	VisitDeleteInstallationOperatorResponse(w http.ResponseWriter) error
}

type DeleteInstallationStorageObject204Response

type DeleteInstallationStorageObject204Response struct {
}

func (DeleteInstallationStorageObject204Response) VisitDeleteInstallationStorageObjectResponse

func (response DeleteInstallationStorageObject204Response) VisitDeleteInstallationStorageObjectResponse(w http.ResponseWriter) error

type DeleteInstallationStorageObjectParams

type DeleteInstallationStorageObjectParams struct {
	// Force Break managed email-template references; requires X-Audit-Reason.
	Force *ForceDelete `form:"force,omitempty" json:"force,omitempty"`
}

DeleteInstallationStorageObjectParams defines parameters for DeleteInstallationStorageObject.

type DeleteInstallationStorageObjectRequestObject

type DeleteInstallationStorageObjectRequestObject struct {
	ObjectId ObjectID `json:"object_id"`
	Params   DeleteInstallationStorageObjectParams
}

type DeleteInstallationStorageObjectResponseObject

type DeleteInstallationStorageObjectResponseObject interface {
	VisitDeleteInstallationStorageObjectResponse(w http.ResponseWriter) error
}

type DeleteMyAccount204Response

type DeleteMyAccount204Response struct {
}

func (DeleteMyAccount204Response) VisitDeleteMyAccountResponse

func (response DeleteMyAccount204Response) VisitDeleteMyAccountResponse(w http.ResponseWriter) error

type DeleteMyAccountRequestObject

type DeleteMyAccountRequestObject struct {
	ApplicationId ApplicationID `json:"application_id"`
}

type DeleteMyAccountResponseObject

type DeleteMyAccountResponseObject interface {
	VisitDeleteMyAccountResponse(w http.ResponseWriter) error
}

type DeleteMyAddress204Response

type DeleteMyAddress204Response struct {
}

func (DeleteMyAddress204Response) VisitDeleteMyAddressResponse

func (response DeleteMyAddress204Response) VisitDeleteMyAddressResponse(w http.ResponseWriter) error

type DeleteMyAddressRequestObject

type DeleteMyAddressRequestObject struct {
	ApplicationId ApplicationID `json:"application_id"`
	AddressId     UUID          `json:"address_id"`
}

type DeleteMyAddressResponseObject

type DeleteMyAddressResponseObject interface {
	VisitDeleteMyAddressResponse(w http.ResponseWriter) error
}

type DeleteMyStorageObject204Response

type DeleteMyStorageObject204Response struct {
}

func (DeleteMyStorageObject204Response) VisitDeleteMyStorageObjectResponse

func (response DeleteMyStorageObject204Response) VisitDeleteMyStorageObjectResponse(w http.ResponseWriter) error

type DeleteMyStorageObjectRequestObject

type DeleteMyStorageObjectRequestObject struct {
	ApplicationId ApplicationID `json:"application_id"`
	ObjectId      ObjectID      `json:"object_id"`
}

type DeleteMyStorageObjectResponseObject

type DeleteMyStorageObjectResponseObject interface {
	VisitDeleteMyStorageObjectResponse(w http.ResponseWriter) error
}

type DeleteOrganizationMember204Response

type DeleteOrganizationMember204Response struct {
}

func (DeleteOrganizationMember204Response) VisitDeleteOrganizationMemberResponse

func (response DeleteOrganizationMember204Response) VisitDeleteOrganizationMemberResponse(w http.ResponseWriter) error

type DeleteOrganizationMemberRequestObject

type DeleteOrganizationMemberRequestObject struct {
	OrganizationId OrganizationID `json:"organization_id"`
	MemberId       UUID           `json:"member_id"`
}

type DeleteOrganizationMemberResponseObject

type DeleteOrganizationMemberResponseObject interface {
	VisitDeleteOrganizationMemberResponse(w http.ResponseWriter) error
}

type DeleteOrganizationStorageObject204Response

type DeleteOrganizationStorageObject204Response struct {
}

func (DeleteOrganizationStorageObject204Response) VisitDeleteOrganizationStorageObjectResponse

func (response DeleteOrganizationStorageObject204Response) VisitDeleteOrganizationStorageObjectResponse(w http.ResponseWriter) error

type DeleteOrganizationStorageObjectParams

type DeleteOrganizationStorageObjectParams struct {
	// Force Break managed email-template references; requires X-Audit-Reason.
	Force *ForceDelete `form:"force,omitempty" json:"force,omitempty"`
}

DeleteOrganizationStorageObjectParams defines parameters for DeleteOrganizationStorageObject.

type DeleteOrganizationStorageObjectRequestObject

type DeleteOrganizationStorageObjectRequestObject struct {
	OrganizationId OrganizationID `json:"organization_id"`
	ObjectId       ObjectID       `json:"object_id"`
	Params         DeleteOrganizationStorageObjectParams
}

type DeleteOrganizationStorageObjectResponseObject

type DeleteOrganizationStorageObjectResponseObject interface {
	VisitDeleteOrganizationStorageObjectResponse(w http.ResponseWriter) error
}

type DeleteRole204Response

type DeleteRole204Response struct {
}

func (DeleteRole204Response) VisitDeleteRoleResponse

func (response DeleteRole204Response) VisitDeleteRoleResponse(w http.ResponseWriter) error

type DeleteRole409ApplicationProblemPlusJSONResponse

type DeleteRole409ApplicationProblemPlusJSONResponse struct {
	ProblemApplicationProblemPlusJSONResponse
}

func (DeleteRole409ApplicationProblemPlusJSONResponse) VisitDeleteRoleResponse

func (response DeleteRole409ApplicationProblemPlusJSONResponse) VisitDeleteRoleResponse(w http.ResponseWriter) error

type DeleteRoleAssignment204Response

type DeleteRoleAssignment204Response struct {
}

func (DeleteRoleAssignment204Response) VisitDeleteRoleAssignmentResponse

func (response DeleteRoleAssignment204Response) VisitDeleteRoleAssignmentResponse(w http.ResponseWriter) error

type DeleteRoleAssignmentRequestObject

type DeleteRoleAssignmentRequestObject struct {
	ApplicationId ApplicationID `json:"application_id"`
	AssignmentId  UUID          `json:"assignment_id"`
}

type DeleteRoleAssignmentResponseObject

type DeleteRoleAssignmentResponseObject interface {
	VisitDeleteRoleAssignmentResponse(w http.ResponseWriter) error
}

type DeleteRoleRequestObject

type DeleteRoleRequestObject struct {
	ApplicationId ApplicationID `json:"application_id"`
	RoleId        UUID          `json:"role_id"`
}

type DeleteRoleResponseObject

type DeleteRoleResponseObject interface {
	VisitDeleteRoleResponse(w http.ResponseWriter) error
}

type DeleteWorkspace204Response

type DeleteWorkspace204Response struct {
}

func (DeleteWorkspace204Response) VisitDeleteWorkspaceResponse

func (response DeleteWorkspace204Response) VisitDeleteWorkspaceResponse(w http.ResponseWriter) error

type DeleteWorkspace404ApplicationProblemPlusJSONResponse

type DeleteWorkspace404ApplicationProblemPlusJSONResponse struct {
	ProblemApplicationProblemPlusJSONResponse
}

func (DeleteWorkspace404ApplicationProblemPlusJSONResponse) VisitDeleteWorkspaceResponse

func (response DeleteWorkspace404ApplicationProblemPlusJSONResponse) VisitDeleteWorkspaceResponse(w http.ResponseWriter) error

type DeleteWorkspaceAddress204Response

type DeleteWorkspaceAddress204Response struct {
}

func (DeleteWorkspaceAddress204Response) VisitDeleteWorkspaceAddressResponse

func (response DeleteWorkspaceAddress204Response) VisitDeleteWorkspaceAddressResponse(w http.ResponseWriter) error

type DeleteWorkspaceAddressRequestObject

type DeleteWorkspaceAddressRequestObject struct {
	ApplicationId ApplicationID `json:"application_id"`
	WorkspaceId   UUID          `json:"workspace_id"`
	AddressId     UUID          `json:"address_id"`
}

type DeleteWorkspaceAddressResponseObject

type DeleteWorkspaceAddressResponseObject interface {
	VisitDeleteWorkspaceAddressResponse(w http.ResponseWriter) error
}

type DeleteWorkspaceMember204Response

type DeleteWorkspaceMember204Response struct {
}

func (DeleteWorkspaceMember204Response) VisitDeleteWorkspaceMemberResponse

func (response DeleteWorkspaceMember204Response) VisitDeleteWorkspaceMemberResponse(w http.ResponseWriter) error

type DeleteWorkspaceMemberRequestObject

type DeleteWorkspaceMemberRequestObject struct {
	ApplicationId ApplicationID `json:"application_id"`
	WorkspaceId   UUID          `json:"workspace_id"`
	UserId        UUID          `json:"user_id"`
}

type DeleteWorkspaceMemberResponseObject

type DeleteWorkspaceMemberResponseObject interface {
	VisitDeleteWorkspaceMemberResponse(w http.ResponseWriter) error
}

type DeleteWorkspaceRequestObject

type DeleteWorkspaceRequestObject struct {
	ApplicationId ApplicationID `json:"application_id"`
	WorkspaceId   UUID          `json:"workspace_id"`
}

type DeleteWorkspaceResponseObject

type DeleteWorkspaceResponseObject interface {
	VisitDeleteWorkspaceResponse(w http.ResponseWriter) error
}

type DeleteWorkspaceStorageObject204Response

type DeleteWorkspaceStorageObject204Response struct {
}

func (DeleteWorkspaceStorageObject204Response) VisitDeleteWorkspaceStorageObjectResponse

func (response DeleteWorkspaceStorageObject204Response) VisitDeleteWorkspaceStorageObjectResponse(w http.ResponseWriter) error

type DeleteWorkspaceStorageObjectRequestObject

type DeleteWorkspaceStorageObjectRequestObject struct {
	ApplicationId ApplicationID `json:"application_id"`
	WorkspaceId   WorkspaceID   `json:"workspace_id"`
	ObjectId      ObjectID      `json:"object_id"`
}

type DeleteWorkspaceStorageObjectResponseObject

type DeleteWorkspaceStorageObjectResponseObject interface {
	VisitDeleteWorkspaceStorageObjectResponse(w http.ResponseWriter) error
}

type DisableApplicationAuthProvider204Response

type DisableApplicationAuthProvider204Response struct {
}

func (DisableApplicationAuthProvider204Response) VisitDisableApplicationAuthProviderResponse

func (response DisableApplicationAuthProvider204Response) VisitDisableApplicationAuthProviderResponse(w http.ResponseWriter) error

type DisableApplicationAuthProviderRequestObject

type DisableApplicationAuthProviderRequestObject struct {
	ApplicationId ApplicationID `json:"application_id"`
	Provider      string        `json:"provider"`
}

type DisableApplicationAuthProviderResponseObject

type DisableApplicationAuthProviderResponseObject interface {
	VisitDisableApplicationAuthProviderResponse(w http.ResponseWriter) error
}

type DisableApplicationStorageProvider204Response

type DisableApplicationStorageProvider204Response struct {
}

func (DisableApplicationStorageProvider204Response) VisitDisableApplicationStorageProviderResponse

func (response DisableApplicationStorageProvider204Response) VisitDisableApplicationStorageProviderResponse(w http.ResponseWriter) error

type DisableApplicationStorageProvider409ApplicationProblemPlusJSONResponse

type DisableApplicationStorageProvider409ApplicationProblemPlusJSONResponse struct {
	ProblemApplicationProblemPlusJSONResponse
}

func (DisableApplicationStorageProvider409ApplicationProblemPlusJSONResponse) VisitDisableApplicationStorageProviderResponse

func (response DisableApplicationStorageProvider409ApplicationProblemPlusJSONResponse) VisitDisableApplicationStorageProviderResponse(w http.ResponseWriter) error

type DisableApplicationStorageProviderParams

type DisableApplicationStorageProviderParams struct {
	// ConfirmAffectedObjects Required when disabling a provider pinned by live objects.
	ConfirmAffectedObjects *ConfirmAffectedObjects `form:"confirm_affected_objects,omitempty" json:"confirm_affected_objects,omitempty"`
}

DisableApplicationStorageProviderParams defines parameters for DisableApplicationStorageProvider.

type DisableApplicationStorageProviderRequestObject

type DisableApplicationStorageProviderRequestObject struct {
	ApplicationId ApplicationID `json:"application_id"`
	ProviderId    ProviderID    `json:"provider_id"`
	Params        DisableApplicationStorageProviderParams
}

type DisableApplicationStorageProviderResponseObject

type DisableApplicationStorageProviderResponseObject interface {
	VisitDisableApplicationStorageProviderResponse(w http.ResponseWriter) error
}

type DisableBillingProvider204Response

type DisableBillingProvider204Response struct {
}

func (DisableBillingProvider204Response) VisitDisableBillingProviderResponse

func (response DisableBillingProvider204Response) VisitDisableBillingProviderResponse(w http.ResponseWriter) error

type DisableBillingProvider409ApplicationProblemPlusJSONResponse

type DisableBillingProvider409ApplicationProblemPlusJSONResponse struct {
	ProblemApplicationProblemPlusJSONResponse
}

func (DisableBillingProvider409ApplicationProblemPlusJSONResponse) VisitDisableBillingProviderResponse

func (response DisableBillingProvider409ApplicationProblemPlusJSONResponse) VisitDisableBillingProviderResponse(w http.ResponseWriter) error

type DisableBillingProviderRequestObject

type DisableBillingProviderRequestObject struct {
	ApplicationId ApplicationID `json:"application_id"`
	ProviderId    ProviderID    `json:"provider_id"`
}

type DisableBillingProviderResponseObject

type DisableBillingProviderResponseObject interface {
	VisitDisableBillingProviderResponse(w http.ResponseWriter) error
}

type DisableClient204Response

type DisableClient204Response struct {
}

func (DisableClient204Response) VisitDisableClientResponse

func (response DisableClient204Response) VisitDisableClientResponse(w http.ResponseWriter) error

type DisableClientRequestObject

type DisableClientRequestObject struct {
	ApplicationId ApplicationID `json:"application_id"`
	ClientId      string        `json:"client_id"`
}

type DisableClientResponseObject

type DisableClientResponseObject interface {
	VisitDisableClientResponse(w http.ResponseWriter) error
}

type DisableInstallationAuthProvider204Response

type DisableInstallationAuthProvider204Response struct {
}

func (DisableInstallationAuthProvider204Response) VisitDisableInstallationAuthProviderResponse

func (response DisableInstallationAuthProvider204Response) VisitDisableInstallationAuthProviderResponse(w http.ResponseWriter) error

type DisableInstallationAuthProviderRequestObject

type DisableInstallationAuthProviderRequestObject struct {
	Provider string `json:"provider"`
}

type DisableInstallationAuthProviderResponseObject

type DisableInstallationAuthProviderResponseObject interface {
	VisitDisableInstallationAuthProviderResponse(w http.ResponseWriter) error
}

type DisableInstallationBillingProvider204Response

type DisableInstallationBillingProvider204Response struct {
}

func (DisableInstallationBillingProvider204Response) VisitDisableInstallationBillingProviderResponse

func (response DisableInstallationBillingProvider204Response) VisitDisableInstallationBillingProviderResponse(w http.ResponseWriter) error

type DisableInstallationBillingProviderRequestObject

type DisableInstallationBillingProviderRequestObject struct {
	ProviderId ProviderID `json:"provider_id"`
}

type DisableInstallationBillingProviderResponseObject

type DisableInstallationBillingProviderResponseObject interface {
	VisitDisableInstallationBillingProviderResponse(w http.ResponseWriter) error
}

type DisableInstallationNotificationProvider204Response

type DisableInstallationNotificationProvider204Response struct {
}

func (DisableInstallationNotificationProvider204Response) VisitDisableInstallationNotificationProviderResponse

func (response DisableInstallationNotificationProvider204Response) VisitDisableInstallationNotificationProviderResponse(w http.ResponseWriter) error

type DisableInstallationNotificationProvider404ApplicationProblemPlusJSONResponse

type DisableInstallationNotificationProvider404ApplicationProblemPlusJSONResponse struct {
	ProblemApplicationProblemPlusJSONResponse
}

func (DisableInstallationNotificationProvider404ApplicationProblemPlusJSONResponse) VisitDisableInstallationNotificationProviderResponse

func (response DisableInstallationNotificationProvider404ApplicationProblemPlusJSONResponse) VisitDisableInstallationNotificationProviderResponse(w http.ResponseWriter) error

type DisableInstallationNotificationProviderRequestObject

type DisableInstallationNotificationProviderRequestObject struct {
	ProviderId UUID `json:"provider_id"`
}

type DisableInstallationNotificationProviderResponseObject

type DisableInstallationNotificationProviderResponseObject interface {
	VisitDisableInstallationNotificationProviderResponse(w http.ResponseWriter) error
}

type DisableInstallationStorageProvider204Response

type DisableInstallationStorageProvider204Response struct {
}

func (DisableInstallationStorageProvider204Response) VisitDisableInstallationStorageProviderResponse

func (response DisableInstallationStorageProvider204Response) VisitDisableInstallationStorageProviderResponse(w http.ResponseWriter) error

type DisableInstallationStorageProvider409ApplicationProblemPlusJSONResponse

type DisableInstallationStorageProvider409ApplicationProblemPlusJSONResponse struct {
	ProblemApplicationProblemPlusJSONResponse
}

func (DisableInstallationStorageProvider409ApplicationProblemPlusJSONResponse) VisitDisableInstallationStorageProviderResponse

func (response DisableInstallationStorageProvider409ApplicationProblemPlusJSONResponse) VisitDisableInstallationStorageProviderResponse(w http.ResponseWriter) error

type DisableInstallationStorageProviderParams

type DisableInstallationStorageProviderParams struct {
	// ConfirmAffectedObjects Required when disabling a provider pinned by live objects.
	ConfirmAffectedObjects *ConfirmAffectedObjects `form:"confirm_affected_objects,omitempty" json:"confirm_affected_objects,omitempty"`
}

DisableInstallationStorageProviderParams defines parameters for DisableInstallationStorageProvider.

type DisableInstallationStorageProviderRequestObject

type DisableInstallationStorageProviderRequestObject struct {
	ProviderId ProviderID `json:"provider_id"`
	Params     DisableInstallationStorageProviderParams
}

type DisableInstallationStorageProviderResponseObject

type DisableInstallationStorageProviderResponseObject interface {
	VisitDisableInstallationStorageProviderResponse(w http.ResponseWriter) error
}

type DisableMFAMethod204Response

type DisableMFAMethod204Response struct {
}

func (DisableMFAMethod204Response) VisitDisableMFAMethodResponse

func (response DisableMFAMethod204Response) VisitDisableMFAMethodResponse(w http.ResponseWriter) error

type DisableMFAMethodRequestObject

type DisableMFAMethodRequestObject struct {
	ApplicationId ApplicationID `json:"application_id"`
	MethodId      UUID          `json:"method_id"`
}

type DisableMFAMethodResponseObject

type DisableMFAMethodResponseObject interface {
	VisitDisableMFAMethodResponse(w http.ResponseWriter) error
}

type DisableManagementClient204Response

type DisableManagementClient204Response struct {
}

func (DisableManagementClient204Response) VisitDisableManagementClientResponse

func (response DisableManagementClient204Response) VisitDisableManagementClientResponse(w http.ResponseWriter) error

type DisableManagementClientRequestObject

type DisableManagementClientRequestObject struct {
	ManagementClientId UUID `json:"management_client_id"`
}

type DisableManagementClientResponseObject

type DisableManagementClientResponseObject interface {
	VisitDisableManagementClientResponse(w http.ResponseWriter) error
}

type DisableNotificationProvider204Response

type DisableNotificationProvider204Response struct {
}

func (DisableNotificationProvider204Response) VisitDisableNotificationProviderResponse

func (response DisableNotificationProvider204Response) VisitDisableNotificationProviderResponse(w http.ResponseWriter) error

type DisableNotificationProviderRequestObject

type DisableNotificationProviderRequestObject struct {
	ApplicationId ApplicationID `json:"application_id"`
	ProviderId    UUID          `json:"provider_id"`
}

type DisableNotificationProviderResponseObject

type DisableNotificationProviderResponseObject interface {
	VisitDisableNotificationProviderResponse(w http.ResponseWriter) error
}

type DisableOrganizationAuthProvider204Response

type DisableOrganizationAuthProvider204Response struct {
}

func (DisableOrganizationAuthProvider204Response) VisitDisableOrganizationAuthProviderResponse

func (response DisableOrganizationAuthProvider204Response) VisitDisableOrganizationAuthProviderResponse(w http.ResponseWriter) error

type DisableOrganizationAuthProviderRequestObject

type DisableOrganizationAuthProviderRequestObject struct {
	OrganizationId OrganizationID `json:"organization_id"`
	Provider       string         `json:"provider"`
}

type DisableOrganizationAuthProviderResponseObject

type DisableOrganizationAuthProviderResponseObject interface {
	VisitDisableOrganizationAuthProviderResponse(w http.ResponseWriter) error
}

type DisableOrganizationBillingProvider204Response

type DisableOrganizationBillingProvider204Response struct {
}

func (DisableOrganizationBillingProvider204Response) VisitDisableOrganizationBillingProviderResponse

func (response DisableOrganizationBillingProvider204Response) VisitDisableOrganizationBillingProviderResponse(w http.ResponseWriter) error

type DisableOrganizationBillingProviderRequestObject

type DisableOrganizationBillingProviderRequestObject struct {
	OrganizationId OrganizationID `json:"organization_id"`
	ProviderId     ProviderID     `json:"provider_id"`
}

type DisableOrganizationBillingProviderResponseObject

type DisableOrganizationBillingProviderResponseObject interface {
	VisitDisableOrganizationBillingProviderResponse(w http.ResponseWriter) error
}

type DisableOrganizationNotificationProvider204Response

type DisableOrganizationNotificationProvider204Response struct {
}

func (DisableOrganizationNotificationProvider204Response) VisitDisableOrganizationNotificationProviderResponse

func (response DisableOrganizationNotificationProvider204Response) VisitDisableOrganizationNotificationProviderResponse(w http.ResponseWriter) error

type DisableOrganizationNotificationProviderRequestObject

type DisableOrganizationNotificationProviderRequestObject struct {
	OrganizationId OrganizationID `json:"organization_id"`
	ProviderId     UUID           `json:"provider_id"`
}

type DisableOrganizationNotificationProviderResponseObject

type DisableOrganizationNotificationProviderResponseObject interface {
	VisitDisableOrganizationNotificationProviderResponse(w http.ResponseWriter) error
}

type DisableOrganizationStorageProvider204Response

type DisableOrganizationStorageProvider204Response struct {
}

func (DisableOrganizationStorageProvider204Response) VisitDisableOrganizationStorageProviderResponse

func (response DisableOrganizationStorageProvider204Response) VisitDisableOrganizationStorageProviderResponse(w http.ResponseWriter) error

type DisableOrganizationStorageProvider409ApplicationProblemPlusJSONResponse

type DisableOrganizationStorageProvider409ApplicationProblemPlusJSONResponse struct {
	ProblemApplicationProblemPlusJSONResponse
}

func (DisableOrganizationStorageProvider409ApplicationProblemPlusJSONResponse) VisitDisableOrganizationStorageProviderResponse

func (response DisableOrganizationStorageProvider409ApplicationProblemPlusJSONResponse) VisitDisableOrganizationStorageProviderResponse(w http.ResponseWriter) error

type DisableOrganizationStorageProviderParams

type DisableOrganizationStorageProviderParams struct {
	// ConfirmAffectedObjects Required when disabling a provider pinned by live objects.
	ConfirmAffectedObjects *ConfirmAffectedObjects `form:"confirm_affected_objects,omitempty" json:"confirm_affected_objects,omitempty"`
}

DisableOrganizationStorageProviderParams defines parameters for DisableOrganizationStorageProvider.

type DisableOrganizationStorageProviderRequestObject

type DisableOrganizationStorageProviderRequestObject struct {
	OrganizationId OrganizationID `json:"organization_id"`
	ProviderId     ProviderID     `json:"provider_id"`
	Params         DisableOrganizationStorageProviderParams
}

type DisableOrganizationStorageProviderResponseObject

type DisableOrganizationStorageProviderResponseObject interface {
	VisitDisableOrganizationStorageProviderResponse(w http.ResponseWriter) error
}

type DisableWebhook204Response

type DisableWebhook204Response struct {
}

func (DisableWebhook204Response) VisitDisableWebhookResponse

func (response DisableWebhook204Response) VisitDisableWebhookResponse(w http.ResponseWriter) error

type DisableWebhookRequestObject

type DisableWebhookRequestObject struct {
	ApplicationId ApplicationID `json:"application_id"`
	WebhookId     UUID          `json:"webhook_id"`
}

type DisableWebhookResponseObject

type DisableWebhookResponseObject interface {
	VisitDisableWebhookResponse(w http.ResponseWriter) error
}

type DownloadApplicationStorageObject200Response

type DownloadApplicationStorageObject200Response struct {
}

func (DownloadApplicationStorageObject200Response) VisitDownloadApplicationStorageObjectResponse

func (response DownloadApplicationStorageObject200Response) VisitDownloadApplicationStorageObjectResponse(w http.ResponseWriter) error

type DownloadApplicationStorageObjectRequestObject

type DownloadApplicationStorageObjectRequestObject struct {
	ApplicationId ApplicationID `json:"application_id"`
	ObjectId      ObjectID      `json:"object_id"`
}

type DownloadApplicationStorageObjectResponseObject

type DownloadApplicationStorageObjectResponseObject interface {
	VisitDownloadApplicationStorageObjectResponse(w http.ResponseWriter) error
}

type DownloadControlApplicationStorageObject200Response

type DownloadControlApplicationStorageObject200Response struct {
}

func (DownloadControlApplicationStorageObject200Response) VisitDownloadControlApplicationStorageObjectResponse

func (response DownloadControlApplicationStorageObject200Response) VisitDownloadControlApplicationStorageObjectResponse(w http.ResponseWriter) error

type DownloadControlApplicationStorageObjectRequestObject

type DownloadControlApplicationStorageObjectRequestObject struct {
	ApplicationId ApplicationID `json:"application_id"`
	ObjectId      ObjectID      `json:"object_id"`
}

type DownloadControlApplicationStorageObjectResponseObject

type DownloadControlApplicationStorageObjectResponseObject interface {
	VisitDownloadControlApplicationStorageObjectResponse(w http.ResponseWriter) error
}

type DownloadInstallationStorageObject200Response

type DownloadInstallationStorageObject200Response struct {
}

func (DownloadInstallationStorageObject200Response) VisitDownloadInstallationStorageObjectResponse

func (response DownloadInstallationStorageObject200Response) VisitDownloadInstallationStorageObjectResponse(w http.ResponseWriter) error

type DownloadInstallationStorageObjectRequestObject

type DownloadInstallationStorageObjectRequestObject struct {
	ObjectId ObjectID `json:"object_id"`
}

type DownloadInstallationStorageObjectResponseObject

type DownloadInstallationStorageObjectResponseObject interface {
	VisitDownloadInstallationStorageObjectResponse(w http.ResponseWriter) error
}

type DownloadMyStorageObject200Response

type DownloadMyStorageObject200Response struct {
}

func (DownloadMyStorageObject200Response) VisitDownloadMyStorageObjectResponse

func (response DownloadMyStorageObject200Response) VisitDownloadMyStorageObjectResponse(w http.ResponseWriter) error

type DownloadMyStorageObjectRequestObject

type DownloadMyStorageObjectRequestObject struct {
	ApplicationId ApplicationID `json:"application_id"`
	ObjectId      ObjectID      `json:"object_id"`
}

type DownloadMyStorageObjectResponseObject

type DownloadMyStorageObjectResponseObject interface {
	VisitDownloadMyStorageObjectResponse(w http.ResponseWriter) error
}

type DownloadOrganizationStorageObject200Response

type DownloadOrganizationStorageObject200Response struct {
}

func (DownloadOrganizationStorageObject200Response) VisitDownloadOrganizationStorageObjectResponse

func (response DownloadOrganizationStorageObject200Response) VisitDownloadOrganizationStorageObjectResponse(w http.ResponseWriter) error

type DownloadOrganizationStorageObjectRequestObject

type DownloadOrganizationStorageObjectRequestObject struct {
	OrganizationId OrganizationID `json:"organization_id"`
	ObjectId       ObjectID       `json:"object_id"`
}

type DownloadOrganizationStorageObjectResponseObject

type DownloadOrganizationStorageObjectResponseObject interface {
	VisitDownloadOrganizationStorageObjectResponse(w http.ResponseWriter) error
}

type DownloadWorkspaceStorageObject200Response

type DownloadWorkspaceStorageObject200Response struct {
}

func (DownloadWorkspaceStorageObject200Response) VisitDownloadWorkspaceStorageObjectResponse

func (response DownloadWorkspaceStorageObject200Response) VisitDownloadWorkspaceStorageObjectResponse(w http.ResponseWriter) error

type DownloadWorkspaceStorageObjectRequestObject

type DownloadWorkspaceStorageObjectRequestObject struct {
	ApplicationId ApplicationID `json:"application_id"`
	WorkspaceId   WorkspaceID   `json:"workspace_id"`
	ObjectId      ObjectID      `json:"object_id"`
}

type DownloadWorkspaceStorageObjectResponseObject

type DownloadWorkspaceStorageObjectResponseObject interface {
	VisitDownloadWorkspaceStorageObjectResponse(w http.ResponseWriter) error
}

type EmailChangeStart202Response

type EmailChangeStart202Response struct {
}

func (EmailChangeStart202Response) VisitEmailChangeStartResponse

func (response EmailChangeStart202Response) VisitEmailChangeStartResponse(w http.ResponseWriter) error

type EmailChangeStartJSONBody

type EmailChangeStartJSONBody = map[string]interface{}

EmailChangeStartJSONBody defines parameters for EmailChangeStart.

type EmailChangeStartJSONRequestBody

type EmailChangeStartJSONRequestBody = EmailChangeStartJSONBody

EmailChangeStartJSONRequestBody defines body for EmailChangeStart for application/json ContentType.

type EmailChangeStartRequestObject

type EmailChangeStartRequestObject struct {
	ApplicationId ApplicationID `json:"application_id"`
	Body          *EmailChangeStartJSONRequestBody
}

type EmailChangeStartResponseObject

type EmailChangeStartResponseObject interface {
	VisitEmailChangeStartResponse(w http.ResponseWriter) error
}

type EmailChangeVerify204Response

type EmailChangeVerify204Response struct {
}

func (EmailChangeVerify204Response) VisitEmailChangeVerifyResponse

func (response EmailChangeVerify204Response) VisitEmailChangeVerifyResponse(w http.ResponseWriter) error

type EmailChangeVerifyJSONBody

type EmailChangeVerifyJSONBody = map[string]interface{}

EmailChangeVerifyJSONBody defines parameters for EmailChangeVerify.

type EmailChangeVerifyJSONRequestBody

type EmailChangeVerifyJSONRequestBody = EmailChangeVerifyJSONBody

EmailChangeVerifyJSONRequestBody defines body for EmailChangeVerify for application/json ContentType.

type EmailChangeVerifyRequestObject

type EmailChangeVerifyRequestObject struct {
	ApplicationId ApplicationID `json:"application_id"`
	Body          *EmailChangeVerifyJSONRequestBody
}

type EmailChangeVerifyResponseObject

type EmailChangeVerifyResponseObject interface {
	VisitEmailChangeVerifyResponse(w http.ResponseWriter) error
}

type EmailStart

type EmailStart struct {
	Delivery    interface{}         `json:"delivery"`
	Email       openapi_types.Email `json:"email"`
	Intent      interface{}         `json:"intent"`
	RedirectUri *string             `json:"redirect_uri,omitempty"`
}

EmailStart defines model for EmailStart.

type EmailStart202Response

type EmailStart202Response struct {
}

func (EmailStart202Response) VisitEmailStartResponse

func (response EmailStart202Response) VisitEmailStartResponse(w http.ResponseWriter) error

type EmailStartJSONRequestBody

type EmailStartJSONRequestBody = EmailStart

EmailStartJSONRequestBody defines body for EmailStart for application/json ContentType.

type EmailStartRequestObject

type EmailStartRequestObject struct {
	ApplicationId ApplicationID `json:"application_id"`
	Body          *EmailStartJSONRequestBody
}

type EmailStartResponseObject

type EmailStartResponseObject interface {
	VisitEmailStartResponse(w http.ResponseWriter) error
}

type EmailVerificationStart202Response

type EmailVerificationStart202Response struct {
}

func (EmailVerificationStart202Response) VisitEmailVerificationStartResponse

func (response EmailVerificationStart202Response) VisitEmailVerificationStartResponse(w http.ResponseWriter) error

type EmailVerificationStartRequestObject

type EmailVerificationStartRequestObject struct {
	ApplicationId ApplicationID `json:"application_id"`
}

type EmailVerificationStartResponseObject

type EmailVerificationStartResponseObject interface {
	VisitEmailVerificationStartResponse(w http.ResponseWriter) error
}

type EmailVerificationVerify204Response

type EmailVerificationVerify204Response struct {
}

func (EmailVerificationVerify204Response) VisitEmailVerificationVerifyResponse

func (response EmailVerificationVerify204Response) VisitEmailVerificationVerifyResponse(w http.ResponseWriter) error

type EmailVerificationVerifyJSONBody

type EmailVerificationVerifyJSONBody = map[string]interface{}

EmailVerificationVerifyJSONBody defines parameters for EmailVerificationVerify.

type EmailVerificationVerifyJSONRequestBody

type EmailVerificationVerifyJSONRequestBody = EmailVerificationVerifyJSONBody

EmailVerificationVerifyJSONRequestBody defines body for EmailVerificationVerify for application/json ContentType.

type EmailVerificationVerifyRequestObject

type EmailVerificationVerifyRequestObject struct {
	ApplicationId ApplicationID `json:"application_id"`
	Body          *EmailVerificationVerifyJSONRequestBody
}

type EmailVerificationVerifyResponseObject

type EmailVerificationVerifyResponseObject interface {
	VisitEmailVerificationVerifyResponse(w http.ResponseWriter) error
}

type EmailVerify

type EmailVerify struct {
	ChallengeId UUID    `json:"challenge_id"`
	Code        *string `json:"code,omitempty"`
	LinkToken   *string `json:"link_token,omitempty"`
}

EmailVerify defines model for EmailVerify.

type EmailVerify200JSONResponse

type EmailVerify200JSONResponse struct{ TokensJSONResponse }

func (EmailVerify200JSONResponse) VisitEmailVerifyResponse

func (response EmailVerify200JSONResponse) VisitEmailVerifyResponse(w http.ResponseWriter) error

type EmailVerifyJSONRequestBody

type EmailVerifyJSONRequestBody = EmailVerify

EmailVerifyJSONRequestBody defines body for EmailVerify for application/json ContentType.

type EmailVerifyRequestObject

type EmailVerifyRequestObject struct {
	ApplicationId ApplicationID `json:"application_id"`
	Body          *EmailVerifyJSONRequestBody
}

type EmailVerifyResponseObject

type EmailVerifyResponseObject interface {
	VisitEmailVerifyResponse(w http.ResponseWriter) error
}

type EnableApplicationStorageProvider200Response

type EnableApplicationStorageProvider200Response struct {
}

func (EnableApplicationStorageProvider200Response) VisitEnableApplicationStorageProviderResponse

func (response EnableApplicationStorageProvider200Response) VisitEnableApplicationStorageProviderResponse(w http.ResponseWriter) error

type EnableApplicationStorageProviderRequestObject

type EnableApplicationStorageProviderRequestObject struct {
	ApplicationId ApplicationID `json:"application_id"`
	ProviderId    ProviderID    `json:"provider_id"`
}

type EnableApplicationStorageProviderResponseObject

type EnableApplicationStorageProviderResponseObject interface {
	VisitEnableApplicationStorageProviderResponse(w http.ResponseWriter) error
}

type EnableInstallationStorageProvider200Response

type EnableInstallationStorageProvider200Response struct {
}

func (EnableInstallationStorageProvider200Response) VisitEnableInstallationStorageProviderResponse

func (response EnableInstallationStorageProvider200Response) VisitEnableInstallationStorageProviderResponse(w http.ResponseWriter) error

type EnableInstallationStorageProviderRequestObject

type EnableInstallationStorageProviderRequestObject struct {
	ProviderId ProviderID `json:"provider_id"`
}

type EnableInstallationStorageProviderResponseObject

type EnableInstallationStorageProviderResponseObject interface {
	VisitEnableInstallationStorageProviderResponse(w http.ResponseWriter) error
}

type EnableOrganizationStorageProvider200Response

type EnableOrganizationStorageProvider200Response struct {
}

func (EnableOrganizationStorageProvider200Response) VisitEnableOrganizationStorageProviderResponse

func (response EnableOrganizationStorageProvider200Response) VisitEnableOrganizationStorageProviderResponse(w http.ResponseWriter) error

type EnableOrganizationStorageProviderRequestObject

type EnableOrganizationStorageProviderRequestObject struct {
	OrganizationId OrganizationID `json:"organization_id"`
	ProviderId     ProviderID     `json:"provider_id"`
}

type EnableOrganizationStorageProviderResponseObject

type EnableOrganizationStorageProviderResponseObject interface {
	VisitEnableOrganizationStorageProviderResponse(w http.ResponseWriter) error
}

type EventEnvelope

type EventEnvelope struct {
	Actor          *map[string]interface{}     `json:"actor,omitempty"`
	ApplicationId  UUID                        `json:"application_id"`
	CausationId    *openapi_types.UUID         `json:"causation_id,omitempty"`
	ContractSource EventEnvelopeContractSource `json:"contract_source"`
	CorrelationId  *openapi_types.UUID         `json:"correlation_id,omitempty"`
	Data           map[string]interface{}      `json:"data"`
	Id             UUID                        `json:"id"`
	SchemaVersion  string                      `json:"schema_version"`
	Source         string                      `json:"source"`
	Specversion    EventEnvelopeSpecversion    `json:"specversion"`
	Subject        *string                     `json:"subject,omitempty"`
	Time           time.Time                   `json:"time"`
	Type           string                      `json:"type"`
}

EventEnvelope defines model for EventEnvelope.

type EventEnvelopeContractSource

type EventEnvelopeContractSource string

EventEnvelopeContractSource defines model for EventEnvelope.ContractSource.

const (
	EventEnvelopeContractSourceApplication EventEnvelopeContractSource = "application"
	EventEnvelopeContractSourcePlatform93  EventEnvelopeContractSource = "platform93"
)

Defines values for EventEnvelopeContractSource.

func (EventEnvelopeContractSource) Valid

Valid indicates whether the value is a known member of the EventEnvelopeContractSource enum.

type EventEnvelopeSpecversion

type EventEnvelopeSpecversion string

EventEnvelopeSpecversion defines model for EventEnvelope.Specversion.

const (
	N10 EventEnvelopeSpecversion = "1.0"
)

Defines values for EventEnvelopeSpecversion.

func (EventEnvelopeSpecversion) Valid

func (e EventEnvelopeSpecversion) Valid() bool

Valid indicates whether the value is a known member of the EventEnvelopeSpecversion enum.

type EventTypeDefinition

type EventTypeDefinition struct {
	CreatedAt      *time.Time                `json:"created_at,omitempty"`
	DataSchema     map[string]interface{}    `json:"data_schema"`
	Description    string                    `json:"description"`
	EventCount     *int64                    `json:"event_count,omitempty"`
	ExampleData    map[string]interface{}    `json:"example_data"`
	ExampleEvent   EventEnvelope             `json:"example_event"`
	ExampleSubject string                    `json:"example_subject"`
	Id             UUID                      `json:"id"`
	LastOccurredAt *time.Time                `json:"last_occurred_at,omitempty"`
	Name           string                    `json:"name"`
	SchemaVersion  string                    `json:"schema_version"`
	Source         EventTypeDefinitionSource `json:"source"`
	Status         EventTypeDefinitionStatus `json:"status"`
	UpdatedAt      *time.Time                `json:"updated_at,omitempty"`
	Version        int64                     `json:"version"`
}

EventTypeDefinition defines model for EventTypeDefinition.

type EventTypeDefinitionSource

type EventTypeDefinitionSource string

EventTypeDefinitionSource defines model for EventTypeDefinition.Source.

const (
	EventTypeDefinitionSourceApplication EventTypeDefinitionSource = "application"
	EventTypeDefinitionSourcePlatform93  EventTypeDefinitionSource = "platform93"
)

Defines values for EventTypeDefinitionSource.

func (EventTypeDefinitionSource) Valid

func (e EventTypeDefinitionSource) Valid() bool

Valid indicates whether the value is a known member of the EventTypeDefinitionSource enum.

type EventTypeDefinitionStatus

type EventTypeDefinitionStatus string

EventTypeDefinitionStatus defines model for EventTypeDefinition.Status.

const (
	Active   EventTypeDefinitionStatus = "active"
	Archived EventTypeDefinitionStatus = "archived"
)

Defines values for EventTypeDefinitionStatus.

func (EventTypeDefinitionStatus) Valid

func (e EventTypeDefinitionStatus) Valid() bool

Valid indicates whether the value is a known member of the EventTypeDefinitionStatus enum.

type ExchangeAppleAuth200JSONResponse

type ExchangeAppleAuth200JSONResponse struct{ TokensJSONResponse }

func (ExchangeAppleAuth200JSONResponse) VisitExchangeAppleAuthResponse

func (response ExchangeAppleAuth200JSONResponse) VisitExchangeAppleAuthResponse(w http.ResponseWriter) error

type ExchangeAppleAuthJSONBody

type ExchangeAppleAuthJSONBody = map[string]interface{}

ExchangeAppleAuthJSONBody defines parameters for ExchangeAppleAuth.

type ExchangeAppleAuthJSONRequestBody

type ExchangeAppleAuthJSONRequestBody = ExchangeAppleAuthJSONBody

ExchangeAppleAuthJSONRequestBody defines body for ExchangeAppleAuth for application/json ContentType.

type ExchangeAppleAuthRequestObject

type ExchangeAppleAuthRequestObject struct {
	ApplicationId ApplicationID `json:"application_id"`
	Body          *ExchangeAppleAuthJSONRequestBody
}

type ExchangeAppleAuthResponseObject

type ExchangeAppleAuthResponseObject interface {
	VisitExchangeAppleAuthResponse(w http.ResponseWriter) error
}

type ExchangeDelegation200Response

type ExchangeDelegation200Response struct {
}

func (ExchangeDelegation200Response) VisitExchangeDelegationResponse

func (response ExchangeDelegation200Response) VisitExchangeDelegationResponse(w http.ResponseWriter) error

type ExchangeDelegationJSONBody

type ExchangeDelegationJSONBody = map[string]interface{}

ExchangeDelegationJSONBody defines parameters for ExchangeDelegation.

type ExchangeDelegationJSONRequestBody

type ExchangeDelegationJSONRequestBody = ExchangeDelegationJSONBody

ExchangeDelegationJSONRequestBody defines body for ExchangeDelegation for application/json ContentType.

type ExchangeDelegationRequestObject

type ExchangeDelegationRequestObject struct {
	ApplicationId ApplicationID `json:"application_id"`
	DelegationId  UUID          `json:"delegation_id"`
	Body          *ExchangeDelegationJSONRequestBody
}

type ExchangeDelegationResponseObject

type ExchangeDelegationResponseObject interface {
	VisitExchangeDelegationResponse(w http.ResponseWriter) error
}

type ExchangeGoogleAuth200JSONResponse

type ExchangeGoogleAuth200JSONResponse struct{ TokensJSONResponse }

func (ExchangeGoogleAuth200JSONResponse) VisitExchangeGoogleAuthResponse

func (response ExchangeGoogleAuth200JSONResponse) VisitExchangeGoogleAuthResponse(w http.ResponseWriter) error

type ExchangeGoogleAuthJSONBody

type ExchangeGoogleAuthJSONBody = map[string]interface{}

ExchangeGoogleAuthJSONBody defines parameters for ExchangeGoogleAuth.

type ExchangeGoogleAuthJSONRequestBody

type ExchangeGoogleAuthJSONRequestBody = ExchangeGoogleAuthJSONBody

ExchangeGoogleAuthJSONRequestBody defines body for ExchangeGoogleAuth for application/json ContentType.

type ExchangeGoogleAuthRequestObject

type ExchangeGoogleAuthRequestObject struct {
	ApplicationId ApplicationID `json:"application_id"`
	Body          *ExchangeGoogleAuthJSONRequestBody
}

type ExchangeGoogleAuthResponseObject

type ExchangeGoogleAuthResponseObject interface {
	VisitExchangeGoogleAuthResponse(w http.ResponseWriter) error
}

type ExchangeOIDCToken200Response

type ExchangeOIDCToken200Response struct {
}

func (ExchangeOIDCToken200Response) VisitExchangeOIDCTokenResponse

func (response ExchangeOIDCToken200Response) VisitExchangeOIDCTokenResponse(w http.ResponseWriter) error

type ExchangeOIDCToken400Response

type ExchangeOIDCToken400Response struct {
}

func (ExchangeOIDCToken400Response) VisitExchangeOIDCTokenResponse

func (response ExchangeOIDCToken400Response) VisitExchangeOIDCTokenResponse(w http.ResponseWriter) error

type ExchangeOIDCTokenFormdataBody

type ExchangeOIDCTokenFormdataBody struct {
	ClientId     *string     `form:"client_id,omitempty" json:"client_id,omitempty"`
	ClientSecret *string     `form:"client_secret,omitempty" json:"client_secret,omitempty"`
	Code         *string     `form:"code,omitempty" json:"code,omitempty"`
	CodeVerifier *string     `form:"code_verifier,omitempty" json:"code_verifier,omitempty"`
	GrantType    interface{} `form:"grant_type" json:"grant_type"`
	RedirectUri  *string     `form:"redirect_uri,omitempty" json:"redirect_uri,omitempty"`
	RefreshToken *string     `form:"refresh_token,omitempty" json:"refresh_token,omitempty"`
	Scope        *string     `form:"scope,omitempty" json:"scope,omitempty"`
}

ExchangeOIDCTokenFormdataBody defines parameters for ExchangeOIDCToken.

type ExchangeOIDCTokenFormdataRequestBody

type ExchangeOIDCTokenFormdataRequestBody ExchangeOIDCTokenFormdataBody

ExchangeOIDCTokenFormdataRequestBody defines body for ExchangeOIDCToken for application/x-www-form-urlencoded ContentType.

type ExchangeOIDCTokenRequestObject

type ExchangeOIDCTokenRequestObject struct {
	Body *ExchangeOIDCTokenFormdataRequestBody
}

type ExchangeOIDCTokenResponseObject

type ExchangeOIDCTokenResponseObject interface {
	VisitExchangeOIDCTokenResponse(w http.ResponseWriter) error
}

type ExportMyAccount200Response

type ExportMyAccount200Response struct {
}

func (ExportMyAccount200Response) VisitExportMyAccountResponse

func (response ExportMyAccount200Response) VisitExportMyAccountResponse(w http.ResponseWriter) error

type ExportMyAccountRequestObject

type ExportMyAccountRequestObject struct {
	ApplicationId ApplicationID `json:"application_id"`
}

type ExportMyAccountResponseObject

type ExportMyAccountResponseObject interface {
	VisitExportMyAccountResponse(w http.ResponseWriter) error
}

type FeatureValue

type FeatureValue struct {
	BooleanValue *bool `json:"boolean_value,omitempty"`
	FeatureId    UUID  `json:"feature_id"`

	// FreeFormValue A string for text or CSV features, or any valid JSON value for JSON features.
	FreeFormValue interface{} `json:"free_form_value,omitempty"`
	QuantityValue *int        `json:"quantity_value,omitempty"`
}

FeatureValue defines model for FeatureValue.

type FinishWebAuthnAuthentication200JSONResponse

type FinishWebAuthnAuthentication200JSONResponse struct{ TokensJSONResponse }

func (FinishWebAuthnAuthentication200JSONResponse) VisitFinishWebAuthnAuthenticationResponse

func (response FinishWebAuthnAuthentication200JSONResponse) VisitFinishWebAuthnAuthenticationResponse(w http.ResponseWriter) error

type FinishWebAuthnAuthentication401ApplicationProblemPlusJSONResponse

type FinishWebAuthnAuthentication401ApplicationProblemPlusJSONResponse struct {
	ProblemApplicationProblemPlusJSONResponse
}

func (FinishWebAuthnAuthentication401ApplicationProblemPlusJSONResponse) VisitFinishWebAuthnAuthenticationResponse

func (response FinishWebAuthnAuthentication401ApplicationProblemPlusJSONResponse) VisitFinishWebAuthnAuthenticationResponse(w http.ResponseWriter) error

type FinishWebAuthnAuthenticationJSONBody

type FinishWebAuthnAuthenticationJSONBody = map[string]interface{}

FinishWebAuthnAuthenticationJSONBody defines parameters for FinishWebAuthnAuthentication.

type FinishWebAuthnAuthenticationJSONRequestBody

type FinishWebAuthnAuthenticationJSONRequestBody = FinishWebAuthnAuthenticationJSONBody

FinishWebAuthnAuthenticationJSONRequestBody defines body for FinishWebAuthnAuthentication for application/json ContentType.

type FinishWebAuthnAuthenticationRequestObject

type FinishWebAuthnAuthenticationRequestObject struct {
	ApplicationId ApplicationID `json:"application_id"`
	Body          *FinishWebAuthnAuthenticationJSONRequestBody
}

type FinishWebAuthnAuthenticationResponseObject

type FinishWebAuthnAuthenticationResponseObject interface {
	VisitFinishWebAuthnAuthenticationResponse(w http.ResponseWriter) error
}

type FinishWebAuthnRegistration200Response

type FinishWebAuthnRegistration200Response struct {
}

func (FinishWebAuthnRegistration200Response) VisitFinishWebAuthnRegistrationResponse

func (response FinishWebAuthnRegistration200Response) VisitFinishWebAuthnRegistrationResponse(w http.ResponseWriter) error

type FinishWebAuthnRegistrationJSONBody

type FinishWebAuthnRegistrationJSONBody = map[string]interface{}

FinishWebAuthnRegistrationJSONBody defines parameters for FinishWebAuthnRegistration.

type FinishWebAuthnRegistrationJSONRequestBody

type FinishWebAuthnRegistrationJSONRequestBody = FinishWebAuthnRegistrationJSONBody

FinishWebAuthnRegistrationJSONRequestBody defines body for FinishWebAuthnRegistration for application/json ContentType.

type FinishWebAuthnRegistrationRequestObject

type FinishWebAuthnRegistrationRequestObject struct {
	ApplicationId ApplicationID `json:"application_id"`
	Body          *FinishWebAuthnRegistrationJSONRequestBody
}

type FinishWebAuthnRegistrationResponseObject

type FinishWebAuthnRegistrationResponseObject interface {
	VisitFinishWebAuthnRegistrationResponse(w http.ResponseWriter) error
}

type ForceDelete

type ForceDelete = bool

ForceDelete defines model for ForceDelete.

type GetApplication200Response

type GetApplication200Response struct {
}

func (GetApplication200Response) VisitGetApplicationResponse

func (response GetApplication200Response) VisitGetApplicationResponse(w http.ResponseWriter) error

type GetApplicationRequestObject

type GetApplicationRequestObject struct {
	ApplicationId ApplicationID `json:"application_id"`
}

type GetApplicationResponseObject

type GetApplicationResponseObject interface {
	VisitGetApplicationResponse(w http.ResponseWriter) error
}

type GetApplicationStatistics200Response

type GetApplicationStatistics200Response struct {
}

func (GetApplicationStatistics200Response) VisitGetApplicationStatisticsResponse

func (response GetApplicationStatistics200Response) VisitGetApplicationStatisticsResponse(w http.ResponseWriter) error

type GetApplicationStatisticsRequestObject

type GetApplicationStatisticsRequestObject struct {
	ApplicationId ApplicationID `json:"application_id"`
}

type GetApplicationStatisticsResponseObject

type GetApplicationStatisticsResponseObject interface {
	VisitGetApplicationStatisticsResponse(w http.ResponseWriter) error
}

type GetApplicationStorageObject200Response

type GetApplicationStorageObject200Response struct {
}

func (GetApplicationStorageObject200Response) VisitGetApplicationStorageObjectResponse

func (response GetApplicationStorageObject200Response) VisitGetApplicationStorageObjectResponse(w http.ResponseWriter) error

type GetApplicationStorageObjectRequestObject

type GetApplicationStorageObjectRequestObject struct {
	ApplicationId ApplicationID `json:"application_id"`
	ObjectId      ObjectID      `json:"object_id"`
}

type GetApplicationStorageObjectResponseObject

type GetApplicationStorageObjectResponseObject interface {
	VisitGetApplicationStorageObjectResponse(w http.ResponseWriter) error
}

type GetApplicationStorageProvider200Response

type GetApplicationStorageProvider200Response struct {
}

func (GetApplicationStorageProvider200Response) VisitGetApplicationStorageProviderResponse

func (response GetApplicationStorageProvider200Response) VisitGetApplicationStorageProviderResponse(w http.ResponseWriter) error

type GetApplicationStorageProviderRequestObject

type GetApplicationStorageProviderRequestObject struct {
	ApplicationId ApplicationID `json:"application_id"`
	ProviderId    ProviderID    `json:"provider_id"`
}

type GetApplicationStorageProviderResponseObject

type GetApplicationStorageProviderResponseObject interface {
	VisitGetApplicationStorageProviderResponse(w http.ResponseWriter) error
}

type GetAuditExport200Response

type GetAuditExport200Response struct {
}

func (GetAuditExport200Response) VisitGetAuditExportResponse

func (response GetAuditExport200Response) VisitGetAuditExportResponse(w http.ResponseWriter) error

type GetAuditExportRequestObject

type GetAuditExportRequestObject struct {
	ApplicationId ApplicationID `json:"application_id"`
	ExportId      UUID          `json:"export_id"`
}

type GetAuditExportResponseObject

type GetAuditExportResponseObject interface {
	VisitGetAuditExportResponse(w http.ResponseWriter) error
}

type GetAuditLog200Response

type GetAuditLog200Response struct {
}

func (GetAuditLog200Response) VisitGetAuditLogResponse

func (response GetAuditLog200Response) VisitGetAuditLogResponse(w http.ResponseWriter) error

type GetAuditLogRequestObject

type GetAuditLogRequestObject struct {
	ApplicationId ApplicationID `json:"application_id"`
	AuditId       UUID          `json:"audit_id"`
}

type GetAuditLogResponseObject

type GetAuditLogResponseObject interface {
	VisitGetAuditLogResponse(w http.ResponseWriter) error
}

type GetBillingProvider200Response

type GetBillingProvider200Response struct {
}

func (GetBillingProvider200Response) VisitGetBillingProviderResponse

func (response GetBillingProvider200Response) VisitGetBillingProviderResponse(w http.ResponseWriter) error

type GetBillingProviderRequestObject

type GetBillingProviderRequestObject struct {
	ApplicationId ApplicationID `json:"application_id"`
	ProviderId    ProviderID    `json:"provider_id"`
}

type GetBillingProviderResponseObject

type GetBillingProviderResponseObject interface {
	VisitGetBillingProviderResponse(w http.ResponseWriter) error
}

type GetBillingReconciliationRun200Response

type GetBillingReconciliationRun200Response struct {
}

func (GetBillingReconciliationRun200Response) VisitGetBillingReconciliationRunResponse

func (response GetBillingReconciliationRun200Response) VisitGetBillingReconciliationRunResponse(w http.ResponseWriter) error

type GetBillingReconciliationRunRequestObject

type GetBillingReconciliationRunRequestObject struct {
	ApplicationId ApplicationID `json:"application_id"`
	RunId         UUID          `json:"run_id"`
}

type GetBillingReconciliationRunResponseObject

type GetBillingReconciliationRunResponseObject interface {
	VisitGetBillingReconciliationRunResponse(w http.ResponseWriter) error
}

type GetBillingStatistics200Response

type GetBillingStatistics200Response struct {
}

func (GetBillingStatistics200Response) VisitGetBillingStatisticsResponse

func (response GetBillingStatistics200Response) VisitGetBillingStatisticsResponse(w http.ResponseWriter) error

type GetBillingStatisticsParams

type GetBillingStatisticsParams struct {
	From *time.Time `form:"from,omitempty" json:"from,omitempty"`
	To   *time.Time `form:"to,omitempty" json:"to,omitempty"`
}

GetBillingStatisticsParams defines parameters for GetBillingStatistics.

type GetBillingStatisticsRequestObject

type GetBillingStatisticsRequestObject struct {
	ApplicationId ApplicationID `json:"application_id"`
	Params        GetBillingStatisticsParams
}

type GetBillingStatisticsResponseObject

type GetBillingStatisticsResponseObject interface {
	VisitGetBillingStatisticsResponse(w http.ResponseWriter) error
}

type GetCheckoutSession200Response

type GetCheckoutSession200Response struct {
}

func (GetCheckoutSession200Response) VisitGetCheckoutSessionResponse

func (response GetCheckoutSession200Response) VisitGetCheckoutSessionResponse(w http.ResponseWriter) error

type GetCheckoutSessionRequestObject

type GetCheckoutSessionRequestObject struct {
	ApplicationId ApplicationID `json:"application_id"`
	SessionId     SessionID     `json:"session_id"`
}

type GetCheckoutSessionResponseObject

type GetCheckoutSessionResponseObject interface {
	VisitGetCheckoutSessionResponse(w http.ResponseWriter) error
}

type GetControlApplicationStorageObject200Response

type GetControlApplicationStorageObject200Response struct {
}

func (GetControlApplicationStorageObject200Response) VisitGetControlApplicationStorageObjectResponse

func (response GetControlApplicationStorageObject200Response) VisitGetControlApplicationStorageObjectResponse(w http.ResponseWriter) error

type GetControlApplicationStorageObjectRequestObject

type GetControlApplicationStorageObjectRequestObject struct {
	ApplicationId ApplicationID `json:"application_id"`
	ObjectId      ObjectID      `json:"object_id"`
}

type GetControlApplicationStorageObjectResponseObject

type GetControlApplicationStorageObjectResponseObject interface {
	VisitGetControlApplicationStorageObjectResponse(w http.ResponseWriter) error
}

type GetCurrentUser200JSONResponse

type GetCurrentUser200JSONResponse User

func (GetCurrentUser200JSONResponse) VisitGetCurrentUserResponse

func (response GetCurrentUser200JSONResponse) VisitGetCurrentUserResponse(w http.ResponseWriter) error

type GetCurrentUserRequestObject

type GetCurrentUserRequestObject struct {
	ApplicationId ApplicationID `json:"application_id"`
}

type GetCurrentUserResponseObject

type GetCurrentUserResponseObject interface {
	VisitGetCurrentUserResponse(w http.ResponseWriter) error
}

type GetDelegation200Response

type GetDelegation200Response struct {
}

func (GetDelegation200Response) VisitGetDelegationResponse

func (response GetDelegation200Response) VisitGetDelegationResponse(w http.ResponseWriter) error

type GetDelegationRequestObject

type GetDelegationRequestObject struct {
	ApplicationId ApplicationID `json:"application_id"`
	DelegationId  UUID          `json:"delegation_id"`
}

type GetDelegationResponseObject

type GetDelegationResponseObject interface {
	VisitGetDelegationResponse(w http.ResponseWriter) error
}

type GetDispute200Response

type GetDispute200Response struct {
}

func (GetDispute200Response) VisitGetDisputeResponse

func (response GetDispute200Response) VisitGetDisputeResponse(w http.ResponseWriter) error

type GetDisputeRequestObject

type GetDisputeRequestObject struct {
	ApplicationId ApplicationID `json:"application_id"`
	DisputeId     UUID          `json:"dispute_id"`
}

type GetDisputeResponseObject

type GetDisputeResponseObject interface {
	VisitGetDisputeResponse(w http.ResponseWriter) error
}

type GetEntitlement200Response

type GetEntitlement200Response struct {
}

func (GetEntitlement200Response) VisitGetEntitlementResponse

func (response GetEntitlement200Response) VisitGetEntitlementResponse(w http.ResponseWriter) error

type GetEntitlementRequestObject

type GetEntitlementRequestObject struct {
	ApplicationId ApplicationID `json:"application_id"`
	EntitlementId UUID          `json:"entitlement_id"`
}

type GetEntitlementResponseObject

type GetEntitlementResponseObject interface {
	VisitGetEntitlementResponse(w http.ResponseWriter) error
}

type GetEvent200JSONResponse

type GetEvent200JSONResponse EventEnvelope

func (GetEvent200JSONResponse) VisitGetEventResponse

func (response GetEvent200JSONResponse) VisitGetEventResponse(w http.ResponseWriter) error

type GetEventRequestObject

type GetEventRequestObject struct {
	ApplicationId ApplicationID `json:"application_id"`
	EventId       UUID          `json:"event_id"`
}

type GetEventResponseObject

type GetEventResponseObject interface {
	VisitGetEventResponse(w http.ResponseWriter) error
}

type GetEventType200JSONResponse

type GetEventType200JSONResponse EventTypeDefinition

func (GetEventType200JSONResponse) VisitGetEventTypeResponse

func (response GetEventType200JSONResponse) VisitGetEventTypeResponse(w http.ResponseWriter) error

type GetEventTypeRequestObject

type GetEventTypeRequestObject struct {
	ApplicationId ApplicationID `json:"application_id"`
	EventTypeId   UUID          `json:"event_type_id"`
}

type GetEventTypeResponseObject

type GetEventTypeResponseObject interface {
	VisitGetEventTypeResponse(w http.ResponseWriter) error
}

type GetInstallationBillingProvider200Response

type GetInstallationBillingProvider200Response struct {
}

func (GetInstallationBillingProvider200Response) VisitGetInstallationBillingProviderResponse

func (response GetInstallationBillingProvider200Response) VisitGetInstallationBillingProviderResponse(w http.ResponseWriter) error

type GetInstallationBillingProviderRequestObject

type GetInstallationBillingProviderRequestObject struct {
	ProviderId ProviderID `json:"provider_id"`
}

type GetInstallationBillingProviderResponseObject

type GetInstallationBillingProviderResponseObject interface {
	VisitGetInstallationBillingProviderResponse(w http.ResponseWriter) error
}

type GetInstallationNotificationProvider200Response

type GetInstallationNotificationProvider200Response struct {
}

func (GetInstallationNotificationProvider200Response) VisitGetInstallationNotificationProviderResponse

func (response GetInstallationNotificationProvider200Response) VisitGetInstallationNotificationProviderResponse(w http.ResponseWriter) error

type GetInstallationNotificationProvider404ApplicationProblemPlusJSONResponse

type GetInstallationNotificationProvider404ApplicationProblemPlusJSONResponse struct {
	ProblemApplicationProblemPlusJSONResponse
}

func (GetInstallationNotificationProvider404ApplicationProblemPlusJSONResponse) VisitGetInstallationNotificationProviderResponse

func (response GetInstallationNotificationProvider404ApplicationProblemPlusJSONResponse) VisitGetInstallationNotificationProviderResponse(w http.ResponseWriter) error

type GetInstallationNotificationProviderRequestObject

type GetInstallationNotificationProviderRequestObject struct {
	ProviderId UUID `json:"provider_id"`
}

type GetInstallationNotificationProviderResponseObject

type GetInstallationNotificationProviderResponseObject interface {
	VisitGetInstallationNotificationProviderResponse(w http.ResponseWriter) error
}

type GetInstallationNotificationTemplate200Response

type GetInstallationNotificationTemplate200Response struct {
}

func (GetInstallationNotificationTemplate200Response) VisitGetInstallationNotificationTemplateResponse

func (response GetInstallationNotificationTemplate200Response) VisitGetInstallationNotificationTemplateResponse(w http.ResponseWriter) error

type GetInstallationNotificationTemplateRequestObject

type GetInstallationNotificationTemplateRequestObject struct {
	TemplateId UUID `json:"template_id"`
}

type GetInstallationNotificationTemplateResponseObject

type GetInstallationNotificationTemplateResponseObject interface {
	VisitGetInstallationNotificationTemplateResponse(w http.ResponseWriter) error
}

type GetInstallationStorageObject200Response

type GetInstallationStorageObject200Response struct {
}

func (GetInstallationStorageObject200Response) VisitGetInstallationStorageObjectResponse

func (response GetInstallationStorageObject200Response) VisitGetInstallationStorageObjectResponse(w http.ResponseWriter) error

type GetInstallationStorageObjectRequestObject

type GetInstallationStorageObjectRequestObject struct {
	ObjectId ObjectID `json:"object_id"`
}

type GetInstallationStorageObjectResponseObject

type GetInstallationStorageObjectResponseObject interface {
	VisitGetInstallationStorageObjectResponse(w http.ResponseWriter) error
}

type GetInstallationStorageProvider200Response

type GetInstallationStorageProvider200Response struct {
}

func (GetInstallationStorageProvider200Response) VisitGetInstallationStorageProviderResponse

func (response GetInstallationStorageProvider200Response) VisitGetInstallationStorageProviderResponse(w http.ResponseWriter) error

type GetInstallationStorageProviderRequestObject

type GetInstallationStorageProviderRequestObject struct {
	ProviderId ProviderID `json:"provider_id"`
}

type GetInstallationStorageProviderResponseObject

type GetInstallationStorageProviderResponseObject interface {
	VisitGetInstallationStorageProviderResponse(w http.ResponseWriter) error
}

type GetInvoice200Response

type GetInvoice200Response struct {
}

func (GetInvoice200Response) VisitGetInvoiceResponse

func (response GetInvoice200Response) VisitGetInvoiceResponse(w http.ResponseWriter) error

type GetInvoiceRequestObject

type GetInvoiceRequestObject struct {
	ApplicationId ApplicationID `json:"application_id"`
	InvoiceId     UUID          `json:"invoice_id"`
}

type GetInvoiceResponseObject

type GetInvoiceResponseObject interface {
	VisitGetInvoiceResponse(w http.ResponseWriter) error
}

type GetLocalEntitlementRequest200Response

type GetLocalEntitlementRequest200Response struct {
}

func (GetLocalEntitlementRequest200Response) VisitGetLocalEntitlementRequestResponse

func (response GetLocalEntitlementRequest200Response) VisitGetLocalEntitlementRequestResponse(w http.ResponseWriter) error

type GetLocalEntitlementRequestRequestObject

type GetLocalEntitlementRequestRequestObject struct {
	ApplicationId ApplicationID `json:"application_id"`
	RequestId     RequestID     `json:"request_id"`
}

type GetLocalEntitlementRequestResponseObject

type GetLocalEntitlementRequestResponseObject interface {
	VisitGetLocalEntitlementRequestResponse(w http.ResponseWriter) error
}

type GetManagementAPIStatus200JSONResponse

type GetManagementAPIStatus200JSONResponse ManagementAPIStatus

func (GetManagementAPIStatus200JSONResponse) VisitGetManagementAPIStatusResponse

func (response GetManagementAPIStatus200JSONResponse) VisitGetManagementAPIStatusResponse(w http.ResponseWriter) error

type GetManagementAPIStatusRequestObject

type GetManagementAPIStatusRequestObject struct {
}

type GetManagementAPIStatusResponseObject

type GetManagementAPIStatusResponseObject interface {
	VisitGetManagementAPIStatusResponse(w http.ResponseWriter) error
}

type GetMyBillingProfile200Response

type GetMyBillingProfile200Response struct {
}

func (GetMyBillingProfile200Response) VisitGetMyBillingProfileResponse

func (response GetMyBillingProfile200Response) VisitGetMyBillingProfileResponse(w http.ResponseWriter) error

type GetMyBillingProfileRequestObject

type GetMyBillingProfileRequestObject struct {
	ApplicationId ApplicationID `json:"application_id"`
}

type GetMyBillingProfileResponseObject

type GetMyBillingProfileResponseObject interface {
	VisitGetMyBillingProfileResponse(w http.ResponseWriter) error
}

type GetMyBillingSummary200Response

type GetMyBillingSummary200Response struct {
}

func (GetMyBillingSummary200Response) VisitGetMyBillingSummaryResponse

func (response GetMyBillingSummary200Response) VisitGetMyBillingSummaryResponse(w http.ResponseWriter) error

type GetMyBillingSummaryRequestObject

type GetMyBillingSummaryRequestObject struct {
	ApplicationId ApplicationID `json:"application_id"`
}

type GetMyBillingSummaryResponseObject

type GetMyBillingSummaryResponseObject interface {
	VisitGetMyBillingSummaryResponse(w http.ResponseWriter) error
}

type GetMyLocalEntitlementRequest200Response

type GetMyLocalEntitlementRequest200Response struct {
}

func (GetMyLocalEntitlementRequest200Response) VisitGetMyLocalEntitlementRequestResponse

func (response GetMyLocalEntitlementRequest200Response) VisitGetMyLocalEntitlementRequestResponse(w http.ResponseWriter) error

type GetMyLocalEntitlementRequestRequestObject

type GetMyLocalEntitlementRequestRequestObject struct {
	ApplicationId ApplicationID `json:"application_id"`
	RequestId     RequestID     `json:"request_id"`
}

type GetMyLocalEntitlementRequestResponseObject

type GetMyLocalEntitlementRequestResponseObject interface {
	VisitGetMyLocalEntitlementRequestResponse(w http.ResponseWriter) error
}

type GetMyStorageObject200Response

type GetMyStorageObject200Response struct {
}

func (GetMyStorageObject200Response) VisitGetMyStorageObjectResponse

func (response GetMyStorageObject200Response) VisitGetMyStorageObjectResponse(w http.ResponseWriter) error

type GetMyStorageObjectRequestObject

type GetMyStorageObjectRequestObject struct {
	ApplicationId ApplicationID `json:"application_id"`
	ObjectId      ObjectID      `json:"object_id"`
}

type GetMyStorageObjectResponseObject

type GetMyStorageObjectResponseObject interface {
	VisitGetMyStorageObjectResponse(w http.ResponseWriter) error
}

type GetMyWorkspace200Response

type GetMyWorkspace200Response struct {
}

func (GetMyWorkspace200Response) VisitGetMyWorkspaceResponse

func (response GetMyWorkspace200Response) VisitGetMyWorkspaceResponse(w http.ResponseWriter) error

type GetMyWorkspaceRequestObject

type GetMyWorkspaceRequestObject struct {
	ApplicationId ApplicationID `json:"application_id"`
	WorkspaceId   UUID          `json:"workspace_id"`
}

type GetMyWorkspaceResponseObject

type GetMyWorkspaceResponseObject interface {
	VisitGetMyWorkspaceResponse(w http.ResponseWriter) error
}

type GetNotification200Response

type GetNotification200Response struct {
}

func (GetNotification200Response) VisitGetNotificationResponse

func (response GetNotification200Response) VisitGetNotificationResponse(w http.ResponseWriter) error

type GetNotificationProvider200Response

type GetNotificationProvider200Response struct {
}

func (GetNotificationProvider200Response) VisitGetNotificationProviderResponse

func (response GetNotificationProvider200Response) VisitGetNotificationProviderResponse(w http.ResponseWriter) error

type GetNotificationProviderRequestObject

type GetNotificationProviderRequestObject struct {
	ApplicationId ApplicationID `json:"application_id"`
	ProviderId    UUID          `json:"provider_id"`
}

type GetNotificationProviderResponseObject

type GetNotificationProviderResponseObject interface {
	VisitGetNotificationProviderResponse(w http.ResponseWriter) error
}

type GetNotificationRequestObject

type GetNotificationRequestObject struct {
	ApplicationId  ApplicationID `json:"application_id"`
	NotificationId UUID          `json:"notification_id"`
}

type GetNotificationResponseObject

type GetNotificationResponseObject interface {
	VisitGetNotificationResponse(w http.ResponseWriter) error
}

type GetNotificationStatistics200Response

type GetNotificationStatistics200Response struct {
}

func (GetNotificationStatistics200Response) VisitGetNotificationStatisticsResponse

func (response GetNotificationStatistics200Response) VisitGetNotificationStatisticsResponse(w http.ResponseWriter) error

type GetNotificationStatisticsRequestObject

type GetNotificationStatisticsRequestObject struct {
	ApplicationId ApplicationID `json:"application_id"`
}

type GetNotificationStatisticsResponseObject

type GetNotificationStatisticsResponseObject interface {
	VisitGetNotificationStatisticsResponse(w http.ResponseWriter) error
}

type GetNotificationTemplate200Response

type GetNotificationTemplate200Response struct {
}

func (GetNotificationTemplate200Response) VisitGetNotificationTemplateResponse

func (response GetNotificationTemplate200Response) VisitGetNotificationTemplateResponse(w http.ResponseWriter) error

type GetNotificationTemplateRequestObject

type GetNotificationTemplateRequestObject struct {
	ApplicationId ApplicationID `json:"application_id"`
	TemplateId    UUID          `json:"template_id"`
}

type GetNotificationTemplateResponseObject

type GetNotificationTemplateResponseObject interface {
	VisitGetNotificationTemplateResponse(w http.ResponseWriter) error
}

type GetOperatorAccount200Response

type GetOperatorAccount200Response struct {
}

func (GetOperatorAccount200Response) VisitGetOperatorAccountResponse

func (response GetOperatorAccount200Response) VisitGetOperatorAccountResponse(w http.ResponseWriter) error

type GetOperatorAccountRequestObject

type GetOperatorAccountRequestObject struct {
}

type GetOperatorAccountResponseObject

type GetOperatorAccountResponseObject interface {
	VisitGetOperatorAccountResponse(w http.ResponseWriter) error
}

type GetOrganization200Response

type GetOrganization200Response struct {
}

func (GetOrganization200Response) VisitGetOrganizationResponse

func (response GetOrganization200Response) VisitGetOrganizationResponse(w http.ResponseWriter) error

type GetOrganizationBillingProvider200Response

type GetOrganizationBillingProvider200Response struct {
}

func (GetOrganizationBillingProvider200Response) VisitGetOrganizationBillingProviderResponse

func (response GetOrganizationBillingProvider200Response) VisitGetOrganizationBillingProviderResponse(w http.ResponseWriter) error

type GetOrganizationBillingProviderRequestObject

type GetOrganizationBillingProviderRequestObject struct {
	OrganizationId OrganizationID `json:"organization_id"`
	ProviderId     ProviderID     `json:"provider_id"`
}

type GetOrganizationBillingProviderResponseObject

type GetOrganizationBillingProviderResponseObject interface {
	VisitGetOrganizationBillingProviderResponse(w http.ResponseWriter) error
}

type GetOrganizationNotificationProvider200Response

type GetOrganizationNotificationProvider200Response struct {
}

func (GetOrganizationNotificationProvider200Response) VisitGetOrganizationNotificationProviderResponse

func (response GetOrganizationNotificationProvider200Response) VisitGetOrganizationNotificationProviderResponse(w http.ResponseWriter) error

type GetOrganizationNotificationProviderRequestObject

type GetOrganizationNotificationProviderRequestObject struct {
	OrganizationId OrganizationID `json:"organization_id"`
	ProviderId     UUID           `json:"provider_id"`
}

type GetOrganizationNotificationProviderResponseObject

type GetOrganizationNotificationProviderResponseObject interface {
	VisitGetOrganizationNotificationProviderResponse(w http.ResponseWriter) error
}

type GetOrganizationPolicy200JSONResponse

type GetOrganizationPolicy200JSONResponse OrganizationPolicy

func (GetOrganizationPolicy200JSONResponse) VisitGetOrganizationPolicyResponse

func (response GetOrganizationPolicy200JSONResponse) VisitGetOrganizationPolicyResponse(w http.ResponseWriter) error

type GetOrganizationPolicyRequestObject

type GetOrganizationPolicyRequestObject struct {
	OrganizationId OrganizationID `json:"organization_id"`
}

type GetOrganizationPolicyResponseObject

type GetOrganizationPolicyResponseObject interface {
	VisitGetOrganizationPolicyResponse(w http.ResponseWriter) error
}

type GetOrganizationRequestObject

type GetOrganizationRequestObject struct {
	OrganizationId OrganizationID `json:"organization_id"`
}

type GetOrganizationResponseObject

type GetOrganizationResponseObject interface {
	VisitGetOrganizationResponse(w http.ResponseWriter) error
}

type GetOrganizationStorageObject200Response

type GetOrganizationStorageObject200Response struct {
}

func (GetOrganizationStorageObject200Response) VisitGetOrganizationStorageObjectResponse

func (response GetOrganizationStorageObject200Response) VisitGetOrganizationStorageObjectResponse(w http.ResponseWriter) error

type GetOrganizationStorageObjectRequestObject

type GetOrganizationStorageObjectRequestObject struct {
	OrganizationId OrganizationID `json:"organization_id"`
	ObjectId       ObjectID       `json:"object_id"`
}

type GetOrganizationStorageObjectResponseObject

type GetOrganizationStorageObjectResponseObject interface {
	VisitGetOrganizationStorageObjectResponse(w http.ResponseWriter) error
}

type GetOrganizationStorageProvider200Response

type GetOrganizationStorageProvider200Response struct {
}

func (GetOrganizationStorageProvider200Response) VisitGetOrganizationStorageProviderResponse

func (response GetOrganizationStorageProvider200Response) VisitGetOrganizationStorageProviderResponse(w http.ResponseWriter) error

type GetOrganizationStorageProviderRequestObject

type GetOrganizationStorageProviderRequestObject struct {
	OrganizationId OrganizationID `json:"organization_id"`
	ProviderId     ProviderID     `json:"provider_id"`
}

type GetOrganizationStorageProviderResponseObject

type GetOrganizationStorageProviderResponseObject interface {
	VisitGetOrganizationStorageProviderResponse(w http.ResponseWriter) error
}

type GetPayment200Response

type GetPayment200Response struct {
}

func (GetPayment200Response) VisitGetPaymentResponse

func (response GetPayment200Response) VisitGetPaymentResponse(w http.ResponseWriter) error

type GetPaymentRequestObject

type GetPaymentRequestObject struct {
	ApplicationId ApplicationID `json:"application_id"`
	PaymentId     PaymentID     `json:"payment_id"`
}

type GetPaymentResponseObject

type GetPaymentResponseObject interface {
	VisitGetPaymentResponse(w http.ResponseWriter) error
}

type GetProduct200Response

type GetProduct200Response struct {
}

func (GetProduct200Response) VisitGetProductResponse

func (response GetProduct200Response) VisitGetProductResponse(w http.ResponseWriter) error

type GetProductRequestObject

type GetProductRequestObject struct {
	ApplicationId ApplicationID `json:"application_id"`
	ProductId     UUID          `json:"product_id"`
}

type GetProductResponseObject

type GetProductResponseObject interface {
	VisitGetProductResponse(w http.ResponseWriter) error
}

type GetRefund200Response

type GetRefund200Response struct {
}

func (GetRefund200Response) VisitGetRefundResponse

func (response GetRefund200Response) VisitGetRefundResponse(w http.ResponseWriter) error

type GetRefundRequestObject

type GetRefundRequestObject struct {
	ApplicationId ApplicationID `json:"application_id"`
	RefundId      UUID          `json:"refund_id"`
}

type GetRefundResponseObject

type GetRefundResponseObject interface {
	VisitGetRefundResponse(w http.ResponseWriter) error
}

type GetRole200Response

type GetRole200Response struct {
}

func (GetRole200Response) VisitGetRoleResponse

func (response GetRole200Response) VisitGetRoleResponse(w http.ResponseWriter) error

type GetRole404ApplicationProblemPlusJSONResponse

type GetRole404ApplicationProblemPlusJSONResponse struct {
	ProblemApplicationProblemPlusJSONResponse
}

func (GetRole404ApplicationProblemPlusJSONResponse) VisitGetRoleResponse

func (response GetRole404ApplicationProblemPlusJSONResponse) VisitGetRoleResponse(w http.ResponseWriter) error

type GetRoleRequestObject

type GetRoleRequestObject struct {
	ApplicationId ApplicationID `json:"application_id"`
	RoleId        UUID          `json:"role_id"`
}

type GetRoleResponseObject

type GetRoleResponseObject interface {
	VisitGetRoleResponse(w http.ResponseWriter) error
}

type GetSubscription200Response

type GetSubscription200Response struct {
}

func (GetSubscription200Response) VisitGetSubscriptionResponse

func (response GetSubscription200Response) VisitGetSubscriptionResponse(w http.ResponseWriter) error

type GetSubscriptionRequestObject

type GetSubscriptionRequestObject struct {
	ApplicationId  ApplicationID  `json:"application_id"`
	SubscriptionId SubscriptionID `json:"subscription_id"`
}

type GetSubscriptionResponseObject

type GetSubscriptionResponseObject interface {
	VisitGetSubscriptionResponse(w http.ResponseWriter) error
}

type GetUser200Response

type GetUser200Response struct {
}

func (GetUser200Response) VisitGetUserResponse

func (response GetUser200Response) VisitGetUserResponse(w http.ResponseWriter) error

type GetUserRequestObject

type GetUserRequestObject struct {
	ApplicationId ApplicationID `json:"application_id"`
	UserId        UUID          `json:"user_id"`
}

type GetUserResponseObject

type GetUserResponseObject interface {
	VisitGetUserResponse(w http.ResponseWriter) error
}

type GetWebhook200Response

type GetWebhook200Response struct {
}

func (GetWebhook200Response) VisitGetWebhookResponse

func (response GetWebhook200Response) VisitGetWebhookResponse(w http.ResponseWriter) error

type GetWebhook404ApplicationProblemPlusJSONResponse

type GetWebhook404ApplicationProblemPlusJSONResponse struct {
	ProblemApplicationProblemPlusJSONResponse
}

func (GetWebhook404ApplicationProblemPlusJSONResponse) VisitGetWebhookResponse

func (response GetWebhook404ApplicationProblemPlusJSONResponse) VisitGetWebhookResponse(w http.ResponseWriter) error

type GetWebhookDelivery200Response

type GetWebhookDelivery200Response struct {
}

func (GetWebhookDelivery200Response) VisitGetWebhookDeliveryResponse

func (response GetWebhookDelivery200Response) VisitGetWebhookDeliveryResponse(w http.ResponseWriter) error

type GetWebhookDelivery404ApplicationProblemPlusJSONResponse

type GetWebhookDelivery404ApplicationProblemPlusJSONResponse struct {
	ProblemApplicationProblemPlusJSONResponse
}

func (GetWebhookDelivery404ApplicationProblemPlusJSONResponse) VisitGetWebhookDeliveryResponse

func (response GetWebhookDelivery404ApplicationProblemPlusJSONResponse) VisitGetWebhookDeliveryResponse(w http.ResponseWriter) error

type GetWebhookDeliveryRequestObject

type GetWebhookDeliveryRequestObject struct {
	ApplicationId ApplicationID `json:"application_id"`
	DeliveryId    UUID          `json:"delivery_id"`
}

type GetWebhookDeliveryResponseObject

type GetWebhookDeliveryResponseObject interface {
	VisitGetWebhookDeliveryResponse(w http.ResponseWriter) error
}

type GetWebhookRequestObject

type GetWebhookRequestObject struct {
	ApplicationId ApplicationID `json:"application_id"`
	WebhookId     UUID          `json:"webhook_id"`
}

type GetWebhookResponseObject

type GetWebhookResponseObject interface {
	VisitGetWebhookResponse(w http.ResponseWriter) error
}

type GetWorkspace200Response

type GetWorkspace200Response struct {
}

func (GetWorkspace200Response) VisitGetWorkspaceResponse

func (response GetWorkspace200Response) VisitGetWorkspaceResponse(w http.ResponseWriter) error

type GetWorkspaceBillingProfile200Response

type GetWorkspaceBillingProfile200Response struct {
}

func (GetWorkspaceBillingProfile200Response) VisitGetWorkspaceBillingProfileResponse

func (response GetWorkspaceBillingProfile200Response) VisitGetWorkspaceBillingProfileResponse(w http.ResponseWriter) error

type GetWorkspaceBillingProfileRequestObject

type GetWorkspaceBillingProfileRequestObject struct {
	ApplicationId ApplicationID `json:"application_id"`
	WorkspaceId   UUID          `json:"workspace_id"`
}

type GetWorkspaceBillingProfileResponseObject

type GetWorkspaceBillingProfileResponseObject interface {
	VisitGetWorkspaceBillingProfileResponse(w http.ResponseWriter) error
}

type GetWorkspaceRequestObject

type GetWorkspaceRequestObject struct {
	ApplicationId ApplicationID `json:"application_id"`
	WorkspaceId   UUID          `json:"workspace_id"`
}

type GetWorkspaceResponseObject

type GetWorkspaceResponseObject interface {
	VisitGetWorkspaceResponse(w http.ResponseWriter) error
}

type GetWorkspaceStorageObject200Response

type GetWorkspaceStorageObject200Response struct {
}

func (GetWorkspaceStorageObject200Response) VisitGetWorkspaceStorageObjectResponse

func (response GetWorkspaceStorageObject200Response) VisitGetWorkspaceStorageObjectResponse(w http.ResponseWriter) error

type GetWorkspaceStorageObjectRequestObject

type GetWorkspaceStorageObjectRequestObject struct {
	ApplicationId ApplicationID `json:"application_id"`
	WorkspaceId   WorkspaceID   `json:"workspace_id"`
	ObjectId      ObjectID      `json:"object_id"`
}

type GetWorkspaceStorageObjectResponseObject

type GetWorkspaceStorageObjectResponseObject interface {
	VisitGetWorkspaceStorageObjectResponse(w http.ResponseWriter) error
}

type GoogleAuthCallback302Response

type GoogleAuthCallback302Response struct {
}

func (GoogleAuthCallback302Response) VisitGoogleAuthCallbackResponse

func (response GoogleAuthCallback302Response) VisitGoogleAuthCallbackResponse(w http.ResponseWriter) error

type GoogleAuthCallbackRequestObject

type GoogleAuthCallbackRequestObject struct {
	ApplicationId ApplicationID `json:"application_id"`
}

type GoogleAuthCallbackResponseObject

type GoogleAuthCallbackResponseObject interface {
	VisitGoogleAuthCallbackResponse(w http.ResponseWriter) error
}

type Health200Response

type Health200Response struct {
}

func (Health200Response) VisitHealthResponse

func (response Health200Response) VisitHealthResponse(w http.ResponseWriter) error

type HealthRequestObject

type HealthRequestObject struct {
}

type HealthResponseObject

type HealthResponseObject interface {
	VisitHealthResponse(w http.ResponseWriter) error
}

type IdempotencyKey

type IdempotencyKey = string

IdempotencyKey defines model for IdempotencyKey.

type IfMatch

type IfMatch = string

IfMatch defines model for IfMatch.

type IncludeRetired

type IncludeRetired = bool

IncludeRetired defines model for IncludeRetired.

type InternalApplicationConfig

type InternalApplicationConfig = ApplicationInternalConfig

InternalApplicationConfig defines model for InternalApplicationConfig.

type IntrospectOIDCToken200Response

type IntrospectOIDCToken200Response struct {
}

func (IntrospectOIDCToken200Response) VisitIntrospectOIDCTokenResponse

func (response IntrospectOIDCToken200Response) VisitIntrospectOIDCTokenResponse(w http.ResponseWriter) error

type IntrospectOIDCTokenFormdataBody

type IntrospectOIDCTokenFormdataBody struct {
	ClientId      *string     `form:"client_id,omitempty" json:"client_id,omitempty"`
	ClientSecret  *string     `form:"client_secret,omitempty" json:"client_secret,omitempty"`
	Token         *string     `form:"token,omitempty" json:"token,omitempty"`
	TokenTypeHint interface{} `form:"token_type_hint,omitempty" json:"token_type_hint,omitempty"`
}

IntrospectOIDCTokenFormdataBody defines parameters for IntrospectOIDCToken.

type IntrospectOIDCTokenFormdataRequestBody

type IntrospectOIDCTokenFormdataRequestBody IntrospectOIDCTokenFormdataBody

IntrospectOIDCTokenFormdataRequestBody defines body for IntrospectOIDCToken for application/x-www-form-urlencoded ContentType.

type IntrospectOIDCTokenRequestObject

type IntrospectOIDCTokenRequestObject struct {
	Body *IntrospectOIDCTokenFormdataRequestBody
}

type IntrospectOIDCTokenResponseObject

type IntrospectOIDCTokenResponseObject interface {
	VisitIntrospectOIDCTokenResponse(w http.ResponseWriter) error
}

type InvalidParamFormatError

type InvalidParamFormatError struct {
	ParamName string
	Err       error
}

func (*InvalidParamFormatError) Error

func (e *InvalidParamFormatError) Error() string

func (*InvalidParamFormatError) Unwrap

func (e *InvalidParamFormatError) Unwrap() error

type LeaveWorkspace204Response

type LeaveWorkspace204Response struct {
}

func (LeaveWorkspace204Response) VisitLeaveWorkspaceResponse

func (response LeaveWorkspace204Response) VisitLeaveWorkspaceResponse(w http.ResponseWriter) error

type LeaveWorkspaceRequestObject

type LeaveWorkspaceRequestObject struct {
	ApplicationId ApplicationID `json:"application_id"`
	WorkspaceId   UUID          `json:"workspace_id"`
}

type LeaveWorkspaceResponseObject

type LeaveWorkspaceResponseObject interface {
	VisitLeaveWorkspaceResponse(w http.ResponseWriter) error
}

type ListApplicationAuthProviders200JSONResponse

type ListApplicationAuthProviders200JSONResponse struct{ PageJSONResponse }

func (ListApplicationAuthProviders200JSONResponse) VisitListApplicationAuthProvidersResponse

func (response ListApplicationAuthProviders200JSONResponse) VisitListApplicationAuthProvidersResponse(w http.ResponseWriter) error

type ListApplicationAuthProvidersRequestObject

type ListApplicationAuthProvidersRequestObject struct {
	ApplicationId ApplicationID `json:"application_id"`
}

type ListApplicationAuthProvidersResponseObject

type ListApplicationAuthProvidersResponseObject interface {
	VisitListApplicationAuthProvidersResponse(w http.ResponseWriter) error
}

type ListApplicationDomains200JSONResponse

type ListApplicationDomains200JSONResponse struct{ PageJSONResponse }

func (ListApplicationDomains200JSONResponse) VisitListApplicationDomainsResponse

func (response ListApplicationDomains200JSONResponse) VisitListApplicationDomainsResponse(w http.ResponseWriter) error

type ListApplicationDomainsRequestObject

type ListApplicationDomainsRequestObject struct {
	ApplicationId ApplicationID `json:"application_id"`
}

type ListApplicationDomainsResponseObject

type ListApplicationDomainsResponseObject interface {
	VisitListApplicationDomainsResponse(w http.ResponseWriter) error
}

type ListApplicationStorageObjects200JSONResponse

type ListApplicationStorageObjects200JSONResponse struct{ PageJSONResponse }

func (ListApplicationStorageObjects200JSONResponse) VisitListApplicationStorageObjectsResponse

func (response ListApplicationStorageObjects200JSONResponse) VisitListApplicationStorageObjectsResponse(w http.ResponseWriter) error

type ListApplicationStorageObjectsRequestObject

type ListApplicationStorageObjectsRequestObject struct {
	ApplicationId ApplicationID `json:"application_id"`
}

type ListApplicationStorageObjectsResponseObject

type ListApplicationStorageObjectsResponseObject interface {
	VisitListApplicationStorageObjectsResponse(w http.ResponseWriter) error
}

type ListApplicationStorageProviders200JSONResponse

type ListApplicationStorageProviders200JSONResponse struct{ PageJSONResponse }

func (ListApplicationStorageProviders200JSONResponse) VisitListApplicationStorageProvidersResponse

func (response ListApplicationStorageProviders200JSONResponse) VisitListApplicationStorageProvidersResponse(w http.ResponseWriter) error

type ListApplicationStorageProvidersRequestObject

type ListApplicationStorageProvidersRequestObject struct {
	ApplicationId ApplicationID `json:"application_id"`
}

type ListApplicationStorageProvidersResponseObject

type ListApplicationStorageProvidersResponseObject interface {
	VisitListApplicationStorageProvidersResponse(w http.ResponseWriter) error
}

type ListApplications200JSONResponse

type ListApplications200JSONResponse struct{ PageJSONResponse }

func (ListApplications200JSONResponse) VisitListApplicationsResponse

func (response ListApplications200JSONResponse) VisitListApplicationsResponse(w http.ResponseWriter) error

type ListApplicationsParams

type ListApplicationsParams struct {
	IncludeRetired *IncludeRetired `form:"include_retired,omitempty" json:"include_retired,omitempty"`
}

ListApplicationsParams defines parameters for ListApplications.

type ListApplicationsRequestObject

type ListApplicationsRequestObject struct {
	OrganizationId OrganizationID `json:"organization_id"`
	Params         ListApplicationsParams
}

type ListApplicationsResponseObject

type ListApplicationsResponseObject interface {
	VisitListApplicationsResponse(w http.ResponseWriter) error
}

type ListAuditLogs200JSONResponse

type ListAuditLogs200JSONResponse struct{ PageJSONResponse }

func (ListAuditLogs200JSONResponse) VisitListAuditLogsResponse

func (response ListAuditLogs200JSONResponse) VisitListAuditLogsResponse(w http.ResponseWriter) error

type ListAuditLogsRequestObject

type ListAuditLogsRequestObject struct {
	ApplicationId ApplicationID `json:"application_id"`
}

type ListAuditLogsResponseObject

type ListAuditLogsResponseObject interface {
	VisitListAuditLogsResponse(w http.ResponseWriter) error
}

type ListAuthProviders200JSONResponse

type ListAuthProviders200JSONResponse struct{ PageJSONResponse }

func (ListAuthProviders200JSONResponse) VisitListAuthProvidersResponse

func (response ListAuthProviders200JSONResponse) VisitListAuthProvidersResponse(w http.ResponseWriter) error

type ListAuthProvidersRequestObject

type ListAuthProvidersRequestObject struct {
	ApplicationId ApplicationID `json:"application_id"`
}

type ListAuthProvidersResponseObject

type ListAuthProvidersResponseObject interface {
	VisitListAuthProvidersResponse(w http.ResponseWriter) error
}

type ListBillingProviderEvents200JSONResponse

type ListBillingProviderEvents200JSONResponse struct{ PageJSONResponse }

func (ListBillingProviderEvents200JSONResponse) VisitListBillingProviderEventsResponse

func (response ListBillingProviderEvents200JSONResponse) VisitListBillingProviderEventsResponse(w http.ResponseWriter) error

type ListBillingProviderEventsRequestObject

type ListBillingProviderEventsRequestObject struct {
	ApplicationId ApplicationID `json:"application_id"`
}

type ListBillingProviderEventsResponseObject

type ListBillingProviderEventsResponseObject interface {
	VisitListBillingProviderEventsResponse(w http.ResponseWriter) error
}

type ListBillingProviders200JSONResponse

type ListBillingProviders200JSONResponse struct{ PageJSONResponse }

func (ListBillingProviders200JSONResponse) VisitListBillingProvidersResponse

func (response ListBillingProviders200JSONResponse) VisitListBillingProvidersResponse(w http.ResponseWriter) error

type ListBillingProvidersRequestObject

type ListBillingProvidersRequestObject struct {
	ApplicationId ApplicationID `json:"application_id"`
}

type ListBillingProvidersResponseObject

type ListBillingProvidersResponseObject interface {
	VisitListBillingProvidersResponse(w http.ResponseWriter) error
}

type ListBillingReconciliationRuns200JSONResponse

type ListBillingReconciliationRuns200JSONResponse struct{ PageJSONResponse }

func (ListBillingReconciliationRuns200JSONResponse) VisitListBillingReconciliationRunsResponse

func (response ListBillingReconciliationRuns200JSONResponse) VisitListBillingReconciliationRunsResponse(w http.ResponseWriter) error

type ListBillingReconciliationRunsRequestObject

type ListBillingReconciliationRunsRequestObject struct {
	ApplicationId ApplicationID `json:"application_id"`
}

type ListBillingReconciliationRunsResponseObject

type ListBillingReconciliationRunsResponseObject interface {
	VisitListBillingReconciliationRunsResponse(w http.ResponseWriter) error
}

type ListClients200JSONResponse

type ListClients200JSONResponse struct{ PageJSONResponse }

func (ListClients200JSONResponse) VisitListClientsResponse

func (response ListClients200JSONResponse) VisitListClientsResponse(w http.ResponseWriter) error

type ListClientsRequestObject

type ListClientsRequestObject struct {
	ApplicationId ApplicationID `json:"application_id"`
}

type ListClientsResponseObject

type ListClientsResponseObject interface {
	VisitListClientsResponse(w http.ResponseWriter) error
}

type ListControlApplicationStorageObjects200JSONResponse

type ListControlApplicationStorageObjects200JSONResponse struct{ PageJSONResponse }

func (ListControlApplicationStorageObjects200JSONResponse) VisitListControlApplicationStorageObjectsResponse

func (response ListControlApplicationStorageObjects200JSONResponse) VisitListControlApplicationStorageObjectsResponse(w http.ResponseWriter) error

type ListControlApplicationStorageObjectsRequestObject

type ListControlApplicationStorageObjectsRequestObject struct {
	ApplicationId ApplicationID `json:"application_id"`
}

type ListControlApplicationStorageObjectsResponseObject

type ListControlApplicationStorageObjectsResponseObject interface {
	VisitListControlApplicationStorageObjectsResponse(w http.ResponseWriter) error
}

type ListDelegations200JSONResponse

type ListDelegations200JSONResponse struct{ PageJSONResponse }

func (ListDelegations200JSONResponse) VisitListDelegationsResponse

func (response ListDelegations200JSONResponse) VisitListDelegationsResponse(w http.ResponseWriter) error

type ListDelegationsRequestObject

type ListDelegationsRequestObject struct {
	ApplicationId ApplicationID `json:"application_id"`
}

type ListDelegationsResponseObject

type ListDelegationsResponseObject interface {
	VisitListDelegationsResponse(w http.ResponseWriter) error
}

type ListDisputes200JSONResponse

type ListDisputes200JSONResponse struct{ PageJSONResponse }

func (ListDisputes200JSONResponse) VisitListDisputesResponse

func (response ListDisputes200JSONResponse) VisitListDisputesResponse(w http.ResponseWriter) error

type ListDisputesRequestObject

type ListDisputesRequestObject struct {
	ApplicationId ApplicationID `json:"application_id"`
}

type ListDisputesResponseObject

type ListDisputesResponseObject interface {
	VisitListDisputesResponse(w http.ResponseWriter) error
}

type ListEntitlements200JSONResponse

type ListEntitlements200JSONResponse struct{ PageJSONResponse }

func (ListEntitlements200JSONResponse) VisitListEntitlementsResponse

func (response ListEntitlements200JSONResponse) VisitListEntitlementsResponse(w http.ResponseWriter) error

type ListEntitlementsRequestObject

type ListEntitlementsRequestObject struct {
	ApplicationId ApplicationID `json:"application_id"`
}

type ListEntitlementsResponseObject

type ListEntitlementsResponseObject interface {
	VisitListEntitlementsResponse(w http.ResponseWriter) error
}

type ListEventTypes200JSONResponse

type ListEventTypes200JSONResponse struct{ PageJSONResponse }

func (ListEventTypes200JSONResponse) VisitListEventTypesResponse

func (response ListEventTypes200JSONResponse) VisitListEventTypesResponse(w http.ResponseWriter) error

type ListEventTypesRequestObject

type ListEventTypesRequestObject struct {
	ApplicationId ApplicationID `json:"application_id"`
}

type ListEventTypesResponseObject

type ListEventTypesResponseObject interface {
	VisitListEventTypesResponse(w http.ResponseWriter) error
}

type ListEvents200JSONResponse

type ListEvents200JSONResponse struct{ PageJSONResponse }

func (ListEvents200JSONResponse) VisitListEventsResponse

func (response ListEvents200JSONResponse) VisitListEventsResponse(w http.ResponseWriter) error

type ListEventsRequestObject

type ListEventsRequestObject struct {
	ApplicationId ApplicationID `json:"application_id"`
}

type ListEventsResponseObject

type ListEventsResponseObject interface {
	VisitListEventsResponse(w http.ResponseWriter) error
}

type ListFeatures200JSONResponse

type ListFeatures200JSONResponse struct{ PageJSONResponse }

func (ListFeatures200JSONResponse) VisitListFeaturesResponse

func (response ListFeatures200JSONResponse) VisitListFeaturesResponse(w http.ResponseWriter) error

type ListFeaturesRequestObject

type ListFeaturesRequestObject struct {
	ApplicationId ApplicationID `json:"application_id"`
}

type ListFeaturesResponseObject

type ListFeaturesResponseObject interface {
	VisitListFeaturesResponse(w http.ResponseWriter) error
}

type ListInstallationAuthProviders200JSONResponse

type ListInstallationAuthProviders200JSONResponse struct{ PageJSONResponse }

func (ListInstallationAuthProviders200JSONResponse) VisitListInstallationAuthProvidersResponse

func (response ListInstallationAuthProviders200JSONResponse) VisitListInstallationAuthProvidersResponse(w http.ResponseWriter) error

type ListInstallationAuthProvidersRequestObject

type ListInstallationAuthProvidersRequestObject struct {
}

type ListInstallationAuthProvidersResponseObject

type ListInstallationAuthProvidersResponseObject interface {
	VisitListInstallationAuthProvidersResponse(w http.ResponseWriter) error
}

type ListInstallationBillingProviders200JSONResponse

type ListInstallationBillingProviders200JSONResponse struct{ PageJSONResponse }

func (ListInstallationBillingProviders200JSONResponse) VisitListInstallationBillingProvidersResponse

func (response ListInstallationBillingProviders200JSONResponse) VisitListInstallationBillingProvidersResponse(w http.ResponseWriter) error

type ListInstallationBillingProvidersRequestObject

type ListInstallationBillingProvidersRequestObject struct {
}

type ListInstallationBillingProvidersResponseObject

type ListInstallationBillingProvidersResponseObject interface {
	VisitListInstallationBillingProvidersResponse(w http.ResponseWriter) error
}

type ListInstallationNotificationProviders200JSONResponse

type ListInstallationNotificationProviders200JSONResponse struct{ PageJSONResponse }

func (ListInstallationNotificationProviders200JSONResponse) VisitListInstallationNotificationProvidersResponse

func (response ListInstallationNotificationProviders200JSONResponse) VisitListInstallationNotificationProvidersResponse(w http.ResponseWriter) error

type ListInstallationNotificationProvidersRequestObject

type ListInstallationNotificationProvidersRequestObject struct {
}

type ListInstallationNotificationProvidersResponseObject

type ListInstallationNotificationProvidersResponseObject interface {
	VisitListInstallationNotificationProvidersResponse(w http.ResponseWriter) error
}

type ListInstallationNotificationTemplateVariables200Response

type ListInstallationNotificationTemplateVariables200Response struct {
}

func (ListInstallationNotificationTemplateVariables200Response) VisitListInstallationNotificationTemplateVariablesResponse

func (response ListInstallationNotificationTemplateVariables200Response) VisitListInstallationNotificationTemplateVariablesResponse(w http.ResponseWriter) error

type ListInstallationNotificationTemplateVariablesRequestObject

type ListInstallationNotificationTemplateVariablesRequestObject struct {
}

type ListInstallationNotificationTemplateVariablesResponseObject

type ListInstallationNotificationTemplateVariablesResponseObject interface {
	VisitListInstallationNotificationTemplateVariablesResponse(w http.ResponseWriter) error
}

type ListInstallationNotificationTemplates200JSONResponse

type ListInstallationNotificationTemplates200JSONResponse struct{ PageJSONResponse }

func (ListInstallationNotificationTemplates200JSONResponse) VisitListInstallationNotificationTemplatesResponse

func (response ListInstallationNotificationTemplates200JSONResponse) VisitListInstallationNotificationTemplatesResponse(w http.ResponseWriter) error

type ListInstallationNotificationTemplatesRequestObject

type ListInstallationNotificationTemplatesRequestObject struct {
}

type ListInstallationNotificationTemplatesResponseObject

type ListInstallationNotificationTemplatesResponseObject interface {
	VisitListInstallationNotificationTemplatesResponse(w http.ResponseWriter) error
}

type ListInstallationOperators200JSONResponse

type ListInstallationOperators200JSONResponse struct{ PageJSONResponse }

func (ListInstallationOperators200JSONResponse) VisitListInstallationOperatorsResponse

func (response ListInstallationOperators200JSONResponse) VisitListInstallationOperatorsResponse(w http.ResponseWriter) error

type ListInstallationOperatorsRequestObject

type ListInstallationOperatorsRequestObject struct {
}

type ListInstallationOperatorsResponseObject

type ListInstallationOperatorsResponseObject interface {
	VisitListInstallationOperatorsResponse(w http.ResponseWriter) error
}

type ListInstallationStorageObjects200JSONResponse

type ListInstallationStorageObjects200JSONResponse struct{ PageJSONResponse }

func (ListInstallationStorageObjects200JSONResponse) VisitListInstallationStorageObjectsResponse

func (response ListInstallationStorageObjects200JSONResponse) VisitListInstallationStorageObjectsResponse(w http.ResponseWriter) error

type ListInstallationStorageObjectsRequestObject

type ListInstallationStorageObjectsRequestObject struct {
}

type ListInstallationStorageObjectsResponseObject

type ListInstallationStorageObjectsResponseObject interface {
	VisitListInstallationStorageObjectsResponse(w http.ResponseWriter) error
}

type ListInstallationStorageProviders200JSONResponse

type ListInstallationStorageProviders200JSONResponse struct{ PageJSONResponse }

func (ListInstallationStorageProviders200JSONResponse) VisitListInstallationStorageProvidersResponse

func (response ListInstallationStorageProviders200JSONResponse) VisitListInstallationStorageProvidersResponse(w http.ResponseWriter) error

type ListInstallationStorageProvidersRequestObject

type ListInstallationStorageProvidersRequestObject struct {
}

type ListInstallationStorageProvidersResponseObject

type ListInstallationStorageProvidersResponseObject interface {
	VisitListInstallationStorageProvidersResponse(w http.ResponseWriter) error
}

type ListInvoices200JSONResponse

type ListInvoices200JSONResponse struct{ PageJSONResponse }

func (ListInvoices200JSONResponse) VisitListInvoicesResponse

func (response ListInvoices200JSONResponse) VisitListInvoicesResponse(w http.ResponseWriter) error

type ListInvoicesRequestObject

type ListInvoicesRequestObject struct {
	ApplicationId ApplicationID `json:"application_id"`
}

type ListInvoicesResponseObject

type ListInvoicesResponseObject interface {
	VisitListInvoicesResponse(w http.ResponseWriter) error
}

type ListLocalEntitlementRequests200JSONResponse

type ListLocalEntitlementRequests200JSONResponse struct{ PageJSONResponse }

func (ListLocalEntitlementRequests200JSONResponse) VisitListLocalEntitlementRequestsResponse

func (response ListLocalEntitlementRequests200JSONResponse) VisitListLocalEntitlementRequestsResponse(w http.ResponseWriter) error

type ListLocalEntitlementRequestsRequestObject

type ListLocalEntitlementRequestsRequestObject struct {
	ApplicationId ApplicationID `json:"application_id"`
}

type ListLocalEntitlementRequestsResponseObject

type ListLocalEntitlementRequestsResponseObject interface {
	VisitListLocalEntitlementRequestsResponse(w http.ResponseWriter) error
}

type ListManagementClients200JSONResponse

type ListManagementClients200JSONResponse struct{ PageJSONResponse }

func (ListManagementClients200JSONResponse) VisitListManagementClientsResponse

func (response ListManagementClients200JSONResponse) VisitListManagementClientsResponse(w http.ResponseWriter) error

type ListManagementClientsRequestObject

type ListManagementClientsRequestObject struct {
}

type ListManagementClientsResponseObject

type ListManagementClientsResponseObject interface {
	VisitListManagementClientsResponse(w http.ResponseWriter) error
}

type ListMyAddresses200JSONResponse

type ListMyAddresses200JSONResponse struct{ PageJSONResponse }

func (ListMyAddresses200JSONResponse) VisitListMyAddressesResponse

func (response ListMyAddresses200JSONResponse) VisitListMyAddressesResponse(w http.ResponseWriter) error

type ListMyAddressesRequestObject

type ListMyAddressesRequestObject struct {
	ApplicationId ApplicationID `json:"application_id"`
}

type ListMyAddressesResponseObject

type ListMyAddressesResponseObject interface {
	VisitListMyAddressesResponse(w http.ResponseWriter) error
}

type ListMyEntitlements200Response

type ListMyEntitlements200Response struct {
}

func (ListMyEntitlements200Response) VisitListMyEntitlementsResponse

func (response ListMyEntitlements200Response) VisitListMyEntitlementsResponse(w http.ResponseWriter) error

type ListMyEntitlementsParams

type ListMyEntitlementsParams struct {
	// WorkspaceId Explicit accessible workspace whose grants are merged with the current user's grants.
	WorkspaceId *WorkspaceIDQuery `form:"workspace_id,omitempty" json:"workspace_id,omitempty"`
}

ListMyEntitlementsParams defines parameters for ListMyEntitlements.

type ListMyEntitlementsRequestObject

type ListMyEntitlementsRequestObject struct {
	ApplicationId ApplicationID `json:"application_id"`
	Params        ListMyEntitlementsParams
}

type ListMyEntitlementsResponseObject

type ListMyEntitlementsResponseObject interface {
	VisitListMyEntitlementsResponse(w http.ResponseWriter) error
}

type ListMyIdentities200JSONResponse

type ListMyIdentities200JSONResponse struct{ PageJSONResponse }

func (ListMyIdentities200JSONResponse) VisitListMyIdentitiesResponse

func (response ListMyIdentities200JSONResponse) VisitListMyIdentitiesResponse(w http.ResponseWriter) error

type ListMyIdentitiesRequestObject

type ListMyIdentitiesRequestObject struct {
	ApplicationId ApplicationID `json:"application_id"`
}

type ListMyIdentitiesResponseObject

type ListMyIdentitiesResponseObject interface {
	VisitListMyIdentitiesResponse(w http.ResponseWriter) error
}

type ListMyInvoices200JSONResponse

type ListMyInvoices200JSONResponse struct{ PageJSONResponse }

func (ListMyInvoices200JSONResponse) VisitListMyInvoicesResponse

func (response ListMyInvoices200JSONResponse) VisitListMyInvoicesResponse(w http.ResponseWriter) error

type ListMyInvoicesRequestObject

type ListMyInvoicesRequestObject struct {
	ApplicationId ApplicationID `json:"application_id"`
}

type ListMyInvoicesResponseObject

type ListMyInvoicesResponseObject interface {
	VisitListMyInvoicesResponse(w http.ResponseWriter) error
}

type ListMyLocalEntitlementRequests200JSONResponse

type ListMyLocalEntitlementRequests200JSONResponse struct{ PageJSONResponse }

func (ListMyLocalEntitlementRequests200JSONResponse) VisitListMyLocalEntitlementRequestsResponse

func (response ListMyLocalEntitlementRequests200JSONResponse) VisitListMyLocalEntitlementRequestsResponse(w http.ResponseWriter) error

type ListMyLocalEntitlementRequestsRequestObject

type ListMyLocalEntitlementRequestsRequestObject struct {
	ApplicationId ApplicationID `json:"application_id"`
}

type ListMyLocalEntitlementRequestsResponseObject

type ListMyLocalEntitlementRequestsResponseObject interface {
	VisitListMyLocalEntitlementRequestsResponse(w http.ResponseWriter) error
}

type ListMyMFAMethods200JSONResponse

type ListMyMFAMethods200JSONResponse struct{ PageJSONResponse }

func (ListMyMFAMethods200JSONResponse) VisitListMyMFAMethodsResponse

func (response ListMyMFAMethods200JSONResponse) VisitListMyMFAMethodsResponse(w http.ResponseWriter) error

type ListMyMFAMethodsRequestObject

type ListMyMFAMethodsRequestObject struct {
	ApplicationId ApplicationID `json:"application_id"`
}

type ListMyMFAMethodsResponseObject

type ListMyMFAMethodsResponseObject interface {
	VisitListMyMFAMethodsResponse(w http.ResponseWriter) error
}

type ListMyNotificationPreferences200JSONResponse

type ListMyNotificationPreferences200JSONResponse struct{ PageJSONResponse }

func (ListMyNotificationPreferences200JSONResponse) VisitListMyNotificationPreferencesResponse

func (response ListMyNotificationPreferences200JSONResponse) VisitListMyNotificationPreferencesResponse(w http.ResponseWriter) error

type ListMyNotificationPreferencesRequestObject

type ListMyNotificationPreferencesRequestObject struct {
	ApplicationId ApplicationID `json:"application_id"`
}

type ListMyNotificationPreferencesResponseObject

type ListMyNotificationPreferencesResponseObject interface {
	VisitListMyNotificationPreferencesResponse(w http.ResponseWriter) error
}

type ListMyOAuthConsents200JSONResponse

type ListMyOAuthConsents200JSONResponse struct{ PageJSONResponse }

func (ListMyOAuthConsents200JSONResponse) VisitListMyOAuthConsentsResponse

func (response ListMyOAuthConsents200JSONResponse) VisitListMyOAuthConsentsResponse(w http.ResponseWriter) error

type ListMyOAuthConsentsRequestObject

type ListMyOAuthConsentsRequestObject struct {
	ApplicationId ApplicationID `json:"application_id"`
}

type ListMyOAuthConsentsResponseObject

type ListMyOAuthConsentsResponseObject interface {
	VisitListMyOAuthConsentsResponse(w http.ResponseWriter) error
}

type ListMyPayments200JSONResponse

type ListMyPayments200JSONResponse struct{ PageJSONResponse }

func (ListMyPayments200JSONResponse) VisitListMyPaymentsResponse

func (response ListMyPayments200JSONResponse) VisitListMyPaymentsResponse(w http.ResponseWriter) error

type ListMyPaymentsRequestObject

type ListMyPaymentsRequestObject struct {
	ApplicationId ApplicationID `json:"application_id"`
}

type ListMyPaymentsResponseObject

type ListMyPaymentsResponseObject interface {
	VisitListMyPaymentsResponse(w http.ResponseWriter) error
}

type ListMySessions200JSONResponse

type ListMySessions200JSONResponse struct{ PageJSONResponse }

func (ListMySessions200JSONResponse) VisitListMySessionsResponse

func (response ListMySessions200JSONResponse) VisitListMySessionsResponse(w http.ResponseWriter) error

type ListMySessionsRequestObject

type ListMySessionsRequestObject struct {
	ApplicationId ApplicationID `json:"application_id"`
}

type ListMySessionsResponseObject

type ListMySessionsResponseObject interface {
	VisitListMySessionsResponse(w http.ResponseWriter) error
}

type ListMyStorageObjects200JSONResponse

type ListMyStorageObjects200JSONResponse struct{ PageJSONResponse }

func (ListMyStorageObjects200JSONResponse) VisitListMyStorageObjectsResponse

func (response ListMyStorageObjects200JSONResponse) VisitListMyStorageObjectsResponse(w http.ResponseWriter) error

type ListMyStorageObjectsRequestObject

type ListMyStorageObjectsRequestObject struct {
	ApplicationId ApplicationID `json:"application_id"`
}

type ListMyStorageObjectsResponseObject

type ListMyStorageObjectsResponseObject interface {
	VisitListMyStorageObjectsResponse(w http.ResponseWriter) error
}

type ListMySubscriptions200JSONResponse

type ListMySubscriptions200JSONResponse struct{ PageJSONResponse }

func (ListMySubscriptions200JSONResponse) VisitListMySubscriptionsResponse

func (response ListMySubscriptions200JSONResponse) VisitListMySubscriptionsResponse(w http.ResponseWriter) error

type ListMySubscriptionsRequestObject

type ListMySubscriptionsRequestObject struct {
	ApplicationId ApplicationID `json:"application_id"`
}

type ListMySubscriptionsResponseObject

type ListMySubscriptionsResponseObject interface {
	VisitListMySubscriptionsResponse(w http.ResponseWriter) error
}

type ListMyWorkspaceInvitations200JSONResponse

type ListMyWorkspaceInvitations200JSONResponse struct{ PageJSONResponse }

func (ListMyWorkspaceInvitations200JSONResponse) VisitListMyWorkspaceInvitationsResponse

func (response ListMyWorkspaceInvitations200JSONResponse) VisitListMyWorkspaceInvitationsResponse(w http.ResponseWriter) error

type ListMyWorkspaceInvitationsRequestObject

type ListMyWorkspaceInvitationsRequestObject struct {
	ApplicationId ApplicationID `json:"application_id"`
}

type ListMyWorkspaceInvitationsResponseObject

type ListMyWorkspaceInvitationsResponseObject interface {
	VisitListMyWorkspaceInvitationsResponse(w http.ResponseWriter) error
}

type ListMyWorkspaceMembers200JSONResponse

type ListMyWorkspaceMembers200JSONResponse struct{ PageJSONResponse }

func (ListMyWorkspaceMembers200JSONResponse) VisitListMyWorkspaceMembersResponse

func (response ListMyWorkspaceMembers200JSONResponse) VisitListMyWorkspaceMembersResponse(w http.ResponseWriter) error

type ListMyWorkspaceMembersRequestObject

type ListMyWorkspaceMembersRequestObject struct {
	ApplicationId ApplicationID `json:"application_id"`
	WorkspaceId   UUID          `json:"workspace_id"`
}

type ListMyWorkspaceMembersResponseObject

type ListMyWorkspaceMembersResponseObject interface {
	VisitListMyWorkspaceMembersResponse(w http.ResponseWriter) error
}

type ListMyWorkspaces200JSONResponse

type ListMyWorkspaces200JSONResponse struct{ PageJSONResponse }

func (ListMyWorkspaces200JSONResponse) VisitListMyWorkspacesResponse

func (response ListMyWorkspaces200JSONResponse) VisitListMyWorkspacesResponse(w http.ResponseWriter) error

type ListMyWorkspacesRequestObject

type ListMyWorkspacesRequestObject struct {
	ApplicationId ApplicationID `json:"application_id"`
}

type ListMyWorkspacesResponseObject

type ListMyWorkspacesResponseObject interface {
	VisitListMyWorkspacesResponse(w http.ResponseWriter) error
}

type ListNotificationProviders200JSONResponse

type ListNotificationProviders200JSONResponse struct{ PageJSONResponse }

func (ListNotificationProviders200JSONResponse) VisitListNotificationProvidersResponse

func (response ListNotificationProviders200JSONResponse) VisitListNotificationProvidersResponse(w http.ResponseWriter) error

type ListNotificationProvidersRequestObject

type ListNotificationProvidersRequestObject struct {
	ApplicationId ApplicationID `json:"application_id"`
}

type ListNotificationProvidersResponseObject

type ListNotificationProvidersResponseObject interface {
	VisitListNotificationProvidersResponse(w http.ResponseWriter) error
}

type ListNotificationTemplateVariables200Response

type ListNotificationTemplateVariables200Response struct {
}

func (ListNotificationTemplateVariables200Response) VisitListNotificationTemplateVariablesResponse

func (response ListNotificationTemplateVariables200Response) VisitListNotificationTemplateVariablesResponse(w http.ResponseWriter) error

type ListNotificationTemplateVariablesRequestObject

type ListNotificationTemplateVariablesRequestObject struct {
	ApplicationId ApplicationID `json:"application_id"`
}

type ListNotificationTemplateVariablesResponseObject

type ListNotificationTemplateVariablesResponseObject interface {
	VisitListNotificationTemplateVariablesResponse(w http.ResponseWriter) error
}

type ListNotificationTemplates200JSONResponse

type ListNotificationTemplates200JSONResponse struct{ PageJSONResponse }

func (ListNotificationTemplates200JSONResponse) VisitListNotificationTemplatesResponse

func (response ListNotificationTemplates200JSONResponse) VisitListNotificationTemplatesResponse(w http.ResponseWriter) error

type ListNotificationTemplatesRequestObject

type ListNotificationTemplatesRequestObject struct {
	ApplicationId ApplicationID `json:"application_id"`
}

type ListNotificationTemplatesResponseObject

type ListNotificationTemplatesResponseObject interface {
	VisitListNotificationTemplatesResponse(w http.ResponseWriter) error
}

type ListNotifications200JSONResponse

type ListNotifications200JSONResponse struct{ PageJSONResponse }

func (ListNotifications200JSONResponse) VisitListNotificationsResponse

func (response ListNotifications200JSONResponse) VisitListNotificationsResponse(w http.ResponseWriter) error

type ListNotificationsRequestObject

type ListNotificationsRequestObject struct {
	ApplicationId ApplicationID `json:"application_id"`
}

type ListNotificationsResponseObject

type ListNotificationsResponseObject interface {
	VisitListNotificationsResponse(w http.ResponseWriter) error
}

type ListOAuthConsents200JSONResponse

type ListOAuthConsents200JSONResponse struct{ PageJSONResponse }

func (ListOAuthConsents200JSONResponse) VisitListOAuthConsentsResponse

func (response ListOAuthConsents200JSONResponse) VisitListOAuthConsentsResponse(w http.ResponseWriter) error

type ListOAuthConsentsRequestObject

type ListOAuthConsentsRequestObject struct {
	ApplicationId ApplicationID `json:"application_id"`
}

type ListOAuthConsentsResponseObject

type ListOAuthConsentsResponseObject interface {
	VisitListOAuthConsentsResponse(w http.ResponseWriter) error
}

type ListOperatorSessions200JSONResponse

type ListOperatorSessions200JSONResponse struct{ PageJSONResponse }

func (ListOperatorSessions200JSONResponse) VisitListOperatorSessionsResponse

func (response ListOperatorSessions200JSONResponse) VisitListOperatorSessionsResponse(w http.ResponseWriter) error

type ListOperatorSessionsRequestObject

type ListOperatorSessionsRequestObject struct {
}

type ListOperatorSessionsResponseObject

type ListOperatorSessionsResponseObject interface {
	VisitListOperatorSessionsResponse(w http.ResponseWriter) error
}

type ListOrganizationAuditLogs200JSONResponse

type ListOrganizationAuditLogs200JSONResponse struct{ PageJSONResponse }

func (ListOrganizationAuditLogs200JSONResponse) VisitListOrganizationAuditLogsResponse

func (response ListOrganizationAuditLogs200JSONResponse) VisitListOrganizationAuditLogsResponse(w http.ResponseWriter) error

type ListOrganizationAuditLogsRequestObject

type ListOrganizationAuditLogsRequestObject struct {
	OrganizationId OrganizationID `json:"organization_id"`
}

type ListOrganizationAuditLogsResponseObject

type ListOrganizationAuditLogsResponseObject interface {
	VisitListOrganizationAuditLogsResponse(w http.ResponseWriter) error
}

type ListOrganizationAuthProviders200JSONResponse

type ListOrganizationAuthProviders200JSONResponse struct{ PageJSONResponse }

func (ListOrganizationAuthProviders200JSONResponse) VisitListOrganizationAuthProvidersResponse

func (response ListOrganizationAuthProviders200JSONResponse) VisitListOrganizationAuthProvidersResponse(w http.ResponseWriter) error

type ListOrganizationAuthProvidersRequestObject

type ListOrganizationAuthProvidersRequestObject struct {
	OrganizationId OrganizationID `json:"organization_id"`
}

type ListOrganizationAuthProvidersResponseObject

type ListOrganizationAuthProvidersResponseObject interface {
	VisitListOrganizationAuthProvidersResponse(w http.ResponseWriter) error
}

type ListOrganizationBillingProviders200JSONResponse

type ListOrganizationBillingProviders200JSONResponse struct{ PageJSONResponse }

func (ListOrganizationBillingProviders200JSONResponse) VisitListOrganizationBillingProvidersResponse

func (response ListOrganizationBillingProviders200JSONResponse) VisitListOrganizationBillingProvidersResponse(w http.ResponseWriter) error

type ListOrganizationBillingProvidersRequestObject

type ListOrganizationBillingProvidersRequestObject struct {
	OrganizationId OrganizationID `json:"organization_id"`
}

type ListOrganizationBillingProvidersResponseObject

type ListOrganizationBillingProvidersResponseObject interface {
	VisitListOrganizationBillingProvidersResponse(w http.ResponseWriter) error
}

type ListOrganizationInvitations200JSONResponse

type ListOrganizationInvitations200JSONResponse struct{ PageJSONResponse }

func (ListOrganizationInvitations200JSONResponse) VisitListOrganizationInvitationsResponse

func (response ListOrganizationInvitations200JSONResponse) VisitListOrganizationInvitationsResponse(w http.ResponseWriter) error

type ListOrganizationInvitationsRequestObject

type ListOrganizationInvitationsRequestObject struct {
	OrganizationId OrganizationID `json:"organization_id"`
}

type ListOrganizationInvitationsResponseObject

type ListOrganizationInvitationsResponseObject interface {
	VisitListOrganizationInvitationsResponse(w http.ResponseWriter) error
}

type ListOrganizationMembers200JSONResponse

type ListOrganizationMembers200JSONResponse struct{ PageJSONResponse }

func (ListOrganizationMembers200JSONResponse) VisitListOrganizationMembersResponse

func (response ListOrganizationMembers200JSONResponse) VisitListOrganizationMembersResponse(w http.ResponseWriter) error

type ListOrganizationMembersRequestObject

type ListOrganizationMembersRequestObject struct {
	OrganizationId OrganizationID `json:"organization_id"`
}

type ListOrganizationMembersResponseObject

type ListOrganizationMembersResponseObject interface {
	VisitListOrganizationMembersResponse(w http.ResponseWriter) error
}

type ListOrganizationNotificationProviders200JSONResponse

type ListOrganizationNotificationProviders200JSONResponse struct{ PageJSONResponse }

func (ListOrganizationNotificationProviders200JSONResponse) VisitListOrganizationNotificationProvidersResponse

func (response ListOrganizationNotificationProviders200JSONResponse) VisitListOrganizationNotificationProvidersResponse(w http.ResponseWriter) error

type ListOrganizationNotificationProvidersRequestObject

type ListOrganizationNotificationProvidersRequestObject struct {
	OrganizationId OrganizationID `json:"organization_id"`
}

type ListOrganizationNotificationProvidersResponseObject

type ListOrganizationNotificationProvidersResponseObject interface {
	VisitListOrganizationNotificationProvidersResponse(w http.ResponseWriter) error
}

type ListOrganizationStorageObjects200JSONResponse

type ListOrganizationStorageObjects200JSONResponse struct{ PageJSONResponse }

func (ListOrganizationStorageObjects200JSONResponse) VisitListOrganizationStorageObjectsResponse

func (response ListOrganizationStorageObjects200JSONResponse) VisitListOrganizationStorageObjectsResponse(w http.ResponseWriter) error

type ListOrganizationStorageObjectsRequestObject

type ListOrganizationStorageObjectsRequestObject struct {
	OrganizationId OrganizationID `json:"organization_id"`
}

type ListOrganizationStorageObjectsResponseObject

type ListOrganizationStorageObjectsResponseObject interface {
	VisitListOrganizationStorageObjectsResponse(w http.ResponseWriter) error
}

type ListOrganizationStorageProviders200JSONResponse

type ListOrganizationStorageProviders200JSONResponse struct{ PageJSONResponse }

func (ListOrganizationStorageProviders200JSONResponse) VisitListOrganizationStorageProvidersResponse

func (response ListOrganizationStorageProviders200JSONResponse) VisitListOrganizationStorageProvidersResponse(w http.ResponseWriter) error

type ListOrganizationStorageProvidersRequestObject

type ListOrganizationStorageProvidersRequestObject struct {
	OrganizationId OrganizationID `json:"organization_id"`
}

type ListOrganizationStorageProvidersResponseObject

type ListOrganizationStorageProvidersResponseObject interface {
	VisitListOrganizationStorageProvidersResponse(w http.ResponseWriter) error
}

type ListOrganizations200JSONResponse

type ListOrganizations200JSONResponse OrganizationPage

func (ListOrganizations200JSONResponse) VisitListOrganizationsResponse

func (response ListOrganizations200JSONResponse) VisitListOrganizationsResponse(w http.ResponseWriter) error

type ListOrganizationsParams

type ListOrganizationsParams struct {
	IncludeRetired *IncludeRetired `form:"include_retired,omitempty" json:"include_retired,omitempty"`
}

ListOrganizationsParams defines parameters for ListOrganizations.

type ListOrganizationsRequestObject

type ListOrganizationsRequestObject struct {
	Params ListOrganizationsParams
}

type ListOrganizationsResponseObject

type ListOrganizationsResponseObject interface {
	VisitListOrganizationsResponse(w http.ResponseWriter) error
}

type ListPayments200JSONResponse

type ListPayments200JSONResponse struct{ PageJSONResponse }

func (ListPayments200JSONResponse) VisitListPaymentsResponse

func (response ListPayments200JSONResponse) VisitListPaymentsResponse(w http.ResponseWriter) error

type ListPaymentsRequestObject

type ListPaymentsRequestObject struct {
	ApplicationId ApplicationID `json:"application_id"`
}

type ListPaymentsResponseObject

type ListPaymentsResponseObject interface {
	VisitListPaymentsResponse(w http.ResponseWriter) error
}

type ListPersonalAPIKeys200JSONResponse

type ListPersonalAPIKeys200JSONResponse struct{ PageJSONResponse }

func (ListPersonalAPIKeys200JSONResponse) VisitListPersonalAPIKeysResponse

func (response ListPersonalAPIKeys200JSONResponse) VisitListPersonalAPIKeysResponse(w http.ResponseWriter) error

type ListPersonalAPIKeys403ApplicationProblemPlusJSONResponse

type ListPersonalAPIKeys403ApplicationProblemPlusJSONResponse struct {
	ProblemApplicationProblemPlusJSONResponse
}

func (ListPersonalAPIKeys403ApplicationProblemPlusJSONResponse) VisitListPersonalAPIKeysResponse

func (response ListPersonalAPIKeys403ApplicationProblemPlusJSONResponse) VisitListPersonalAPIKeysResponse(w http.ResponseWriter) error

type ListPersonalAPIKeysRequestObject

type ListPersonalAPIKeysRequestObject struct {
	ApplicationId ApplicationID `json:"application_id"`
}

type ListPersonalAPIKeysResponseObject

type ListPersonalAPIKeysResponseObject interface {
	VisitListPersonalAPIKeysResponse(w http.ResponseWriter) error
}

type ListPrices200JSONResponse

type ListPrices200JSONResponse struct{ PageJSONResponse }

func (ListPrices200JSONResponse) VisitListPricesResponse

func (response ListPrices200JSONResponse) VisitListPricesResponse(w http.ResponseWriter) error

type ListPricesRequestObject

type ListPricesRequestObject struct {
	ApplicationId ApplicationID `json:"application_id"`
	ProductId     UUID          `json:"product_id"`
}

type ListPricesResponseObject

type ListPricesResponseObject interface {
	VisitListPricesResponse(w http.ResponseWriter) error
}

type ListProducts200JSONResponse

type ListProducts200JSONResponse struct{ PageJSONResponse }

func (ListProducts200JSONResponse) VisitListProductsResponse

func (response ListProducts200JSONResponse) VisitListProductsResponse(w http.ResponseWriter) error

type ListProductsRequestObject

type ListProductsRequestObject struct {
	ApplicationId ApplicationID `json:"application_id"`
}

type ListProductsResponseObject

type ListProductsResponseObject interface {
	VisitListProductsResponse(w http.ResponseWriter) error
}

type ListRefunds200JSONResponse

type ListRefunds200JSONResponse struct{ PageJSONResponse }

func (ListRefunds200JSONResponse) VisitListRefundsResponse

func (response ListRefunds200JSONResponse) VisitListRefundsResponse(w http.ResponseWriter) error

type ListRefundsRequestObject

type ListRefundsRequestObject struct {
	ApplicationId ApplicationID `json:"application_id"`
}

type ListRefundsResponseObject

type ListRefundsResponseObject interface {
	VisitListRefundsResponse(w http.ResponseWriter) error
}

type ListRoleAssignments200JSONResponse

type ListRoleAssignments200JSONResponse struct{ PageJSONResponse }

func (ListRoleAssignments200JSONResponse) VisitListRoleAssignmentsResponse

func (response ListRoleAssignments200JSONResponse) VisitListRoleAssignmentsResponse(w http.ResponseWriter) error

type ListRoleAssignmentsRequestObject

type ListRoleAssignmentsRequestObject struct {
	ApplicationId ApplicationID `json:"application_id"`
}

type ListRoleAssignmentsResponseObject

type ListRoleAssignmentsResponseObject interface {
	VisitListRoleAssignmentsResponse(w http.ResponseWriter) error
}

type ListRoles200JSONResponse

type ListRoles200JSONResponse struct{ PageJSONResponse }

func (ListRoles200JSONResponse) VisitListRolesResponse

func (response ListRoles200JSONResponse) VisitListRolesResponse(w http.ResponseWriter) error

type ListRolesRequestObject

type ListRolesRequestObject struct {
	ApplicationId ApplicationID `json:"application_id"`
}

type ListRolesResponseObject

type ListRolesResponseObject interface {
	VisitListRolesResponse(w http.ResponseWriter) error
}

type ListSenderIdentities200JSONResponse

type ListSenderIdentities200JSONResponse struct{ PageJSONResponse }

func (ListSenderIdentities200JSONResponse) VisitListSenderIdentitiesResponse

func (response ListSenderIdentities200JSONResponse) VisitListSenderIdentitiesResponse(w http.ResponseWriter) error

type ListSenderIdentitiesRequestObject

type ListSenderIdentitiesRequestObject struct {
	ApplicationId ApplicationID `json:"application_id"`
}

type ListSenderIdentitiesResponseObject

type ListSenderIdentitiesResponseObject interface {
	VisitListSenderIdentitiesResponse(w http.ResponseWriter) error
}

type ListSigningKeys200JSONResponse

type ListSigningKeys200JSONResponse struct{ PageJSONResponse }

func (ListSigningKeys200JSONResponse) VisitListSigningKeysResponse

func (response ListSigningKeys200JSONResponse) VisitListSigningKeysResponse(w http.ResponseWriter) error

type ListSigningKeysRequestObject

type ListSigningKeysRequestObject struct {
}

type ListSigningKeysResponseObject

type ListSigningKeysResponseObject interface {
	VisitListSigningKeysResponse(w http.ResponseWriter) error
}

type ListSubscriptions200JSONResponse

type ListSubscriptions200JSONResponse struct{ PageJSONResponse }

func (ListSubscriptions200JSONResponse) VisitListSubscriptionsResponse

func (response ListSubscriptions200JSONResponse) VisitListSubscriptionsResponse(w http.ResponseWriter) error

type ListSubscriptionsRequestObject

type ListSubscriptionsRequestObject struct {
	ApplicationId ApplicationID `json:"application_id"`
}

type ListSubscriptionsResponseObject

type ListSubscriptionsResponseObject interface {
	VisitListSubscriptionsResponse(w http.ResponseWriter) error
}

type ListUserAddresses200JSONResponse

type ListUserAddresses200JSONResponse struct{ PageJSONResponse }

func (ListUserAddresses200JSONResponse) VisitListUserAddressesResponse

func (response ListUserAddresses200JSONResponse) VisitListUserAddressesResponse(w http.ResponseWriter) error

type ListUserAddressesRequestObject

type ListUserAddressesRequestObject struct {
	ApplicationId ApplicationID `json:"application_id"`
	UserId        UUID          `json:"user_id"`
}

type ListUserAddressesResponseObject

type ListUserAddressesResponseObject interface {
	VisitListUserAddressesResponse(w http.ResponseWriter) error
}

type ListUserSessions200JSONResponse

type ListUserSessions200JSONResponse struct{ PageJSONResponse }

func (ListUserSessions200JSONResponse) VisitListUserSessionsResponse

func (response ListUserSessions200JSONResponse) VisitListUserSessionsResponse(w http.ResponseWriter) error

type ListUserSessionsRequestObject

type ListUserSessionsRequestObject struct {
	ApplicationId ApplicationID `json:"application_id"`
	UserId        UUID          `json:"user_id"`
}

type ListUserSessionsResponseObject

type ListUserSessionsResponseObject interface {
	VisitListUserSessionsResponse(w http.ResponseWriter) error
}

type ListUsers200JSONResponse

type ListUsers200JSONResponse struct{ PageJSONResponse }

func (ListUsers200JSONResponse) VisitListUsersResponse

func (response ListUsers200JSONResponse) VisitListUsersResponse(w http.ResponseWriter) error

type ListUsersRequestObject

type ListUsersRequestObject struct {
	ApplicationId ApplicationID `json:"application_id"`
}

type ListUsersResponseObject

type ListUsersResponseObject interface {
	VisitListUsersResponse(w http.ResponseWriter) error
}

type ListWebhookDeliveries200JSONResponse

type ListWebhookDeliveries200JSONResponse struct{ PageJSONResponse }

func (ListWebhookDeliveries200JSONResponse) VisitListWebhookDeliveriesResponse

func (response ListWebhookDeliveries200JSONResponse) VisitListWebhookDeliveriesResponse(w http.ResponseWriter) error

type ListWebhookDeliveriesRequestObject

type ListWebhookDeliveriesRequestObject struct {
	ApplicationId ApplicationID `json:"application_id"`
}

type ListWebhookDeliveriesResponseObject

type ListWebhookDeliveriesResponseObject interface {
	VisitListWebhookDeliveriesResponse(w http.ResponseWriter) error
}

type ListWebhooks200JSONResponse

type ListWebhooks200JSONResponse struct{ PageJSONResponse }

func (ListWebhooks200JSONResponse) VisitListWebhooksResponse

func (response ListWebhooks200JSONResponse) VisitListWebhooksResponse(w http.ResponseWriter) error

type ListWebhooksRequestObject

type ListWebhooksRequestObject struct {
	ApplicationId ApplicationID `json:"application_id"`
}

type ListWebhooksResponseObject

type ListWebhooksResponseObject interface {
	VisitListWebhooksResponse(w http.ResponseWriter) error
}

type ListWorkspaceAddresses200JSONResponse

type ListWorkspaceAddresses200JSONResponse struct{ PageJSONResponse }

func (ListWorkspaceAddresses200JSONResponse) VisitListWorkspaceAddressesResponse

func (response ListWorkspaceAddresses200JSONResponse) VisitListWorkspaceAddressesResponse(w http.ResponseWriter) error

type ListWorkspaceAddressesRequestObject

type ListWorkspaceAddressesRequestObject struct {
	ApplicationId ApplicationID `json:"application_id"`
	WorkspaceId   UUID          `json:"workspace_id"`
}

type ListWorkspaceAddressesResponseObject

type ListWorkspaceAddressesResponseObject interface {
	VisitListWorkspaceAddressesResponse(w http.ResponseWriter) error
}

type ListWorkspaceInvitations200JSONResponse

type ListWorkspaceInvitations200JSONResponse struct{ PageJSONResponse }

func (ListWorkspaceInvitations200JSONResponse) VisitListWorkspaceInvitationsResponse

func (response ListWorkspaceInvitations200JSONResponse) VisitListWorkspaceInvitationsResponse(w http.ResponseWriter) error

type ListWorkspaceInvitationsRequestObject

type ListWorkspaceInvitationsRequestObject struct {
	ApplicationId ApplicationID `json:"application_id"`
}

type ListWorkspaceInvitationsResponseObject

type ListWorkspaceInvitationsResponseObject interface {
	VisitListWorkspaceInvitationsResponse(w http.ResponseWriter) error
}

type ListWorkspaceMembers200JSONResponse

type ListWorkspaceMembers200JSONResponse struct{ PageJSONResponse }

func (ListWorkspaceMembers200JSONResponse) VisitListWorkspaceMembersResponse

func (response ListWorkspaceMembers200JSONResponse) VisitListWorkspaceMembersResponse(w http.ResponseWriter) error

type ListWorkspaceMembersRequestObject

type ListWorkspaceMembersRequestObject struct {
	ApplicationId ApplicationID `json:"application_id"`
	WorkspaceId   UUID          `json:"workspace_id"`
}

type ListWorkspaceMembersResponseObject

type ListWorkspaceMembersResponseObject interface {
	VisitListWorkspaceMembersResponse(w http.ResponseWriter) error
}

type ListWorkspaceStorageObjects200JSONResponse

type ListWorkspaceStorageObjects200JSONResponse struct{ PageJSONResponse }

func (ListWorkspaceStorageObjects200JSONResponse) VisitListWorkspaceStorageObjectsResponse

func (response ListWorkspaceStorageObjects200JSONResponse) VisitListWorkspaceStorageObjectsResponse(w http.ResponseWriter) error

type ListWorkspaceStorageObjectsRequestObject

type ListWorkspaceStorageObjectsRequestObject struct {
	ApplicationId ApplicationID `json:"application_id"`
	WorkspaceId   WorkspaceID   `json:"workspace_id"`
}

type ListWorkspaceStorageObjectsResponseObject

type ListWorkspaceStorageObjectsResponseObject interface {
	VisitListWorkspaceStorageObjectsResponse(w http.ResponseWriter) error
}

type ListWorkspaces200JSONResponse

type ListWorkspaces200JSONResponse struct{ PageJSONResponse }

func (ListWorkspaces200JSONResponse) VisitListWorkspacesResponse

func (response ListWorkspaces200JSONResponse) VisitListWorkspacesResponse(w http.ResponseWriter) error

type ListWorkspacesRequestObject

type ListWorkspacesRequestObject struct {
	ApplicationId ApplicationID `json:"application_id"`
}

type ListWorkspacesResponseObject

type ListWorkspacesResponseObject interface {
	VisitListWorkspacesResponse(w http.ResponseWriter) error
}

type LocalCheckout

type LocalCheckout struct {
	AddressId      *UUID       `json:"address_id,omitempty"`
	LocalReference *string     `json:"local_reference,omitempty"`
	PriceId        UUID        `json:"price_id"`
	SubjectId      *UUID       `json:"subject_id,omitempty"`
	SubjectType    interface{} `json:"subject_type,omitempty"`
}

LocalCheckout defines model for LocalCheckout.

type LocalEntitlementCheckout201Response

type LocalEntitlementCheckout201Response struct {
}

func (LocalEntitlementCheckout201Response) VisitLocalEntitlementCheckoutResponse

func (response LocalEntitlementCheckout201Response) VisitLocalEntitlementCheckoutResponse(w http.ResponseWriter) error

type LocalEntitlementCheckoutJSONRequestBody

type LocalEntitlementCheckoutJSONRequestBody = LocalCheckout

LocalEntitlementCheckoutJSONRequestBody defines body for LocalEntitlementCheckout for application/json ContentType.

type LocalEntitlementCheckoutParams

type LocalEntitlementCheckoutParams struct {
	IdempotencyKey *IdempotencyKey `json:"Idempotency-Key,omitempty"`
}

LocalEntitlementCheckoutParams defines parameters for LocalEntitlementCheckout.

type LocalEntitlementCheckoutRequestObject

type LocalEntitlementCheckoutRequestObject struct {
	ApplicationId ApplicationID `json:"application_id"`
	Params        LocalEntitlementCheckoutParams
	Body          *LocalEntitlementCheckoutJSONRequestBody
}

type LocalEntitlementCheckoutResponseObject

type LocalEntitlementCheckoutResponseObject interface {
	VisitLocalEntitlementCheckoutResponse(w http.ResponseWriter) error
}

type Locale

type Locale = string

Locale Canonical BCP 47 language tag such as en, de-CH, or pt-BR. Empty means no user preference.

type LoginOperatorWithPassword200Response

type LoginOperatorWithPassword200Response struct {
}

func (LoginOperatorWithPassword200Response) VisitLoginOperatorWithPasswordResponse

func (response LoginOperatorWithPassword200Response) VisitLoginOperatorWithPasswordResponse(w http.ResponseWriter) error

type LoginOperatorWithPassword401ApplicationProblemPlusJSONResponse

type LoginOperatorWithPassword401ApplicationProblemPlusJSONResponse struct {
	ProblemApplicationProblemPlusJSONResponse
}

func (LoginOperatorWithPassword401ApplicationProblemPlusJSONResponse) VisitLoginOperatorWithPasswordResponse

func (response LoginOperatorWithPassword401ApplicationProblemPlusJSONResponse) VisitLoginOperatorWithPasswordResponse(w http.ResponseWriter) error

type LoginOperatorWithPasswordJSONRequestBody

type LoginOperatorWithPasswordJSONRequestBody = OperatorPasswordLogin

LoginOperatorWithPasswordJSONRequestBody defines body for LoginOperatorWithPassword for application/json ContentType.

type LoginOperatorWithPasswordRequestObject

type LoginOperatorWithPasswordRequestObject struct {
	Body *LoginOperatorWithPasswordJSONRequestBody
}

type LoginOperatorWithPasswordResponseObject

type LoginOperatorWithPasswordResponseObject interface {
	VisitLoginOperatorWithPasswordResponse(w http.ResponseWriter) error
}

type LogoutAll204Response

type LogoutAll204Response struct {
}

func (LogoutAll204Response) VisitLogoutAllResponse

func (response LogoutAll204Response) VisitLogoutAllResponse(w http.ResponseWriter) error

type LogoutAllOperatorSessions204Response

type LogoutAllOperatorSessions204Response struct {
}

func (LogoutAllOperatorSessions204Response) VisitLogoutAllOperatorSessionsResponse

func (response LogoutAllOperatorSessions204Response) VisitLogoutAllOperatorSessionsResponse(w http.ResponseWriter) error

type LogoutAllOperatorSessionsRequestObject

type LogoutAllOperatorSessionsRequestObject struct {
}

type LogoutAllOperatorSessionsResponseObject

type LogoutAllOperatorSessionsResponseObject interface {
	VisitLogoutAllOperatorSessionsResponse(w http.ResponseWriter) error
}

type LogoutAllRequestObject

type LogoutAllRequestObject struct {
	ApplicationId ApplicationID `json:"application_id"`
}

type LogoutAllResponseObject

type LogoutAllResponseObject interface {
	VisitLogoutAllResponse(w http.ResponseWriter) error
}

type LogoutCurrentSession204Response

type LogoutCurrentSession204Response struct {
}

func (LogoutCurrentSession204Response) VisitLogoutCurrentSessionResponse

func (response LogoutCurrentSession204Response) VisitLogoutCurrentSessionResponse(w http.ResponseWriter) error

type LogoutCurrentSessionRequestObject

type LogoutCurrentSessionRequestObject struct {
	ApplicationId ApplicationID `json:"application_id"`
}

type LogoutCurrentSessionResponseObject

type LogoutCurrentSessionResponseObject interface {
	VisitLogoutCurrentSessionResponse(w http.ResponseWriter) error
}

type LogoutOperator204Response

type LogoutOperator204Response struct {
}

func (LogoutOperator204Response) VisitLogoutOperatorResponse

func (response LogoutOperator204Response) VisitLogoutOperatorResponse(w http.ResponseWriter) error

type LogoutOperatorRequestObject

type LogoutOperatorRequestObject struct {
}

type LogoutOperatorResponseObject

type LogoutOperatorResponseObject interface {
	VisitLogoutOperatorResponse(w http.ResponseWriter) error
}

type ManagementAPIStatus

type ManagementAPIStatus struct {
	ActiveClients int    `json:"active_clients"`
	ApiBase       string `json:"api_base"`
	CanManage     bool   `json:"can_manage"`
	Enabled       bool   `json:"enabled"`
	TokenEndpoint string `json:"token_endpoint"`
}

ManagementAPIStatus defines model for ManagementAPIStatus.

type ManagementCreateApplication201Response

type ManagementCreateApplication201Response struct {
}

func (ManagementCreateApplication201Response) VisitManagementCreateApplicationResponse

func (response ManagementCreateApplication201Response) VisitManagementCreateApplicationResponse(w http.ResponseWriter) error

type ManagementCreateApplication409ApplicationProblemPlusJSONResponse

type ManagementCreateApplication409ApplicationProblemPlusJSONResponse struct {
	ProblemApplicationProblemPlusJSONResponse
}

func (ManagementCreateApplication409ApplicationProblemPlusJSONResponse) VisitManagementCreateApplicationResponse

func (response ManagementCreateApplication409ApplicationProblemPlusJSONResponse) VisitManagementCreateApplicationResponse(w http.ResponseWriter) error

type ManagementCreateApplicationJSONBody

type ManagementCreateApplicationJSONBody struct {
	Name string `json:"name"`
	Slug string `json:"slug"`
}

ManagementCreateApplicationJSONBody defines parameters for ManagementCreateApplication.

type ManagementCreateApplicationJSONRequestBody

type ManagementCreateApplicationJSONRequestBody ManagementCreateApplicationJSONBody

ManagementCreateApplicationJSONRequestBody defines body for ManagementCreateApplication for application/json ContentType.

type ManagementCreateApplicationRequestObject

type ManagementCreateApplicationRequestObject struct {
	OrganizationId OrganizationID `json:"organization_id"`
	Body           *ManagementCreateApplicationJSONRequestBody
}

type ManagementCreateApplicationResponseObject

type ManagementCreateApplicationResponseObject interface {
	VisitManagementCreateApplicationResponse(w http.ResponseWriter) error
}

type ManagementCreateOrganization201Response

type ManagementCreateOrganization201Response struct {
}

func (ManagementCreateOrganization201Response) VisitManagementCreateOrganizationResponse

func (response ManagementCreateOrganization201Response) VisitManagementCreateOrganizationResponse(w http.ResponseWriter) error

type ManagementCreateOrganizationJSONBody

type ManagementCreateOrganizationJSONBody struct {
	Name string `json:"name"`
	Slug string `json:"slug"`
}

ManagementCreateOrganizationJSONBody defines parameters for ManagementCreateOrganization.

type ManagementCreateOrganizationJSONRequestBody

type ManagementCreateOrganizationJSONRequestBody ManagementCreateOrganizationJSONBody

ManagementCreateOrganizationJSONRequestBody defines body for ManagementCreateOrganization for application/json ContentType.

type ManagementCreateOrganizationRequestObject

type ManagementCreateOrganizationRequestObject struct {
	Body *ManagementCreateOrganizationJSONRequestBody
}

type ManagementCreateOrganizationResponseObject

type ManagementCreateOrganizationResponseObject interface {
	VisitManagementCreateOrganizationResponse(w http.ResponseWriter) error
}

type ManagementGetOrganization200Response

type ManagementGetOrganization200Response struct {
}

func (ManagementGetOrganization200Response) VisitManagementGetOrganizationResponse

func (response ManagementGetOrganization200Response) VisitManagementGetOrganizationResponse(w http.ResponseWriter) error

type ManagementGetOrganizationPolicy200JSONResponse

type ManagementGetOrganizationPolicy200JSONResponse OrganizationPolicy

func (ManagementGetOrganizationPolicy200JSONResponse) VisitManagementGetOrganizationPolicyResponse

func (response ManagementGetOrganizationPolicy200JSONResponse) VisitManagementGetOrganizationPolicyResponse(w http.ResponseWriter) error

type ManagementGetOrganizationPolicyRequestObject

type ManagementGetOrganizationPolicyRequestObject struct {
	OrganizationId OrganizationID `json:"organization_id"`
}

type ManagementGetOrganizationPolicyResponseObject

type ManagementGetOrganizationPolicyResponseObject interface {
	VisitManagementGetOrganizationPolicyResponse(w http.ResponseWriter) error
}

type ManagementGetOrganizationRequestObject

type ManagementGetOrganizationRequestObject struct {
	OrganizationId OrganizationID `json:"organization_id"`
}

type ManagementGetOrganizationResponseObject

type ManagementGetOrganizationResponseObject interface {
	VisitManagementGetOrganizationResponse(w http.ResponseWriter) error
}

type ManagementListApplications200JSONResponse

type ManagementListApplications200JSONResponse struct{ PageJSONResponse }

func (ManagementListApplications200JSONResponse) VisitManagementListApplicationsResponse

func (response ManagementListApplications200JSONResponse) VisitManagementListApplicationsResponse(w http.ResponseWriter) error

type ManagementListApplicationsParams

type ManagementListApplicationsParams struct {
	IncludeRetired *IncludeRetired `form:"include_retired,omitempty" json:"include_retired,omitempty"`
}

ManagementListApplicationsParams defines parameters for ManagementListApplications.

type ManagementListApplicationsRequestObject

type ManagementListApplicationsRequestObject struct {
	OrganizationId OrganizationID `json:"organization_id"`
	Params         ManagementListApplicationsParams
}

type ManagementListApplicationsResponseObject

type ManagementListApplicationsResponseObject interface {
	VisitManagementListApplicationsResponse(w http.ResponseWriter) error
}

type ManagementListOrganizations200JSONResponse

type ManagementListOrganizations200JSONResponse struct{ PageJSONResponse }

func (ManagementListOrganizations200JSONResponse) VisitManagementListOrganizationsResponse

func (response ManagementListOrganizations200JSONResponse) VisitManagementListOrganizationsResponse(w http.ResponseWriter) error

type ManagementListOrganizationsParams

type ManagementListOrganizationsParams struct {
	IncludeRetired *IncludeRetired `form:"include_retired,omitempty" json:"include_retired,omitempty"`
}

ManagementListOrganizationsParams defines parameters for ManagementListOrganizations.

type ManagementListOrganizationsRequestObject

type ManagementListOrganizationsRequestObject struct {
	Params ManagementListOrganizationsParams
}

type ManagementListOrganizationsResponseObject

type ManagementListOrganizationsResponseObject interface {
	VisitManagementListOrganizationsResponse(w http.ResponseWriter) error
}

type ManagementRestoreApplication204Response

type ManagementRestoreApplication204Response struct {
}

func (ManagementRestoreApplication204Response) VisitManagementRestoreApplicationResponse

func (response ManagementRestoreApplication204Response) VisitManagementRestoreApplicationResponse(w http.ResponseWriter) error

type ManagementRestoreApplicationRequestObject

type ManagementRestoreApplicationRequestObject struct {
	OrganizationId        OrganizationID `json:"organization_id"`
	ApplicationResourceId UUID           `json:"application_resource_id"`
}

type ManagementRestoreApplicationResponseObject

type ManagementRestoreApplicationResponseObject interface {
	VisitManagementRestoreApplicationResponse(w http.ResponseWriter) error
}

type ManagementRestoreOrganization204Response

type ManagementRestoreOrganization204Response struct {
}

func (ManagementRestoreOrganization204Response) VisitManagementRestoreOrganizationResponse

func (response ManagementRestoreOrganization204Response) VisitManagementRestoreOrganizationResponse(w http.ResponseWriter) error

type ManagementRestoreOrganizationRequestObject

type ManagementRestoreOrganizationRequestObject struct {
	OrganizationId OrganizationID `json:"organization_id"`
}

type ManagementRestoreOrganizationResponseObject

type ManagementRestoreOrganizationResponseObject interface {
	VisitManagementRestoreOrganizationResponse(w http.ResponseWriter) error
}

type ManagementRetireApplication204Response

type ManagementRetireApplication204Response struct {
}

func (ManagementRetireApplication204Response) VisitManagementRetireApplicationResponse

func (response ManagementRetireApplication204Response) VisitManagementRetireApplicationResponse(w http.ResponseWriter) error

type ManagementRetireApplicationRequestObject

type ManagementRetireApplicationRequestObject struct {
	OrganizationId        OrganizationID `json:"organization_id"`
	ApplicationResourceId UUID           `json:"application_resource_id"`
}

type ManagementRetireApplicationResponseObject

type ManagementRetireApplicationResponseObject interface {
	VisitManagementRetireApplicationResponse(w http.ResponseWriter) error
}

type ManagementRetireOrganization204Response

type ManagementRetireOrganization204Response struct {
}

func (ManagementRetireOrganization204Response) VisitManagementRetireOrganizationResponse

func (response ManagementRetireOrganization204Response) VisitManagementRetireOrganizationResponse(w http.ResponseWriter) error

type ManagementRetireOrganizationRequestObject

type ManagementRetireOrganizationRequestObject struct {
	OrganizationId OrganizationID `json:"organization_id"`
}

type ManagementRetireOrganizationResponseObject

type ManagementRetireOrganizationResponseObject interface {
	VisitManagementRetireOrganizationResponse(w http.ResponseWriter) error
}

type ManagementUpdateApplication204Response

type ManagementUpdateApplication204Response struct {
}

func (ManagementUpdateApplication204Response) VisitManagementUpdateApplicationResponse

func (response ManagementUpdateApplication204Response) VisitManagementUpdateApplicationResponse(w http.ResponseWriter) error

type ManagementUpdateApplicationJSONBody

type ManagementUpdateApplicationJSONBody struct {
	Name string `json:"name"`
}

ManagementUpdateApplicationJSONBody defines parameters for ManagementUpdateApplication.

type ManagementUpdateApplicationJSONRequestBody

type ManagementUpdateApplicationJSONRequestBody ManagementUpdateApplicationJSONBody

ManagementUpdateApplicationJSONRequestBody defines body for ManagementUpdateApplication for application/json ContentType.

type ManagementUpdateApplicationParams

type ManagementUpdateApplicationParams struct {
	// IfMatch Current resource ETag.
	IfMatch IfMatch `json:"If-Match"`
}

ManagementUpdateApplicationParams defines parameters for ManagementUpdateApplication.

type ManagementUpdateApplicationRequestObject

type ManagementUpdateApplicationRequestObject struct {
	OrganizationId        OrganizationID `json:"organization_id"`
	ApplicationResourceId UUID           `json:"application_resource_id"`
	Params                ManagementUpdateApplicationParams
	Body                  *ManagementUpdateApplicationJSONRequestBody
}

type ManagementUpdateApplicationResponseObject

type ManagementUpdateApplicationResponseObject interface {
	VisitManagementUpdateApplicationResponse(w http.ResponseWriter) error
}

type ManagementUpdateOrganization204Response

type ManagementUpdateOrganization204Response struct {
}

func (ManagementUpdateOrganization204Response) VisitManagementUpdateOrganizationResponse

func (response ManagementUpdateOrganization204Response) VisitManagementUpdateOrganizationResponse(w http.ResponseWriter) error

type ManagementUpdateOrganizationJSONBody

type ManagementUpdateOrganizationJSONBody struct {
	Name string `json:"name"`
}

ManagementUpdateOrganizationJSONBody defines parameters for ManagementUpdateOrganization.

type ManagementUpdateOrganizationJSONRequestBody

type ManagementUpdateOrganizationJSONRequestBody ManagementUpdateOrganizationJSONBody

ManagementUpdateOrganizationJSONRequestBody defines body for ManagementUpdateOrganization for application/json ContentType.

type ManagementUpdateOrganizationParams

type ManagementUpdateOrganizationParams struct {
	// IfMatch Current resource ETag.
	IfMatch IfMatch `json:"If-Match"`
}

ManagementUpdateOrganizationParams defines parameters for ManagementUpdateOrganization.

type ManagementUpdateOrganizationPolicy204Response

type ManagementUpdateOrganizationPolicy204Response struct {
}

func (ManagementUpdateOrganizationPolicy204Response) VisitManagementUpdateOrganizationPolicyResponse

func (response ManagementUpdateOrganizationPolicy204Response) VisitManagementUpdateOrganizationPolicyResponse(w http.ResponseWriter) error

type ManagementUpdateOrganizationPolicyJSONRequestBody

type ManagementUpdateOrganizationPolicyJSONRequestBody = UpdateOrganizationPolicy

ManagementUpdateOrganizationPolicyJSONRequestBody defines body for ManagementUpdateOrganizationPolicy for application/json ContentType.

type ManagementUpdateOrganizationPolicyParams

type ManagementUpdateOrganizationPolicyParams struct {
	// IfMatch Current resource ETag.
	IfMatch IfMatch `json:"If-Match"`
}

ManagementUpdateOrganizationPolicyParams defines parameters for ManagementUpdateOrganizationPolicy.

type ManagementUpdateOrganizationPolicyRequestObject

type ManagementUpdateOrganizationPolicyRequestObject struct {
	OrganizationId OrganizationID `json:"organization_id"`
	Params         ManagementUpdateOrganizationPolicyParams
	Body           *ManagementUpdateOrganizationPolicyJSONRequestBody
}

type ManagementUpdateOrganizationPolicyResponseObject

type ManagementUpdateOrganizationPolicyResponseObject interface {
	VisitManagementUpdateOrganizationPolicyResponse(w http.ResponseWriter) error
}

type ManagementUpdateOrganizationRequestObject

type ManagementUpdateOrganizationRequestObject struct {
	OrganizationId OrganizationID `json:"organization_id"`
	Params         ManagementUpdateOrganizationParams
	Body           *ManagementUpdateOrganizationJSONRequestBody
}

type ManagementUpdateOrganizationResponseObject

type ManagementUpdateOrganizationResponseObject interface {
	VisitManagementUpdateOrganizationResponse(w http.ResponseWriter) error
}

type MiddlewareFunc

type MiddlewareFunc func(http.Handler) http.Handler

type Named

type Named struct {
	Name string `json:"name"`
	Slug string `json:"slug"`
}

Named defines model for Named.

type OAuthClientID

type OAuthClientID = string

OAuthClientID defines model for OAuthClientID.

type OAuthCodeChallenge

type OAuthCodeChallenge = string

OAuthCodeChallenge defines model for OAuthCodeChallenge.

type OAuthCodeChallengeMethod

type OAuthCodeChallengeMethod string

OAuthCodeChallengeMethod defines model for OAuthCodeChallengeMethod.

const (
	OAuthCodeChallengeMethodS256 OAuthCodeChallengeMethod = "S256"
)

Defines values for OAuthCodeChallengeMethod.

func (OAuthCodeChallengeMethod) Valid

func (e OAuthCodeChallengeMethod) Valid() bool

Valid indicates whether the value is a known member of the OAuthCodeChallengeMethod enum.

type OAuthRedirectURI

type OAuthRedirectURI = string

OAuthRedirectURI defines model for OAuthRedirectURI.

type OAuthResponseType

type OAuthResponseType string

OAuthResponseType defines model for OAuthResponseType.

const (
	OAuthResponseTypeCode OAuthResponseType = "code"
)

Defines values for OAuthResponseType.

func (OAuthResponseType) Valid

func (e OAuthResponseType) Valid() bool

Valid indicates whether the value is a known member of the OAuthResponseType enum.

type OAuthScope

type OAuthScope = string

OAuthScope defines model for OAuthScope.

type OAuthState

type OAuthState = string

OAuthState defines model for OAuthState.

type Object

type Object = map[string]interface{}

Object defines model for Object.

type ObjectID

type ObjectID = UUID

ObjectID defines model for ObjectID.

type OidcDiscovery200Response

type OidcDiscovery200Response struct {
}

func (OidcDiscovery200Response) VisitOidcDiscoveryResponse

func (response OidcDiscovery200Response) VisitOidcDiscoveryResponse(w http.ResponseWriter) error

type OidcDiscoveryRequestObject

type OidcDiscoveryRequestObject struct {
}

type OidcDiscoveryResponseObject

type OidcDiscoveryResponseObject interface {
	VisitOidcDiscoveryResponse(w http.ResponseWriter) error
}

type OidcJWKS200Response

type OidcJWKS200Response struct {
}

func (OidcJWKS200Response) VisitOidcJWKSResponse

func (response OidcJWKS200Response) VisitOidcJWKSResponse(w http.ResponseWriter) error

type OidcJWKSRequestObject

type OidcJWKSRequestObject struct {
}

type OidcJWKSResponseObject

type OidcJWKSResponseObject interface {
	VisitOidcJWKSResponse(w http.ResponseWriter) error
}

type OidcUserinfo200Response

type OidcUserinfo200Response struct {
}

func (OidcUserinfo200Response) VisitOidcUserinfoResponse

func (response OidcUserinfo200Response) VisitOidcUserinfoResponse(w http.ResponseWriter) error

type OidcUserinfo401ApplicationProblemPlusJSONResponse

type OidcUserinfo401ApplicationProblemPlusJSONResponse struct {
	ProblemApplicationProblemPlusJSONResponse
}

func (OidcUserinfo401ApplicationProblemPlusJSONResponse) VisitOidcUserinfoResponse

func (response OidcUserinfo401ApplicationProblemPlusJSONResponse) VisitOidcUserinfoResponse(w http.ResponseWriter) error

type OidcUserinfoRequestObject

type OidcUserinfoRequestObject struct {
}

type OidcUserinfoResponseObject

type OidcUserinfoResponseObject interface {
	VisitOidcUserinfoResponse(w http.ResponseWriter) error
}

type OperatorPasswordChange

type OperatorPasswordChange struct {
	CurrentPassword *string `json:"current_password,omitempty"`
	NewPassword     *string `json:"new_password,omitempty"`
}

OperatorPasswordChange defines model for OperatorPasswordChange.

type OperatorPasswordLogin

type OperatorPasswordLogin struct {
	Email    openapi_types.Email `json:"email"`
	Password *string             `json:"password,omitempty"`
}

OperatorPasswordLogin defines model for OperatorPasswordLogin.

type OrganizationEnabledSettings

type OrganizationEnabledSettings struct {
	ApplicationProviderOverrides  bool `json:"application_provider_overrides"`
	CustomEvents                  bool `json:"custom_events"`
	Delegation                    bool `json:"delegation"`
	OrganizationProviderOverrides bool `json:"organization_provider_overrides"`
	PasswordAuthentication        bool `json:"password_authentication"`
	PasswordlessAuthentication    bool `json:"passwordless_authentication"`
	PersonalApiKeys               bool `json:"personal_api_keys"`
	PublicRegistration            bool `json:"public_registration"`
	Webhooks                      bool `json:"webhooks"`
}

OrganizationEnabledSettings defines model for OrganizationEnabledSettings.

type OrganizationID

type OrganizationID = UUID

OrganizationID defines model for OrganizationID.

type OrganizationPage

type OrganizationPage struct {
	// InstallationRole The current operator's installation-wide role, or null for organization-only access.
	InstallationRole *OrganizationPageInstallationRole `json:"installation_role"`
	Items            []map[string]interface{}          `json:"items"`
	NextCursor       *string                           `json:"next_cursor"`
}

OrganizationPage defines model for OrganizationPage.

type OrganizationPageInstallationRole

type OrganizationPageInstallationRole string

OrganizationPageInstallationRole The current operator's installation-wide role, or null for organization-only access.

const (
	Admin       OrganizationPageInstallationRole = "admin"
	Auditor     OrganizationPageInstallationRole = "auditor"
	LessThannil OrganizationPageInstallationRole = "<nil>"
	Owner       OrganizationPageInstallationRole = "owner"
)

Defines values for OrganizationPageInstallationRole.

func (OrganizationPageInstallationRole) Valid

Valid indicates whether the value is a known member of the OrganizationPageInstallationRole enum.

type OrganizationPolicy

type OrganizationPolicy struct {
	EnabledSettings OrganizationEnabledSettings `json:"enabled_settings"`

	// MaxApplications Null means unlimited.
	MaxApplications *int `json:"max_applications"`

	// MaxUsers Null means unlimited across all applications in the organization.
	MaxUsers       *int `json:"max_users"`
	OrganizationId UUID `json:"organization_id"`
	Usage          struct {
		Applications int `json:"applications"`
		Users        int `json:"users"`
	} `json:"usage"`
	Version int64 `json:"version"`
}

OrganizationPolicy defines model for OrganizationPolicy.

type OwnershipTransfer

type OwnershipTransfer struct {
	NewOwnerUserId           UUID        `json:"new_owner_user_id"`
	PreviousOwnerDisposition interface{} `json:"previous_owner_disposition,omitempty"`
}

OwnershipTransfer defines model for OwnershipTransfer.

type OwnershipTransferResult

type OwnershipTransferResult struct {
	OwnerUserId              UUID        `json:"owner_user_id"`
	PreviousOwnerDisposition interface{} `json:"previous_owner_disposition"`
	PreviousOwnerUserId      UUID        `json:"previous_owner_user_id"`
	WorkspaceId              UUID        `json:"workspace_id"`
}

OwnershipTransferResult defines model for OwnershipTransferResult.

type OwnershipTransferResultJSONResponse

type OwnershipTransferResultJSONResponse OwnershipTransferResult

type Page

type Page struct {
	Items      []interface{} `json:"items"`
	NextCursor *string       `json:"next_cursor"`
}

Page defines model for Page.

type PageJSONResponse

type PageJSONResponse Page

type PasswordChange204Response

type PasswordChange204Response struct {
}

func (PasswordChange204Response) VisitPasswordChangeResponse

func (response PasswordChange204Response) VisitPasswordChangeResponse(w http.ResponseWriter) error

type PasswordChangeJSONBody

type PasswordChangeJSONBody = map[string]interface{}

PasswordChangeJSONBody defines parameters for PasswordChange.

type PasswordChangeJSONRequestBody

type PasswordChangeJSONRequestBody = PasswordChangeJSONBody

PasswordChangeJSONRequestBody defines body for PasswordChange for application/json ContentType.

type PasswordChangeRequestObject

type PasswordChangeRequestObject struct {
	ApplicationId ApplicationID `json:"application_id"`
	Body          *PasswordChangeJSONRequestBody
}

type PasswordChangeResponseObject

type PasswordChangeResponseObject interface {
	VisitPasswordChangeResponse(w http.ResponseWriter) error
}

type PasswordResetStart202Response

type PasswordResetStart202Response struct {
}

func (PasswordResetStart202Response) VisitPasswordResetStartResponse

func (response PasswordResetStart202Response) VisitPasswordResetStartResponse(w http.ResponseWriter) error

type PasswordResetStartJSONBody

type PasswordResetStartJSONBody = map[string]interface{}

PasswordResetStartJSONBody defines parameters for PasswordResetStart.

type PasswordResetStartJSONRequestBody

type PasswordResetStartJSONRequestBody = PasswordResetStartJSONBody

PasswordResetStartJSONRequestBody defines body for PasswordResetStart for application/json ContentType.

type PasswordResetStartRequestObject

type PasswordResetStartRequestObject struct {
	ApplicationId ApplicationID `json:"application_id"`
	Body          *PasswordResetStartJSONRequestBody
}

type PasswordResetStartResponseObject

type PasswordResetStartResponseObject interface {
	VisitPasswordResetStartResponse(w http.ResponseWriter) error
}

type PasswordResetVerify200JSONResponse

type PasswordResetVerify200JSONResponse struct{ TokensJSONResponse }

func (PasswordResetVerify200JSONResponse) VisitPasswordResetVerifyResponse

func (response PasswordResetVerify200JSONResponse) VisitPasswordResetVerifyResponse(w http.ResponseWriter) error

type PasswordResetVerifyJSONBody

type PasswordResetVerifyJSONBody = map[string]interface{}

PasswordResetVerifyJSONBody defines parameters for PasswordResetVerify.

type PasswordResetVerifyJSONRequestBody

type PasswordResetVerifyJSONRequestBody = PasswordResetVerifyJSONBody

PasswordResetVerifyJSONRequestBody defines body for PasswordResetVerify for application/json ContentType.

type PasswordResetVerifyRequestObject

type PasswordResetVerifyRequestObject struct {
	ApplicationId ApplicationID `json:"application_id"`
	Body          *PasswordResetVerifyJSONRequestBody
}

type PasswordResetVerifyResponseObject

type PasswordResetVerifyResponseObject interface {
	VisitPasswordResetVerifyResponse(w http.ResponseWriter) error
}

type PasswordSignIn

type PasswordSignIn struct {
	Email    openapi_types.Email `json:"email"`
	Password *string             `json:"password,omitempty"`
}

PasswordSignIn defines model for PasswordSignIn.

type PasswordSignIn200JSONResponse

type PasswordSignIn200JSONResponse struct{ TokensJSONResponse }

func (PasswordSignIn200JSONResponse) VisitPasswordSignInResponse

func (response PasswordSignIn200JSONResponse) VisitPasswordSignInResponse(w http.ResponseWriter) error

type PasswordSignIn401ApplicationProblemPlusJSONResponse

type PasswordSignIn401ApplicationProblemPlusJSONResponse struct {
	ProblemApplicationProblemPlusJSONResponse
}

func (PasswordSignIn401ApplicationProblemPlusJSONResponse) VisitPasswordSignInResponse

func (response PasswordSignIn401ApplicationProblemPlusJSONResponse) VisitPasswordSignInResponse(w http.ResponseWriter) error

type PasswordSignInJSONRequestBody

type PasswordSignInJSONRequestBody = PasswordSignIn

PasswordSignInJSONRequestBody defines body for PasswordSignIn for application/json ContentType.

type PasswordSignInRequestObject

type PasswordSignInRequestObject struct {
	ApplicationId ApplicationID `json:"application_id"`
	Body          *PasswordSignInJSONRequestBody
}

type PasswordSignInResponseObject

type PasswordSignInResponseObject interface {
	VisitPasswordSignInResponse(w http.ResponseWriter) error
}

type PasswordSignUp

type PasswordSignUp struct {
	Email     openapi_types.Email `json:"email"`
	FirstName *string             `json:"first_name,omitempty"`
	LastName  *string             `json:"last_name,omitempty"`

	// Locale Canonical BCP 47 language tag such as en, de-CH, or pt-BR. Empty means no user preference.
	Locale   *Locale `json:"locale,omitempty"`
	Password *string `json:"password,omitempty"`
}

PasswordSignUp defines model for PasswordSignUp.

type PasswordSignUp200JSONResponse

type PasswordSignUp200JSONResponse struct{ TokensJSONResponse }

func (PasswordSignUp200JSONResponse) VisitPasswordSignUpResponse

func (response PasswordSignUp200JSONResponse) VisitPasswordSignUpResponse(w http.ResponseWriter) error

type PasswordSignUp403ApplicationProblemPlusJSONResponse

type PasswordSignUp403ApplicationProblemPlusJSONResponse struct {
	ProblemApplicationProblemPlusJSONResponse
}

func (PasswordSignUp403ApplicationProblemPlusJSONResponse) VisitPasswordSignUpResponse

func (response PasswordSignUp403ApplicationProblemPlusJSONResponse) VisitPasswordSignUpResponse(w http.ResponseWriter) error

type PasswordSignUpJSONRequestBody

type PasswordSignUpJSONRequestBody = PasswordSignUp

PasswordSignUpJSONRequestBody defines body for PasswordSignUp for application/json ContentType.

type PasswordSignUpRequestObject

type PasswordSignUpRequestObject struct {
	ApplicationId ApplicationID `json:"application_id"`
	Body          *PasswordSignUpJSONRequestBody
}

type PasswordSignUpResponseObject

type PasswordSignUpResponseObject interface {
	VisitPasswordSignUpResponse(w http.ResponseWriter) error
}

type PaymentID

type PaymentID = UUID

PaymentID defines model for PaymentID.

type PreviewInstallationNotificationTemplate200Response

type PreviewInstallationNotificationTemplate200Response struct {
}

func (PreviewInstallationNotificationTemplate200Response) VisitPreviewInstallationNotificationTemplateResponse

func (response PreviewInstallationNotificationTemplate200Response) VisitPreviewInstallationNotificationTemplateResponse(w http.ResponseWriter) error

type PreviewInstallationNotificationTemplateJSONBody

type PreviewInstallationNotificationTemplateJSONBody = map[string]interface{}

PreviewInstallationNotificationTemplateJSONBody defines parameters for PreviewInstallationNotificationTemplate.

type PreviewInstallationNotificationTemplateJSONRequestBody

type PreviewInstallationNotificationTemplateJSONRequestBody = PreviewInstallationNotificationTemplateJSONBody

PreviewInstallationNotificationTemplateJSONRequestBody defines body for PreviewInstallationNotificationTemplate for application/json ContentType.

type PreviewInstallationNotificationTemplateRequestObject

type PreviewInstallationNotificationTemplateRequestObject struct {
	TemplateId UUID `json:"template_id"`
	Body       *PreviewInstallationNotificationTemplateJSONRequestBody
}

type PreviewInstallationNotificationTemplateResponseObject

type PreviewInstallationNotificationTemplateResponseObject interface {
	VisitPreviewInstallationNotificationTemplateResponse(w http.ResponseWriter) error
}

type PreviewNotificationTemplate200Response

type PreviewNotificationTemplate200Response struct {
}

func (PreviewNotificationTemplate200Response) VisitPreviewNotificationTemplateResponse

func (response PreviewNotificationTemplate200Response) VisitPreviewNotificationTemplateResponse(w http.ResponseWriter) error

type PreviewNotificationTemplateJSONBody

type PreviewNotificationTemplateJSONBody = map[string]interface{}

PreviewNotificationTemplateJSONBody defines parameters for PreviewNotificationTemplate.

type PreviewNotificationTemplateJSONRequestBody

type PreviewNotificationTemplateJSONRequestBody = PreviewNotificationTemplateJSONBody

PreviewNotificationTemplateJSONRequestBody defines body for PreviewNotificationTemplate for application/json ContentType.

type PreviewNotificationTemplateRequestObject

type PreviewNotificationTemplateRequestObject struct {
	ApplicationId ApplicationID `json:"application_id"`
	TemplateId    UUID          `json:"template_id"`
	Body          *PreviewNotificationTemplateJSONRequestBody
}

type PreviewNotificationTemplateResponseObject

type PreviewNotificationTemplateResponseObject interface {
	VisitPreviewNotificationTemplateResponse(w http.ResponseWriter) error
}

type Problem

type Problem struct {
	Code      string  `json:"code"`
	Detail    *string `json:"detail,omitempty"`
	RequestId *string `json:"request_id,omitempty"`
	Status    int     `json:"status"`
	Title     string  `json:"title"`
	Type      string  `json:"type"`
}

Problem defines model for Problem.

type ProblemApplicationProblemPlusJSONResponse

type ProblemApplicationProblemPlusJSONResponse Problem

type ProviderID

type ProviderID = UUID

ProviderID defines model for ProviderID.

type ProviderInheritance

type ProviderInheritance struct {
	// Inheritable Allow child scopes to resolve this provider.
	Inheritable bool `json:"inheritable"`
}

ProviderInheritance defines model for ProviderInheritance.

type PublicApplicationConfig

type PublicApplicationConfig map[string]interface{}

PublicApplicationConfig This entire object is returned by the unauthenticated runtime-config endpoint. Secrets are forbidden.

type PublicCatalog200JSONResponse

type PublicCatalog200JSONResponse struct{ PageJSONResponse }

func (PublicCatalog200JSONResponse) VisitPublicCatalogResponse

func (response PublicCatalog200JSONResponse) VisitPublicCatalogResponse(w http.ResponseWriter) error

type PublicCatalogRequestObject

type PublicCatalogRequestObject struct {
	ApplicationId ApplicationID `json:"application_id"`
}

type PublicCatalogResponseObject

type PublicCatalogResponseObject interface {
	VisitPublicCatalogResponse(w http.ResponseWriter) error
}

type PublicConfig200JSONResponse

type PublicConfig200JSONResponse RuntimeConfig

func (PublicConfig200JSONResponse) VisitPublicConfigResponse

func (response PublicConfig200JSONResponse) VisitPublicConfigResponse(w http.ResponseWriter) error

type PublicConfigRequestObject

type PublicConfigRequestObject struct {
	ApplicationId ApplicationID `json:"application_id"`
}

type PublicConfigResponseObject

type PublicConfigResponseObject interface {
	VisitPublicConfigResponse(w http.ResponseWriter) error
}

type PublishCustomEvent

type PublishCustomEvent struct {
	CausationId   *UUID                  `json:"causation_id,omitempty"`
	CorrelationId *UUID                  `json:"correlation_id,omitempty"`
	Data          map[string]interface{} `json:"data"`
	Subject       string                 `json:"subject"`
	Type          string                 `json:"type"`
}

PublishCustomEvent defines model for PublishCustomEvent.

type PublishCustomEvent202JSONResponse

type PublishCustomEvent202JSONResponse EventEnvelope

func (PublishCustomEvent202JSONResponse) VisitPublishCustomEventResponse

func (response PublishCustomEvent202JSONResponse) VisitPublishCustomEventResponse(w http.ResponseWriter) error

type PublishCustomEvent403ApplicationProblemPlusJSONResponse

type PublishCustomEvent403ApplicationProblemPlusJSONResponse struct {
	ProblemApplicationProblemPlusJSONResponse
}

func (PublishCustomEvent403ApplicationProblemPlusJSONResponse) VisitPublishCustomEventResponse

func (response PublishCustomEvent403ApplicationProblemPlusJSONResponse) VisitPublishCustomEventResponse(w http.ResponseWriter) error

type PublishCustomEvent422ApplicationProblemPlusJSONResponse

type PublishCustomEvent422ApplicationProblemPlusJSONResponse Problem

func (PublishCustomEvent422ApplicationProblemPlusJSONResponse) VisitPublishCustomEventResponse

func (response PublishCustomEvent422ApplicationProblemPlusJSONResponse) VisitPublishCustomEventResponse(w http.ResponseWriter) error

type PublishCustomEventJSONRequestBody

type PublishCustomEventJSONRequestBody = PublishCustomEvent

PublishCustomEventJSONRequestBody defines body for PublishCustomEvent for application/json ContentType.

type PublishCustomEventParams

type PublishCustomEventParams struct {
	IdempotencyKey RequiredIdempotencyKey `json:"Idempotency-Key"`
}

PublishCustomEventParams defines parameters for PublishCustomEvent.

type PublishCustomEventRequestObject

type PublishCustomEventRequestObject struct {
	ApplicationId ApplicationID `json:"application_id"`
	Params        PublishCustomEventParams
	Body          *PublishCustomEventJSONRequestBody
}

type PublishCustomEventResponseObject

type PublishCustomEventResponseObject interface {
	VisitPublishCustomEventResponse(w http.ResponseWriter) error
}

type PublishInstallationNotificationTemplate204Response

type PublishInstallationNotificationTemplate204Response struct {
}

func (PublishInstallationNotificationTemplate204Response) VisitPublishInstallationNotificationTemplateResponse

func (response PublishInstallationNotificationTemplate204Response) VisitPublishInstallationNotificationTemplateResponse(w http.ResponseWriter) error

type PublishInstallationNotificationTemplateRequestObject

type PublishInstallationNotificationTemplateRequestObject struct {
	TemplateId UUID `json:"template_id"`
}

type PublishInstallationNotificationTemplateResponseObject

type PublishInstallationNotificationTemplateResponseObject interface {
	VisitPublishInstallationNotificationTemplateResponse(w http.ResponseWriter) error
}

type PublishNotificationTemplate204Response

type PublishNotificationTemplate204Response struct {
}

func (PublishNotificationTemplate204Response) VisitPublishNotificationTemplateResponse

func (response PublishNotificationTemplate204Response) VisitPublishNotificationTemplateResponse(w http.ResponseWriter) error

type PublishNotificationTemplateRequestObject

type PublishNotificationTemplateRequestObject struct {
	ApplicationId ApplicationID `json:"application_id"`
	TemplateId    UUID          `json:"template_id"`
}

type PublishNotificationTemplateResponseObject

type PublishNotificationTemplateResponseObject interface {
	VisitPublishNotificationTemplateResponse(w http.ResponseWriter) error
}

type QueueNotification

type QueueNotification struct {
	Attachments *[]struct {
		ContentBase64 []byte `json:"content_base64"`
		ContentType   string `json:"content_type"`
		Filename      string `json:"filename"`
	} `json:"attachments,omitempty"`

	// Locale Canonical BCP 47 language tag such as en, de-CH, or pt-BR. Empty means no user preference.
	Locale      *Locale                 `json:"locale,omitempty"`
	Recipient   *openapi_types.Email    `json:"recipient,omitempty"`
	TemplateKey string                  `json:"template_key"`
	UserId      *UUID                   `json:"user_id,omitempty"`
	Variables   *map[string]interface{} `json:"variables,omitempty"`
}

QueueNotification defines model for QueueNotification.

type QueueNotification202JSONResponse

type QueueNotification202JSONResponse QueuedNotification

func (QueueNotification202JSONResponse) VisitQueueNotificationResponse

func (response QueueNotification202JSONResponse) VisitQueueNotificationResponse(w http.ResponseWriter) error

type QueueNotificationJSONRequestBody

type QueueNotificationJSONRequestBody = QueueNotification

QueueNotificationJSONRequestBody defines body for QueueNotification for application/json ContentType.

type QueueNotificationParams

type QueueNotificationParams struct {
	IdempotencyKey *IdempotencyKey `json:"Idempotency-Key,omitempty"`
}

QueueNotificationParams defines parameters for QueueNotification.

type QueueNotificationRequestObject

type QueueNotificationRequestObject struct {
	ApplicationId ApplicationID `json:"application_id"`
	Params        QueueNotificationParams
	Body          *QueueNotificationJSONRequestBody
}

type QueueNotificationResponseObject

type QueueNotificationResponseObject interface {
	VisitQueueNotificationResponse(w http.ResponseWriter) error
}

type QueuedNotification

type QueuedNotification struct {
	FallbackUsed bool `json:"fallback_used"`
	Id           UUID `json:"id"`

	// RequestedLocale Canonical BCP 47 language tag such as en, de-CH, or pt-BR. Empty means no user preference.
	RequestedLocale Locale `json:"requested_locale"`

	// ResolvedLocale Canonical BCP 47 language tag such as en, de-CH, or pt-BR. Empty means no user preference.
	ResolvedLocale Locale      `json:"resolved_locale"`
	Status         interface{} `json:"status"`
}

QueuedNotification defines model for QueuedNotification.

type Readiness200Response

type Readiness200Response struct {
}

func (Readiness200Response) VisitReadinessResponse

func (response Readiness200Response) VisitReadinessResponse(w http.ResponseWriter) error

type Readiness503ApplicationProblemPlusJSONResponse

type Readiness503ApplicationProblemPlusJSONResponse struct {
	ProblemApplicationProblemPlusJSONResponse
}

func (Readiness503ApplicationProblemPlusJSONResponse) VisitReadinessResponse

func (response Readiness503ApplicationProblemPlusJSONResponse) VisitReadinessResponse(w http.ResponseWriter) error

type ReadinessRequestObject

type ReadinessRequestObject struct {
}

type ReadinessResponseObject

type ReadinessResponseObject interface {
	VisitReadinessResponse(w http.ResponseWriter) error
}

type RecoverWorkspaceOwnership200JSONResponse

type RecoverWorkspaceOwnership200JSONResponse struct {
	OwnershipTransferResultJSONResponse
}

func (RecoverWorkspaceOwnership200JSONResponse) VisitRecoverWorkspaceOwnershipResponse

func (response RecoverWorkspaceOwnership200JSONResponse) VisitRecoverWorkspaceOwnershipResponse(w http.ResponseWriter) error

type RecoverWorkspaceOwnershipJSONRequestBody

type RecoverWorkspaceOwnershipJSONRequestBody = OwnershipTransfer

RecoverWorkspaceOwnershipJSONRequestBody defines body for RecoverWorkspaceOwnership for application/json ContentType.

type RecoverWorkspaceOwnershipRequestObject

type RecoverWorkspaceOwnershipRequestObject struct {
	ApplicationId ApplicationID `json:"application_id"`
	WorkspaceId   UUID          `json:"workspace_id"`
	Body          *RecoverWorkspaceOwnershipJSONRequestBody
}

type RecoverWorkspaceOwnershipResponseObject

type RecoverWorkspaceOwnershipResponseObject interface {
	VisitRecoverWorkspaceOwnershipResponse(w http.ResponseWriter) error
}

type Refresh200JSONResponse

type Refresh200JSONResponse struct{ TokensJSONResponse }

func (Refresh200JSONResponse) VisitRefreshResponse

func (response Refresh200JSONResponse) VisitRefreshResponse(w http.ResponseWriter) error

type RefreshJSONBody

type RefreshJSONBody struct {
	RefreshToken *string `json:"refresh_token,omitempty"`
}

RefreshJSONBody defines parameters for Refresh.

type RefreshJSONRequestBody

type RefreshJSONRequestBody RefreshJSONBody

RefreshJSONRequestBody defines body for Refresh for application/json ContentType.

type RefreshOperatorSession200Response

type RefreshOperatorSession200Response struct {
}

func (RefreshOperatorSession200Response) VisitRefreshOperatorSessionResponse

func (response RefreshOperatorSession200Response) VisitRefreshOperatorSessionResponse(w http.ResponseWriter) error

type RefreshOperatorSessionRequestObject

type RefreshOperatorSessionRequestObject struct {
}

type RefreshOperatorSessionResponseObject

type RefreshOperatorSessionResponseObject interface {
	VisitRefreshOperatorSessionResponse(w http.ResponseWriter) error
}

type RefreshRequestObject

type RefreshRequestObject struct {
	ApplicationId ApplicationID `json:"application_id"`
	Body          *RefreshJSONRequestBody
}

type RefreshResponseObject

type RefreshResponseObject interface {
	VisitRefreshResponse(w http.ResponseWriter) error
}

type RegenerateRecoveryCodes200Response

type RegenerateRecoveryCodes200Response struct {
}

func (RegenerateRecoveryCodes200Response) VisitRegenerateRecoveryCodesResponse

func (response RegenerateRecoveryCodes200Response) VisitRegenerateRecoveryCodesResponse(w http.ResponseWriter) error

type RegenerateRecoveryCodesRequestObject

type RegenerateRecoveryCodesRequestObject struct {
	ApplicationId ApplicationID `json:"application_id"`
}

type RegenerateRecoveryCodesResponseObject

type RegenerateRecoveryCodesResponseObject interface {
	VisitRegenerateRecoveryCodesResponse(w http.ResponseWriter) error
}

type RejectLocalEntitlementRequest204Response

type RejectLocalEntitlementRequest204Response struct {
}

func (RejectLocalEntitlementRequest204Response) VisitRejectLocalEntitlementRequestResponse

func (response RejectLocalEntitlementRequest204Response) VisitRejectLocalEntitlementRequestResponse(w http.ResponseWriter) error

type RejectLocalEntitlementRequestJSONBody

type RejectLocalEntitlementRequestJSONBody = map[string]interface{}

RejectLocalEntitlementRequestJSONBody defines parameters for RejectLocalEntitlementRequest.

type RejectLocalEntitlementRequestJSONRequestBody

type RejectLocalEntitlementRequestJSONRequestBody = RejectLocalEntitlementRequestJSONBody

RejectLocalEntitlementRequestJSONRequestBody defines body for RejectLocalEntitlementRequest for application/json ContentType.

type RejectLocalEntitlementRequestRequestObject

type RejectLocalEntitlementRequestRequestObject struct {
	ApplicationId ApplicationID `json:"application_id"`
	RequestId     RequestID     `json:"request_id"`
	Body          *RejectLocalEntitlementRequestJSONRequestBody
}

type RejectLocalEntitlementRequestResponseObject

type RejectLocalEntitlementRequestResponseObject interface {
	VisitRejectLocalEntitlementRequestResponse(w http.ResponseWriter) error
}

type RemoveMyWorkspaceMember204Response

type RemoveMyWorkspaceMember204Response struct {
}

func (RemoveMyWorkspaceMember204Response) VisitRemoveMyWorkspaceMemberResponse

func (response RemoveMyWorkspaceMember204Response) VisitRemoveMyWorkspaceMemberResponse(w http.ResponseWriter) error

type RemoveMyWorkspaceMemberRequestObject

type RemoveMyWorkspaceMemberRequestObject struct {
	ApplicationId ApplicationID `json:"application_id"`
	WorkspaceId   UUID          `json:"workspace_id"`
	UserId        UUID          `json:"user_id"`
}

type RemoveMyWorkspaceMemberResponseObject

type RemoveMyWorkspaceMemberResponseObject interface {
	VisitRemoveMyWorkspaceMemberResponse(w http.ResponseWriter) error
}

type Rename

type Rename struct {
	Name string `json:"name"`
}

Rename defines model for Rename.

type ReopenLocalEntitlementRequest204Response

type ReopenLocalEntitlementRequest204Response struct {
}

func (ReopenLocalEntitlementRequest204Response) VisitReopenLocalEntitlementRequestResponse

func (response ReopenLocalEntitlementRequest204Response) VisitReopenLocalEntitlementRequestResponse(w http.ResponseWriter) error

type ReopenLocalEntitlementRequestJSONBody

type ReopenLocalEntitlementRequestJSONBody = map[string]interface{}

ReopenLocalEntitlementRequestJSONBody defines parameters for ReopenLocalEntitlementRequest.

type ReopenLocalEntitlementRequestJSONRequestBody

type ReopenLocalEntitlementRequestJSONRequestBody = ReopenLocalEntitlementRequestJSONBody

ReopenLocalEntitlementRequestJSONRequestBody defines body for ReopenLocalEntitlementRequest for application/json ContentType.

type ReopenLocalEntitlementRequestRequestObject

type ReopenLocalEntitlementRequestRequestObject struct {
	ApplicationId ApplicationID `json:"application_id"`
	RequestId     RequestID     `json:"request_id"`
	Body          *ReopenLocalEntitlementRequestJSONRequestBody
}

type ReopenLocalEntitlementRequestResponseObject

type ReopenLocalEntitlementRequestResponseObject interface {
	VisitReopenLocalEntitlementRequestResponse(w http.ResponseWriter) error
}

type ReplaceMyWorkspaceMemberRoles200Response

type ReplaceMyWorkspaceMemberRoles200Response struct {
}

func (ReplaceMyWorkspaceMemberRoles200Response) VisitReplaceMyWorkspaceMemberRolesResponse

func (response ReplaceMyWorkspaceMemberRoles200Response) VisitReplaceMyWorkspaceMemberRolesResponse(w http.ResponseWriter) error

type ReplaceMyWorkspaceMemberRolesJSONBody

type ReplaceMyWorkspaceMemberRolesJSONBody = map[string]interface{}

ReplaceMyWorkspaceMemberRolesJSONBody defines parameters for ReplaceMyWorkspaceMemberRoles.

type ReplaceMyWorkspaceMemberRolesJSONRequestBody

type ReplaceMyWorkspaceMemberRolesJSONRequestBody = ReplaceMyWorkspaceMemberRolesJSONBody

ReplaceMyWorkspaceMemberRolesJSONRequestBody defines body for ReplaceMyWorkspaceMemberRoles for application/json ContentType.

type ReplaceMyWorkspaceMemberRolesRequestObject

type ReplaceMyWorkspaceMemberRolesRequestObject struct {
	ApplicationId ApplicationID `json:"application_id"`
	WorkspaceId   UUID          `json:"workspace_id"`
	UserId        UUID          `json:"user_id"`
	Body          *ReplaceMyWorkspaceMemberRolesJSONRequestBody
}

type ReplaceMyWorkspaceMemberRolesResponseObject

type ReplaceMyWorkspaceMemberRolesResponseObject interface {
	VisitReplaceMyWorkspaceMemberRolesResponse(w http.ResponseWriter) error
}

type ReplaceWorkspaceMemberRoles200Response

type ReplaceWorkspaceMemberRoles200Response struct {
}

func (ReplaceWorkspaceMemberRoles200Response) VisitReplaceWorkspaceMemberRolesResponse

func (response ReplaceWorkspaceMemberRoles200Response) VisitReplaceWorkspaceMemberRolesResponse(w http.ResponseWriter) error

type ReplaceWorkspaceMemberRolesJSONBody

type ReplaceWorkspaceMemberRolesJSONBody = map[string]interface{}

ReplaceWorkspaceMemberRolesJSONBody defines parameters for ReplaceWorkspaceMemberRoles.

type ReplaceWorkspaceMemberRolesJSONRequestBody

type ReplaceWorkspaceMemberRolesJSONRequestBody = ReplaceWorkspaceMemberRolesJSONBody

ReplaceWorkspaceMemberRolesJSONRequestBody defines body for ReplaceWorkspaceMemberRoles for application/json ContentType.

type ReplaceWorkspaceMemberRolesRequestObject

type ReplaceWorkspaceMemberRolesRequestObject struct {
	ApplicationId ApplicationID `json:"application_id"`
	WorkspaceId   UUID          `json:"workspace_id"`
	UserId        UUID          `json:"user_id"`
	Body          *ReplaceWorkspaceMemberRolesJSONRequestBody
}

type ReplaceWorkspaceMemberRolesResponseObject

type ReplaceWorkspaceMemberRolesResponseObject interface {
	VisitReplaceWorkspaceMemberRolesResponse(w http.ResponseWriter) error
}

type ReplayBillingProviderEvent204Response

type ReplayBillingProviderEvent204Response struct {
}

func (ReplayBillingProviderEvent204Response) VisitReplayBillingProviderEventResponse

func (response ReplayBillingProviderEvent204Response) VisitReplayBillingProviderEventResponse(w http.ResponseWriter) error

type ReplayBillingProviderEventRequestObject

type ReplayBillingProviderEventRequestObject struct {
	ApplicationId ApplicationID `json:"application_id"`
	EventId       UUID          `json:"event_id"`
}

type ReplayBillingProviderEventResponseObject

type ReplayBillingProviderEventResponseObject interface {
	VisitReplayBillingProviderEventResponse(w http.ResponseWriter) error
}

type ReplayWebhookDelivery204Response

type ReplayWebhookDelivery204Response struct {
}

func (ReplayWebhookDelivery204Response) VisitReplayWebhookDeliveryResponse

func (response ReplayWebhookDelivery204Response) VisitReplayWebhookDeliveryResponse(w http.ResponseWriter) error

type ReplayWebhookDeliveryRequestObject

type ReplayWebhookDeliveryRequestObject struct {
	ApplicationId ApplicationID `json:"application_id"`
	DeliveryId    UUID          `json:"delivery_id"`
}

type ReplayWebhookDeliveryResponseObject

type ReplayWebhookDeliveryResponseObject interface {
	VisitReplayWebhookDeliveryResponse(w http.ResponseWriter) error
}

type RequestID

type RequestID = UUID

RequestID defines model for RequestID.

type RequiredHeaderError

type RequiredHeaderError struct {
	ParamName string
	Err       error
}

func (*RequiredHeaderError) Error

func (e *RequiredHeaderError) Error() string

func (*RequiredHeaderError) Unwrap

func (e *RequiredHeaderError) Unwrap() error

type RequiredIdempotencyKey

type RequiredIdempotencyKey = string

RequiredIdempotencyKey defines model for RequiredIdempotencyKey.

type RequiredParamError

type RequiredParamError struct {
	ParamName string
}

func (*RequiredParamError) Error

func (e *RequiredParamError) Error() string

type ResendOrganizationInvitation200Response

type ResendOrganizationInvitation200Response struct {
}

func (ResendOrganizationInvitation200Response) VisitResendOrganizationInvitationResponse

func (response ResendOrganizationInvitation200Response) VisitResendOrganizationInvitationResponse(w http.ResponseWriter) error

type ResendOrganizationInvitationRequestObject

type ResendOrganizationInvitationRequestObject struct {
	OrganizationId OrganizationID `json:"organization_id"`
	InvitationId   UUID           `json:"invitation_id"`
}

type ResendOrganizationInvitationResponseObject

type ResendOrganizationInvitationResponseObject interface {
	VisitResendOrganizationInvitationResponse(w http.ResponseWriter) error
}

type RestoreApplication204Response

type RestoreApplication204Response struct {
}

func (RestoreApplication204Response) VisitRestoreApplicationResponse

func (response RestoreApplication204Response) VisitRestoreApplicationResponse(w http.ResponseWriter) error

type RestoreApplicationRequestObject

type RestoreApplicationRequestObject struct {
	OrganizationId        OrganizationID `json:"organization_id"`
	ApplicationResourceId UUID           `json:"application_resource_id"`
}

type RestoreApplicationResponseObject

type RestoreApplicationResponseObject interface {
	VisitRestoreApplicationResponse(w http.ResponseWriter) error
}

type RestoreEntitlement204Response

type RestoreEntitlement204Response struct {
}

func (RestoreEntitlement204Response) VisitRestoreEntitlementResponse

func (response RestoreEntitlement204Response) VisitRestoreEntitlementResponse(w http.ResponseWriter) error

type RestoreEntitlementJSONBody

type RestoreEntitlementJSONBody = map[string]interface{}

RestoreEntitlementJSONBody defines parameters for RestoreEntitlement.

type RestoreEntitlementJSONRequestBody

type RestoreEntitlementJSONRequestBody = RestoreEntitlementJSONBody

RestoreEntitlementJSONRequestBody defines body for RestoreEntitlement for application/json ContentType.

type RestoreEntitlementRequestObject

type RestoreEntitlementRequestObject struct {
	ApplicationId ApplicationID `json:"application_id"`
	EntitlementId UUID          `json:"entitlement_id"`
	Body          *RestoreEntitlementJSONRequestBody
}

type RestoreEntitlementResponseObject

type RestoreEntitlementResponseObject interface {
	VisitRestoreEntitlementResponse(w http.ResponseWriter) error
}

type RestoreOrganization204Response

type RestoreOrganization204Response struct {
}

func (RestoreOrganization204Response) VisitRestoreOrganizationResponse

func (response RestoreOrganization204Response) VisitRestoreOrganizationResponse(w http.ResponseWriter) error

type RestoreOrganizationRequestObject

type RestoreOrganizationRequestObject struct {
	OrganizationId OrganizationID `json:"organization_id"`
}

type RestoreOrganizationResponseObject

type RestoreOrganizationResponseObject interface {
	VisitRestoreOrganizationResponse(w http.ResponseWriter) error
}

type RestoreUser204Response

type RestoreUser204Response struct {
}

func (RestoreUser204Response) VisitRestoreUserResponse

func (response RestoreUser204Response) VisitRestoreUserResponse(w http.ResponseWriter) error

type RestoreUserJSONBody

type RestoreUserJSONBody = map[string]interface{}

RestoreUserJSONBody defines parameters for RestoreUser.

type RestoreUserJSONRequestBody

type RestoreUserJSONRequestBody = RestoreUserJSONBody

RestoreUserJSONRequestBody defines body for RestoreUser for application/json ContentType.

type RestoreUserRequestObject

type RestoreUserRequestObject struct {
	ApplicationId ApplicationID `json:"application_id"`
	UserId        UUID          `json:"user_id"`
	Body          *RestoreUserJSONRequestBody
}

type RestoreUserResponseObject

type RestoreUserResponseObject interface {
	VisitRestoreUserResponse(w http.ResponseWriter) error
}

type ResumeSubscription204Response

type ResumeSubscription204Response struct {
}

func (ResumeSubscription204Response) VisitResumeSubscriptionResponse

func (response ResumeSubscription204Response) VisitResumeSubscriptionResponse(w http.ResponseWriter) error

type ResumeSubscriptionParams

type ResumeSubscriptionParams struct {
	IdempotencyKey *IdempotencyKey `json:"Idempotency-Key,omitempty"`
}

ResumeSubscriptionParams defines parameters for ResumeSubscription.

type ResumeSubscriptionRequestObject

type ResumeSubscriptionRequestObject struct {
	ApplicationId  ApplicationID  `json:"application_id"`
	SubscriptionId SubscriptionID `json:"subscription_id"`
	Params         ResumeSubscriptionParams
}

type ResumeSubscriptionResponseObject

type ResumeSubscriptionResponseObject interface {
	VisitResumeSubscriptionResponse(w http.ResponseWriter) error
}

type RetireApplication204Response

type RetireApplication204Response struct {
}

func (RetireApplication204Response) VisitRetireApplicationResponse

func (response RetireApplication204Response) VisitRetireApplicationResponse(w http.ResponseWriter) error

type RetireApplicationRequestObject

type RetireApplicationRequestObject struct {
	OrganizationId        OrganizationID `json:"organization_id"`
	ApplicationResourceId UUID           `json:"application_resource_id"`
}

type RetireApplicationResponseObject

type RetireApplicationResponseObject interface {
	VisitRetireApplicationResponse(w http.ResponseWriter) error
}

type RetireOrganization204Response

type RetireOrganization204Response struct {
}

func (RetireOrganization204Response) VisitRetireOrganizationResponse

func (response RetireOrganization204Response) VisitRetireOrganizationResponse(w http.ResponseWriter) error

type RetireOrganizationRequestObject

type RetireOrganizationRequestObject struct {
	OrganizationId OrganizationID `json:"organization_id"`
}

type RetireOrganizationResponseObject

type RetireOrganizationResponseObject interface {
	VisitRetireOrganizationResponse(w http.ResponseWriter) error
}

type RetryNotification204Response

type RetryNotification204Response struct {
}

func (RetryNotification204Response) VisitRetryNotificationResponse

func (response RetryNotification204Response) VisitRetryNotificationResponse(w http.ResponseWriter) error

type RetryNotificationRequestObject

type RetryNotificationRequestObject struct {
	ApplicationId  ApplicationID `json:"application_id"`
	NotificationId UUID          `json:"notification_id"`
}

type RetryNotificationResponseObject

type RetryNotificationResponseObject interface {
	VisitRetryNotificationResponse(w http.ResponseWriter) error
}

type RevokeDelegation204Response

type RevokeDelegation204Response struct {
}

func (RevokeDelegation204Response) VisitRevokeDelegationResponse

func (response RevokeDelegation204Response) VisitRevokeDelegationResponse(w http.ResponseWriter) error

type RevokeDelegationRequestObject

type RevokeDelegationRequestObject struct {
	ApplicationId ApplicationID `json:"application_id"`
	DelegationId  UUID          `json:"delegation_id"`
}

type RevokeDelegationResponseObject

type RevokeDelegationResponseObject interface {
	VisitRevokeDelegationResponse(w http.ResponseWriter) error
}

type RevokeEntitlement204Response

type RevokeEntitlement204Response struct {
}

func (RevokeEntitlement204Response) VisitRevokeEntitlementResponse

func (response RevokeEntitlement204Response) VisitRevokeEntitlementResponse(w http.ResponseWriter) error

type RevokeEntitlementJSONBody

type RevokeEntitlementJSONBody = map[string]interface{}

RevokeEntitlementJSONBody defines parameters for RevokeEntitlement.

type RevokeEntitlementJSONRequestBody

type RevokeEntitlementJSONRequestBody = RevokeEntitlementJSONBody

RevokeEntitlementJSONRequestBody defines body for RevokeEntitlement for application/json ContentType.

type RevokeEntitlementRequestObject

type RevokeEntitlementRequestObject struct {
	ApplicationId ApplicationID `json:"application_id"`
	EntitlementId UUID          `json:"entitlement_id"`
	Body          *RevokeEntitlementJSONRequestBody
}

type RevokeEntitlementResponseObject

type RevokeEntitlementResponseObject interface {
	VisitRevokeEntitlementResponse(w http.ResponseWriter) error
}

type RevokeMyOAuthConsent204Response

type RevokeMyOAuthConsent204Response struct {
}

func (RevokeMyOAuthConsent204Response) VisitRevokeMyOAuthConsentResponse

func (response RevokeMyOAuthConsent204Response) VisitRevokeMyOAuthConsentResponse(w http.ResponseWriter) error

type RevokeMyOAuthConsentRequestObject

type RevokeMyOAuthConsentRequestObject struct {
	ApplicationId ApplicationID `json:"application_id"`
	ClientId      UUID          `json:"client_id"`
}

type RevokeMyOAuthConsentResponseObject

type RevokeMyOAuthConsentResponseObject interface {
	VisitRevokeMyOAuthConsentResponse(w http.ResponseWriter) error
}

type RevokeMySession204Response

type RevokeMySession204Response struct {
}

func (RevokeMySession204Response) VisitRevokeMySessionResponse

func (response RevokeMySession204Response) VisitRevokeMySessionResponse(w http.ResponseWriter) error

type RevokeMySessionRequestObject

type RevokeMySessionRequestObject struct {
	ApplicationId ApplicationID `json:"application_id"`
	SessionId     UUID          `json:"session_id"`
}

type RevokeMySessionResponseObject

type RevokeMySessionResponseObject interface {
	VisitRevokeMySessionResponse(w http.ResponseWriter) error
}

type RevokeOAuthConsent204Response

type RevokeOAuthConsent204Response struct {
}

func (RevokeOAuthConsent204Response) VisitRevokeOAuthConsentResponse

func (response RevokeOAuthConsent204Response) VisitRevokeOAuthConsentResponse(w http.ResponseWriter) error

type RevokeOAuthConsentRequestObject

type RevokeOAuthConsentRequestObject struct {
	ApplicationId ApplicationID `json:"application_id"`
	UserId        UUID          `json:"user_id"`
	ClientId      UUID          `json:"client_id"`
}

type RevokeOAuthConsentResponseObject

type RevokeOAuthConsentResponseObject interface {
	VisitRevokeOAuthConsentResponse(w http.ResponseWriter) error
}

type RevokeOIDCToken200Response

type RevokeOIDCToken200Response struct {
}

func (RevokeOIDCToken200Response) VisitRevokeOIDCTokenResponse

func (response RevokeOIDCToken200Response) VisitRevokeOIDCTokenResponse(w http.ResponseWriter) error

type RevokeOIDCTokenFormdataBody

type RevokeOIDCTokenFormdataBody struct {
	ClientId      *string     `form:"client_id,omitempty" json:"client_id,omitempty"`
	ClientSecret  *string     `form:"client_secret,omitempty" json:"client_secret,omitempty"`
	Token         *string     `form:"token,omitempty" json:"token,omitempty"`
	TokenTypeHint interface{} `form:"token_type_hint,omitempty" json:"token_type_hint,omitempty"`
}

RevokeOIDCTokenFormdataBody defines parameters for RevokeOIDCToken.

type RevokeOIDCTokenFormdataRequestBody

type RevokeOIDCTokenFormdataRequestBody RevokeOIDCTokenFormdataBody

RevokeOIDCTokenFormdataRequestBody defines body for RevokeOIDCToken for application/x-www-form-urlencoded ContentType.

type RevokeOIDCTokenRequestObject

type RevokeOIDCTokenRequestObject struct {
	Body *RevokeOIDCTokenFormdataRequestBody
}

type RevokeOIDCTokenResponseObject

type RevokeOIDCTokenResponseObject interface {
	VisitRevokeOIDCTokenResponse(w http.ResponseWriter) error
}

type RevokeOperatorSession204Response

type RevokeOperatorSession204Response struct {
}

func (RevokeOperatorSession204Response) VisitRevokeOperatorSessionResponse

func (response RevokeOperatorSession204Response) VisitRevokeOperatorSessionResponse(w http.ResponseWriter) error

type RevokeOperatorSessionRequestObject

type RevokeOperatorSessionRequestObject struct {
	SessionId UUID `json:"session_id"`
}

type RevokeOperatorSessionResponseObject

type RevokeOperatorSessionResponseObject interface {
	VisitRevokeOperatorSessionResponse(w http.ResponseWriter) error
}

type RevokeOrganizationInvitation204Response

type RevokeOrganizationInvitation204Response struct {
}

func (RevokeOrganizationInvitation204Response) VisitRevokeOrganizationInvitationResponse

func (response RevokeOrganizationInvitation204Response) VisitRevokeOrganizationInvitationResponse(w http.ResponseWriter) error

type RevokeOrganizationInvitationRequestObject

type RevokeOrganizationInvitationRequestObject struct {
	OrganizationId OrganizationID `json:"organization_id"`
	InvitationId   UUID           `json:"invitation_id"`
}

type RevokeOrganizationInvitationResponseObject

type RevokeOrganizationInvitationResponseObject interface {
	VisitRevokeOrganizationInvitationResponse(w http.ResponseWriter) error
}

type RevokePersonalAPIKey204Response

type RevokePersonalAPIKey204Response struct {
}

func (RevokePersonalAPIKey204Response) VisitRevokePersonalAPIKeyResponse

func (response RevokePersonalAPIKey204Response) VisitRevokePersonalAPIKeyResponse(w http.ResponseWriter) error

type RevokePersonalAPIKeyRequestObject

type RevokePersonalAPIKeyRequestObject struct {
	ApplicationId ApplicationID `json:"application_id"`
	KeyId         UUID          `json:"key_id"`
}

type RevokePersonalAPIKeyResponseObject

type RevokePersonalAPIKeyResponseObject interface {
	VisitRevokePersonalAPIKeyResponse(w http.ResponseWriter) error
}

type RevokeUserSessions200Response

type RevokeUserSessions200Response struct {
}

func (RevokeUserSessions200Response) VisitRevokeUserSessionsResponse

func (response RevokeUserSessions200Response) VisitRevokeUserSessionsResponse(w http.ResponseWriter) error

type RevokeUserSessionsRequestObject

type RevokeUserSessionsRequestObject struct {
	ApplicationId ApplicationID `json:"application_id"`
	UserId        UUID          `json:"user_id"`
}

type RevokeUserSessionsResponseObject

type RevokeUserSessionsResponseObject interface {
	VisitRevokeUserSessionsResponse(w http.ResponseWriter) error
}

type RevokeWorkspaceInvitation204Response

type RevokeWorkspaceInvitation204Response struct {
}

func (RevokeWorkspaceInvitation204Response) VisitRevokeWorkspaceInvitationResponse

func (response RevokeWorkspaceInvitation204Response) VisitRevokeWorkspaceInvitationResponse(w http.ResponseWriter) error

type RevokeWorkspaceInvitationRequestObject

type RevokeWorkspaceInvitationRequestObject struct {
	ApplicationId ApplicationID `json:"application_id"`
	InvitationId  UUID          `json:"invitation_id"`
}

type RevokeWorkspaceInvitationResponseObject

type RevokeWorkspaceInvitationResponseObject interface {
	VisitRevokeWorkspaceInvitationResponse(w http.ResponseWriter) error
}

type RoleAssignment

type RoleAssignment struct {
	ClientId    *UUID `json:"client_id,omitempty"`
	RoleId      UUID  `json:"role_id"`
	UserId      *UUID `json:"user_id,omitempty"`
	WorkspaceId *UUID `json:"workspace_id,omitempty"`
	// contains filtered or unexported fields
}

RoleAssignment defines model for RoleAssignment.

func (RoleAssignment) AsRoleAssignment0

func (t RoleAssignment) AsRoleAssignment0() (RoleAssignment0, error)

AsRoleAssignment0 returns the union data inside the RoleAssignment as a RoleAssignment0

func (RoleAssignment) AsRoleAssignment1

func (t RoleAssignment) AsRoleAssignment1() (RoleAssignment1, error)

AsRoleAssignment1 returns the union data inside the RoleAssignment as a RoleAssignment1

func (*RoleAssignment) FromRoleAssignment0

func (t *RoleAssignment) FromRoleAssignment0(v RoleAssignment0) error

FromRoleAssignment0 overwrites any union data inside the RoleAssignment as the provided RoleAssignment0

func (*RoleAssignment) FromRoleAssignment1

func (t *RoleAssignment) FromRoleAssignment1(v RoleAssignment1) error

FromRoleAssignment1 overwrites any union data inside the RoleAssignment as the provided RoleAssignment1

func (RoleAssignment) MarshalJSON

func (t RoleAssignment) MarshalJSON() ([]byte, error)

func (*RoleAssignment) MergeRoleAssignment0

func (t *RoleAssignment) MergeRoleAssignment0(v RoleAssignment0) error

MergeRoleAssignment0 performs a merge with any union data inside the RoleAssignment, using the provided RoleAssignment0

func (*RoleAssignment) MergeRoleAssignment1

func (t *RoleAssignment) MergeRoleAssignment1(v RoleAssignment1) error

MergeRoleAssignment1 performs a merge with any union data inside the RoleAssignment, using the provided RoleAssignment1

func (*RoleAssignment) UnmarshalJSON

func (t *RoleAssignment) UnmarshalJSON(b []byte) error

type RoleAssignment0

type RoleAssignment0 = interface{}

RoleAssignment0 defines model for .

type RoleAssignment1

type RoleAssignment1 = interface{}

RoleAssignment1 defines model for .

type RotateClientSecret200Response

type RotateClientSecret200Response struct {
}

func (RotateClientSecret200Response) VisitRotateClientSecretResponse

func (response RotateClientSecret200Response) VisitRotateClientSecretResponse(w http.ResponseWriter) error

type RotateClientSecretRequestObject

type RotateClientSecretRequestObject struct {
	ApplicationId ApplicationID `json:"application_id"`
	ClientId      string        `json:"client_id"`
}

type RotateClientSecretResponseObject

type RotateClientSecretResponseObject interface {
	VisitRotateClientSecretResponse(w http.ResponseWriter) error
}

type RotateManagementClientSecret200Response

type RotateManagementClientSecret200Response struct {
}

func (RotateManagementClientSecret200Response) VisitRotateManagementClientSecretResponse

func (response RotateManagementClientSecret200Response) VisitRotateManagementClientSecretResponse(w http.ResponseWriter) error

type RotateManagementClientSecretRequestObject

type RotateManagementClientSecretRequestObject struct {
	ManagementClientId UUID `json:"management_client_id"`
}

type RotateManagementClientSecretResponseObject

type RotateManagementClientSecretResponseObject interface {
	VisitRotateManagementClientSecretResponse(w http.ResponseWriter) error
}

type RotateSigningKey201Response

type RotateSigningKey201Response struct {
}

func (RotateSigningKey201Response) VisitRotateSigningKeyResponse

func (response RotateSigningKey201Response) VisitRotateSigningKeyResponse(w http.ResponseWriter) error

type RotateSigningKeyRequestObject

type RotateSigningKeyRequestObject struct {
}

type RotateSigningKeyResponseObject

type RotateSigningKeyResponseObject interface {
	VisitRotateSigningKeyResponse(w http.ResponseWriter) error
}

type RotateWebhookSecret200Response

type RotateWebhookSecret200Response struct {
}

func (RotateWebhookSecret200Response) VisitRotateWebhookSecretResponse

func (response RotateWebhookSecret200Response) VisitRotateWebhookSecretResponse(w http.ResponseWriter) error

type RotateWebhookSecretRequestObject

type RotateWebhookSecretRequestObject struct {
	ApplicationId ApplicationID `json:"application_id"`
	WebhookId     UUID          `json:"webhook_id"`
}

type RotateWebhookSecretResponseObject

type RotateWebhookSecretResponseObject interface {
	VisitRotateWebhookSecretResponse(w http.ResponseWriter) error
}

type RuntimeAuthConfig

type RuntimeAuthConfig struct {
	Flows               *ApplicationFlowConfig            `json:"flows,omitempty"`
	PasswordEnabled     bool                              `json:"password_enabled"`
	PasswordlessEnabled bool                              `json:"passwordless_enabled"`
	RegistrationEnabled bool                              `json:"registration_enabled"`
	RegistrationMode    RuntimeAuthConfigRegistrationMode `json:"registration_mode"`
}

RuntimeAuthConfig defines model for RuntimeAuthConfig.

type RuntimeAuthConfigRegistrationMode

type RuntimeAuthConfigRegistrationMode string

RuntimeAuthConfigRegistrationMode defines model for RuntimeAuthConfig.RegistrationMode.

const (
	RuntimeAuthConfigRegistrationModeInviteOnly RuntimeAuthConfigRegistrationMode = "invite_only"
	RuntimeAuthConfigRegistrationModePublic     RuntimeAuthConfigRegistrationMode = "public"
)

Defines values for RuntimeAuthConfigRegistrationMode.

func (RuntimeAuthConfigRegistrationMode) Valid

Valid indicates whether the value is a known member of the RuntimeAuthConfigRegistrationMode enum.

type RuntimeConfig

type RuntimeConfig struct {
	ApiBase       string                 `json:"api_base"`
	ApplicationId UUID                   `json:"application_id"`
	Auth          RuntimeAuthConfig      `json:"auth"`
	Issuer        string                 `json:"issuer"`
	PublicConfig  map[string]interface{} `json:"public_config"`
	SchemaVersion string                 `json:"schema_version"`
	Storage       RuntimeStorageConfig   `json:"storage"`
}

RuntimeConfig defines model for RuntimeConfig.

type RuntimeStorageConfig

type RuntimeStorageConfig struct {
	MaxEmailImageBytes    *int64      `json:"max_email_image_bytes,omitempty"`
	MaxPrivateObjectBytes *int64      `json:"max_private_object_bytes,omitempty"`
	MaxPublicObjectBytes  *int64      `json:"max_public_object_bytes,omitempty"`
	PrivateProviderScope  interface{} `json:"private_provider_scope,omitempty"`
	PrivateUploadsEnabled bool        `json:"private_uploads_enabled"`
	PublicProviderScope   interface{} `json:"public_provider_scope,omitempty"`
	PublicUploadsEnabled  bool        `json:"public_uploads_enabled"`
}

RuntimeStorageConfig defines model for RuntimeStorageConfig.

type SMTPProvider

type SMTPProvider struct {
	Host        string              `json:"host"`
	Inheritable *bool               `json:"inheritable,omitempty"`
	Name        string              `json:"name"`
	Password    *string             `json:"password,omitempty"`
	Port        int                 `json:"port"`
	SenderEmail openapi_types.Email `json:"sender_email"`
	SenderName  *string             `json:"sender_name,omitempty"`
	TlsMode     interface{}         `json:"tls_mode"`
	Username    *string             `json:"username,omitempty"`
}

SMTPProvider defines model for SMTPProvider.

type ServerInterface

type ServerInterface interface {

	// (GET /healthz)
	Health(w http.ResponseWriter, r *http.Request)

	// (GET /oidc/.well-known/openid-configuration)
	OidcDiscovery(w http.ResponseWriter, r *http.Request)

	// (GET /oidc/authorize)
	BeginOIDCAuthorization(w http.ResponseWriter, r *http.Request, params BeginOIDCAuthorizationParams)

	// (POST /oidc/authorize)
	DecideOIDCAuthorization(w http.ResponseWriter, r *http.Request)

	// (POST /oidc/introspect)
	IntrospectOIDCToken(w http.ResponseWriter, r *http.Request)

	// (GET /oidc/jwks.json)
	OidcJWKS(w http.ResponseWriter, r *http.Request)

	// (POST /oidc/revoke)
	RevokeOIDCToken(w http.ResponseWriter, r *http.Request)

	// (POST /oidc/token)
	ExchangeOIDCToken(w http.ResponseWriter, r *http.Request)

	// (GET /oidc/userinfo)
	OidcUserinfo(w http.ResponseWriter, r *http.Request)

	// (POST /provider-webhooks/stripe/{connection_public_id})
	StripeWebhook(w http.ResponseWriter, r *http.Request, connectionPublicId string, params StripeWebhookParams)

	// (GET /readyz)
	Readiness(w http.ResponseWriter, r *http.Request)

	// (POST /v1/applications/{application_id}/auth/email/start)
	EmailStart(w http.ResponseWriter, r *http.Request, applicationId ApplicationID)

	// (POST /v1/applications/{application_id}/auth/email/verify)
	EmailVerify(w http.ResponseWriter, r *http.Request, applicationId ApplicationID)

	// (POST /v1/applications/{application_id}/auth/logout)
	LogoutCurrentSession(w http.ResponseWriter, r *http.Request, applicationId ApplicationID)

	// (POST /v1/applications/{application_id}/auth/methods)
	AuthMethods(w http.ResponseWriter, r *http.Request, applicationId ApplicationID)

	// (POST /v1/applications/{application_id}/auth/mfa/verify)
	VerifyMFA(w http.ResponseWriter, r *http.Request, applicationId ApplicationID)

	// (POST /v1/applications/{application_id}/auth/mfa/webauthn/options)
	BeginWebAuthnAuthentication(w http.ResponseWriter, r *http.Request, applicationId ApplicationID)

	// (POST /v1/applications/{application_id}/auth/mfa/webauthn/verify)
	FinishWebAuthnAuthentication(w http.ResponseWriter, r *http.Request, applicationId ApplicationID)

	// (POST /v1/applications/{application_id}/auth/password/reset/start)
	PasswordResetStart(w http.ResponseWriter, r *http.Request, applicationId ApplicationID)

	// (POST /v1/applications/{application_id}/auth/password/reset/verify)
	PasswordResetVerify(w http.ResponseWriter, r *http.Request, applicationId ApplicationID)

	// (POST /v1/applications/{application_id}/auth/password/sign-in)
	PasswordSignIn(w http.ResponseWriter, r *http.Request, applicationId ApplicationID)

	// (POST /v1/applications/{application_id}/auth/password/sign-up)
	PasswordSignUp(w http.ResponseWriter, r *http.Request, applicationId ApplicationID)

	// (GET /v1/applications/{application_id}/auth/providers)
	ListAuthProviders(w http.ResponseWriter, r *http.Request, applicationId ApplicationID)

	// (POST /v1/applications/{application_id}/auth/providers/apple/callback)
	AppleAuthCallback(w http.ResponseWriter, r *http.Request, applicationId ApplicationID)

	// (POST /v1/applications/{application_id}/auth/providers/apple/exchange)
	ExchangeAppleAuth(w http.ResponseWriter, r *http.Request, applicationId ApplicationID)

	// (POST /v1/applications/{application_id}/auth/providers/apple/start)
	StartAppleAuth(w http.ResponseWriter, r *http.Request, applicationId ApplicationID)

	// (GET /v1/applications/{application_id}/auth/providers/google/callback)
	GoogleAuthCallback(w http.ResponseWriter, r *http.Request, applicationId ApplicationID)

	// (POST /v1/applications/{application_id}/auth/providers/google/exchange)
	ExchangeGoogleAuth(w http.ResponseWriter, r *http.Request, applicationId ApplicationID)

	// (POST /v1/applications/{application_id}/auth/providers/google/start)
	StartGoogleAuth(w http.ResponseWriter, r *http.Request, applicationId ApplicationID)

	// (POST /v1/applications/{application_id}/auth/token/refresh)
	Refresh(w http.ResponseWriter, r *http.Request, applicationId ApplicationID)

	// (POST /v1/applications/{application_id}/billing/checkout-sessions)
	CreateCheckoutSession(w http.ResponseWriter, r *http.Request, applicationId ApplicationID, params CreateCheckoutSessionParams)

	// (GET /v1/applications/{application_id}/billing/checkout-sessions/{session_id})
	GetCheckoutSession(w http.ResponseWriter, r *http.Request, applicationId ApplicationID, sessionId SessionID)

	// (POST /v1/applications/{application_id}/billing/portal-sessions)
	CreateBillingPortalSession(w http.ResponseWriter, r *http.Request, applicationId ApplicationID, params CreateBillingPortalSessionParams)

	// (GET /v1/applications/{application_id}/catalog/products)
	PublicCatalog(w http.ResponseWriter, r *http.Request, applicationId ApplicationID)

	// (POST /v1/applications/{application_id}/delegations/{delegation_id}/exchange)
	ExchangeDelegation(w http.ResponseWriter, r *http.Request, applicationId ApplicationID, delegationId UUID)

	// (POST /v1/applications/{application_id}/events)
	PublishCustomEvent(w http.ResponseWriter, r *http.Request, applicationId ApplicationID, params PublishCustomEventParams)

	// (POST /v1/applications/{application_id}/local-entitlement-checkouts)
	LocalEntitlementCheckout(w http.ResponseWriter, r *http.Request, applicationId ApplicationID, params LocalEntitlementCheckoutParams)

	// (DELETE /v1/applications/{application_id}/me)
	DeleteMyAccount(w http.ResponseWriter, r *http.Request, applicationId ApplicationID)

	// (GET /v1/applications/{application_id}/me)
	GetCurrentUser(w http.ResponseWriter, r *http.Request, applicationId ApplicationID)

	// (PATCH /v1/applications/{application_id}/me)
	UpdateCurrentUser(w http.ResponseWriter, r *http.Request, applicationId ApplicationID)

	// (GET /v1/applications/{application_id}/me/addresses)
	ListMyAddresses(w http.ResponseWriter, r *http.Request, applicationId ApplicationID)

	// (POST /v1/applications/{application_id}/me/addresses)
	CreateMyAddress(w http.ResponseWriter, r *http.Request, applicationId ApplicationID)

	// (DELETE /v1/applications/{application_id}/me/addresses/{address_id})
	DeleteMyAddress(w http.ResponseWriter, r *http.Request, applicationId ApplicationID, addressId UUID)

	// (PATCH /v1/applications/{application_id}/me/addresses/{address_id})
	UpdateMyAddress(w http.ResponseWriter, r *http.Request, applicationId ApplicationID, addressId UUID)

	// (POST /v1/applications/{application_id}/me/addresses/{address_id}/activate)
	ActivateMyAddress(w http.ResponseWriter, r *http.Request, applicationId ApplicationID, addressId UUID)

	// (POST /v1/applications/{application_id}/me/anonymize)
	AnonymizeMyAccount(w http.ResponseWriter, r *http.Request, applicationId ApplicationID)

	// (GET /v1/applications/{application_id}/me/api-keys)
	ListPersonalAPIKeys(w http.ResponseWriter, r *http.Request, applicationId ApplicationID)

	// (POST /v1/applications/{application_id}/me/api-keys)
	CreatePersonalAPIKey(w http.ResponseWriter, r *http.Request, applicationId ApplicationID)

	// (DELETE /v1/applications/{application_id}/me/api-keys/{key_id})
	RevokePersonalAPIKey(w http.ResponseWriter, r *http.Request, applicationId ApplicationID, keyId UUID)

	// (GET /v1/applications/{application_id}/me/auth/identities)
	ListMyIdentities(w http.ResponseWriter, r *http.Request, applicationId ApplicationID)

	// (DELETE /v1/applications/{application_id}/me/auth/identities/{identity_id})
	UnlinkMyIdentity(w http.ResponseWriter, r *http.Request, applicationId ApplicationID, identityId UUID)

	// (POST /v1/applications/{application_id}/me/auth/providers/apple/link)
	StartAppleLink(w http.ResponseWriter, r *http.Request, applicationId ApplicationID)

	// (POST /v1/applications/{application_id}/me/auth/providers/google/link)
	StartGoogleLink(w http.ResponseWriter, r *http.Request, applicationId ApplicationID)

	// (GET /v1/applications/{application_id}/me/billing)
	GetMyBillingSummary(w http.ResponseWriter, r *http.Request, applicationId ApplicationID)

	// (GET /v1/applications/{application_id}/me/billing-profile)
	GetMyBillingProfile(w http.ResponseWriter, r *http.Request, applicationId ApplicationID)

	// (PATCH /v1/applications/{application_id}/me/billing-profile)
	UpdateMyBillingProfile(w http.ResponseWriter, r *http.Request, applicationId ApplicationID)

	// (POST /v1/applications/{application_id}/me/email-change/start)
	EmailChangeStart(w http.ResponseWriter, r *http.Request, applicationId ApplicationID)

	// (POST /v1/applications/{application_id}/me/email-change/verify)
	EmailChangeVerify(w http.ResponseWriter, r *http.Request, applicationId ApplicationID)

	// (POST /v1/applications/{application_id}/me/email-verification/start)
	EmailVerificationStart(w http.ResponseWriter, r *http.Request, applicationId ApplicationID)

	// (POST /v1/applications/{application_id}/me/email-verification/verify)
	EmailVerificationVerify(w http.ResponseWriter, r *http.Request, applicationId ApplicationID)

	// (GET /v1/applications/{application_id}/me/entitlements)
	ListMyEntitlements(w http.ResponseWriter, r *http.Request, applicationId ApplicationID, params ListMyEntitlementsParams)

	// (GET /v1/applications/{application_id}/me/export)
	ExportMyAccount(w http.ResponseWriter, r *http.Request, applicationId ApplicationID)

	// (GET /v1/applications/{application_id}/me/invoices)
	ListMyInvoices(w http.ResponseWriter, r *http.Request, applicationId ApplicationID)

	// (GET /v1/applications/{application_id}/me/local-entitlement-requests)
	ListMyLocalEntitlementRequests(w http.ResponseWriter, r *http.Request, applicationId ApplicationID)

	// (GET /v1/applications/{application_id}/me/local-entitlement-requests/{request_id})
	GetMyLocalEntitlementRequest(w http.ResponseWriter, r *http.Request, applicationId ApplicationID, requestId RequestID)

	// (POST /v1/applications/{application_id}/me/local-entitlement-requests/{request_id}/cancel)
	CancelMyLocalEntitlementRequest(w http.ResponseWriter, r *http.Request, applicationId ApplicationID, requestId RequestID)

	// (POST /v1/applications/{application_id}/me/logout-all)
	LogoutAll(w http.ResponseWriter, r *http.Request, applicationId ApplicationID)

	// (GET /v1/applications/{application_id}/me/mfa/methods)
	ListMyMFAMethods(w http.ResponseWriter, r *http.Request, applicationId ApplicationID)

	// (DELETE /v1/applications/{application_id}/me/mfa/methods/{method_id})
	DisableMFAMethod(w http.ResponseWriter, r *http.Request, applicationId ApplicationID, methodId UUID)

	// (POST /v1/applications/{application_id}/me/mfa/recovery-codes/regenerate)
	RegenerateRecoveryCodes(w http.ResponseWriter, r *http.Request, applicationId ApplicationID)

	// (POST /v1/applications/{application_id}/me/mfa/totp)
	StartTOTPEnrollment(w http.ResponseWriter, r *http.Request, applicationId ApplicationID)

	// (POST /v1/applications/{application_id}/me/mfa/totp/{method_id}/activate)
	ActivateTOTPEnrollment(w http.ResponseWriter, r *http.Request, applicationId ApplicationID, methodId UUID)

	// (POST /v1/applications/{application_id}/me/mfa/webauthn/options)
	BeginWebAuthnRegistration(w http.ResponseWriter, r *http.Request, applicationId ApplicationID)

	// (POST /v1/applications/{application_id}/me/mfa/webauthn/verify)
	FinishWebAuthnRegistration(w http.ResponseWriter, r *http.Request, applicationId ApplicationID)

	// (GET /v1/applications/{application_id}/me/notification-preferences)
	ListMyNotificationPreferences(w http.ResponseWriter, r *http.Request, applicationId ApplicationID)

	// (PUT /v1/applications/{application_id}/me/notification-preferences/{category})
	UpdateMyNotificationPreference(w http.ResponseWriter, r *http.Request, applicationId ApplicationID, category interface{})

	// (GET /v1/applications/{application_id}/me/oauth-consents)
	ListMyOAuthConsents(w http.ResponseWriter, r *http.Request, applicationId ApplicationID)

	// (DELETE /v1/applications/{application_id}/me/oauth-consents/{client_id})
	RevokeMyOAuthConsent(w http.ResponseWriter, r *http.Request, applicationId ApplicationID, clientId UUID)

	// (POST /v1/applications/{application_id}/me/password/change)
	PasswordChange(w http.ResponseWriter, r *http.Request, applicationId ApplicationID)

	// (GET /v1/applications/{application_id}/me/payments)
	ListMyPayments(w http.ResponseWriter, r *http.Request, applicationId ApplicationID)

	// (POST /v1/applications/{application_id}/me/permissions/check)
	CheckMyPermissions(w http.ResponseWriter, r *http.Request, applicationId ApplicationID)

	// (GET /v1/applications/{application_id}/me/sessions)
	ListMySessions(w http.ResponseWriter, r *http.Request, applicationId ApplicationID)

	// (DELETE /v1/applications/{application_id}/me/sessions/{session_id})
	RevokeMySession(w http.ResponseWriter, r *http.Request, applicationId ApplicationID, sessionId UUID)

	// (GET /v1/applications/{application_id}/me/storage/objects)
	ListMyStorageObjects(w http.ResponseWriter, r *http.Request, applicationId ApplicationID)

	// (DELETE /v1/applications/{application_id}/me/storage/objects/{object_id})
	DeleteMyStorageObject(w http.ResponseWriter, r *http.Request, applicationId ApplicationID, objectId ObjectID)

	// (GET /v1/applications/{application_id}/me/storage/objects/{object_id})
	GetMyStorageObject(w http.ResponseWriter, r *http.Request, applicationId ApplicationID, objectId ObjectID)

	// (POST /v1/applications/{application_id}/me/storage/objects/{object_id}/download)
	DownloadMyStorageObject(w http.ResponseWriter, r *http.Request, applicationId ApplicationID, objectId ObjectID)

	// (POST /v1/applications/{application_id}/me/storage/uploads)
	CreateMyStorageUpload(w http.ResponseWriter, r *http.Request, applicationId ApplicationID, params CreateMyStorageUploadParams)

	// (POST /v1/applications/{application_id}/me/storage/uploads/{object_id}/complete)
	CompleteMyStorageUpload(w http.ResponseWriter, r *http.Request, applicationId ApplicationID, objectId ObjectID)

	// (GET /v1/applications/{application_id}/me/subscriptions)
	ListMySubscriptions(w http.ResponseWriter, r *http.Request, applicationId ApplicationID)

	// (GET /v1/applications/{application_id}/me/workspace-invitations)
	ListMyWorkspaceInvitations(w http.ResponseWriter, r *http.Request, applicationId ApplicationID)

	// (POST /v1/applications/{application_id}/me/workspace-invitations/{invitation_id}/accept)
	AcceptMyWorkspaceInvitation(w http.ResponseWriter, r *http.Request, applicationId ApplicationID, invitationId UUID)

	// (GET /v1/applications/{application_id}/me/workspaces)
	ListMyWorkspaces(w http.ResponseWriter, r *http.Request, applicationId ApplicationID)

	// (POST /v1/applications/{application_id}/me/workspaces)
	CreateMyWorkspace(w http.ResponseWriter, r *http.Request, applicationId ApplicationID)

	// (GET /v1/applications/{application_id}/public-config)
	PublicConfig(w http.ResponseWriter, r *http.Request, applicationId ApplicationID)

	// (GET /v1/applications/{application_id}/storage/objects)
	ListApplicationStorageObjects(w http.ResponseWriter, r *http.Request, applicationId ApplicationID)

	// (DELETE /v1/applications/{application_id}/storage/objects/{object_id})
	DeleteApplicationStorageObject(w http.ResponseWriter, r *http.Request, applicationId ApplicationID, objectId ObjectID)

	// (GET /v1/applications/{application_id}/storage/objects/{object_id})
	GetApplicationStorageObject(w http.ResponseWriter, r *http.Request, applicationId ApplicationID, objectId ObjectID)

	// (POST /v1/applications/{application_id}/storage/objects/{object_id}/download)
	DownloadApplicationStorageObject(w http.ResponseWriter, r *http.Request, applicationId ApplicationID, objectId ObjectID)

	// (POST /v1/applications/{application_id}/storage/uploads)
	CreateApplicationStorageUpload(w http.ResponseWriter, r *http.Request, applicationId ApplicationID, params CreateApplicationStorageUploadParams)

	// (POST /v1/applications/{application_id}/storage/uploads/{object_id}/complete)
	CompleteApplicationStorageUpload(w http.ResponseWriter, r *http.Request, applicationId ApplicationID, objectId ObjectID)

	// (DELETE /v1/applications/{application_id}/workspaces/{workspace_id})
	ArchiveMyWorkspace(w http.ResponseWriter, r *http.Request, applicationId ApplicationID, workspaceId UUID)

	// (GET /v1/applications/{application_id}/workspaces/{workspace_id})
	GetMyWorkspace(w http.ResponseWriter, r *http.Request, applicationId ApplicationID, workspaceId UUID)

	// (PATCH /v1/applications/{application_id}/workspaces/{workspace_id})
	UpdateMyWorkspace(w http.ResponseWriter, r *http.Request, applicationId ApplicationID, workspaceId UUID)

	// (GET /v1/applications/{application_id}/workspaces/{workspace_id}/addresses)
	ListWorkspaceAddresses(w http.ResponseWriter, r *http.Request, applicationId ApplicationID, workspaceId UUID)

	// (POST /v1/applications/{application_id}/workspaces/{workspace_id}/addresses)
	CreateWorkspaceAddress(w http.ResponseWriter, r *http.Request, applicationId ApplicationID, workspaceId UUID)

	// (DELETE /v1/applications/{application_id}/workspaces/{workspace_id}/addresses/{address_id})
	DeleteWorkspaceAddress(w http.ResponseWriter, r *http.Request, applicationId ApplicationID, workspaceId UUID, addressId UUID)

	// (PATCH /v1/applications/{application_id}/workspaces/{workspace_id}/addresses/{address_id})
	UpdateWorkspaceAddress(w http.ResponseWriter, r *http.Request, applicationId ApplicationID, workspaceId UUID, addressId UUID)

	// (POST /v1/applications/{application_id}/workspaces/{workspace_id}/addresses/{address_id}/activate)
	ActivateWorkspaceAddress(w http.ResponseWriter, r *http.Request, applicationId ApplicationID, workspaceId UUID, addressId UUID)

	// (GET /v1/applications/{application_id}/workspaces/{workspace_id}/billing-profile)
	GetWorkspaceBillingProfile(w http.ResponseWriter, r *http.Request, applicationId ApplicationID, workspaceId UUID)

	// (PATCH /v1/applications/{application_id}/workspaces/{workspace_id}/billing-profile)
	UpdateWorkspaceBillingProfile(w http.ResponseWriter, r *http.Request, applicationId ApplicationID, workspaceId UUID)

	// (POST /v1/applications/{application_id}/workspaces/{workspace_id}/invitations)
	CreateMyWorkspaceInvitation(w http.ResponseWriter, r *http.Request, applicationId ApplicationID, workspaceId UUID)

	// (GET /v1/applications/{application_id}/workspaces/{workspace_id}/members)
	ListMyWorkspaceMembers(w http.ResponseWriter, r *http.Request, applicationId ApplicationID, workspaceId UUID)

	// (DELETE /v1/applications/{application_id}/workspaces/{workspace_id}/members/{user_id})
	RemoveMyWorkspaceMember(w http.ResponseWriter, r *http.Request, applicationId ApplicationID, workspaceId UUID, userId UUID)

	// (PUT /v1/applications/{application_id}/workspaces/{workspace_id}/members/{user_id})
	ReplaceMyWorkspaceMemberRoles(w http.ResponseWriter, r *http.Request, applicationId ApplicationID, workspaceId UUID, userId UUID)

	// (DELETE /v1/applications/{application_id}/workspaces/{workspace_id}/membership)
	LeaveWorkspace(w http.ResponseWriter, r *http.Request, applicationId ApplicationID, workspaceId UUID)

	// (POST /v1/applications/{application_id}/workspaces/{workspace_id}/owner-transfer)
	TransferMyWorkspaceOwnership(w http.ResponseWriter, r *http.Request, applicationId ApplicationID, workspaceId UUID)

	// (GET /v1/applications/{application_id}/workspaces/{workspace_id}/storage/objects)
	ListWorkspaceStorageObjects(w http.ResponseWriter, r *http.Request, applicationId ApplicationID, workspaceId WorkspaceID)

	// (DELETE /v1/applications/{application_id}/workspaces/{workspace_id}/storage/objects/{object_id})
	DeleteWorkspaceStorageObject(w http.ResponseWriter, r *http.Request, applicationId ApplicationID, workspaceId WorkspaceID, objectId ObjectID)

	// (GET /v1/applications/{application_id}/workspaces/{workspace_id}/storage/objects/{object_id})
	GetWorkspaceStorageObject(w http.ResponseWriter, r *http.Request, applicationId ApplicationID, workspaceId WorkspaceID, objectId ObjectID)

	// (POST /v1/applications/{application_id}/workspaces/{workspace_id}/storage/objects/{object_id}/download)
	DownloadWorkspaceStorageObject(w http.ResponseWriter, r *http.Request, applicationId ApplicationID, workspaceId WorkspaceID, objectId ObjectID)

	// (POST /v1/applications/{application_id}/workspaces/{workspace_id}/storage/uploads)
	CreateWorkspaceStorageUpload(w http.ResponseWriter, r *http.Request, applicationId ApplicationID, workspaceId WorkspaceID, params CreateWorkspaceStorageUploadParams)

	// (POST /v1/applications/{application_id}/workspaces/{workspace_id}/storage/uploads/{object_id}/complete)
	CompleteWorkspaceStorageUpload(w http.ResponseWriter, r *http.Request, applicationId ApplicationID, workspaceId WorkspaceID, objectId ObjectID)

	// (GET /v1/control/applications/{application_id})
	GetApplication(w http.ResponseWriter, r *http.Request, applicationId ApplicationID)

	// (POST /v1/control/applications/{application_id}/audit-exports)
	CreateAuditExport(w http.ResponseWriter, r *http.Request, applicationId ApplicationID)

	// (GET /v1/control/applications/{application_id}/audit-exports/{export_id})
	GetAuditExport(w http.ResponseWriter, r *http.Request, applicationId ApplicationID, exportId UUID)

	// (GET /v1/control/applications/{application_id}/audit-logs)
	ListAuditLogs(w http.ResponseWriter, r *http.Request, applicationId ApplicationID)

	// (GET /v1/control/applications/{application_id}/audit-logs/{audit_id})
	GetAuditLog(w http.ResponseWriter, r *http.Request, applicationId ApplicationID, auditId UUID)

	// (PATCH /v1/control/applications/{application_id}/auth-config)
	UpdateAuthConfig(w http.ResponseWriter, r *http.Request, applicationId ApplicationID)

	// (GET /v1/control/applications/{application_id}/auth/providers)
	ListApplicationAuthProviders(w http.ResponseWriter, r *http.Request, applicationId ApplicationID)

	// (PUT /v1/control/applications/{application_id}/auth/providers/apple)
	ConfigureAppleProvider(w http.ResponseWriter, r *http.Request, applicationId ApplicationID)

	// (PUT /v1/control/applications/{application_id}/auth/providers/google)
	ConfigureGoogleProvider(w http.ResponseWriter, r *http.Request, applicationId ApplicationID)

	// (DELETE /v1/control/applications/{application_id}/auth/providers/{provider})
	DisableApplicationAuthProvider(w http.ResponseWriter, r *http.Request, applicationId ApplicationID, provider string)

	// (GET /v1/control/applications/{application_id}/billing/disputes)
	ListDisputes(w http.ResponseWriter, r *http.Request, applicationId ApplicationID)

	// (GET /v1/control/applications/{application_id}/billing/disputes/{dispute_id})
	GetDispute(w http.ResponseWriter, r *http.Request, applicationId ApplicationID, disputeId UUID)

	// (GET /v1/control/applications/{application_id}/billing/invoices)
	ListInvoices(w http.ResponseWriter, r *http.Request, applicationId ApplicationID)

	// (GET /v1/control/applications/{application_id}/billing/invoices/{invoice_id})
	GetInvoice(w http.ResponseWriter, r *http.Request, applicationId ApplicationID, invoiceId UUID)

	// (GET /v1/control/applications/{application_id}/billing/payments)
	ListPayments(w http.ResponseWriter, r *http.Request, applicationId ApplicationID)

	// (GET /v1/control/applications/{application_id}/billing/payments/{payment_id})
	GetPayment(w http.ResponseWriter, r *http.Request, applicationId ApplicationID, paymentId PaymentID)

	// (POST /v1/control/applications/{application_id}/billing/payments/{payment_id}/refunds)
	CreateRefund(w http.ResponseWriter, r *http.Request, applicationId ApplicationID, paymentId PaymentID, params CreateRefundParams)

	// (GET /v1/control/applications/{application_id}/billing/provider-events)
	ListBillingProviderEvents(w http.ResponseWriter, r *http.Request, applicationId ApplicationID)

	// (POST /v1/control/applications/{application_id}/billing/provider-events/{event_id}/replay)
	ReplayBillingProviderEvent(w http.ResponseWriter, r *http.Request, applicationId ApplicationID, eventId UUID)

	// (GET /v1/control/applications/{application_id}/billing/providers)
	ListBillingProviders(w http.ResponseWriter, r *http.Request, applicationId ApplicationID)

	// (POST /v1/control/applications/{application_id}/billing/providers)
	CreateBillingProvider(w http.ResponseWriter, r *http.Request, applicationId ApplicationID)

	// (DELETE /v1/control/applications/{application_id}/billing/providers/{provider_id})
	DisableBillingProvider(w http.ResponseWriter, r *http.Request, applicationId ApplicationID, providerId ProviderID)

	// (GET /v1/control/applications/{application_id}/billing/providers/{provider_id})
	GetBillingProvider(w http.ResponseWriter, r *http.Request, applicationId ApplicationID, providerId ProviderID)

	// (PATCH /v1/control/applications/{application_id}/billing/providers/{provider_id})
	UpdateBillingProvider(w http.ResponseWriter, r *http.Request, applicationId ApplicationID, providerId ProviderID)

	// (POST /v1/control/applications/{application_id}/billing/providers/{provider_id}/reconciliation-runs)
	CreateBillingReconciliationRun(w http.ResponseWriter, r *http.Request, applicationId ApplicationID, providerId ProviderID, params CreateBillingReconciliationRunParams)

	// (POST /v1/control/applications/{application_id}/billing/providers/{provider_id}/verify)
	VerifyBillingProvider(w http.ResponseWriter, r *http.Request, applicationId ApplicationID, providerId ProviderID)

	// (GET /v1/control/applications/{application_id}/billing/reconciliation-runs)
	ListBillingReconciliationRuns(w http.ResponseWriter, r *http.Request, applicationId ApplicationID)

	// (GET /v1/control/applications/{application_id}/billing/reconciliation-runs/{run_id})
	GetBillingReconciliationRun(w http.ResponseWriter, r *http.Request, applicationId ApplicationID, runId UUID)

	// (GET /v1/control/applications/{application_id}/billing/refunds)
	ListRefunds(w http.ResponseWriter, r *http.Request, applicationId ApplicationID)

	// (GET /v1/control/applications/{application_id}/billing/refunds/{refund_id})
	GetRefund(w http.ResponseWriter, r *http.Request, applicationId ApplicationID, refundId UUID)

	// (GET /v1/control/applications/{application_id}/billing/statistics)
	GetBillingStatistics(w http.ResponseWriter, r *http.Request, applicationId ApplicationID, params GetBillingStatisticsParams)

	// (GET /v1/control/applications/{application_id}/billing/subscriptions)
	ListSubscriptions(w http.ResponseWriter, r *http.Request, applicationId ApplicationID)

	// (GET /v1/control/applications/{application_id}/billing/subscriptions/{subscription_id})
	GetSubscription(w http.ResponseWriter, r *http.Request, applicationId ApplicationID, subscriptionId SubscriptionID)

	// (POST /v1/control/applications/{application_id}/billing/subscriptions/{subscription_id}/cancel)
	CancelSubscription(w http.ResponseWriter, r *http.Request, applicationId ApplicationID, subscriptionId SubscriptionID, params CancelSubscriptionParams)

	// (POST /v1/control/applications/{application_id}/billing/subscriptions/{subscription_id}/change-price)
	ChangeSubscriptionPrice(w http.ResponseWriter, r *http.Request, applicationId ApplicationID, subscriptionId SubscriptionID, params ChangeSubscriptionPriceParams)

	// (POST /v1/control/applications/{application_id}/billing/subscriptions/{subscription_id}/resume)
	ResumeSubscription(w http.ResponseWriter, r *http.Request, applicationId ApplicationID, subscriptionId SubscriptionID, params ResumeSubscriptionParams)

	// (GET /v1/control/applications/{application_id}/clients)
	ListClients(w http.ResponseWriter, r *http.Request, applicationId ApplicationID)

	// (POST /v1/control/applications/{application_id}/clients)
	CreateClient(w http.ResponseWriter, r *http.Request, applicationId ApplicationID)

	// (DELETE /v1/control/applications/{application_id}/clients/{client_id})
	DisableClient(w http.ResponseWriter, r *http.Request, applicationId ApplicationID, clientId string)

	// (PATCH /v1/control/applications/{application_id}/clients/{client_id})
	UpdateClient(w http.ResponseWriter, r *http.Request, applicationId ApplicationID, clientId string)

	// (POST /v1/control/applications/{application_id}/clients/{client_id}/rotate-secret)
	RotateClientSecret(w http.ResponseWriter, r *http.Request, applicationId ApplicationID, clientId string)

	// (GET /v1/control/applications/{application_id}/delegations)
	ListDelegations(w http.ResponseWriter, r *http.Request, applicationId ApplicationID)

	// (POST /v1/control/applications/{application_id}/delegations)
	CreateDelegation(w http.ResponseWriter, r *http.Request, applicationId ApplicationID)

	// (GET /v1/control/applications/{application_id}/delegations/{delegation_id})
	GetDelegation(w http.ResponseWriter, r *http.Request, applicationId ApplicationID, delegationId UUID)

	// (POST /v1/control/applications/{application_id}/delegations/{delegation_id}/revoke)
	RevokeDelegation(w http.ResponseWriter, r *http.Request, applicationId ApplicationID, delegationId UUID)

	// (GET /v1/control/applications/{application_id}/domains)
	ListApplicationDomains(w http.ResponseWriter, r *http.Request, applicationId ApplicationID)

	// (POST /v1/control/applications/{application_id}/domains)
	CreateApplicationDomain(w http.ResponseWriter, r *http.Request, applicationId ApplicationID)

	// (DELETE /v1/control/applications/{application_id}/domains/{domain_id})
	DeleteApplicationDomain(w http.ResponseWriter, r *http.Request, applicationId ApplicationID, domainId UUID)

	// (POST /v1/control/applications/{application_id}/domains/{domain_id}/verify)
	VerifyApplicationDomain(w http.ResponseWriter, r *http.Request, applicationId ApplicationID, domainId UUID)

	// (GET /v1/control/applications/{application_id}/entitlements)
	ListEntitlements(w http.ResponseWriter, r *http.Request, applicationId ApplicationID)

	// (POST /v1/control/applications/{application_id}/entitlements)
	CreateEntitlement(w http.ResponseWriter, r *http.Request, applicationId ApplicationID)

	// (GET /v1/control/applications/{application_id}/entitlements/{entitlement_id})
	GetEntitlement(w http.ResponseWriter, r *http.Request, applicationId ApplicationID, entitlementId UUID)

	// (POST /v1/control/applications/{application_id}/entitlements/{entitlement_id}/restore)
	RestoreEntitlement(w http.ResponseWriter, r *http.Request, applicationId ApplicationID, entitlementId UUID)

	// (POST /v1/control/applications/{application_id}/entitlements/{entitlement_id}/revoke)
	RevokeEntitlement(w http.ResponseWriter, r *http.Request, applicationId ApplicationID, entitlementId UUID)

	// (GET /v1/control/applications/{application_id}/event-types)
	ListEventTypes(w http.ResponseWriter, r *http.Request, applicationId ApplicationID)

	// (POST /v1/control/applications/{application_id}/event-types)
	CreateEventType(w http.ResponseWriter, r *http.Request, applicationId ApplicationID)

	// (DELETE /v1/control/applications/{application_id}/event-types/{event_type_id})
	ArchiveEventType(w http.ResponseWriter, r *http.Request, applicationId ApplicationID, eventTypeId UUID)

	// (GET /v1/control/applications/{application_id}/event-types/{event_type_id})
	GetEventType(w http.ResponseWriter, r *http.Request, applicationId ApplicationID, eventTypeId UUID)

	// (PATCH /v1/control/applications/{application_id}/event-types/{event_type_id})
	UpdateEventType(w http.ResponseWriter, r *http.Request, applicationId ApplicationID, eventTypeId UUID)

	// (GET /v1/control/applications/{application_id}/events)
	ListEvents(w http.ResponseWriter, r *http.Request, applicationId ApplicationID)

	// (GET /v1/control/applications/{application_id}/events/{event_id})
	GetEvent(w http.ResponseWriter, r *http.Request, applicationId ApplicationID, eventId UUID)

	// (GET /v1/control/applications/{application_id}/features)
	ListFeatures(w http.ResponseWriter, r *http.Request, applicationId ApplicationID)

	// (POST /v1/control/applications/{application_id}/features)
	CreateFeature(w http.ResponseWriter, r *http.Request, applicationId ApplicationID)

	// (PATCH /v1/control/applications/{application_id}/internal-config)
	UpdateInternalApplicationConfig(w http.ResponseWriter, r *http.Request, applicationId ApplicationID)

	// (GET /v1/control/applications/{application_id}/local-entitlement-requests)
	ListLocalEntitlementRequests(w http.ResponseWriter, r *http.Request, applicationId ApplicationID)

	// (GET /v1/control/applications/{application_id}/local-entitlement-requests/{request_id})
	GetLocalEntitlementRequest(w http.ResponseWriter, r *http.Request, applicationId ApplicationID, requestId RequestID)

	// (POST /v1/control/applications/{application_id}/local-entitlement-requests/{request_id}/approve)
	ApproveLocalEntitlementRequest(w http.ResponseWriter, r *http.Request, applicationId ApplicationID, requestId RequestID)

	// (POST /v1/control/applications/{application_id}/local-entitlement-requests/{request_id}/reject)
	RejectLocalEntitlementRequest(w http.ResponseWriter, r *http.Request, applicationId ApplicationID, requestId RequestID)

	// (POST /v1/control/applications/{application_id}/local-entitlement-requests/{request_id}/reopen)
	ReopenLocalEntitlementRequest(w http.ResponseWriter, r *http.Request, applicationId ApplicationID, requestId RequestID)

	// (GET /v1/control/applications/{application_id}/notification-providers)
	ListNotificationProviders(w http.ResponseWriter, r *http.Request, applicationId ApplicationID)

	// (POST /v1/control/applications/{application_id}/notification-providers)
	CreateNotificationProvider(w http.ResponseWriter, r *http.Request, applicationId ApplicationID)

	// (DELETE /v1/control/applications/{application_id}/notification-providers/{provider_id})
	DisableNotificationProvider(w http.ResponseWriter, r *http.Request, applicationId ApplicationID, providerId UUID)

	// (GET /v1/control/applications/{application_id}/notification-providers/{provider_id})
	GetNotificationProvider(w http.ResponseWriter, r *http.Request, applicationId ApplicationID, providerId UUID)

	// (PATCH /v1/control/applications/{application_id}/notification-providers/{provider_id})
	UpdateNotificationProvider(w http.ResponseWriter, r *http.Request, applicationId ApplicationID, providerId UUID)

	// (POST /v1/control/applications/{application_id}/notification-providers/{provider_id}/test)
	TestNotificationProvider(w http.ResponseWriter, r *http.Request, applicationId ApplicationID, providerId UUID, params TestNotificationProviderParams)

	// (POST /v1/control/applications/{application_id}/notification-providers/{provider_id}/verify)
	VerifyNotificationProvider(w http.ResponseWriter, r *http.Request, applicationId ApplicationID, providerId UUID)

	// (GET /v1/control/applications/{application_id}/notification-template-variables)
	ListNotificationTemplateVariables(w http.ResponseWriter, r *http.Request, applicationId ApplicationID)

	// (GET /v1/control/applications/{application_id}/notification-templates)
	ListNotificationTemplates(w http.ResponseWriter, r *http.Request, applicationId ApplicationID)

	// (POST /v1/control/applications/{application_id}/notification-templates)
	CreateNotificationTemplate(w http.ResponseWriter, r *http.Request, applicationId ApplicationID)

	// (GET /v1/control/applications/{application_id}/notification-templates/{template_id})
	GetNotificationTemplate(w http.ResponseWriter, r *http.Request, applicationId ApplicationID, templateId UUID)

	// (PATCH /v1/control/applications/{application_id}/notification-templates/{template_id})
	UpdateNotificationTemplate(w http.ResponseWriter, r *http.Request, applicationId ApplicationID, templateId UUID)

	// (POST /v1/control/applications/{application_id}/notification-templates/{template_id}/archive)
	ArchiveNotificationTemplate(w http.ResponseWriter, r *http.Request, applicationId ApplicationID, templateId UUID)

	// (POST /v1/control/applications/{application_id}/notification-templates/{template_id}/preview)
	PreviewNotificationTemplate(w http.ResponseWriter, r *http.Request, applicationId ApplicationID, templateId UUID)

	// (POST /v1/control/applications/{application_id}/notification-templates/{template_id}/publish)
	PublishNotificationTemplate(w http.ResponseWriter, r *http.Request, applicationId ApplicationID, templateId UUID)

	// (GET /v1/control/applications/{application_id}/notifications)
	ListNotifications(w http.ResponseWriter, r *http.Request, applicationId ApplicationID)

	// (POST /v1/control/applications/{application_id}/notifications)
	QueueNotification(w http.ResponseWriter, r *http.Request, applicationId ApplicationID, params QueueNotificationParams)

	// (GET /v1/control/applications/{application_id}/notifications/statistics)
	GetNotificationStatistics(w http.ResponseWriter, r *http.Request, applicationId ApplicationID)

	// (GET /v1/control/applications/{application_id}/notifications/{notification_id})
	GetNotification(w http.ResponseWriter, r *http.Request, applicationId ApplicationID, notificationId UUID)

	// (POST /v1/control/applications/{application_id}/notifications/{notification_id}/retry)
	RetryNotification(w http.ResponseWriter, r *http.Request, applicationId ApplicationID, notificationId UUID)

	// (GET /v1/control/applications/{application_id}/oauth-consents)
	ListOAuthConsents(w http.ResponseWriter, r *http.Request, applicationId ApplicationID)

	// (POST /v1/control/applications/{application_id}/oauth-consents/{user_id}/{client_id}/revoke)
	RevokeOAuthConsent(w http.ResponseWriter, r *http.Request, applicationId ApplicationID, userId UUID, clientId UUID)

	// (GET /v1/control/applications/{application_id}/products)
	ListProducts(w http.ResponseWriter, r *http.Request, applicationId ApplicationID)

	// (POST /v1/control/applications/{application_id}/products)
	CreateProduct(w http.ResponseWriter, r *http.Request, applicationId ApplicationID)

	// (GET /v1/control/applications/{application_id}/products/{product_id})
	GetProduct(w http.ResponseWriter, r *http.Request, applicationId ApplicationID, productId UUID)

	// (PATCH /v1/control/applications/{application_id}/products/{product_id})
	UpdateProduct(w http.ResponseWriter, r *http.Request, applicationId ApplicationID, productId UUID)

	// (GET /v1/control/applications/{application_id}/products/{product_id}/prices)
	ListPrices(w http.ResponseWriter, r *http.Request, applicationId ApplicationID, productId UUID)

	// (POST /v1/control/applications/{application_id}/products/{product_id}/prices)
	CreatePrice(w http.ResponseWriter, r *http.Request, applicationId ApplicationID, productId UUID)

	// (PATCH /v1/control/applications/{application_id}/public-config)
	UpdatePublicApplicationConfig(w http.ResponseWriter, r *http.Request, applicationId ApplicationID)

	// (GET /v1/control/applications/{application_id}/role-assignments)
	ListRoleAssignments(w http.ResponseWriter, r *http.Request, applicationId ApplicationID)

	// (POST /v1/control/applications/{application_id}/role-assignments)
	CreateRoleAssignment(w http.ResponseWriter, r *http.Request, applicationId ApplicationID)

	// (DELETE /v1/control/applications/{application_id}/role-assignments/{assignment_id})
	DeleteRoleAssignment(w http.ResponseWriter, r *http.Request, applicationId ApplicationID, assignmentId UUID)

	// (GET /v1/control/applications/{application_id}/roles)
	ListRoles(w http.ResponseWriter, r *http.Request, applicationId ApplicationID)

	// (POST /v1/control/applications/{application_id}/roles)
	CreateRole(w http.ResponseWriter, r *http.Request, applicationId ApplicationID)

	// (DELETE /v1/control/applications/{application_id}/roles/{role_id})
	DeleteRole(w http.ResponseWriter, r *http.Request, applicationId ApplicationID, roleId UUID)

	// (GET /v1/control/applications/{application_id}/roles/{role_id})
	GetRole(w http.ResponseWriter, r *http.Request, applicationId ApplicationID, roleId UUID)

	// (PATCH /v1/control/applications/{application_id}/roles/{role_id})
	UpdateRole(w http.ResponseWriter, r *http.Request, applicationId ApplicationID, roleId UUID)

	// (GET /v1/control/applications/{application_id}/sender-identities)
	ListSenderIdentities(w http.ResponseWriter, r *http.Request, applicationId ApplicationID)

	// (POST /v1/control/applications/{application_id}/sender-identities)
	CreateSenderIdentity(w http.ResponseWriter, r *http.Request, applicationId ApplicationID)

	// (POST /v1/control/applications/{application_id}/sender-identities/{sender_id}/default)
	SetDefaultSenderIdentity(w http.ResponseWriter, r *http.Request, applicationId ApplicationID, senderId UUID)

	// (GET /v1/control/applications/{application_id}/statistics)
	GetApplicationStatistics(w http.ResponseWriter, r *http.Request, applicationId ApplicationID)

	// (GET /v1/control/applications/{application_id}/storage/objects)
	ListControlApplicationStorageObjects(w http.ResponseWriter, r *http.Request, applicationId ApplicationID)

	// (DELETE /v1/control/applications/{application_id}/storage/objects/{object_id})
	DeleteControlApplicationStorageObject(w http.ResponseWriter, r *http.Request, applicationId ApplicationID, objectId ObjectID, params DeleteControlApplicationStorageObjectParams)

	// (GET /v1/control/applications/{application_id}/storage/objects/{object_id})
	GetControlApplicationStorageObject(w http.ResponseWriter, r *http.Request, applicationId ApplicationID, objectId ObjectID)

	// (POST /v1/control/applications/{application_id}/storage/objects/{object_id}/download)
	DownloadControlApplicationStorageObject(w http.ResponseWriter, r *http.Request, applicationId ApplicationID, objectId ObjectID)

	// (GET /v1/control/applications/{application_id}/storage/providers)
	ListApplicationStorageProviders(w http.ResponseWriter, r *http.Request, applicationId ApplicationID)

	// (POST /v1/control/applications/{application_id}/storage/providers)
	CreateApplicationStorageProvider(w http.ResponseWriter, r *http.Request, applicationId ApplicationID)

	// (DELETE /v1/control/applications/{application_id}/storage/providers/{provider_id})
	DisableApplicationStorageProvider(w http.ResponseWriter, r *http.Request, applicationId ApplicationID, providerId ProviderID, params DisableApplicationStorageProviderParams)

	// (GET /v1/control/applications/{application_id}/storage/providers/{provider_id})
	GetApplicationStorageProvider(w http.ResponseWriter, r *http.Request, applicationId ApplicationID, providerId ProviderID)

	// (PATCH /v1/control/applications/{application_id}/storage/providers/{provider_id})
	UpdateApplicationStorageProvider(w http.ResponseWriter, r *http.Request, applicationId ApplicationID, providerId ProviderID)

	// (POST /v1/control/applications/{application_id}/storage/providers/{provider_id}/enable)
	EnableApplicationStorageProvider(w http.ResponseWriter, r *http.Request, applicationId ApplicationID, providerId ProviderID)

	// (POST /v1/control/applications/{application_id}/storage/providers/{provider_id}/verify)
	VerifyApplicationStorageProvider(w http.ResponseWriter, r *http.Request, applicationId ApplicationID, providerId ProviderID)

	// (POST /v1/control/applications/{application_id}/storage/uploads)
	CreateControlApplicationStorageUpload(w http.ResponseWriter, r *http.Request, applicationId ApplicationID, params CreateControlApplicationStorageUploadParams)

	// (POST /v1/control/applications/{application_id}/storage/uploads/{object_id}/complete)
	CompleteControlApplicationStorageUpload(w http.ResponseWriter, r *http.Request, applicationId ApplicationID, objectId ObjectID)

	// (GET /v1/control/applications/{application_id}/users)
	ListUsers(w http.ResponseWriter, r *http.Request, applicationId ApplicationID)

	// (POST /v1/control/applications/{application_id}/users)
	CreateUser(w http.ResponseWriter, r *http.Request, applicationId ApplicationID)

	// (GET /v1/control/applications/{application_id}/users/{user_id})
	GetUser(w http.ResponseWriter, r *http.Request, applicationId ApplicationID, userId UUID)

	// (PATCH /v1/control/applications/{application_id}/users/{user_id})
	UpdateUser(w http.ResponseWriter, r *http.Request, applicationId ApplicationID, userId UUID)

	// (GET /v1/control/applications/{application_id}/users/{user_id}/addresses)
	ListUserAddresses(w http.ResponseWriter, r *http.Request, applicationId ApplicationID, userId UUID)

	// (POST /v1/control/applications/{application_id}/users/{user_id}/restore)
	RestoreUser(w http.ResponseWriter, r *http.Request, applicationId ApplicationID, userId UUID)

	// (GET /v1/control/applications/{application_id}/users/{user_id}/sessions)
	ListUserSessions(w http.ResponseWriter, r *http.Request, applicationId ApplicationID, userId UUID)

	// (POST /v1/control/applications/{application_id}/users/{user_id}/sessions/revoke)
	RevokeUserSessions(w http.ResponseWriter, r *http.Request, applicationId ApplicationID, userId UUID)

	// (POST /v1/control/applications/{application_id}/users/{user_id}/suspend)
	SuspendUser(w http.ResponseWriter, r *http.Request, applicationId ApplicationID, userId UUID)

	// (POST /v1/control/applications/{application_id}/users/{user_id}/unverify-email)
	UnverifyUserEmail(w http.ResponseWriter, r *http.Request, applicationId ApplicationID, userId UUID)

	// (POST /v1/control/applications/{application_id}/users/{user_id}/unverify-organization)
	UnverifyUserOrganization(w http.ResponseWriter, r *http.Request, applicationId ApplicationID, userId UUID)

	// (POST /v1/control/applications/{application_id}/users/{user_id}/verify-email)
	VerifyUserEmail(w http.ResponseWriter, r *http.Request, applicationId ApplicationID, userId UUID)

	// (POST /v1/control/applications/{application_id}/users/{user_id}/verify-organization)
	VerifyUserOrganization(w http.ResponseWriter, r *http.Request, applicationId ApplicationID, userId UUID)

	// (GET /v1/control/applications/{application_id}/webhook-deliveries)
	ListWebhookDeliveries(w http.ResponseWriter, r *http.Request, applicationId ApplicationID)

	// (GET /v1/control/applications/{application_id}/webhook-deliveries/{delivery_id})
	GetWebhookDelivery(w http.ResponseWriter, r *http.Request, applicationId ApplicationID, deliveryId UUID)

	// (POST /v1/control/applications/{application_id}/webhook-deliveries/{delivery_id}/replay)
	ReplayWebhookDelivery(w http.ResponseWriter, r *http.Request, applicationId ApplicationID, deliveryId UUID)

	// (GET /v1/control/applications/{application_id}/webhooks)
	ListWebhooks(w http.ResponseWriter, r *http.Request, applicationId ApplicationID)

	// (POST /v1/control/applications/{application_id}/webhooks)
	CreateWebhook(w http.ResponseWriter, r *http.Request, applicationId ApplicationID)

	// (DELETE /v1/control/applications/{application_id}/webhooks/{webhook_id})
	DisableWebhook(w http.ResponseWriter, r *http.Request, applicationId ApplicationID, webhookId UUID)

	// (GET /v1/control/applications/{application_id}/webhooks/{webhook_id})
	GetWebhook(w http.ResponseWriter, r *http.Request, applicationId ApplicationID, webhookId UUID)

	// (PATCH /v1/control/applications/{application_id}/webhooks/{webhook_id})
	UpdateWebhook(w http.ResponseWriter, r *http.Request, applicationId ApplicationID, webhookId UUID)

	// (POST /v1/control/applications/{application_id}/webhooks/{webhook_id}/rotate-secret)
	RotateWebhookSecret(w http.ResponseWriter, r *http.Request, applicationId ApplicationID, webhookId UUID)

	// (POST /v1/control/applications/{application_id}/webhooks/{webhook_id}/test)
	TestWebhook(w http.ResponseWriter, r *http.Request, applicationId ApplicationID, webhookId UUID, params TestWebhookParams)

	// (GET /v1/control/applications/{application_id}/workspace-invitations)
	ListWorkspaceInvitations(w http.ResponseWriter, r *http.Request, applicationId ApplicationID)

	// (POST /v1/control/applications/{application_id}/workspace-invitations)
	CreateWorkspaceInvitation(w http.ResponseWriter, r *http.Request, applicationId ApplicationID)

	// (DELETE /v1/control/applications/{application_id}/workspace-invitations/{invitation_id})
	RevokeWorkspaceInvitation(w http.ResponseWriter, r *http.Request, applicationId ApplicationID, invitationId UUID)

	// (GET /v1/control/applications/{application_id}/workspaces)
	ListWorkspaces(w http.ResponseWriter, r *http.Request, applicationId ApplicationID)

	// (POST /v1/control/applications/{application_id}/workspaces)
	CreateWorkspace(w http.ResponseWriter, r *http.Request, applicationId ApplicationID)

	// (DELETE /v1/control/applications/{application_id}/workspaces/{workspace_id})
	DeleteWorkspace(w http.ResponseWriter, r *http.Request, applicationId ApplicationID, workspaceId UUID)

	// (GET /v1/control/applications/{application_id}/workspaces/{workspace_id})
	GetWorkspace(w http.ResponseWriter, r *http.Request, applicationId ApplicationID, workspaceId UUID)

	// (PATCH /v1/control/applications/{application_id}/workspaces/{workspace_id})
	UpdateWorkspace(w http.ResponseWriter, r *http.Request, applicationId ApplicationID, workspaceId UUID)

	// (GET /v1/control/applications/{application_id}/workspaces/{workspace_id}/members)
	ListWorkspaceMembers(w http.ResponseWriter, r *http.Request, applicationId ApplicationID, workspaceId UUID)

	// (DELETE /v1/control/applications/{application_id}/workspaces/{workspace_id}/members/{user_id})
	DeleteWorkspaceMember(w http.ResponseWriter, r *http.Request, applicationId ApplicationID, workspaceId UUID, userId UUID)

	// (PUT /v1/control/applications/{application_id}/workspaces/{workspace_id}/members/{user_id})
	ReplaceWorkspaceMemberRoles(w http.ResponseWriter, r *http.Request, applicationId ApplicationID, workspaceId UUID, userId UUID)

	// (POST /v1/control/applications/{application_id}/workspaces/{workspace_id}/owner-transfer)
	RecoverWorkspaceOwnership(w http.ResponseWriter, r *http.Request, applicationId ApplicationID, workspaceId UUID)

	// (POST /v1/control/auth/email/start)
	StartOperatorEmailLogin(w http.ResponseWriter, r *http.Request)

	// (POST /v1/control/auth/email/verify)
	VerifyOperatorEmailLogin(w http.ResponseWriter, r *http.Request)

	// (POST /v1/control/auth/logout)
	LogoutOperator(w http.ResponseWriter, r *http.Request)

	// (POST /v1/control/auth/logout-all)
	LogoutAllOperatorSessions(w http.ResponseWriter, r *http.Request)

	// (GET /v1/control/auth/me)
	GetOperatorAccount(w http.ResponseWriter, r *http.Request)

	// (PATCH /v1/control/auth/me)
	UpdateOperatorAccount(w http.ResponseWriter, r *http.Request)

	// (POST /v1/control/auth/password)
	LoginOperatorWithPassword(w http.ResponseWriter, r *http.Request)

	// (PUT /v1/control/auth/password)
	ChangeOperatorPassword(w http.ResponseWriter, r *http.Request)

	// (GET /v1/control/auth/sessions)
	ListOperatorSessions(w http.ResponseWriter, r *http.Request)

	// (DELETE /v1/control/auth/sessions/{session_id})
	RevokeOperatorSession(w http.ResponseWriter, r *http.Request, sessionId UUID)

	// (POST /v1/control/auth/token/refresh)
	RefreshOperatorSession(w http.ResponseWriter, r *http.Request)

	// (GET /v1/control/installation/auth/providers)
	ListInstallationAuthProviders(w http.ResponseWriter, r *http.Request)

	// (DELETE /v1/control/installation/auth/providers/{provider})
	DisableInstallationAuthProvider(w http.ResponseWriter, r *http.Request, provider string)

	// (PATCH /v1/control/installation/auth/providers/{provider})
	UpdateInstallationAuthProvider(w http.ResponseWriter, r *http.Request, provider string)

	// (PUT /v1/control/installation/auth/providers/{provider})
	ConfigureInstallationAuthProvider(w http.ResponseWriter, r *http.Request, provider string)

	// (GET /v1/control/installation/billing/providers)
	ListInstallationBillingProviders(w http.ResponseWriter, r *http.Request)

	// (POST /v1/control/installation/billing/providers)
	CreateInstallationBillingProvider(w http.ResponseWriter, r *http.Request)

	// (DELETE /v1/control/installation/billing/providers/{provider_id})
	DisableInstallationBillingProvider(w http.ResponseWriter, r *http.Request, providerId ProviderID)

	// (GET /v1/control/installation/billing/providers/{provider_id})
	GetInstallationBillingProvider(w http.ResponseWriter, r *http.Request, providerId ProviderID)

	// (PATCH /v1/control/installation/billing/providers/{provider_id})
	UpdateInstallationBillingProvider(w http.ResponseWriter, r *http.Request, providerId ProviderID)

	// (POST /v1/control/installation/billing/providers/{provider_id}/verify)
	VerifyInstallationBillingProvider(w http.ResponseWriter, r *http.Request, providerId ProviderID)

	// (GET /v1/control/installation/management-api)
	GetManagementAPIStatus(w http.ResponseWriter, r *http.Request)

	// (PATCH /v1/control/installation/management-api)
	UpdateManagementAPIStatus(w http.ResponseWriter, r *http.Request)

	// (GET /v1/control/installation/management-clients)
	ListManagementClients(w http.ResponseWriter, r *http.Request)

	// (POST /v1/control/installation/management-clients)
	CreateManagementClient(w http.ResponseWriter, r *http.Request)

	// (DELETE /v1/control/installation/management-clients/{management_client_id})
	DisableManagementClient(w http.ResponseWriter, r *http.Request, managementClientId UUID)

	// (POST /v1/control/installation/management-clients/{management_client_id}/rotate-secret)
	RotateManagementClientSecret(w http.ResponseWriter, r *http.Request, managementClientId UUID)

	// (GET /v1/control/installation/notification-providers)
	ListInstallationNotificationProviders(w http.ResponseWriter, r *http.Request)

	// (POST /v1/control/installation/notification-providers)
	CreateInstallationNotificationProvider(w http.ResponseWriter, r *http.Request)

	// (DELETE /v1/control/installation/notification-providers/{provider_id})
	DisableInstallationNotificationProvider(w http.ResponseWriter, r *http.Request, providerId UUID)

	// (GET /v1/control/installation/notification-providers/{provider_id})
	GetInstallationNotificationProvider(w http.ResponseWriter, r *http.Request, providerId UUID)

	// (PATCH /v1/control/installation/notification-providers/{provider_id})
	UpdateInstallationNotificationProvider(w http.ResponseWriter, r *http.Request, providerId UUID)

	// (POST /v1/control/installation/notification-providers/{provider_id}/test)
	TestInstallationNotificationProvider(w http.ResponseWriter, r *http.Request, providerId UUID, params TestInstallationNotificationProviderParams)

	// (POST /v1/control/installation/notification-providers/{provider_id}/verify)
	VerifyInstallationNotificationProvider(w http.ResponseWriter, r *http.Request, providerId UUID)

	// (GET /v1/control/installation/notification-template-variables)
	ListInstallationNotificationTemplateVariables(w http.ResponseWriter, r *http.Request)

	// (GET /v1/control/installation/notification-templates)
	ListInstallationNotificationTemplates(w http.ResponseWriter, r *http.Request)

	// (POST /v1/control/installation/notification-templates)
	CreateInstallationNotificationTemplate(w http.ResponseWriter, r *http.Request)

	// (GET /v1/control/installation/notification-templates/{template_id})
	GetInstallationNotificationTemplate(w http.ResponseWriter, r *http.Request, templateId UUID)

	// (PATCH /v1/control/installation/notification-templates/{template_id})
	UpdateInstallationNotificationTemplate(w http.ResponseWriter, r *http.Request, templateId UUID)

	// (POST /v1/control/installation/notification-templates/{template_id}/archive)
	ArchiveInstallationNotificationTemplate(w http.ResponseWriter, r *http.Request, templateId UUID)

	// (POST /v1/control/installation/notification-templates/{template_id}/preview)
	PreviewInstallationNotificationTemplate(w http.ResponseWriter, r *http.Request, templateId UUID)

	// (POST /v1/control/installation/notification-templates/{template_id}/publish)
	PublishInstallationNotificationTemplate(w http.ResponseWriter, r *http.Request, templateId UUID)

	// (GET /v1/control/installation/operators)
	ListInstallationOperators(w http.ResponseWriter, r *http.Request)

	// (POST /v1/control/installation/operators)
	CreateInstallationOperator(w http.ResponseWriter, r *http.Request)

	// (DELETE /v1/control/installation/operators/{operator_id})
	DeleteInstallationOperator(w http.ResponseWriter, r *http.Request, operatorId UUID)

	// (PATCH /v1/control/installation/operators/{operator_id})
	UpdateInstallationOperator(w http.ResponseWriter, r *http.Request, operatorId UUID)

	// (PUT /v1/control/installation/organizations/{organization_id}/policy)
	UpdateOrganizationPolicy(w http.ResponseWriter, r *http.Request, organizationId OrganizationID, params UpdateOrganizationPolicyParams)

	// (GET /v1/control/installation/signing-keys)
	ListSigningKeys(w http.ResponseWriter, r *http.Request)

	// (POST /v1/control/installation/signing-keys/rotate)
	RotateSigningKey(w http.ResponseWriter, r *http.Request)

	// (GET /v1/control/installation/storage/objects)
	ListInstallationStorageObjects(w http.ResponseWriter, r *http.Request)

	// (DELETE /v1/control/installation/storage/objects/{object_id})
	DeleteInstallationStorageObject(w http.ResponseWriter, r *http.Request, objectId ObjectID, params DeleteInstallationStorageObjectParams)

	// (GET /v1/control/installation/storage/objects/{object_id})
	GetInstallationStorageObject(w http.ResponseWriter, r *http.Request, objectId ObjectID)

	// (POST /v1/control/installation/storage/objects/{object_id}/download)
	DownloadInstallationStorageObject(w http.ResponseWriter, r *http.Request, objectId ObjectID)

	// (GET /v1/control/installation/storage/providers)
	ListInstallationStorageProviders(w http.ResponseWriter, r *http.Request)

	// (POST /v1/control/installation/storage/providers)
	CreateInstallationStorageProvider(w http.ResponseWriter, r *http.Request)

	// (DELETE /v1/control/installation/storage/providers/{provider_id})
	DisableInstallationStorageProvider(w http.ResponseWriter, r *http.Request, providerId ProviderID, params DisableInstallationStorageProviderParams)

	// (GET /v1/control/installation/storage/providers/{provider_id})
	GetInstallationStorageProvider(w http.ResponseWriter, r *http.Request, providerId ProviderID)

	// (PATCH /v1/control/installation/storage/providers/{provider_id})
	UpdateInstallationStorageProvider(w http.ResponseWriter, r *http.Request, providerId ProviderID)

	// (POST /v1/control/installation/storage/providers/{provider_id}/enable)
	EnableInstallationStorageProvider(w http.ResponseWriter, r *http.Request, providerId ProviderID)

	// (POST /v1/control/installation/storage/providers/{provider_id}/verify)
	VerifyInstallationStorageProvider(w http.ResponseWriter, r *http.Request, providerId ProviderID)

	// (POST /v1/control/installation/storage/uploads)
	CreateInstallationStorageUpload(w http.ResponseWriter, r *http.Request, params CreateInstallationStorageUploadParams)

	// (POST /v1/control/installation/storage/uploads/{object_id}/complete)
	CompleteInstallationStorageUpload(w http.ResponseWriter, r *http.Request, objectId ObjectID)

	// (POST /v1/control/organization-invitations/accept)
	AcceptOrganizationInvitation(w http.ResponseWriter, r *http.Request)

	// (GET /v1/control/organizations)
	ListOrganizations(w http.ResponseWriter, r *http.Request, params ListOrganizationsParams)

	// (POST /v1/control/organizations)
	CreateOrganization(w http.ResponseWriter, r *http.Request)

	// (DELETE /v1/control/organizations/{organization_id})
	RetireOrganization(w http.ResponseWriter, r *http.Request, organizationId OrganizationID)

	// (GET /v1/control/organizations/{organization_id})
	GetOrganization(w http.ResponseWriter, r *http.Request, organizationId OrganizationID)

	// (PATCH /v1/control/organizations/{organization_id})
	UpdateOrganization(w http.ResponseWriter, r *http.Request, organizationId OrganizationID)

	// (GET /v1/control/organizations/{organization_id}/applications)
	ListApplications(w http.ResponseWriter, r *http.Request, organizationId OrganizationID, params ListApplicationsParams)

	// (POST /v1/control/organizations/{organization_id}/applications)
	CreateApplication(w http.ResponseWriter, r *http.Request, organizationId OrganizationID)

	// (DELETE /v1/control/organizations/{organization_id}/applications/{application_resource_id})
	RetireApplication(w http.ResponseWriter, r *http.Request, organizationId OrganizationID, applicationResourceId UUID)

	// (PATCH /v1/control/organizations/{organization_id}/applications/{application_resource_id})
	UpdateApplication(w http.ResponseWriter, r *http.Request, organizationId OrganizationID, applicationResourceId UUID)

	// (POST /v1/control/organizations/{organization_id}/applications/{application_resource_id}/restore)
	RestoreApplication(w http.ResponseWriter, r *http.Request, organizationId OrganizationID, applicationResourceId UUID)

	// (GET /v1/control/organizations/{organization_id}/audit-logs)
	ListOrganizationAuditLogs(w http.ResponseWriter, r *http.Request, organizationId OrganizationID)

	// (GET /v1/control/organizations/{organization_id}/auth/providers)
	ListOrganizationAuthProviders(w http.ResponseWriter, r *http.Request, organizationId OrganizationID)

	// (DELETE /v1/control/organizations/{organization_id}/auth/providers/{provider})
	DisableOrganizationAuthProvider(w http.ResponseWriter, r *http.Request, organizationId OrganizationID, provider string)

	// (PATCH /v1/control/organizations/{organization_id}/auth/providers/{provider})
	UpdateOrganizationAuthProvider(w http.ResponseWriter, r *http.Request, organizationId OrganizationID, provider string)

	// (PUT /v1/control/organizations/{organization_id}/auth/providers/{provider})
	ConfigureOrganizationAuthProvider(w http.ResponseWriter, r *http.Request, organizationId OrganizationID, provider string)

	// (GET /v1/control/organizations/{organization_id}/billing/providers)
	ListOrganizationBillingProviders(w http.ResponseWriter, r *http.Request, organizationId OrganizationID)

	// (POST /v1/control/organizations/{organization_id}/billing/providers)
	CreateOrganizationBillingProvider(w http.ResponseWriter, r *http.Request, organizationId OrganizationID)

	// (DELETE /v1/control/organizations/{organization_id}/billing/providers/{provider_id})
	DisableOrganizationBillingProvider(w http.ResponseWriter, r *http.Request, organizationId OrganizationID, providerId ProviderID)

	// (GET /v1/control/organizations/{organization_id}/billing/providers/{provider_id})
	GetOrganizationBillingProvider(w http.ResponseWriter, r *http.Request, organizationId OrganizationID, providerId ProviderID)

	// (PATCH /v1/control/organizations/{organization_id}/billing/providers/{provider_id})
	UpdateOrganizationBillingProvider(w http.ResponseWriter, r *http.Request, organizationId OrganizationID, providerId ProviderID)

	// (POST /v1/control/organizations/{organization_id}/billing/providers/{provider_id}/verify)
	VerifyOrganizationBillingProvider(w http.ResponseWriter, r *http.Request, organizationId OrganizationID, providerId ProviderID)

	// (GET /v1/control/organizations/{organization_id}/invitations)
	ListOrganizationInvitations(w http.ResponseWriter, r *http.Request, organizationId OrganizationID)

	// (POST /v1/control/organizations/{organization_id}/invitations)
	CreateOrganizationInvitation(w http.ResponseWriter, r *http.Request, organizationId OrganizationID)

	// (DELETE /v1/control/organizations/{organization_id}/invitations/{invitation_id})
	RevokeOrganizationInvitation(w http.ResponseWriter, r *http.Request, organizationId OrganizationID, invitationId UUID)

	// (POST /v1/control/organizations/{organization_id}/invitations/{invitation_id}/resend)
	ResendOrganizationInvitation(w http.ResponseWriter, r *http.Request, organizationId OrganizationID, invitationId UUID)

	// (GET /v1/control/organizations/{organization_id}/members)
	ListOrganizationMembers(w http.ResponseWriter, r *http.Request, organizationId OrganizationID)

	// (DELETE /v1/control/organizations/{organization_id}/members/{member_id})
	DeleteOrganizationMember(w http.ResponseWriter, r *http.Request, organizationId OrganizationID, memberId UUID)

	// (PATCH /v1/control/organizations/{organization_id}/members/{member_id})
	UpdateOrganizationMember(w http.ResponseWriter, r *http.Request, organizationId OrganizationID, memberId UUID)

	// (GET /v1/control/organizations/{organization_id}/notification-providers)
	ListOrganizationNotificationProviders(w http.ResponseWriter, r *http.Request, organizationId OrganizationID)

	// (POST /v1/control/organizations/{organization_id}/notification-providers)
	CreateOrganizationNotificationProvider(w http.ResponseWriter, r *http.Request, organizationId OrganizationID)

	// (DELETE /v1/control/organizations/{organization_id}/notification-providers/{provider_id})
	DisableOrganizationNotificationProvider(w http.ResponseWriter, r *http.Request, organizationId OrganizationID, providerId UUID)

	// (GET /v1/control/organizations/{organization_id}/notification-providers/{provider_id})
	GetOrganizationNotificationProvider(w http.ResponseWriter, r *http.Request, organizationId OrganizationID, providerId UUID)

	// (PATCH /v1/control/organizations/{organization_id}/notification-providers/{provider_id})
	UpdateOrganizationNotificationProvider(w http.ResponseWriter, r *http.Request, organizationId OrganizationID, providerId UUID)

	// (POST /v1/control/organizations/{organization_id}/notification-providers/{provider_id}/test)
	TestOrganizationNotificationProvider(w http.ResponseWriter, r *http.Request, organizationId OrganizationID, providerId UUID, params TestOrganizationNotificationProviderParams)

	// (POST /v1/control/organizations/{organization_id}/notification-providers/{provider_id}/verify)
	VerifyOrganizationNotificationProvider(w http.ResponseWriter, r *http.Request, organizationId OrganizationID, providerId UUID)

	// (GET /v1/control/organizations/{organization_id}/policy)
	GetOrganizationPolicy(w http.ResponseWriter, r *http.Request, organizationId OrganizationID)

	// (POST /v1/control/organizations/{organization_id}/restore)
	RestoreOrganization(w http.ResponseWriter, r *http.Request, organizationId OrganizationID)

	// (GET /v1/control/organizations/{organization_id}/storage/objects)
	ListOrganizationStorageObjects(w http.ResponseWriter, r *http.Request, organizationId OrganizationID)

	// (DELETE /v1/control/organizations/{organization_id}/storage/objects/{object_id})
	DeleteOrganizationStorageObject(w http.ResponseWriter, r *http.Request, organizationId OrganizationID, objectId ObjectID, params DeleteOrganizationStorageObjectParams)

	// (GET /v1/control/organizations/{organization_id}/storage/objects/{object_id})
	GetOrganizationStorageObject(w http.ResponseWriter, r *http.Request, organizationId OrganizationID, objectId ObjectID)

	// (POST /v1/control/organizations/{organization_id}/storage/objects/{object_id}/download)
	DownloadOrganizationStorageObject(w http.ResponseWriter, r *http.Request, organizationId OrganizationID, objectId ObjectID)

	// (GET /v1/control/organizations/{organization_id}/storage/providers)
	ListOrganizationStorageProviders(w http.ResponseWriter, r *http.Request, organizationId OrganizationID)

	// (POST /v1/control/organizations/{organization_id}/storage/providers)
	CreateOrganizationStorageProvider(w http.ResponseWriter, r *http.Request, organizationId OrganizationID)

	// (DELETE /v1/control/organizations/{organization_id}/storage/providers/{provider_id})
	DisableOrganizationStorageProvider(w http.ResponseWriter, r *http.Request, organizationId OrganizationID, providerId ProviderID, params DisableOrganizationStorageProviderParams)

	// (GET /v1/control/organizations/{organization_id}/storage/providers/{provider_id})
	GetOrganizationStorageProvider(w http.ResponseWriter, r *http.Request, organizationId OrganizationID, providerId ProviderID)

	// (PATCH /v1/control/organizations/{organization_id}/storage/providers/{provider_id})
	UpdateOrganizationStorageProvider(w http.ResponseWriter, r *http.Request, organizationId OrganizationID, providerId ProviderID)

	// (POST /v1/control/organizations/{organization_id}/storage/providers/{provider_id}/enable)
	EnableOrganizationStorageProvider(w http.ResponseWriter, r *http.Request, organizationId OrganizationID, providerId ProviderID)

	// (POST /v1/control/organizations/{organization_id}/storage/providers/{provider_id}/verify)
	VerifyOrganizationStorageProvider(w http.ResponseWriter, r *http.Request, organizationId OrganizationID, providerId ProviderID)

	// (GET /v1/management/organizations)
	ManagementListOrganizations(w http.ResponseWriter, r *http.Request, params ManagementListOrganizationsParams)

	// (POST /v1/management/organizations)
	ManagementCreateOrganization(w http.ResponseWriter, r *http.Request)

	// (DELETE /v1/management/organizations/{organization_id})
	ManagementRetireOrganization(w http.ResponseWriter, r *http.Request, organizationId OrganizationID)

	// (GET /v1/management/organizations/{organization_id})
	ManagementGetOrganization(w http.ResponseWriter, r *http.Request, organizationId OrganizationID)

	// (PATCH /v1/management/organizations/{organization_id})
	ManagementUpdateOrganization(w http.ResponseWriter, r *http.Request, organizationId OrganizationID, params ManagementUpdateOrganizationParams)

	// (GET /v1/management/organizations/{organization_id}/applications)
	ManagementListApplications(w http.ResponseWriter, r *http.Request, organizationId OrganizationID, params ManagementListApplicationsParams)

	// (POST /v1/management/organizations/{organization_id}/applications)
	ManagementCreateApplication(w http.ResponseWriter, r *http.Request, organizationId OrganizationID)

	// (DELETE /v1/management/organizations/{organization_id}/applications/{application_resource_id})
	ManagementRetireApplication(w http.ResponseWriter, r *http.Request, organizationId OrganizationID, applicationResourceId UUID)

	// (PATCH /v1/management/organizations/{organization_id}/applications/{application_resource_id})
	ManagementUpdateApplication(w http.ResponseWriter, r *http.Request, organizationId OrganizationID, applicationResourceId UUID, params ManagementUpdateApplicationParams)

	// (POST /v1/management/organizations/{organization_id}/applications/{application_resource_id}/restore)
	ManagementRestoreApplication(w http.ResponseWriter, r *http.Request, organizationId OrganizationID, applicationResourceId UUID)

	// (GET /v1/management/organizations/{organization_id}/policy)
	ManagementGetOrganizationPolicy(w http.ResponseWriter, r *http.Request, organizationId OrganizationID)

	// (PUT /v1/management/organizations/{organization_id}/policy)
	ManagementUpdateOrganizationPolicy(w http.ResponseWriter, r *http.Request, organizationId OrganizationID, params ManagementUpdateOrganizationPolicyParams)

	// (POST /v1/management/organizations/{organization_id}/restore)
	ManagementRestoreOrganization(w http.ResponseWriter, r *http.Request, organizationId OrganizationID)

	// (POST /v1/setup/bootstrap)
	Bootstrap(w http.ResponseWriter, r *http.Request)

	// (POST /v1/setup/complete)
	CompleteSetup(w http.ResponseWriter, r *http.Request)

	// (POST /v1/setup/notification-providers)
	CreateSetupNotificationProvider(w http.ResponseWriter, r *http.Request)

	// (GET /v1/setup/status)
	SetupStatus(w http.ResponseWriter, r *http.Request)

	// (GET /version)
	Version(w http.ResponseWriter, r *http.Request)
}

ServerInterface represents all server handlers.

func NewStrictHandler

func NewStrictHandler(ssi StrictServerInterface, middlewares []StrictMiddlewareFunc) ServerInterface

func NewStrictHandlerWithOptions

func NewStrictHandlerWithOptions(ssi StrictServerInterface, middlewares []StrictMiddlewareFunc, options StrictHTTPServerOptions) ServerInterface

type ServerInterfaceWrapper

type ServerInterfaceWrapper struct {
	Handler            ServerInterface
	HandlerMiddlewares []MiddlewareFunc
	ErrorHandlerFunc   func(w http.ResponseWriter, r *http.Request, err error)
}

ServerInterfaceWrapper converts contexts to parameters.

func (*ServerInterfaceWrapper) AcceptMyWorkspaceInvitation

func (siw *ServerInterfaceWrapper) AcceptMyWorkspaceInvitation(w http.ResponseWriter, r *http.Request)

AcceptMyWorkspaceInvitation operation middleware

func (*ServerInterfaceWrapper) AcceptOrganizationInvitation

func (siw *ServerInterfaceWrapper) AcceptOrganizationInvitation(w http.ResponseWriter, r *http.Request)

AcceptOrganizationInvitation operation middleware

func (*ServerInterfaceWrapper) ActivateMyAddress

func (siw *ServerInterfaceWrapper) ActivateMyAddress(w http.ResponseWriter, r *http.Request)

ActivateMyAddress operation middleware

func (*ServerInterfaceWrapper) ActivateTOTPEnrollment

func (siw *ServerInterfaceWrapper) ActivateTOTPEnrollment(w http.ResponseWriter, r *http.Request)

ActivateTOTPEnrollment operation middleware

func (*ServerInterfaceWrapper) ActivateWorkspaceAddress

func (siw *ServerInterfaceWrapper) ActivateWorkspaceAddress(w http.ResponseWriter, r *http.Request)

ActivateWorkspaceAddress operation middleware

func (*ServerInterfaceWrapper) AnonymizeMyAccount

func (siw *ServerInterfaceWrapper) AnonymizeMyAccount(w http.ResponseWriter, r *http.Request)

AnonymizeMyAccount operation middleware

func (*ServerInterfaceWrapper) AppleAuthCallback

func (siw *ServerInterfaceWrapper) AppleAuthCallback(w http.ResponseWriter, r *http.Request)

AppleAuthCallback operation middleware

func (*ServerInterfaceWrapper) ApproveLocalEntitlementRequest

func (siw *ServerInterfaceWrapper) ApproveLocalEntitlementRequest(w http.ResponseWriter, r *http.Request)

ApproveLocalEntitlementRequest operation middleware

func (*ServerInterfaceWrapper) ArchiveEventType

func (siw *ServerInterfaceWrapper) ArchiveEventType(w http.ResponseWriter, r *http.Request)

ArchiveEventType operation middleware

func (*ServerInterfaceWrapper) ArchiveInstallationNotificationTemplate

func (siw *ServerInterfaceWrapper) ArchiveInstallationNotificationTemplate(w http.ResponseWriter, r *http.Request)

ArchiveInstallationNotificationTemplate operation middleware

func (*ServerInterfaceWrapper) ArchiveMyWorkspace

func (siw *ServerInterfaceWrapper) ArchiveMyWorkspace(w http.ResponseWriter, r *http.Request)

ArchiveMyWorkspace operation middleware

func (*ServerInterfaceWrapper) ArchiveNotificationTemplate

func (siw *ServerInterfaceWrapper) ArchiveNotificationTemplate(w http.ResponseWriter, r *http.Request)

ArchiveNotificationTemplate operation middleware

func (*ServerInterfaceWrapper) AuthMethods

func (siw *ServerInterfaceWrapper) AuthMethods(w http.ResponseWriter, r *http.Request)

AuthMethods operation middleware

func (*ServerInterfaceWrapper) BeginOIDCAuthorization

func (siw *ServerInterfaceWrapper) BeginOIDCAuthorization(w http.ResponseWriter, r *http.Request)

BeginOIDCAuthorization operation middleware

func (*ServerInterfaceWrapper) BeginWebAuthnAuthentication

func (siw *ServerInterfaceWrapper) BeginWebAuthnAuthentication(w http.ResponseWriter, r *http.Request)

BeginWebAuthnAuthentication operation middleware

func (*ServerInterfaceWrapper) BeginWebAuthnRegistration

func (siw *ServerInterfaceWrapper) BeginWebAuthnRegistration(w http.ResponseWriter, r *http.Request)

BeginWebAuthnRegistration operation middleware

func (*ServerInterfaceWrapper) Bootstrap

func (siw *ServerInterfaceWrapper) Bootstrap(w http.ResponseWriter, r *http.Request)

Bootstrap operation middleware

func (*ServerInterfaceWrapper) CancelMyLocalEntitlementRequest

func (siw *ServerInterfaceWrapper) CancelMyLocalEntitlementRequest(w http.ResponseWriter, r *http.Request)

CancelMyLocalEntitlementRequest operation middleware

func (*ServerInterfaceWrapper) CancelSubscription

func (siw *ServerInterfaceWrapper) CancelSubscription(w http.ResponseWriter, r *http.Request)

CancelSubscription operation middleware

func (*ServerInterfaceWrapper) ChangeOperatorPassword

func (siw *ServerInterfaceWrapper) ChangeOperatorPassword(w http.ResponseWriter, r *http.Request)

ChangeOperatorPassword operation middleware

func (*ServerInterfaceWrapper) ChangeSubscriptionPrice

func (siw *ServerInterfaceWrapper) ChangeSubscriptionPrice(w http.ResponseWriter, r *http.Request)

ChangeSubscriptionPrice operation middleware

func (*ServerInterfaceWrapper) CheckMyPermissions

func (siw *ServerInterfaceWrapper) CheckMyPermissions(w http.ResponseWriter, r *http.Request)

CheckMyPermissions operation middleware

func (*ServerInterfaceWrapper) CompleteApplicationStorageUpload

func (siw *ServerInterfaceWrapper) CompleteApplicationStorageUpload(w http.ResponseWriter, r *http.Request)

CompleteApplicationStorageUpload operation middleware

func (*ServerInterfaceWrapper) CompleteControlApplicationStorageUpload

func (siw *ServerInterfaceWrapper) CompleteControlApplicationStorageUpload(w http.ResponseWriter, r *http.Request)

CompleteControlApplicationStorageUpload operation middleware

func (*ServerInterfaceWrapper) CompleteInstallationStorageUpload

func (siw *ServerInterfaceWrapper) CompleteInstallationStorageUpload(w http.ResponseWriter, r *http.Request)

CompleteInstallationStorageUpload operation middleware

func (*ServerInterfaceWrapper) CompleteMyStorageUpload

func (siw *ServerInterfaceWrapper) CompleteMyStorageUpload(w http.ResponseWriter, r *http.Request)

CompleteMyStorageUpload operation middleware

func (*ServerInterfaceWrapper) CompleteSetup

func (siw *ServerInterfaceWrapper) CompleteSetup(w http.ResponseWriter, r *http.Request)

CompleteSetup operation middleware

func (*ServerInterfaceWrapper) CompleteWorkspaceStorageUpload

func (siw *ServerInterfaceWrapper) CompleteWorkspaceStorageUpload(w http.ResponseWriter, r *http.Request)

CompleteWorkspaceStorageUpload operation middleware

func (*ServerInterfaceWrapper) ConfigureAppleProvider

func (siw *ServerInterfaceWrapper) ConfigureAppleProvider(w http.ResponseWriter, r *http.Request)

ConfigureAppleProvider operation middleware

func (*ServerInterfaceWrapper) ConfigureGoogleProvider

func (siw *ServerInterfaceWrapper) ConfigureGoogleProvider(w http.ResponseWriter, r *http.Request)

ConfigureGoogleProvider operation middleware

func (*ServerInterfaceWrapper) ConfigureInstallationAuthProvider

func (siw *ServerInterfaceWrapper) ConfigureInstallationAuthProvider(w http.ResponseWriter, r *http.Request)

ConfigureInstallationAuthProvider operation middleware

func (*ServerInterfaceWrapper) ConfigureOrganizationAuthProvider

func (siw *ServerInterfaceWrapper) ConfigureOrganizationAuthProvider(w http.ResponseWriter, r *http.Request)

ConfigureOrganizationAuthProvider operation middleware

func (*ServerInterfaceWrapper) CreateApplication

func (siw *ServerInterfaceWrapper) CreateApplication(w http.ResponseWriter, r *http.Request)

CreateApplication operation middleware

func (*ServerInterfaceWrapper) CreateApplicationDomain

func (siw *ServerInterfaceWrapper) CreateApplicationDomain(w http.ResponseWriter, r *http.Request)

CreateApplicationDomain operation middleware

func (*ServerInterfaceWrapper) CreateApplicationStorageProvider

func (siw *ServerInterfaceWrapper) CreateApplicationStorageProvider(w http.ResponseWriter, r *http.Request)

CreateApplicationStorageProvider operation middleware

func (*ServerInterfaceWrapper) CreateApplicationStorageUpload

func (siw *ServerInterfaceWrapper) CreateApplicationStorageUpload(w http.ResponseWriter, r *http.Request)

CreateApplicationStorageUpload operation middleware

func (*ServerInterfaceWrapper) CreateAuditExport

func (siw *ServerInterfaceWrapper) CreateAuditExport(w http.ResponseWriter, r *http.Request)

CreateAuditExport operation middleware

func (*ServerInterfaceWrapper) CreateBillingPortalSession

func (siw *ServerInterfaceWrapper) CreateBillingPortalSession(w http.ResponseWriter, r *http.Request)

CreateBillingPortalSession operation middleware

func (*ServerInterfaceWrapper) CreateBillingProvider

func (siw *ServerInterfaceWrapper) CreateBillingProvider(w http.ResponseWriter, r *http.Request)

CreateBillingProvider operation middleware

func (*ServerInterfaceWrapper) CreateBillingReconciliationRun

func (siw *ServerInterfaceWrapper) CreateBillingReconciliationRun(w http.ResponseWriter, r *http.Request)

CreateBillingReconciliationRun operation middleware

func (*ServerInterfaceWrapper) CreateCheckoutSession

func (siw *ServerInterfaceWrapper) CreateCheckoutSession(w http.ResponseWriter, r *http.Request)

CreateCheckoutSession operation middleware

func (*ServerInterfaceWrapper) CreateClient

func (siw *ServerInterfaceWrapper) CreateClient(w http.ResponseWriter, r *http.Request)

CreateClient operation middleware

func (*ServerInterfaceWrapper) CreateControlApplicationStorageUpload

func (siw *ServerInterfaceWrapper) CreateControlApplicationStorageUpload(w http.ResponseWriter, r *http.Request)

CreateControlApplicationStorageUpload operation middleware

func (*ServerInterfaceWrapper) CreateDelegation

func (siw *ServerInterfaceWrapper) CreateDelegation(w http.ResponseWriter, r *http.Request)

CreateDelegation operation middleware

func (*ServerInterfaceWrapper) CreateEntitlement

func (siw *ServerInterfaceWrapper) CreateEntitlement(w http.ResponseWriter, r *http.Request)

CreateEntitlement operation middleware

func (*ServerInterfaceWrapper) CreateEventType

func (siw *ServerInterfaceWrapper) CreateEventType(w http.ResponseWriter, r *http.Request)

CreateEventType operation middleware

func (*ServerInterfaceWrapper) CreateFeature

func (siw *ServerInterfaceWrapper) CreateFeature(w http.ResponseWriter, r *http.Request)

CreateFeature operation middleware

func (*ServerInterfaceWrapper) CreateInstallationBillingProvider

func (siw *ServerInterfaceWrapper) CreateInstallationBillingProvider(w http.ResponseWriter, r *http.Request)

CreateInstallationBillingProvider operation middleware

func (*ServerInterfaceWrapper) CreateInstallationNotificationProvider

func (siw *ServerInterfaceWrapper) CreateInstallationNotificationProvider(w http.ResponseWriter, r *http.Request)

CreateInstallationNotificationProvider operation middleware

func (*ServerInterfaceWrapper) CreateInstallationNotificationTemplate

func (siw *ServerInterfaceWrapper) CreateInstallationNotificationTemplate(w http.ResponseWriter, r *http.Request)

CreateInstallationNotificationTemplate operation middleware

func (*ServerInterfaceWrapper) CreateInstallationOperator

func (siw *ServerInterfaceWrapper) CreateInstallationOperator(w http.ResponseWriter, r *http.Request)

CreateInstallationOperator operation middleware

func (*ServerInterfaceWrapper) CreateInstallationStorageProvider

func (siw *ServerInterfaceWrapper) CreateInstallationStorageProvider(w http.ResponseWriter, r *http.Request)

CreateInstallationStorageProvider operation middleware

func (*ServerInterfaceWrapper) CreateInstallationStorageUpload

func (siw *ServerInterfaceWrapper) CreateInstallationStorageUpload(w http.ResponseWriter, r *http.Request)

CreateInstallationStorageUpload operation middleware

func (*ServerInterfaceWrapper) CreateManagementClient

func (siw *ServerInterfaceWrapper) CreateManagementClient(w http.ResponseWriter, r *http.Request)

CreateManagementClient operation middleware

func (*ServerInterfaceWrapper) CreateMyAddress

func (siw *ServerInterfaceWrapper) CreateMyAddress(w http.ResponseWriter, r *http.Request)

CreateMyAddress operation middleware

func (*ServerInterfaceWrapper) CreateMyStorageUpload

func (siw *ServerInterfaceWrapper) CreateMyStorageUpload(w http.ResponseWriter, r *http.Request)

CreateMyStorageUpload operation middleware

func (*ServerInterfaceWrapper) CreateMyWorkspace

func (siw *ServerInterfaceWrapper) CreateMyWorkspace(w http.ResponseWriter, r *http.Request)

CreateMyWorkspace operation middleware

func (*ServerInterfaceWrapper) CreateMyWorkspaceInvitation

func (siw *ServerInterfaceWrapper) CreateMyWorkspaceInvitation(w http.ResponseWriter, r *http.Request)

CreateMyWorkspaceInvitation operation middleware

func (*ServerInterfaceWrapper) CreateNotificationProvider

func (siw *ServerInterfaceWrapper) CreateNotificationProvider(w http.ResponseWriter, r *http.Request)

CreateNotificationProvider operation middleware

func (*ServerInterfaceWrapper) CreateNotificationTemplate

func (siw *ServerInterfaceWrapper) CreateNotificationTemplate(w http.ResponseWriter, r *http.Request)

CreateNotificationTemplate operation middleware

func (*ServerInterfaceWrapper) CreateOrganization

func (siw *ServerInterfaceWrapper) CreateOrganization(w http.ResponseWriter, r *http.Request)

CreateOrganization operation middleware

func (*ServerInterfaceWrapper) CreateOrganizationBillingProvider

func (siw *ServerInterfaceWrapper) CreateOrganizationBillingProvider(w http.ResponseWriter, r *http.Request)

CreateOrganizationBillingProvider operation middleware

func (*ServerInterfaceWrapper) CreateOrganizationInvitation

func (siw *ServerInterfaceWrapper) CreateOrganizationInvitation(w http.ResponseWriter, r *http.Request)

CreateOrganizationInvitation operation middleware

func (*ServerInterfaceWrapper) CreateOrganizationNotificationProvider

func (siw *ServerInterfaceWrapper) CreateOrganizationNotificationProvider(w http.ResponseWriter, r *http.Request)

CreateOrganizationNotificationProvider operation middleware

func (*ServerInterfaceWrapper) CreateOrganizationStorageProvider

func (siw *ServerInterfaceWrapper) CreateOrganizationStorageProvider(w http.ResponseWriter, r *http.Request)

CreateOrganizationStorageProvider operation middleware

func (*ServerInterfaceWrapper) CreatePersonalAPIKey

func (siw *ServerInterfaceWrapper) CreatePersonalAPIKey(w http.ResponseWriter, r *http.Request)

CreatePersonalAPIKey operation middleware

func (*ServerInterfaceWrapper) CreatePrice

func (siw *ServerInterfaceWrapper) CreatePrice(w http.ResponseWriter, r *http.Request)

CreatePrice operation middleware

func (*ServerInterfaceWrapper) CreateProduct

func (siw *ServerInterfaceWrapper) CreateProduct(w http.ResponseWriter, r *http.Request)

CreateProduct operation middleware

func (*ServerInterfaceWrapper) CreateRefund

func (siw *ServerInterfaceWrapper) CreateRefund(w http.ResponseWriter, r *http.Request)

CreateRefund operation middleware

func (*ServerInterfaceWrapper) CreateRole

func (siw *ServerInterfaceWrapper) CreateRole(w http.ResponseWriter, r *http.Request)

CreateRole operation middleware

func (*ServerInterfaceWrapper) CreateRoleAssignment

func (siw *ServerInterfaceWrapper) CreateRoleAssignment(w http.ResponseWriter, r *http.Request)

CreateRoleAssignment operation middleware

func (*ServerInterfaceWrapper) CreateSenderIdentity

func (siw *ServerInterfaceWrapper) CreateSenderIdentity(w http.ResponseWriter, r *http.Request)

CreateSenderIdentity operation middleware

func (*ServerInterfaceWrapper) CreateSetupNotificationProvider

func (siw *ServerInterfaceWrapper) CreateSetupNotificationProvider(w http.ResponseWriter, r *http.Request)

CreateSetupNotificationProvider operation middleware

func (*ServerInterfaceWrapper) CreateUser

func (siw *ServerInterfaceWrapper) CreateUser(w http.ResponseWriter, r *http.Request)

CreateUser operation middleware

func (*ServerInterfaceWrapper) CreateWebhook

func (siw *ServerInterfaceWrapper) CreateWebhook(w http.ResponseWriter, r *http.Request)

CreateWebhook operation middleware

func (*ServerInterfaceWrapper) CreateWorkspace

func (siw *ServerInterfaceWrapper) CreateWorkspace(w http.ResponseWriter, r *http.Request)

CreateWorkspace operation middleware

func (*ServerInterfaceWrapper) CreateWorkspaceAddress

func (siw *ServerInterfaceWrapper) CreateWorkspaceAddress(w http.ResponseWriter, r *http.Request)

CreateWorkspaceAddress operation middleware

func (*ServerInterfaceWrapper) CreateWorkspaceInvitation

func (siw *ServerInterfaceWrapper) CreateWorkspaceInvitation(w http.ResponseWriter, r *http.Request)

CreateWorkspaceInvitation operation middleware

func (*ServerInterfaceWrapper) CreateWorkspaceStorageUpload

func (siw *ServerInterfaceWrapper) CreateWorkspaceStorageUpload(w http.ResponseWriter, r *http.Request)

CreateWorkspaceStorageUpload operation middleware

func (*ServerInterfaceWrapper) DecideOIDCAuthorization

func (siw *ServerInterfaceWrapper) DecideOIDCAuthorization(w http.ResponseWriter, r *http.Request)

DecideOIDCAuthorization operation middleware

func (*ServerInterfaceWrapper) DeleteApplicationDomain

func (siw *ServerInterfaceWrapper) DeleteApplicationDomain(w http.ResponseWriter, r *http.Request)

DeleteApplicationDomain operation middleware

func (*ServerInterfaceWrapper) DeleteApplicationStorageObject

func (siw *ServerInterfaceWrapper) DeleteApplicationStorageObject(w http.ResponseWriter, r *http.Request)

DeleteApplicationStorageObject operation middleware

func (*ServerInterfaceWrapper) DeleteControlApplicationStorageObject

func (siw *ServerInterfaceWrapper) DeleteControlApplicationStorageObject(w http.ResponseWriter, r *http.Request)

DeleteControlApplicationStorageObject operation middleware

func (*ServerInterfaceWrapper) DeleteInstallationOperator

func (siw *ServerInterfaceWrapper) DeleteInstallationOperator(w http.ResponseWriter, r *http.Request)

DeleteInstallationOperator operation middleware

func (*ServerInterfaceWrapper) DeleteInstallationStorageObject

func (siw *ServerInterfaceWrapper) DeleteInstallationStorageObject(w http.ResponseWriter, r *http.Request)

DeleteInstallationStorageObject operation middleware

func (*ServerInterfaceWrapper) DeleteMyAccount

func (siw *ServerInterfaceWrapper) DeleteMyAccount(w http.ResponseWriter, r *http.Request)

DeleteMyAccount operation middleware

func (*ServerInterfaceWrapper) DeleteMyAddress

func (siw *ServerInterfaceWrapper) DeleteMyAddress(w http.ResponseWriter, r *http.Request)

DeleteMyAddress operation middleware

func (*ServerInterfaceWrapper) DeleteMyStorageObject

func (siw *ServerInterfaceWrapper) DeleteMyStorageObject(w http.ResponseWriter, r *http.Request)

DeleteMyStorageObject operation middleware

func (*ServerInterfaceWrapper) DeleteOrganizationMember

func (siw *ServerInterfaceWrapper) DeleteOrganizationMember(w http.ResponseWriter, r *http.Request)

DeleteOrganizationMember operation middleware

func (*ServerInterfaceWrapper) DeleteOrganizationStorageObject

func (siw *ServerInterfaceWrapper) DeleteOrganizationStorageObject(w http.ResponseWriter, r *http.Request)

DeleteOrganizationStorageObject operation middleware

func (*ServerInterfaceWrapper) DeleteRole

func (siw *ServerInterfaceWrapper) DeleteRole(w http.ResponseWriter, r *http.Request)

DeleteRole operation middleware

func (*ServerInterfaceWrapper) DeleteRoleAssignment

func (siw *ServerInterfaceWrapper) DeleteRoleAssignment(w http.ResponseWriter, r *http.Request)

DeleteRoleAssignment operation middleware

func (*ServerInterfaceWrapper) DeleteWorkspace

func (siw *ServerInterfaceWrapper) DeleteWorkspace(w http.ResponseWriter, r *http.Request)

DeleteWorkspace operation middleware

func (*ServerInterfaceWrapper) DeleteWorkspaceAddress

func (siw *ServerInterfaceWrapper) DeleteWorkspaceAddress(w http.ResponseWriter, r *http.Request)

DeleteWorkspaceAddress operation middleware

func (*ServerInterfaceWrapper) DeleteWorkspaceMember

func (siw *ServerInterfaceWrapper) DeleteWorkspaceMember(w http.ResponseWriter, r *http.Request)

DeleteWorkspaceMember operation middleware

func (*ServerInterfaceWrapper) DeleteWorkspaceStorageObject

func (siw *ServerInterfaceWrapper) DeleteWorkspaceStorageObject(w http.ResponseWriter, r *http.Request)

DeleteWorkspaceStorageObject operation middleware

func (*ServerInterfaceWrapper) DisableApplicationAuthProvider

func (siw *ServerInterfaceWrapper) DisableApplicationAuthProvider(w http.ResponseWriter, r *http.Request)

DisableApplicationAuthProvider operation middleware

func (*ServerInterfaceWrapper) DisableApplicationStorageProvider

func (siw *ServerInterfaceWrapper) DisableApplicationStorageProvider(w http.ResponseWriter, r *http.Request)

DisableApplicationStorageProvider operation middleware

func (*ServerInterfaceWrapper) DisableBillingProvider

func (siw *ServerInterfaceWrapper) DisableBillingProvider(w http.ResponseWriter, r *http.Request)

DisableBillingProvider operation middleware

func (*ServerInterfaceWrapper) DisableClient

func (siw *ServerInterfaceWrapper) DisableClient(w http.ResponseWriter, r *http.Request)

DisableClient operation middleware

func (*ServerInterfaceWrapper) DisableInstallationAuthProvider

func (siw *ServerInterfaceWrapper) DisableInstallationAuthProvider(w http.ResponseWriter, r *http.Request)

DisableInstallationAuthProvider operation middleware

func (*ServerInterfaceWrapper) DisableInstallationBillingProvider

func (siw *ServerInterfaceWrapper) DisableInstallationBillingProvider(w http.ResponseWriter, r *http.Request)

DisableInstallationBillingProvider operation middleware

func (*ServerInterfaceWrapper) DisableInstallationNotificationProvider

func (siw *ServerInterfaceWrapper) DisableInstallationNotificationProvider(w http.ResponseWriter, r *http.Request)

DisableInstallationNotificationProvider operation middleware

func (*ServerInterfaceWrapper) DisableInstallationStorageProvider

func (siw *ServerInterfaceWrapper) DisableInstallationStorageProvider(w http.ResponseWriter, r *http.Request)

DisableInstallationStorageProvider operation middleware

func (*ServerInterfaceWrapper) DisableMFAMethod

func (siw *ServerInterfaceWrapper) DisableMFAMethod(w http.ResponseWriter, r *http.Request)

DisableMFAMethod operation middleware

func (*ServerInterfaceWrapper) DisableManagementClient

func (siw *ServerInterfaceWrapper) DisableManagementClient(w http.ResponseWriter, r *http.Request)

DisableManagementClient operation middleware

func (*ServerInterfaceWrapper) DisableNotificationProvider

func (siw *ServerInterfaceWrapper) DisableNotificationProvider(w http.ResponseWriter, r *http.Request)

DisableNotificationProvider operation middleware

func (*ServerInterfaceWrapper) DisableOrganizationAuthProvider

func (siw *ServerInterfaceWrapper) DisableOrganizationAuthProvider(w http.ResponseWriter, r *http.Request)

DisableOrganizationAuthProvider operation middleware

func (*ServerInterfaceWrapper) DisableOrganizationBillingProvider

func (siw *ServerInterfaceWrapper) DisableOrganizationBillingProvider(w http.ResponseWriter, r *http.Request)

DisableOrganizationBillingProvider operation middleware

func (*ServerInterfaceWrapper) DisableOrganizationNotificationProvider

func (siw *ServerInterfaceWrapper) DisableOrganizationNotificationProvider(w http.ResponseWriter, r *http.Request)

DisableOrganizationNotificationProvider operation middleware

func (*ServerInterfaceWrapper) DisableOrganizationStorageProvider

func (siw *ServerInterfaceWrapper) DisableOrganizationStorageProvider(w http.ResponseWriter, r *http.Request)

DisableOrganizationStorageProvider operation middleware

func (*ServerInterfaceWrapper) DisableWebhook

func (siw *ServerInterfaceWrapper) DisableWebhook(w http.ResponseWriter, r *http.Request)

DisableWebhook operation middleware

func (*ServerInterfaceWrapper) DownloadApplicationStorageObject

func (siw *ServerInterfaceWrapper) DownloadApplicationStorageObject(w http.ResponseWriter, r *http.Request)

DownloadApplicationStorageObject operation middleware

func (*ServerInterfaceWrapper) DownloadControlApplicationStorageObject

func (siw *ServerInterfaceWrapper) DownloadControlApplicationStorageObject(w http.ResponseWriter, r *http.Request)

DownloadControlApplicationStorageObject operation middleware

func (*ServerInterfaceWrapper) DownloadInstallationStorageObject

func (siw *ServerInterfaceWrapper) DownloadInstallationStorageObject(w http.ResponseWriter, r *http.Request)

DownloadInstallationStorageObject operation middleware

func (*ServerInterfaceWrapper) DownloadMyStorageObject

func (siw *ServerInterfaceWrapper) DownloadMyStorageObject(w http.ResponseWriter, r *http.Request)

DownloadMyStorageObject operation middleware

func (*ServerInterfaceWrapper) DownloadOrganizationStorageObject

func (siw *ServerInterfaceWrapper) DownloadOrganizationStorageObject(w http.ResponseWriter, r *http.Request)

DownloadOrganizationStorageObject operation middleware

func (*ServerInterfaceWrapper) DownloadWorkspaceStorageObject

func (siw *ServerInterfaceWrapper) DownloadWorkspaceStorageObject(w http.ResponseWriter, r *http.Request)

DownloadWorkspaceStorageObject operation middleware

func (*ServerInterfaceWrapper) EmailChangeStart

func (siw *ServerInterfaceWrapper) EmailChangeStart(w http.ResponseWriter, r *http.Request)

EmailChangeStart operation middleware

func (*ServerInterfaceWrapper) EmailChangeVerify

func (siw *ServerInterfaceWrapper) EmailChangeVerify(w http.ResponseWriter, r *http.Request)

EmailChangeVerify operation middleware

func (*ServerInterfaceWrapper) EmailStart

func (siw *ServerInterfaceWrapper) EmailStart(w http.ResponseWriter, r *http.Request)

EmailStart operation middleware

func (*ServerInterfaceWrapper) EmailVerificationStart

func (siw *ServerInterfaceWrapper) EmailVerificationStart(w http.ResponseWriter, r *http.Request)

EmailVerificationStart operation middleware

func (*ServerInterfaceWrapper) EmailVerificationVerify

func (siw *ServerInterfaceWrapper) EmailVerificationVerify(w http.ResponseWriter, r *http.Request)

EmailVerificationVerify operation middleware

func (*ServerInterfaceWrapper) EmailVerify

func (siw *ServerInterfaceWrapper) EmailVerify(w http.ResponseWriter, r *http.Request)

EmailVerify operation middleware

func (*ServerInterfaceWrapper) EnableApplicationStorageProvider

func (siw *ServerInterfaceWrapper) EnableApplicationStorageProvider(w http.ResponseWriter, r *http.Request)

EnableApplicationStorageProvider operation middleware

func (*ServerInterfaceWrapper) EnableInstallationStorageProvider

func (siw *ServerInterfaceWrapper) EnableInstallationStorageProvider(w http.ResponseWriter, r *http.Request)

EnableInstallationStorageProvider operation middleware

func (*ServerInterfaceWrapper) EnableOrganizationStorageProvider

func (siw *ServerInterfaceWrapper) EnableOrganizationStorageProvider(w http.ResponseWriter, r *http.Request)

EnableOrganizationStorageProvider operation middleware

func (*ServerInterfaceWrapper) ExchangeAppleAuth

func (siw *ServerInterfaceWrapper) ExchangeAppleAuth(w http.ResponseWriter, r *http.Request)

ExchangeAppleAuth operation middleware

func (*ServerInterfaceWrapper) ExchangeDelegation

func (siw *ServerInterfaceWrapper) ExchangeDelegation(w http.ResponseWriter, r *http.Request)

ExchangeDelegation operation middleware

func (*ServerInterfaceWrapper) ExchangeGoogleAuth

func (siw *ServerInterfaceWrapper) ExchangeGoogleAuth(w http.ResponseWriter, r *http.Request)

ExchangeGoogleAuth operation middleware

func (*ServerInterfaceWrapper) ExchangeOIDCToken

func (siw *ServerInterfaceWrapper) ExchangeOIDCToken(w http.ResponseWriter, r *http.Request)

ExchangeOIDCToken operation middleware

func (*ServerInterfaceWrapper) ExportMyAccount

func (siw *ServerInterfaceWrapper) ExportMyAccount(w http.ResponseWriter, r *http.Request)

ExportMyAccount operation middleware

func (*ServerInterfaceWrapper) FinishWebAuthnAuthentication

func (siw *ServerInterfaceWrapper) FinishWebAuthnAuthentication(w http.ResponseWriter, r *http.Request)

FinishWebAuthnAuthentication operation middleware

func (*ServerInterfaceWrapper) FinishWebAuthnRegistration

func (siw *ServerInterfaceWrapper) FinishWebAuthnRegistration(w http.ResponseWriter, r *http.Request)

FinishWebAuthnRegistration operation middleware

func (*ServerInterfaceWrapper) GetApplication

func (siw *ServerInterfaceWrapper) GetApplication(w http.ResponseWriter, r *http.Request)

GetApplication operation middleware

func (*ServerInterfaceWrapper) GetApplicationStatistics

func (siw *ServerInterfaceWrapper) GetApplicationStatistics(w http.ResponseWriter, r *http.Request)

GetApplicationStatistics operation middleware

func (*ServerInterfaceWrapper) GetApplicationStorageObject

func (siw *ServerInterfaceWrapper) GetApplicationStorageObject(w http.ResponseWriter, r *http.Request)

GetApplicationStorageObject operation middleware

func (*ServerInterfaceWrapper) GetApplicationStorageProvider

func (siw *ServerInterfaceWrapper) GetApplicationStorageProvider(w http.ResponseWriter, r *http.Request)

GetApplicationStorageProvider operation middleware

func (*ServerInterfaceWrapper) GetAuditExport

func (siw *ServerInterfaceWrapper) GetAuditExport(w http.ResponseWriter, r *http.Request)

GetAuditExport operation middleware

func (*ServerInterfaceWrapper) GetAuditLog

func (siw *ServerInterfaceWrapper) GetAuditLog(w http.ResponseWriter, r *http.Request)

GetAuditLog operation middleware

func (*ServerInterfaceWrapper) GetBillingProvider

func (siw *ServerInterfaceWrapper) GetBillingProvider(w http.ResponseWriter, r *http.Request)

GetBillingProvider operation middleware

func (*ServerInterfaceWrapper) GetBillingReconciliationRun

func (siw *ServerInterfaceWrapper) GetBillingReconciliationRun(w http.ResponseWriter, r *http.Request)

GetBillingReconciliationRun operation middleware

func (*ServerInterfaceWrapper) GetBillingStatistics

func (siw *ServerInterfaceWrapper) GetBillingStatistics(w http.ResponseWriter, r *http.Request)

GetBillingStatistics operation middleware

func (*ServerInterfaceWrapper) GetCheckoutSession

func (siw *ServerInterfaceWrapper) GetCheckoutSession(w http.ResponseWriter, r *http.Request)

GetCheckoutSession operation middleware

func (*ServerInterfaceWrapper) GetControlApplicationStorageObject

func (siw *ServerInterfaceWrapper) GetControlApplicationStorageObject(w http.ResponseWriter, r *http.Request)

GetControlApplicationStorageObject operation middleware

func (*ServerInterfaceWrapper) GetCurrentUser

func (siw *ServerInterfaceWrapper) GetCurrentUser(w http.ResponseWriter, r *http.Request)

GetCurrentUser operation middleware

func (*ServerInterfaceWrapper) GetDelegation

func (siw *ServerInterfaceWrapper) GetDelegation(w http.ResponseWriter, r *http.Request)

GetDelegation operation middleware

func (*ServerInterfaceWrapper) GetDispute

func (siw *ServerInterfaceWrapper) GetDispute(w http.ResponseWriter, r *http.Request)

GetDispute operation middleware

func (*ServerInterfaceWrapper) GetEntitlement

func (siw *ServerInterfaceWrapper) GetEntitlement(w http.ResponseWriter, r *http.Request)

GetEntitlement operation middleware

func (*ServerInterfaceWrapper) GetEvent

func (siw *ServerInterfaceWrapper) GetEvent(w http.ResponseWriter, r *http.Request)

GetEvent operation middleware

func (*ServerInterfaceWrapper) GetEventType

func (siw *ServerInterfaceWrapper) GetEventType(w http.ResponseWriter, r *http.Request)

GetEventType operation middleware

func (*ServerInterfaceWrapper) GetInstallationBillingProvider

func (siw *ServerInterfaceWrapper) GetInstallationBillingProvider(w http.ResponseWriter, r *http.Request)

GetInstallationBillingProvider operation middleware

func (*ServerInterfaceWrapper) GetInstallationNotificationProvider

func (siw *ServerInterfaceWrapper) GetInstallationNotificationProvider(w http.ResponseWriter, r *http.Request)

GetInstallationNotificationProvider operation middleware

func (*ServerInterfaceWrapper) GetInstallationNotificationTemplate

func (siw *ServerInterfaceWrapper) GetInstallationNotificationTemplate(w http.ResponseWriter, r *http.Request)

GetInstallationNotificationTemplate operation middleware

func (*ServerInterfaceWrapper) GetInstallationStorageObject

func (siw *ServerInterfaceWrapper) GetInstallationStorageObject(w http.ResponseWriter, r *http.Request)

GetInstallationStorageObject operation middleware

func (*ServerInterfaceWrapper) GetInstallationStorageProvider

func (siw *ServerInterfaceWrapper) GetInstallationStorageProvider(w http.ResponseWriter, r *http.Request)

GetInstallationStorageProvider operation middleware

func (*ServerInterfaceWrapper) GetInvoice

func (siw *ServerInterfaceWrapper) GetInvoice(w http.ResponseWriter, r *http.Request)

GetInvoice operation middleware

func (*ServerInterfaceWrapper) GetLocalEntitlementRequest

func (siw *ServerInterfaceWrapper) GetLocalEntitlementRequest(w http.ResponseWriter, r *http.Request)

GetLocalEntitlementRequest operation middleware

func (*ServerInterfaceWrapper) GetManagementAPIStatus

func (siw *ServerInterfaceWrapper) GetManagementAPIStatus(w http.ResponseWriter, r *http.Request)

GetManagementAPIStatus operation middleware

func (*ServerInterfaceWrapper) GetMyBillingProfile

func (siw *ServerInterfaceWrapper) GetMyBillingProfile(w http.ResponseWriter, r *http.Request)

GetMyBillingProfile operation middleware

func (*ServerInterfaceWrapper) GetMyBillingSummary

func (siw *ServerInterfaceWrapper) GetMyBillingSummary(w http.ResponseWriter, r *http.Request)

GetMyBillingSummary operation middleware

func (*ServerInterfaceWrapper) GetMyLocalEntitlementRequest

func (siw *ServerInterfaceWrapper) GetMyLocalEntitlementRequest(w http.ResponseWriter, r *http.Request)

GetMyLocalEntitlementRequest operation middleware

func (*ServerInterfaceWrapper) GetMyStorageObject

func (siw *ServerInterfaceWrapper) GetMyStorageObject(w http.ResponseWriter, r *http.Request)

GetMyStorageObject operation middleware

func (*ServerInterfaceWrapper) GetMyWorkspace

func (siw *ServerInterfaceWrapper) GetMyWorkspace(w http.ResponseWriter, r *http.Request)

GetMyWorkspace operation middleware

func (*ServerInterfaceWrapper) GetNotification

func (siw *ServerInterfaceWrapper) GetNotification(w http.ResponseWriter, r *http.Request)

GetNotification operation middleware

func (*ServerInterfaceWrapper) GetNotificationProvider

func (siw *ServerInterfaceWrapper) GetNotificationProvider(w http.ResponseWriter, r *http.Request)

GetNotificationProvider operation middleware

func (*ServerInterfaceWrapper) GetNotificationStatistics

func (siw *ServerInterfaceWrapper) GetNotificationStatistics(w http.ResponseWriter, r *http.Request)

GetNotificationStatistics operation middleware

func (*ServerInterfaceWrapper) GetNotificationTemplate

func (siw *ServerInterfaceWrapper) GetNotificationTemplate(w http.ResponseWriter, r *http.Request)

GetNotificationTemplate operation middleware

func (*ServerInterfaceWrapper) GetOperatorAccount

func (siw *ServerInterfaceWrapper) GetOperatorAccount(w http.ResponseWriter, r *http.Request)

GetOperatorAccount operation middleware

func (*ServerInterfaceWrapper) GetOrganization

func (siw *ServerInterfaceWrapper) GetOrganization(w http.ResponseWriter, r *http.Request)

GetOrganization operation middleware

func (*ServerInterfaceWrapper) GetOrganizationBillingProvider

func (siw *ServerInterfaceWrapper) GetOrganizationBillingProvider(w http.ResponseWriter, r *http.Request)

GetOrganizationBillingProvider operation middleware

func (*ServerInterfaceWrapper) GetOrganizationNotificationProvider

func (siw *ServerInterfaceWrapper) GetOrganizationNotificationProvider(w http.ResponseWriter, r *http.Request)

GetOrganizationNotificationProvider operation middleware

func (*ServerInterfaceWrapper) GetOrganizationPolicy

func (siw *ServerInterfaceWrapper) GetOrganizationPolicy(w http.ResponseWriter, r *http.Request)

GetOrganizationPolicy operation middleware

func (*ServerInterfaceWrapper) GetOrganizationStorageObject

func (siw *ServerInterfaceWrapper) GetOrganizationStorageObject(w http.ResponseWriter, r *http.Request)

GetOrganizationStorageObject operation middleware

func (*ServerInterfaceWrapper) GetOrganizationStorageProvider

func (siw *ServerInterfaceWrapper) GetOrganizationStorageProvider(w http.ResponseWriter, r *http.Request)

GetOrganizationStorageProvider operation middleware

func (*ServerInterfaceWrapper) GetPayment

func (siw *ServerInterfaceWrapper) GetPayment(w http.ResponseWriter, r *http.Request)

GetPayment operation middleware

func (*ServerInterfaceWrapper) GetProduct

func (siw *ServerInterfaceWrapper) GetProduct(w http.ResponseWriter, r *http.Request)

GetProduct operation middleware

func (*ServerInterfaceWrapper) GetRefund

func (siw *ServerInterfaceWrapper) GetRefund(w http.ResponseWriter, r *http.Request)

GetRefund operation middleware

func (*ServerInterfaceWrapper) GetRole

GetRole operation middleware

func (*ServerInterfaceWrapper) GetSubscription

func (siw *ServerInterfaceWrapper) GetSubscription(w http.ResponseWriter, r *http.Request)

GetSubscription operation middleware

func (*ServerInterfaceWrapper) GetUser

GetUser operation middleware

func (*ServerInterfaceWrapper) GetWebhook

func (siw *ServerInterfaceWrapper) GetWebhook(w http.ResponseWriter, r *http.Request)

GetWebhook operation middleware

func (*ServerInterfaceWrapper) GetWebhookDelivery

func (siw *ServerInterfaceWrapper) GetWebhookDelivery(w http.ResponseWriter, r *http.Request)

GetWebhookDelivery operation middleware

func (*ServerInterfaceWrapper) GetWorkspace

func (siw *ServerInterfaceWrapper) GetWorkspace(w http.ResponseWriter, r *http.Request)

GetWorkspace operation middleware

func (*ServerInterfaceWrapper) GetWorkspaceBillingProfile

func (siw *ServerInterfaceWrapper) GetWorkspaceBillingProfile(w http.ResponseWriter, r *http.Request)

GetWorkspaceBillingProfile operation middleware

func (*ServerInterfaceWrapper) GetWorkspaceStorageObject

func (siw *ServerInterfaceWrapper) GetWorkspaceStorageObject(w http.ResponseWriter, r *http.Request)

GetWorkspaceStorageObject operation middleware

func (*ServerInterfaceWrapper) GoogleAuthCallback

func (siw *ServerInterfaceWrapper) GoogleAuthCallback(w http.ResponseWriter, r *http.Request)

GoogleAuthCallback operation middleware

func (*ServerInterfaceWrapper) Health

Health operation middleware

func (*ServerInterfaceWrapper) IntrospectOIDCToken

func (siw *ServerInterfaceWrapper) IntrospectOIDCToken(w http.ResponseWriter, r *http.Request)

IntrospectOIDCToken operation middleware

func (*ServerInterfaceWrapper) LeaveWorkspace

func (siw *ServerInterfaceWrapper) LeaveWorkspace(w http.ResponseWriter, r *http.Request)

LeaveWorkspace operation middleware

func (*ServerInterfaceWrapper) ListApplicationAuthProviders

func (siw *ServerInterfaceWrapper) ListApplicationAuthProviders(w http.ResponseWriter, r *http.Request)

ListApplicationAuthProviders operation middleware

func (*ServerInterfaceWrapper) ListApplicationDomains

func (siw *ServerInterfaceWrapper) ListApplicationDomains(w http.ResponseWriter, r *http.Request)

ListApplicationDomains operation middleware

func (*ServerInterfaceWrapper) ListApplicationStorageObjects

func (siw *ServerInterfaceWrapper) ListApplicationStorageObjects(w http.ResponseWriter, r *http.Request)

ListApplicationStorageObjects operation middleware

func (*ServerInterfaceWrapper) ListApplicationStorageProviders

func (siw *ServerInterfaceWrapper) ListApplicationStorageProviders(w http.ResponseWriter, r *http.Request)

ListApplicationStorageProviders operation middleware

func (*ServerInterfaceWrapper) ListApplications

func (siw *ServerInterfaceWrapper) ListApplications(w http.ResponseWriter, r *http.Request)

ListApplications operation middleware

func (*ServerInterfaceWrapper) ListAuditLogs

func (siw *ServerInterfaceWrapper) ListAuditLogs(w http.ResponseWriter, r *http.Request)

ListAuditLogs operation middleware

func (*ServerInterfaceWrapper) ListAuthProviders

func (siw *ServerInterfaceWrapper) ListAuthProviders(w http.ResponseWriter, r *http.Request)

ListAuthProviders operation middleware

func (*ServerInterfaceWrapper) ListBillingProviderEvents

func (siw *ServerInterfaceWrapper) ListBillingProviderEvents(w http.ResponseWriter, r *http.Request)

ListBillingProviderEvents operation middleware

func (*ServerInterfaceWrapper) ListBillingProviders

func (siw *ServerInterfaceWrapper) ListBillingProviders(w http.ResponseWriter, r *http.Request)

ListBillingProviders operation middleware

func (*ServerInterfaceWrapper) ListBillingReconciliationRuns

func (siw *ServerInterfaceWrapper) ListBillingReconciliationRuns(w http.ResponseWriter, r *http.Request)

ListBillingReconciliationRuns operation middleware

func (*ServerInterfaceWrapper) ListClients

func (siw *ServerInterfaceWrapper) ListClients(w http.ResponseWriter, r *http.Request)

ListClients operation middleware

func (*ServerInterfaceWrapper) ListControlApplicationStorageObjects

func (siw *ServerInterfaceWrapper) ListControlApplicationStorageObjects(w http.ResponseWriter, r *http.Request)

ListControlApplicationStorageObjects operation middleware

func (*ServerInterfaceWrapper) ListDelegations

func (siw *ServerInterfaceWrapper) ListDelegations(w http.ResponseWriter, r *http.Request)

ListDelegations operation middleware

func (*ServerInterfaceWrapper) ListDisputes

func (siw *ServerInterfaceWrapper) ListDisputes(w http.ResponseWriter, r *http.Request)

ListDisputes operation middleware

func (*ServerInterfaceWrapper) ListEntitlements

func (siw *ServerInterfaceWrapper) ListEntitlements(w http.ResponseWriter, r *http.Request)

ListEntitlements operation middleware

func (*ServerInterfaceWrapper) ListEventTypes

func (siw *ServerInterfaceWrapper) ListEventTypes(w http.ResponseWriter, r *http.Request)

ListEventTypes operation middleware

func (*ServerInterfaceWrapper) ListEvents

func (siw *ServerInterfaceWrapper) ListEvents(w http.ResponseWriter, r *http.Request)

ListEvents operation middleware

func (*ServerInterfaceWrapper) ListFeatures

func (siw *ServerInterfaceWrapper) ListFeatures(w http.ResponseWriter, r *http.Request)

ListFeatures operation middleware

func (*ServerInterfaceWrapper) ListInstallationAuthProviders

func (siw *ServerInterfaceWrapper) ListInstallationAuthProviders(w http.ResponseWriter, r *http.Request)

ListInstallationAuthProviders operation middleware

func (*ServerInterfaceWrapper) ListInstallationBillingProviders

func (siw *ServerInterfaceWrapper) ListInstallationBillingProviders(w http.ResponseWriter, r *http.Request)

ListInstallationBillingProviders operation middleware

func (*ServerInterfaceWrapper) ListInstallationNotificationProviders

func (siw *ServerInterfaceWrapper) ListInstallationNotificationProviders(w http.ResponseWriter, r *http.Request)

ListInstallationNotificationProviders operation middleware

func (*ServerInterfaceWrapper) ListInstallationNotificationTemplateVariables

func (siw *ServerInterfaceWrapper) ListInstallationNotificationTemplateVariables(w http.ResponseWriter, r *http.Request)

ListInstallationNotificationTemplateVariables operation middleware

func (*ServerInterfaceWrapper) ListInstallationNotificationTemplates

func (siw *ServerInterfaceWrapper) ListInstallationNotificationTemplates(w http.ResponseWriter, r *http.Request)

ListInstallationNotificationTemplates operation middleware

func (*ServerInterfaceWrapper) ListInstallationOperators

func (siw *ServerInterfaceWrapper) ListInstallationOperators(w http.ResponseWriter, r *http.Request)

ListInstallationOperators operation middleware

func (*ServerInterfaceWrapper) ListInstallationStorageObjects

func (siw *ServerInterfaceWrapper) ListInstallationStorageObjects(w http.ResponseWriter, r *http.Request)

ListInstallationStorageObjects operation middleware

func (*ServerInterfaceWrapper) ListInstallationStorageProviders

func (siw *ServerInterfaceWrapper) ListInstallationStorageProviders(w http.ResponseWriter, r *http.Request)

ListInstallationStorageProviders operation middleware

func (*ServerInterfaceWrapper) ListInvoices

func (siw *ServerInterfaceWrapper) ListInvoices(w http.ResponseWriter, r *http.Request)

ListInvoices operation middleware

func (*ServerInterfaceWrapper) ListLocalEntitlementRequests

func (siw *ServerInterfaceWrapper) ListLocalEntitlementRequests(w http.ResponseWriter, r *http.Request)

ListLocalEntitlementRequests operation middleware

func (*ServerInterfaceWrapper) ListManagementClients

func (siw *ServerInterfaceWrapper) ListManagementClients(w http.ResponseWriter, r *http.Request)

ListManagementClients operation middleware

func (*ServerInterfaceWrapper) ListMyAddresses

func (siw *ServerInterfaceWrapper) ListMyAddresses(w http.ResponseWriter, r *http.Request)

ListMyAddresses operation middleware

func (*ServerInterfaceWrapper) ListMyEntitlements

func (siw *ServerInterfaceWrapper) ListMyEntitlements(w http.ResponseWriter, r *http.Request)

ListMyEntitlements operation middleware

func (*ServerInterfaceWrapper) ListMyIdentities

func (siw *ServerInterfaceWrapper) ListMyIdentities(w http.ResponseWriter, r *http.Request)

ListMyIdentities operation middleware

func (*ServerInterfaceWrapper) ListMyInvoices

func (siw *ServerInterfaceWrapper) ListMyInvoices(w http.ResponseWriter, r *http.Request)

ListMyInvoices operation middleware

func (*ServerInterfaceWrapper) ListMyLocalEntitlementRequests

func (siw *ServerInterfaceWrapper) ListMyLocalEntitlementRequests(w http.ResponseWriter, r *http.Request)

ListMyLocalEntitlementRequests operation middleware

func (*ServerInterfaceWrapper) ListMyMFAMethods

func (siw *ServerInterfaceWrapper) ListMyMFAMethods(w http.ResponseWriter, r *http.Request)

ListMyMFAMethods operation middleware

func (*ServerInterfaceWrapper) ListMyNotificationPreferences

func (siw *ServerInterfaceWrapper) ListMyNotificationPreferences(w http.ResponseWriter, r *http.Request)

ListMyNotificationPreferences operation middleware

func (*ServerInterfaceWrapper) ListMyOAuthConsents

func (siw *ServerInterfaceWrapper) ListMyOAuthConsents(w http.ResponseWriter, r *http.Request)

ListMyOAuthConsents operation middleware

func (*ServerInterfaceWrapper) ListMyPayments

func (siw *ServerInterfaceWrapper) ListMyPayments(w http.ResponseWriter, r *http.Request)

ListMyPayments operation middleware

func (*ServerInterfaceWrapper) ListMySessions

func (siw *ServerInterfaceWrapper) ListMySessions(w http.ResponseWriter, r *http.Request)

ListMySessions operation middleware

func (*ServerInterfaceWrapper) ListMyStorageObjects

func (siw *ServerInterfaceWrapper) ListMyStorageObjects(w http.ResponseWriter, r *http.Request)

ListMyStorageObjects operation middleware

func (*ServerInterfaceWrapper) ListMySubscriptions

func (siw *ServerInterfaceWrapper) ListMySubscriptions(w http.ResponseWriter, r *http.Request)

ListMySubscriptions operation middleware

func (*ServerInterfaceWrapper) ListMyWorkspaceInvitations

func (siw *ServerInterfaceWrapper) ListMyWorkspaceInvitations(w http.ResponseWriter, r *http.Request)

ListMyWorkspaceInvitations operation middleware

func (*ServerInterfaceWrapper) ListMyWorkspaceMembers

func (siw *ServerInterfaceWrapper) ListMyWorkspaceMembers(w http.ResponseWriter, r *http.Request)

ListMyWorkspaceMembers operation middleware

func (*ServerInterfaceWrapper) ListMyWorkspaces

func (siw *ServerInterfaceWrapper) ListMyWorkspaces(w http.ResponseWriter, r *http.Request)

ListMyWorkspaces operation middleware

func (*ServerInterfaceWrapper) ListNotificationProviders

func (siw *ServerInterfaceWrapper) ListNotificationProviders(w http.ResponseWriter, r *http.Request)

ListNotificationProviders operation middleware

func (*ServerInterfaceWrapper) ListNotificationTemplateVariables

func (siw *ServerInterfaceWrapper) ListNotificationTemplateVariables(w http.ResponseWriter, r *http.Request)

ListNotificationTemplateVariables operation middleware

func (*ServerInterfaceWrapper) ListNotificationTemplates

func (siw *ServerInterfaceWrapper) ListNotificationTemplates(w http.ResponseWriter, r *http.Request)

ListNotificationTemplates operation middleware

func (*ServerInterfaceWrapper) ListNotifications

func (siw *ServerInterfaceWrapper) ListNotifications(w http.ResponseWriter, r *http.Request)

ListNotifications operation middleware

func (*ServerInterfaceWrapper) ListOAuthConsents

func (siw *ServerInterfaceWrapper) ListOAuthConsents(w http.ResponseWriter, r *http.Request)

ListOAuthConsents operation middleware

func (*ServerInterfaceWrapper) ListOperatorSessions

func (siw *ServerInterfaceWrapper) ListOperatorSessions(w http.ResponseWriter, r *http.Request)

ListOperatorSessions operation middleware

func (*ServerInterfaceWrapper) ListOrganizationAuditLogs

func (siw *ServerInterfaceWrapper) ListOrganizationAuditLogs(w http.ResponseWriter, r *http.Request)

ListOrganizationAuditLogs operation middleware

func (*ServerInterfaceWrapper) ListOrganizationAuthProviders

func (siw *ServerInterfaceWrapper) ListOrganizationAuthProviders(w http.ResponseWriter, r *http.Request)

ListOrganizationAuthProviders operation middleware

func (*ServerInterfaceWrapper) ListOrganizationBillingProviders

func (siw *ServerInterfaceWrapper) ListOrganizationBillingProviders(w http.ResponseWriter, r *http.Request)

ListOrganizationBillingProviders operation middleware

func (*ServerInterfaceWrapper) ListOrganizationInvitations

func (siw *ServerInterfaceWrapper) ListOrganizationInvitations(w http.ResponseWriter, r *http.Request)

ListOrganizationInvitations operation middleware

func (*ServerInterfaceWrapper) ListOrganizationMembers

func (siw *ServerInterfaceWrapper) ListOrganizationMembers(w http.ResponseWriter, r *http.Request)

ListOrganizationMembers operation middleware

func (*ServerInterfaceWrapper) ListOrganizationNotificationProviders

func (siw *ServerInterfaceWrapper) ListOrganizationNotificationProviders(w http.ResponseWriter, r *http.Request)

ListOrganizationNotificationProviders operation middleware

func (*ServerInterfaceWrapper) ListOrganizationStorageObjects

func (siw *ServerInterfaceWrapper) ListOrganizationStorageObjects(w http.ResponseWriter, r *http.Request)

ListOrganizationStorageObjects operation middleware

func (*ServerInterfaceWrapper) ListOrganizationStorageProviders

func (siw *ServerInterfaceWrapper) ListOrganizationStorageProviders(w http.ResponseWriter, r *http.Request)

ListOrganizationStorageProviders operation middleware

func (*ServerInterfaceWrapper) ListOrganizations

func (siw *ServerInterfaceWrapper) ListOrganizations(w http.ResponseWriter, r *http.Request)

ListOrganizations operation middleware

func (*ServerInterfaceWrapper) ListPayments

func (siw *ServerInterfaceWrapper) ListPayments(w http.ResponseWriter, r *http.Request)

ListPayments operation middleware

func (*ServerInterfaceWrapper) ListPersonalAPIKeys

func (siw *ServerInterfaceWrapper) ListPersonalAPIKeys(w http.ResponseWriter, r *http.Request)

ListPersonalAPIKeys operation middleware

func (*ServerInterfaceWrapper) ListPrices

func (siw *ServerInterfaceWrapper) ListPrices(w http.ResponseWriter, r *http.Request)

ListPrices operation middleware

func (*ServerInterfaceWrapper) ListProducts

func (siw *ServerInterfaceWrapper) ListProducts(w http.ResponseWriter, r *http.Request)

ListProducts operation middleware

func (*ServerInterfaceWrapper) ListRefunds

func (siw *ServerInterfaceWrapper) ListRefunds(w http.ResponseWriter, r *http.Request)

ListRefunds operation middleware

func (*ServerInterfaceWrapper) ListRoleAssignments

func (siw *ServerInterfaceWrapper) ListRoleAssignments(w http.ResponseWriter, r *http.Request)

ListRoleAssignments operation middleware

func (*ServerInterfaceWrapper) ListRoles

func (siw *ServerInterfaceWrapper) ListRoles(w http.ResponseWriter, r *http.Request)

ListRoles operation middleware

func (*ServerInterfaceWrapper) ListSenderIdentities

func (siw *ServerInterfaceWrapper) ListSenderIdentities(w http.ResponseWriter, r *http.Request)

ListSenderIdentities operation middleware

func (*ServerInterfaceWrapper) ListSigningKeys

func (siw *ServerInterfaceWrapper) ListSigningKeys(w http.ResponseWriter, r *http.Request)

ListSigningKeys operation middleware

func (*ServerInterfaceWrapper) ListSubscriptions

func (siw *ServerInterfaceWrapper) ListSubscriptions(w http.ResponseWriter, r *http.Request)

ListSubscriptions operation middleware

func (*ServerInterfaceWrapper) ListUserAddresses

func (siw *ServerInterfaceWrapper) ListUserAddresses(w http.ResponseWriter, r *http.Request)

ListUserAddresses operation middleware

func (*ServerInterfaceWrapper) ListUserSessions

func (siw *ServerInterfaceWrapper) ListUserSessions(w http.ResponseWriter, r *http.Request)

ListUserSessions operation middleware

func (*ServerInterfaceWrapper) ListUsers

func (siw *ServerInterfaceWrapper) ListUsers(w http.ResponseWriter, r *http.Request)

ListUsers operation middleware

func (*ServerInterfaceWrapper) ListWebhookDeliveries

func (siw *ServerInterfaceWrapper) ListWebhookDeliveries(w http.ResponseWriter, r *http.Request)

ListWebhookDeliveries operation middleware

func (*ServerInterfaceWrapper) ListWebhooks

func (siw *ServerInterfaceWrapper) ListWebhooks(w http.ResponseWriter, r *http.Request)

ListWebhooks operation middleware

func (*ServerInterfaceWrapper) ListWorkspaceAddresses

func (siw *ServerInterfaceWrapper) ListWorkspaceAddresses(w http.ResponseWriter, r *http.Request)

ListWorkspaceAddresses operation middleware

func (*ServerInterfaceWrapper) ListWorkspaceInvitations

func (siw *ServerInterfaceWrapper) ListWorkspaceInvitations(w http.ResponseWriter, r *http.Request)

ListWorkspaceInvitations operation middleware

func (*ServerInterfaceWrapper) ListWorkspaceMembers

func (siw *ServerInterfaceWrapper) ListWorkspaceMembers(w http.ResponseWriter, r *http.Request)

ListWorkspaceMembers operation middleware

func (*ServerInterfaceWrapper) ListWorkspaceStorageObjects

func (siw *ServerInterfaceWrapper) ListWorkspaceStorageObjects(w http.ResponseWriter, r *http.Request)

ListWorkspaceStorageObjects operation middleware

func (*ServerInterfaceWrapper) ListWorkspaces

func (siw *ServerInterfaceWrapper) ListWorkspaces(w http.ResponseWriter, r *http.Request)

ListWorkspaces operation middleware

func (*ServerInterfaceWrapper) LocalEntitlementCheckout

func (siw *ServerInterfaceWrapper) LocalEntitlementCheckout(w http.ResponseWriter, r *http.Request)

LocalEntitlementCheckout operation middleware

func (*ServerInterfaceWrapper) LoginOperatorWithPassword

func (siw *ServerInterfaceWrapper) LoginOperatorWithPassword(w http.ResponseWriter, r *http.Request)

LoginOperatorWithPassword operation middleware

func (*ServerInterfaceWrapper) LogoutAll

func (siw *ServerInterfaceWrapper) LogoutAll(w http.ResponseWriter, r *http.Request)

LogoutAll operation middleware

func (*ServerInterfaceWrapper) LogoutAllOperatorSessions

func (siw *ServerInterfaceWrapper) LogoutAllOperatorSessions(w http.ResponseWriter, r *http.Request)

LogoutAllOperatorSessions operation middleware

func (*ServerInterfaceWrapper) LogoutCurrentSession

func (siw *ServerInterfaceWrapper) LogoutCurrentSession(w http.ResponseWriter, r *http.Request)

LogoutCurrentSession operation middleware

func (*ServerInterfaceWrapper) LogoutOperator

func (siw *ServerInterfaceWrapper) LogoutOperator(w http.ResponseWriter, r *http.Request)

LogoutOperator operation middleware

func (*ServerInterfaceWrapper) ManagementCreateApplication

func (siw *ServerInterfaceWrapper) ManagementCreateApplication(w http.ResponseWriter, r *http.Request)

ManagementCreateApplication operation middleware

func (*ServerInterfaceWrapper) ManagementCreateOrganization

func (siw *ServerInterfaceWrapper) ManagementCreateOrganization(w http.ResponseWriter, r *http.Request)

ManagementCreateOrganization operation middleware

func (*ServerInterfaceWrapper) ManagementGetOrganization

func (siw *ServerInterfaceWrapper) ManagementGetOrganization(w http.ResponseWriter, r *http.Request)

ManagementGetOrganization operation middleware

func (*ServerInterfaceWrapper) ManagementGetOrganizationPolicy

func (siw *ServerInterfaceWrapper) ManagementGetOrganizationPolicy(w http.ResponseWriter, r *http.Request)

ManagementGetOrganizationPolicy operation middleware

func (*ServerInterfaceWrapper) ManagementListApplications

func (siw *ServerInterfaceWrapper) ManagementListApplications(w http.ResponseWriter, r *http.Request)

ManagementListApplications operation middleware

func (*ServerInterfaceWrapper) ManagementListOrganizations

func (siw *ServerInterfaceWrapper) ManagementListOrganizations(w http.ResponseWriter, r *http.Request)

ManagementListOrganizations operation middleware

func (*ServerInterfaceWrapper) ManagementRestoreApplication

func (siw *ServerInterfaceWrapper) ManagementRestoreApplication(w http.ResponseWriter, r *http.Request)

ManagementRestoreApplication operation middleware

func (*ServerInterfaceWrapper) ManagementRestoreOrganization

func (siw *ServerInterfaceWrapper) ManagementRestoreOrganization(w http.ResponseWriter, r *http.Request)

ManagementRestoreOrganization operation middleware

func (*ServerInterfaceWrapper) ManagementRetireApplication

func (siw *ServerInterfaceWrapper) ManagementRetireApplication(w http.ResponseWriter, r *http.Request)

ManagementRetireApplication operation middleware

func (*ServerInterfaceWrapper) ManagementRetireOrganization

func (siw *ServerInterfaceWrapper) ManagementRetireOrganization(w http.ResponseWriter, r *http.Request)

ManagementRetireOrganization operation middleware

func (*ServerInterfaceWrapper) ManagementUpdateApplication

func (siw *ServerInterfaceWrapper) ManagementUpdateApplication(w http.ResponseWriter, r *http.Request)

ManagementUpdateApplication operation middleware

func (*ServerInterfaceWrapper) ManagementUpdateOrganization

func (siw *ServerInterfaceWrapper) ManagementUpdateOrganization(w http.ResponseWriter, r *http.Request)

ManagementUpdateOrganization operation middleware

func (*ServerInterfaceWrapper) ManagementUpdateOrganizationPolicy

func (siw *ServerInterfaceWrapper) ManagementUpdateOrganizationPolicy(w http.ResponseWriter, r *http.Request)

ManagementUpdateOrganizationPolicy operation middleware

func (*ServerInterfaceWrapper) OidcDiscovery

func (siw *ServerInterfaceWrapper) OidcDiscovery(w http.ResponseWriter, r *http.Request)

OidcDiscovery operation middleware

func (*ServerInterfaceWrapper) OidcJWKS

func (siw *ServerInterfaceWrapper) OidcJWKS(w http.ResponseWriter, r *http.Request)

OidcJWKS operation middleware

func (*ServerInterfaceWrapper) OidcUserinfo

func (siw *ServerInterfaceWrapper) OidcUserinfo(w http.ResponseWriter, r *http.Request)

OidcUserinfo operation middleware

func (*ServerInterfaceWrapper) PasswordChange

func (siw *ServerInterfaceWrapper) PasswordChange(w http.ResponseWriter, r *http.Request)

PasswordChange operation middleware

func (*ServerInterfaceWrapper) PasswordResetStart

func (siw *ServerInterfaceWrapper) PasswordResetStart(w http.ResponseWriter, r *http.Request)

PasswordResetStart operation middleware

func (*ServerInterfaceWrapper) PasswordResetVerify

func (siw *ServerInterfaceWrapper) PasswordResetVerify(w http.ResponseWriter, r *http.Request)

PasswordResetVerify operation middleware

func (*ServerInterfaceWrapper) PasswordSignIn

func (siw *ServerInterfaceWrapper) PasswordSignIn(w http.ResponseWriter, r *http.Request)

PasswordSignIn operation middleware

func (*ServerInterfaceWrapper) PasswordSignUp

func (siw *ServerInterfaceWrapper) PasswordSignUp(w http.ResponseWriter, r *http.Request)

PasswordSignUp operation middleware

func (*ServerInterfaceWrapper) PreviewInstallationNotificationTemplate

func (siw *ServerInterfaceWrapper) PreviewInstallationNotificationTemplate(w http.ResponseWriter, r *http.Request)

PreviewInstallationNotificationTemplate operation middleware

func (*ServerInterfaceWrapper) PreviewNotificationTemplate

func (siw *ServerInterfaceWrapper) PreviewNotificationTemplate(w http.ResponseWriter, r *http.Request)

PreviewNotificationTemplate operation middleware

func (*ServerInterfaceWrapper) PublicCatalog

func (siw *ServerInterfaceWrapper) PublicCatalog(w http.ResponseWriter, r *http.Request)

PublicCatalog operation middleware

func (*ServerInterfaceWrapper) PublicConfig

func (siw *ServerInterfaceWrapper) PublicConfig(w http.ResponseWriter, r *http.Request)

PublicConfig operation middleware

func (*ServerInterfaceWrapper) PublishCustomEvent

func (siw *ServerInterfaceWrapper) PublishCustomEvent(w http.ResponseWriter, r *http.Request)

PublishCustomEvent operation middleware

func (*ServerInterfaceWrapper) PublishInstallationNotificationTemplate

func (siw *ServerInterfaceWrapper) PublishInstallationNotificationTemplate(w http.ResponseWriter, r *http.Request)

PublishInstallationNotificationTemplate operation middleware

func (*ServerInterfaceWrapper) PublishNotificationTemplate

func (siw *ServerInterfaceWrapper) PublishNotificationTemplate(w http.ResponseWriter, r *http.Request)

PublishNotificationTemplate operation middleware

func (*ServerInterfaceWrapper) QueueNotification

func (siw *ServerInterfaceWrapper) QueueNotification(w http.ResponseWriter, r *http.Request)

QueueNotification operation middleware

func (*ServerInterfaceWrapper) Readiness

func (siw *ServerInterfaceWrapper) Readiness(w http.ResponseWriter, r *http.Request)

Readiness operation middleware

func (*ServerInterfaceWrapper) RecoverWorkspaceOwnership

func (siw *ServerInterfaceWrapper) RecoverWorkspaceOwnership(w http.ResponseWriter, r *http.Request)

RecoverWorkspaceOwnership operation middleware

func (*ServerInterfaceWrapper) Refresh

Refresh operation middleware

func (*ServerInterfaceWrapper) RefreshOperatorSession

func (siw *ServerInterfaceWrapper) RefreshOperatorSession(w http.ResponseWriter, r *http.Request)

RefreshOperatorSession operation middleware

func (*ServerInterfaceWrapper) RegenerateRecoveryCodes

func (siw *ServerInterfaceWrapper) RegenerateRecoveryCodes(w http.ResponseWriter, r *http.Request)

RegenerateRecoveryCodes operation middleware

func (*ServerInterfaceWrapper) RejectLocalEntitlementRequest

func (siw *ServerInterfaceWrapper) RejectLocalEntitlementRequest(w http.ResponseWriter, r *http.Request)

RejectLocalEntitlementRequest operation middleware

func (*ServerInterfaceWrapper) RemoveMyWorkspaceMember

func (siw *ServerInterfaceWrapper) RemoveMyWorkspaceMember(w http.ResponseWriter, r *http.Request)

RemoveMyWorkspaceMember operation middleware

func (*ServerInterfaceWrapper) ReopenLocalEntitlementRequest

func (siw *ServerInterfaceWrapper) ReopenLocalEntitlementRequest(w http.ResponseWriter, r *http.Request)

ReopenLocalEntitlementRequest operation middleware

func (*ServerInterfaceWrapper) ReplaceMyWorkspaceMemberRoles

func (siw *ServerInterfaceWrapper) ReplaceMyWorkspaceMemberRoles(w http.ResponseWriter, r *http.Request)

ReplaceMyWorkspaceMemberRoles operation middleware

func (*ServerInterfaceWrapper) ReplaceWorkspaceMemberRoles

func (siw *ServerInterfaceWrapper) ReplaceWorkspaceMemberRoles(w http.ResponseWriter, r *http.Request)

ReplaceWorkspaceMemberRoles operation middleware

func (*ServerInterfaceWrapper) ReplayBillingProviderEvent

func (siw *ServerInterfaceWrapper) ReplayBillingProviderEvent(w http.ResponseWriter, r *http.Request)

ReplayBillingProviderEvent operation middleware

func (*ServerInterfaceWrapper) ReplayWebhookDelivery

func (siw *ServerInterfaceWrapper) ReplayWebhookDelivery(w http.ResponseWriter, r *http.Request)

ReplayWebhookDelivery operation middleware

func (*ServerInterfaceWrapper) ResendOrganizationInvitation

func (siw *ServerInterfaceWrapper) ResendOrganizationInvitation(w http.ResponseWriter, r *http.Request)

ResendOrganizationInvitation operation middleware

func (*ServerInterfaceWrapper) RestoreApplication

func (siw *ServerInterfaceWrapper) RestoreApplication(w http.ResponseWriter, r *http.Request)

RestoreApplication operation middleware

func (*ServerInterfaceWrapper) RestoreEntitlement

func (siw *ServerInterfaceWrapper) RestoreEntitlement(w http.ResponseWriter, r *http.Request)

RestoreEntitlement operation middleware

func (*ServerInterfaceWrapper) RestoreOrganization

func (siw *ServerInterfaceWrapper) RestoreOrganization(w http.ResponseWriter, r *http.Request)

RestoreOrganization operation middleware

func (*ServerInterfaceWrapper) RestoreUser

func (siw *ServerInterfaceWrapper) RestoreUser(w http.ResponseWriter, r *http.Request)

RestoreUser operation middleware

func (*ServerInterfaceWrapper) ResumeSubscription

func (siw *ServerInterfaceWrapper) ResumeSubscription(w http.ResponseWriter, r *http.Request)

ResumeSubscription operation middleware

func (*ServerInterfaceWrapper) RetireApplication

func (siw *ServerInterfaceWrapper) RetireApplication(w http.ResponseWriter, r *http.Request)

RetireApplication operation middleware

func (*ServerInterfaceWrapper) RetireOrganization

func (siw *ServerInterfaceWrapper) RetireOrganization(w http.ResponseWriter, r *http.Request)

RetireOrganization operation middleware

func (*ServerInterfaceWrapper) RetryNotification

func (siw *ServerInterfaceWrapper) RetryNotification(w http.ResponseWriter, r *http.Request)

RetryNotification operation middleware

func (*ServerInterfaceWrapper) RevokeDelegation

func (siw *ServerInterfaceWrapper) RevokeDelegation(w http.ResponseWriter, r *http.Request)

RevokeDelegation operation middleware

func (*ServerInterfaceWrapper) RevokeEntitlement

func (siw *ServerInterfaceWrapper) RevokeEntitlement(w http.ResponseWriter, r *http.Request)

RevokeEntitlement operation middleware

func (*ServerInterfaceWrapper) RevokeMyOAuthConsent

func (siw *ServerInterfaceWrapper) RevokeMyOAuthConsent(w http.ResponseWriter, r *http.Request)

RevokeMyOAuthConsent operation middleware

func (*ServerInterfaceWrapper) RevokeMySession

func (siw *ServerInterfaceWrapper) RevokeMySession(w http.ResponseWriter, r *http.Request)

RevokeMySession operation middleware

func (*ServerInterfaceWrapper) RevokeOAuthConsent

func (siw *ServerInterfaceWrapper) RevokeOAuthConsent(w http.ResponseWriter, r *http.Request)

RevokeOAuthConsent operation middleware

func (*ServerInterfaceWrapper) RevokeOIDCToken

func (siw *ServerInterfaceWrapper) RevokeOIDCToken(w http.ResponseWriter, r *http.Request)

RevokeOIDCToken operation middleware

func (*ServerInterfaceWrapper) RevokeOperatorSession

func (siw *ServerInterfaceWrapper) RevokeOperatorSession(w http.ResponseWriter, r *http.Request)

RevokeOperatorSession operation middleware

func (*ServerInterfaceWrapper) RevokeOrganizationInvitation

func (siw *ServerInterfaceWrapper) RevokeOrganizationInvitation(w http.ResponseWriter, r *http.Request)

RevokeOrganizationInvitation operation middleware

func (*ServerInterfaceWrapper) RevokePersonalAPIKey

func (siw *ServerInterfaceWrapper) RevokePersonalAPIKey(w http.ResponseWriter, r *http.Request)

RevokePersonalAPIKey operation middleware

func (*ServerInterfaceWrapper) RevokeUserSessions

func (siw *ServerInterfaceWrapper) RevokeUserSessions(w http.ResponseWriter, r *http.Request)

RevokeUserSessions operation middleware

func (*ServerInterfaceWrapper) RevokeWorkspaceInvitation

func (siw *ServerInterfaceWrapper) RevokeWorkspaceInvitation(w http.ResponseWriter, r *http.Request)

RevokeWorkspaceInvitation operation middleware

func (*ServerInterfaceWrapper) RotateClientSecret

func (siw *ServerInterfaceWrapper) RotateClientSecret(w http.ResponseWriter, r *http.Request)

RotateClientSecret operation middleware

func (*ServerInterfaceWrapper) RotateManagementClientSecret

func (siw *ServerInterfaceWrapper) RotateManagementClientSecret(w http.ResponseWriter, r *http.Request)

RotateManagementClientSecret operation middleware

func (*ServerInterfaceWrapper) RotateSigningKey

func (siw *ServerInterfaceWrapper) RotateSigningKey(w http.ResponseWriter, r *http.Request)

RotateSigningKey operation middleware

func (*ServerInterfaceWrapper) RotateWebhookSecret

func (siw *ServerInterfaceWrapper) RotateWebhookSecret(w http.ResponseWriter, r *http.Request)

RotateWebhookSecret operation middleware

func (*ServerInterfaceWrapper) SetDefaultSenderIdentity

func (siw *ServerInterfaceWrapper) SetDefaultSenderIdentity(w http.ResponseWriter, r *http.Request)

SetDefaultSenderIdentity operation middleware

func (*ServerInterfaceWrapper) SetupStatus

func (siw *ServerInterfaceWrapper) SetupStatus(w http.ResponseWriter, r *http.Request)

SetupStatus operation middleware

func (*ServerInterfaceWrapper) StartAppleAuth

func (siw *ServerInterfaceWrapper) StartAppleAuth(w http.ResponseWriter, r *http.Request)

StartAppleAuth operation middleware

func (siw *ServerInterfaceWrapper) StartAppleLink(w http.ResponseWriter, r *http.Request)

StartAppleLink operation middleware

func (*ServerInterfaceWrapper) StartGoogleAuth

func (siw *ServerInterfaceWrapper) StartGoogleAuth(w http.ResponseWriter, r *http.Request)

StartGoogleAuth operation middleware

func (siw *ServerInterfaceWrapper) StartGoogleLink(w http.ResponseWriter, r *http.Request)

StartGoogleLink operation middleware

func (*ServerInterfaceWrapper) StartOperatorEmailLogin

func (siw *ServerInterfaceWrapper) StartOperatorEmailLogin(w http.ResponseWriter, r *http.Request)

StartOperatorEmailLogin operation middleware

func (*ServerInterfaceWrapper) StartTOTPEnrollment

func (siw *ServerInterfaceWrapper) StartTOTPEnrollment(w http.ResponseWriter, r *http.Request)

StartTOTPEnrollment operation middleware

func (*ServerInterfaceWrapper) StripeWebhook

func (siw *ServerInterfaceWrapper) StripeWebhook(w http.ResponseWriter, r *http.Request)

StripeWebhook operation middleware

func (*ServerInterfaceWrapper) SuspendUser

func (siw *ServerInterfaceWrapper) SuspendUser(w http.ResponseWriter, r *http.Request)

SuspendUser operation middleware

func (*ServerInterfaceWrapper) TestInstallationNotificationProvider

func (siw *ServerInterfaceWrapper) TestInstallationNotificationProvider(w http.ResponseWriter, r *http.Request)

TestInstallationNotificationProvider operation middleware

func (*ServerInterfaceWrapper) TestNotificationProvider

func (siw *ServerInterfaceWrapper) TestNotificationProvider(w http.ResponseWriter, r *http.Request)

TestNotificationProvider operation middleware

func (*ServerInterfaceWrapper) TestOrganizationNotificationProvider

func (siw *ServerInterfaceWrapper) TestOrganizationNotificationProvider(w http.ResponseWriter, r *http.Request)

TestOrganizationNotificationProvider operation middleware

func (*ServerInterfaceWrapper) TestWebhook

func (siw *ServerInterfaceWrapper) TestWebhook(w http.ResponseWriter, r *http.Request)

TestWebhook operation middleware

func (*ServerInterfaceWrapper) TransferMyWorkspaceOwnership

func (siw *ServerInterfaceWrapper) TransferMyWorkspaceOwnership(w http.ResponseWriter, r *http.Request)

TransferMyWorkspaceOwnership operation middleware

func (*ServerInterfaceWrapper) UnlinkMyIdentity

func (siw *ServerInterfaceWrapper) UnlinkMyIdentity(w http.ResponseWriter, r *http.Request)

UnlinkMyIdentity operation middleware

func (*ServerInterfaceWrapper) UnverifyUserEmail

func (siw *ServerInterfaceWrapper) UnverifyUserEmail(w http.ResponseWriter, r *http.Request)

UnverifyUserEmail operation middleware

func (*ServerInterfaceWrapper) UnverifyUserOrganization

func (siw *ServerInterfaceWrapper) UnverifyUserOrganization(w http.ResponseWriter, r *http.Request)

UnverifyUserOrganization operation middleware

func (*ServerInterfaceWrapper) UpdateApplication

func (siw *ServerInterfaceWrapper) UpdateApplication(w http.ResponseWriter, r *http.Request)

UpdateApplication operation middleware

func (*ServerInterfaceWrapper) UpdateApplicationStorageProvider

func (siw *ServerInterfaceWrapper) UpdateApplicationStorageProvider(w http.ResponseWriter, r *http.Request)

UpdateApplicationStorageProvider operation middleware

func (*ServerInterfaceWrapper) UpdateAuthConfig

func (siw *ServerInterfaceWrapper) UpdateAuthConfig(w http.ResponseWriter, r *http.Request)

UpdateAuthConfig operation middleware

func (*ServerInterfaceWrapper) UpdateBillingProvider

func (siw *ServerInterfaceWrapper) UpdateBillingProvider(w http.ResponseWriter, r *http.Request)

UpdateBillingProvider operation middleware

func (*ServerInterfaceWrapper) UpdateClient

func (siw *ServerInterfaceWrapper) UpdateClient(w http.ResponseWriter, r *http.Request)

UpdateClient operation middleware

func (*ServerInterfaceWrapper) UpdateCurrentUser

func (siw *ServerInterfaceWrapper) UpdateCurrentUser(w http.ResponseWriter, r *http.Request)

UpdateCurrentUser operation middleware

func (*ServerInterfaceWrapper) UpdateEventType

func (siw *ServerInterfaceWrapper) UpdateEventType(w http.ResponseWriter, r *http.Request)

UpdateEventType operation middleware

func (*ServerInterfaceWrapper) UpdateInstallationAuthProvider

func (siw *ServerInterfaceWrapper) UpdateInstallationAuthProvider(w http.ResponseWriter, r *http.Request)

UpdateInstallationAuthProvider operation middleware

func (*ServerInterfaceWrapper) UpdateInstallationBillingProvider

func (siw *ServerInterfaceWrapper) UpdateInstallationBillingProvider(w http.ResponseWriter, r *http.Request)

UpdateInstallationBillingProvider operation middleware

func (*ServerInterfaceWrapper) UpdateInstallationNotificationProvider

func (siw *ServerInterfaceWrapper) UpdateInstallationNotificationProvider(w http.ResponseWriter, r *http.Request)

UpdateInstallationNotificationProvider operation middleware

func (*ServerInterfaceWrapper) UpdateInstallationNotificationTemplate

func (siw *ServerInterfaceWrapper) UpdateInstallationNotificationTemplate(w http.ResponseWriter, r *http.Request)

UpdateInstallationNotificationTemplate operation middleware

func (*ServerInterfaceWrapper) UpdateInstallationOperator

func (siw *ServerInterfaceWrapper) UpdateInstallationOperator(w http.ResponseWriter, r *http.Request)

UpdateInstallationOperator operation middleware

func (*ServerInterfaceWrapper) UpdateInstallationStorageProvider

func (siw *ServerInterfaceWrapper) UpdateInstallationStorageProvider(w http.ResponseWriter, r *http.Request)

UpdateInstallationStorageProvider operation middleware

func (*ServerInterfaceWrapper) UpdateInternalApplicationConfig

func (siw *ServerInterfaceWrapper) UpdateInternalApplicationConfig(w http.ResponseWriter, r *http.Request)

UpdateInternalApplicationConfig operation middleware

func (*ServerInterfaceWrapper) UpdateManagementAPIStatus

func (siw *ServerInterfaceWrapper) UpdateManagementAPIStatus(w http.ResponseWriter, r *http.Request)

UpdateManagementAPIStatus operation middleware

func (*ServerInterfaceWrapper) UpdateMyAddress

func (siw *ServerInterfaceWrapper) UpdateMyAddress(w http.ResponseWriter, r *http.Request)

UpdateMyAddress operation middleware

func (*ServerInterfaceWrapper) UpdateMyBillingProfile

func (siw *ServerInterfaceWrapper) UpdateMyBillingProfile(w http.ResponseWriter, r *http.Request)

UpdateMyBillingProfile operation middleware

func (*ServerInterfaceWrapper) UpdateMyNotificationPreference

func (siw *ServerInterfaceWrapper) UpdateMyNotificationPreference(w http.ResponseWriter, r *http.Request)

UpdateMyNotificationPreference operation middleware

func (*ServerInterfaceWrapper) UpdateMyWorkspace

func (siw *ServerInterfaceWrapper) UpdateMyWorkspace(w http.ResponseWriter, r *http.Request)

UpdateMyWorkspace operation middleware

func (*ServerInterfaceWrapper) UpdateNotificationProvider

func (siw *ServerInterfaceWrapper) UpdateNotificationProvider(w http.ResponseWriter, r *http.Request)

UpdateNotificationProvider operation middleware

func (*ServerInterfaceWrapper) UpdateNotificationTemplate

func (siw *ServerInterfaceWrapper) UpdateNotificationTemplate(w http.ResponseWriter, r *http.Request)

UpdateNotificationTemplate operation middleware

func (*ServerInterfaceWrapper) UpdateOperatorAccount

func (siw *ServerInterfaceWrapper) UpdateOperatorAccount(w http.ResponseWriter, r *http.Request)

UpdateOperatorAccount operation middleware

func (*ServerInterfaceWrapper) UpdateOrganization

func (siw *ServerInterfaceWrapper) UpdateOrganization(w http.ResponseWriter, r *http.Request)

UpdateOrganization operation middleware

func (*ServerInterfaceWrapper) UpdateOrganizationAuthProvider

func (siw *ServerInterfaceWrapper) UpdateOrganizationAuthProvider(w http.ResponseWriter, r *http.Request)

UpdateOrganizationAuthProvider operation middleware

func (*ServerInterfaceWrapper) UpdateOrganizationBillingProvider

func (siw *ServerInterfaceWrapper) UpdateOrganizationBillingProvider(w http.ResponseWriter, r *http.Request)

UpdateOrganizationBillingProvider operation middleware

func (*ServerInterfaceWrapper) UpdateOrganizationMember

func (siw *ServerInterfaceWrapper) UpdateOrganizationMember(w http.ResponseWriter, r *http.Request)

UpdateOrganizationMember operation middleware

func (*ServerInterfaceWrapper) UpdateOrganizationNotificationProvider

func (siw *ServerInterfaceWrapper) UpdateOrganizationNotificationProvider(w http.ResponseWriter, r *http.Request)

UpdateOrganizationNotificationProvider operation middleware

func (*ServerInterfaceWrapper) UpdateOrganizationPolicy

func (siw *ServerInterfaceWrapper) UpdateOrganizationPolicy(w http.ResponseWriter, r *http.Request)

UpdateOrganizationPolicy operation middleware

func (*ServerInterfaceWrapper) UpdateOrganizationStorageProvider

func (siw *ServerInterfaceWrapper) UpdateOrganizationStorageProvider(w http.ResponseWriter, r *http.Request)

UpdateOrganizationStorageProvider operation middleware

func (*ServerInterfaceWrapper) UpdateProduct

func (siw *ServerInterfaceWrapper) UpdateProduct(w http.ResponseWriter, r *http.Request)

UpdateProduct operation middleware

func (*ServerInterfaceWrapper) UpdatePublicApplicationConfig

func (siw *ServerInterfaceWrapper) UpdatePublicApplicationConfig(w http.ResponseWriter, r *http.Request)

UpdatePublicApplicationConfig operation middleware

func (*ServerInterfaceWrapper) UpdateRole

func (siw *ServerInterfaceWrapper) UpdateRole(w http.ResponseWriter, r *http.Request)

UpdateRole operation middleware

func (*ServerInterfaceWrapper) UpdateUser

func (siw *ServerInterfaceWrapper) UpdateUser(w http.ResponseWriter, r *http.Request)

UpdateUser operation middleware

func (*ServerInterfaceWrapper) UpdateWebhook

func (siw *ServerInterfaceWrapper) UpdateWebhook(w http.ResponseWriter, r *http.Request)

UpdateWebhook operation middleware

func (*ServerInterfaceWrapper) UpdateWorkspace

func (siw *ServerInterfaceWrapper) UpdateWorkspace(w http.ResponseWriter, r *http.Request)

UpdateWorkspace operation middleware

func (*ServerInterfaceWrapper) UpdateWorkspaceAddress

func (siw *ServerInterfaceWrapper) UpdateWorkspaceAddress(w http.ResponseWriter, r *http.Request)

UpdateWorkspaceAddress operation middleware

func (*ServerInterfaceWrapper) UpdateWorkspaceBillingProfile

func (siw *ServerInterfaceWrapper) UpdateWorkspaceBillingProfile(w http.ResponseWriter, r *http.Request)

UpdateWorkspaceBillingProfile operation middleware

func (*ServerInterfaceWrapper) VerifyApplicationDomain

func (siw *ServerInterfaceWrapper) VerifyApplicationDomain(w http.ResponseWriter, r *http.Request)

VerifyApplicationDomain operation middleware

func (*ServerInterfaceWrapper) VerifyApplicationStorageProvider

func (siw *ServerInterfaceWrapper) VerifyApplicationStorageProvider(w http.ResponseWriter, r *http.Request)

VerifyApplicationStorageProvider operation middleware

func (*ServerInterfaceWrapper) VerifyBillingProvider

func (siw *ServerInterfaceWrapper) VerifyBillingProvider(w http.ResponseWriter, r *http.Request)

VerifyBillingProvider operation middleware

func (*ServerInterfaceWrapper) VerifyInstallationBillingProvider

func (siw *ServerInterfaceWrapper) VerifyInstallationBillingProvider(w http.ResponseWriter, r *http.Request)

VerifyInstallationBillingProvider operation middleware

func (*ServerInterfaceWrapper) VerifyInstallationNotificationProvider

func (siw *ServerInterfaceWrapper) VerifyInstallationNotificationProvider(w http.ResponseWriter, r *http.Request)

VerifyInstallationNotificationProvider operation middleware

func (*ServerInterfaceWrapper) VerifyInstallationStorageProvider

func (siw *ServerInterfaceWrapper) VerifyInstallationStorageProvider(w http.ResponseWriter, r *http.Request)

VerifyInstallationStorageProvider operation middleware

func (*ServerInterfaceWrapper) VerifyMFA

func (siw *ServerInterfaceWrapper) VerifyMFA(w http.ResponseWriter, r *http.Request)

VerifyMFA operation middleware

func (*ServerInterfaceWrapper) VerifyNotificationProvider

func (siw *ServerInterfaceWrapper) VerifyNotificationProvider(w http.ResponseWriter, r *http.Request)

VerifyNotificationProvider operation middleware

func (*ServerInterfaceWrapper) VerifyOperatorEmailLogin

func (siw *ServerInterfaceWrapper) VerifyOperatorEmailLogin(w http.ResponseWriter, r *http.Request)

VerifyOperatorEmailLogin operation middleware

func (*ServerInterfaceWrapper) VerifyOrganizationBillingProvider

func (siw *ServerInterfaceWrapper) VerifyOrganizationBillingProvider(w http.ResponseWriter, r *http.Request)

VerifyOrganizationBillingProvider operation middleware

func (*ServerInterfaceWrapper) VerifyOrganizationNotificationProvider

func (siw *ServerInterfaceWrapper) VerifyOrganizationNotificationProvider(w http.ResponseWriter, r *http.Request)

VerifyOrganizationNotificationProvider operation middleware

func (*ServerInterfaceWrapper) VerifyOrganizationStorageProvider

func (siw *ServerInterfaceWrapper) VerifyOrganizationStorageProvider(w http.ResponseWriter, r *http.Request)

VerifyOrganizationStorageProvider operation middleware

func (*ServerInterfaceWrapper) VerifyUserEmail

func (siw *ServerInterfaceWrapper) VerifyUserEmail(w http.ResponseWriter, r *http.Request)

VerifyUserEmail operation middleware

func (*ServerInterfaceWrapper) VerifyUserOrganization

func (siw *ServerInterfaceWrapper) VerifyUserOrganization(w http.ResponseWriter, r *http.Request)

VerifyUserOrganization operation middleware

func (*ServerInterfaceWrapper) Version

Version operation middleware

type SessionID

type SessionID = UUID

SessionID defines model for SessionID.

type SetDefaultSenderIdentity204Response

type SetDefaultSenderIdentity204Response struct {
}

func (SetDefaultSenderIdentity204Response) VisitSetDefaultSenderIdentityResponse

func (response SetDefaultSenderIdentity204Response) VisitSetDefaultSenderIdentityResponse(w http.ResponseWriter) error

type SetDefaultSenderIdentityRequestObject

type SetDefaultSenderIdentityRequestObject struct {
	ApplicationId ApplicationID `json:"application_id"`
	SenderId      UUID          `json:"sender_id"`
}

type SetDefaultSenderIdentityResponseObject

type SetDefaultSenderIdentityResponseObject interface {
	VisitSetDefaultSenderIdentityResponse(w http.ResponseWriter) error
}

type SetupStatus200JSONResponse

type SetupStatus200JSONResponse struct {
	Available                   bool `json:"available"`
	OperatorEmailLoginAvailable bool `json:"operator_email_login_available"`
}

func (SetupStatus200JSONResponse) VisitSetupStatusResponse

func (response SetupStatus200JSONResponse) VisitSetupStatusResponse(w http.ResponseWriter) error

type SetupStatusRequestObject

type SetupStatusRequestObject struct {
}

type SetupStatusResponseObject

type SetupStatusResponseObject interface {
	VisitSetupStatusResponse(w http.ResponseWriter) error
}

type StartAppleAuth201Response

type StartAppleAuth201Response struct {
}

func (StartAppleAuth201Response) VisitStartAppleAuthResponse

func (response StartAppleAuth201Response) VisitStartAppleAuthResponse(w http.ResponseWriter) error

type StartAppleAuthJSONBody

type StartAppleAuthJSONBody = map[string]interface{}

StartAppleAuthJSONBody defines parameters for StartAppleAuth.

type StartAppleAuthJSONRequestBody

type StartAppleAuthJSONRequestBody = StartAppleAuthJSONBody

StartAppleAuthJSONRequestBody defines body for StartAppleAuth for application/json ContentType.

type StartAppleAuthRequestObject

type StartAppleAuthRequestObject struct {
	ApplicationId ApplicationID `json:"application_id"`
	Body          *StartAppleAuthJSONRequestBody
}

type StartAppleAuthResponseObject

type StartAppleAuthResponseObject interface {
	VisitStartAppleAuthResponse(w http.ResponseWriter) error
}

type StartAppleLink201Response

type StartAppleLink201Response struct {
}

func (StartAppleLink201Response) VisitStartAppleLinkResponse

func (response StartAppleLink201Response) VisitStartAppleLinkResponse(w http.ResponseWriter) error

type StartAppleLinkJSONBody

type StartAppleLinkJSONBody = map[string]interface{}

StartAppleLinkJSONBody defines parameters for StartAppleLink.

type StartAppleLinkJSONRequestBody

type StartAppleLinkJSONRequestBody = StartAppleLinkJSONBody

StartAppleLinkJSONRequestBody defines body for StartAppleLink for application/json ContentType.

type StartAppleLinkRequestObject

type StartAppleLinkRequestObject struct {
	ApplicationId ApplicationID `json:"application_id"`
	Body          *StartAppleLinkJSONRequestBody
}

type StartAppleLinkResponseObject

type StartAppleLinkResponseObject interface {
	VisitStartAppleLinkResponse(w http.ResponseWriter) error
}

type StartGoogleAuth201Response

type StartGoogleAuth201Response struct {
}

func (StartGoogleAuth201Response) VisitStartGoogleAuthResponse

func (response StartGoogleAuth201Response) VisitStartGoogleAuthResponse(w http.ResponseWriter) error

type StartGoogleAuthJSONBody

type StartGoogleAuthJSONBody = map[string]interface{}

StartGoogleAuthJSONBody defines parameters for StartGoogleAuth.

type StartGoogleAuthJSONRequestBody

type StartGoogleAuthJSONRequestBody = StartGoogleAuthJSONBody

StartGoogleAuthJSONRequestBody defines body for StartGoogleAuth for application/json ContentType.

type StartGoogleAuthRequestObject

type StartGoogleAuthRequestObject struct {
	ApplicationId ApplicationID `json:"application_id"`
	Body          *StartGoogleAuthJSONRequestBody
}

type StartGoogleAuthResponseObject

type StartGoogleAuthResponseObject interface {
	VisitStartGoogleAuthResponse(w http.ResponseWriter) error
}

type StartGoogleLink201Response

type StartGoogleLink201Response struct {
}

func (StartGoogleLink201Response) VisitStartGoogleLinkResponse

func (response StartGoogleLink201Response) VisitStartGoogleLinkResponse(w http.ResponseWriter) error

type StartGoogleLinkJSONBody

type StartGoogleLinkJSONBody = map[string]interface{}

StartGoogleLinkJSONBody defines parameters for StartGoogleLink.

type StartGoogleLinkJSONRequestBody

type StartGoogleLinkJSONRequestBody = StartGoogleLinkJSONBody

StartGoogleLinkJSONRequestBody defines body for StartGoogleLink for application/json ContentType.

type StartGoogleLinkRequestObject

type StartGoogleLinkRequestObject struct {
	ApplicationId ApplicationID `json:"application_id"`
	Body          *StartGoogleLinkJSONRequestBody
}

type StartGoogleLinkResponseObject

type StartGoogleLinkResponseObject interface {
	VisitStartGoogleLinkResponse(w http.ResponseWriter) error
}

type StartOperatorEmailLogin202Response

type StartOperatorEmailLogin202Response struct {
}

func (StartOperatorEmailLogin202Response) VisitStartOperatorEmailLoginResponse

func (response StartOperatorEmailLogin202Response) VisitStartOperatorEmailLoginResponse(w http.ResponseWriter) error

type StartOperatorEmailLoginJSONBody

type StartOperatorEmailLoginJSONBody struct {
	Delivery interface{}         `json:"delivery,omitempty"`
	Email    openapi_types.Email `json:"email"`
}

StartOperatorEmailLoginJSONBody defines parameters for StartOperatorEmailLogin.

type StartOperatorEmailLoginJSONRequestBody

type StartOperatorEmailLoginJSONRequestBody StartOperatorEmailLoginJSONBody

StartOperatorEmailLoginJSONRequestBody defines body for StartOperatorEmailLogin for application/json ContentType.

type StartOperatorEmailLoginRequestObject

type StartOperatorEmailLoginRequestObject struct {
	Body *StartOperatorEmailLoginJSONRequestBody
}

type StartOperatorEmailLoginResponseObject

type StartOperatorEmailLoginResponseObject interface {
	VisitStartOperatorEmailLoginResponse(w http.ResponseWriter) error
}

type StartTOTPEnrollment201Response

type StartTOTPEnrollment201Response struct {
}

func (StartTOTPEnrollment201Response) VisitStartTOTPEnrollmentResponse

func (response StartTOTPEnrollment201Response) VisitStartTOTPEnrollmentResponse(w http.ResponseWriter) error

type StartTOTPEnrollmentJSONBody

type StartTOTPEnrollmentJSONBody = map[string]interface{}

StartTOTPEnrollmentJSONBody defines parameters for StartTOTPEnrollment.

type StartTOTPEnrollmentJSONRequestBody

type StartTOTPEnrollmentJSONRequestBody = StartTOTPEnrollmentJSONBody

StartTOTPEnrollmentJSONRequestBody defines body for StartTOTPEnrollment for application/json ContentType.

type StartTOTPEnrollmentRequestObject

type StartTOTPEnrollmentRequestObject struct {
	ApplicationId ApplicationID `json:"application_id"`
	Body          *StartTOTPEnrollmentJSONRequestBody
}

type StartTOTPEnrollmentResponseObject

type StartTOTPEnrollmentResponseObject interface {
	VisitStartTOTPEnrollmentResponse(w http.ResponseWriter) error
}

type StorageObject

type StorageObject struct {
	ApplicationId   *openapi_types.UUID    `json:"application_id,omitempty"`
	ContentType     string                 `json:"content_type"`
	CreatedAt       time.Time              `json:"created_at"`
	Etag            *string                `json:"etag,omitempty"`
	Filename        string                 `json:"filename"`
	Id              UUID                   `json:"id"`
	LastError       *string                `json:"last_error,omitempty"`
	Metadata        map[string]interface{} `json:"metadata"`
	OwnerId         *openapi_types.UUID    `json:"owner_id,omitempty"`
	OwnerType       interface{}            `json:"owner_type"`
	ProviderId      UUID                   `json:"provider_id"`
	PublicUrl       *string                `json:"public_url,omitempty"`
	ReadyAt         *time.Time             `json:"ready_at,omitempty"`
	SizeBytes       int64                  `json:"size_bytes"`
	Status          interface{}            `json:"status"`
	UpdatedAt       time.Time              `json:"updated_at"`
	UploadExpiresAt *time.Time             `json:"upload_expires_at,omitempty"`
	Version         int64                  `json:"version"`
	Visibility      interface{}            `json:"visibility"`
}

StorageObject defines model for StorageObject.

type StorageProvider

type StorageProvider = CreateStorageProvider

StorageProvider defines model for StorageProvider.

type StorageUpload

type StorageUpload = CreateStorageUpload

StorageUpload defines model for StorageUpload.

type StorageUploadAuthorization

type StorageUploadAuthorization struct {
	Object          StorageObject     `json:"object"`
	RequiredHeaders map[string]string `json:"required_headers"`
	UploadExpiresAt time.Time         `json:"upload_expires_at"`
	UploadUrl       *string           `json:"upload_url,omitempty"`
}

StorageUploadAuthorization defines model for StorageUploadAuthorization.

type StrictHTTPServerOptions

type StrictHTTPServerOptions struct {
	RequestErrorHandlerFunc  func(w http.ResponseWriter, r *http.Request, err error)
	ResponseErrorHandlerFunc func(w http.ResponseWriter, r *http.Request, err error)
}

type StrictHandlerFunc

type StrictHandlerFunc func(ctx context.Context, w http.ResponseWriter, r *http.Request, request any) (any, error)

type StrictMiddlewareFunc

type StrictMiddlewareFunc func(f StrictHandlerFunc, operationID string) StrictHandlerFunc

type StrictServerInterface

type StrictServerInterface interface {

	// (GET /healthz)
	Health(ctx context.Context, request HealthRequestObject) (HealthResponseObject, error)

	// (GET /oidc/.well-known/openid-configuration)
	OidcDiscovery(ctx context.Context, request OidcDiscoveryRequestObject) (OidcDiscoveryResponseObject, error)

	// (GET /oidc/authorize)
	BeginOIDCAuthorization(ctx context.Context, request BeginOIDCAuthorizationRequestObject) (BeginOIDCAuthorizationResponseObject, error)

	// (POST /oidc/authorize)
	DecideOIDCAuthorization(ctx context.Context, request DecideOIDCAuthorizationRequestObject) (DecideOIDCAuthorizationResponseObject, error)

	// (POST /oidc/introspect)
	IntrospectOIDCToken(ctx context.Context, request IntrospectOIDCTokenRequestObject) (IntrospectOIDCTokenResponseObject, error)

	// (GET /oidc/jwks.json)
	OidcJWKS(ctx context.Context, request OidcJWKSRequestObject) (OidcJWKSResponseObject, error)

	// (POST /oidc/revoke)
	RevokeOIDCToken(ctx context.Context, request RevokeOIDCTokenRequestObject) (RevokeOIDCTokenResponseObject, error)

	// (POST /oidc/token)
	ExchangeOIDCToken(ctx context.Context, request ExchangeOIDCTokenRequestObject) (ExchangeOIDCTokenResponseObject, error)

	// (GET /oidc/userinfo)
	OidcUserinfo(ctx context.Context, request OidcUserinfoRequestObject) (OidcUserinfoResponseObject, error)

	// (POST /provider-webhooks/stripe/{connection_public_id})
	StripeWebhook(ctx context.Context, request StripeWebhookRequestObject) (StripeWebhookResponseObject, error)

	// (GET /readyz)
	Readiness(ctx context.Context, request ReadinessRequestObject) (ReadinessResponseObject, error)

	// (POST /v1/applications/{application_id}/auth/email/start)
	EmailStart(ctx context.Context, request EmailStartRequestObject) (EmailStartResponseObject, error)

	// (POST /v1/applications/{application_id}/auth/email/verify)
	EmailVerify(ctx context.Context, request EmailVerifyRequestObject) (EmailVerifyResponseObject, error)

	// (POST /v1/applications/{application_id}/auth/logout)
	LogoutCurrentSession(ctx context.Context, request LogoutCurrentSessionRequestObject) (LogoutCurrentSessionResponseObject, error)

	// (POST /v1/applications/{application_id}/auth/methods)
	AuthMethods(ctx context.Context, request AuthMethodsRequestObject) (AuthMethodsResponseObject, error)

	// (POST /v1/applications/{application_id}/auth/mfa/verify)
	VerifyMFA(ctx context.Context, request VerifyMFARequestObject) (VerifyMFAResponseObject, error)

	// (POST /v1/applications/{application_id}/auth/mfa/webauthn/options)
	BeginWebAuthnAuthentication(ctx context.Context, request BeginWebAuthnAuthenticationRequestObject) (BeginWebAuthnAuthenticationResponseObject, error)

	// (POST /v1/applications/{application_id}/auth/mfa/webauthn/verify)
	FinishWebAuthnAuthentication(ctx context.Context, request FinishWebAuthnAuthenticationRequestObject) (FinishWebAuthnAuthenticationResponseObject, error)

	// (POST /v1/applications/{application_id}/auth/password/reset/start)
	PasswordResetStart(ctx context.Context, request PasswordResetStartRequestObject) (PasswordResetStartResponseObject, error)

	// (POST /v1/applications/{application_id}/auth/password/reset/verify)
	PasswordResetVerify(ctx context.Context, request PasswordResetVerifyRequestObject) (PasswordResetVerifyResponseObject, error)

	// (POST /v1/applications/{application_id}/auth/password/sign-in)
	PasswordSignIn(ctx context.Context, request PasswordSignInRequestObject) (PasswordSignInResponseObject, error)

	// (POST /v1/applications/{application_id}/auth/password/sign-up)
	PasswordSignUp(ctx context.Context, request PasswordSignUpRequestObject) (PasswordSignUpResponseObject, error)

	// (GET /v1/applications/{application_id}/auth/providers)
	ListAuthProviders(ctx context.Context, request ListAuthProvidersRequestObject) (ListAuthProvidersResponseObject, error)

	// (POST /v1/applications/{application_id}/auth/providers/apple/callback)
	AppleAuthCallback(ctx context.Context, request AppleAuthCallbackRequestObject) (AppleAuthCallbackResponseObject, error)

	// (POST /v1/applications/{application_id}/auth/providers/apple/exchange)
	ExchangeAppleAuth(ctx context.Context, request ExchangeAppleAuthRequestObject) (ExchangeAppleAuthResponseObject, error)

	// (POST /v1/applications/{application_id}/auth/providers/apple/start)
	StartAppleAuth(ctx context.Context, request StartAppleAuthRequestObject) (StartAppleAuthResponseObject, error)

	// (GET /v1/applications/{application_id}/auth/providers/google/callback)
	GoogleAuthCallback(ctx context.Context, request GoogleAuthCallbackRequestObject) (GoogleAuthCallbackResponseObject, error)

	// (POST /v1/applications/{application_id}/auth/providers/google/exchange)
	ExchangeGoogleAuth(ctx context.Context, request ExchangeGoogleAuthRequestObject) (ExchangeGoogleAuthResponseObject, error)

	// (POST /v1/applications/{application_id}/auth/providers/google/start)
	StartGoogleAuth(ctx context.Context, request StartGoogleAuthRequestObject) (StartGoogleAuthResponseObject, error)

	// (POST /v1/applications/{application_id}/auth/token/refresh)
	Refresh(ctx context.Context, request RefreshRequestObject) (RefreshResponseObject, error)

	// (POST /v1/applications/{application_id}/billing/checkout-sessions)
	CreateCheckoutSession(ctx context.Context, request CreateCheckoutSessionRequestObject) (CreateCheckoutSessionResponseObject, error)

	// (GET /v1/applications/{application_id}/billing/checkout-sessions/{session_id})
	GetCheckoutSession(ctx context.Context, request GetCheckoutSessionRequestObject) (GetCheckoutSessionResponseObject, error)

	// (POST /v1/applications/{application_id}/billing/portal-sessions)
	CreateBillingPortalSession(ctx context.Context, request CreateBillingPortalSessionRequestObject) (CreateBillingPortalSessionResponseObject, error)

	// (GET /v1/applications/{application_id}/catalog/products)
	PublicCatalog(ctx context.Context, request PublicCatalogRequestObject) (PublicCatalogResponseObject, error)

	// (POST /v1/applications/{application_id}/delegations/{delegation_id}/exchange)
	ExchangeDelegation(ctx context.Context, request ExchangeDelegationRequestObject) (ExchangeDelegationResponseObject, error)

	// (POST /v1/applications/{application_id}/events)
	PublishCustomEvent(ctx context.Context, request PublishCustomEventRequestObject) (PublishCustomEventResponseObject, error)

	// (POST /v1/applications/{application_id}/local-entitlement-checkouts)
	LocalEntitlementCheckout(ctx context.Context, request LocalEntitlementCheckoutRequestObject) (LocalEntitlementCheckoutResponseObject, error)

	// (DELETE /v1/applications/{application_id}/me)
	DeleteMyAccount(ctx context.Context, request DeleteMyAccountRequestObject) (DeleteMyAccountResponseObject, error)

	// (GET /v1/applications/{application_id}/me)
	GetCurrentUser(ctx context.Context, request GetCurrentUserRequestObject) (GetCurrentUserResponseObject, error)

	// (PATCH /v1/applications/{application_id}/me)
	UpdateCurrentUser(ctx context.Context, request UpdateCurrentUserRequestObject) (UpdateCurrentUserResponseObject, error)

	// (GET /v1/applications/{application_id}/me/addresses)
	ListMyAddresses(ctx context.Context, request ListMyAddressesRequestObject) (ListMyAddressesResponseObject, error)

	// (POST /v1/applications/{application_id}/me/addresses)
	CreateMyAddress(ctx context.Context, request CreateMyAddressRequestObject) (CreateMyAddressResponseObject, error)

	// (DELETE /v1/applications/{application_id}/me/addresses/{address_id})
	DeleteMyAddress(ctx context.Context, request DeleteMyAddressRequestObject) (DeleteMyAddressResponseObject, error)

	// (PATCH /v1/applications/{application_id}/me/addresses/{address_id})
	UpdateMyAddress(ctx context.Context, request UpdateMyAddressRequestObject) (UpdateMyAddressResponseObject, error)

	// (POST /v1/applications/{application_id}/me/addresses/{address_id}/activate)
	ActivateMyAddress(ctx context.Context, request ActivateMyAddressRequestObject) (ActivateMyAddressResponseObject, error)

	// (POST /v1/applications/{application_id}/me/anonymize)
	AnonymizeMyAccount(ctx context.Context, request AnonymizeMyAccountRequestObject) (AnonymizeMyAccountResponseObject, error)

	// (GET /v1/applications/{application_id}/me/api-keys)
	ListPersonalAPIKeys(ctx context.Context, request ListPersonalAPIKeysRequestObject) (ListPersonalAPIKeysResponseObject, error)

	// (POST /v1/applications/{application_id}/me/api-keys)
	CreatePersonalAPIKey(ctx context.Context, request CreatePersonalAPIKeyRequestObject) (CreatePersonalAPIKeyResponseObject, error)

	// (DELETE /v1/applications/{application_id}/me/api-keys/{key_id})
	RevokePersonalAPIKey(ctx context.Context, request RevokePersonalAPIKeyRequestObject) (RevokePersonalAPIKeyResponseObject, error)

	// (GET /v1/applications/{application_id}/me/auth/identities)
	ListMyIdentities(ctx context.Context, request ListMyIdentitiesRequestObject) (ListMyIdentitiesResponseObject, error)

	// (DELETE /v1/applications/{application_id}/me/auth/identities/{identity_id})
	UnlinkMyIdentity(ctx context.Context, request UnlinkMyIdentityRequestObject) (UnlinkMyIdentityResponseObject, error)

	// (POST /v1/applications/{application_id}/me/auth/providers/apple/link)
	StartAppleLink(ctx context.Context, request StartAppleLinkRequestObject) (StartAppleLinkResponseObject, error)

	// (POST /v1/applications/{application_id}/me/auth/providers/google/link)
	StartGoogleLink(ctx context.Context, request StartGoogleLinkRequestObject) (StartGoogleLinkResponseObject, error)

	// (GET /v1/applications/{application_id}/me/billing)
	GetMyBillingSummary(ctx context.Context, request GetMyBillingSummaryRequestObject) (GetMyBillingSummaryResponseObject, error)

	// (GET /v1/applications/{application_id}/me/billing-profile)
	GetMyBillingProfile(ctx context.Context, request GetMyBillingProfileRequestObject) (GetMyBillingProfileResponseObject, error)

	// (PATCH /v1/applications/{application_id}/me/billing-profile)
	UpdateMyBillingProfile(ctx context.Context, request UpdateMyBillingProfileRequestObject) (UpdateMyBillingProfileResponseObject, error)

	// (POST /v1/applications/{application_id}/me/email-change/start)
	EmailChangeStart(ctx context.Context, request EmailChangeStartRequestObject) (EmailChangeStartResponseObject, error)

	// (POST /v1/applications/{application_id}/me/email-change/verify)
	EmailChangeVerify(ctx context.Context, request EmailChangeVerifyRequestObject) (EmailChangeVerifyResponseObject, error)

	// (POST /v1/applications/{application_id}/me/email-verification/start)
	EmailVerificationStart(ctx context.Context, request EmailVerificationStartRequestObject) (EmailVerificationStartResponseObject, error)

	// (POST /v1/applications/{application_id}/me/email-verification/verify)
	EmailVerificationVerify(ctx context.Context, request EmailVerificationVerifyRequestObject) (EmailVerificationVerifyResponseObject, error)

	// (GET /v1/applications/{application_id}/me/entitlements)
	ListMyEntitlements(ctx context.Context, request ListMyEntitlementsRequestObject) (ListMyEntitlementsResponseObject, error)

	// (GET /v1/applications/{application_id}/me/export)
	ExportMyAccount(ctx context.Context, request ExportMyAccountRequestObject) (ExportMyAccountResponseObject, error)

	// (GET /v1/applications/{application_id}/me/invoices)
	ListMyInvoices(ctx context.Context, request ListMyInvoicesRequestObject) (ListMyInvoicesResponseObject, error)

	// (GET /v1/applications/{application_id}/me/local-entitlement-requests)
	ListMyLocalEntitlementRequests(ctx context.Context, request ListMyLocalEntitlementRequestsRequestObject) (ListMyLocalEntitlementRequestsResponseObject, error)

	// (GET /v1/applications/{application_id}/me/local-entitlement-requests/{request_id})
	GetMyLocalEntitlementRequest(ctx context.Context, request GetMyLocalEntitlementRequestRequestObject) (GetMyLocalEntitlementRequestResponseObject, error)

	// (POST /v1/applications/{application_id}/me/local-entitlement-requests/{request_id}/cancel)
	CancelMyLocalEntitlementRequest(ctx context.Context, request CancelMyLocalEntitlementRequestRequestObject) (CancelMyLocalEntitlementRequestResponseObject, error)

	// (POST /v1/applications/{application_id}/me/logout-all)
	LogoutAll(ctx context.Context, request LogoutAllRequestObject) (LogoutAllResponseObject, error)

	// (GET /v1/applications/{application_id}/me/mfa/methods)
	ListMyMFAMethods(ctx context.Context, request ListMyMFAMethodsRequestObject) (ListMyMFAMethodsResponseObject, error)

	// (DELETE /v1/applications/{application_id}/me/mfa/methods/{method_id})
	DisableMFAMethod(ctx context.Context, request DisableMFAMethodRequestObject) (DisableMFAMethodResponseObject, error)

	// (POST /v1/applications/{application_id}/me/mfa/recovery-codes/regenerate)
	RegenerateRecoveryCodes(ctx context.Context, request RegenerateRecoveryCodesRequestObject) (RegenerateRecoveryCodesResponseObject, error)

	// (POST /v1/applications/{application_id}/me/mfa/totp)
	StartTOTPEnrollment(ctx context.Context, request StartTOTPEnrollmentRequestObject) (StartTOTPEnrollmentResponseObject, error)

	// (POST /v1/applications/{application_id}/me/mfa/totp/{method_id}/activate)
	ActivateTOTPEnrollment(ctx context.Context, request ActivateTOTPEnrollmentRequestObject) (ActivateTOTPEnrollmentResponseObject, error)

	// (POST /v1/applications/{application_id}/me/mfa/webauthn/options)
	BeginWebAuthnRegistration(ctx context.Context, request BeginWebAuthnRegistrationRequestObject) (BeginWebAuthnRegistrationResponseObject, error)

	// (POST /v1/applications/{application_id}/me/mfa/webauthn/verify)
	FinishWebAuthnRegistration(ctx context.Context, request FinishWebAuthnRegistrationRequestObject) (FinishWebAuthnRegistrationResponseObject, error)

	// (GET /v1/applications/{application_id}/me/notification-preferences)
	ListMyNotificationPreferences(ctx context.Context, request ListMyNotificationPreferencesRequestObject) (ListMyNotificationPreferencesResponseObject, error)

	// (PUT /v1/applications/{application_id}/me/notification-preferences/{category})
	UpdateMyNotificationPreference(ctx context.Context, request UpdateMyNotificationPreferenceRequestObject) (UpdateMyNotificationPreferenceResponseObject, error)

	// (GET /v1/applications/{application_id}/me/oauth-consents)
	ListMyOAuthConsents(ctx context.Context, request ListMyOAuthConsentsRequestObject) (ListMyOAuthConsentsResponseObject, error)

	// (DELETE /v1/applications/{application_id}/me/oauth-consents/{client_id})
	RevokeMyOAuthConsent(ctx context.Context, request RevokeMyOAuthConsentRequestObject) (RevokeMyOAuthConsentResponseObject, error)

	// (POST /v1/applications/{application_id}/me/password/change)
	PasswordChange(ctx context.Context, request PasswordChangeRequestObject) (PasswordChangeResponseObject, error)

	// (GET /v1/applications/{application_id}/me/payments)
	ListMyPayments(ctx context.Context, request ListMyPaymentsRequestObject) (ListMyPaymentsResponseObject, error)

	// (POST /v1/applications/{application_id}/me/permissions/check)
	CheckMyPermissions(ctx context.Context, request CheckMyPermissionsRequestObject) (CheckMyPermissionsResponseObject, error)

	// (GET /v1/applications/{application_id}/me/sessions)
	ListMySessions(ctx context.Context, request ListMySessionsRequestObject) (ListMySessionsResponseObject, error)

	// (DELETE /v1/applications/{application_id}/me/sessions/{session_id})
	RevokeMySession(ctx context.Context, request RevokeMySessionRequestObject) (RevokeMySessionResponseObject, error)

	// (GET /v1/applications/{application_id}/me/storage/objects)
	ListMyStorageObjects(ctx context.Context, request ListMyStorageObjectsRequestObject) (ListMyStorageObjectsResponseObject, error)

	// (DELETE /v1/applications/{application_id}/me/storage/objects/{object_id})
	DeleteMyStorageObject(ctx context.Context, request DeleteMyStorageObjectRequestObject) (DeleteMyStorageObjectResponseObject, error)

	// (GET /v1/applications/{application_id}/me/storage/objects/{object_id})
	GetMyStorageObject(ctx context.Context, request GetMyStorageObjectRequestObject) (GetMyStorageObjectResponseObject, error)

	// (POST /v1/applications/{application_id}/me/storage/objects/{object_id}/download)
	DownloadMyStorageObject(ctx context.Context, request DownloadMyStorageObjectRequestObject) (DownloadMyStorageObjectResponseObject, error)

	// (POST /v1/applications/{application_id}/me/storage/uploads)
	CreateMyStorageUpload(ctx context.Context, request CreateMyStorageUploadRequestObject) (CreateMyStorageUploadResponseObject, error)

	// (POST /v1/applications/{application_id}/me/storage/uploads/{object_id}/complete)
	CompleteMyStorageUpload(ctx context.Context, request CompleteMyStorageUploadRequestObject) (CompleteMyStorageUploadResponseObject, error)

	// (GET /v1/applications/{application_id}/me/subscriptions)
	ListMySubscriptions(ctx context.Context, request ListMySubscriptionsRequestObject) (ListMySubscriptionsResponseObject, error)

	// (GET /v1/applications/{application_id}/me/workspace-invitations)
	ListMyWorkspaceInvitations(ctx context.Context, request ListMyWorkspaceInvitationsRequestObject) (ListMyWorkspaceInvitationsResponseObject, error)

	// (POST /v1/applications/{application_id}/me/workspace-invitations/{invitation_id}/accept)
	AcceptMyWorkspaceInvitation(ctx context.Context, request AcceptMyWorkspaceInvitationRequestObject) (AcceptMyWorkspaceInvitationResponseObject, error)

	// (GET /v1/applications/{application_id}/me/workspaces)
	ListMyWorkspaces(ctx context.Context, request ListMyWorkspacesRequestObject) (ListMyWorkspacesResponseObject, error)

	// (POST /v1/applications/{application_id}/me/workspaces)
	CreateMyWorkspace(ctx context.Context, request CreateMyWorkspaceRequestObject) (CreateMyWorkspaceResponseObject, error)

	// (GET /v1/applications/{application_id}/public-config)
	PublicConfig(ctx context.Context, request PublicConfigRequestObject) (PublicConfigResponseObject, error)

	// (GET /v1/applications/{application_id}/storage/objects)
	ListApplicationStorageObjects(ctx context.Context, request ListApplicationStorageObjectsRequestObject) (ListApplicationStorageObjectsResponseObject, error)

	// (DELETE /v1/applications/{application_id}/storage/objects/{object_id})
	DeleteApplicationStorageObject(ctx context.Context, request DeleteApplicationStorageObjectRequestObject) (DeleteApplicationStorageObjectResponseObject, error)

	// (GET /v1/applications/{application_id}/storage/objects/{object_id})
	GetApplicationStorageObject(ctx context.Context, request GetApplicationStorageObjectRequestObject) (GetApplicationStorageObjectResponseObject, error)

	// (POST /v1/applications/{application_id}/storage/objects/{object_id}/download)
	DownloadApplicationStorageObject(ctx context.Context, request DownloadApplicationStorageObjectRequestObject) (DownloadApplicationStorageObjectResponseObject, error)

	// (POST /v1/applications/{application_id}/storage/uploads)
	CreateApplicationStorageUpload(ctx context.Context, request CreateApplicationStorageUploadRequestObject) (CreateApplicationStorageUploadResponseObject, error)

	// (POST /v1/applications/{application_id}/storage/uploads/{object_id}/complete)
	CompleteApplicationStorageUpload(ctx context.Context, request CompleteApplicationStorageUploadRequestObject) (CompleteApplicationStorageUploadResponseObject, error)

	// (DELETE /v1/applications/{application_id}/workspaces/{workspace_id})
	ArchiveMyWorkspace(ctx context.Context, request ArchiveMyWorkspaceRequestObject) (ArchiveMyWorkspaceResponseObject, error)

	// (GET /v1/applications/{application_id}/workspaces/{workspace_id})
	GetMyWorkspace(ctx context.Context, request GetMyWorkspaceRequestObject) (GetMyWorkspaceResponseObject, error)

	// (PATCH /v1/applications/{application_id}/workspaces/{workspace_id})
	UpdateMyWorkspace(ctx context.Context, request UpdateMyWorkspaceRequestObject) (UpdateMyWorkspaceResponseObject, error)

	// (GET /v1/applications/{application_id}/workspaces/{workspace_id}/addresses)
	ListWorkspaceAddresses(ctx context.Context, request ListWorkspaceAddressesRequestObject) (ListWorkspaceAddressesResponseObject, error)

	// (POST /v1/applications/{application_id}/workspaces/{workspace_id}/addresses)
	CreateWorkspaceAddress(ctx context.Context, request CreateWorkspaceAddressRequestObject) (CreateWorkspaceAddressResponseObject, error)

	// (DELETE /v1/applications/{application_id}/workspaces/{workspace_id}/addresses/{address_id})
	DeleteWorkspaceAddress(ctx context.Context, request DeleteWorkspaceAddressRequestObject) (DeleteWorkspaceAddressResponseObject, error)

	// (PATCH /v1/applications/{application_id}/workspaces/{workspace_id}/addresses/{address_id})
	UpdateWorkspaceAddress(ctx context.Context, request UpdateWorkspaceAddressRequestObject) (UpdateWorkspaceAddressResponseObject, error)

	// (POST /v1/applications/{application_id}/workspaces/{workspace_id}/addresses/{address_id}/activate)
	ActivateWorkspaceAddress(ctx context.Context, request ActivateWorkspaceAddressRequestObject) (ActivateWorkspaceAddressResponseObject, error)

	// (GET /v1/applications/{application_id}/workspaces/{workspace_id}/billing-profile)
	GetWorkspaceBillingProfile(ctx context.Context, request GetWorkspaceBillingProfileRequestObject) (GetWorkspaceBillingProfileResponseObject, error)

	// (PATCH /v1/applications/{application_id}/workspaces/{workspace_id}/billing-profile)
	UpdateWorkspaceBillingProfile(ctx context.Context, request UpdateWorkspaceBillingProfileRequestObject) (UpdateWorkspaceBillingProfileResponseObject, error)

	// (POST /v1/applications/{application_id}/workspaces/{workspace_id}/invitations)
	CreateMyWorkspaceInvitation(ctx context.Context, request CreateMyWorkspaceInvitationRequestObject) (CreateMyWorkspaceInvitationResponseObject, error)

	// (GET /v1/applications/{application_id}/workspaces/{workspace_id}/members)
	ListMyWorkspaceMembers(ctx context.Context, request ListMyWorkspaceMembersRequestObject) (ListMyWorkspaceMembersResponseObject, error)

	// (DELETE /v1/applications/{application_id}/workspaces/{workspace_id}/members/{user_id})
	RemoveMyWorkspaceMember(ctx context.Context, request RemoveMyWorkspaceMemberRequestObject) (RemoveMyWorkspaceMemberResponseObject, error)

	// (PUT /v1/applications/{application_id}/workspaces/{workspace_id}/members/{user_id})
	ReplaceMyWorkspaceMemberRoles(ctx context.Context, request ReplaceMyWorkspaceMemberRolesRequestObject) (ReplaceMyWorkspaceMemberRolesResponseObject, error)

	// (DELETE /v1/applications/{application_id}/workspaces/{workspace_id}/membership)
	LeaveWorkspace(ctx context.Context, request LeaveWorkspaceRequestObject) (LeaveWorkspaceResponseObject, error)

	// (POST /v1/applications/{application_id}/workspaces/{workspace_id}/owner-transfer)
	TransferMyWorkspaceOwnership(ctx context.Context, request TransferMyWorkspaceOwnershipRequestObject) (TransferMyWorkspaceOwnershipResponseObject, error)

	// (GET /v1/applications/{application_id}/workspaces/{workspace_id}/storage/objects)
	ListWorkspaceStorageObjects(ctx context.Context, request ListWorkspaceStorageObjectsRequestObject) (ListWorkspaceStorageObjectsResponseObject, error)

	// (DELETE /v1/applications/{application_id}/workspaces/{workspace_id}/storage/objects/{object_id})
	DeleteWorkspaceStorageObject(ctx context.Context, request DeleteWorkspaceStorageObjectRequestObject) (DeleteWorkspaceStorageObjectResponseObject, error)

	// (GET /v1/applications/{application_id}/workspaces/{workspace_id}/storage/objects/{object_id})
	GetWorkspaceStorageObject(ctx context.Context, request GetWorkspaceStorageObjectRequestObject) (GetWorkspaceStorageObjectResponseObject, error)

	// (POST /v1/applications/{application_id}/workspaces/{workspace_id}/storage/objects/{object_id}/download)
	DownloadWorkspaceStorageObject(ctx context.Context, request DownloadWorkspaceStorageObjectRequestObject) (DownloadWorkspaceStorageObjectResponseObject, error)

	// (POST /v1/applications/{application_id}/workspaces/{workspace_id}/storage/uploads)
	CreateWorkspaceStorageUpload(ctx context.Context, request CreateWorkspaceStorageUploadRequestObject) (CreateWorkspaceStorageUploadResponseObject, error)

	// (POST /v1/applications/{application_id}/workspaces/{workspace_id}/storage/uploads/{object_id}/complete)
	CompleteWorkspaceStorageUpload(ctx context.Context, request CompleteWorkspaceStorageUploadRequestObject) (CompleteWorkspaceStorageUploadResponseObject, error)

	// (GET /v1/control/applications/{application_id})
	GetApplication(ctx context.Context, request GetApplicationRequestObject) (GetApplicationResponseObject, error)

	// (POST /v1/control/applications/{application_id}/audit-exports)
	CreateAuditExport(ctx context.Context, request CreateAuditExportRequestObject) (CreateAuditExportResponseObject, error)

	// (GET /v1/control/applications/{application_id}/audit-exports/{export_id})
	GetAuditExport(ctx context.Context, request GetAuditExportRequestObject) (GetAuditExportResponseObject, error)

	// (GET /v1/control/applications/{application_id}/audit-logs)
	ListAuditLogs(ctx context.Context, request ListAuditLogsRequestObject) (ListAuditLogsResponseObject, error)

	// (GET /v1/control/applications/{application_id}/audit-logs/{audit_id})
	GetAuditLog(ctx context.Context, request GetAuditLogRequestObject) (GetAuditLogResponseObject, error)

	// (PATCH /v1/control/applications/{application_id}/auth-config)
	UpdateAuthConfig(ctx context.Context, request UpdateAuthConfigRequestObject) (UpdateAuthConfigResponseObject, error)

	// (GET /v1/control/applications/{application_id}/auth/providers)
	ListApplicationAuthProviders(ctx context.Context, request ListApplicationAuthProvidersRequestObject) (ListApplicationAuthProvidersResponseObject, error)

	// (PUT /v1/control/applications/{application_id}/auth/providers/apple)
	ConfigureAppleProvider(ctx context.Context, request ConfigureAppleProviderRequestObject) (ConfigureAppleProviderResponseObject, error)

	// (PUT /v1/control/applications/{application_id}/auth/providers/google)
	ConfigureGoogleProvider(ctx context.Context, request ConfigureGoogleProviderRequestObject) (ConfigureGoogleProviderResponseObject, error)

	// (DELETE /v1/control/applications/{application_id}/auth/providers/{provider})
	DisableApplicationAuthProvider(ctx context.Context, request DisableApplicationAuthProviderRequestObject) (DisableApplicationAuthProviderResponseObject, error)

	// (GET /v1/control/applications/{application_id}/billing/disputes)
	ListDisputes(ctx context.Context, request ListDisputesRequestObject) (ListDisputesResponseObject, error)

	// (GET /v1/control/applications/{application_id}/billing/disputes/{dispute_id})
	GetDispute(ctx context.Context, request GetDisputeRequestObject) (GetDisputeResponseObject, error)

	// (GET /v1/control/applications/{application_id}/billing/invoices)
	ListInvoices(ctx context.Context, request ListInvoicesRequestObject) (ListInvoicesResponseObject, error)

	// (GET /v1/control/applications/{application_id}/billing/invoices/{invoice_id})
	GetInvoice(ctx context.Context, request GetInvoiceRequestObject) (GetInvoiceResponseObject, error)

	// (GET /v1/control/applications/{application_id}/billing/payments)
	ListPayments(ctx context.Context, request ListPaymentsRequestObject) (ListPaymentsResponseObject, error)

	// (GET /v1/control/applications/{application_id}/billing/payments/{payment_id})
	GetPayment(ctx context.Context, request GetPaymentRequestObject) (GetPaymentResponseObject, error)

	// (POST /v1/control/applications/{application_id}/billing/payments/{payment_id}/refunds)
	CreateRefund(ctx context.Context, request CreateRefundRequestObject) (CreateRefundResponseObject, error)

	// (GET /v1/control/applications/{application_id}/billing/provider-events)
	ListBillingProviderEvents(ctx context.Context, request ListBillingProviderEventsRequestObject) (ListBillingProviderEventsResponseObject, error)

	// (POST /v1/control/applications/{application_id}/billing/provider-events/{event_id}/replay)
	ReplayBillingProviderEvent(ctx context.Context, request ReplayBillingProviderEventRequestObject) (ReplayBillingProviderEventResponseObject, error)

	// (GET /v1/control/applications/{application_id}/billing/providers)
	ListBillingProviders(ctx context.Context, request ListBillingProvidersRequestObject) (ListBillingProvidersResponseObject, error)

	// (POST /v1/control/applications/{application_id}/billing/providers)
	CreateBillingProvider(ctx context.Context, request CreateBillingProviderRequestObject) (CreateBillingProviderResponseObject, error)

	// (DELETE /v1/control/applications/{application_id}/billing/providers/{provider_id})
	DisableBillingProvider(ctx context.Context, request DisableBillingProviderRequestObject) (DisableBillingProviderResponseObject, error)

	// (GET /v1/control/applications/{application_id}/billing/providers/{provider_id})
	GetBillingProvider(ctx context.Context, request GetBillingProviderRequestObject) (GetBillingProviderResponseObject, error)

	// (PATCH /v1/control/applications/{application_id}/billing/providers/{provider_id})
	UpdateBillingProvider(ctx context.Context, request UpdateBillingProviderRequestObject) (UpdateBillingProviderResponseObject, error)

	// (POST /v1/control/applications/{application_id}/billing/providers/{provider_id}/reconciliation-runs)
	CreateBillingReconciliationRun(ctx context.Context, request CreateBillingReconciliationRunRequestObject) (CreateBillingReconciliationRunResponseObject, error)

	// (POST /v1/control/applications/{application_id}/billing/providers/{provider_id}/verify)
	VerifyBillingProvider(ctx context.Context, request VerifyBillingProviderRequestObject) (VerifyBillingProviderResponseObject, error)

	// (GET /v1/control/applications/{application_id}/billing/reconciliation-runs)
	ListBillingReconciliationRuns(ctx context.Context, request ListBillingReconciliationRunsRequestObject) (ListBillingReconciliationRunsResponseObject, error)

	// (GET /v1/control/applications/{application_id}/billing/reconciliation-runs/{run_id})
	GetBillingReconciliationRun(ctx context.Context, request GetBillingReconciliationRunRequestObject) (GetBillingReconciliationRunResponseObject, error)

	// (GET /v1/control/applications/{application_id}/billing/refunds)
	ListRefunds(ctx context.Context, request ListRefundsRequestObject) (ListRefundsResponseObject, error)

	// (GET /v1/control/applications/{application_id}/billing/refunds/{refund_id})
	GetRefund(ctx context.Context, request GetRefundRequestObject) (GetRefundResponseObject, error)

	// (GET /v1/control/applications/{application_id}/billing/statistics)
	GetBillingStatistics(ctx context.Context, request GetBillingStatisticsRequestObject) (GetBillingStatisticsResponseObject, error)

	// (GET /v1/control/applications/{application_id}/billing/subscriptions)
	ListSubscriptions(ctx context.Context, request ListSubscriptionsRequestObject) (ListSubscriptionsResponseObject, error)

	// (GET /v1/control/applications/{application_id}/billing/subscriptions/{subscription_id})
	GetSubscription(ctx context.Context, request GetSubscriptionRequestObject) (GetSubscriptionResponseObject, error)

	// (POST /v1/control/applications/{application_id}/billing/subscriptions/{subscription_id}/cancel)
	CancelSubscription(ctx context.Context, request CancelSubscriptionRequestObject) (CancelSubscriptionResponseObject, error)

	// (POST /v1/control/applications/{application_id}/billing/subscriptions/{subscription_id}/change-price)
	ChangeSubscriptionPrice(ctx context.Context, request ChangeSubscriptionPriceRequestObject) (ChangeSubscriptionPriceResponseObject, error)

	// (POST /v1/control/applications/{application_id}/billing/subscriptions/{subscription_id}/resume)
	ResumeSubscription(ctx context.Context, request ResumeSubscriptionRequestObject) (ResumeSubscriptionResponseObject, error)

	// (GET /v1/control/applications/{application_id}/clients)
	ListClients(ctx context.Context, request ListClientsRequestObject) (ListClientsResponseObject, error)

	// (POST /v1/control/applications/{application_id}/clients)
	CreateClient(ctx context.Context, request CreateClientRequestObject) (CreateClientResponseObject, error)

	// (DELETE /v1/control/applications/{application_id}/clients/{client_id})
	DisableClient(ctx context.Context, request DisableClientRequestObject) (DisableClientResponseObject, error)

	// (PATCH /v1/control/applications/{application_id}/clients/{client_id})
	UpdateClient(ctx context.Context, request UpdateClientRequestObject) (UpdateClientResponseObject, error)

	// (POST /v1/control/applications/{application_id}/clients/{client_id}/rotate-secret)
	RotateClientSecret(ctx context.Context, request RotateClientSecretRequestObject) (RotateClientSecretResponseObject, error)

	// (GET /v1/control/applications/{application_id}/delegations)
	ListDelegations(ctx context.Context, request ListDelegationsRequestObject) (ListDelegationsResponseObject, error)

	// (POST /v1/control/applications/{application_id}/delegations)
	CreateDelegation(ctx context.Context, request CreateDelegationRequestObject) (CreateDelegationResponseObject, error)

	// (GET /v1/control/applications/{application_id}/delegations/{delegation_id})
	GetDelegation(ctx context.Context, request GetDelegationRequestObject) (GetDelegationResponseObject, error)

	// (POST /v1/control/applications/{application_id}/delegations/{delegation_id}/revoke)
	RevokeDelegation(ctx context.Context, request RevokeDelegationRequestObject) (RevokeDelegationResponseObject, error)

	// (GET /v1/control/applications/{application_id}/domains)
	ListApplicationDomains(ctx context.Context, request ListApplicationDomainsRequestObject) (ListApplicationDomainsResponseObject, error)

	// (POST /v1/control/applications/{application_id}/domains)
	CreateApplicationDomain(ctx context.Context, request CreateApplicationDomainRequestObject) (CreateApplicationDomainResponseObject, error)

	// (DELETE /v1/control/applications/{application_id}/domains/{domain_id})
	DeleteApplicationDomain(ctx context.Context, request DeleteApplicationDomainRequestObject) (DeleteApplicationDomainResponseObject, error)

	// (POST /v1/control/applications/{application_id}/domains/{domain_id}/verify)
	VerifyApplicationDomain(ctx context.Context, request VerifyApplicationDomainRequestObject) (VerifyApplicationDomainResponseObject, error)

	// (GET /v1/control/applications/{application_id}/entitlements)
	ListEntitlements(ctx context.Context, request ListEntitlementsRequestObject) (ListEntitlementsResponseObject, error)

	// (POST /v1/control/applications/{application_id}/entitlements)
	CreateEntitlement(ctx context.Context, request CreateEntitlementRequestObject) (CreateEntitlementResponseObject, error)

	// (GET /v1/control/applications/{application_id}/entitlements/{entitlement_id})
	GetEntitlement(ctx context.Context, request GetEntitlementRequestObject) (GetEntitlementResponseObject, error)

	// (POST /v1/control/applications/{application_id}/entitlements/{entitlement_id}/restore)
	RestoreEntitlement(ctx context.Context, request RestoreEntitlementRequestObject) (RestoreEntitlementResponseObject, error)

	// (POST /v1/control/applications/{application_id}/entitlements/{entitlement_id}/revoke)
	RevokeEntitlement(ctx context.Context, request RevokeEntitlementRequestObject) (RevokeEntitlementResponseObject, error)

	// (GET /v1/control/applications/{application_id}/event-types)
	ListEventTypes(ctx context.Context, request ListEventTypesRequestObject) (ListEventTypesResponseObject, error)

	// (POST /v1/control/applications/{application_id}/event-types)
	CreateEventType(ctx context.Context, request CreateEventTypeRequestObject) (CreateEventTypeResponseObject, error)

	// (DELETE /v1/control/applications/{application_id}/event-types/{event_type_id})
	ArchiveEventType(ctx context.Context, request ArchiveEventTypeRequestObject) (ArchiveEventTypeResponseObject, error)

	// (GET /v1/control/applications/{application_id}/event-types/{event_type_id})
	GetEventType(ctx context.Context, request GetEventTypeRequestObject) (GetEventTypeResponseObject, error)

	// (PATCH /v1/control/applications/{application_id}/event-types/{event_type_id})
	UpdateEventType(ctx context.Context, request UpdateEventTypeRequestObject) (UpdateEventTypeResponseObject, error)

	// (GET /v1/control/applications/{application_id}/events)
	ListEvents(ctx context.Context, request ListEventsRequestObject) (ListEventsResponseObject, error)

	// (GET /v1/control/applications/{application_id}/events/{event_id})
	GetEvent(ctx context.Context, request GetEventRequestObject) (GetEventResponseObject, error)

	// (GET /v1/control/applications/{application_id}/features)
	ListFeatures(ctx context.Context, request ListFeaturesRequestObject) (ListFeaturesResponseObject, error)

	// (POST /v1/control/applications/{application_id}/features)
	CreateFeature(ctx context.Context, request CreateFeatureRequestObject) (CreateFeatureResponseObject, error)

	// (PATCH /v1/control/applications/{application_id}/internal-config)
	UpdateInternalApplicationConfig(ctx context.Context, request UpdateInternalApplicationConfigRequestObject) (UpdateInternalApplicationConfigResponseObject, error)

	// (GET /v1/control/applications/{application_id}/local-entitlement-requests)
	ListLocalEntitlementRequests(ctx context.Context, request ListLocalEntitlementRequestsRequestObject) (ListLocalEntitlementRequestsResponseObject, error)

	// (GET /v1/control/applications/{application_id}/local-entitlement-requests/{request_id})
	GetLocalEntitlementRequest(ctx context.Context, request GetLocalEntitlementRequestRequestObject) (GetLocalEntitlementRequestResponseObject, error)

	// (POST /v1/control/applications/{application_id}/local-entitlement-requests/{request_id}/approve)
	ApproveLocalEntitlementRequest(ctx context.Context, request ApproveLocalEntitlementRequestRequestObject) (ApproveLocalEntitlementRequestResponseObject, error)

	// (POST /v1/control/applications/{application_id}/local-entitlement-requests/{request_id}/reject)
	RejectLocalEntitlementRequest(ctx context.Context, request RejectLocalEntitlementRequestRequestObject) (RejectLocalEntitlementRequestResponseObject, error)

	// (POST /v1/control/applications/{application_id}/local-entitlement-requests/{request_id}/reopen)
	ReopenLocalEntitlementRequest(ctx context.Context, request ReopenLocalEntitlementRequestRequestObject) (ReopenLocalEntitlementRequestResponseObject, error)

	// (GET /v1/control/applications/{application_id}/notification-providers)
	ListNotificationProviders(ctx context.Context, request ListNotificationProvidersRequestObject) (ListNotificationProvidersResponseObject, error)

	// (POST /v1/control/applications/{application_id}/notification-providers)
	CreateNotificationProvider(ctx context.Context, request CreateNotificationProviderRequestObject) (CreateNotificationProviderResponseObject, error)

	// (DELETE /v1/control/applications/{application_id}/notification-providers/{provider_id})
	DisableNotificationProvider(ctx context.Context, request DisableNotificationProviderRequestObject) (DisableNotificationProviderResponseObject, error)

	// (GET /v1/control/applications/{application_id}/notification-providers/{provider_id})
	GetNotificationProvider(ctx context.Context, request GetNotificationProviderRequestObject) (GetNotificationProviderResponseObject, error)

	// (PATCH /v1/control/applications/{application_id}/notification-providers/{provider_id})
	UpdateNotificationProvider(ctx context.Context, request UpdateNotificationProviderRequestObject) (UpdateNotificationProviderResponseObject, error)

	// (POST /v1/control/applications/{application_id}/notification-providers/{provider_id}/test)
	TestNotificationProvider(ctx context.Context, request TestNotificationProviderRequestObject) (TestNotificationProviderResponseObject, error)

	// (POST /v1/control/applications/{application_id}/notification-providers/{provider_id}/verify)
	VerifyNotificationProvider(ctx context.Context, request VerifyNotificationProviderRequestObject) (VerifyNotificationProviderResponseObject, error)

	// (GET /v1/control/applications/{application_id}/notification-template-variables)
	ListNotificationTemplateVariables(ctx context.Context, request ListNotificationTemplateVariablesRequestObject) (ListNotificationTemplateVariablesResponseObject, error)

	// (GET /v1/control/applications/{application_id}/notification-templates)
	ListNotificationTemplates(ctx context.Context, request ListNotificationTemplatesRequestObject) (ListNotificationTemplatesResponseObject, error)

	// (POST /v1/control/applications/{application_id}/notification-templates)
	CreateNotificationTemplate(ctx context.Context, request CreateNotificationTemplateRequestObject) (CreateNotificationTemplateResponseObject, error)

	// (GET /v1/control/applications/{application_id}/notification-templates/{template_id})
	GetNotificationTemplate(ctx context.Context, request GetNotificationTemplateRequestObject) (GetNotificationTemplateResponseObject, error)

	// (PATCH /v1/control/applications/{application_id}/notification-templates/{template_id})
	UpdateNotificationTemplate(ctx context.Context, request UpdateNotificationTemplateRequestObject) (UpdateNotificationTemplateResponseObject, error)

	// (POST /v1/control/applications/{application_id}/notification-templates/{template_id}/archive)
	ArchiveNotificationTemplate(ctx context.Context, request ArchiveNotificationTemplateRequestObject) (ArchiveNotificationTemplateResponseObject, error)

	// (POST /v1/control/applications/{application_id}/notification-templates/{template_id}/preview)
	PreviewNotificationTemplate(ctx context.Context, request PreviewNotificationTemplateRequestObject) (PreviewNotificationTemplateResponseObject, error)

	// (POST /v1/control/applications/{application_id}/notification-templates/{template_id}/publish)
	PublishNotificationTemplate(ctx context.Context, request PublishNotificationTemplateRequestObject) (PublishNotificationTemplateResponseObject, error)

	// (GET /v1/control/applications/{application_id}/notifications)
	ListNotifications(ctx context.Context, request ListNotificationsRequestObject) (ListNotificationsResponseObject, error)

	// (POST /v1/control/applications/{application_id}/notifications)
	QueueNotification(ctx context.Context, request QueueNotificationRequestObject) (QueueNotificationResponseObject, error)

	// (GET /v1/control/applications/{application_id}/notifications/statistics)
	GetNotificationStatistics(ctx context.Context, request GetNotificationStatisticsRequestObject) (GetNotificationStatisticsResponseObject, error)

	// (GET /v1/control/applications/{application_id}/notifications/{notification_id})
	GetNotification(ctx context.Context, request GetNotificationRequestObject) (GetNotificationResponseObject, error)

	// (POST /v1/control/applications/{application_id}/notifications/{notification_id}/retry)
	RetryNotification(ctx context.Context, request RetryNotificationRequestObject) (RetryNotificationResponseObject, error)

	// (GET /v1/control/applications/{application_id}/oauth-consents)
	ListOAuthConsents(ctx context.Context, request ListOAuthConsentsRequestObject) (ListOAuthConsentsResponseObject, error)

	// (POST /v1/control/applications/{application_id}/oauth-consents/{user_id}/{client_id}/revoke)
	RevokeOAuthConsent(ctx context.Context, request RevokeOAuthConsentRequestObject) (RevokeOAuthConsentResponseObject, error)

	// (GET /v1/control/applications/{application_id}/products)
	ListProducts(ctx context.Context, request ListProductsRequestObject) (ListProductsResponseObject, error)

	// (POST /v1/control/applications/{application_id}/products)
	CreateProduct(ctx context.Context, request CreateProductRequestObject) (CreateProductResponseObject, error)

	// (GET /v1/control/applications/{application_id}/products/{product_id})
	GetProduct(ctx context.Context, request GetProductRequestObject) (GetProductResponseObject, error)

	// (PATCH /v1/control/applications/{application_id}/products/{product_id})
	UpdateProduct(ctx context.Context, request UpdateProductRequestObject) (UpdateProductResponseObject, error)

	// (GET /v1/control/applications/{application_id}/products/{product_id}/prices)
	ListPrices(ctx context.Context, request ListPricesRequestObject) (ListPricesResponseObject, error)

	// (POST /v1/control/applications/{application_id}/products/{product_id}/prices)
	CreatePrice(ctx context.Context, request CreatePriceRequestObject) (CreatePriceResponseObject, error)

	// (PATCH /v1/control/applications/{application_id}/public-config)
	UpdatePublicApplicationConfig(ctx context.Context, request UpdatePublicApplicationConfigRequestObject) (UpdatePublicApplicationConfigResponseObject, error)

	// (GET /v1/control/applications/{application_id}/role-assignments)
	ListRoleAssignments(ctx context.Context, request ListRoleAssignmentsRequestObject) (ListRoleAssignmentsResponseObject, error)

	// (POST /v1/control/applications/{application_id}/role-assignments)
	CreateRoleAssignment(ctx context.Context, request CreateRoleAssignmentRequestObject) (CreateRoleAssignmentResponseObject, error)

	// (DELETE /v1/control/applications/{application_id}/role-assignments/{assignment_id})
	DeleteRoleAssignment(ctx context.Context, request DeleteRoleAssignmentRequestObject) (DeleteRoleAssignmentResponseObject, error)

	// (GET /v1/control/applications/{application_id}/roles)
	ListRoles(ctx context.Context, request ListRolesRequestObject) (ListRolesResponseObject, error)

	// (POST /v1/control/applications/{application_id}/roles)
	CreateRole(ctx context.Context, request CreateRoleRequestObject) (CreateRoleResponseObject, error)

	// (DELETE /v1/control/applications/{application_id}/roles/{role_id})
	DeleteRole(ctx context.Context, request DeleteRoleRequestObject) (DeleteRoleResponseObject, error)

	// (GET /v1/control/applications/{application_id}/roles/{role_id})
	GetRole(ctx context.Context, request GetRoleRequestObject) (GetRoleResponseObject, error)

	// (PATCH /v1/control/applications/{application_id}/roles/{role_id})
	UpdateRole(ctx context.Context, request UpdateRoleRequestObject) (UpdateRoleResponseObject, error)

	// (GET /v1/control/applications/{application_id}/sender-identities)
	ListSenderIdentities(ctx context.Context, request ListSenderIdentitiesRequestObject) (ListSenderIdentitiesResponseObject, error)

	// (POST /v1/control/applications/{application_id}/sender-identities)
	CreateSenderIdentity(ctx context.Context, request CreateSenderIdentityRequestObject) (CreateSenderIdentityResponseObject, error)

	// (POST /v1/control/applications/{application_id}/sender-identities/{sender_id}/default)
	SetDefaultSenderIdentity(ctx context.Context, request SetDefaultSenderIdentityRequestObject) (SetDefaultSenderIdentityResponseObject, error)

	// (GET /v1/control/applications/{application_id}/statistics)
	GetApplicationStatistics(ctx context.Context, request GetApplicationStatisticsRequestObject) (GetApplicationStatisticsResponseObject, error)

	// (GET /v1/control/applications/{application_id}/storage/objects)
	ListControlApplicationStorageObjects(ctx context.Context, request ListControlApplicationStorageObjectsRequestObject) (ListControlApplicationStorageObjectsResponseObject, error)

	// (DELETE /v1/control/applications/{application_id}/storage/objects/{object_id})
	DeleteControlApplicationStorageObject(ctx context.Context, request DeleteControlApplicationStorageObjectRequestObject) (DeleteControlApplicationStorageObjectResponseObject, error)

	// (GET /v1/control/applications/{application_id}/storage/objects/{object_id})
	GetControlApplicationStorageObject(ctx context.Context, request GetControlApplicationStorageObjectRequestObject) (GetControlApplicationStorageObjectResponseObject, error)

	// (POST /v1/control/applications/{application_id}/storage/objects/{object_id}/download)
	DownloadControlApplicationStorageObject(ctx context.Context, request DownloadControlApplicationStorageObjectRequestObject) (DownloadControlApplicationStorageObjectResponseObject, error)

	// (GET /v1/control/applications/{application_id}/storage/providers)
	ListApplicationStorageProviders(ctx context.Context, request ListApplicationStorageProvidersRequestObject) (ListApplicationStorageProvidersResponseObject, error)

	// (POST /v1/control/applications/{application_id}/storage/providers)
	CreateApplicationStorageProvider(ctx context.Context, request CreateApplicationStorageProviderRequestObject) (CreateApplicationStorageProviderResponseObject, error)

	// (DELETE /v1/control/applications/{application_id}/storage/providers/{provider_id})
	DisableApplicationStorageProvider(ctx context.Context, request DisableApplicationStorageProviderRequestObject) (DisableApplicationStorageProviderResponseObject, error)

	// (GET /v1/control/applications/{application_id}/storage/providers/{provider_id})
	GetApplicationStorageProvider(ctx context.Context, request GetApplicationStorageProviderRequestObject) (GetApplicationStorageProviderResponseObject, error)

	// (PATCH /v1/control/applications/{application_id}/storage/providers/{provider_id})
	UpdateApplicationStorageProvider(ctx context.Context, request UpdateApplicationStorageProviderRequestObject) (UpdateApplicationStorageProviderResponseObject, error)

	// (POST /v1/control/applications/{application_id}/storage/providers/{provider_id}/enable)
	EnableApplicationStorageProvider(ctx context.Context, request EnableApplicationStorageProviderRequestObject) (EnableApplicationStorageProviderResponseObject, error)

	// (POST /v1/control/applications/{application_id}/storage/providers/{provider_id}/verify)
	VerifyApplicationStorageProvider(ctx context.Context, request VerifyApplicationStorageProviderRequestObject) (VerifyApplicationStorageProviderResponseObject, error)

	// (POST /v1/control/applications/{application_id}/storage/uploads)
	CreateControlApplicationStorageUpload(ctx context.Context, request CreateControlApplicationStorageUploadRequestObject) (CreateControlApplicationStorageUploadResponseObject, error)

	// (POST /v1/control/applications/{application_id}/storage/uploads/{object_id}/complete)
	CompleteControlApplicationStorageUpload(ctx context.Context, request CompleteControlApplicationStorageUploadRequestObject) (CompleteControlApplicationStorageUploadResponseObject, error)

	// (GET /v1/control/applications/{application_id}/users)
	ListUsers(ctx context.Context, request ListUsersRequestObject) (ListUsersResponseObject, error)

	// (POST /v1/control/applications/{application_id}/users)
	CreateUser(ctx context.Context, request CreateUserRequestObject) (CreateUserResponseObject, error)

	// (GET /v1/control/applications/{application_id}/users/{user_id})
	GetUser(ctx context.Context, request GetUserRequestObject) (GetUserResponseObject, error)

	// (PATCH /v1/control/applications/{application_id}/users/{user_id})
	UpdateUser(ctx context.Context, request UpdateUserRequestObject) (UpdateUserResponseObject, error)

	// (GET /v1/control/applications/{application_id}/users/{user_id}/addresses)
	ListUserAddresses(ctx context.Context, request ListUserAddressesRequestObject) (ListUserAddressesResponseObject, error)

	// (POST /v1/control/applications/{application_id}/users/{user_id}/restore)
	RestoreUser(ctx context.Context, request RestoreUserRequestObject) (RestoreUserResponseObject, error)

	// (GET /v1/control/applications/{application_id}/users/{user_id}/sessions)
	ListUserSessions(ctx context.Context, request ListUserSessionsRequestObject) (ListUserSessionsResponseObject, error)

	// (POST /v1/control/applications/{application_id}/users/{user_id}/sessions/revoke)
	RevokeUserSessions(ctx context.Context, request RevokeUserSessionsRequestObject) (RevokeUserSessionsResponseObject, error)

	// (POST /v1/control/applications/{application_id}/users/{user_id}/suspend)
	SuspendUser(ctx context.Context, request SuspendUserRequestObject) (SuspendUserResponseObject, error)

	// (POST /v1/control/applications/{application_id}/users/{user_id}/unverify-email)
	UnverifyUserEmail(ctx context.Context, request UnverifyUserEmailRequestObject) (UnverifyUserEmailResponseObject, error)

	// (POST /v1/control/applications/{application_id}/users/{user_id}/unverify-organization)
	UnverifyUserOrganization(ctx context.Context, request UnverifyUserOrganizationRequestObject) (UnverifyUserOrganizationResponseObject, error)

	// (POST /v1/control/applications/{application_id}/users/{user_id}/verify-email)
	VerifyUserEmail(ctx context.Context, request VerifyUserEmailRequestObject) (VerifyUserEmailResponseObject, error)

	// (POST /v1/control/applications/{application_id}/users/{user_id}/verify-organization)
	VerifyUserOrganization(ctx context.Context, request VerifyUserOrganizationRequestObject) (VerifyUserOrganizationResponseObject, error)

	// (GET /v1/control/applications/{application_id}/webhook-deliveries)
	ListWebhookDeliveries(ctx context.Context, request ListWebhookDeliveriesRequestObject) (ListWebhookDeliveriesResponseObject, error)

	// (GET /v1/control/applications/{application_id}/webhook-deliveries/{delivery_id})
	GetWebhookDelivery(ctx context.Context, request GetWebhookDeliveryRequestObject) (GetWebhookDeliveryResponseObject, error)

	// (POST /v1/control/applications/{application_id}/webhook-deliveries/{delivery_id}/replay)
	ReplayWebhookDelivery(ctx context.Context, request ReplayWebhookDeliveryRequestObject) (ReplayWebhookDeliveryResponseObject, error)

	// (GET /v1/control/applications/{application_id}/webhooks)
	ListWebhooks(ctx context.Context, request ListWebhooksRequestObject) (ListWebhooksResponseObject, error)

	// (POST /v1/control/applications/{application_id}/webhooks)
	CreateWebhook(ctx context.Context, request CreateWebhookRequestObject) (CreateWebhookResponseObject, error)

	// (DELETE /v1/control/applications/{application_id}/webhooks/{webhook_id})
	DisableWebhook(ctx context.Context, request DisableWebhookRequestObject) (DisableWebhookResponseObject, error)

	// (GET /v1/control/applications/{application_id}/webhooks/{webhook_id})
	GetWebhook(ctx context.Context, request GetWebhookRequestObject) (GetWebhookResponseObject, error)

	// (PATCH /v1/control/applications/{application_id}/webhooks/{webhook_id})
	UpdateWebhook(ctx context.Context, request UpdateWebhookRequestObject) (UpdateWebhookResponseObject, error)

	// (POST /v1/control/applications/{application_id}/webhooks/{webhook_id}/rotate-secret)
	RotateWebhookSecret(ctx context.Context, request RotateWebhookSecretRequestObject) (RotateWebhookSecretResponseObject, error)

	// (POST /v1/control/applications/{application_id}/webhooks/{webhook_id}/test)
	TestWebhook(ctx context.Context, request TestWebhookRequestObject) (TestWebhookResponseObject, error)

	// (GET /v1/control/applications/{application_id}/workspace-invitations)
	ListWorkspaceInvitations(ctx context.Context, request ListWorkspaceInvitationsRequestObject) (ListWorkspaceInvitationsResponseObject, error)

	// (POST /v1/control/applications/{application_id}/workspace-invitations)
	CreateWorkspaceInvitation(ctx context.Context, request CreateWorkspaceInvitationRequestObject) (CreateWorkspaceInvitationResponseObject, error)

	// (DELETE /v1/control/applications/{application_id}/workspace-invitations/{invitation_id})
	RevokeWorkspaceInvitation(ctx context.Context, request RevokeWorkspaceInvitationRequestObject) (RevokeWorkspaceInvitationResponseObject, error)

	// (GET /v1/control/applications/{application_id}/workspaces)
	ListWorkspaces(ctx context.Context, request ListWorkspacesRequestObject) (ListWorkspacesResponseObject, error)

	// (POST /v1/control/applications/{application_id}/workspaces)
	CreateWorkspace(ctx context.Context, request CreateWorkspaceRequestObject) (CreateWorkspaceResponseObject, error)

	// (DELETE /v1/control/applications/{application_id}/workspaces/{workspace_id})
	DeleteWorkspace(ctx context.Context, request DeleteWorkspaceRequestObject) (DeleteWorkspaceResponseObject, error)

	// (GET /v1/control/applications/{application_id}/workspaces/{workspace_id})
	GetWorkspace(ctx context.Context, request GetWorkspaceRequestObject) (GetWorkspaceResponseObject, error)

	// (PATCH /v1/control/applications/{application_id}/workspaces/{workspace_id})
	UpdateWorkspace(ctx context.Context, request UpdateWorkspaceRequestObject) (UpdateWorkspaceResponseObject, error)

	// (GET /v1/control/applications/{application_id}/workspaces/{workspace_id}/members)
	ListWorkspaceMembers(ctx context.Context, request ListWorkspaceMembersRequestObject) (ListWorkspaceMembersResponseObject, error)

	// (DELETE /v1/control/applications/{application_id}/workspaces/{workspace_id}/members/{user_id})
	DeleteWorkspaceMember(ctx context.Context, request DeleteWorkspaceMemberRequestObject) (DeleteWorkspaceMemberResponseObject, error)

	// (PUT /v1/control/applications/{application_id}/workspaces/{workspace_id}/members/{user_id})
	ReplaceWorkspaceMemberRoles(ctx context.Context, request ReplaceWorkspaceMemberRolesRequestObject) (ReplaceWorkspaceMemberRolesResponseObject, error)

	// (POST /v1/control/applications/{application_id}/workspaces/{workspace_id}/owner-transfer)
	RecoverWorkspaceOwnership(ctx context.Context, request RecoverWorkspaceOwnershipRequestObject) (RecoverWorkspaceOwnershipResponseObject, error)

	// (POST /v1/control/auth/email/start)
	StartOperatorEmailLogin(ctx context.Context, request StartOperatorEmailLoginRequestObject) (StartOperatorEmailLoginResponseObject, error)

	// (POST /v1/control/auth/email/verify)
	VerifyOperatorEmailLogin(ctx context.Context, request VerifyOperatorEmailLoginRequestObject) (VerifyOperatorEmailLoginResponseObject, error)

	// (POST /v1/control/auth/logout)
	LogoutOperator(ctx context.Context, request LogoutOperatorRequestObject) (LogoutOperatorResponseObject, error)

	// (POST /v1/control/auth/logout-all)
	LogoutAllOperatorSessions(ctx context.Context, request LogoutAllOperatorSessionsRequestObject) (LogoutAllOperatorSessionsResponseObject, error)

	// (GET /v1/control/auth/me)
	GetOperatorAccount(ctx context.Context, request GetOperatorAccountRequestObject) (GetOperatorAccountResponseObject, error)

	// (PATCH /v1/control/auth/me)
	UpdateOperatorAccount(ctx context.Context, request UpdateOperatorAccountRequestObject) (UpdateOperatorAccountResponseObject, error)

	// (POST /v1/control/auth/password)
	LoginOperatorWithPassword(ctx context.Context, request LoginOperatorWithPasswordRequestObject) (LoginOperatorWithPasswordResponseObject, error)

	// (PUT /v1/control/auth/password)
	ChangeOperatorPassword(ctx context.Context, request ChangeOperatorPasswordRequestObject) (ChangeOperatorPasswordResponseObject, error)

	// (GET /v1/control/auth/sessions)
	ListOperatorSessions(ctx context.Context, request ListOperatorSessionsRequestObject) (ListOperatorSessionsResponseObject, error)

	// (DELETE /v1/control/auth/sessions/{session_id})
	RevokeOperatorSession(ctx context.Context, request RevokeOperatorSessionRequestObject) (RevokeOperatorSessionResponseObject, error)

	// (POST /v1/control/auth/token/refresh)
	RefreshOperatorSession(ctx context.Context, request RefreshOperatorSessionRequestObject) (RefreshOperatorSessionResponseObject, error)

	// (GET /v1/control/installation/auth/providers)
	ListInstallationAuthProviders(ctx context.Context, request ListInstallationAuthProvidersRequestObject) (ListInstallationAuthProvidersResponseObject, error)

	// (DELETE /v1/control/installation/auth/providers/{provider})
	DisableInstallationAuthProvider(ctx context.Context, request DisableInstallationAuthProviderRequestObject) (DisableInstallationAuthProviderResponseObject, error)

	// (PATCH /v1/control/installation/auth/providers/{provider})
	UpdateInstallationAuthProvider(ctx context.Context, request UpdateInstallationAuthProviderRequestObject) (UpdateInstallationAuthProviderResponseObject, error)

	// (PUT /v1/control/installation/auth/providers/{provider})
	ConfigureInstallationAuthProvider(ctx context.Context, request ConfigureInstallationAuthProviderRequestObject) (ConfigureInstallationAuthProviderResponseObject, error)

	// (GET /v1/control/installation/billing/providers)
	ListInstallationBillingProviders(ctx context.Context, request ListInstallationBillingProvidersRequestObject) (ListInstallationBillingProvidersResponseObject, error)

	// (POST /v1/control/installation/billing/providers)
	CreateInstallationBillingProvider(ctx context.Context, request CreateInstallationBillingProviderRequestObject) (CreateInstallationBillingProviderResponseObject, error)

	// (DELETE /v1/control/installation/billing/providers/{provider_id})
	DisableInstallationBillingProvider(ctx context.Context, request DisableInstallationBillingProviderRequestObject) (DisableInstallationBillingProviderResponseObject, error)

	// (GET /v1/control/installation/billing/providers/{provider_id})
	GetInstallationBillingProvider(ctx context.Context, request GetInstallationBillingProviderRequestObject) (GetInstallationBillingProviderResponseObject, error)

	// (PATCH /v1/control/installation/billing/providers/{provider_id})
	UpdateInstallationBillingProvider(ctx context.Context, request UpdateInstallationBillingProviderRequestObject) (UpdateInstallationBillingProviderResponseObject, error)

	// (POST /v1/control/installation/billing/providers/{provider_id}/verify)
	VerifyInstallationBillingProvider(ctx context.Context, request VerifyInstallationBillingProviderRequestObject) (VerifyInstallationBillingProviderResponseObject, error)

	// (GET /v1/control/installation/management-api)
	GetManagementAPIStatus(ctx context.Context, request GetManagementAPIStatusRequestObject) (GetManagementAPIStatusResponseObject, error)

	// (PATCH /v1/control/installation/management-api)
	UpdateManagementAPIStatus(ctx context.Context, request UpdateManagementAPIStatusRequestObject) (UpdateManagementAPIStatusResponseObject, error)

	// (GET /v1/control/installation/management-clients)
	ListManagementClients(ctx context.Context, request ListManagementClientsRequestObject) (ListManagementClientsResponseObject, error)

	// (POST /v1/control/installation/management-clients)
	CreateManagementClient(ctx context.Context, request CreateManagementClientRequestObject) (CreateManagementClientResponseObject, error)

	// (DELETE /v1/control/installation/management-clients/{management_client_id})
	DisableManagementClient(ctx context.Context, request DisableManagementClientRequestObject) (DisableManagementClientResponseObject, error)

	// (POST /v1/control/installation/management-clients/{management_client_id}/rotate-secret)
	RotateManagementClientSecret(ctx context.Context, request RotateManagementClientSecretRequestObject) (RotateManagementClientSecretResponseObject, error)

	// (GET /v1/control/installation/notification-providers)
	ListInstallationNotificationProviders(ctx context.Context, request ListInstallationNotificationProvidersRequestObject) (ListInstallationNotificationProvidersResponseObject, error)

	// (POST /v1/control/installation/notification-providers)
	CreateInstallationNotificationProvider(ctx context.Context, request CreateInstallationNotificationProviderRequestObject) (CreateInstallationNotificationProviderResponseObject, error)

	// (DELETE /v1/control/installation/notification-providers/{provider_id})
	DisableInstallationNotificationProvider(ctx context.Context, request DisableInstallationNotificationProviderRequestObject) (DisableInstallationNotificationProviderResponseObject, error)

	// (GET /v1/control/installation/notification-providers/{provider_id})
	GetInstallationNotificationProvider(ctx context.Context, request GetInstallationNotificationProviderRequestObject) (GetInstallationNotificationProviderResponseObject, error)

	// (PATCH /v1/control/installation/notification-providers/{provider_id})
	UpdateInstallationNotificationProvider(ctx context.Context, request UpdateInstallationNotificationProviderRequestObject) (UpdateInstallationNotificationProviderResponseObject, error)

	// (POST /v1/control/installation/notification-providers/{provider_id}/test)
	TestInstallationNotificationProvider(ctx context.Context, request TestInstallationNotificationProviderRequestObject) (TestInstallationNotificationProviderResponseObject, error)

	// (POST /v1/control/installation/notification-providers/{provider_id}/verify)
	VerifyInstallationNotificationProvider(ctx context.Context, request VerifyInstallationNotificationProviderRequestObject) (VerifyInstallationNotificationProviderResponseObject, error)

	// (GET /v1/control/installation/notification-template-variables)
	ListInstallationNotificationTemplateVariables(ctx context.Context, request ListInstallationNotificationTemplateVariablesRequestObject) (ListInstallationNotificationTemplateVariablesResponseObject, error)

	// (GET /v1/control/installation/notification-templates)
	ListInstallationNotificationTemplates(ctx context.Context, request ListInstallationNotificationTemplatesRequestObject) (ListInstallationNotificationTemplatesResponseObject, error)

	// (POST /v1/control/installation/notification-templates)
	CreateInstallationNotificationTemplate(ctx context.Context, request CreateInstallationNotificationTemplateRequestObject) (CreateInstallationNotificationTemplateResponseObject, error)

	// (GET /v1/control/installation/notification-templates/{template_id})
	GetInstallationNotificationTemplate(ctx context.Context, request GetInstallationNotificationTemplateRequestObject) (GetInstallationNotificationTemplateResponseObject, error)

	// (PATCH /v1/control/installation/notification-templates/{template_id})
	UpdateInstallationNotificationTemplate(ctx context.Context, request UpdateInstallationNotificationTemplateRequestObject) (UpdateInstallationNotificationTemplateResponseObject, error)

	// (POST /v1/control/installation/notification-templates/{template_id}/archive)
	ArchiveInstallationNotificationTemplate(ctx context.Context, request ArchiveInstallationNotificationTemplateRequestObject) (ArchiveInstallationNotificationTemplateResponseObject, error)

	// (POST /v1/control/installation/notification-templates/{template_id}/preview)
	PreviewInstallationNotificationTemplate(ctx context.Context, request PreviewInstallationNotificationTemplateRequestObject) (PreviewInstallationNotificationTemplateResponseObject, error)

	// (POST /v1/control/installation/notification-templates/{template_id}/publish)
	PublishInstallationNotificationTemplate(ctx context.Context, request PublishInstallationNotificationTemplateRequestObject) (PublishInstallationNotificationTemplateResponseObject, error)

	// (GET /v1/control/installation/operators)
	ListInstallationOperators(ctx context.Context, request ListInstallationOperatorsRequestObject) (ListInstallationOperatorsResponseObject, error)

	// (POST /v1/control/installation/operators)
	CreateInstallationOperator(ctx context.Context, request CreateInstallationOperatorRequestObject) (CreateInstallationOperatorResponseObject, error)

	// (DELETE /v1/control/installation/operators/{operator_id})
	DeleteInstallationOperator(ctx context.Context, request DeleteInstallationOperatorRequestObject) (DeleteInstallationOperatorResponseObject, error)

	// (PATCH /v1/control/installation/operators/{operator_id})
	UpdateInstallationOperator(ctx context.Context, request UpdateInstallationOperatorRequestObject) (UpdateInstallationOperatorResponseObject, error)

	// (PUT /v1/control/installation/organizations/{organization_id}/policy)
	UpdateOrganizationPolicy(ctx context.Context, request UpdateOrganizationPolicyRequestObject) (UpdateOrganizationPolicyResponseObject, error)

	// (GET /v1/control/installation/signing-keys)
	ListSigningKeys(ctx context.Context, request ListSigningKeysRequestObject) (ListSigningKeysResponseObject, error)

	// (POST /v1/control/installation/signing-keys/rotate)
	RotateSigningKey(ctx context.Context, request RotateSigningKeyRequestObject) (RotateSigningKeyResponseObject, error)

	// (GET /v1/control/installation/storage/objects)
	ListInstallationStorageObjects(ctx context.Context, request ListInstallationStorageObjectsRequestObject) (ListInstallationStorageObjectsResponseObject, error)

	// (DELETE /v1/control/installation/storage/objects/{object_id})
	DeleteInstallationStorageObject(ctx context.Context, request DeleteInstallationStorageObjectRequestObject) (DeleteInstallationStorageObjectResponseObject, error)

	// (GET /v1/control/installation/storage/objects/{object_id})
	GetInstallationStorageObject(ctx context.Context, request GetInstallationStorageObjectRequestObject) (GetInstallationStorageObjectResponseObject, error)

	// (POST /v1/control/installation/storage/objects/{object_id}/download)
	DownloadInstallationStorageObject(ctx context.Context, request DownloadInstallationStorageObjectRequestObject) (DownloadInstallationStorageObjectResponseObject, error)

	// (GET /v1/control/installation/storage/providers)
	ListInstallationStorageProviders(ctx context.Context, request ListInstallationStorageProvidersRequestObject) (ListInstallationStorageProvidersResponseObject, error)

	// (POST /v1/control/installation/storage/providers)
	CreateInstallationStorageProvider(ctx context.Context, request CreateInstallationStorageProviderRequestObject) (CreateInstallationStorageProviderResponseObject, error)

	// (DELETE /v1/control/installation/storage/providers/{provider_id})
	DisableInstallationStorageProvider(ctx context.Context, request DisableInstallationStorageProviderRequestObject) (DisableInstallationStorageProviderResponseObject, error)

	// (GET /v1/control/installation/storage/providers/{provider_id})
	GetInstallationStorageProvider(ctx context.Context, request GetInstallationStorageProviderRequestObject) (GetInstallationStorageProviderResponseObject, error)

	// (PATCH /v1/control/installation/storage/providers/{provider_id})
	UpdateInstallationStorageProvider(ctx context.Context, request UpdateInstallationStorageProviderRequestObject) (UpdateInstallationStorageProviderResponseObject, error)

	// (POST /v1/control/installation/storage/providers/{provider_id}/enable)
	EnableInstallationStorageProvider(ctx context.Context, request EnableInstallationStorageProviderRequestObject) (EnableInstallationStorageProviderResponseObject, error)

	// (POST /v1/control/installation/storage/providers/{provider_id}/verify)
	VerifyInstallationStorageProvider(ctx context.Context, request VerifyInstallationStorageProviderRequestObject) (VerifyInstallationStorageProviderResponseObject, error)

	// (POST /v1/control/installation/storage/uploads)
	CreateInstallationStorageUpload(ctx context.Context, request CreateInstallationStorageUploadRequestObject) (CreateInstallationStorageUploadResponseObject, error)

	// (POST /v1/control/installation/storage/uploads/{object_id}/complete)
	CompleteInstallationStorageUpload(ctx context.Context, request CompleteInstallationStorageUploadRequestObject) (CompleteInstallationStorageUploadResponseObject, error)

	// (POST /v1/control/organization-invitations/accept)
	AcceptOrganizationInvitation(ctx context.Context, request AcceptOrganizationInvitationRequestObject) (AcceptOrganizationInvitationResponseObject, error)

	// (GET /v1/control/organizations)
	ListOrganizations(ctx context.Context, request ListOrganizationsRequestObject) (ListOrganizationsResponseObject, error)

	// (POST /v1/control/organizations)
	CreateOrganization(ctx context.Context, request CreateOrganizationRequestObject) (CreateOrganizationResponseObject, error)

	// (DELETE /v1/control/organizations/{organization_id})
	RetireOrganization(ctx context.Context, request RetireOrganizationRequestObject) (RetireOrganizationResponseObject, error)

	// (GET /v1/control/organizations/{organization_id})
	GetOrganization(ctx context.Context, request GetOrganizationRequestObject) (GetOrganizationResponseObject, error)

	// (PATCH /v1/control/organizations/{organization_id})
	UpdateOrganization(ctx context.Context, request UpdateOrganizationRequestObject) (UpdateOrganizationResponseObject, error)

	// (GET /v1/control/organizations/{organization_id}/applications)
	ListApplications(ctx context.Context, request ListApplicationsRequestObject) (ListApplicationsResponseObject, error)

	// (POST /v1/control/organizations/{organization_id}/applications)
	CreateApplication(ctx context.Context, request CreateApplicationRequestObject) (CreateApplicationResponseObject, error)

	// (DELETE /v1/control/organizations/{organization_id}/applications/{application_resource_id})
	RetireApplication(ctx context.Context, request RetireApplicationRequestObject) (RetireApplicationResponseObject, error)

	// (PATCH /v1/control/organizations/{organization_id}/applications/{application_resource_id})
	UpdateApplication(ctx context.Context, request UpdateApplicationRequestObject) (UpdateApplicationResponseObject, error)

	// (POST /v1/control/organizations/{organization_id}/applications/{application_resource_id}/restore)
	RestoreApplication(ctx context.Context, request RestoreApplicationRequestObject) (RestoreApplicationResponseObject, error)

	// (GET /v1/control/organizations/{organization_id}/audit-logs)
	ListOrganizationAuditLogs(ctx context.Context, request ListOrganizationAuditLogsRequestObject) (ListOrganizationAuditLogsResponseObject, error)

	// (GET /v1/control/organizations/{organization_id}/auth/providers)
	ListOrganizationAuthProviders(ctx context.Context, request ListOrganizationAuthProvidersRequestObject) (ListOrganizationAuthProvidersResponseObject, error)

	// (DELETE /v1/control/organizations/{organization_id}/auth/providers/{provider})
	DisableOrganizationAuthProvider(ctx context.Context, request DisableOrganizationAuthProviderRequestObject) (DisableOrganizationAuthProviderResponseObject, error)

	// (PATCH /v1/control/organizations/{organization_id}/auth/providers/{provider})
	UpdateOrganizationAuthProvider(ctx context.Context, request UpdateOrganizationAuthProviderRequestObject) (UpdateOrganizationAuthProviderResponseObject, error)

	// (PUT /v1/control/organizations/{organization_id}/auth/providers/{provider})
	ConfigureOrganizationAuthProvider(ctx context.Context, request ConfigureOrganizationAuthProviderRequestObject) (ConfigureOrganizationAuthProviderResponseObject, error)

	// (GET /v1/control/organizations/{organization_id}/billing/providers)
	ListOrganizationBillingProviders(ctx context.Context, request ListOrganizationBillingProvidersRequestObject) (ListOrganizationBillingProvidersResponseObject, error)

	// (POST /v1/control/organizations/{organization_id}/billing/providers)
	CreateOrganizationBillingProvider(ctx context.Context, request CreateOrganizationBillingProviderRequestObject) (CreateOrganizationBillingProviderResponseObject, error)

	// (DELETE /v1/control/organizations/{organization_id}/billing/providers/{provider_id})
	DisableOrganizationBillingProvider(ctx context.Context, request DisableOrganizationBillingProviderRequestObject) (DisableOrganizationBillingProviderResponseObject, error)

	// (GET /v1/control/organizations/{organization_id}/billing/providers/{provider_id})
	GetOrganizationBillingProvider(ctx context.Context, request GetOrganizationBillingProviderRequestObject) (GetOrganizationBillingProviderResponseObject, error)

	// (PATCH /v1/control/organizations/{organization_id}/billing/providers/{provider_id})
	UpdateOrganizationBillingProvider(ctx context.Context, request UpdateOrganizationBillingProviderRequestObject) (UpdateOrganizationBillingProviderResponseObject, error)

	// (POST /v1/control/organizations/{organization_id}/billing/providers/{provider_id}/verify)
	VerifyOrganizationBillingProvider(ctx context.Context, request VerifyOrganizationBillingProviderRequestObject) (VerifyOrganizationBillingProviderResponseObject, error)

	// (GET /v1/control/organizations/{organization_id}/invitations)
	ListOrganizationInvitations(ctx context.Context, request ListOrganizationInvitationsRequestObject) (ListOrganizationInvitationsResponseObject, error)

	// (POST /v1/control/organizations/{organization_id}/invitations)
	CreateOrganizationInvitation(ctx context.Context, request CreateOrganizationInvitationRequestObject) (CreateOrganizationInvitationResponseObject, error)

	// (DELETE /v1/control/organizations/{organization_id}/invitations/{invitation_id})
	RevokeOrganizationInvitation(ctx context.Context, request RevokeOrganizationInvitationRequestObject) (RevokeOrganizationInvitationResponseObject, error)

	// (POST /v1/control/organizations/{organization_id}/invitations/{invitation_id}/resend)
	ResendOrganizationInvitation(ctx context.Context, request ResendOrganizationInvitationRequestObject) (ResendOrganizationInvitationResponseObject, error)

	// (GET /v1/control/organizations/{organization_id}/members)
	ListOrganizationMembers(ctx context.Context, request ListOrganizationMembersRequestObject) (ListOrganizationMembersResponseObject, error)

	// (DELETE /v1/control/organizations/{organization_id}/members/{member_id})
	DeleteOrganizationMember(ctx context.Context, request DeleteOrganizationMemberRequestObject) (DeleteOrganizationMemberResponseObject, error)

	// (PATCH /v1/control/organizations/{organization_id}/members/{member_id})
	UpdateOrganizationMember(ctx context.Context, request UpdateOrganizationMemberRequestObject) (UpdateOrganizationMemberResponseObject, error)

	// (GET /v1/control/organizations/{organization_id}/notification-providers)
	ListOrganizationNotificationProviders(ctx context.Context, request ListOrganizationNotificationProvidersRequestObject) (ListOrganizationNotificationProvidersResponseObject, error)

	// (POST /v1/control/organizations/{organization_id}/notification-providers)
	CreateOrganizationNotificationProvider(ctx context.Context, request CreateOrganizationNotificationProviderRequestObject) (CreateOrganizationNotificationProviderResponseObject, error)

	// (DELETE /v1/control/organizations/{organization_id}/notification-providers/{provider_id})
	DisableOrganizationNotificationProvider(ctx context.Context, request DisableOrganizationNotificationProviderRequestObject) (DisableOrganizationNotificationProviderResponseObject, error)

	// (GET /v1/control/organizations/{organization_id}/notification-providers/{provider_id})
	GetOrganizationNotificationProvider(ctx context.Context, request GetOrganizationNotificationProviderRequestObject) (GetOrganizationNotificationProviderResponseObject, error)

	// (PATCH /v1/control/organizations/{organization_id}/notification-providers/{provider_id})
	UpdateOrganizationNotificationProvider(ctx context.Context, request UpdateOrganizationNotificationProviderRequestObject) (UpdateOrganizationNotificationProviderResponseObject, error)

	// (POST /v1/control/organizations/{organization_id}/notification-providers/{provider_id}/test)
	TestOrganizationNotificationProvider(ctx context.Context, request TestOrganizationNotificationProviderRequestObject) (TestOrganizationNotificationProviderResponseObject, error)

	// (POST /v1/control/organizations/{organization_id}/notification-providers/{provider_id}/verify)
	VerifyOrganizationNotificationProvider(ctx context.Context, request VerifyOrganizationNotificationProviderRequestObject) (VerifyOrganizationNotificationProviderResponseObject, error)

	// (GET /v1/control/organizations/{organization_id}/policy)
	GetOrganizationPolicy(ctx context.Context, request GetOrganizationPolicyRequestObject) (GetOrganizationPolicyResponseObject, error)

	// (POST /v1/control/organizations/{organization_id}/restore)
	RestoreOrganization(ctx context.Context, request RestoreOrganizationRequestObject) (RestoreOrganizationResponseObject, error)

	// (GET /v1/control/organizations/{organization_id}/storage/objects)
	ListOrganizationStorageObjects(ctx context.Context, request ListOrganizationStorageObjectsRequestObject) (ListOrganizationStorageObjectsResponseObject, error)

	// (DELETE /v1/control/organizations/{organization_id}/storage/objects/{object_id})
	DeleteOrganizationStorageObject(ctx context.Context, request DeleteOrganizationStorageObjectRequestObject) (DeleteOrganizationStorageObjectResponseObject, error)

	// (GET /v1/control/organizations/{organization_id}/storage/objects/{object_id})
	GetOrganizationStorageObject(ctx context.Context, request GetOrganizationStorageObjectRequestObject) (GetOrganizationStorageObjectResponseObject, error)

	// (POST /v1/control/organizations/{organization_id}/storage/objects/{object_id}/download)
	DownloadOrganizationStorageObject(ctx context.Context, request DownloadOrganizationStorageObjectRequestObject) (DownloadOrganizationStorageObjectResponseObject, error)

	// (GET /v1/control/organizations/{organization_id}/storage/providers)
	ListOrganizationStorageProviders(ctx context.Context, request ListOrganizationStorageProvidersRequestObject) (ListOrganizationStorageProvidersResponseObject, error)

	// (POST /v1/control/organizations/{organization_id}/storage/providers)
	CreateOrganizationStorageProvider(ctx context.Context, request CreateOrganizationStorageProviderRequestObject) (CreateOrganizationStorageProviderResponseObject, error)

	// (DELETE /v1/control/organizations/{organization_id}/storage/providers/{provider_id})
	DisableOrganizationStorageProvider(ctx context.Context, request DisableOrganizationStorageProviderRequestObject) (DisableOrganizationStorageProviderResponseObject, error)

	// (GET /v1/control/organizations/{organization_id}/storage/providers/{provider_id})
	GetOrganizationStorageProvider(ctx context.Context, request GetOrganizationStorageProviderRequestObject) (GetOrganizationStorageProviderResponseObject, error)

	// (PATCH /v1/control/organizations/{organization_id}/storage/providers/{provider_id})
	UpdateOrganizationStorageProvider(ctx context.Context, request UpdateOrganizationStorageProviderRequestObject) (UpdateOrganizationStorageProviderResponseObject, error)

	// (POST /v1/control/organizations/{organization_id}/storage/providers/{provider_id}/enable)
	EnableOrganizationStorageProvider(ctx context.Context, request EnableOrganizationStorageProviderRequestObject) (EnableOrganizationStorageProviderResponseObject, error)

	// (POST /v1/control/organizations/{organization_id}/storage/providers/{provider_id}/verify)
	VerifyOrganizationStorageProvider(ctx context.Context, request VerifyOrganizationStorageProviderRequestObject) (VerifyOrganizationStorageProviderResponseObject, error)

	// (GET /v1/management/organizations)
	ManagementListOrganizations(ctx context.Context, request ManagementListOrganizationsRequestObject) (ManagementListOrganizationsResponseObject, error)

	// (POST /v1/management/organizations)
	ManagementCreateOrganization(ctx context.Context, request ManagementCreateOrganizationRequestObject) (ManagementCreateOrganizationResponseObject, error)

	// (DELETE /v1/management/organizations/{organization_id})
	ManagementRetireOrganization(ctx context.Context, request ManagementRetireOrganizationRequestObject) (ManagementRetireOrganizationResponseObject, error)

	// (GET /v1/management/organizations/{organization_id})
	ManagementGetOrganization(ctx context.Context, request ManagementGetOrganizationRequestObject) (ManagementGetOrganizationResponseObject, error)

	// (PATCH /v1/management/organizations/{organization_id})
	ManagementUpdateOrganization(ctx context.Context, request ManagementUpdateOrganizationRequestObject) (ManagementUpdateOrganizationResponseObject, error)

	// (GET /v1/management/organizations/{organization_id}/applications)
	ManagementListApplications(ctx context.Context, request ManagementListApplicationsRequestObject) (ManagementListApplicationsResponseObject, error)

	// (POST /v1/management/organizations/{organization_id}/applications)
	ManagementCreateApplication(ctx context.Context, request ManagementCreateApplicationRequestObject) (ManagementCreateApplicationResponseObject, error)

	// (DELETE /v1/management/organizations/{organization_id}/applications/{application_resource_id})
	ManagementRetireApplication(ctx context.Context, request ManagementRetireApplicationRequestObject) (ManagementRetireApplicationResponseObject, error)

	// (PATCH /v1/management/organizations/{organization_id}/applications/{application_resource_id})
	ManagementUpdateApplication(ctx context.Context, request ManagementUpdateApplicationRequestObject) (ManagementUpdateApplicationResponseObject, error)

	// (POST /v1/management/organizations/{organization_id}/applications/{application_resource_id}/restore)
	ManagementRestoreApplication(ctx context.Context, request ManagementRestoreApplicationRequestObject) (ManagementRestoreApplicationResponseObject, error)

	// (GET /v1/management/organizations/{organization_id}/policy)
	ManagementGetOrganizationPolicy(ctx context.Context, request ManagementGetOrganizationPolicyRequestObject) (ManagementGetOrganizationPolicyResponseObject, error)

	// (PUT /v1/management/organizations/{organization_id}/policy)
	ManagementUpdateOrganizationPolicy(ctx context.Context, request ManagementUpdateOrganizationPolicyRequestObject) (ManagementUpdateOrganizationPolicyResponseObject, error)

	// (POST /v1/management/organizations/{organization_id}/restore)
	ManagementRestoreOrganization(ctx context.Context, request ManagementRestoreOrganizationRequestObject) (ManagementRestoreOrganizationResponseObject, error)

	// (POST /v1/setup/bootstrap)
	Bootstrap(ctx context.Context, request BootstrapRequestObject) (BootstrapResponseObject, error)

	// (POST /v1/setup/complete)
	CompleteSetup(ctx context.Context, request CompleteSetupRequestObject) (CompleteSetupResponseObject, error)

	// (POST /v1/setup/notification-providers)
	CreateSetupNotificationProvider(ctx context.Context, request CreateSetupNotificationProviderRequestObject) (CreateSetupNotificationProviderResponseObject, error)

	// (GET /v1/setup/status)
	SetupStatus(ctx context.Context, request SetupStatusRequestObject) (SetupStatusResponseObject, error)

	// (GET /version)
	Version(ctx context.Context, request VersionRequestObject) (VersionResponseObject, error)
}

StrictServerInterface represents all server handlers.

type StripeWebhook200Response

type StripeWebhook200Response struct {
}

func (StripeWebhook200Response) VisitStripeWebhookResponse

func (response StripeWebhook200Response) VisitStripeWebhookResponse(w http.ResponseWriter) error

type StripeWebhook400ApplicationProblemPlusJSONResponse

type StripeWebhook400ApplicationProblemPlusJSONResponse struct {
	ProblemApplicationProblemPlusJSONResponse
}

func (StripeWebhook400ApplicationProblemPlusJSONResponse) VisitStripeWebhookResponse

func (response StripeWebhook400ApplicationProblemPlusJSONResponse) VisitStripeWebhookResponse(w http.ResponseWriter) error

type StripeWebhookJSONBody

type StripeWebhookJSONBody = interface{}

StripeWebhookJSONBody defines parameters for StripeWebhook.

type StripeWebhookJSONRequestBody

type StripeWebhookJSONRequestBody = StripeWebhookJSONBody

StripeWebhookJSONRequestBody defines body for StripeWebhook for application/json ContentType.

type StripeWebhookParams

type StripeWebhookParams struct {
	StripeSignature string `json:"Stripe-Signature"`
}

StripeWebhookParams defines parameters for StripeWebhook.

type StripeWebhookRequestObject

type StripeWebhookRequestObject struct {
	ConnectionPublicId string `json:"connection_public_id"`
	Params             StripeWebhookParams
	Body               *StripeWebhookJSONRequestBody
}

type StripeWebhookResponseObject

type StripeWebhookResponseObject interface {
	VisitStripeWebhookResponse(w http.ResponseWriter) error
}

type SubscriptionID

type SubscriptionID = UUID

SubscriptionID defines model for SubscriptionID.

type SuspendUser204Response

type SuspendUser204Response struct {
}

func (SuspendUser204Response) VisitSuspendUserResponse

func (response SuspendUser204Response) VisitSuspendUserResponse(w http.ResponseWriter) error

type SuspendUserJSONBody

type SuspendUserJSONBody = map[string]interface{}

SuspendUserJSONBody defines parameters for SuspendUser.

type SuspendUserJSONRequestBody

type SuspendUserJSONRequestBody = SuspendUserJSONBody

SuspendUserJSONRequestBody defines body for SuspendUser for application/json ContentType.

type SuspendUserRequestObject

type SuspendUserRequestObject struct {
	ApplicationId ApplicationID `json:"application_id"`
	UserId        UUID          `json:"user_id"`
	Body          *SuspendUserJSONRequestBody
}

type SuspendUserResponseObject

type SuspendUserResponseObject interface {
	VisitSuspendUserResponse(w http.ResponseWriter) error
}

type TestInstallationNotificationProvider202Response

type TestInstallationNotificationProvider202Response struct {
}

func (TestInstallationNotificationProvider202Response) VisitTestInstallationNotificationProviderResponse

func (response TestInstallationNotificationProvider202Response) VisitTestInstallationNotificationProviderResponse(w http.ResponseWriter) error

type TestInstallationNotificationProvider404ApplicationProblemPlusJSONResponse

type TestInstallationNotificationProvider404ApplicationProblemPlusJSONResponse struct {
	ProblemApplicationProblemPlusJSONResponse
}

func (TestInstallationNotificationProvider404ApplicationProblemPlusJSONResponse) VisitTestInstallationNotificationProviderResponse

func (response TestInstallationNotificationProvider404ApplicationProblemPlusJSONResponse) VisitTestInstallationNotificationProviderResponse(w http.ResponseWriter) error

type TestInstallationNotificationProviderJSONBody

type TestInstallationNotificationProviderJSONBody = map[string]interface{}

TestInstallationNotificationProviderJSONBody defines parameters for TestInstallationNotificationProvider.

type TestInstallationNotificationProviderJSONRequestBody

type TestInstallationNotificationProviderJSONRequestBody = TestInstallationNotificationProviderJSONBody

TestInstallationNotificationProviderJSONRequestBody defines body for TestInstallationNotificationProvider for application/json ContentType.

type TestInstallationNotificationProviderParams

type TestInstallationNotificationProviderParams struct {
	IdempotencyKey *IdempotencyKey `json:"Idempotency-Key,omitempty"`
}

TestInstallationNotificationProviderParams defines parameters for TestInstallationNotificationProvider.

type TestInstallationNotificationProviderRequestObject

type TestInstallationNotificationProviderRequestObject struct {
	ProviderId UUID `json:"provider_id"`
	Params     TestInstallationNotificationProviderParams
	Body       *TestInstallationNotificationProviderJSONRequestBody
}

type TestInstallationNotificationProviderResponseObject

type TestInstallationNotificationProviderResponseObject interface {
	VisitTestInstallationNotificationProviderResponse(w http.ResponseWriter) error
}

type TestNotificationProvider202Response

type TestNotificationProvider202Response struct {
}

func (TestNotificationProvider202Response) VisitTestNotificationProviderResponse

func (response TestNotificationProvider202Response) VisitTestNotificationProviderResponse(w http.ResponseWriter) error

type TestNotificationProviderJSONBody

type TestNotificationProviderJSONBody = map[string]interface{}

TestNotificationProviderJSONBody defines parameters for TestNotificationProvider.

type TestNotificationProviderJSONRequestBody

type TestNotificationProviderJSONRequestBody = TestNotificationProviderJSONBody

TestNotificationProviderJSONRequestBody defines body for TestNotificationProvider for application/json ContentType.

type TestNotificationProviderParams

type TestNotificationProviderParams struct {
	IdempotencyKey *IdempotencyKey `json:"Idempotency-Key,omitempty"`
}

TestNotificationProviderParams defines parameters for TestNotificationProvider.

type TestNotificationProviderRequestObject

type TestNotificationProviderRequestObject struct {
	ApplicationId ApplicationID `json:"application_id"`
	ProviderId    UUID          `json:"provider_id"`
	Params        TestNotificationProviderParams
	Body          *TestNotificationProviderJSONRequestBody
}

type TestNotificationProviderResponseObject

type TestNotificationProviderResponseObject interface {
	VisitTestNotificationProviderResponse(w http.ResponseWriter) error
}

type TestOrganizationNotificationProvider202Response

type TestOrganizationNotificationProvider202Response struct {
}

func (TestOrganizationNotificationProvider202Response) VisitTestOrganizationNotificationProviderResponse

func (response TestOrganizationNotificationProvider202Response) VisitTestOrganizationNotificationProviderResponse(w http.ResponseWriter) error

type TestOrganizationNotificationProviderJSONBody

type TestOrganizationNotificationProviderJSONBody = map[string]interface{}

TestOrganizationNotificationProviderJSONBody defines parameters for TestOrganizationNotificationProvider.

type TestOrganizationNotificationProviderJSONRequestBody

type TestOrganizationNotificationProviderJSONRequestBody = TestOrganizationNotificationProviderJSONBody

TestOrganizationNotificationProviderJSONRequestBody defines body for TestOrganizationNotificationProvider for application/json ContentType.

type TestOrganizationNotificationProviderParams

type TestOrganizationNotificationProviderParams struct {
	IdempotencyKey *IdempotencyKey `json:"Idempotency-Key,omitempty"`
}

TestOrganizationNotificationProviderParams defines parameters for TestOrganizationNotificationProvider.

type TestOrganizationNotificationProviderRequestObject

type TestOrganizationNotificationProviderRequestObject struct {
	OrganizationId OrganizationID `json:"organization_id"`
	ProviderId     UUID           `json:"provider_id"`
	Params         TestOrganizationNotificationProviderParams
	Body           *TestOrganizationNotificationProviderJSONRequestBody
}

type TestOrganizationNotificationProviderResponseObject

type TestOrganizationNotificationProviderResponseObject interface {
	VisitTestOrganizationNotificationProviderResponse(w http.ResponseWriter) error
}

type TestWebhook202Response

type TestWebhook202Response struct {
}

func (TestWebhook202Response) VisitTestWebhookResponse

func (response TestWebhook202Response) VisitTestWebhookResponse(w http.ResponseWriter) error

type TestWebhook404ApplicationProblemPlusJSONResponse

type TestWebhook404ApplicationProblemPlusJSONResponse struct {
	ProblemApplicationProblemPlusJSONResponse
}

func (TestWebhook404ApplicationProblemPlusJSONResponse) VisitTestWebhookResponse

func (response TestWebhook404ApplicationProblemPlusJSONResponse) VisitTestWebhookResponse(w http.ResponseWriter) error

type TestWebhookParams

type TestWebhookParams struct {
	IdempotencyKey *IdempotencyKey `json:"Idempotency-Key,omitempty"`
}

TestWebhookParams defines parameters for TestWebhook.

type TestWebhookRequestObject

type TestWebhookRequestObject struct {
	ApplicationId ApplicationID `json:"application_id"`
	WebhookId     UUID          `json:"webhook_id"`
	Params        TestWebhookParams
}

type TestWebhookResponseObject

type TestWebhookResponseObject interface {
	VisitTestWebhookResponse(w http.ResponseWriter) error
}

type TokenResponse

type TokenResponse struct {
	AccessToken  *string     `json:"access_token,omitempty"`
	ExpiresIn    int         `json:"expires_in"`
	RefreshToken *string     `json:"refresh_token,omitempty"`
	TokenType    interface{} `json:"token_type"`
}

TokenResponse defines model for TokenResponse.

type Tokens

type Tokens = TokenResponse

Tokens defines model for Tokens.

type TokensJSONResponse

type TokensJSONResponse TokenResponse

type TooManyValuesForParamError

type TooManyValuesForParamError struct {
	ParamName string
	Count     int
}

func (*TooManyValuesForParamError) Error

type TransferMyWorkspaceOwnership200JSONResponse

type TransferMyWorkspaceOwnership200JSONResponse struct {
	OwnershipTransferResultJSONResponse
}

func (TransferMyWorkspaceOwnership200JSONResponse) VisitTransferMyWorkspaceOwnershipResponse

func (response TransferMyWorkspaceOwnership200JSONResponse) VisitTransferMyWorkspaceOwnershipResponse(w http.ResponseWriter) error

type TransferMyWorkspaceOwnershipJSONRequestBody

type TransferMyWorkspaceOwnershipJSONRequestBody = OwnershipTransfer

TransferMyWorkspaceOwnershipJSONRequestBody defines body for TransferMyWorkspaceOwnership for application/json ContentType.

type TransferMyWorkspaceOwnershipRequestObject

type TransferMyWorkspaceOwnershipRequestObject struct {
	ApplicationId ApplicationID `json:"application_id"`
	WorkspaceId   UUID          `json:"workspace_id"`
	Body          *TransferMyWorkspaceOwnershipJSONRequestBody
}

type TransferMyWorkspaceOwnershipResponseObject

type TransferMyWorkspaceOwnershipResponseObject interface {
	VisitTransferMyWorkspaceOwnershipResponse(w http.ResponseWriter) error
}

type UUID

type UUID = openapi_types.UUID

UUID defines model for UUID.

type UnescapedCookieParamError

type UnescapedCookieParamError struct {
	ParamName string
	Err       error
}

func (*UnescapedCookieParamError) Error

func (e *UnescapedCookieParamError) Error() string

func (*UnescapedCookieParamError) Unwrap

func (e *UnescapedCookieParamError) Unwrap() error

type Unimplemented

type Unimplemented struct{}

func (Unimplemented) AcceptMyWorkspaceInvitation

func (_ Unimplemented) AcceptMyWorkspaceInvitation(w http.ResponseWriter, r *http.Request, applicationId ApplicationID, invitationId UUID)

(POST /v1/applications/{application_id}/me/workspace-invitations/{invitation_id}/accept)

func (Unimplemented) AcceptOrganizationInvitation

func (_ Unimplemented) AcceptOrganizationInvitation(w http.ResponseWriter, r *http.Request)

(POST /v1/control/organization-invitations/accept)

func (Unimplemented) ActivateMyAddress

func (_ Unimplemented) ActivateMyAddress(w http.ResponseWriter, r *http.Request, applicationId ApplicationID, addressId UUID)

(POST /v1/applications/{application_id}/me/addresses/{address_id}/activate)

func (Unimplemented) ActivateTOTPEnrollment

func (_ Unimplemented) ActivateTOTPEnrollment(w http.ResponseWriter, r *http.Request, applicationId ApplicationID, methodId UUID)

(POST /v1/applications/{application_id}/me/mfa/totp/{method_id}/activate)

func (Unimplemented) ActivateWorkspaceAddress

func (_ Unimplemented) ActivateWorkspaceAddress(w http.ResponseWriter, r *http.Request, applicationId ApplicationID, workspaceId UUID, addressId UUID)

(POST /v1/applications/{application_id}/workspaces/{workspace_id}/addresses/{address_id}/activate)

func (Unimplemented) AnonymizeMyAccount

func (_ Unimplemented) AnonymizeMyAccount(w http.ResponseWriter, r *http.Request, applicationId ApplicationID)

(POST /v1/applications/{application_id}/me/anonymize)

func (Unimplemented) AppleAuthCallback

func (_ Unimplemented) AppleAuthCallback(w http.ResponseWriter, r *http.Request, applicationId ApplicationID)

(POST /v1/applications/{application_id}/auth/providers/apple/callback)

func (Unimplemented) ApproveLocalEntitlementRequest

func (_ Unimplemented) ApproveLocalEntitlementRequest(w http.ResponseWriter, r *http.Request, applicationId ApplicationID, requestId RequestID)

(POST /v1/control/applications/{application_id}/local-entitlement-requests/{request_id}/approve)

func (Unimplemented) ArchiveEventType

func (_ Unimplemented) ArchiveEventType(w http.ResponseWriter, r *http.Request, applicationId ApplicationID, eventTypeId UUID)

(DELETE /v1/control/applications/{application_id}/event-types/{event_type_id})

func (Unimplemented) ArchiveInstallationNotificationTemplate

func (_ Unimplemented) ArchiveInstallationNotificationTemplate(w http.ResponseWriter, r *http.Request, templateId UUID)

(POST /v1/control/installation/notification-templates/{template_id}/archive)

func (Unimplemented) ArchiveMyWorkspace

func (_ Unimplemented) ArchiveMyWorkspace(w http.ResponseWriter, r *http.Request, applicationId ApplicationID, workspaceId UUID)

(DELETE /v1/applications/{application_id}/workspaces/{workspace_id})

func (Unimplemented) ArchiveNotificationTemplate

func (_ Unimplemented) ArchiveNotificationTemplate(w http.ResponseWriter, r *http.Request, applicationId ApplicationID, templateId UUID)

(POST /v1/control/applications/{application_id}/notification-templates/{template_id}/archive)

func (Unimplemented) AuthMethods

func (_ Unimplemented) AuthMethods(w http.ResponseWriter, r *http.Request, applicationId ApplicationID)

(POST /v1/applications/{application_id}/auth/methods)

func (Unimplemented) BeginOIDCAuthorization

func (_ Unimplemented) BeginOIDCAuthorization(w http.ResponseWriter, r *http.Request, params BeginOIDCAuthorizationParams)

(GET /oidc/authorize)

func (Unimplemented) BeginWebAuthnAuthentication

func (_ Unimplemented) BeginWebAuthnAuthentication(w http.ResponseWriter, r *http.Request, applicationId ApplicationID)

(POST /v1/applications/{application_id}/auth/mfa/webauthn/options)

func (Unimplemented) BeginWebAuthnRegistration

func (_ Unimplemented) BeginWebAuthnRegistration(w http.ResponseWriter, r *http.Request, applicationId ApplicationID)

(POST /v1/applications/{application_id}/me/mfa/webauthn/options)

func (Unimplemented) Bootstrap

func (_ Unimplemented) Bootstrap(w http.ResponseWriter, r *http.Request)

(POST /v1/setup/bootstrap)

func (Unimplemented) CancelMyLocalEntitlementRequest

func (_ Unimplemented) CancelMyLocalEntitlementRequest(w http.ResponseWriter, r *http.Request, applicationId ApplicationID, requestId RequestID)

(POST /v1/applications/{application_id}/me/local-entitlement-requests/{request_id}/cancel)

func (Unimplemented) CancelSubscription

func (_ Unimplemented) CancelSubscription(w http.ResponseWriter, r *http.Request, applicationId ApplicationID, subscriptionId SubscriptionID, params CancelSubscriptionParams)

(POST /v1/control/applications/{application_id}/billing/subscriptions/{subscription_id}/cancel)

func (Unimplemented) ChangeOperatorPassword

func (_ Unimplemented) ChangeOperatorPassword(w http.ResponseWriter, r *http.Request)

(PUT /v1/control/auth/password)

func (Unimplemented) ChangeSubscriptionPrice

func (_ Unimplemented) ChangeSubscriptionPrice(w http.ResponseWriter, r *http.Request, applicationId ApplicationID, subscriptionId SubscriptionID, params ChangeSubscriptionPriceParams)

(POST /v1/control/applications/{application_id}/billing/subscriptions/{subscription_id}/change-price)

func (Unimplemented) CheckMyPermissions

func (_ Unimplemented) CheckMyPermissions(w http.ResponseWriter, r *http.Request, applicationId ApplicationID)

(POST /v1/applications/{application_id}/me/permissions/check)

func (Unimplemented) CompleteApplicationStorageUpload

func (_ Unimplemented) CompleteApplicationStorageUpload(w http.ResponseWriter, r *http.Request, applicationId ApplicationID, objectId ObjectID)

(POST /v1/applications/{application_id}/storage/uploads/{object_id}/complete)

func (Unimplemented) CompleteControlApplicationStorageUpload

func (_ Unimplemented) CompleteControlApplicationStorageUpload(w http.ResponseWriter, r *http.Request, applicationId ApplicationID, objectId ObjectID)

(POST /v1/control/applications/{application_id}/storage/uploads/{object_id}/complete)

func (Unimplemented) CompleteInstallationStorageUpload

func (_ Unimplemented) CompleteInstallationStorageUpload(w http.ResponseWriter, r *http.Request, objectId ObjectID)

(POST /v1/control/installation/storage/uploads/{object_id}/complete)

func (Unimplemented) CompleteMyStorageUpload

func (_ Unimplemented) CompleteMyStorageUpload(w http.ResponseWriter, r *http.Request, applicationId ApplicationID, objectId ObjectID)

(POST /v1/applications/{application_id}/me/storage/uploads/{object_id}/complete)

func (Unimplemented) CompleteSetup

func (_ Unimplemented) CompleteSetup(w http.ResponseWriter, r *http.Request)

(POST /v1/setup/complete)

func (Unimplemented) CompleteWorkspaceStorageUpload

func (_ Unimplemented) CompleteWorkspaceStorageUpload(w http.ResponseWriter, r *http.Request, applicationId ApplicationID, workspaceId WorkspaceID, objectId ObjectID)

(POST /v1/applications/{application_id}/workspaces/{workspace_id}/storage/uploads/{object_id}/complete)

func (Unimplemented) ConfigureAppleProvider

func (_ Unimplemented) ConfigureAppleProvider(w http.ResponseWriter, r *http.Request, applicationId ApplicationID)

(PUT /v1/control/applications/{application_id}/auth/providers/apple)

func (Unimplemented) ConfigureGoogleProvider

func (_ Unimplemented) ConfigureGoogleProvider(w http.ResponseWriter, r *http.Request, applicationId ApplicationID)

(PUT /v1/control/applications/{application_id}/auth/providers/google)

func (Unimplemented) ConfigureInstallationAuthProvider

func (_ Unimplemented) ConfigureInstallationAuthProvider(w http.ResponseWriter, r *http.Request, provider string)

(PUT /v1/control/installation/auth/providers/{provider})

func (Unimplemented) ConfigureOrganizationAuthProvider

func (_ Unimplemented) ConfigureOrganizationAuthProvider(w http.ResponseWriter, r *http.Request, organizationId OrganizationID, provider string)

(PUT /v1/control/organizations/{organization_id}/auth/providers/{provider})

func (Unimplemented) CreateApplication

func (_ Unimplemented) CreateApplication(w http.ResponseWriter, r *http.Request, organizationId OrganizationID)

(POST /v1/control/organizations/{organization_id}/applications)

func (Unimplemented) CreateApplicationDomain

func (_ Unimplemented) CreateApplicationDomain(w http.ResponseWriter, r *http.Request, applicationId ApplicationID)

(POST /v1/control/applications/{application_id}/domains)

func (Unimplemented) CreateApplicationStorageProvider

func (_ Unimplemented) CreateApplicationStorageProvider(w http.ResponseWriter, r *http.Request, applicationId ApplicationID)

(POST /v1/control/applications/{application_id}/storage/providers)

func (Unimplemented) CreateApplicationStorageUpload

func (_ Unimplemented) CreateApplicationStorageUpload(w http.ResponseWriter, r *http.Request, applicationId ApplicationID, params CreateApplicationStorageUploadParams)

(POST /v1/applications/{application_id}/storage/uploads)

func (Unimplemented) CreateAuditExport

func (_ Unimplemented) CreateAuditExport(w http.ResponseWriter, r *http.Request, applicationId ApplicationID)

(POST /v1/control/applications/{application_id}/audit-exports)

func (Unimplemented) CreateBillingPortalSession

func (_ Unimplemented) CreateBillingPortalSession(w http.ResponseWriter, r *http.Request, applicationId ApplicationID, params CreateBillingPortalSessionParams)

(POST /v1/applications/{application_id}/billing/portal-sessions)

func (Unimplemented) CreateBillingProvider

func (_ Unimplemented) CreateBillingProvider(w http.ResponseWriter, r *http.Request, applicationId ApplicationID)

(POST /v1/control/applications/{application_id}/billing/providers)

func (Unimplemented) CreateBillingReconciliationRun

func (_ Unimplemented) CreateBillingReconciliationRun(w http.ResponseWriter, r *http.Request, applicationId ApplicationID, providerId ProviderID, params CreateBillingReconciliationRunParams)

(POST /v1/control/applications/{application_id}/billing/providers/{provider_id}/reconciliation-runs)

func (Unimplemented) CreateCheckoutSession

func (_ Unimplemented) CreateCheckoutSession(w http.ResponseWriter, r *http.Request, applicationId ApplicationID, params CreateCheckoutSessionParams)

(POST /v1/applications/{application_id}/billing/checkout-sessions)

func (Unimplemented) CreateClient

func (_ Unimplemented) CreateClient(w http.ResponseWriter, r *http.Request, applicationId ApplicationID)

(POST /v1/control/applications/{application_id}/clients)

func (Unimplemented) CreateControlApplicationStorageUpload

func (_ Unimplemented) CreateControlApplicationStorageUpload(w http.ResponseWriter, r *http.Request, applicationId ApplicationID, params CreateControlApplicationStorageUploadParams)

(POST /v1/control/applications/{application_id}/storage/uploads)

func (Unimplemented) CreateDelegation

func (_ Unimplemented) CreateDelegation(w http.ResponseWriter, r *http.Request, applicationId ApplicationID)

(POST /v1/control/applications/{application_id}/delegations)

func (Unimplemented) CreateEntitlement

func (_ Unimplemented) CreateEntitlement(w http.ResponseWriter, r *http.Request, applicationId ApplicationID)

(POST /v1/control/applications/{application_id}/entitlements)

func (Unimplemented) CreateEventType

func (_ Unimplemented) CreateEventType(w http.ResponseWriter, r *http.Request, applicationId ApplicationID)

(POST /v1/control/applications/{application_id}/event-types)

func (Unimplemented) CreateFeature

func (_ Unimplemented) CreateFeature(w http.ResponseWriter, r *http.Request, applicationId ApplicationID)

(POST /v1/control/applications/{application_id}/features)

func (Unimplemented) CreateInstallationBillingProvider

func (_ Unimplemented) CreateInstallationBillingProvider(w http.ResponseWriter, r *http.Request)

(POST /v1/control/installation/billing/providers)

func (Unimplemented) CreateInstallationNotificationProvider

func (_ Unimplemented) CreateInstallationNotificationProvider(w http.ResponseWriter, r *http.Request)

(POST /v1/control/installation/notification-providers)

func (Unimplemented) CreateInstallationNotificationTemplate

func (_ Unimplemented) CreateInstallationNotificationTemplate(w http.ResponseWriter, r *http.Request)

(POST /v1/control/installation/notification-templates)

func (Unimplemented) CreateInstallationOperator

func (_ Unimplemented) CreateInstallationOperator(w http.ResponseWriter, r *http.Request)

(POST /v1/control/installation/operators)

func (Unimplemented) CreateInstallationStorageProvider

func (_ Unimplemented) CreateInstallationStorageProvider(w http.ResponseWriter, r *http.Request)

(POST /v1/control/installation/storage/providers)

func (Unimplemented) CreateInstallationStorageUpload

func (_ Unimplemented) CreateInstallationStorageUpload(w http.ResponseWriter, r *http.Request, params CreateInstallationStorageUploadParams)

(POST /v1/control/installation/storage/uploads)

func (Unimplemented) CreateManagementClient

func (_ Unimplemented) CreateManagementClient(w http.ResponseWriter, r *http.Request)

(POST /v1/control/installation/management-clients)

func (Unimplemented) CreateMyAddress

func (_ Unimplemented) CreateMyAddress(w http.ResponseWriter, r *http.Request, applicationId ApplicationID)

(POST /v1/applications/{application_id}/me/addresses)

func (Unimplemented) CreateMyStorageUpload

func (_ Unimplemented) CreateMyStorageUpload(w http.ResponseWriter, r *http.Request, applicationId ApplicationID, params CreateMyStorageUploadParams)

(POST /v1/applications/{application_id}/me/storage/uploads)

func (Unimplemented) CreateMyWorkspace

func (_ Unimplemented) CreateMyWorkspace(w http.ResponseWriter, r *http.Request, applicationId ApplicationID)

(POST /v1/applications/{application_id}/me/workspaces)

func (Unimplemented) CreateMyWorkspaceInvitation

func (_ Unimplemented) CreateMyWorkspaceInvitation(w http.ResponseWriter, r *http.Request, applicationId ApplicationID, workspaceId UUID)

(POST /v1/applications/{application_id}/workspaces/{workspace_id}/invitations)

func (Unimplemented) CreateNotificationProvider

func (_ Unimplemented) CreateNotificationProvider(w http.ResponseWriter, r *http.Request, applicationId ApplicationID)

(POST /v1/control/applications/{application_id}/notification-providers)

func (Unimplemented) CreateNotificationTemplate

func (_ Unimplemented) CreateNotificationTemplate(w http.ResponseWriter, r *http.Request, applicationId ApplicationID)

(POST /v1/control/applications/{application_id}/notification-templates)

func (Unimplemented) CreateOrganization

func (_ Unimplemented) CreateOrganization(w http.ResponseWriter, r *http.Request)

(POST /v1/control/organizations)

func (Unimplemented) CreateOrganizationBillingProvider

func (_ Unimplemented) CreateOrganizationBillingProvider(w http.ResponseWriter, r *http.Request, organizationId OrganizationID)

(POST /v1/control/organizations/{organization_id}/billing/providers)

func (Unimplemented) CreateOrganizationInvitation

func (_ Unimplemented) CreateOrganizationInvitation(w http.ResponseWriter, r *http.Request, organizationId OrganizationID)

(POST /v1/control/organizations/{organization_id}/invitations)

func (Unimplemented) CreateOrganizationNotificationProvider

func (_ Unimplemented) CreateOrganizationNotificationProvider(w http.ResponseWriter, r *http.Request, organizationId OrganizationID)

(POST /v1/control/organizations/{organization_id}/notification-providers)

func (Unimplemented) CreateOrganizationStorageProvider

func (_ Unimplemented) CreateOrganizationStorageProvider(w http.ResponseWriter, r *http.Request, organizationId OrganizationID)

(POST /v1/control/organizations/{organization_id}/storage/providers)

func (Unimplemented) CreatePersonalAPIKey

func (_ Unimplemented) CreatePersonalAPIKey(w http.ResponseWriter, r *http.Request, applicationId ApplicationID)

(POST /v1/applications/{application_id}/me/api-keys)

func (Unimplemented) CreatePrice

func (_ Unimplemented) CreatePrice(w http.ResponseWriter, r *http.Request, applicationId ApplicationID, productId UUID)

(POST /v1/control/applications/{application_id}/products/{product_id}/prices)

func (Unimplemented) CreateProduct

func (_ Unimplemented) CreateProduct(w http.ResponseWriter, r *http.Request, applicationId ApplicationID)

(POST /v1/control/applications/{application_id}/products)

func (Unimplemented) CreateRefund

func (_ Unimplemented) CreateRefund(w http.ResponseWriter, r *http.Request, applicationId ApplicationID, paymentId PaymentID, params CreateRefundParams)

(POST /v1/control/applications/{application_id}/billing/payments/{payment_id}/refunds)

func (Unimplemented) CreateRole

func (_ Unimplemented) CreateRole(w http.ResponseWriter, r *http.Request, applicationId ApplicationID)

(POST /v1/control/applications/{application_id}/roles)

func (Unimplemented) CreateRoleAssignment

func (_ Unimplemented) CreateRoleAssignment(w http.ResponseWriter, r *http.Request, applicationId ApplicationID)

(POST /v1/control/applications/{application_id}/role-assignments)

func (Unimplemented) CreateSenderIdentity

func (_ Unimplemented) CreateSenderIdentity(w http.ResponseWriter, r *http.Request, applicationId ApplicationID)

(POST /v1/control/applications/{application_id}/sender-identities)

func (Unimplemented) CreateSetupNotificationProvider

func (_ Unimplemented) CreateSetupNotificationProvider(w http.ResponseWriter, r *http.Request)

(POST /v1/setup/notification-providers)

func (Unimplemented) CreateUser

func (_ Unimplemented) CreateUser(w http.ResponseWriter, r *http.Request, applicationId ApplicationID)

(POST /v1/control/applications/{application_id}/users)

func (Unimplemented) CreateWebhook

func (_ Unimplemented) CreateWebhook(w http.ResponseWriter, r *http.Request, applicationId ApplicationID)

(POST /v1/control/applications/{application_id}/webhooks)

func (Unimplemented) CreateWorkspace

func (_ Unimplemented) CreateWorkspace(w http.ResponseWriter, r *http.Request, applicationId ApplicationID)

(POST /v1/control/applications/{application_id}/workspaces)

func (Unimplemented) CreateWorkspaceAddress

func (_ Unimplemented) CreateWorkspaceAddress(w http.ResponseWriter, r *http.Request, applicationId ApplicationID, workspaceId UUID)

(POST /v1/applications/{application_id}/workspaces/{workspace_id}/addresses)

func (Unimplemented) CreateWorkspaceInvitation

func (_ Unimplemented) CreateWorkspaceInvitation(w http.ResponseWriter, r *http.Request, applicationId ApplicationID)

(POST /v1/control/applications/{application_id}/workspace-invitations)

func (Unimplemented) CreateWorkspaceStorageUpload

func (_ Unimplemented) CreateWorkspaceStorageUpload(w http.ResponseWriter, r *http.Request, applicationId ApplicationID, workspaceId WorkspaceID, params CreateWorkspaceStorageUploadParams)

(POST /v1/applications/{application_id}/workspaces/{workspace_id}/storage/uploads)

func (Unimplemented) DecideOIDCAuthorization

func (_ Unimplemented) DecideOIDCAuthorization(w http.ResponseWriter, r *http.Request)

(POST /oidc/authorize)

func (Unimplemented) DeleteApplicationDomain

func (_ Unimplemented) DeleteApplicationDomain(w http.ResponseWriter, r *http.Request, applicationId ApplicationID, domainId UUID)

(DELETE /v1/control/applications/{application_id}/domains/{domain_id})

func (Unimplemented) DeleteApplicationStorageObject

func (_ Unimplemented) DeleteApplicationStorageObject(w http.ResponseWriter, r *http.Request, applicationId ApplicationID, objectId ObjectID)

(DELETE /v1/applications/{application_id}/storage/objects/{object_id})

func (Unimplemented) DeleteControlApplicationStorageObject

func (_ Unimplemented) DeleteControlApplicationStorageObject(w http.ResponseWriter, r *http.Request, applicationId ApplicationID, objectId ObjectID, params DeleteControlApplicationStorageObjectParams)

(DELETE /v1/control/applications/{application_id}/storage/objects/{object_id})

func (Unimplemented) DeleteInstallationOperator

func (_ Unimplemented) DeleteInstallationOperator(w http.ResponseWriter, r *http.Request, operatorId UUID)

(DELETE /v1/control/installation/operators/{operator_id})

func (Unimplemented) DeleteInstallationStorageObject

func (_ Unimplemented) DeleteInstallationStorageObject(w http.ResponseWriter, r *http.Request, objectId ObjectID, params DeleteInstallationStorageObjectParams)

(DELETE /v1/control/installation/storage/objects/{object_id})

func (Unimplemented) DeleteMyAccount

func (_ Unimplemented) DeleteMyAccount(w http.ResponseWriter, r *http.Request, applicationId ApplicationID)

(DELETE /v1/applications/{application_id}/me)

func (Unimplemented) DeleteMyAddress

func (_ Unimplemented) DeleteMyAddress(w http.ResponseWriter, r *http.Request, applicationId ApplicationID, addressId UUID)

(DELETE /v1/applications/{application_id}/me/addresses/{address_id})

func (Unimplemented) DeleteMyStorageObject

func (_ Unimplemented) DeleteMyStorageObject(w http.ResponseWriter, r *http.Request, applicationId ApplicationID, objectId ObjectID)

(DELETE /v1/applications/{application_id}/me/storage/objects/{object_id})

func (Unimplemented) DeleteOrganizationMember

func (_ Unimplemented) DeleteOrganizationMember(w http.ResponseWriter, r *http.Request, organizationId OrganizationID, memberId UUID)

(DELETE /v1/control/organizations/{organization_id}/members/{member_id})

func (Unimplemented) DeleteOrganizationStorageObject

func (_ Unimplemented) DeleteOrganizationStorageObject(w http.ResponseWriter, r *http.Request, organizationId OrganizationID, objectId ObjectID, params DeleteOrganizationStorageObjectParams)

(DELETE /v1/control/organizations/{organization_id}/storage/objects/{object_id})

func (Unimplemented) DeleteRole

func (_ Unimplemented) DeleteRole(w http.ResponseWriter, r *http.Request, applicationId ApplicationID, roleId UUID)

(DELETE /v1/control/applications/{application_id}/roles/{role_id})

func (Unimplemented) DeleteRoleAssignment

func (_ Unimplemented) DeleteRoleAssignment(w http.ResponseWriter, r *http.Request, applicationId ApplicationID, assignmentId UUID)

(DELETE /v1/control/applications/{application_id}/role-assignments/{assignment_id})

func (Unimplemented) DeleteWorkspace

func (_ Unimplemented) DeleteWorkspace(w http.ResponseWriter, r *http.Request, applicationId ApplicationID, workspaceId UUID)

(DELETE /v1/control/applications/{application_id}/workspaces/{workspace_id})

func (Unimplemented) DeleteWorkspaceAddress

func (_ Unimplemented) DeleteWorkspaceAddress(w http.ResponseWriter, r *http.Request, applicationId ApplicationID, workspaceId UUID, addressId UUID)

(DELETE /v1/applications/{application_id}/workspaces/{workspace_id}/addresses/{address_id})

func (Unimplemented) DeleteWorkspaceMember

func (_ Unimplemented) DeleteWorkspaceMember(w http.ResponseWriter, r *http.Request, applicationId ApplicationID, workspaceId UUID, userId UUID)

(DELETE /v1/control/applications/{application_id}/workspaces/{workspace_id}/members/{user_id})

func (Unimplemented) DeleteWorkspaceStorageObject

func (_ Unimplemented) DeleteWorkspaceStorageObject(w http.ResponseWriter, r *http.Request, applicationId ApplicationID, workspaceId WorkspaceID, objectId ObjectID)

(DELETE /v1/applications/{application_id}/workspaces/{workspace_id}/storage/objects/{object_id})

func (Unimplemented) DisableApplicationAuthProvider

func (_ Unimplemented) DisableApplicationAuthProvider(w http.ResponseWriter, r *http.Request, applicationId ApplicationID, provider string)

(DELETE /v1/control/applications/{application_id}/auth/providers/{provider})

func (Unimplemented) DisableApplicationStorageProvider

func (_ Unimplemented) DisableApplicationStorageProvider(w http.ResponseWriter, r *http.Request, applicationId ApplicationID, providerId ProviderID, params DisableApplicationStorageProviderParams)

(DELETE /v1/control/applications/{application_id}/storage/providers/{provider_id})

func (Unimplemented) DisableBillingProvider

func (_ Unimplemented) DisableBillingProvider(w http.ResponseWriter, r *http.Request, applicationId ApplicationID, providerId ProviderID)

(DELETE /v1/control/applications/{application_id}/billing/providers/{provider_id})

func (Unimplemented) DisableClient

func (_ Unimplemented) DisableClient(w http.ResponseWriter, r *http.Request, applicationId ApplicationID, clientId string)

(DELETE /v1/control/applications/{application_id}/clients/{client_id})

func (Unimplemented) DisableInstallationAuthProvider

func (_ Unimplemented) DisableInstallationAuthProvider(w http.ResponseWriter, r *http.Request, provider string)

(DELETE /v1/control/installation/auth/providers/{provider})

func (Unimplemented) DisableInstallationBillingProvider

func (_ Unimplemented) DisableInstallationBillingProvider(w http.ResponseWriter, r *http.Request, providerId ProviderID)

(DELETE /v1/control/installation/billing/providers/{provider_id})

func (Unimplemented) DisableInstallationNotificationProvider

func (_ Unimplemented) DisableInstallationNotificationProvider(w http.ResponseWriter, r *http.Request, providerId UUID)

(DELETE /v1/control/installation/notification-providers/{provider_id})

func (Unimplemented) DisableInstallationStorageProvider

func (_ Unimplemented) DisableInstallationStorageProvider(w http.ResponseWriter, r *http.Request, providerId ProviderID, params DisableInstallationStorageProviderParams)

(DELETE /v1/control/installation/storage/providers/{provider_id})

func (Unimplemented) DisableMFAMethod

func (_ Unimplemented) DisableMFAMethod(w http.ResponseWriter, r *http.Request, applicationId ApplicationID, methodId UUID)

(DELETE /v1/applications/{application_id}/me/mfa/methods/{method_id})

func (Unimplemented) DisableManagementClient

func (_ Unimplemented) DisableManagementClient(w http.ResponseWriter, r *http.Request, managementClientId UUID)

(DELETE /v1/control/installation/management-clients/{management_client_id})

func (Unimplemented) DisableNotificationProvider

func (_ Unimplemented) DisableNotificationProvider(w http.ResponseWriter, r *http.Request, applicationId ApplicationID, providerId UUID)

(DELETE /v1/control/applications/{application_id}/notification-providers/{provider_id})

func (Unimplemented) DisableOrganizationAuthProvider

func (_ Unimplemented) DisableOrganizationAuthProvider(w http.ResponseWriter, r *http.Request, organizationId OrganizationID, provider string)

(DELETE /v1/control/organizations/{organization_id}/auth/providers/{provider})

func (Unimplemented) DisableOrganizationBillingProvider

func (_ Unimplemented) DisableOrganizationBillingProvider(w http.ResponseWriter, r *http.Request, organizationId OrganizationID, providerId ProviderID)

(DELETE /v1/control/organizations/{organization_id}/billing/providers/{provider_id})

func (Unimplemented) DisableOrganizationNotificationProvider

func (_ Unimplemented) DisableOrganizationNotificationProvider(w http.ResponseWriter, r *http.Request, organizationId OrganizationID, providerId UUID)

(DELETE /v1/control/organizations/{organization_id}/notification-providers/{provider_id})

func (Unimplemented) DisableOrganizationStorageProvider

func (_ Unimplemented) DisableOrganizationStorageProvider(w http.ResponseWriter, r *http.Request, organizationId OrganizationID, providerId ProviderID, params DisableOrganizationStorageProviderParams)

(DELETE /v1/control/organizations/{organization_id}/storage/providers/{provider_id})

func (Unimplemented) DisableWebhook

func (_ Unimplemented) DisableWebhook(w http.ResponseWriter, r *http.Request, applicationId ApplicationID, webhookId UUID)

(DELETE /v1/control/applications/{application_id}/webhooks/{webhook_id})

func (Unimplemented) DownloadApplicationStorageObject

func (_ Unimplemented) DownloadApplicationStorageObject(w http.ResponseWriter, r *http.Request, applicationId ApplicationID, objectId ObjectID)

(POST /v1/applications/{application_id}/storage/objects/{object_id}/download)

func (Unimplemented) DownloadControlApplicationStorageObject

func (_ Unimplemented) DownloadControlApplicationStorageObject(w http.ResponseWriter, r *http.Request, applicationId ApplicationID, objectId ObjectID)

(POST /v1/control/applications/{application_id}/storage/objects/{object_id}/download)

func (Unimplemented) DownloadInstallationStorageObject

func (_ Unimplemented) DownloadInstallationStorageObject(w http.ResponseWriter, r *http.Request, objectId ObjectID)

(POST /v1/control/installation/storage/objects/{object_id}/download)

func (Unimplemented) DownloadMyStorageObject

func (_ Unimplemented) DownloadMyStorageObject(w http.ResponseWriter, r *http.Request, applicationId ApplicationID, objectId ObjectID)

(POST /v1/applications/{application_id}/me/storage/objects/{object_id}/download)

func (Unimplemented) DownloadOrganizationStorageObject

func (_ Unimplemented) DownloadOrganizationStorageObject(w http.ResponseWriter, r *http.Request, organizationId OrganizationID, objectId ObjectID)

(POST /v1/control/organizations/{organization_id}/storage/objects/{object_id}/download)

func (Unimplemented) DownloadWorkspaceStorageObject

func (_ Unimplemented) DownloadWorkspaceStorageObject(w http.ResponseWriter, r *http.Request, applicationId ApplicationID, workspaceId WorkspaceID, objectId ObjectID)

(POST /v1/applications/{application_id}/workspaces/{workspace_id}/storage/objects/{object_id}/download)

func (Unimplemented) EmailChangeStart

func (_ Unimplemented) EmailChangeStart(w http.ResponseWriter, r *http.Request, applicationId ApplicationID)

(POST /v1/applications/{application_id}/me/email-change/start)

func (Unimplemented) EmailChangeVerify

func (_ Unimplemented) EmailChangeVerify(w http.ResponseWriter, r *http.Request, applicationId ApplicationID)

(POST /v1/applications/{application_id}/me/email-change/verify)

func (Unimplemented) EmailStart

func (_ Unimplemented) EmailStart(w http.ResponseWriter, r *http.Request, applicationId ApplicationID)

(POST /v1/applications/{application_id}/auth/email/start)

func (Unimplemented) EmailVerificationStart

func (_ Unimplemented) EmailVerificationStart(w http.ResponseWriter, r *http.Request, applicationId ApplicationID)

(POST /v1/applications/{application_id}/me/email-verification/start)

func (Unimplemented) EmailVerificationVerify

func (_ Unimplemented) EmailVerificationVerify(w http.ResponseWriter, r *http.Request, applicationId ApplicationID)

(POST /v1/applications/{application_id}/me/email-verification/verify)

func (Unimplemented) EmailVerify

func (_ Unimplemented) EmailVerify(w http.ResponseWriter, r *http.Request, applicationId ApplicationID)

(POST /v1/applications/{application_id}/auth/email/verify)

func (Unimplemented) EnableApplicationStorageProvider

func (_ Unimplemented) EnableApplicationStorageProvider(w http.ResponseWriter, r *http.Request, applicationId ApplicationID, providerId ProviderID)

(POST /v1/control/applications/{application_id}/storage/providers/{provider_id}/enable)

func (Unimplemented) EnableInstallationStorageProvider

func (_ Unimplemented) EnableInstallationStorageProvider(w http.ResponseWriter, r *http.Request, providerId ProviderID)

(POST /v1/control/installation/storage/providers/{provider_id}/enable)

func (Unimplemented) EnableOrganizationStorageProvider

func (_ Unimplemented) EnableOrganizationStorageProvider(w http.ResponseWriter, r *http.Request, organizationId OrganizationID, providerId ProviderID)

(POST /v1/control/organizations/{organization_id}/storage/providers/{provider_id}/enable)

func (Unimplemented) ExchangeAppleAuth

func (_ Unimplemented) ExchangeAppleAuth(w http.ResponseWriter, r *http.Request, applicationId ApplicationID)

(POST /v1/applications/{application_id}/auth/providers/apple/exchange)

func (Unimplemented) ExchangeDelegation

func (_ Unimplemented) ExchangeDelegation(w http.ResponseWriter, r *http.Request, applicationId ApplicationID, delegationId UUID)

(POST /v1/applications/{application_id}/delegations/{delegation_id}/exchange)

func (Unimplemented) ExchangeGoogleAuth

func (_ Unimplemented) ExchangeGoogleAuth(w http.ResponseWriter, r *http.Request, applicationId ApplicationID)

(POST /v1/applications/{application_id}/auth/providers/google/exchange)

func (Unimplemented) ExchangeOIDCToken

func (_ Unimplemented) ExchangeOIDCToken(w http.ResponseWriter, r *http.Request)

(POST /oidc/token)

func (Unimplemented) ExportMyAccount

func (_ Unimplemented) ExportMyAccount(w http.ResponseWriter, r *http.Request, applicationId ApplicationID)

(GET /v1/applications/{application_id}/me/export)

func (Unimplemented) FinishWebAuthnAuthentication

func (_ Unimplemented) FinishWebAuthnAuthentication(w http.ResponseWriter, r *http.Request, applicationId ApplicationID)

(POST /v1/applications/{application_id}/auth/mfa/webauthn/verify)

func (Unimplemented) FinishWebAuthnRegistration

func (_ Unimplemented) FinishWebAuthnRegistration(w http.ResponseWriter, r *http.Request, applicationId ApplicationID)

(POST /v1/applications/{application_id}/me/mfa/webauthn/verify)

func (Unimplemented) GetApplication

func (_ Unimplemented) GetApplication(w http.ResponseWriter, r *http.Request, applicationId ApplicationID)

(GET /v1/control/applications/{application_id})

func (Unimplemented) GetApplicationStatistics

func (_ Unimplemented) GetApplicationStatistics(w http.ResponseWriter, r *http.Request, applicationId ApplicationID)

(GET /v1/control/applications/{application_id}/statistics)

func (Unimplemented) GetApplicationStorageObject

func (_ Unimplemented) GetApplicationStorageObject(w http.ResponseWriter, r *http.Request, applicationId ApplicationID, objectId ObjectID)

(GET /v1/applications/{application_id}/storage/objects/{object_id})

func (Unimplemented) GetApplicationStorageProvider

func (_ Unimplemented) GetApplicationStorageProvider(w http.ResponseWriter, r *http.Request, applicationId ApplicationID, providerId ProviderID)

(GET /v1/control/applications/{application_id}/storage/providers/{provider_id})

func (Unimplemented) GetAuditExport

func (_ Unimplemented) GetAuditExport(w http.ResponseWriter, r *http.Request, applicationId ApplicationID, exportId UUID)

(GET /v1/control/applications/{application_id}/audit-exports/{export_id})

func (Unimplemented) GetAuditLog

func (_ Unimplemented) GetAuditLog(w http.ResponseWriter, r *http.Request, applicationId ApplicationID, auditId UUID)

(GET /v1/control/applications/{application_id}/audit-logs/{audit_id})

func (Unimplemented) GetBillingProvider

func (_ Unimplemented) GetBillingProvider(w http.ResponseWriter, r *http.Request, applicationId ApplicationID, providerId ProviderID)

(GET /v1/control/applications/{application_id}/billing/providers/{provider_id})

func (Unimplemented) GetBillingReconciliationRun

func (_ Unimplemented) GetBillingReconciliationRun(w http.ResponseWriter, r *http.Request, applicationId ApplicationID, runId UUID)

(GET /v1/control/applications/{application_id}/billing/reconciliation-runs/{run_id})

func (Unimplemented) GetBillingStatistics

func (_ Unimplemented) GetBillingStatistics(w http.ResponseWriter, r *http.Request, applicationId ApplicationID, params GetBillingStatisticsParams)

(GET /v1/control/applications/{application_id}/billing/statistics)

func (Unimplemented) GetCheckoutSession

func (_ Unimplemented) GetCheckoutSession(w http.ResponseWriter, r *http.Request, applicationId ApplicationID, sessionId SessionID)

(GET /v1/applications/{application_id}/billing/checkout-sessions/{session_id})

func (Unimplemented) GetControlApplicationStorageObject

func (_ Unimplemented) GetControlApplicationStorageObject(w http.ResponseWriter, r *http.Request, applicationId ApplicationID, objectId ObjectID)

(GET /v1/control/applications/{application_id}/storage/objects/{object_id})

func (Unimplemented) GetCurrentUser

func (_ Unimplemented) GetCurrentUser(w http.ResponseWriter, r *http.Request, applicationId ApplicationID)

(GET /v1/applications/{application_id}/me)

func (Unimplemented) GetDelegation

func (_ Unimplemented) GetDelegation(w http.ResponseWriter, r *http.Request, applicationId ApplicationID, delegationId UUID)

(GET /v1/control/applications/{application_id}/delegations/{delegation_id})

func (Unimplemented) GetDispute

func (_ Unimplemented) GetDispute(w http.ResponseWriter, r *http.Request, applicationId ApplicationID, disputeId UUID)

(GET /v1/control/applications/{application_id}/billing/disputes/{dispute_id})

func (Unimplemented) GetEntitlement

func (_ Unimplemented) GetEntitlement(w http.ResponseWriter, r *http.Request, applicationId ApplicationID, entitlementId UUID)

(GET /v1/control/applications/{application_id}/entitlements/{entitlement_id})

func (Unimplemented) GetEvent

func (_ Unimplemented) GetEvent(w http.ResponseWriter, r *http.Request, applicationId ApplicationID, eventId UUID)

(GET /v1/control/applications/{application_id}/events/{event_id})

func (Unimplemented) GetEventType

func (_ Unimplemented) GetEventType(w http.ResponseWriter, r *http.Request, applicationId ApplicationID, eventTypeId UUID)

(GET /v1/control/applications/{application_id}/event-types/{event_type_id})

func (Unimplemented) GetInstallationBillingProvider

func (_ Unimplemented) GetInstallationBillingProvider(w http.ResponseWriter, r *http.Request, providerId ProviderID)

(GET /v1/control/installation/billing/providers/{provider_id})

func (Unimplemented) GetInstallationNotificationProvider

func (_ Unimplemented) GetInstallationNotificationProvider(w http.ResponseWriter, r *http.Request, providerId UUID)

(GET /v1/control/installation/notification-providers/{provider_id})

func (Unimplemented) GetInstallationNotificationTemplate

func (_ Unimplemented) GetInstallationNotificationTemplate(w http.ResponseWriter, r *http.Request, templateId UUID)

(GET /v1/control/installation/notification-templates/{template_id})

func (Unimplemented) GetInstallationStorageObject

func (_ Unimplemented) GetInstallationStorageObject(w http.ResponseWriter, r *http.Request, objectId ObjectID)

(GET /v1/control/installation/storage/objects/{object_id})

func (Unimplemented) GetInstallationStorageProvider

func (_ Unimplemented) GetInstallationStorageProvider(w http.ResponseWriter, r *http.Request, providerId ProviderID)

(GET /v1/control/installation/storage/providers/{provider_id})

func (Unimplemented) GetInvoice

func (_ Unimplemented) GetInvoice(w http.ResponseWriter, r *http.Request, applicationId ApplicationID, invoiceId UUID)

(GET /v1/control/applications/{application_id}/billing/invoices/{invoice_id})

func (Unimplemented) GetLocalEntitlementRequest

func (_ Unimplemented) GetLocalEntitlementRequest(w http.ResponseWriter, r *http.Request, applicationId ApplicationID, requestId RequestID)

(GET /v1/control/applications/{application_id}/local-entitlement-requests/{request_id})

func (Unimplemented) GetManagementAPIStatus

func (_ Unimplemented) GetManagementAPIStatus(w http.ResponseWriter, r *http.Request)

(GET /v1/control/installation/management-api)

func (Unimplemented) GetMyBillingProfile

func (_ Unimplemented) GetMyBillingProfile(w http.ResponseWriter, r *http.Request, applicationId ApplicationID)

(GET /v1/applications/{application_id}/me/billing-profile)

func (Unimplemented) GetMyBillingSummary

func (_ Unimplemented) GetMyBillingSummary(w http.ResponseWriter, r *http.Request, applicationId ApplicationID)

(GET /v1/applications/{application_id}/me/billing)

func (Unimplemented) GetMyLocalEntitlementRequest

func (_ Unimplemented) GetMyLocalEntitlementRequest(w http.ResponseWriter, r *http.Request, applicationId ApplicationID, requestId RequestID)

(GET /v1/applications/{application_id}/me/local-entitlement-requests/{request_id})

func (Unimplemented) GetMyStorageObject

func (_ Unimplemented) GetMyStorageObject(w http.ResponseWriter, r *http.Request, applicationId ApplicationID, objectId ObjectID)

(GET /v1/applications/{application_id}/me/storage/objects/{object_id})

func (Unimplemented) GetMyWorkspace

func (_ Unimplemented) GetMyWorkspace(w http.ResponseWriter, r *http.Request, applicationId ApplicationID, workspaceId UUID)

(GET /v1/applications/{application_id}/workspaces/{workspace_id})

func (Unimplemented) GetNotification

func (_ Unimplemented) GetNotification(w http.ResponseWriter, r *http.Request, applicationId ApplicationID, notificationId UUID)

(GET /v1/control/applications/{application_id}/notifications/{notification_id})

func (Unimplemented) GetNotificationProvider

func (_ Unimplemented) GetNotificationProvider(w http.ResponseWriter, r *http.Request, applicationId ApplicationID, providerId UUID)

(GET /v1/control/applications/{application_id}/notification-providers/{provider_id})

func (Unimplemented) GetNotificationStatistics

func (_ Unimplemented) GetNotificationStatistics(w http.ResponseWriter, r *http.Request, applicationId ApplicationID)

(GET /v1/control/applications/{application_id}/notifications/statistics)

func (Unimplemented) GetNotificationTemplate

func (_ Unimplemented) GetNotificationTemplate(w http.ResponseWriter, r *http.Request, applicationId ApplicationID, templateId UUID)

(GET /v1/control/applications/{application_id}/notification-templates/{template_id})

func (Unimplemented) GetOperatorAccount

func (_ Unimplemented) GetOperatorAccount(w http.ResponseWriter, r *http.Request)

(GET /v1/control/auth/me)

func (Unimplemented) GetOrganization

func (_ Unimplemented) GetOrganization(w http.ResponseWriter, r *http.Request, organizationId OrganizationID)

(GET /v1/control/organizations/{organization_id})

func (Unimplemented) GetOrganizationBillingProvider

func (_ Unimplemented) GetOrganizationBillingProvider(w http.ResponseWriter, r *http.Request, organizationId OrganizationID, providerId ProviderID)

(GET /v1/control/organizations/{organization_id}/billing/providers/{provider_id})

func (Unimplemented) GetOrganizationNotificationProvider

func (_ Unimplemented) GetOrganizationNotificationProvider(w http.ResponseWriter, r *http.Request, organizationId OrganizationID, providerId UUID)

(GET /v1/control/organizations/{organization_id}/notification-providers/{provider_id})

func (Unimplemented) GetOrganizationPolicy

func (_ Unimplemented) GetOrganizationPolicy(w http.ResponseWriter, r *http.Request, organizationId OrganizationID)

(GET /v1/control/organizations/{organization_id}/policy)

func (Unimplemented) GetOrganizationStorageObject

func (_ Unimplemented) GetOrganizationStorageObject(w http.ResponseWriter, r *http.Request, organizationId OrganizationID, objectId ObjectID)

(GET /v1/control/organizations/{organization_id}/storage/objects/{object_id})

func (Unimplemented) GetOrganizationStorageProvider

func (_ Unimplemented) GetOrganizationStorageProvider(w http.ResponseWriter, r *http.Request, organizationId OrganizationID, providerId ProviderID)

(GET /v1/control/organizations/{organization_id}/storage/providers/{provider_id})

func (Unimplemented) GetPayment

func (_ Unimplemented) GetPayment(w http.ResponseWriter, r *http.Request, applicationId ApplicationID, paymentId PaymentID)

(GET /v1/control/applications/{application_id}/billing/payments/{payment_id})

func (Unimplemented) GetProduct

func (_ Unimplemented) GetProduct(w http.ResponseWriter, r *http.Request, applicationId ApplicationID, productId UUID)

(GET /v1/control/applications/{application_id}/products/{product_id})

func (Unimplemented) GetRefund

func (_ Unimplemented) GetRefund(w http.ResponseWriter, r *http.Request, applicationId ApplicationID, refundId UUID)

(GET /v1/control/applications/{application_id}/billing/refunds/{refund_id})

func (Unimplemented) GetRole

func (_ Unimplemented) GetRole(w http.ResponseWriter, r *http.Request, applicationId ApplicationID, roleId UUID)

(GET /v1/control/applications/{application_id}/roles/{role_id})

func (Unimplemented) GetSubscription

func (_ Unimplemented) GetSubscription(w http.ResponseWriter, r *http.Request, applicationId ApplicationID, subscriptionId SubscriptionID)

(GET /v1/control/applications/{application_id}/billing/subscriptions/{subscription_id})

func (Unimplemented) GetUser

func (_ Unimplemented) GetUser(w http.ResponseWriter, r *http.Request, applicationId ApplicationID, userId UUID)

(GET /v1/control/applications/{application_id}/users/{user_id})

func (Unimplemented) GetWebhook

func (_ Unimplemented) GetWebhook(w http.ResponseWriter, r *http.Request, applicationId ApplicationID, webhookId UUID)

(GET /v1/control/applications/{application_id}/webhooks/{webhook_id})

func (Unimplemented) GetWebhookDelivery

func (_ Unimplemented) GetWebhookDelivery(w http.ResponseWriter, r *http.Request, applicationId ApplicationID, deliveryId UUID)

(GET /v1/control/applications/{application_id}/webhook-deliveries/{delivery_id})

func (Unimplemented) GetWorkspace

func (_ Unimplemented) GetWorkspace(w http.ResponseWriter, r *http.Request, applicationId ApplicationID, workspaceId UUID)

(GET /v1/control/applications/{application_id}/workspaces/{workspace_id})

func (Unimplemented) GetWorkspaceBillingProfile

func (_ Unimplemented) GetWorkspaceBillingProfile(w http.ResponseWriter, r *http.Request, applicationId ApplicationID, workspaceId UUID)

(GET /v1/applications/{application_id}/workspaces/{workspace_id}/billing-profile)

func (Unimplemented) GetWorkspaceStorageObject

func (_ Unimplemented) GetWorkspaceStorageObject(w http.ResponseWriter, r *http.Request, applicationId ApplicationID, workspaceId WorkspaceID, objectId ObjectID)

(GET /v1/applications/{application_id}/workspaces/{workspace_id}/storage/objects/{object_id})

func (Unimplemented) GoogleAuthCallback

func (_ Unimplemented) GoogleAuthCallback(w http.ResponseWriter, r *http.Request, applicationId ApplicationID)

(GET /v1/applications/{application_id}/auth/providers/google/callback)

func (Unimplemented) Health

func (_ Unimplemented) Health(w http.ResponseWriter, r *http.Request)

(GET /healthz)

func (Unimplemented) IntrospectOIDCToken

func (_ Unimplemented) IntrospectOIDCToken(w http.ResponseWriter, r *http.Request)

(POST /oidc/introspect)

func (Unimplemented) LeaveWorkspace

func (_ Unimplemented) LeaveWorkspace(w http.ResponseWriter, r *http.Request, applicationId ApplicationID, workspaceId UUID)

(DELETE /v1/applications/{application_id}/workspaces/{workspace_id}/membership)

func (Unimplemented) ListApplicationAuthProviders

func (_ Unimplemented) ListApplicationAuthProviders(w http.ResponseWriter, r *http.Request, applicationId ApplicationID)

(GET /v1/control/applications/{application_id}/auth/providers)

func (Unimplemented) ListApplicationDomains

func (_ Unimplemented) ListApplicationDomains(w http.ResponseWriter, r *http.Request, applicationId ApplicationID)

(GET /v1/control/applications/{application_id}/domains)

func (Unimplemented) ListApplicationStorageObjects

func (_ Unimplemented) ListApplicationStorageObjects(w http.ResponseWriter, r *http.Request, applicationId ApplicationID)

(GET /v1/applications/{application_id}/storage/objects)

func (Unimplemented) ListApplicationStorageProviders

func (_ Unimplemented) ListApplicationStorageProviders(w http.ResponseWriter, r *http.Request, applicationId ApplicationID)

(GET /v1/control/applications/{application_id}/storage/providers)

func (Unimplemented) ListApplications

func (_ Unimplemented) ListApplications(w http.ResponseWriter, r *http.Request, organizationId OrganizationID, params ListApplicationsParams)

(GET /v1/control/organizations/{organization_id}/applications)

func (Unimplemented) ListAuditLogs

func (_ Unimplemented) ListAuditLogs(w http.ResponseWriter, r *http.Request, applicationId ApplicationID)

(GET /v1/control/applications/{application_id}/audit-logs)

func (Unimplemented) ListAuthProviders

func (_ Unimplemented) ListAuthProviders(w http.ResponseWriter, r *http.Request, applicationId ApplicationID)

(GET /v1/applications/{application_id}/auth/providers)

func (Unimplemented) ListBillingProviderEvents

func (_ Unimplemented) ListBillingProviderEvents(w http.ResponseWriter, r *http.Request, applicationId ApplicationID)

(GET /v1/control/applications/{application_id}/billing/provider-events)

func (Unimplemented) ListBillingProviders

func (_ Unimplemented) ListBillingProviders(w http.ResponseWriter, r *http.Request, applicationId ApplicationID)

(GET /v1/control/applications/{application_id}/billing/providers)

func (Unimplemented) ListBillingReconciliationRuns

func (_ Unimplemented) ListBillingReconciliationRuns(w http.ResponseWriter, r *http.Request, applicationId ApplicationID)

(GET /v1/control/applications/{application_id}/billing/reconciliation-runs)

func (Unimplemented) ListClients

func (_ Unimplemented) ListClients(w http.ResponseWriter, r *http.Request, applicationId ApplicationID)

(GET /v1/control/applications/{application_id}/clients)

func (Unimplemented) ListControlApplicationStorageObjects

func (_ Unimplemented) ListControlApplicationStorageObjects(w http.ResponseWriter, r *http.Request, applicationId ApplicationID)

(GET /v1/control/applications/{application_id}/storage/objects)

func (Unimplemented) ListDelegations

func (_ Unimplemented) ListDelegations(w http.ResponseWriter, r *http.Request, applicationId ApplicationID)

(GET /v1/control/applications/{application_id}/delegations)

func (Unimplemented) ListDisputes

func (_ Unimplemented) ListDisputes(w http.ResponseWriter, r *http.Request, applicationId ApplicationID)

(GET /v1/control/applications/{application_id}/billing/disputes)

func (Unimplemented) ListEntitlements

func (_ Unimplemented) ListEntitlements(w http.ResponseWriter, r *http.Request, applicationId ApplicationID)

(GET /v1/control/applications/{application_id}/entitlements)

func (Unimplemented) ListEventTypes

func (_ Unimplemented) ListEventTypes(w http.ResponseWriter, r *http.Request, applicationId ApplicationID)

(GET /v1/control/applications/{application_id}/event-types)

func (Unimplemented) ListEvents

func (_ Unimplemented) ListEvents(w http.ResponseWriter, r *http.Request, applicationId ApplicationID)

(GET /v1/control/applications/{application_id}/events)

func (Unimplemented) ListFeatures

func (_ Unimplemented) ListFeatures(w http.ResponseWriter, r *http.Request, applicationId ApplicationID)

(GET /v1/control/applications/{application_id}/features)

func (Unimplemented) ListInstallationAuthProviders

func (_ Unimplemented) ListInstallationAuthProviders(w http.ResponseWriter, r *http.Request)

(GET /v1/control/installation/auth/providers)

func (Unimplemented) ListInstallationBillingProviders

func (_ Unimplemented) ListInstallationBillingProviders(w http.ResponseWriter, r *http.Request)

(GET /v1/control/installation/billing/providers)

func (Unimplemented) ListInstallationNotificationProviders

func (_ Unimplemented) ListInstallationNotificationProviders(w http.ResponseWriter, r *http.Request)

(GET /v1/control/installation/notification-providers)

func (Unimplemented) ListInstallationNotificationTemplateVariables

func (_ Unimplemented) ListInstallationNotificationTemplateVariables(w http.ResponseWriter, r *http.Request)

(GET /v1/control/installation/notification-template-variables)

func (Unimplemented) ListInstallationNotificationTemplates

func (_ Unimplemented) ListInstallationNotificationTemplates(w http.ResponseWriter, r *http.Request)

(GET /v1/control/installation/notification-templates)

func (Unimplemented) ListInstallationOperators

func (_ Unimplemented) ListInstallationOperators(w http.ResponseWriter, r *http.Request)

(GET /v1/control/installation/operators)

func (Unimplemented) ListInstallationStorageObjects

func (_ Unimplemented) ListInstallationStorageObjects(w http.ResponseWriter, r *http.Request)

(GET /v1/control/installation/storage/objects)

func (Unimplemented) ListInstallationStorageProviders

func (_ Unimplemented) ListInstallationStorageProviders(w http.ResponseWriter, r *http.Request)

(GET /v1/control/installation/storage/providers)

func (Unimplemented) ListInvoices

func (_ Unimplemented) ListInvoices(w http.ResponseWriter, r *http.Request, applicationId ApplicationID)

(GET /v1/control/applications/{application_id}/billing/invoices)

func (Unimplemented) ListLocalEntitlementRequests

func (_ Unimplemented) ListLocalEntitlementRequests(w http.ResponseWriter, r *http.Request, applicationId ApplicationID)

(GET /v1/control/applications/{application_id}/local-entitlement-requests)

func (Unimplemented) ListManagementClients

func (_ Unimplemented) ListManagementClients(w http.ResponseWriter, r *http.Request)

(GET /v1/control/installation/management-clients)

func (Unimplemented) ListMyAddresses

func (_ Unimplemented) ListMyAddresses(w http.ResponseWriter, r *http.Request, applicationId ApplicationID)

(GET /v1/applications/{application_id}/me/addresses)

func (Unimplemented) ListMyEntitlements

func (_ Unimplemented) ListMyEntitlements(w http.ResponseWriter, r *http.Request, applicationId ApplicationID, params ListMyEntitlementsParams)

(GET /v1/applications/{application_id}/me/entitlements)

func (Unimplemented) ListMyIdentities

func (_ Unimplemented) ListMyIdentities(w http.ResponseWriter, r *http.Request, applicationId ApplicationID)

(GET /v1/applications/{application_id}/me/auth/identities)

func (Unimplemented) ListMyInvoices

func (_ Unimplemented) ListMyInvoices(w http.ResponseWriter, r *http.Request, applicationId ApplicationID)

(GET /v1/applications/{application_id}/me/invoices)

func (Unimplemented) ListMyLocalEntitlementRequests

func (_ Unimplemented) ListMyLocalEntitlementRequests(w http.ResponseWriter, r *http.Request, applicationId ApplicationID)

(GET /v1/applications/{application_id}/me/local-entitlement-requests)

func (Unimplemented) ListMyMFAMethods

func (_ Unimplemented) ListMyMFAMethods(w http.ResponseWriter, r *http.Request, applicationId ApplicationID)

(GET /v1/applications/{application_id}/me/mfa/methods)

func (Unimplemented) ListMyNotificationPreferences

func (_ Unimplemented) ListMyNotificationPreferences(w http.ResponseWriter, r *http.Request, applicationId ApplicationID)

(GET /v1/applications/{application_id}/me/notification-preferences)

func (Unimplemented) ListMyOAuthConsents

func (_ Unimplemented) ListMyOAuthConsents(w http.ResponseWriter, r *http.Request, applicationId ApplicationID)

(GET /v1/applications/{application_id}/me/oauth-consents)

func (Unimplemented) ListMyPayments

func (_ Unimplemented) ListMyPayments(w http.ResponseWriter, r *http.Request, applicationId ApplicationID)

(GET /v1/applications/{application_id}/me/payments)

func (Unimplemented) ListMySessions

func (_ Unimplemented) ListMySessions(w http.ResponseWriter, r *http.Request, applicationId ApplicationID)

(GET /v1/applications/{application_id}/me/sessions)

func (Unimplemented) ListMyStorageObjects

func (_ Unimplemented) ListMyStorageObjects(w http.ResponseWriter, r *http.Request, applicationId ApplicationID)

(GET /v1/applications/{application_id}/me/storage/objects)

func (Unimplemented) ListMySubscriptions

func (_ Unimplemented) ListMySubscriptions(w http.ResponseWriter, r *http.Request, applicationId ApplicationID)

(GET /v1/applications/{application_id}/me/subscriptions)

func (Unimplemented) ListMyWorkspaceInvitations

func (_ Unimplemented) ListMyWorkspaceInvitations(w http.ResponseWriter, r *http.Request, applicationId ApplicationID)

(GET /v1/applications/{application_id}/me/workspace-invitations)

func (Unimplemented) ListMyWorkspaceMembers

func (_ Unimplemented) ListMyWorkspaceMembers(w http.ResponseWriter, r *http.Request, applicationId ApplicationID, workspaceId UUID)

(GET /v1/applications/{application_id}/workspaces/{workspace_id}/members)

func (Unimplemented) ListMyWorkspaces

func (_ Unimplemented) ListMyWorkspaces(w http.ResponseWriter, r *http.Request, applicationId ApplicationID)

(GET /v1/applications/{application_id}/me/workspaces)

func (Unimplemented) ListNotificationProviders

func (_ Unimplemented) ListNotificationProviders(w http.ResponseWriter, r *http.Request, applicationId ApplicationID)

(GET /v1/control/applications/{application_id}/notification-providers)

func (Unimplemented) ListNotificationTemplateVariables

func (_ Unimplemented) ListNotificationTemplateVariables(w http.ResponseWriter, r *http.Request, applicationId ApplicationID)

(GET /v1/control/applications/{application_id}/notification-template-variables)

func (Unimplemented) ListNotificationTemplates

func (_ Unimplemented) ListNotificationTemplates(w http.ResponseWriter, r *http.Request, applicationId ApplicationID)

(GET /v1/control/applications/{application_id}/notification-templates)

func (Unimplemented) ListNotifications

func (_ Unimplemented) ListNotifications(w http.ResponseWriter, r *http.Request, applicationId ApplicationID)

(GET /v1/control/applications/{application_id}/notifications)

func (Unimplemented) ListOAuthConsents

func (_ Unimplemented) ListOAuthConsents(w http.ResponseWriter, r *http.Request, applicationId ApplicationID)

(GET /v1/control/applications/{application_id}/oauth-consents)

func (Unimplemented) ListOperatorSessions

func (_ Unimplemented) ListOperatorSessions(w http.ResponseWriter, r *http.Request)

(GET /v1/control/auth/sessions)

func (Unimplemented) ListOrganizationAuditLogs

func (_ Unimplemented) ListOrganizationAuditLogs(w http.ResponseWriter, r *http.Request, organizationId OrganizationID)

(GET /v1/control/organizations/{organization_id}/audit-logs)

func (Unimplemented) ListOrganizationAuthProviders

func (_ Unimplemented) ListOrganizationAuthProviders(w http.ResponseWriter, r *http.Request, organizationId OrganizationID)

(GET /v1/control/organizations/{organization_id}/auth/providers)

func (Unimplemented) ListOrganizationBillingProviders

func (_ Unimplemented) ListOrganizationBillingProviders(w http.ResponseWriter, r *http.Request, organizationId OrganizationID)

(GET /v1/control/organizations/{organization_id}/billing/providers)

func (Unimplemented) ListOrganizationInvitations

func (_ Unimplemented) ListOrganizationInvitations(w http.ResponseWriter, r *http.Request, organizationId OrganizationID)

(GET /v1/control/organizations/{organization_id}/invitations)

func (Unimplemented) ListOrganizationMembers

func (_ Unimplemented) ListOrganizationMembers(w http.ResponseWriter, r *http.Request, organizationId OrganizationID)

(GET /v1/control/organizations/{organization_id}/members)

func (Unimplemented) ListOrganizationNotificationProviders

func (_ Unimplemented) ListOrganizationNotificationProviders(w http.ResponseWriter, r *http.Request, organizationId OrganizationID)

(GET /v1/control/organizations/{organization_id}/notification-providers)

func (Unimplemented) ListOrganizationStorageObjects

func (_ Unimplemented) ListOrganizationStorageObjects(w http.ResponseWriter, r *http.Request, organizationId OrganizationID)

(GET /v1/control/organizations/{organization_id}/storage/objects)

func (Unimplemented) ListOrganizationStorageProviders

func (_ Unimplemented) ListOrganizationStorageProviders(w http.ResponseWriter, r *http.Request, organizationId OrganizationID)

(GET /v1/control/organizations/{organization_id}/storage/providers)

func (Unimplemented) ListOrganizations

func (_ Unimplemented) ListOrganizations(w http.ResponseWriter, r *http.Request, params ListOrganizationsParams)

(GET /v1/control/organizations)

func (Unimplemented) ListPayments

func (_ Unimplemented) ListPayments(w http.ResponseWriter, r *http.Request, applicationId ApplicationID)

(GET /v1/control/applications/{application_id}/billing/payments)

func (Unimplemented) ListPersonalAPIKeys

func (_ Unimplemented) ListPersonalAPIKeys(w http.ResponseWriter, r *http.Request, applicationId ApplicationID)

(GET /v1/applications/{application_id}/me/api-keys)

func (Unimplemented) ListPrices

func (_ Unimplemented) ListPrices(w http.ResponseWriter, r *http.Request, applicationId ApplicationID, productId UUID)

(GET /v1/control/applications/{application_id}/products/{product_id}/prices)

func (Unimplemented) ListProducts

func (_ Unimplemented) ListProducts(w http.ResponseWriter, r *http.Request, applicationId ApplicationID)

(GET /v1/control/applications/{application_id}/products)

func (Unimplemented) ListRefunds

func (_ Unimplemented) ListRefunds(w http.ResponseWriter, r *http.Request, applicationId ApplicationID)

(GET /v1/control/applications/{application_id}/billing/refunds)

func (Unimplemented) ListRoleAssignments

func (_ Unimplemented) ListRoleAssignments(w http.ResponseWriter, r *http.Request, applicationId ApplicationID)

(GET /v1/control/applications/{application_id}/role-assignments)

func (Unimplemented) ListRoles

func (_ Unimplemented) ListRoles(w http.ResponseWriter, r *http.Request, applicationId ApplicationID)

(GET /v1/control/applications/{application_id}/roles)

func (Unimplemented) ListSenderIdentities

func (_ Unimplemented) ListSenderIdentities(w http.ResponseWriter, r *http.Request, applicationId ApplicationID)

(GET /v1/control/applications/{application_id}/sender-identities)

func (Unimplemented) ListSigningKeys

func (_ Unimplemented) ListSigningKeys(w http.ResponseWriter, r *http.Request)

(GET /v1/control/installation/signing-keys)

func (Unimplemented) ListSubscriptions

func (_ Unimplemented) ListSubscriptions(w http.ResponseWriter, r *http.Request, applicationId ApplicationID)

(GET /v1/control/applications/{application_id}/billing/subscriptions)

func (Unimplemented) ListUserAddresses

func (_ Unimplemented) ListUserAddresses(w http.ResponseWriter, r *http.Request, applicationId ApplicationID, userId UUID)

(GET /v1/control/applications/{application_id}/users/{user_id}/addresses)

func (Unimplemented) ListUserSessions

func (_ Unimplemented) ListUserSessions(w http.ResponseWriter, r *http.Request, applicationId ApplicationID, userId UUID)

(GET /v1/control/applications/{application_id}/users/{user_id}/sessions)

func (Unimplemented) ListUsers

func (_ Unimplemented) ListUsers(w http.ResponseWriter, r *http.Request, applicationId ApplicationID)

(GET /v1/control/applications/{application_id}/users)

func (Unimplemented) ListWebhookDeliveries

func (_ Unimplemented) ListWebhookDeliveries(w http.ResponseWriter, r *http.Request, applicationId ApplicationID)

(GET /v1/control/applications/{application_id}/webhook-deliveries)

func (Unimplemented) ListWebhooks

func (_ Unimplemented) ListWebhooks(w http.ResponseWriter, r *http.Request, applicationId ApplicationID)

(GET /v1/control/applications/{application_id}/webhooks)

func (Unimplemented) ListWorkspaceAddresses

func (_ Unimplemented) ListWorkspaceAddresses(w http.ResponseWriter, r *http.Request, applicationId ApplicationID, workspaceId UUID)

(GET /v1/applications/{application_id}/workspaces/{workspace_id}/addresses)

func (Unimplemented) ListWorkspaceInvitations

func (_ Unimplemented) ListWorkspaceInvitations(w http.ResponseWriter, r *http.Request, applicationId ApplicationID)

(GET /v1/control/applications/{application_id}/workspace-invitations)

func (Unimplemented) ListWorkspaceMembers

func (_ Unimplemented) ListWorkspaceMembers(w http.ResponseWriter, r *http.Request, applicationId ApplicationID, workspaceId UUID)

(GET /v1/control/applications/{application_id}/workspaces/{workspace_id}/members)

func (Unimplemented) ListWorkspaceStorageObjects

func (_ Unimplemented) ListWorkspaceStorageObjects(w http.ResponseWriter, r *http.Request, applicationId ApplicationID, workspaceId WorkspaceID)

(GET /v1/applications/{application_id}/workspaces/{workspace_id}/storage/objects)

func (Unimplemented) ListWorkspaces

func (_ Unimplemented) ListWorkspaces(w http.ResponseWriter, r *http.Request, applicationId ApplicationID)

(GET /v1/control/applications/{application_id}/workspaces)

func (Unimplemented) LocalEntitlementCheckout

func (_ Unimplemented) LocalEntitlementCheckout(w http.ResponseWriter, r *http.Request, applicationId ApplicationID, params LocalEntitlementCheckoutParams)

(POST /v1/applications/{application_id}/local-entitlement-checkouts)

func (Unimplemented) LoginOperatorWithPassword

func (_ Unimplemented) LoginOperatorWithPassword(w http.ResponseWriter, r *http.Request)

(POST /v1/control/auth/password)

func (Unimplemented) LogoutAll

func (_ Unimplemented) LogoutAll(w http.ResponseWriter, r *http.Request, applicationId ApplicationID)

(POST /v1/applications/{application_id}/me/logout-all)

func (Unimplemented) LogoutAllOperatorSessions

func (_ Unimplemented) LogoutAllOperatorSessions(w http.ResponseWriter, r *http.Request)

(POST /v1/control/auth/logout-all)

func (Unimplemented) LogoutCurrentSession

func (_ Unimplemented) LogoutCurrentSession(w http.ResponseWriter, r *http.Request, applicationId ApplicationID)

(POST /v1/applications/{application_id}/auth/logout)

func (Unimplemented) LogoutOperator

func (_ Unimplemented) LogoutOperator(w http.ResponseWriter, r *http.Request)

(POST /v1/control/auth/logout)

func (Unimplemented) ManagementCreateApplication

func (_ Unimplemented) ManagementCreateApplication(w http.ResponseWriter, r *http.Request, organizationId OrganizationID)

(POST /v1/management/organizations/{organization_id}/applications)

func (Unimplemented) ManagementCreateOrganization

func (_ Unimplemented) ManagementCreateOrganization(w http.ResponseWriter, r *http.Request)

(POST /v1/management/organizations)

func (Unimplemented) ManagementGetOrganization

func (_ Unimplemented) ManagementGetOrganization(w http.ResponseWriter, r *http.Request, organizationId OrganizationID)

(GET /v1/management/organizations/{organization_id})

func (Unimplemented) ManagementGetOrganizationPolicy

func (_ Unimplemented) ManagementGetOrganizationPolicy(w http.ResponseWriter, r *http.Request, organizationId OrganizationID)

(GET /v1/management/organizations/{organization_id}/policy)

func (Unimplemented) ManagementListApplications

func (_ Unimplemented) ManagementListApplications(w http.ResponseWriter, r *http.Request, organizationId OrganizationID, params ManagementListApplicationsParams)

(GET /v1/management/organizations/{organization_id}/applications)

func (Unimplemented) ManagementListOrganizations

func (_ Unimplemented) ManagementListOrganizations(w http.ResponseWriter, r *http.Request, params ManagementListOrganizationsParams)

(GET /v1/management/organizations)

func (Unimplemented) ManagementRestoreApplication

func (_ Unimplemented) ManagementRestoreApplication(w http.ResponseWriter, r *http.Request, organizationId OrganizationID, applicationResourceId UUID)

(POST /v1/management/organizations/{organization_id}/applications/{application_resource_id}/restore)

func (Unimplemented) ManagementRestoreOrganization

func (_ Unimplemented) ManagementRestoreOrganization(w http.ResponseWriter, r *http.Request, organizationId OrganizationID)

(POST /v1/management/organizations/{organization_id}/restore)

func (Unimplemented) ManagementRetireApplication

func (_ Unimplemented) ManagementRetireApplication(w http.ResponseWriter, r *http.Request, organizationId OrganizationID, applicationResourceId UUID)

(DELETE /v1/management/organizations/{organization_id}/applications/{application_resource_id})

func (Unimplemented) ManagementRetireOrganization

func (_ Unimplemented) ManagementRetireOrganization(w http.ResponseWriter, r *http.Request, organizationId OrganizationID)

(DELETE /v1/management/organizations/{organization_id})

func (Unimplemented) ManagementUpdateApplication

func (_ Unimplemented) ManagementUpdateApplication(w http.ResponseWriter, r *http.Request, organizationId OrganizationID, applicationResourceId UUID, params ManagementUpdateApplicationParams)

(PATCH /v1/management/organizations/{organization_id}/applications/{application_resource_id})

func (Unimplemented) ManagementUpdateOrganization

func (_ Unimplemented) ManagementUpdateOrganization(w http.ResponseWriter, r *http.Request, organizationId OrganizationID, params ManagementUpdateOrganizationParams)

(PATCH /v1/management/organizations/{organization_id})

func (Unimplemented) ManagementUpdateOrganizationPolicy

func (_ Unimplemented) ManagementUpdateOrganizationPolicy(w http.ResponseWriter, r *http.Request, organizationId OrganizationID, params ManagementUpdateOrganizationPolicyParams)

(PUT /v1/management/organizations/{organization_id}/policy)

func (Unimplemented) OidcDiscovery

func (_ Unimplemented) OidcDiscovery(w http.ResponseWriter, r *http.Request)

(GET /oidc/.well-known/openid-configuration)

func (Unimplemented) OidcJWKS

func (_ Unimplemented) OidcJWKS(w http.ResponseWriter, r *http.Request)

(GET /oidc/jwks.json)

func (Unimplemented) OidcUserinfo

func (_ Unimplemented) OidcUserinfo(w http.ResponseWriter, r *http.Request)

(GET /oidc/userinfo)

func (Unimplemented) PasswordChange

func (_ Unimplemented) PasswordChange(w http.ResponseWriter, r *http.Request, applicationId ApplicationID)

(POST /v1/applications/{application_id}/me/password/change)

func (Unimplemented) PasswordResetStart

func (_ Unimplemented) PasswordResetStart(w http.ResponseWriter, r *http.Request, applicationId ApplicationID)

(POST /v1/applications/{application_id}/auth/password/reset/start)

func (Unimplemented) PasswordResetVerify

func (_ Unimplemented) PasswordResetVerify(w http.ResponseWriter, r *http.Request, applicationId ApplicationID)

(POST /v1/applications/{application_id}/auth/password/reset/verify)

func (Unimplemented) PasswordSignIn

func (_ Unimplemented) PasswordSignIn(w http.ResponseWriter, r *http.Request, applicationId ApplicationID)

(POST /v1/applications/{application_id}/auth/password/sign-in)

func (Unimplemented) PasswordSignUp

func (_ Unimplemented) PasswordSignUp(w http.ResponseWriter, r *http.Request, applicationId ApplicationID)

(POST /v1/applications/{application_id}/auth/password/sign-up)

func (Unimplemented) PreviewInstallationNotificationTemplate

func (_ Unimplemented) PreviewInstallationNotificationTemplate(w http.ResponseWriter, r *http.Request, templateId UUID)

(POST /v1/control/installation/notification-templates/{template_id}/preview)

func (Unimplemented) PreviewNotificationTemplate

func (_ Unimplemented) PreviewNotificationTemplate(w http.ResponseWriter, r *http.Request, applicationId ApplicationID, templateId UUID)

(POST /v1/control/applications/{application_id}/notification-templates/{template_id}/preview)

func (Unimplemented) PublicCatalog

func (_ Unimplemented) PublicCatalog(w http.ResponseWriter, r *http.Request, applicationId ApplicationID)

(GET /v1/applications/{application_id}/catalog/products)

func (Unimplemented) PublicConfig

func (_ Unimplemented) PublicConfig(w http.ResponseWriter, r *http.Request, applicationId ApplicationID)

(GET /v1/applications/{application_id}/public-config)

func (Unimplemented) PublishCustomEvent

func (_ Unimplemented) PublishCustomEvent(w http.ResponseWriter, r *http.Request, applicationId ApplicationID, params PublishCustomEventParams)

(POST /v1/applications/{application_id}/events)

func (Unimplemented) PublishInstallationNotificationTemplate

func (_ Unimplemented) PublishInstallationNotificationTemplate(w http.ResponseWriter, r *http.Request, templateId UUID)

(POST /v1/control/installation/notification-templates/{template_id}/publish)

func (Unimplemented) PublishNotificationTemplate

func (_ Unimplemented) PublishNotificationTemplate(w http.ResponseWriter, r *http.Request, applicationId ApplicationID, templateId UUID)

(POST /v1/control/applications/{application_id}/notification-templates/{template_id}/publish)

func (Unimplemented) QueueNotification

func (_ Unimplemented) QueueNotification(w http.ResponseWriter, r *http.Request, applicationId ApplicationID, params QueueNotificationParams)

(POST /v1/control/applications/{application_id}/notifications)

func (Unimplemented) Readiness

func (_ Unimplemented) Readiness(w http.ResponseWriter, r *http.Request)

(GET /readyz)

func (Unimplemented) RecoverWorkspaceOwnership

func (_ Unimplemented) RecoverWorkspaceOwnership(w http.ResponseWriter, r *http.Request, applicationId ApplicationID, workspaceId UUID)

(POST /v1/control/applications/{application_id}/workspaces/{workspace_id}/owner-transfer)

func (Unimplemented) Refresh

func (_ Unimplemented) Refresh(w http.ResponseWriter, r *http.Request, applicationId ApplicationID)

(POST /v1/applications/{application_id}/auth/token/refresh)

func (Unimplemented) RefreshOperatorSession

func (_ Unimplemented) RefreshOperatorSession(w http.ResponseWriter, r *http.Request)

(POST /v1/control/auth/token/refresh)

func (Unimplemented) RegenerateRecoveryCodes

func (_ Unimplemented) RegenerateRecoveryCodes(w http.ResponseWriter, r *http.Request, applicationId ApplicationID)

(POST /v1/applications/{application_id}/me/mfa/recovery-codes/regenerate)

func (Unimplemented) RejectLocalEntitlementRequest

func (_ Unimplemented) RejectLocalEntitlementRequest(w http.ResponseWriter, r *http.Request, applicationId ApplicationID, requestId RequestID)

(POST /v1/control/applications/{application_id}/local-entitlement-requests/{request_id}/reject)

func (Unimplemented) RemoveMyWorkspaceMember

func (_ Unimplemented) RemoveMyWorkspaceMember(w http.ResponseWriter, r *http.Request, applicationId ApplicationID, workspaceId UUID, userId UUID)

(DELETE /v1/applications/{application_id}/workspaces/{workspace_id}/members/{user_id})

func (Unimplemented) ReopenLocalEntitlementRequest

func (_ Unimplemented) ReopenLocalEntitlementRequest(w http.ResponseWriter, r *http.Request, applicationId ApplicationID, requestId RequestID)

(POST /v1/control/applications/{application_id}/local-entitlement-requests/{request_id}/reopen)

func (Unimplemented) ReplaceMyWorkspaceMemberRoles

func (_ Unimplemented) ReplaceMyWorkspaceMemberRoles(w http.ResponseWriter, r *http.Request, applicationId ApplicationID, workspaceId UUID, userId UUID)

(PUT /v1/applications/{application_id}/workspaces/{workspace_id}/members/{user_id})

func (Unimplemented) ReplaceWorkspaceMemberRoles

func (_ Unimplemented) ReplaceWorkspaceMemberRoles(w http.ResponseWriter, r *http.Request, applicationId ApplicationID, workspaceId UUID, userId UUID)

(PUT /v1/control/applications/{application_id}/workspaces/{workspace_id}/members/{user_id})

func (Unimplemented) ReplayBillingProviderEvent

func (_ Unimplemented) ReplayBillingProviderEvent(w http.ResponseWriter, r *http.Request, applicationId ApplicationID, eventId UUID)

(POST /v1/control/applications/{application_id}/billing/provider-events/{event_id}/replay)

func (Unimplemented) ReplayWebhookDelivery

func (_ Unimplemented) ReplayWebhookDelivery(w http.ResponseWriter, r *http.Request, applicationId ApplicationID, deliveryId UUID)

(POST /v1/control/applications/{application_id}/webhook-deliveries/{delivery_id}/replay)

func (Unimplemented) ResendOrganizationInvitation

func (_ Unimplemented) ResendOrganizationInvitation(w http.ResponseWriter, r *http.Request, organizationId OrganizationID, invitationId UUID)

(POST /v1/control/organizations/{organization_id}/invitations/{invitation_id}/resend)

func (Unimplemented) RestoreApplication

func (_ Unimplemented) RestoreApplication(w http.ResponseWriter, r *http.Request, organizationId OrganizationID, applicationResourceId UUID)

(POST /v1/control/organizations/{organization_id}/applications/{application_resource_id}/restore)

func (Unimplemented) RestoreEntitlement

func (_ Unimplemented) RestoreEntitlement(w http.ResponseWriter, r *http.Request, applicationId ApplicationID, entitlementId UUID)

(POST /v1/control/applications/{application_id}/entitlements/{entitlement_id}/restore)

func (Unimplemented) RestoreOrganization

func (_ Unimplemented) RestoreOrganization(w http.ResponseWriter, r *http.Request, organizationId OrganizationID)

(POST /v1/control/organizations/{organization_id}/restore)

func (Unimplemented) RestoreUser

func (_ Unimplemented) RestoreUser(w http.ResponseWriter, r *http.Request, applicationId ApplicationID, userId UUID)

(POST /v1/control/applications/{application_id}/users/{user_id}/restore)

func (Unimplemented) ResumeSubscription

func (_ Unimplemented) ResumeSubscription(w http.ResponseWriter, r *http.Request, applicationId ApplicationID, subscriptionId SubscriptionID, params ResumeSubscriptionParams)

(POST /v1/control/applications/{application_id}/billing/subscriptions/{subscription_id}/resume)

func (Unimplemented) RetireApplication

func (_ Unimplemented) RetireApplication(w http.ResponseWriter, r *http.Request, organizationId OrganizationID, applicationResourceId UUID)

(DELETE /v1/control/organizations/{organization_id}/applications/{application_resource_id})

func (Unimplemented) RetireOrganization

func (_ Unimplemented) RetireOrganization(w http.ResponseWriter, r *http.Request, organizationId OrganizationID)

(DELETE /v1/control/organizations/{organization_id})

func (Unimplemented) RetryNotification

func (_ Unimplemented) RetryNotification(w http.ResponseWriter, r *http.Request, applicationId ApplicationID, notificationId UUID)

(POST /v1/control/applications/{application_id}/notifications/{notification_id}/retry)

func (Unimplemented) RevokeDelegation

func (_ Unimplemented) RevokeDelegation(w http.ResponseWriter, r *http.Request, applicationId ApplicationID, delegationId UUID)

(POST /v1/control/applications/{application_id}/delegations/{delegation_id}/revoke)

func (Unimplemented) RevokeEntitlement

func (_ Unimplemented) RevokeEntitlement(w http.ResponseWriter, r *http.Request, applicationId ApplicationID, entitlementId UUID)

(POST /v1/control/applications/{application_id}/entitlements/{entitlement_id}/revoke)

func (Unimplemented) RevokeMyOAuthConsent

func (_ Unimplemented) RevokeMyOAuthConsent(w http.ResponseWriter, r *http.Request, applicationId ApplicationID, clientId UUID)

(DELETE /v1/applications/{application_id}/me/oauth-consents/{client_id})

func (Unimplemented) RevokeMySession

func (_ Unimplemented) RevokeMySession(w http.ResponseWriter, r *http.Request, applicationId ApplicationID, sessionId UUID)

(DELETE /v1/applications/{application_id}/me/sessions/{session_id})

func (Unimplemented) RevokeOAuthConsent

func (_ Unimplemented) RevokeOAuthConsent(w http.ResponseWriter, r *http.Request, applicationId ApplicationID, userId UUID, clientId UUID)

(POST /v1/control/applications/{application_id}/oauth-consents/{user_id}/{client_id}/revoke)

func (Unimplemented) RevokeOIDCToken

func (_ Unimplemented) RevokeOIDCToken(w http.ResponseWriter, r *http.Request)

(POST /oidc/revoke)

func (Unimplemented) RevokeOperatorSession

func (_ Unimplemented) RevokeOperatorSession(w http.ResponseWriter, r *http.Request, sessionId UUID)

(DELETE /v1/control/auth/sessions/{session_id})

func (Unimplemented) RevokeOrganizationInvitation

func (_ Unimplemented) RevokeOrganizationInvitation(w http.ResponseWriter, r *http.Request, organizationId OrganizationID, invitationId UUID)

(DELETE /v1/control/organizations/{organization_id}/invitations/{invitation_id})

func (Unimplemented) RevokePersonalAPIKey

func (_ Unimplemented) RevokePersonalAPIKey(w http.ResponseWriter, r *http.Request, applicationId ApplicationID, keyId UUID)

(DELETE /v1/applications/{application_id}/me/api-keys/{key_id})

func (Unimplemented) RevokeUserSessions

func (_ Unimplemented) RevokeUserSessions(w http.ResponseWriter, r *http.Request, applicationId ApplicationID, userId UUID)

(POST /v1/control/applications/{application_id}/users/{user_id}/sessions/revoke)

func (Unimplemented) RevokeWorkspaceInvitation

func (_ Unimplemented) RevokeWorkspaceInvitation(w http.ResponseWriter, r *http.Request, applicationId ApplicationID, invitationId UUID)

(DELETE /v1/control/applications/{application_id}/workspace-invitations/{invitation_id})

func (Unimplemented) RotateClientSecret

func (_ Unimplemented) RotateClientSecret(w http.ResponseWriter, r *http.Request, applicationId ApplicationID, clientId string)

(POST /v1/control/applications/{application_id}/clients/{client_id}/rotate-secret)

func (Unimplemented) RotateManagementClientSecret

func (_ Unimplemented) RotateManagementClientSecret(w http.ResponseWriter, r *http.Request, managementClientId UUID)

(POST /v1/control/installation/management-clients/{management_client_id}/rotate-secret)

func (Unimplemented) RotateSigningKey

func (_ Unimplemented) RotateSigningKey(w http.ResponseWriter, r *http.Request)

(POST /v1/control/installation/signing-keys/rotate)

func (Unimplemented) RotateWebhookSecret

func (_ Unimplemented) RotateWebhookSecret(w http.ResponseWriter, r *http.Request, applicationId ApplicationID, webhookId UUID)

(POST /v1/control/applications/{application_id}/webhooks/{webhook_id}/rotate-secret)

func (Unimplemented) SetDefaultSenderIdentity

func (_ Unimplemented) SetDefaultSenderIdentity(w http.ResponseWriter, r *http.Request, applicationId ApplicationID, senderId UUID)

(POST /v1/control/applications/{application_id}/sender-identities/{sender_id}/default)

func (Unimplemented) SetupStatus

func (_ Unimplemented) SetupStatus(w http.ResponseWriter, r *http.Request)

(GET /v1/setup/status)

func (Unimplemented) StartAppleAuth

func (_ Unimplemented) StartAppleAuth(w http.ResponseWriter, r *http.Request, applicationId ApplicationID)

(POST /v1/applications/{application_id}/auth/providers/apple/start)

func (_ Unimplemented) StartAppleLink(w http.ResponseWriter, r *http.Request, applicationId ApplicationID)

(POST /v1/applications/{application_id}/me/auth/providers/apple/link)

func (Unimplemented) StartGoogleAuth

func (_ Unimplemented) StartGoogleAuth(w http.ResponseWriter, r *http.Request, applicationId ApplicationID)

(POST /v1/applications/{application_id}/auth/providers/google/start)

func (_ Unimplemented) StartGoogleLink(w http.ResponseWriter, r *http.Request, applicationId ApplicationID)

(POST /v1/applications/{application_id}/me/auth/providers/google/link)

func (Unimplemented) StartOperatorEmailLogin

func (_ Unimplemented) StartOperatorEmailLogin(w http.ResponseWriter, r *http.Request)

(POST /v1/control/auth/email/start)

func (Unimplemented) StartTOTPEnrollment

func (_ Unimplemented) StartTOTPEnrollment(w http.ResponseWriter, r *http.Request, applicationId ApplicationID)

(POST /v1/applications/{application_id}/me/mfa/totp)

func (Unimplemented) StripeWebhook

func (_ Unimplemented) StripeWebhook(w http.ResponseWriter, r *http.Request, connectionPublicId string, params StripeWebhookParams)

(POST /provider-webhooks/stripe/{connection_public_id})

func (Unimplemented) SuspendUser

func (_ Unimplemented) SuspendUser(w http.ResponseWriter, r *http.Request, applicationId ApplicationID, userId UUID)

(POST /v1/control/applications/{application_id}/users/{user_id}/suspend)

func (Unimplemented) TestInstallationNotificationProvider

func (_ Unimplemented) TestInstallationNotificationProvider(w http.ResponseWriter, r *http.Request, providerId UUID, params TestInstallationNotificationProviderParams)

(POST /v1/control/installation/notification-providers/{provider_id}/test)

func (Unimplemented) TestNotificationProvider

func (_ Unimplemented) TestNotificationProvider(w http.ResponseWriter, r *http.Request, applicationId ApplicationID, providerId UUID, params TestNotificationProviderParams)

(POST /v1/control/applications/{application_id}/notification-providers/{provider_id}/test)

func (Unimplemented) TestOrganizationNotificationProvider

func (_ Unimplemented) TestOrganizationNotificationProvider(w http.ResponseWriter, r *http.Request, organizationId OrganizationID, providerId UUID, params TestOrganizationNotificationProviderParams)

(POST /v1/control/organizations/{organization_id}/notification-providers/{provider_id}/test)

func (Unimplemented) TestWebhook

func (_ Unimplemented) TestWebhook(w http.ResponseWriter, r *http.Request, applicationId ApplicationID, webhookId UUID, params TestWebhookParams)

(POST /v1/control/applications/{application_id}/webhooks/{webhook_id}/test)

func (Unimplemented) TransferMyWorkspaceOwnership

func (_ Unimplemented) TransferMyWorkspaceOwnership(w http.ResponseWriter, r *http.Request, applicationId ApplicationID, workspaceId UUID)

(POST /v1/applications/{application_id}/workspaces/{workspace_id}/owner-transfer)

func (Unimplemented) UnlinkMyIdentity

func (_ Unimplemented) UnlinkMyIdentity(w http.ResponseWriter, r *http.Request, applicationId ApplicationID, identityId UUID)

(DELETE /v1/applications/{application_id}/me/auth/identities/{identity_id})

func (Unimplemented) UnverifyUserEmail

func (_ Unimplemented) UnverifyUserEmail(w http.ResponseWriter, r *http.Request, applicationId ApplicationID, userId UUID)

(POST /v1/control/applications/{application_id}/users/{user_id}/unverify-email)

func (Unimplemented) UnverifyUserOrganization

func (_ Unimplemented) UnverifyUserOrganization(w http.ResponseWriter, r *http.Request, applicationId ApplicationID, userId UUID)

(POST /v1/control/applications/{application_id}/users/{user_id}/unverify-organization)

func (Unimplemented) UpdateApplication

func (_ Unimplemented) UpdateApplication(w http.ResponseWriter, r *http.Request, organizationId OrganizationID, applicationResourceId UUID)

(PATCH /v1/control/organizations/{organization_id}/applications/{application_resource_id})

func (Unimplemented) UpdateApplicationStorageProvider

func (_ Unimplemented) UpdateApplicationStorageProvider(w http.ResponseWriter, r *http.Request, applicationId ApplicationID, providerId ProviderID)

(PATCH /v1/control/applications/{application_id}/storage/providers/{provider_id})

func (Unimplemented) UpdateAuthConfig

func (_ Unimplemented) UpdateAuthConfig(w http.ResponseWriter, r *http.Request, applicationId ApplicationID)

(PATCH /v1/control/applications/{application_id}/auth-config)

func (Unimplemented) UpdateBillingProvider

func (_ Unimplemented) UpdateBillingProvider(w http.ResponseWriter, r *http.Request, applicationId ApplicationID, providerId ProviderID)

(PATCH /v1/control/applications/{application_id}/billing/providers/{provider_id})

func (Unimplemented) UpdateClient

func (_ Unimplemented) UpdateClient(w http.ResponseWriter, r *http.Request, applicationId ApplicationID, clientId string)

(PATCH /v1/control/applications/{application_id}/clients/{client_id})

func (Unimplemented) UpdateCurrentUser

func (_ Unimplemented) UpdateCurrentUser(w http.ResponseWriter, r *http.Request, applicationId ApplicationID)

(PATCH /v1/applications/{application_id}/me)

func (Unimplemented) UpdateEventType

func (_ Unimplemented) UpdateEventType(w http.ResponseWriter, r *http.Request, applicationId ApplicationID, eventTypeId UUID)

(PATCH /v1/control/applications/{application_id}/event-types/{event_type_id})

func (Unimplemented) UpdateInstallationAuthProvider

func (_ Unimplemented) UpdateInstallationAuthProvider(w http.ResponseWriter, r *http.Request, provider string)

(PATCH /v1/control/installation/auth/providers/{provider})

func (Unimplemented) UpdateInstallationBillingProvider

func (_ Unimplemented) UpdateInstallationBillingProvider(w http.ResponseWriter, r *http.Request, providerId ProviderID)

(PATCH /v1/control/installation/billing/providers/{provider_id})

func (Unimplemented) UpdateInstallationNotificationProvider

func (_ Unimplemented) UpdateInstallationNotificationProvider(w http.ResponseWriter, r *http.Request, providerId UUID)

(PATCH /v1/control/installation/notification-providers/{provider_id})

func (Unimplemented) UpdateInstallationNotificationTemplate

func (_ Unimplemented) UpdateInstallationNotificationTemplate(w http.ResponseWriter, r *http.Request, templateId UUID)

(PATCH /v1/control/installation/notification-templates/{template_id})

func (Unimplemented) UpdateInstallationOperator

func (_ Unimplemented) UpdateInstallationOperator(w http.ResponseWriter, r *http.Request, operatorId UUID)

(PATCH /v1/control/installation/operators/{operator_id})

func (Unimplemented) UpdateInstallationStorageProvider

func (_ Unimplemented) UpdateInstallationStorageProvider(w http.ResponseWriter, r *http.Request, providerId ProviderID)

(PATCH /v1/control/installation/storage/providers/{provider_id})

func (Unimplemented) UpdateInternalApplicationConfig

func (_ Unimplemented) UpdateInternalApplicationConfig(w http.ResponseWriter, r *http.Request, applicationId ApplicationID)

(PATCH /v1/control/applications/{application_id}/internal-config)

func (Unimplemented) UpdateManagementAPIStatus

func (_ Unimplemented) UpdateManagementAPIStatus(w http.ResponseWriter, r *http.Request)

(PATCH /v1/control/installation/management-api)

func (Unimplemented) UpdateMyAddress

func (_ Unimplemented) UpdateMyAddress(w http.ResponseWriter, r *http.Request, applicationId ApplicationID, addressId UUID)

(PATCH /v1/applications/{application_id}/me/addresses/{address_id})

func (Unimplemented) UpdateMyBillingProfile

func (_ Unimplemented) UpdateMyBillingProfile(w http.ResponseWriter, r *http.Request, applicationId ApplicationID)

(PATCH /v1/applications/{application_id}/me/billing-profile)

func (Unimplemented) UpdateMyNotificationPreference

func (_ Unimplemented) UpdateMyNotificationPreference(w http.ResponseWriter, r *http.Request, applicationId ApplicationID, category interface{})

(PUT /v1/applications/{application_id}/me/notification-preferences/{category})

func (Unimplemented) UpdateMyWorkspace

func (_ Unimplemented) UpdateMyWorkspace(w http.ResponseWriter, r *http.Request, applicationId ApplicationID, workspaceId UUID)

(PATCH /v1/applications/{application_id}/workspaces/{workspace_id})

func (Unimplemented) UpdateNotificationProvider

func (_ Unimplemented) UpdateNotificationProvider(w http.ResponseWriter, r *http.Request, applicationId ApplicationID, providerId UUID)

(PATCH /v1/control/applications/{application_id}/notification-providers/{provider_id})

func (Unimplemented) UpdateNotificationTemplate

func (_ Unimplemented) UpdateNotificationTemplate(w http.ResponseWriter, r *http.Request, applicationId ApplicationID, templateId UUID)

(PATCH /v1/control/applications/{application_id}/notification-templates/{template_id})

func (Unimplemented) UpdateOperatorAccount

func (_ Unimplemented) UpdateOperatorAccount(w http.ResponseWriter, r *http.Request)

(PATCH /v1/control/auth/me)

func (Unimplemented) UpdateOrganization

func (_ Unimplemented) UpdateOrganization(w http.ResponseWriter, r *http.Request, organizationId OrganizationID)

(PATCH /v1/control/organizations/{organization_id})

func (Unimplemented) UpdateOrganizationAuthProvider

func (_ Unimplemented) UpdateOrganizationAuthProvider(w http.ResponseWriter, r *http.Request, organizationId OrganizationID, provider string)

(PATCH /v1/control/organizations/{organization_id}/auth/providers/{provider})

func (Unimplemented) UpdateOrganizationBillingProvider

func (_ Unimplemented) UpdateOrganizationBillingProvider(w http.ResponseWriter, r *http.Request, organizationId OrganizationID, providerId ProviderID)

(PATCH /v1/control/organizations/{organization_id}/billing/providers/{provider_id})

func (Unimplemented) UpdateOrganizationMember

func (_ Unimplemented) UpdateOrganizationMember(w http.ResponseWriter, r *http.Request, organizationId OrganizationID, memberId UUID)

(PATCH /v1/control/organizations/{organization_id}/members/{member_id})

func (Unimplemented) UpdateOrganizationNotificationProvider

func (_ Unimplemented) UpdateOrganizationNotificationProvider(w http.ResponseWriter, r *http.Request, organizationId OrganizationID, providerId UUID)

(PATCH /v1/control/organizations/{organization_id}/notification-providers/{provider_id})

func (Unimplemented) UpdateOrganizationPolicy

func (_ Unimplemented) UpdateOrganizationPolicy(w http.ResponseWriter, r *http.Request, organizationId OrganizationID, params UpdateOrganizationPolicyParams)

(PUT /v1/control/installation/organizations/{organization_id}/policy)

func (Unimplemented) UpdateOrganizationStorageProvider

func (_ Unimplemented) UpdateOrganizationStorageProvider(w http.ResponseWriter, r *http.Request, organizationId OrganizationID, providerId ProviderID)

(PATCH /v1/control/organizations/{organization_id}/storage/providers/{provider_id})

func (Unimplemented) UpdateProduct

func (_ Unimplemented) UpdateProduct(w http.ResponseWriter, r *http.Request, applicationId ApplicationID, productId UUID)

(PATCH /v1/control/applications/{application_id}/products/{product_id})

func (Unimplemented) UpdatePublicApplicationConfig

func (_ Unimplemented) UpdatePublicApplicationConfig(w http.ResponseWriter, r *http.Request, applicationId ApplicationID)

(PATCH /v1/control/applications/{application_id}/public-config)

func (Unimplemented) UpdateRole

func (_ Unimplemented) UpdateRole(w http.ResponseWriter, r *http.Request, applicationId ApplicationID, roleId UUID)

(PATCH /v1/control/applications/{application_id}/roles/{role_id})

func (Unimplemented) UpdateUser

func (_ Unimplemented) UpdateUser(w http.ResponseWriter, r *http.Request, applicationId ApplicationID, userId UUID)

(PATCH /v1/control/applications/{application_id}/users/{user_id})

func (Unimplemented) UpdateWebhook

func (_ Unimplemented) UpdateWebhook(w http.ResponseWriter, r *http.Request, applicationId ApplicationID, webhookId UUID)

(PATCH /v1/control/applications/{application_id}/webhooks/{webhook_id})

func (Unimplemented) UpdateWorkspace

func (_ Unimplemented) UpdateWorkspace(w http.ResponseWriter, r *http.Request, applicationId ApplicationID, workspaceId UUID)

(PATCH /v1/control/applications/{application_id}/workspaces/{workspace_id})

func (Unimplemented) UpdateWorkspaceAddress

func (_ Unimplemented) UpdateWorkspaceAddress(w http.ResponseWriter, r *http.Request, applicationId ApplicationID, workspaceId UUID, addressId UUID)

(PATCH /v1/applications/{application_id}/workspaces/{workspace_id}/addresses/{address_id})

func (Unimplemented) UpdateWorkspaceBillingProfile

func (_ Unimplemented) UpdateWorkspaceBillingProfile(w http.ResponseWriter, r *http.Request, applicationId ApplicationID, workspaceId UUID)

(PATCH /v1/applications/{application_id}/workspaces/{workspace_id}/billing-profile)

func (Unimplemented) VerifyApplicationDomain

func (_ Unimplemented) VerifyApplicationDomain(w http.ResponseWriter, r *http.Request, applicationId ApplicationID, domainId UUID)

(POST /v1/control/applications/{application_id}/domains/{domain_id}/verify)

func (Unimplemented) VerifyApplicationStorageProvider

func (_ Unimplemented) VerifyApplicationStorageProvider(w http.ResponseWriter, r *http.Request, applicationId ApplicationID, providerId ProviderID)

(POST /v1/control/applications/{application_id}/storage/providers/{provider_id}/verify)

func (Unimplemented) VerifyBillingProvider

func (_ Unimplemented) VerifyBillingProvider(w http.ResponseWriter, r *http.Request, applicationId ApplicationID, providerId ProviderID)

(POST /v1/control/applications/{application_id}/billing/providers/{provider_id}/verify)

func (Unimplemented) VerifyInstallationBillingProvider

func (_ Unimplemented) VerifyInstallationBillingProvider(w http.ResponseWriter, r *http.Request, providerId ProviderID)

(POST /v1/control/installation/billing/providers/{provider_id}/verify)

func (Unimplemented) VerifyInstallationNotificationProvider

func (_ Unimplemented) VerifyInstallationNotificationProvider(w http.ResponseWriter, r *http.Request, providerId UUID)

(POST /v1/control/installation/notification-providers/{provider_id}/verify)

func (Unimplemented) VerifyInstallationStorageProvider

func (_ Unimplemented) VerifyInstallationStorageProvider(w http.ResponseWriter, r *http.Request, providerId ProviderID)

(POST /v1/control/installation/storage/providers/{provider_id}/verify)

func (Unimplemented) VerifyMFA

func (_ Unimplemented) VerifyMFA(w http.ResponseWriter, r *http.Request, applicationId ApplicationID)

(POST /v1/applications/{application_id}/auth/mfa/verify)

func (Unimplemented) VerifyNotificationProvider

func (_ Unimplemented) VerifyNotificationProvider(w http.ResponseWriter, r *http.Request, applicationId ApplicationID, providerId UUID)

(POST /v1/control/applications/{application_id}/notification-providers/{provider_id}/verify)

func (Unimplemented) VerifyOperatorEmailLogin

func (_ Unimplemented) VerifyOperatorEmailLogin(w http.ResponseWriter, r *http.Request)

(POST /v1/control/auth/email/verify)

func (Unimplemented) VerifyOrganizationBillingProvider

func (_ Unimplemented) VerifyOrganizationBillingProvider(w http.ResponseWriter, r *http.Request, organizationId OrganizationID, providerId ProviderID)

(POST /v1/control/organizations/{organization_id}/billing/providers/{provider_id}/verify)

func (Unimplemented) VerifyOrganizationNotificationProvider

func (_ Unimplemented) VerifyOrganizationNotificationProvider(w http.ResponseWriter, r *http.Request, organizationId OrganizationID, providerId UUID)

(POST /v1/control/organizations/{organization_id}/notification-providers/{provider_id}/verify)

func (Unimplemented) VerifyOrganizationStorageProvider

func (_ Unimplemented) VerifyOrganizationStorageProvider(w http.ResponseWriter, r *http.Request, organizationId OrganizationID, providerId ProviderID)

(POST /v1/control/organizations/{organization_id}/storage/providers/{provider_id}/verify)

func (Unimplemented) VerifyUserEmail

func (_ Unimplemented) VerifyUserEmail(w http.ResponseWriter, r *http.Request, applicationId ApplicationID, userId UUID)

(POST /v1/control/applications/{application_id}/users/{user_id}/verify-email)

func (Unimplemented) VerifyUserOrganization

func (_ Unimplemented) VerifyUserOrganization(w http.ResponseWriter, r *http.Request, applicationId ApplicationID, userId UUID)

(POST /v1/control/applications/{application_id}/users/{user_id}/verify-organization)

func (Unimplemented) Version

func (_ Unimplemented) Version(w http.ResponseWriter, r *http.Request)

(GET /version)

type UnlinkMyIdentity204Response

type UnlinkMyIdentity204Response struct {
}

func (UnlinkMyIdentity204Response) VisitUnlinkMyIdentityResponse

func (response UnlinkMyIdentity204Response) VisitUnlinkMyIdentityResponse(w http.ResponseWriter) error

type UnlinkMyIdentityRequestObject

type UnlinkMyIdentityRequestObject struct {
	ApplicationId ApplicationID `json:"application_id"`
	IdentityId    UUID          `json:"identity_id"`
}

type UnlinkMyIdentityResponseObject

type UnlinkMyIdentityResponseObject interface {
	VisitUnlinkMyIdentityResponse(w http.ResponseWriter) error
}

type UnmarshalingParamError

type UnmarshalingParamError struct {
	ParamName string
	Err       error
}

func (*UnmarshalingParamError) Error

func (e *UnmarshalingParamError) Error() string

func (*UnmarshalingParamError) Unwrap

func (e *UnmarshalingParamError) Unwrap() error

type UnverifyUserEmail204Response

type UnverifyUserEmail204Response struct {
}

func (UnverifyUserEmail204Response) VisitUnverifyUserEmailResponse

func (response UnverifyUserEmail204Response) VisitUnverifyUserEmailResponse(w http.ResponseWriter) error

type UnverifyUserEmailJSONBody

type UnverifyUserEmailJSONBody = map[string]interface{}

UnverifyUserEmailJSONBody defines parameters for UnverifyUserEmail.

type UnverifyUserEmailJSONRequestBody

type UnverifyUserEmailJSONRequestBody = UnverifyUserEmailJSONBody

UnverifyUserEmailJSONRequestBody defines body for UnverifyUserEmail for application/json ContentType.

type UnverifyUserEmailRequestObject

type UnverifyUserEmailRequestObject struct {
	ApplicationId ApplicationID `json:"application_id"`
	UserId        UUID          `json:"user_id"`
	Body          *UnverifyUserEmailJSONRequestBody
}

type UnverifyUserEmailResponseObject

type UnverifyUserEmailResponseObject interface {
	VisitUnverifyUserEmailResponse(w http.ResponseWriter) error
}

type UnverifyUserOrganization204Response

type UnverifyUserOrganization204Response struct {
}

func (UnverifyUserOrganization204Response) VisitUnverifyUserOrganizationResponse

func (response UnverifyUserOrganization204Response) VisitUnverifyUserOrganizationResponse(w http.ResponseWriter) error

type UnverifyUserOrganizationJSONBody

type UnverifyUserOrganizationJSONBody = map[string]interface{}

UnverifyUserOrganizationJSONBody defines parameters for UnverifyUserOrganization.

type UnverifyUserOrganizationJSONRequestBody

type UnverifyUserOrganizationJSONRequestBody = UnverifyUserOrganizationJSONBody

UnverifyUserOrganizationJSONRequestBody defines body for UnverifyUserOrganization for application/json ContentType.

type UnverifyUserOrganizationRequestObject

type UnverifyUserOrganizationRequestObject struct {
	ApplicationId ApplicationID `json:"application_id"`
	UserId        UUID          `json:"user_id"`
	Body          *UnverifyUserOrganizationJSONRequestBody
}

type UnverifyUserOrganizationResponseObject

type UnverifyUserOrganizationResponseObject interface {
	VisitUnverifyUserOrganizationResponse(w http.ResponseWriter) error
}

type UpdateApplication204Response

type UpdateApplication204Response struct {
}

func (UpdateApplication204Response) VisitUpdateApplicationResponse

func (response UpdateApplication204Response) VisitUpdateApplicationResponse(w http.ResponseWriter) error

type UpdateApplication412ApplicationProblemPlusJSONResponse

type UpdateApplication412ApplicationProblemPlusJSONResponse struct {
	ProblemApplicationProblemPlusJSONResponse
}

func (UpdateApplication412ApplicationProblemPlusJSONResponse) VisitUpdateApplicationResponse

func (response UpdateApplication412ApplicationProblemPlusJSONResponse) VisitUpdateApplicationResponse(w http.ResponseWriter) error

type UpdateApplicationJSONBody

type UpdateApplicationJSONBody struct {
	Name string `json:"name"`
}

UpdateApplicationJSONBody defines parameters for UpdateApplication.

type UpdateApplicationJSONRequestBody

type UpdateApplicationJSONRequestBody UpdateApplicationJSONBody

UpdateApplicationJSONRequestBody defines body for UpdateApplication for application/json ContentType.

type UpdateApplicationRequestObject

type UpdateApplicationRequestObject struct {
	OrganizationId        OrganizationID `json:"organization_id"`
	ApplicationResourceId UUID           `json:"application_resource_id"`
	Body                  *UpdateApplicationJSONRequestBody
}

type UpdateApplicationResponseObject

type UpdateApplicationResponseObject interface {
	VisitUpdateApplicationResponse(w http.ResponseWriter) error
}

type UpdateApplicationStorageProvider200Response

type UpdateApplicationStorageProvider200Response struct {
}

func (UpdateApplicationStorageProvider200Response) VisitUpdateApplicationStorageProviderResponse

func (response UpdateApplicationStorageProvider200Response) VisitUpdateApplicationStorageProviderResponse(w http.ResponseWriter) error

type UpdateApplicationStorageProviderJSONBody

type UpdateApplicationStorageProviderJSONBody = map[string]interface{}

UpdateApplicationStorageProviderJSONBody defines parameters for UpdateApplicationStorageProvider.

type UpdateApplicationStorageProviderJSONRequestBody

type UpdateApplicationStorageProviderJSONRequestBody = UpdateApplicationStorageProviderJSONBody

UpdateApplicationStorageProviderJSONRequestBody defines body for UpdateApplicationStorageProvider for application/json ContentType.

type UpdateApplicationStorageProviderRequestObject

type UpdateApplicationStorageProviderRequestObject struct {
	ApplicationId ApplicationID `json:"application_id"`
	ProviderId    ProviderID    `json:"provider_id"`
	Body          *UpdateApplicationStorageProviderJSONRequestBody
}

type UpdateApplicationStorageProviderResponseObject

type UpdateApplicationStorageProviderResponseObject interface {
	VisitUpdateApplicationStorageProviderResponse(w http.ResponseWriter) error
}

type UpdateAuthConfig204Response

type UpdateAuthConfig204Response struct {
}

func (UpdateAuthConfig204Response) VisitUpdateAuthConfigResponse

func (response UpdateAuthConfig204Response) VisitUpdateAuthConfigResponse(w http.ResponseWriter) error

type UpdateAuthConfigJSONRequestBody

type UpdateAuthConfigJSONRequestBody = ApplicationAuthConfig

UpdateAuthConfigJSONRequestBody defines body for UpdateAuthConfig for application/json ContentType.

type UpdateAuthConfigRequestObject

type UpdateAuthConfigRequestObject struct {
	ApplicationId ApplicationID `json:"application_id"`
	Body          *UpdateAuthConfigJSONRequestBody
}

type UpdateAuthConfigResponseObject

type UpdateAuthConfigResponseObject interface {
	VisitUpdateAuthConfigResponse(w http.ResponseWriter) error
}

type UpdateBillingProvider204Response

type UpdateBillingProvider204Response struct {
}

func (UpdateBillingProvider204Response) VisitUpdateBillingProviderResponse

func (response UpdateBillingProvider204Response) VisitUpdateBillingProviderResponse(w http.ResponseWriter) error

type UpdateBillingProviderJSONBody

type UpdateBillingProviderJSONBody = map[string]interface{}

UpdateBillingProviderJSONBody defines parameters for UpdateBillingProvider.

type UpdateBillingProviderJSONRequestBody

type UpdateBillingProviderJSONRequestBody = UpdateBillingProviderJSONBody

UpdateBillingProviderJSONRequestBody defines body for UpdateBillingProvider for application/json ContentType.

type UpdateBillingProviderRequestObject

type UpdateBillingProviderRequestObject struct {
	ApplicationId ApplicationID `json:"application_id"`
	ProviderId    ProviderID    `json:"provider_id"`
	Body          *UpdateBillingProviderJSONRequestBody
}

type UpdateBillingProviderResponseObject

type UpdateBillingProviderResponseObject interface {
	VisitUpdateBillingProviderResponse(w http.ResponseWriter) error
}

type UpdateClient204Response

type UpdateClient204Response struct {
}

func (UpdateClient204Response) VisitUpdateClientResponse

func (response UpdateClient204Response) VisitUpdateClientResponse(w http.ResponseWriter) error

type UpdateClientJSONBody

type UpdateClientJSONBody = map[string]interface{}

UpdateClientJSONBody defines parameters for UpdateClient.

type UpdateClientJSONRequestBody

type UpdateClientJSONRequestBody = UpdateClientJSONBody

UpdateClientJSONRequestBody defines body for UpdateClient for application/json ContentType.

type UpdateClientRequestObject

type UpdateClientRequestObject struct {
	ApplicationId ApplicationID `json:"application_id"`
	ClientId      string        `json:"client_id"`
	Body          *UpdateClientJSONRequestBody
}

type UpdateClientResponseObject

type UpdateClientResponseObject interface {
	VisitUpdateClientResponse(w http.ResponseWriter) error
}

type UpdateCurrentUser204Response

type UpdateCurrentUser204Response struct {
}

func (UpdateCurrentUser204Response) VisitUpdateCurrentUserResponse

func (response UpdateCurrentUser204Response) VisitUpdateCurrentUserResponse(w http.ResponseWriter) error

type UpdateCurrentUserJSONRequestBody

type UpdateCurrentUserJSONRequestBody = UpdateUserProfile

UpdateCurrentUserJSONRequestBody defines body for UpdateCurrentUser for application/json ContentType.

type UpdateCurrentUserRequestObject

type UpdateCurrentUserRequestObject struct {
	ApplicationId ApplicationID `json:"application_id"`
	Body          *UpdateCurrentUserJSONRequestBody
}

type UpdateCurrentUserResponseObject

type UpdateCurrentUserResponseObject interface {
	VisitUpdateCurrentUserResponse(w http.ResponseWriter) error
}

type UpdateEventType

type UpdateEventType struct {
	DataSchema     *map[string]interface{} `json:"data_schema,omitempty"`
	Description    *string                 `json:"description,omitempty"`
	ExampleData    *map[string]interface{} `json:"example_data,omitempty"`
	ExampleSubject *string                 `json:"example_subject,omitempty"`
	SchemaVersion  *string                 `json:"schema_version,omitempty"`
	Status         interface{}             `json:"status,omitempty"`
}

UpdateEventType defines model for UpdateEventType.

type UpdateEventType204Response

type UpdateEventType204Response struct {
}

func (UpdateEventType204Response) VisitUpdateEventTypeResponse

func (response UpdateEventType204Response) VisitUpdateEventTypeResponse(w http.ResponseWriter) error

type UpdateEventType409ApplicationProblemPlusJSONResponse

type UpdateEventType409ApplicationProblemPlusJSONResponse struct {
	ProblemApplicationProblemPlusJSONResponse
}

func (UpdateEventType409ApplicationProblemPlusJSONResponse) VisitUpdateEventTypeResponse

func (response UpdateEventType409ApplicationProblemPlusJSONResponse) VisitUpdateEventTypeResponse(w http.ResponseWriter) error

type UpdateEventTypeJSONRequestBody

type UpdateEventTypeJSONRequestBody = UpdateEventType

UpdateEventTypeJSONRequestBody defines body for UpdateEventType for application/json ContentType.

type UpdateEventTypeRequestObject

type UpdateEventTypeRequestObject struct {
	ApplicationId ApplicationID `json:"application_id"`
	EventTypeId   UUID          `json:"event_type_id"`
	Body          *UpdateEventTypeJSONRequestBody
}

type UpdateEventTypeResponseObject

type UpdateEventTypeResponseObject interface {
	VisitUpdateEventTypeResponse(w http.ResponseWriter) error
}

type UpdateInstallationAuthProvider204Response

type UpdateInstallationAuthProvider204Response struct {
}

func (UpdateInstallationAuthProvider204Response) VisitUpdateInstallationAuthProviderResponse

func (response UpdateInstallationAuthProvider204Response) VisitUpdateInstallationAuthProviderResponse(w http.ResponseWriter) error

type UpdateInstallationAuthProvider404ApplicationProblemPlusJSONResponse

type UpdateInstallationAuthProvider404ApplicationProblemPlusJSONResponse struct {
	ProblemApplicationProblemPlusJSONResponse
}

func (UpdateInstallationAuthProvider404ApplicationProblemPlusJSONResponse) VisitUpdateInstallationAuthProviderResponse

func (response UpdateInstallationAuthProvider404ApplicationProblemPlusJSONResponse) VisitUpdateInstallationAuthProviderResponse(w http.ResponseWriter) error

type UpdateInstallationAuthProviderJSONBody

type UpdateInstallationAuthProviderJSONBody struct {
	// Inheritable Allow child scopes to resolve this provider.
	Inheritable bool `json:"inheritable"`
}

UpdateInstallationAuthProviderJSONBody defines parameters for UpdateInstallationAuthProvider.

type UpdateInstallationAuthProviderJSONRequestBody

type UpdateInstallationAuthProviderJSONRequestBody UpdateInstallationAuthProviderJSONBody

UpdateInstallationAuthProviderJSONRequestBody defines body for UpdateInstallationAuthProvider for application/json ContentType.

type UpdateInstallationAuthProviderRequestObject

type UpdateInstallationAuthProviderRequestObject struct {
	Provider string `json:"provider"`
	Body     *UpdateInstallationAuthProviderJSONRequestBody
}

type UpdateInstallationAuthProviderResponseObject

type UpdateInstallationAuthProviderResponseObject interface {
	VisitUpdateInstallationAuthProviderResponse(w http.ResponseWriter) error
}

type UpdateInstallationBillingProvider204Response

type UpdateInstallationBillingProvider204Response struct {
}

func (UpdateInstallationBillingProvider204Response) VisitUpdateInstallationBillingProviderResponse

func (response UpdateInstallationBillingProvider204Response) VisitUpdateInstallationBillingProviderResponse(w http.ResponseWriter) error

type UpdateInstallationBillingProviderJSONBody

type UpdateInstallationBillingProviderJSONBody = map[string]interface{}

UpdateInstallationBillingProviderJSONBody defines parameters for UpdateInstallationBillingProvider.

type UpdateInstallationBillingProviderJSONRequestBody

type UpdateInstallationBillingProviderJSONRequestBody = UpdateInstallationBillingProviderJSONBody

UpdateInstallationBillingProviderJSONRequestBody defines body for UpdateInstallationBillingProvider for application/json ContentType.

type UpdateInstallationBillingProviderRequestObject

type UpdateInstallationBillingProviderRequestObject struct {
	ProviderId ProviderID `json:"provider_id"`
	Body       *UpdateInstallationBillingProviderJSONRequestBody
}

type UpdateInstallationBillingProviderResponseObject

type UpdateInstallationBillingProviderResponseObject interface {
	VisitUpdateInstallationBillingProviderResponse(w http.ResponseWriter) error
}

type UpdateInstallationNotificationProvider200Response

type UpdateInstallationNotificationProvider200Response struct {
}

func (UpdateInstallationNotificationProvider200Response) VisitUpdateInstallationNotificationProviderResponse

func (response UpdateInstallationNotificationProvider200Response) VisitUpdateInstallationNotificationProviderResponse(w http.ResponseWriter) error

type UpdateInstallationNotificationProvider404ApplicationProblemPlusJSONResponse

type UpdateInstallationNotificationProvider404ApplicationProblemPlusJSONResponse struct {
	ProblemApplicationProblemPlusJSONResponse
}

func (UpdateInstallationNotificationProvider404ApplicationProblemPlusJSONResponse) VisitUpdateInstallationNotificationProviderResponse

func (response UpdateInstallationNotificationProvider404ApplicationProblemPlusJSONResponse) VisitUpdateInstallationNotificationProviderResponse(w http.ResponseWriter) error

type UpdateInstallationNotificationProviderJSONBody

type UpdateInstallationNotificationProviderJSONBody = map[string]interface{}

UpdateInstallationNotificationProviderJSONBody defines parameters for UpdateInstallationNotificationProvider.

type UpdateInstallationNotificationProviderJSONRequestBody

type UpdateInstallationNotificationProviderJSONRequestBody = UpdateInstallationNotificationProviderJSONBody

UpdateInstallationNotificationProviderJSONRequestBody defines body for UpdateInstallationNotificationProvider for application/json ContentType.

type UpdateInstallationNotificationProviderRequestObject

type UpdateInstallationNotificationProviderRequestObject struct {
	ProviderId UUID `json:"provider_id"`
	Body       *UpdateInstallationNotificationProviderJSONRequestBody
}

type UpdateInstallationNotificationProviderResponseObject

type UpdateInstallationNotificationProviderResponseObject interface {
	VisitUpdateInstallationNotificationProviderResponse(w http.ResponseWriter) error
}

type UpdateInstallationNotificationTemplate201Response

type UpdateInstallationNotificationTemplate201Response struct {
}

func (UpdateInstallationNotificationTemplate201Response) VisitUpdateInstallationNotificationTemplateResponse

func (response UpdateInstallationNotificationTemplate201Response) VisitUpdateInstallationNotificationTemplateResponse(w http.ResponseWriter) error

type UpdateInstallationNotificationTemplateJSONBody

type UpdateInstallationNotificationTemplateJSONBody = map[string]interface{}

UpdateInstallationNotificationTemplateJSONBody defines parameters for UpdateInstallationNotificationTemplate.

type UpdateInstallationNotificationTemplateJSONRequestBody

type UpdateInstallationNotificationTemplateJSONRequestBody = UpdateInstallationNotificationTemplateJSONBody

UpdateInstallationNotificationTemplateJSONRequestBody defines body for UpdateInstallationNotificationTemplate for application/json ContentType.

type UpdateInstallationNotificationTemplateRequestObject

type UpdateInstallationNotificationTemplateRequestObject struct {
	TemplateId UUID `json:"template_id"`
	Body       *UpdateInstallationNotificationTemplateJSONRequestBody
}

type UpdateInstallationNotificationTemplateResponseObject

type UpdateInstallationNotificationTemplateResponseObject interface {
	VisitUpdateInstallationNotificationTemplateResponse(w http.ResponseWriter) error
}

type UpdateInstallationOperator204Response

type UpdateInstallationOperator204Response struct {
}

func (UpdateInstallationOperator204Response) VisitUpdateInstallationOperatorResponse

func (response UpdateInstallationOperator204Response) VisitUpdateInstallationOperatorResponse(w http.ResponseWriter) error

type UpdateInstallationOperatorJSONBody

type UpdateInstallationOperatorJSONBody = map[string]interface{}

UpdateInstallationOperatorJSONBody defines parameters for UpdateInstallationOperator.

type UpdateInstallationOperatorJSONRequestBody

type UpdateInstallationOperatorJSONRequestBody = UpdateInstallationOperatorJSONBody

UpdateInstallationOperatorJSONRequestBody defines body for UpdateInstallationOperator for application/json ContentType.

type UpdateInstallationOperatorRequestObject

type UpdateInstallationOperatorRequestObject struct {
	OperatorId UUID `json:"operator_id"`
	Body       *UpdateInstallationOperatorJSONRequestBody
}

type UpdateInstallationOperatorResponseObject

type UpdateInstallationOperatorResponseObject interface {
	VisitUpdateInstallationOperatorResponse(w http.ResponseWriter) error
}

type UpdateInstallationStorageProvider200Response

type UpdateInstallationStorageProvider200Response struct {
}

func (UpdateInstallationStorageProvider200Response) VisitUpdateInstallationStorageProviderResponse

func (response UpdateInstallationStorageProvider200Response) VisitUpdateInstallationStorageProviderResponse(w http.ResponseWriter) error

type UpdateInstallationStorageProviderJSONBody

type UpdateInstallationStorageProviderJSONBody = map[string]interface{}

UpdateInstallationStorageProviderJSONBody defines parameters for UpdateInstallationStorageProvider.

type UpdateInstallationStorageProviderJSONRequestBody

type UpdateInstallationStorageProviderJSONRequestBody = UpdateInstallationStorageProviderJSONBody

UpdateInstallationStorageProviderJSONRequestBody defines body for UpdateInstallationStorageProvider for application/json ContentType.

type UpdateInstallationStorageProviderRequestObject

type UpdateInstallationStorageProviderRequestObject struct {
	ProviderId ProviderID `json:"provider_id"`
	Body       *UpdateInstallationStorageProviderJSONRequestBody
}

type UpdateInstallationStorageProviderResponseObject

type UpdateInstallationStorageProviderResponseObject interface {
	VisitUpdateInstallationStorageProviderResponse(w http.ResponseWriter) error
}

type UpdateInternalApplicationConfig204Response

type UpdateInternalApplicationConfig204Response struct {
}

func (UpdateInternalApplicationConfig204Response) VisitUpdateInternalApplicationConfigResponse

func (response UpdateInternalApplicationConfig204Response) VisitUpdateInternalApplicationConfigResponse(w http.ResponseWriter) error

type UpdateInternalApplicationConfig412ApplicationProblemPlusJSONResponse

type UpdateInternalApplicationConfig412ApplicationProblemPlusJSONResponse struct {
	ProblemApplicationProblemPlusJSONResponse
}

func (UpdateInternalApplicationConfig412ApplicationProblemPlusJSONResponse) VisitUpdateInternalApplicationConfigResponse

func (response UpdateInternalApplicationConfig412ApplicationProblemPlusJSONResponse) VisitUpdateInternalApplicationConfigResponse(w http.ResponseWriter) error

type UpdateInternalApplicationConfigJSONRequestBody

type UpdateInternalApplicationConfigJSONRequestBody = ApplicationInternalConfig

UpdateInternalApplicationConfigJSONRequestBody defines body for UpdateInternalApplicationConfig for application/json ContentType.

type UpdateInternalApplicationConfigRequestObject

type UpdateInternalApplicationConfigRequestObject struct {
	ApplicationId ApplicationID `json:"application_id"`
	Body          *UpdateInternalApplicationConfigJSONRequestBody
}

type UpdateInternalApplicationConfigResponseObject

type UpdateInternalApplicationConfigResponseObject interface {
	VisitUpdateInternalApplicationConfigResponse(w http.ResponseWriter) error
}

type UpdateManagementAPIStatus200Response

type UpdateManagementAPIStatus200Response struct {
}

func (UpdateManagementAPIStatus200Response) VisitUpdateManagementAPIStatusResponse

func (response UpdateManagementAPIStatus200Response) VisitUpdateManagementAPIStatusResponse(w http.ResponseWriter) error

type UpdateManagementAPIStatusJSONBody

type UpdateManagementAPIStatusJSONBody struct {
	Enabled bool `json:"enabled"`
}

UpdateManagementAPIStatusJSONBody defines parameters for UpdateManagementAPIStatus.

type UpdateManagementAPIStatusJSONRequestBody

type UpdateManagementAPIStatusJSONRequestBody UpdateManagementAPIStatusJSONBody

UpdateManagementAPIStatusJSONRequestBody defines body for UpdateManagementAPIStatus for application/json ContentType.

type UpdateManagementAPIStatusRequestObject

type UpdateManagementAPIStatusRequestObject struct {
	Body *UpdateManagementAPIStatusJSONRequestBody
}

type UpdateManagementAPIStatusResponseObject

type UpdateManagementAPIStatusResponseObject interface {
	VisitUpdateManagementAPIStatusResponse(w http.ResponseWriter) error
}

type UpdateMyAddress204Response

type UpdateMyAddress204Response struct {
}

func (UpdateMyAddress204Response) VisitUpdateMyAddressResponse

func (response UpdateMyAddress204Response) VisitUpdateMyAddressResponse(w http.ResponseWriter) error

type UpdateMyAddressJSONBody

type UpdateMyAddressJSONBody = map[string]interface{}

UpdateMyAddressJSONBody defines parameters for UpdateMyAddress.

type UpdateMyAddressJSONRequestBody

type UpdateMyAddressJSONRequestBody = UpdateMyAddressJSONBody

UpdateMyAddressJSONRequestBody defines body for UpdateMyAddress for application/json ContentType.

type UpdateMyAddressRequestObject

type UpdateMyAddressRequestObject struct {
	ApplicationId ApplicationID `json:"application_id"`
	AddressId     UUID          `json:"address_id"`
	Body          *UpdateMyAddressJSONRequestBody
}

type UpdateMyAddressResponseObject

type UpdateMyAddressResponseObject interface {
	VisitUpdateMyAddressResponse(w http.ResponseWriter) error
}

type UpdateMyBillingProfile204Response

type UpdateMyBillingProfile204Response struct {
}

func (UpdateMyBillingProfile204Response) VisitUpdateMyBillingProfileResponse

func (response UpdateMyBillingProfile204Response) VisitUpdateMyBillingProfileResponse(w http.ResponseWriter) error

type UpdateMyBillingProfileJSONBody

type UpdateMyBillingProfileJSONBody = map[string]interface{}

UpdateMyBillingProfileJSONBody defines parameters for UpdateMyBillingProfile.

type UpdateMyBillingProfileJSONRequestBody

type UpdateMyBillingProfileJSONRequestBody = UpdateMyBillingProfileJSONBody

UpdateMyBillingProfileJSONRequestBody defines body for UpdateMyBillingProfile for application/json ContentType.

type UpdateMyBillingProfileRequestObject

type UpdateMyBillingProfileRequestObject struct {
	ApplicationId ApplicationID `json:"application_id"`
	Body          *UpdateMyBillingProfileJSONRequestBody
}

type UpdateMyBillingProfileResponseObject

type UpdateMyBillingProfileResponseObject interface {
	VisitUpdateMyBillingProfileResponse(w http.ResponseWriter) error
}

type UpdateMyNotificationPreference204Response

type UpdateMyNotificationPreference204Response struct {
}

func (UpdateMyNotificationPreference204Response) VisitUpdateMyNotificationPreferenceResponse

func (response UpdateMyNotificationPreference204Response) VisitUpdateMyNotificationPreferenceResponse(w http.ResponseWriter) error

type UpdateMyNotificationPreferenceJSONBody

type UpdateMyNotificationPreferenceJSONBody = map[string]interface{}

UpdateMyNotificationPreferenceJSONBody defines parameters for UpdateMyNotificationPreference.

type UpdateMyNotificationPreferenceJSONRequestBody

type UpdateMyNotificationPreferenceJSONRequestBody = UpdateMyNotificationPreferenceJSONBody

UpdateMyNotificationPreferenceJSONRequestBody defines body for UpdateMyNotificationPreference for application/json ContentType.

type UpdateMyNotificationPreferenceRequestObject

type UpdateMyNotificationPreferenceRequestObject struct {
	ApplicationId ApplicationID `json:"application_id"`
	Category      interface{}   `json:"category"`
	Body          *UpdateMyNotificationPreferenceJSONRequestBody
}

type UpdateMyNotificationPreferenceResponseObject

type UpdateMyNotificationPreferenceResponseObject interface {
	VisitUpdateMyNotificationPreferenceResponse(w http.ResponseWriter) error
}

type UpdateMyWorkspace204Response

type UpdateMyWorkspace204Response struct {
}

func (UpdateMyWorkspace204Response) VisitUpdateMyWorkspaceResponse

func (response UpdateMyWorkspace204Response) VisitUpdateMyWorkspaceResponse(w http.ResponseWriter) error

type UpdateMyWorkspaceJSONBody

type UpdateMyWorkspaceJSONBody = map[string]interface{}

UpdateMyWorkspaceJSONBody defines parameters for UpdateMyWorkspace.

type UpdateMyWorkspaceJSONRequestBody

type UpdateMyWorkspaceJSONRequestBody = UpdateMyWorkspaceJSONBody

UpdateMyWorkspaceJSONRequestBody defines body for UpdateMyWorkspace for application/json ContentType.

type UpdateMyWorkspaceRequestObject

type UpdateMyWorkspaceRequestObject struct {
	ApplicationId ApplicationID `json:"application_id"`
	WorkspaceId   UUID          `json:"workspace_id"`
	Body          *UpdateMyWorkspaceJSONRequestBody
}

type UpdateMyWorkspaceResponseObject

type UpdateMyWorkspaceResponseObject interface {
	VisitUpdateMyWorkspaceResponse(w http.ResponseWriter) error
}

type UpdateNotificationProvider200Response

type UpdateNotificationProvider200Response struct {
}

func (UpdateNotificationProvider200Response) VisitUpdateNotificationProviderResponse

func (response UpdateNotificationProvider200Response) VisitUpdateNotificationProviderResponse(w http.ResponseWriter) error

type UpdateNotificationProviderJSONBody

type UpdateNotificationProviderJSONBody = map[string]interface{}

UpdateNotificationProviderJSONBody defines parameters for UpdateNotificationProvider.

type UpdateNotificationProviderJSONRequestBody

type UpdateNotificationProviderJSONRequestBody = UpdateNotificationProviderJSONBody

UpdateNotificationProviderJSONRequestBody defines body for UpdateNotificationProvider for application/json ContentType.

type UpdateNotificationProviderRequestObject

type UpdateNotificationProviderRequestObject struct {
	ApplicationId ApplicationID `json:"application_id"`
	ProviderId    UUID          `json:"provider_id"`
	Body          *UpdateNotificationProviderJSONRequestBody
}

type UpdateNotificationProviderResponseObject

type UpdateNotificationProviderResponseObject interface {
	VisitUpdateNotificationProviderResponse(w http.ResponseWriter) error
}

type UpdateNotificationTemplate201Response

type UpdateNotificationTemplate201Response struct {
}

func (UpdateNotificationTemplate201Response) VisitUpdateNotificationTemplateResponse

func (response UpdateNotificationTemplate201Response) VisitUpdateNotificationTemplateResponse(w http.ResponseWriter) error

type UpdateNotificationTemplateJSONBody

type UpdateNotificationTemplateJSONBody = map[string]interface{}

UpdateNotificationTemplateJSONBody defines parameters for UpdateNotificationTemplate.

type UpdateNotificationTemplateJSONRequestBody

type UpdateNotificationTemplateJSONRequestBody = UpdateNotificationTemplateJSONBody

UpdateNotificationTemplateJSONRequestBody defines body for UpdateNotificationTemplate for application/json ContentType.

type UpdateNotificationTemplateRequestObject

type UpdateNotificationTemplateRequestObject struct {
	ApplicationId ApplicationID `json:"application_id"`
	TemplateId    UUID          `json:"template_id"`
	Body          *UpdateNotificationTemplateJSONRequestBody
}

type UpdateNotificationTemplateResponseObject

type UpdateNotificationTemplateResponseObject interface {
	VisitUpdateNotificationTemplateResponse(w http.ResponseWriter) error
}

type UpdateOperatorAccount204Response

type UpdateOperatorAccount204Response struct {
}

func (UpdateOperatorAccount204Response) VisitUpdateOperatorAccountResponse

func (response UpdateOperatorAccount204Response) VisitUpdateOperatorAccountResponse(w http.ResponseWriter) error

type UpdateOperatorAccountJSONBody

type UpdateOperatorAccountJSONBody struct {
	DisplayName string `json:"display_name"`
}

UpdateOperatorAccountJSONBody defines parameters for UpdateOperatorAccount.

type UpdateOperatorAccountJSONRequestBody

type UpdateOperatorAccountJSONRequestBody UpdateOperatorAccountJSONBody

UpdateOperatorAccountJSONRequestBody defines body for UpdateOperatorAccount for application/json ContentType.

type UpdateOperatorAccountRequestObject

type UpdateOperatorAccountRequestObject struct {
	Body *UpdateOperatorAccountJSONRequestBody
}

type UpdateOperatorAccountResponseObject

type UpdateOperatorAccountResponseObject interface {
	VisitUpdateOperatorAccountResponse(w http.ResponseWriter) error
}

type UpdateOrganization204Response

type UpdateOrganization204Response struct {
}

func (UpdateOrganization204Response) VisitUpdateOrganizationResponse

func (response UpdateOrganization204Response) VisitUpdateOrganizationResponse(w http.ResponseWriter) error

type UpdateOrganization412ApplicationProblemPlusJSONResponse

type UpdateOrganization412ApplicationProblemPlusJSONResponse struct {
	ProblemApplicationProblemPlusJSONResponse
}

func (UpdateOrganization412ApplicationProblemPlusJSONResponse) VisitUpdateOrganizationResponse

func (response UpdateOrganization412ApplicationProblemPlusJSONResponse) VisitUpdateOrganizationResponse(w http.ResponseWriter) error

type UpdateOrganizationAuthProvider204Response

type UpdateOrganizationAuthProvider204Response struct {
}

func (UpdateOrganizationAuthProvider204Response) VisitUpdateOrganizationAuthProviderResponse

func (response UpdateOrganizationAuthProvider204Response) VisitUpdateOrganizationAuthProviderResponse(w http.ResponseWriter) error

type UpdateOrganizationAuthProvider404ApplicationProblemPlusJSONResponse

type UpdateOrganizationAuthProvider404ApplicationProblemPlusJSONResponse struct {
	ProblemApplicationProblemPlusJSONResponse
}

func (UpdateOrganizationAuthProvider404ApplicationProblemPlusJSONResponse) VisitUpdateOrganizationAuthProviderResponse

func (response UpdateOrganizationAuthProvider404ApplicationProblemPlusJSONResponse) VisitUpdateOrganizationAuthProviderResponse(w http.ResponseWriter) error

type UpdateOrganizationAuthProviderJSONBody

type UpdateOrganizationAuthProviderJSONBody struct {
	// Inheritable Allow child scopes to resolve this provider.
	Inheritable bool `json:"inheritable"`
}

UpdateOrganizationAuthProviderJSONBody defines parameters for UpdateOrganizationAuthProvider.

type UpdateOrganizationAuthProviderJSONRequestBody

type UpdateOrganizationAuthProviderJSONRequestBody UpdateOrganizationAuthProviderJSONBody

UpdateOrganizationAuthProviderJSONRequestBody defines body for UpdateOrganizationAuthProvider for application/json ContentType.

type UpdateOrganizationAuthProviderRequestObject

type UpdateOrganizationAuthProviderRequestObject struct {
	OrganizationId OrganizationID `json:"organization_id"`
	Provider       string         `json:"provider"`
	Body           *UpdateOrganizationAuthProviderJSONRequestBody
}

type UpdateOrganizationAuthProviderResponseObject

type UpdateOrganizationAuthProviderResponseObject interface {
	VisitUpdateOrganizationAuthProviderResponse(w http.ResponseWriter) error
}

type UpdateOrganizationBillingProvider204Response

type UpdateOrganizationBillingProvider204Response struct {
}

func (UpdateOrganizationBillingProvider204Response) VisitUpdateOrganizationBillingProviderResponse

func (response UpdateOrganizationBillingProvider204Response) VisitUpdateOrganizationBillingProviderResponse(w http.ResponseWriter) error

type UpdateOrganizationBillingProviderJSONBody

type UpdateOrganizationBillingProviderJSONBody = map[string]interface{}

UpdateOrganizationBillingProviderJSONBody defines parameters for UpdateOrganizationBillingProvider.

type UpdateOrganizationBillingProviderJSONRequestBody

type UpdateOrganizationBillingProviderJSONRequestBody = UpdateOrganizationBillingProviderJSONBody

UpdateOrganizationBillingProviderJSONRequestBody defines body for UpdateOrganizationBillingProvider for application/json ContentType.

type UpdateOrganizationBillingProviderRequestObject

type UpdateOrganizationBillingProviderRequestObject struct {
	OrganizationId OrganizationID `json:"organization_id"`
	ProviderId     ProviderID     `json:"provider_id"`
	Body           *UpdateOrganizationBillingProviderJSONRequestBody
}

type UpdateOrganizationBillingProviderResponseObject

type UpdateOrganizationBillingProviderResponseObject interface {
	VisitUpdateOrganizationBillingProviderResponse(w http.ResponseWriter) error
}

type UpdateOrganizationJSONBody

type UpdateOrganizationJSONBody struct {
	Name string `json:"name"`
}

UpdateOrganizationJSONBody defines parameters for UpdateOrganization.

type UpdateOrganizationJSONRequestBody

type UpdateOrganizationJSONRequestBody UpdateOrganizationJSONBody

UpdateOrganizationJSONRequestBody defines body for UpdateOrganization for application/json ContentType.

type UpdateOrganizationMember204Response

type UpdateOrganizationMember204Response struct {
}

func (UpdateOrganizationMember204Response) VisitUpdateOrganizationMemberResponse

func (response UpdateOrganizationMember204Response) VisitUpdateOrganizationMemberResponse(w http.ResponseWriter) error

type UpdateOrganizationMemberJSONBody

type UpdateOrganizationMemberJSONBody = map[string]interface{}

UpdateOrganizationMemberJSONBody defines parameters for UpdateOrganizationMember.

type UpdateOrganizationMemberJSONRequestBody

type UpdateOrganizationMemberJSONRequestBody = UpdateOrganizationMemberJSONBody

UpdateOrganizationMemberJSONRequestBody defines body for UpdateOrganizationMember for application/json ContentType.

type UpdateOrganizationMemberRequestObject

type UpdateOrganizationMemberRequestObject struct {
	OrganizationId OrganizationID `json:"organization_id"`
	MemberId       UUID           `json:"member_id"`
	Body           *UpdateOrganizationMemberJSONRequestBody
}

type UpdateOrganizationMemberResponseObject

type UpdateOrganizationMemberResponseObject interface {
	VisitUpdateOrganizationMemberResponse(w http.ResponseWriter) error
}

type UpdateOrganizationNotificationProvider200Response

type UpdateOrganizationNotificationProvider200Response struct {
}

func (UpdateOrganizationNotificationProvider200Response) VisitUpdateOrganizationNotificationProviderResponse

func (response UpdateOrganizationNotificationProvider200Response) VisitUpdateOrganizationNotificationProviderResponse(w http.ResponseWriter) error

type UpdateOrganizationNotificationProviderJSONBody

type UpdateOrganizationNotificationProviderJSONBody = map[string]interface{}

UpdateOrganizationNotificationProviderJSONBody defines parameters for UpdateOrganizationNotificationProvider.

type UpdateOrganizationNotificationProviderJSONRequestBody

type UpdateOrganizationNotificationProviderJSONRequestBody = UpdateOrganizationNotificationProviderJSONBody

UpdateOrganizationNotificationProviderJSONRequestBody defines body for UpdateOrganizationNotificationProvider for application/json ContentType.

type UpdateOrganizationNotificationProviderRequestObject

type UpdateOrganizationNotificationProviderRequestObject struct {
	OrganizationId OrganizationID `json:"organization_id"`
	ProviderId     UUID           `json:"provider_id"`
	Body           *UpdateOrganizationNotificationProviderJSONRequestBody
}

type UpdateOrganizationNotificationProviderResponseObject

type UpdateOrganizationNotificationProviderResponseObject interface {
	VisitUpdateOrganizationNotificationProviderResponse(w http.ResponseWriter) error
}

type UpdateOrganizationPolicy

type UpdateOrganizationPolicy struct {
	EnabledSettings OrganizationEnabledSettings `json:"enabled_settings"`

	// MaxApplications Null means unlimited.
	MaxApplications *int `json:"max_applications"`

	// MaxUsers Null means unlimited across all applications in the organization.
	MaxUsers *int `json:"max_users"`
}

UpdateOrganizationPolicy defines model for UpdateOrganizationPolicy.

type UpdateOrganizationPolicy204Response

type UpdateOrganizationPolicy204Response struct {
}

func (UpdateOrganizationPolicy204Response) VisitUpdateOrganizationPolicyResponse

func (response UpdateOrganizationPolicy204Response) VisitUpdateOrganizationPolicyResponse(w http.ResponseWriter) error

type UpdateOrganizationPolicy412ApplicationProblemPlusJSONResponse

type UpdateOrganizationPolicy412ApplicationProblemPlusJSONResponse struct {
	ProblemApplicationProblemPlusJSONResponse
}

func (UpdateOrganizationPolicy412ApplicationProblemPlusJSONResponse) VisitUpdateOrganizationPolicyResponse

func (response UpdateOrganizationPolicy412ApplicationProblemPlusJSONResponse) VisitUpdateOrganizationPolicyResponse(w http.ResponseWriter) error

type UpdateOrganizationPolicyJSONRequestBody

type UpdateOrganizationPolicyJSONRequestBody = UpdateOrganizationPolicy

UpdateOrganizationPolicyJSONRequestBody defines body for UpdateOrganizationPolicy for application/json ContentType.

type UpdateOrganizationPolicyParams

type UpdateOrganizationPolicyParams struct {
	// IfMatch Current resource ETag.
	IfMatch IfMatch `json:"If-Match"`
}

UpdateOrganizationPolicyParams defines parameters for UpdateOrganizationPolicy.

type UpdateOrganizationPolicyRequestObject

type UpdateOrganizationPolicyRequestObject struct {
	OrganizationId OrganizationID `json:"organization_id"`
	Params         UpdateOrganizationPolicyParams
	Body           *UpdateOrganizationPolicyJSONRequestBody
}

type UpdateOrganizationPolicyResponseObject

type UpdateOrganizationPolicyResponseObject interface {
	VisitUpdateOrganizationPolicyResponse(w http.ResponseWriter) error
}

type UpdateOrganizationRequestObject

type UpdateOrganizationRequestObject struct {
	OrganizationId OrganizationID `json:"organization_id"`
	Body           *UpdateOrganizationJSONRequestBody
}

type UpdateOrganizationResponseObject

type UpdateOrganizationResponseObject interface {
	VisitUpdateOrganizationResponse(w http.ResponseWriter) error
}

type UpdateOrganizationStorageProvider200Response

type UpdateOrganizationStorageProvider200Response struct {
}

func (UpdateOrganizationStorageProvider200Response) VisitUpdateOrganizationStorageProviderResponse

func (response UpdateOrganizationStorageProvider200Response) VisitUpdateOrganizationStorageProviderResponse(w http.ResponseWriter) error

type UpdateOrganizationStorageProviderJSONBody

type UpdateOrganizationStorageProviderJSONBody = map[string]interface{}

UpdateOrganizationStorageProviderJSONBody defines parameters for UpdateOrganizationStorageProvider.

type UpdateOrganizationStorageProviderJSONRequestBody

type UpdateOrganizationStorageProviderJSONRequestBody = UpdateOrganizationStorageProviderJSONBody

UpdateOrganizationStorageProviderJSONRequestBody defines body for UpdateOrganizationStorageProvider for application/json ContentType.

type UpdateOrganizationStorageProviderRequestObject

type UpdateOrganizationStorageProviderRequestObject struct {
	OrganizationId OrganizationID `json:"organization_id"`
	ProviderId     ProviderID     `json:"provider_id"`
	Body           *UpdateOrganizationStorageProviderJSONRequestBody
}

type UpdateOrganizationStorageProviderResponseObject

type UpdateOrganizationStorageProviderResponseObject interface {
	VisitUpdateOrganizationStorageProviderResponse(w http.ResponseWriter) error
}

type UpdateProduct

type UpdateProduct struct {
	Description       *string                 `json:"description,omitempty"`
	EntitlementConfig *map[string]interface{} `json:"entitlement_config,omitempty"`
	Features          *[]FeatureValue         `json:"features,omitempty"`
	Listable          *bool                   `json:"listable,omitempty"`
	Metadata          *map[string]interface{} `json:"metadata,omitempty"`
	Name              *string                 `json:"name,omitempty"`
	Status            interface{}             `json:"status,omitempty"`
}

UpdateProduct defines model for UpdateProduct.

type UpdateProduct204Response

type UpdateProduct204Response struct {
}

func (UpdateProduct204Response) VisitUpdateProductResponse

func (response UpdateProduct204Response) VisitUpdateProductResponse(w http.ResponseWriter) error

type UpdateProductJSONRequestBody

type UpdateProductJSONRequestBody = UpdateProduct

UpdateProductJSONRequestBody defines body for UpdateProduct for application/json ContentType.

type UpdateProductRequestObject

type UpdateProductRequestObject struct {
	ApplicationId ApplicationID `json:"application_id"`
	ProductId     UUID          `json:"product_id"`
	Body          *UpdateProductJSONRequestBody
}

type UpdateProductResponseObject

type UpdateProductResponseObject interface {
	VisitUpdateProductResponse(w http.ResponseWriter) error
}

type UpdatePublicApplicationConfig204Response

type UpdatePublicApplicationConfig204Response struct {
}

func (UpdatePublicApplicationConfig204Response) VisitUpdatePublicApplicationConfigResponse

func (response UpdatePublicApplicationConfig204Response) VisitUpdatePublicApplicationConfigResponse(w http.ResponseWriter) error

type UpdatePublicApplicationConfig412ApplicationProblemPlusJSONResponse

type UpdatePublicApplicationConfig412ApplicationProblemPlusJSONResponse struct {
	ProblemApplicationProblemPlusJSONResponse
}

func (UpdatePublicApplicationConfig412ApplicationProblemPlusJSONResponse) VisitUpdatePublicApplicationConfigResponse

func (response UpdatePublicApplicationConfig412ApplicationProblemPlusJSONResponse) VisitUpdatePublicApplicationConfigResponse(w http.ResponseWriter) error

type UpdatePublicApplicationConfigJSONBody

type UpdatePublicApplicationConfigJSONBody map[string]interface{}

UpdatePublicApplicationConfigJSONBody defines parameters for UpdatePublicApplicationConfig.

type UpdatePublicApplicationConfigJSONRequestBody

type UpdatePublicApplicationConfigJSONRequestBody UpdatePublicApplicationConfigJSONBody

UpdatePublicApplicationConfigJSONRequestBody defines body for UpdatePublicApplicationConfig for application/json ContentType.

type UpdatePublicApplicationConfigRequestObject

type UpdatePublicApplicationConfigRequestObject struct {
	ApplicationId ApplicationID `json:"application_id"`
	Body          *UpdatePublicApplicationConfigJSONRequestBody
}

type UpdatePublicApplicationConfigResponseObject

type UpdatePublicApplicationConfigResponseObject interface {
	VisitUpdatePublicApplicationConfigResponse(w http.ResponseWriter) error
}

type UpdateRole204Response

type UpdateRole204Response struct {
}

func (UpdateRole204Response) VisitUpdateRoleResponse

func (response UpdateRole204Response) VisitUpdateRoleResponse(w http.ResponseWriter) error

type UpdateRole409ApplicationProblemPlusJSONResponse

type UpdateRole409ApplicationProblemPlusJSONResponse struct {
	ProblemApplicationProblemPlusJSONResponse
}

func (UpdateRole409ApplicationProblemPlusJSONResponse) VisitUpdateRoleResponse

func (response UpdateRole409ApplicationProblemPlusJSONResponse) VisitUpdateRoleResponse(w http.ResponseWriter) error

type UpdateRoleJSONBody

type UpdateRoleJSONBody = map[string]interface{}

UpdateRoleJSONBody defines parameters for UpdateRole.

type UpdateRoleJSONRequestBody

type UpdateRoleJSONRequestBody = UpdateRoleJSONBody

UpdateRoleJSONRequestBody defines body for UpdateRole for application/json ContentType.

type UpdateRoleRequestObject

type UpdateRoleRequestObject struct {
	ApplicationId ApplicationID `json:"application_id"`
	RoleId        UUID          `json:"role_id"`
	Body          *UpdateRoleJSONRequestBody
}

type UpdateRoleResponseObject

type UpdateRoleResponseObject interface {
	VisitUpdateRoleResponse(w http.ResponseWriter) error
}

type UpdateUser204Response

type UpdateUser204Response struct {
}

func (UpdateUser204Response) VisitUpdateUserResponse

func (response UpdateUser204Response) VisitUpdateUserResponse(w http.ResponseWriter) error

type UpdateUserJSONBody

type UpdateUserJSONBody = map[string]interface{}

UpdateUserJSONBody defines parameters for UpdateUser.

type UpdateUserJSONRequestBody

type UpdateUserJSONRequestBody = UpdateUserJSONBody

UpdateUserJSONRequestBody defines body for UpdateUser for application/json ContentType.

type UpdateUserProfile

type UpdateUserProfile struct {
	FirstName *string `json:"first_name,omitempty"`
	LastName  *string `json:"last_name,omitempty"`

	// Locale Canonical BCP 47 language tag such as en, de-CH, or pt-BR. Empty means no user preference.
	Locale   *Locale `json:"locale,omitempty"`
	Username *string `json:"username,omitempty"`
}

UpdateUserProfile defines model for UpdateUserProfile.

type UpdateUserRequestObject

type UpdateUserRequestObject struct {
	ApplicationId ApplicationID `json:"application_id"`
	UserId        UUID          `json:"user_id"`
	Body          *UpdateUserJSONRequestBody
}

type UpdateUserResponseObject

type UpdateUserResponseObject interface {
	VisitUpdateUserResponse(w http.ResponseWriter) error
}

type UpdateWebhook204Response

type UpdateWebhook204Response struct {
}

func (UpdateWebhook204Response) VisitUpdateWebhookResponse

func (response UpdateWebhook204Response) VisitUpdateWebhookResponse(w http.ResponseWriter) error

type UpdateWebhook409ApplicationProblemPlusJSONResponse

type UpdateWebhook409ApplicationProblemPlusJSONResponse struct {
	ProblemApplicationProblemPlusJSONResponse
}

func (UpdateWebhook409ApplicationProblemPlusJSONResponse) VisitUpdateWebhookResponse

func (response UpdateWebhook409ApplicationProblemPlusJSONResponse) VisitUpdateWebhookResponse(w http.ResponseWriter) error

type UpdateWebhookJSONBody

type UpdateWebhookJSONBody = map[string]interface{}

UpdateWebhookJSONBody defines parameters for UpdateWebhook.

type UpdateWebhookJSONRequestBody

type UpdateWebhookJSONRequestBody = UpdateWebhookJSONBody

UpdateWebhookJSONRequestBody defines body for UpdateWebhook for application/json ContentType.

type UpdateWebhookRequestObject

type UpdateWebhookRequestObject struct {
	ApplicationId ApplicationID `json:"application_id"`
	WebhookId     UUID          `json:"webhook_id"`
	Body          *UpdateWebhookJSONRequestBody
}

type UpdateWebhookResponseObject

type UpdateWebhookResponseObject interface {
	VisitUpdateWebhookResponse(w http.ResponseWriter) error
}

type UpdateWorkspace204Response

type UpdateWorkspace204Response struct {
}

func (UpdateWorkspace204Response) VisitUpdateWorkspaceResponse

func (response UpdateWorkspace204Response) VisitUpdateWorkspaceResponse(w http.ResponseWriter) error

type UpdateWorkspaceAddress204Response

type UpdateWorkspaceAddress204Response struct {
}

func (UpdateWorkspaceAddress204Response) VisitUpdateWorkspaceAddressResponse

func (response UpdateWorkspaceAddress204Response) VisitUpdateWorkspaceAddressResponse(w http.ResponseWriter) error

type UpdateWorkspaceAddressJSONBody

type UpdateWorkspaceAddressJSONBody = map[string]interface{}

UpdateWorkspaceAddressJSONBody defines parameters for UpdateWorkspaceAddress.

type UpdateWorkspaceAddressJSONRequestBody

type UpdateWorkspaceAddressJSONRequestBody = UpdateWorkspaceAddressJSONBody

UpdateWorkspaceAddressJSONRequestBody defines body for UpdateWorkspaceAddress for application/json ContentType.

type UpdateWorkspaceAddressRequestObject

type UpdateWorkspaceAddressRequestObject struct {
	ApplicationId ApplicationID `json:"application_id"`
	WorkspaceId   UUID          `json:"workspace_id"`
	AddressId     UUID          `json:"address_id"`
	Body          *UpdateWorkspaceAddressJSONRequestBody
}

type UpdateWorkspaceAddressResponseObject

type UpdateWorkspaceAddressResponseObject interface {
	VisitUpdateWorkspaceAddressResponse(w http.ResponseWriter) error
}

type UpdateWorkspaceBillingProfile204Response

type UpdateWorkspaceBillingProfile204Response struct {
}

func (UpdateWorkspaceBillingProfile204Response) VisitUpdateWorkspaceBillingProfileResponse

func (response UpdateWorkspaceBillingProfile204Response) VisitUpdateWorkspaceBillingProfileResponse(w http.ResponseWriter) error

type UpdateWorkspaceBillingProfileJSONBody

type UpdateWorkspaceBillingProfileJSONBody = map[string]interface{}

UpdateWorkspaceBillingProfileJSONBody defines parameters for UpdateWorkspaceBillingProfile.

type UpdateWorkspaceBillingProfileJSONRequestBody

type UpdateWorkspaceBillingProfileJSONRequestBody = UpdateWorkspaceBillingProfileJSONBody

UpdateWorkspaceBillingProfileJSONRequestBody defines body for UpdateWorkspaceBillingProfile for application/json ContentType.

type UpdateWorkspaceBillingProfileRequestObject

type UpdateWorkspaceBillingProfileRequestObject struct {
	ApplicationId ApplicationID `json:"application_id"`
	WorkspaceId   UUID          `json:"workspace_id"`
	Body          *UpdateWorkspaceBillingProfileJSONRequestBody
}

type UpdateWorkspaceBillingProfileResponseObject

type UpdateWorkspaceBillingProfileResponseObject interface {
	VisitUpdateWorkspaceBillingProfileResponse(w http.ResponseWriter) error
}

type UpdateWorkspaceJSONBody

type UpdateWorkspaceJSONBody = map[string]interface{}

UpdateWorkspaceJSONBody defines parameters for UpdateWorkspace.

type UpdateWorkspaceJSONRequestBody

type UpdateWorkspaceJSONRequestBody = UpdateWorkspaceJSONBody

UpdateWorkspaceJSONRequestBody defines body for UpdateWorkspace for application/json ContentType.

type UpdateWorkspaceRequestObject

type UpdateWorkspaceRequestObject struct {
	ApplicationId ApplicationID `json:"application_id"`
	WorkspaceId   UUID          `json:"workspace_id"`
	Body          *UpdateWorkspaceJSONRequestBody
}

type UpdateWorkspaceResponseObject

type UpdateWorkspaceResponseObject interface {
	VisitUpdateWorkspaceResponse(w http.ResponseWriter) error
}

type User

type User struct {
	ApplicationId    UUID                    `json:"application_id"`
	CustomAttributes *map[string]interface{} `json:"custom_attributes,omitempty"`
	Email            openapi_types.Email     `json:"email"`
	EmailVerified    bool                    `json:"email_verified"`
	FirstName        *string                 `json:"first_name,omitempty"`
	Id               UUID                    `json:"id"`
	IsOrgVerified    bool                    `json:"is_org_verified"`
	LastName         *string                 `json:"last_name,omitempty"`

	// Locale Canonical BCP 47 language tag such as en, de-CH, or pt-BR. Empty means no user preference.
	Locale   Locale      `json:"locale"`
	Status   interface{} `json:"status"`
	Username *string     `json:"username,omitempty"`
	Version  *int64      `json:"version,omitempty"`
}

User defines model for User.

type VerifyApplicationDomain204Response

type VerifyApplicationDomain204Response struct {
}

func (VerifyApplicationDomain204Response) VisitVerifyApplicationDomainResponse

func (response VerifyApplicationDomain204Response) VisitVerifyApplicationDomainResponse(w http.ResponseWriter) error

type VerifyApplicationDomainRequestObject

type VerifyApplicationDomainRequestObject struct {
	ApplicationId ApplicationID `json:"application_id"`
	DomainId      UUID          `json:"domain_id"`
}

type VerifyApplicationDomainResponseObject

type VerifyApplicationDomainResponseObject interface {
	VisitVerifyApplicationDomainResponse(w http.ResponseWriter) error
}

type VerifyApplicationStorageProvider204Response

type VerifyApplicationStorageProvider204Response struct {
}

func (VerifyApplicationStorageProvider204Response) VisitVerifyApplicationStorageProviderResponse

func (response VerifyApplicationStorageProvider204Response) VisitVerifyApplicationStorageProviderResponse(w http.ResponseWriter) error

type VerifyApplicationStorageProviderRequestObject

type VerifyApplicationStorageProviderRequestObject struct {
	ApplicationId ApplicationID `json:"application_id"`
	ProviderId    ProviderID    `json:"provider_id"`
}

type VerifyApplicationStorageProviderResponseObject

type VerifyApplicationStorageProviderResponseObject interface {
	VisitVerifyApplicationStorageProviderResponse(w http.ResponseWriter) error
}

type VerifyBillingProvider204Response

type VerifyBillingProvider204Response struct {
}

func (VerifyBillingProvider204Response) VisitVerifyBillingProviderResponse

func (response VerifyBillingProvider204Response) VisitVerifyBillingProviderResponse(w http.ResponseWriter) error

type VerifyBillingProviderRequestObject

type VerifyBillingProviderRequestObject struct {
	ApplicationId ApplicationID `json:"application_id"`
	ProviderId    ProviderID    `json:"provider_id"`
}

type VerifyBillingProviderResponseObject

type VerifyBillingProviderResponseObject interface {
	VisitVerifyBillingProviderResponse(w http.ResponseWriter) error
}

type VerifyInstallationBillingProvider204Response

type VerifyInstallationBillingProvider204Response struct {
}

func (VerifyInstallationBillingProvider204Response) VisitVerifyInstallationBillingProviderResponse

func (response VerifyInstallationBillingProvider204Response) VisitVerifyInstallationBillingProviderResponse(w http.ResponseWriter) error

type VerifyInstallationBillingProviderRequestObject

type VerifyInstallationBillingProviderRequestObject struct {
	ProviderId ProviderID `json:"provider_id"`
}

type VerifyInstallationBillingProviderResponseObject

type VerifyInstallationBillingProviderResponseObject interface {
	VisitVerifyInstallationBillingProviderResponse(w http.ResponseWriter) error
}

type VerifyInstallationNotificationProvider204Response

type VerifyInstallationNotificationProvider204Response struct {
}

func (VerifyInstallationNotificationProvider204Response) VisitVerifyInstallationNotificationProviderResponse

func (response VerifyInstallationNotificationProvider204Response) VisitVerifyInstallationNotificationProviderResponse(w http.ResponseWriter) error

type VerifyInstallationNotificationProvider502ApplicationProblemPlusJSONResponse

type VerifyInstallationNotificationProvider502ApplicationProblemPlusJSONResponse struct {
	ProblemApplicationProblemPlusJSONResponse
}

func (VerifyInstallationNotificationProvider502ApplicationProblemPlusJSONResponse) VisitVerifyInstallationNotificationProviderResponse

func (response VerifyInstallationNotificationProvider502ApplicationProblemPlusJSONResponse) VisitVerifyInstallationNotificationProviderResponse(w http.ResponseWriter) error

type VerifyInstallationNotificationProviderRequestObject

type VerifyInstallationNotificationProviderRequestObject struct {
	ProviderId UUID `json:"provider_id"`
}

type VerifyInstallationNotificationProviderResponseObject

type VerifyInstallationNotificationProviderResponseObject interface {
	VisitVerifyInstallationNotificationProviderResponse(w http.ResponseWriter) error
}

type VerifyInstallationStorageProvider204Response

type VerifyInstallationStorageProvider204Response struct {
}

func (VerifyInstallationStorageProvider204Response) VisitVerifyInstallationStorageProviderResponse

func (response VerifyInstallationStorageProvider204Response) VisitVerifyInstallationStorageProviderResponse(w http.ResponseWriter) error

type VerifyInstallationStorageProvider502ApplicationProblemPlusJSONResponse

type VerifyInstallationStorageProvider502ApplicationProblemPlusJSONResponse struct {
	ProblemApplicationProblemPlusJSONResponse
}

func (VerifyInstallationStorageProvider502ApplicationProblemPlusJSONResponse) VisitVerifyInstallationStorageProviderResponse

func (response VerifyInstallationStorageProvider502ApplicationProblemPlusJSONResponse) VisitVerifyInstallationStorageProviderResponse(w http.ResponseWriter) error

type VerifyInstallationStorageProviderRequestObject

type VerifyInstallationStorageProviderRequestObject struct {
	ProviderId ProviderID `json:"provider_id"`
}

type VerifyInstallationStorageProviderResponseObject

type VerifyInstallationStorageProviderResponseObject interface {
	VisitVerifyInstallationStorageProviderResponse(w http.ResponseWriter) error
}

type VerifyMFA200JSONResponse

type VerifyMFA200JSONResponse struct{ TokensJSONResponse }

func (VerifyMFA200JSONResponse) VisitVerifyMFAResponse

func (response VerifyMFA200JSONResponse) VisitVerifyMFAResponse(w http.ResponseWriter) error

type VerifyMFA401ApplicationProblemPlusJSONResponse

type VerifyMFA401ApplicationProblemPlusJSONResponse struct {
	ProblemApplicationProblemPlusJSONResponse
}

func (VerifyMFA401ApplicationProblemPlusJSONResponse) VisitVerifyMFAResponse

func (response VerifyMFA401ApplicationProblemPlusJSONResponse) VisitVerifyMFAResponse(w http.ResponseWriter) error

type VerifyMFAJSONBody

type VerifyMFAJSONBody = map[string]interface{}

VerifyMFAJSONBody defines parameters for VerifyMFA.

type VerifyMFAJSONRequestBody

type VerifyMFAJSONRequestBody = VerifyMFAJSONBody

VerifyMFAJSONRequestBody defines body for VerifyMFA for application/json ContentType.

type VerifyMFARequestObject

type VerifyMFARequestObject struct {
	ApplicationId ApplicationID `json:"application_id"`
	Body          *VerifyMFAJSONRequestBody
}

type VerifyMFAResponseObject

type VerifyMFAResponseObject interface {
	VisitVerifyMFAResponse(w http.ResponseWriter) error
}

type VerifyNotificationProvider204Response

type VerifyNotificationProvider204Response struct {
}

func (VerifyNotificationProvider204Response) VisitVerifyNotificationProviderResponse

func (response VerifyNotificationProvider204Response) VisitVerifyNotificationProviderResponse(w http.ResponseWriter) error

type VerifyNotificationProvider502ApplicationProblemPlusJSONResponse

type VerifyNotificationProvider502ApplicationProblemPlusJSONResponse struct {
	ProblemApplicationProblemPlusJSONResponse
}

func (VerifyNotificationProvider502ApplicationProblemPlusJSONResponse) VisitVerifyNotificationProviderResponse

func (response VerifyNotificationProvider502ApplicationProblemPlusJSONResponse) VisitVerifyNotificationProviderResponse(w http.ResponseWriter) error

type VerifyNotificationProviderRequestObject

type VerifyNotificationProviderRequestObject struct {
	ApplicationId ApplicationID `json:"application_id"`
	ProviderId    UUID          `json:"provider_id"`
}

type VerifyNotificationProviderResponseObject

type VerifyNotificationProviderResponseObject interface {
	VisitVerifyNotificationProviderResponse(w http.ResponseWriter) error
}

type VerifyOperatorEmailLogin200Response

type VerifyOperatorEmailLogin200Response struct {
}

func (VerifyOperatorEmailLogin200Response) VisitVerifyOperatorEmailLoginResponse

func (response VerifyOperatorEmailLogin200Response) VisitVerifyOperatorEmailLoginResponse(w http.ResponseWriter) error

type VerifyOperatorEmailLoginJSONRequestBody

type VerifyOperatorEmailLoginJSONRequestBody = EmailVerify

VerifyOperatorEmailLoginJSONRequestBody defines body for VerifyOperatorEmailLogin for application/json ContentType.

type VerifyOperatorEmailLoginRequestObject

type VerifyOperatorEmailLoginRequestObject struct {
	Body *VerifyOperatorEmailLoginJSONRequestBody
}

type VerifyOperatorEmailLoginResponseObject

type VerifyOperatorEmailLoginResponseObject interface {
	VisitVerifyOperatorEmailLoginResponse(w http.ResponseWriter) error
}

type VerifyOrganizationBillingProvider204Response

type VerifyOrganizationBillingProvider204Response struct {
}

func (VerifyOrganizationBillingProvider204Response) VisitVerifyOrganizationBillingProviderResponse

func (response VerifyOrganizationBillingProvider204Response) VisitVerifyOrganizationBillingProviderResponse(w http.ResponseWriter) error

type VerifyOrganizationBillingProviderRequestObject

type VerifyOrganizationBillingProviderRequestObject struct {
	OrganizationId OrganizationID `json:"organization_id"`
	ProviderId     ProviderID     `json:"provider_id"`
}

type VerifyOrganizationBillingProviderResponseObject

type VerifyOrganizationBillingProviderResponseObject interface {
	VisitVerifyOrganizationBillingProviderResponse(w http.ResponseWriter) error
}

type VerifyOrganizationNotificationProvider204Response

type VerifyOrganizationNotificationProvider204Response struct {
}

func (VerifyOrganizationNotificationProvider204Response) VisitVerifyOrganizationNotificationProviderResponse

func (response VerifyOrganizationNotificationProvider204Response) VisitVerifyOrganizationNotificationProviderResponse(w http.ResponseWriter) error

type VerifyOrganizationNotificationProviderRequestObject

type VerifyOrganizationNotificationProviderRequestObject struct {
	OrganizationId OrganizationID `json:"organization_id"`
	ProviderId     UUID           `json:"provider_id"`
}

type VerifyOrganizationNotificationProviderResponseObject

type VerifyOrganizationNotificationProviderResponseObject interface {
	VisitVerifyOrganizationNotificationProviderResponse(w http.ResponseWriter) error
}

type VerifyOrganizationStorageProvider204Response

type VerifyOrganizationStorageProvider204Response struct {
}

func (VerifyOrganizationStorageProvider204Response) VisitVerifyOrganizationStorageProviderResponse

func (response VerifyOrganizationStorageProvider204Response) VisitVerifyOrganizationStorageProviderResponse(w http.ResponseWriter) error

type VerifyOrganizationStorageProviderRequestObject

type VerifyOrganizationStorageProviderRequestObject struct {
	OrganizationId OrganizationID `json:"organization_id"`
	ProviderId     ProviderID     `json:"provider_id"`
}

type VerifyOrganizationStorageProviderResponseObject

type VerifyOrganizationStorageProviderResponseObject interface {
	VisitVerifyOrganizationStorageProviderResponse(w http.ResponseWriter) error
}

type VerifyUserEmail204Response

type VerifyUserEmail204Response struct {
}

func (VerifyUserEmail204Response) VisitVerifyUserEmailResponse

func (response VerifyUserEmail204Response) VisitVerifyUserEmailResponse(w http.ResponseWriter) error

type VerifyUserEmailJSONBody

type VerifyUserEmailJSONBody = map[string]interface{}

VerifyUserEmailJSONBody defines parameters for VerifyUserEmail.

type VerifyUserEmailJSONRequestBody

type VerifyUserEmailJSONRequestBody = VerifyUserEmailJSONBody

VerifyUserEmailJSONRequestBody defines body for VerifyUserEmail for application/json ContentType.

type VerifyUserEmailRequestObject

type VerifyUserEmailRequestObject struct {
	ApplicationId ApplicationID `json:"application_id"`
	UserId        UUID          `json:"user_id"`
	Body          *VerifyUserEmailJSONRequestBody
}

type VerifyUserEmailResponseObject

type VerifyUserEmailResponseObject interface {
	VisitVerifyUserEmailResponse(w http.ResponseWriter) error
}

type VerifyUserOrganization204Response

type VerifyUserOrganization204Response struct {
}

func (VerifyUserOrganization204Response) VisitVerifyUserOrganizationResponse

func (response VerifyUserOrganization204Response) VisitVerifyUserOrganizationResponse(w http.ResponseWriter) error

type VerifyUserOrganizationJSONBody

type VerifyUserOrganizationJSONBody = map[string]interface{}

VerifyUserOrganizationJSONBody defines parameters for VerifyUserOrganization.

type VerifyUserOrganizationJSONRequestBody

type VerifyUserOrganizationJSONRequestBody = VerifyUserOrganizationJSONBody

VerifyUserOrganizationJSONRequestBody defines body for VerifyUserOrganization for application/json ContentType.

type VerifyUserOrganizationRequestObject

type VerifyUserOrganizationRequestObject struct {
	ApplicationId ApplicationID `json:"application_id"`
	UserId        UUID          `json:"user_id"`
	Body          *VerifyUserOrganizationJSONRequestBody
}

type VerifyUserOrganizationResponseObject

type VerifyUserOrganizationResponseObject interface {
	VisitVerifyUserOrganizationResponse(w http.ResponseWriter) error
}

type Version200JSONResponse

type Version200JSONResponse map[string]interface{}

func (Version200JSONResponse) VisitVersionResponse

func (response Version200JSONResponse) VisitVersionResponse(w http.ResponseWriter) error

type VersionRequestObject

type VersionRequestObject struct {
}

type VersionResponseObject

type VersionResponseObject interface {
	VisitVersionResponse(w http.ResponseWriter) error
}

type WorkspaceID

type WorkspaceID = UUID

WorkspaceID defines model for WorkspaceID.

type WorkspaceIDQuery

type WorkspaceIDQuery = UUID

WorkspaceIDQuery defines model for WorkspaceIDQuery.

Jump to

Keyboard shortcuts

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