bwinternal

package
v0.0.0-...-c447e60 Latest Latest
Warning

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

Go to latest
Published: Nov 17, 2021 License: Apache-2.0 Imports: 12 Imported by: 1

Documentation

Overview

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

Code generated by github.com/deepmap/oapi-codegen version v1.9.0 DO NOT EDIT.

Index

Constants

View Source
const (
	OAuth2_Client_CredentialsScopes = "OAuth2_Client_Credentials.Scopes"
)

Variables

This section is empty.

Functions

func NewDeleteAccountsRequest

func NewDeleteAccountsRequest(server string, body DeleteAccountsJSONRequestBody) (*http.Request, error)

NewDeleteAccountsRequest calls the generic DeleteAccounts builder with application/json body

func NewDeleteAccountsRequestWithBody

func NewDeleteAccountsRequestWithBody(server string, contentType string, body io.Reader) (*http.Request, error)

NewDeleteAccountsRequestWithBody generates requests for DeleteAccounts with any type of body

func NewDeleteAccountsSsoOrganizationIdRequest

func NewDeleteAccountsSsoOrganizationIdRequest(server string, organizationId string) (*http.Request, error)

NewDeleteAccountsSsoOrganizationIdRequest generates requests for DeleteAccountsSsoOrganizationId

func NewDeleteCiphersAdminRequest

func NewDeleteCiphersAdminRequest(server string, body DeleteCiphersAdminJSONRequestBody) (*http.Request, error)

NewDeleteCiphersAdminRequest calls the generic DeleteCiphersAdmin builder with application/json body

func NewDeleteCiphersAdminRequestWithBody

func NewDeleteCiphersAdminRequestWithBody(server string, contentType string, body io.Reader) (*http.Request, error)

NewDeleteCiphersAdminRequestWithBody generates requests for DeleteCiphersAdmin with any type of body

func NewDeleteCiphersIdAdminRequest

func NewDeleteCiphersIdAdminRequest(server string, id string) (*http.Request, error)

NewDeleteCiphersIdAdminRequest generates requests for DeleteCiphersIdAdmin

func NewDeleteCiphersIdAttachmentAttachmentIdAdminRequest

func NewDeleteCiphersIdAttachmentAttachmentIdAdminRequest(server string, id string, attachmentId string) (*http.Request, error)

NewDeleteCiphersIdAttachmentAttachmentIdAdminRequest generates requests for DeleteCiphersIdAttachmentAttachmentIdAdmin

func NewDeleteCiphersIdAttachmentAttachmentIdRequest

func NewDeleteCiphersIdAttachmentAttachmentIdRequest(server string, id string, attachmentId string) (*http.Request, error)

NewDeleteCiphersIdAttachmentAttachmentIdRequest generates requests for DeleteCiphersIdAttachmentAttachmentId

func NewDeleteCiphersIdRequest

func NewDeleteCiphersIdRequest(server string, id string) (*http.Request, error)

NewDeleteCiphersIdRequest generates requests for DeleteCiphersId

func NewDeleteCiphersRequest

func NewDeleteCiphersRequest(server string, body DeleteCiphersJSONRequestBody) (*http.Request, error)

NewDeleteCiphersRequest calls the generic DeleteCiphers builder with application/json body

func NewDeleteCiphersRequestWithBody

func NewDeleteCiphersRequestWithBody(server string, contentType string, body io.Reader) (*http.Request, error)

NewDeleteCiphersRequestWithBody generates requests for DeleteCiphers with any type of body

func NewDeleteDevicesIdRequest

func NewDeleteDevicesIdRequest(server string, id string) (*http.Request, error)

NewDeleteDevicesIdRequest generates requests for DeleteDevicesId

func NewDeleteEmergencyAccessIdRequest

func NewDeleteEmergencyAccessIdRequest(server string, id string) (*http.Request, error)

NewDeleteEmergencyAccessIdRequest generates requests for DeleteEmergencyAccessId

func NewDeleteFoldersIdRequest

func NewDeleteFoldersIdRequest(server string, id string) (*http.Request, error)

NewDeleteFoldersIdRequest generates requests for DeleteFoldersId

func NewDeleteOrganizationsIdRequest

func NewDeleteOrganizationsIdRequest(server string, id string, body DeleteOrganizationsIdJSONRequestBody) (*http.Request, error)

NewDeleteOrganizationsIdRequest calls the generic DeleteOrganizationsId builder with application/json body

func NewDeleteOrganizationsIdRequestWithBody

func NewDeleteOrganizationsIdRequestWithBody(server string, id string, contentType string, body io.Reader) (*http.Request, error)

NewDeleteOrganizationsIdRequestWithBody generates requests for DeleteOrganizationsId with any type of body

func NewDeleteOrganizationsOrgIdCollectionsIdRequest

func NewDeleteOrganizationsOrgIdCollectionsIdRequest(server string, orgId string, id string) (*http.Request, error)

NewDeleteOrganizationsOrgIdCollectionsIdRequest generates requests for DeleteOrganizationsOrgIdCollectionsId

func NewDeleteOrganizationsOrgIdCollectionsIdUserOrgUserIdRequest

func NewDeleteOrganizationsOrgIdCollectionsIdUserOrgUserIdRequest(server string, orgId string, id string, orgUserId string) (*http.Request, error)

NewDeleteOrganizationsOrgIdCollectionsIdUserOrgUserIdRequest generates requests for DeleteOrganizationsOrgIdCollectionsIdUserOrgUserId

func NewDeleteOrganizationsOrgIdGroupsIdRequest

func NewDeleteOrganizationsOrgIdGroupsIdRequest(server string, orgId string, id string) (*http.Request, error)

NewDeleteOrganizationsOrgIdGroupsIdRequest generates requests for DeleteOrganizationsOrgIdGroupsId

func NewDeleteOrganizationsOrgIdGroupsIdUserOrgUserIdRequest

func NewDeleteOrganizationsOrgIdGroupsIdUserOrgUserIdRequest(server string, orgId string, id string, orgUserId string) (*http.Request, error)

NewDeleteOrganizationsOrgIdGroupsIdUserOrgUserIdRequest generates requests for DeleteOrganizationsOrgIdGroupsIdUserOrgUserId

func NewDeleteOrganizationsOrgIdUsersIdRequest

func NewDeleteOrganizationsOrgIdUsersIdRequest(server string, orgId string, id string) (*http.Request, error)

NewDeleteOrganizationsOrgIdUsersIdRequest generates requests for DeleteOrganizationsOrgIdUsersId

func NewDeleteOrganizationsOrgIdUsersRequest

func NewDeleteOrganizationsOrgIdUsersRequest(server string, orgId string, body DeleteOrganizationsOrgIdUsersJSONRequestBody) (*http.Request, error)

NewDeleteOrganizationsOrgIdUsersRequest calls the generic DeleteOrganizationsOrgIdUsers builder with application/json body

func NewDeleteOrganizationsOrgIdUsersRequestWithBody

func NewDeleteOrganizationsOrgIdUsersRequestWithBody(server string, orgId string, contentType string, body io.Reader) (*http.Request, error)

NewDeleteOrganizationsOrgIdUsersRequestWithBody generates requests for DeleteOrganizationsOrgIdUsers with any type of body

func NewDeletePushIdRequest

func NewDeletePushIdRequest(server string, id string) (*http.Request, error)

NewDeletePushIdRequest generates requests for DeletePushId

func NewDeleteSendsIdRequest

func NewDeleteSendsIdRequest(server string, id string) (*http.Request, error)

NewDeleteSendsIdRequest generates requests for DeleteSendsId

func NewDeleteTwoFactorWebauthnRequest

func NewDeleteTwoFactorWebauthnRequest(server string, body DeleteTwoFactorWebauthnJSONRequestBody) (*http.Request, error)

NewDeleteTwoFactorWebauthnRequest calls the generic DeleteTwoFactorWebauthn builder with application/json body

func NewDeleteTwoFactorWebauthnRequestWithBody

func NewDeleteTwoFactorWebauthnRequestWithBody(server string, contentType string, body io.Reader) (*http.Request, error)

NewDeleteTwoFactorWebauthnRequestWithBody generates requests for DeleteTwoFactorWebauthn with any type of body

func NewGetAccountsBillingRequest

func NewGetAccountsBillingRequest(server string) (*http.Request, error)

NewGetAccountsBillingRequest generates requests for GetAccountsBilling

func NewGetAccountsEnterprisePortalSigninTokenRequest

func NewGetAccountsEnterprisePortalSigninTokenRequest(server string) (*http.Request, error)

NewGetAccountsEnterprisePortalSigninTokenRequest generates requests for GetAccountsEnterprisePortalSigninToken

func NewGetAccountsKeysRequest

func NewGetAccountsKeysRequest(server string) (*http.Request, error)

NewGetAccountsKeysRequest generates requests for GetAccountsKeys

func NewGetAccountsOrganizationsRequest

func NewGetAccountsOrganizationsRequest(server string) (*http.Request, error)

NewGetAccountsOrganizationsRequest generates requests for GetAccountsOrganizations

func NewGetAccountsProfileRequest

func NewGetAccountsProfileRequest(server string) (*http.Request, error)

NewGetAccountsProfileRequest generates requests for GetAccountsProfile

func NewGetAccountsRevisionDateRequest

func NewGetAccountsRevisionDateRequest(server string) (*http.Request, error)

NewGetAccountsRevisionDateRequest generates requests for GetAccountsRevisionDate

func NewGetAccountsSsoUserIdentifierRequest

func NewGetAccountsSsoUserIdentifierRequest(server string) (*http.Request, error)

NewGetAccountsSsoUserIdentifierRequest generates requests for GetAccountsSsoUserIdentifier

func NewGetAccountsSubscriptionRequest

func NewGetAccountsSubscriptionRequest(server string) (*http.Request, error)

NewGetAccountsSubscriptionRequest generates requests for GetAccountsSubscription

func NewGetAccountsTaxRequest

func NewGetAccountsTaxRequest(server string) (*http.Request, error)

NewGetAccountsTaxRequest generates requests for GetAccountsTax

func NewGetAliveRequest

func NewGetAliveRequest(server string) (*http.Request, error)

NewGetAliveRequest generates requests for GetAlive

func NewGetCiphersIdAdminRequest

func NewGetCiphersIdAdminRequest(server string, id string) (*http.Request, error)

NewGetCiphersIdAdminRequest generates requests for GetCiphersIdAdmin

func NewGetCiphersIdAttachmentAttachmentIdRenewRequest

func NewGetCiphersIdAttachmentAttachmentIdRenewRequest(server string, id string, attachmentId string) (*http.Request, error)

NewGetCiphersIdAttachmentAttachmentIdRenewRequest generates requests for GetCiphersIdAttachmentAttachmentIdRenew

func NewGetCiphersIdAttachmentAttachmentIdRequest

func NewGetCiphersIdAttachmentAttachmentIdRequest(server string, id string, attachmentId string) (*http.Request, error)

NewGetCiphersIdAttachmentAttachmentIdRequest generates requests for GetCiphersIdAttachmentAttachmentId

func NewGetCiphersIdDetailsRequest

func NewGetCiphersIdDetailsRequest(server string, id string) (*http.Request, error)

NewGetCiphersIdDetailsRequest generates requests for GetCiphersIdDetails

func NewGetCiphersIdEventsRequest

func NewGetCiphersIdEventsRequest(server string, id string, params *GetCiphersIdEventsParams) (*http.Request, error)

NewGetCiphersIdEventsRequest generates requests for GetCiphersIdEvents

func NewGetCiphersIdFullDetailsRequest

func NewGetCiphersIdFullDetailsRequest(server string, id string) (*http.Request, error)

NewGetCiphersIdFullDetailsRequest generates requests for GetCiphersIdFullDetails

func NewGetCiphersIdRequest

func NewGetCiphersIdRequest(server string, id string) (*http.Request, error)

NewGetCiphersIdRequest generates requests for GetCiphersId

func NewGetCiphersOrganizationDetailsRequest

func NewGetCiphersOrganizationDetailsRequest(server string, params *GetCiphersOrganizationDetailsParams) (*http.Request, error)

NewGetCiphersOrganizationDetailsRequest generates requests for GetCiphersOrganizationDetails

func NewGetCiphersRequest

func NewGetCiphersRequest(server string) (*http.Request, error)

NewGetCiphersRequest generates requests for GetCiphers

func NewGetCollectionsRequest

func NewGetCollectionsRequest(server string) (*http.Request, error)

NewGetCollectionsRequest generates requests for GetCollections

func NewGetDevicesIdRequest

func NewGetDevicesIdRequest(server string, id string) (*http.Request, error)

NewGetDevicesIdRequest generates requests for GetDevicesId

func NewGetDevicesIdentifierIdentifierRequest

func NewGetDevicesIdentifierIdentifierRequest(server string, identifier string) (*http.Request, error)

NewGetDevicesIdentifierIdentifierRequest generates requests for GetDevicesIdentifierIdentifier

func NewGetDevicesRequest

func NewGetDevicesRequest(server string) (*http.Request, error)

NewGetDevicesRequest generates requests for GetDevices

func NewGetEmergencyAccessGrantedRequest

func NewGetEmergencyAccessGrantedRequest(server string) (*http.Request, error)

NewGetEmergencyAccessGrantedRequest generates requests for GetEmergencyAccessGranted

func NewGetEmergencyAccessIdCipherIdAttachmentAttachmentIdRequest

func NewGetEmergencyAccessIdCipherIdAttachmentAttachmentIdRequest(server string, id string, cipherId string, attachmentId string) (*http.Request, error)

NewGetEmergencyAccessIdCipherIdAttachmentAttachmentIdRequest generates requests for GetEmergencyAccessIdCipherIdAttachmentAttachmentId

func NewGetEmergencyAccessIdPoliciesRequest

func NewGetEmergencyAccessIdPoliciesRequest(server string, id string) (*http.Request, error)

NewGetEmergencyAccessIdPoliciesRequest generates requests for GetEmergencyAccessIdPolicies

func NewGetEmergencyAccessIdRequest

func NewGetEmergencyAccessIdRequest(server string, id string) (*http.Request, error)

NewGetEmergencyAccessIdRequest generates requests for GetEmergencyAccessId

func NewGetEmergencyAccessTrustedRequest

func NewGetEmergencyAccessTrustedRequest(server string) (*http.Request, error)

NewGetEmergencyAccessTrustedRequest generates requests for GetEmergencyAccessTrusted

func NewGetEventsRequest

func NewGetEventsRequest(server string, params *GetEventsParams) (*http.Request, error)

NewGetEventsRequest generates requests for GetEvents

func NewGetFoldersIdRequest

func NewGetFoldersIdRequest(server string, id string) (*http.Request, error)

NewGetFoldersIdRequest generates requests for GetFoldersId

func NewGetFoldersRequest

func NewGetFoldersRequest(server string) (*http.Request, error)

NewGetFoldersRequest generates requests for GetFolders

func NewGetHibpBreachRequest

func NewGetHibpBreachRequest(server string, params *GetHibpBreachParams) (*http.Request, error)

NewGetHibpBreachRequest generates requests for GetHibpBreach

func NewGetInstallationsIdRequest

func NewGetInstallationsIdRequest(server string, id string) (*http.Request, error)

NewGetInstallationsIdRequest generates requests for GetInstallationsId

func NewGetIpRequest

func NewGetIpRequest(server string) (*http.Request, error)

NewGetIpRequest generates requests for GetIp

func NewGetLicensesOrganizationIdRequest

func NewGetLicensesOrganizationIdRequest(server string, id string, params *GetLicensesOrganizationIdParams) (*http.Request, error)

NewGetLicensesOrganizationIdRequest generates requests for GetLicensesOrganizationId

func NewGetLicensesUserIdRequest

func NewGetLicensesUserIdRequest(server string, id string, params *GetLicensesUserIdParams) (*http.Request, error)

NewGetLicensesUserIdRequest generates requests for GetLicensesUserId

func NewGetNowRequest

func NewGetNowRequest(server string) (*http.Request, error)

NewGetNowRequest generates requests for GetNow

func NewGetOrganizationsIdBillingRequest

func NewGetOrganizationsIdBillingRequest(server string, id string) (*http.Request, error)

NewGetOrganizationsIdBillingRequest generates requests for GetOrganizationsIdBilling

func NewGetOrganizationsIdEventsRequest

func NewGetOrganizationsIdEventsRequest(server string, id string, params *GetOrganizationsIdEventsParams) (*http.Request, error)

NewGetOrganizationsIdEventsRequest generates requests for GetOrganizationsIdEvents

func NewGetOrganizationsIdKeysRequest

func NewGetOrganizationsIdKeysRequest(server string, id string) (*http.Request, error)

NewGetOrganizationsIdKeysRequest generates requests for GetOrganizationsIdKeys

func NewGetOrganizationsIdLicenseRequest

func NewGetOrganizationsIdLicenseRequest(server string, id string, params *GetOrganizationsIdLicenseParams) (*http.Request, error)

NewGetOrganizationsIdLicenseRequest generates requests for GetOrganizationsIdLicense

func NewGetOrganizationsIdRequest

func NewGetOrganizationsIdRequest(server string, id string) (*http.Request, error)

NewGetOrganizationsIdRequest generates requests for GetOrganizationsId

func NewGetOrganizationsIdSubscriptionRequest

func NewGetOrganizationsIdSubscriptionRequest(server string, id string) (*http.Request, error)

NewGetOrganizationsIdSubscriptionRequest generates requests for GetOrganizationsIdSubscription

func NewGetOrganizationsIdTaxRequest

func NewGetOrganizationsIdTaxRequest(server string, id string) (*http.Request, error)

NewGetOrganizationsIdTaxRequest generates requests for GetOrganizationsIdTax

func NewGetOrganizationsIdTwoFactorRequest

func NewGetOrganizationsIdTwoFactorRequest(server string, id string) (*http.Request, error)

NewGetOrganizationsIdTwoFactorRequest generates requests for GetOrganizationsIdTwoFactor

func NewGetOrganizationsOrgIdCollectionsIdDetailsRequest

func NewGetOrganizationsOrgIdCollectionsIdDetailsRequest(server string, orgId string, id string) (*http.Request, error)

NewGetOrganizationsOrgIdCollectionsIdDetailsRequest generates requests for GetOrganizationsOrgIdCollectionsIdDetails

func NewGetOrganizationsOrgIdCollectionsIdRequest

func NewGetOrganizationsOrgIdCollectionsIdRequest(server string, orgId string, id string) (*http.Request, error)

NewGetOrganizationsOrgIdCollectionsIdRequest generates requests for GetOrganizationsOrgIdCollectionsId

func NewGetOrganizationsOrgIdCollectionsIdUsersRequest

func NewGetOrganizationsOrgIdCollectionsIdUsersRequest(server string, orgId string, id string) (*http.Request, error)

NewGetOrganizationsOrgIdCollectionsIdUsersRequest generates requests for GetOrganizationsOrgIdCollectionsIdUsers

func NewGetOrganizationsOrgIdCollectionsRequest

func NewGetOrganizationsOrgIdCollectionsRequest(server string, orgId string) (*http.Request, error)

NewGetOrganizationsOrgIdCollectionsRequest generates requests for GetOrganizationsOrgIdCollections

func NewGetOrganizationsOrgIdGroupsIdDetailsRequest

func NewGetOrganizationsOrgIdGroupsIdDetailsRequest(server string, orgId string, id string) (*http.Request, error)

NewGetOrganizationsOrgIdGroupsIdDetailsRequest generates requests for GetOrganizationsOrgIdGroupsIdDetails

func NewGetOrganizationsOrgIdGroupsIdRequest

func NewGetOrganizationsOrgIdGroupsIdRequest(server string, orgId string, id string) (*http.Request, error)

NewGetOrganizationsOrgIdGroupsIdRequest generates requests for GetOrganizationsOrgIdGroupsId

func NewGetOrganizationsOrgIdGroupsIdUsersRequest

func NewGetOrganizationsOrgIdGroupsIdUsersRequest(server string, orgId string, id string) (*http.Request, error)

NewGetOrganizationsOrgIdGroupsIdUsersRequest generates requests for GetOrganizationsOrgIdGroupsIdUsers

func NewGetOrganizationsOrgIdGroupsRequest

func NewGetOrganizationsOrgIdGroupsRequest(server string, orgId string) (*http.Request, error)

NewGetOrganizationsOrgIdGroupsRequest generates requests for GetOrganizationsOrgIdGroups

func NewGetOrganizationsOrgIdPoliciesRequest

func NewGetOrganizationsOrgIdPoliciesRequest(server string, orgId string) (*http.Request, error)

NewGetOrganizationsOrgIdPoliciesRequest generates requests for GetOrganizationsOrgIdPolicies

func NewGetOrganizationsOrgIdPoliciesTokenRequest

func NewGetOrganizationsOrgIdPoliciesTokenRequest(server string, orgId string, params *GetOrganizationsOrgIdPoliciesTokenParams) (*http.Request, error)

NewGetOrganizationsOrgIdPoliciesTokenRequest generates requests for GetOrganizationsOrgIdPoliciesToken

func NewGetOrganizationsOrgIdPoliciesTypeRequest

func NewGetOrganizationsOrgIdPoliciesTypeRequest(server string, orgId string, pType int32) (*http.Request, error)

NewGetOrganizationsOrgIdPoliciesTypeRequest generates requests for GetOrganizationsOrgIdPoliciesType

func NewGetOrganizationsOrgIdUsersIdEventsRequest

func NewGetOrganizationsOrgIdUsersIdEventsRequest(server string, orgId string, id string, params *GetOrganizationsOrgIdUsersIdEventsParams) (*http.Request, error)

NewGetOrganizationsOrgIdUsersIdEventsRequest generates requests for GetOrganizationsOrgIdUsersIdEvents

func NewGetOrganizationsOrgIdUsersIdGroupsRequest

func NewGetOrganizationsOrgIdUsersIdGroupsRequest(server string, orgId string, id string) (*http.Request, error)

NewGetOrganizationsOrgIdUsersIdGroupsRequest generates requests for GetOrganizationsOrgIdUsersIdGroups

func NewGetOrganizationsOrgIdUsersIdRequest

func NewGetOrganizationsOrgIdUsersIdRequest(server string, orgId string, id string) (*http.Request, error)

NewGetOrganizationsOrgIdUsersIdRequest generates requests for GetOrganizationsOrgIdUsersId

func NewGetOrganizationsOrgIdUsersIdResetPasswordDetailsRequest

func NewGetOrganizationsOrgIdUsersIdResetPasswordDetailsRequest(server string, orgId string, id string) (*http.Request, error)

NewGetOrganizationsOrgIdUsersIdResetPasswordDetailsRequest generates requests for GetOrganizationsOrgIdUsersIdResetPasswordDetails

func NewGetOrganizationsOrgIdUsersRequest

func NewGetOrganizationsOrgIdUsersRequest(server string, orgId string) (*http.Request, error)

NewGetOrganizationsOrgIdUsersRequest generates requests for GetOrganizationsOrgIdUsers

func NewGetOrganizationsRequest

func NewGetOrganizationsRequest(server string) (*http.Request, error)

NewGetOrganizationsRequest generates requests for GetOrganizations

func NewGetPlansRequest

func NewGetPlansRequest(server string) (*http.Request, error)

NewGetPlansRequest generates requests for GetPlans

func NewGetPlansSalesTaxRatesRequest

func NewGetPlansSalesTaxRatesRequest(server string) (*http.Request, error)

NewGetPlansSalesTaxRatesRequest generates requests for GetPlansSalesTaxRates

func NewGetSendsIdFileFileIdRequest

func NewGetSendsIdFileFileIdRequest(server string, id string, fileId string) (*http.Request, error)

NewGetSendsIdFileFileIdRequest generates requests for GetSendsIdFileFileId

func NewGetSendsIdRequest

func NewGetSendsIdRequest(server string, id string) (*http.Request, error)

NewGetSendsIdRequest generates requests for GetSendsId

func NewGetSendsRequest

func NewGetSendsRequest(server string) (*http.Request, error)

NewGetSendsRequest generates requests for GetSends

func NewGetSettingsDomainsRequest

func NewGetSettingsDomainsRequest(server string, params *GetSettingsDomainsParams) (*http.Request, error)

NewGetSettingsDomainsRequest generates requests for GetSettingsDomains

func NewGetSyncRequest

func NewGetSyncRequest(server string, params *GetSyncParams) (*http.Request, error)

NewGetSyncRequest generates requests for GetSync

func NewGetTwoFactorRequest

func NewGetTwoFactorRequest(server string) (*http.Request, error)

NewGetTwoFactorRequest generates requests for GetTwoFactor

func NewGetUsersIdPublicKeyRequest

func NewGetUsersIdPublicKeyRequest(server string, id string) (*http.Request, error)

NewGetUsersIdPublicKeyRequest generates requests for GetUsersIdPublicKey

func NewGetVersionRequest

func NewGetVersionRequest(server string) (*http.Request, error)

NewGetVersionRequest generates requests for GetVersion

func NewPostAccountsApiKeyRequest

func NewPostAccountsApiKeyRequest(server string, body PostAccountsApiKeyJSONRequestBody) (*http.Request, error)

NewPostAccountsApiKeyRequest calls the generic PostAccountsApiKey builder with application/json body

func NewPostAccountsApiKeyRequestWithBody

func NewPostAccountsApiKeyRequestWithBody(server string, contentType string, body io.Reader) (*http.Request, error)

NewPostAccountsApiKeyRequestWithBody generates requests for PostAccountsApiKey with any type of body

func NewPostAccountsCancelPremiumRequest

func NewPostAccountsCancelPremiumRequest(server string) (*http.Request, error)

NewPostAccountsCancelPremiumRequest generates requests for PostAccountsCancelPremium

func NewPostAccountsDeleteRecoverRequest

func NewPostAccountsDeleteRecoverRequest(server string, body PostAccountsDeleteRecoverJSONRequestBody) (*http.Request, error)

NewPostAccountsDeleteRecoverRequest calls the generic PostAccountsDeleteRecover builder with application/json body

func NewPostAccountsDeleteRecoverRequestWithBody

func NewPostAccountsDeleteRecoverRequestWithBody(server string, contentType string, body io.Reader) (*http.Request, error)

NewPostAccountsDeleteRecoverRequestWithBody generates requests for PostAccountsDeleteRecover with any type of body

func NewPostAccountsDeleteRecoverTokenRequest

func NewPostAccountsDeleteRecoverTokenRequest(server string, body PostAccountsDeleteRecoverTokenJSONRequestBody) (*http.Request, error)

NewPostAccountsDeleteRecoverTokenRequest calls the generic PostAccountsDeleteRecoverToken builder with application/json body

func NewPostAccountsDeleteRecoverTokenRequestWithBody

func NewPostAccountsDeleteRecoverTokenRequestWithBody(server string, contentType string, body io.Reader) (*http.Request, error)

NewPostAccountsDeleteRecoverTokenRequestWithBody generates requests for PostAccountsDeleteRecoverToken with any type of body

func NewPostAccountsDeleteRequest

func NewPostAccountsDeleteRequest(server string, body PostAccountsDeleteJSONRequestBody) (*http.Request, error)

NewPostAccountsDeleteRequest calls the generic PostAccountsDelete builder with application/json body

func NewPostAccountsDeleteRequestWithBody

func NewPostAccountsDeleteRequestWithBody(server string, contentType string, body io.Reader) (*http.Request, error)

NewPostAccountsDeleteRequestWithBody generates requests for PostAccountsDelete with any type of body

func NewPostAccountsEmailRequest

func NewPostAccountsEmailRequest(server string, body PostAccountsEmailJSONRequestBody) (*http.Request, error)

NewPostAccountsEmailRequest calls the generic PostAccountsEmail builder with application/json body

func NewPostAccountsEmailRequestWithBody

func NewPostAccountsEmailRequestWithBody(server string, contentType string, body io.Reader) (*http.Request, error)

NewPostAccountsEmailRequestWithBody generates requests for PostAccountsEmail with any type of body

func NewPostAccountsEmailTokenRequest

func NewPostAccountsEmailTokenRequest(server string, body PostAccountsEmailTokenJSONRequestBody) (*http.Request, error)

NewPostAccountsEmailTokenRequest calls the generic PostAccountsEmailToken builder with application/json body

func NewPostAccountsEmailTokenRequestWithBody

func NewPostAccountsEmailTokenRequestWithBody(server string, contentType string, body io.Reader) (*http.Request, error)

NewPostAccountsEmailTokenRequestWithBody generates requests for PostAccountsEmailToken with any type of body

func NewPostAccountsIapCheckRequest

func NewPostAccountsIapCheckRequest(server string, body PostAccountsIapCheckJSONRequestBody) (*http.Request, error)

NewPostAccountsIapCheckRequest calls the generic PostAccountsIapCheck builder with application/json body

func NewPostAccountsIapCheckRequestWithBody

func NewPostAccountsIapCheckRequestWithBody(server string, contentType string, body io.Reader) (*http.Request, error)

NewPostAccountsIapCheckRequestWithBody generates requests for PostAccountsIapCheck with any type of body

func NewPostAccountsKdfRequest

func NewPostAccountsKdfRequest(server string, body PostAccountsKdfJSONRequestBody) (*http.Request, error)

NewPostAccountsKdfRequest calls the generic PostAccountsKdf builder with application/json body

func NewPostAccountsKdfRequestWithBody

func NewPostAccountsKdfRequestWithBody(server string, contentType string, body io.Reader) (*http.Request, error)

NewPostAccountsKdfRequestWithBody generates requests for PostAccountsKdf with any type of body

func NewPostAccountsKeyRequest

func NewPostAccountsKeyRequest(server string, body PostAccountsKeyJSONRequestBody) (*http.Request, error)

NewPostAccountsKeyRequest calls the generic PostAccountsKey builder with application/json body

func NewPostAccountsKeyRequestWithBody

func NewPostAccountsKeyRequestWithBody(server string, contentType string, body io.Reader) (*http.Request, error)

NewPostAccountsKeyRequestWithBody generates requests for PostAccountsKey with any type of body

func NewPostAccountsKeysRequest

func NewPostAccountsKeysRequest(server string, body PostAccountsKeysJSONRequestBody) (*http.Request, error)

NewPostAccountsKeysRequest calls the generic PostAccountsKeys builder with application/json body

func NewPostAccountsKeysRequestWithBody

func NewPostAccountsKeysRequestWithBody(server string, contentType string, body io.Reader) (*http.Request, error)

NewPostAccountsKeysRequestWithBody generates requests for PostAccountsKeys with any type of body

func NewPostAccountsLicenseRequestWithBody

func NewPostAccountsLicenseRequestWithBody(server string, contentType string, body io.Reader) (*http.Request, error)

NewPostAccountsLicenseRequestWithBody generates requests for PostAccountsLicense with any type of body

func NewPostAccountsPasswordHintRequest

func NewPostAccountsPasswordHintRequest(server string, body PostAccountsPasswordHintJSONRequestBody) (*http.Request, error)

NewPostAccountsPasswordHintRequest calls the generic PostAccountsPasswordHint builder with application/json body

func NewPostAccountsPasswordHintRequestWithBody

func NewPostAccountsPasswordHintRequestWithBody(server string, contentType string, body io.Reader) (*http.Request, error)

NewPostAccountsPasswordHintRequestWithBody generates requests for PostAccountsPasswordHint with any type of body

func NewPostAccountsPasswordRequest

func NewPostAccountsPasswordRequest(server string, body PostAccountsPasswordJSONRequestBody) (*http.Request, error)

NewPostAccountsPasswordRequest calls the generic PostAccountsPassword builder with application/json body

func NewPostAccountsPasswordRequestWithBody

func NewPostAccountsPasswordRequestWithBody(server string, contentType string, body io.Reader) (*http.Request, error)

NewPostAccountsPasswordRequestWithBody generates requests for PostAccountsPassword with any type of body

func NewPostAccountsPaymentRequest

func NewPostAccountsPaymentRequest(server string, body PostAccountsPaymentJSONRequestBody) (*http.Request, error)

NewPostAccountsPaymentRequest calls the generic PostAccountsPayment builder with application/json body

func NewPostAccountsPaymentRequestWithBody

func NewPostAccountsPaymentRequestWithBody(server string, contentType string, body io.Reader) (*http.Request, error)

NewPostAccountsPaymentRequestWithBody generates requests for PostAccountsPayment with any type of body

func NewPostAccountsPreloginRequest

func NewPostAccountsPreloginRequest(server string, body PostAccountsPreloginJSONRequestBody) (*http.Request, error)

NewPostAccountsPreloginRequest calls the generic PostAccountsPrelogin builder with application/json body

func NewPostAccountsPreloginRequestWithBody

func NewPostAccountsPreloginRequestWithBody(server string, contentType string, body io.Reader) (*http.Request, error)

NewPostAccountsPreloginRequestWithBody generates requests for PostAccountsPrelogin with any type of body

func NewPostAccountsPremiumRequestWithBody

func NewPostAccountsPremiumRequestWithBody(server string, params *PostAccountsPremiumParams, contentType string, body io.Reader) (*http.Request, error)

NewPostAccountsPremiumRequestWithBody generates requests for PostAccountsPremium with any type of body

func NewPostAccountsProfileRequest

func NewPostAccountsProfileRequest(server string, body PostAccountsProfileJSONRequestBody) (*http.Request, error)

NewPostAccountsProfileRequest calls the generic PostAccountsProfile builder with application/json body

func NewPostAccountsProfileRequestWithBody

func NewPostAccountsProfileRequestWithBody(server string, contentType string, body io.Reader) (*http.Request, error)

NewPostAccountsProfileRequestWithBody generates requests for PostAccountsProfile with any type of body

func NewPostAccountsRegisterRequest

func NewPostAccountsRegisterRequest(server string, body PostAccountsRegisterJSONRequestBody) (*http.Request, error)

NewPostAccountsRegisterRequest calls the generic PostAccountsRegister builder with application/json body

func NewPostAccountsRegisterRequestWithBody

func NewPostAccountsRegisterRequestWithBody(server string, contentType string, body io.Reader) (*http.Request, error)

NewPostAccountsRegisterRequestWithBody generates requests for PostAccountsRegister with any type of body

func NewPostAccountsReinstatePremiumRequest

func NewPostAccountsReinstatePremiumRequest(server string) (*http.Request, error)

NewPostAccountsReinstatePremiumRequest generates requests for PostAccountsReinstatePremium

func NewPostAccountsRotateApiKeyRequest

func NewPostAccountsRotateApiKeyRequest(server string, body PostAccountsRotateApiKeyJSONRequestBody) (*http.Request, error)

NewPostAccountsRotateApiKeyRequest calls the generic PostAccountsRotateApiKey builder with application/json body

func NewPostAccountsRotateApiKeyRequestWithBody

func NewPostAccountsRotateApiKeyRequestWithBody(server string, contentType string, body io.Reader) (*http.Request, error)

NewPostAccountsRotateApiKeyRequestWithBody generates requests for PostAccountsRotateApiKey with any type of body

func NewPostAccountsSecurityStampRequest

func NewPostAccountsSecurityStampRequest(server string, body PostAccountsSecurityStampJSONRequestBody) (*http.Request, error)

NewPostAccountsSecurityStampRequest calls the generic PostAccountsSecurityStamp builder with application/json body

func NewPostAccountsSecurityStampRequestWithBody

func NewPostAccountsSecurityStampRequestWithBody(server string, contentType string, body io.Reader) (*http.Request, error)

NewPostAccountsSecurityStampRequestWithBody generates requests for PostAccountsSecurityStamp with any type of body

func NewPostAccountsSetPasswordRequest

func NewPostAccountsSetPasswordRequest(server string, body PostAccountsSetPasswordJSONRequestBody) (*http.Request, error)

NewPostAccountsSetPasswordRequest calls the generic PostAccountsSetPassword builder with application/json body

func NewPostAccountsSetPasswordRequestWithBody

func NewPostAccountsSetPasswordRequestWithBody(server string, contentType string, body io.Reader) (*http.Request, error)

NewPostAccountsSetPasswordRequestWithBody generates requests for PostAccountsSetPassword with any type of body

func NewPostAccountsStorageRequest

func NewPostAccountsStorageRequest(server string, body PostAccountsStorageJSONRequestBody) (*http.Request, error)

NewPostAccountsStorageRequest calls the generic PostAccountsStorage builder with application/json body

func NewPostAccountsStorageRequestWithBody

func NewPostAccountsStorageRequestWithBody(server string, contentType string, body io.Reader) (*http.Request, error)

NewPostAccountsStorageRequestWithBody generates requests for PostAccountsStorage with any type of body

func NewPostAccountsVerifyEmailRequest

func NewPostAccountsVerifyEmailRequest(server string) (*http.Request, error)

NewPostAccountsVerifyEmailRequest generates requests for PostAccountsVerifyEmail

func NewPostAccountsVerifyEmailTokenRequest

func NewPostAccountsVerifyEmailTokenRequest(server string, body PostAccountsVerifyEmailTokenJSONRequestBody) (*http.Request, error)

NewPostAccountsVerifyEmailTokenRequest calls the generic PostAccountsVerifyEmailToken builder with application/json body

func NewPostAccountsVerifyEmailTokenRequestWithBody

func NewPostAccountsVerifyEmailTokenRequestWithBody(server string, contentType string, body io.Reader) (*http.Request, error)

NewPostAccountsVerifyEmailTokenRequestWithBody generates requests for PostAccountsVerifyEmailToken with any type of body

func NewPostAccountsVerifyPasswordRequest

func NewPostAccountsVerifyPasswordRequest(server string, body PostAccountsVerifyPasswordJSONRequestBody) (*http.Request, error)

NewPostAccountsVerifyPasswordRequest calls the generic PostAccountsVerifyPassword builder with application/json body

func NewPostAccountsVerifyPasswordRequestWithBody

func NewPostAccountsVerifyPasswordRequestWithBody(server string, contentType string, body io.Reader) (*http.Request, error)

NewPostAccountsVerifyPasswordRequestWithBody generates requests for PostAccountsVerifyPassword with any type of body

func NewPostBitpayInvoiceRequest

func NewPostBitpayInvoiceRequest(server string, body PostBitpayInvoiceJSONRequestBody) (*http.Request, error)

NewPostBitpayInvoiceRequest calls the generic PostBitpayInvoice builder with application/json body

func NewPostBitpayInvoiceRequestWithBody

func NewPostBitpayInvoiceRequestWithBody(server string, contentType string, body io.Reader) (*http.Request, error)

NewPostBitpayInvoiceRequestWithBody generates requests for PostBitpayInvoice with any type of body

func NewPostCiphersAdminRequest

func NewPostCiphersAdminRequest(server string, body PostCiphersAdminJSONRequestBody) (*http.Request, error)

NewPostCiphersAdminRequest calls the generic PostCiphersAdmin builder with application/json body

func NewPostCiphersAdminRequestWithBody

func NewPostCiphersAdminRequestWithBody(server string, contentType string, body io.Reader) (*http.Request, error)

NewPostCiphersAdminRequestWithBody generates requests for PostCiphersAdmin with any type of body

func NewPostCiphersAttachmentValidateAzureRequest

func NewPostCiphersAttachmentValidateAzureRequest(server string) (*http.Request, error)

NewPostCiphersAttachmentValidateAzureRequest generates requests for PostCiphersAttachmentValidateAzure

func NewPostCiphersCreateRequest

func NewPostCiphersCreateRequest(server string, body PostCiphersCreateJSONRequestBody) (*http.Request, error)

NewPostCiphersCreateRequest calls the generic PostCiphersCreate builder with application/json body

func NewPostCiphersCreateRequestWithBody

func NewPostCiphersCreateRequestWithBody(server string, contentType string, body io.Reader) (*http.Request, error)

NewPostCiphersCreateRequestWithBody generates requests for PostCiphersCreate with any type of body

func NewPostCiphersDeleteAdminRequest

func NewPostCiphersDeleteAdminRequest(server string, body PostCiphersDeleteAdminJSONRequestBody) (*http.Request, error)

NewPostCiphersDeleteAdminRequest calls the generic PostCiphersDeleteAdmin builder with application/json body

func NewPostCiphersDeleteAdminRequestWithBody

func NewPostCiphersDeleteAdminRequestWithBody(server string, contentType string, body io.Reader) (*http.Request, error)

NewPostCiphersDeleteAdminRequestWithBody generates requests for PostCiphersDeleteAdmin with any type of body

func NewPostCiphersDeleteRequest

func NewPostCiphersDeleteRequest(server string, body PostCiphersDeleteJSONRequestBody) (*http.Request, error)

NewPostCiphersDeleteRequest calls the generic PostCiphersDelete builder with application/json body

func NewPostCiphersDeleteRequestWithBody

func NewPostCiphersDeleteRequestWithBody(server string, contentType string, body io.Reader) (*http.Request, error)

NewPostCiphersDeleteRequestWithBody generates requests for PostCiphersDelete with any type of body

func NewPostCiphersIdAdminRequest

func NewPostCiphersIdAdminRequest(server string, id string, body PostCiphersIdAdminJSONRequestBody) (*http.Request, error)

NewPostCiphersIdAdminRequest calls the generic PostCiphersIdAdmin builder with application/json body

func NewPostCiphersIdAdminRequestWithBody

func NewPostCiphersIdAdminRequestWithBody(server string, id string, contentType string, body io.Reader) (*http.Request, error)

NewPostCiphersIdAdminRequestWithBody generates requests for PostCiphersIdAdmin with any type of body

func NewPostCiphersIdAttachmentAdminRequest

func NewPostCiphersIdAttachmentAdminRequest(server string, id string) (*http.Request, error)

NewPostCiphersIdAttachmentAdminRequest generates requests for PostCiphersIdAttachmentAdmin

func NewPostCiphersIdAttachmentAttachmentIdDeleteAdminRequest

func NewPostCiphersIdAttachmentAttachmentIdDeleteAdminRequest(server string, id string, attachmentId string) (*http.Request, error)

NewPostCiphersIdAttachmentAttachmentIdDeleteAdminRequest generates requests for PostCiphersIdAttachmentAttachmentIdDeleteAdmin

func NewPostCiphersIdAttachmentAttachmentIdDeleteRequest

func NewPostCiphersIdAttachmentAttachmentIdDeleteRequest(server string, id string, attachmentId string) (*http.Request, error)

NewPostCiphersIdAttachmentAttachmentIdDeleteRequest generates requests for PostCiphersIdAttachmentAttachmentIdDelete

func NewPostCiphersIdAttachmentAttachmentIdRequest

func NewPostCiphersIdAttachmentAttachmentIdRequest(server string, id string, attachmentId string) (*http.Request, error)

NewPostCiphersIdAttachmentAttachmentIdRequest generates requests for PostCiphersIdAttachmentAttachmentId

func NewPostCiphersIdAttachmentAttachmentIdShareRequest

func NewPostCiphersIdAttachmentAttachmentIdShareRequest(server string, id string, attachmentId string, params *PostCiphersIdAttachmentAttachmentIdShareParams) (*http.Request, error)

NewPostCiphersIdAttachmentAttachmentIdShareRequest generates requests for PostCiphersIdAttachmentAttachmentIdShare

func NewPostCiphersIdAttachmentRequest

func NewPostCiphersIdAttachmentRequest(server string, id string) (*http.Request, error)

NewPostCiphersIdAttachmentRequest generates requests for PostCiphersIdAttachment

func NewPostCiphersIdAttachmentV2Request

func NewPostCiphersIdAttachmentV2Request(server string, id string, body PostCiphersIdAttachmentV2JSONRequestBody) (*http.Request, error)

NewPostCiphersIdAttachmentV2Request calls the generic PostCiphersIdAttachmentV2 builder with application/json body

func NewPostCiphersIdAttachmentV2RequestWithBody

func NewPostCiphersIdAttachmentV2RequestWithBody(server string, id string, contentType string, body io.Reader) (*http.Request, error)

NewPostCiphersIdAttachmentV2RequestWithBody generates requests for PostCiphersIdAttachmentV2 with any type of body

func NewPostCiphersIdCollectionsAdminRequest

func NewPostCiphersIdCollectionsAdminRequest(server string, id string, body PostCiphersIdCollectionsAdminJSONRequestBody) (*http.Request, error)

NewPostCiphersIdCollectionsAdminRequest calls the generic PostCiphersIdCollectionsAdmin builder with application/json body

func NewPostCiphersIdCollectionsAdminRequestWithBody

func NewPostCiphersIdCollectionsAdminRequestWithBody(server string, id string, contentType string, body io.Reader) (*http.Request, error)

NewPostCiphersIdCollectionsAdminRequestWithBody generates requests for PostCiphersIdCollectionsAdmin with any type of body

func NewPostCiphersIdCollectionsRequest

func NewPostCiphersIdCollectionsRequest(server string, id string, body PostCiphersIdCollectionsJSONRequestBody) (*http.Request, error)

NewPostCiphersIdCollectionsRequest calls the generic PostCiphersIdCollections builder with application/json body

func NewPostCiphersIdCollectionsRequestWithBody

func NewPostCiphersIdCollectionsRequestWithBody(server string, id string, contentType string, body io.Reader) (*http.Request, error)

NewPostCiphersIdCollectionsRequestWithBody generates requests for PostCiphersIdCollections with any type of body

func NewPostCiphersIdDeleteAdminRequest

func NewPostCiphersIdDeleteAdminRequest(server string, id string) (*http.Request, error)

NewPostCiphersIdDeleteAdminRequest generates requests for PostCiphersIdDeleteAdmin

func NewPostCiphersIdDeleteRequest

func NewPostCiphersIdDeleteRequest(server string, id string) (*http.Request, error)

NewPostCiphersIdDeleteRequest generates requests for PostCiphersIdDelete

func NewPostCiphersIdPartialRequest

func NewPostCiphersIdPartialRequest(server string, id string, body PostCiphersIdPartialJSONRequestBody) (*http.Request, error)

NewPostCiphersIdPartialRequest calls the generic PostCiphersIdPartial builder with application/json body

func NewPostCiphersIdPartialRequestWithBody

func NewPostCiphersIdPartialRequestWithBody(server string, id string, contentType string, body io.Reader) (*http.Request, error)

NewPostCiphersIdPartialRequestWithBody generates requests for PostCiphersIdPartial with any type of body

func NewPostCiphersIdRequest

func NewPostCiphersIdRequest(server string, id string, body PostCiphersIdJSONRequestBody) (*http.Request, error)

NewPostCiphersIdRequest calls the generic PostCiphersId builder with application/json body

func NewPostCiphersIdRequestWithBody

func NewPostCiphersIdRequestWithBody(server string, id string, contentType string, body io.Reader) (*http.Request, error)

NewPostCiphersIdRequestWithBody generates requests for PostCiphersId with any type of body

func NewPostCiphersIdShareRequest

func NewPostCiphersIdShareRequest(server string, id string, body PostCiphersIdShareJSONRequestBody) (*http.Request, error)

NewPostCiphersIdShareRequest calls the generic PostCiphersIdShare builder with application/json body

func NewPostCiphersIdShareRequestWithBody

func NewPostCiphersIdShareRequestWithBody(server string, id string, contentType string, body io.Reader) (*http.Request, error)

NewPostCiphersIdShareRequestWithBody generates requests for PostCiphersIdShare with any type of body

func NewPostCiphersImportOrganizationRequest

func NewPostCiphersImportOrganizationRequest(server string, params *PostCiphersImportOrganizationParams, body PostCiphersImportOrganizationJSONRequestBody) (*http.Request, error)

NewPostCiphersImportOrganizationRequest calls the generic PostCiphersImportOrganization builder with application/json body

func NewPostCiphersImportOrganizationRequestWithBody

func NewPostCiphersImportOrganizationRequestWithBody(server string, params *PostCiphersImportOrganizationParams, contentType string, body io.Reader) (*http.Request, error)

NewPostCiphersImportOrganizationRequestWithBody generates requests for PostCiphersImportOrganization with any type of body

func NewPostCiphersImportRequest

func NewPostCiphersImportRequest(server string, body PostCiphersImportJSONRequestBody) (*http.Request, error)

NewPostCiphersImportRequest calls the generic PostCiphersImport builder with application/json body

func NewPostCiphersImportRequestWithBody

func NewPostCiphersImportRequestWithBody(server string, contentType string, body io.Reader) (*http.Request, error)

NewPostCiphersImportRequestWithBody generates requests for PostCiphersImport with any type of body

func NewPostCiphersMoveRequest

func NewPostCiphersMoveRequest(server string, body PostCiphersMoveJSONRequestBody) (*http.Request, error)

NewPostCiphersMoveRequest calls the generic PostCiphersMove builder with application/json body

func NewPostCiphersMoveRequestWithBody

func NewPostCiphersMoveRequestWithBody(server string, contentType string, body io.Reader) (*http.Request, error)

NewPostCiphersMoveRequestWithBody generates requests for PostCiphersMove with any type of body

func NewPostCiphersPurgeRequest

func NewPostCiphersPurgeRequest(server string, params *PostCiphersPurgeParams, body PostCiphersPurgeJSONRequestBody) (*http.Request, error)

NewPostCiphersPurgeRequest calls the generic PostCiphersPurge builder with application/json body

func NewPostCiphersPurgeRequestWithBody

func NewPostCiphersPurgeRequestWithBody(server string, params *PostCiphersPurgeParams, contentType string, body io.Reader) (*http.Request, error)

NewPostCiphersPurgeRequestWithBody generates requests for PostCiphersPurge with any type of body

func NewPostCiphersRequest

func NewPostCiphersRequest(server string, body PostCiphersJSONRequestBody) (*http.Request, error)

NewPostCiphersRequest calls the generic PostCiphers builder with application/json body

func NewPostCiphersRequestWithBody

func NewPostCiphersRequestWithBody(server string, contentType string, body io.Reader) (*http.Request, error)

NewPostCiphersRequestWithBody generates requests for PostCiphers with any type of body

func NewPostCiphersShareRequest

func NewPostCiphersShareRequest(server string, body PostCiphersShareJSONRequestBody) (*http.Request, error)

NewPostCiphersShareRequest calls the generic PostCiphersShare builder with application/json body

func NewPostCiphersShareRequestWithBody

func NewPostCiphersShareRequestWithBody(server string, contentType string, body io.Reader) (*http.Request, error)

NewPostCiphersShareRequestWithBody generates requests for PostCiphersShare with any type of body

func NewPostDevicesIdDeleteRequest

func NewPostDevicesIdDeleteRequest(server string, id string) (*http.Request, error)

NewPostDevicesIdDeleteRequest generates requests for PostDevicesIdDelete

func NewPostDevicesIdRequest

func NewPostDevicesIdRequest(server string, id string, body PostDevicesIdJSONRequestBody) (*http.Request, error)

NewPostDevicesIdRequest calls the generic PostDevicesId builder with application/json body

func NewPostDevicesIdRequestWithBody

func NewPostDevicesIdRequestWithBody(server string, id string, contentType string, body io.Reader) (*http.Request, error)

NewPostDevicesIdRequestWithBody generates requests for PostDevicesId with any type of body

func NewPostDevicesIdentifierIdentifierClearTokenRequest

func NewPostDevicesIdentifierIdentifierClearTokenRequest(server string, identifier string) (*http.Request, error)

NewPostDevicesIdentifierIdentifierClearTokenRequest generates requests for PostDevicesIdentifierIdentifierClearToken

func NewPostDevicesIdentifierIdentifierTokenRequest

func NewPostDevicesIdentifierIdentifierTokenRequest(server string, identifier string, body PostDevicesIdentifierIdentifierTokenJSONRequestBody) (*http.Request, error)

NewPostDevicesIdentifierIdentifierTokenRequest calls the generic PostDevicesIdentifierIdentifierToken builder with application/json body

func NewPostDevicesIdentifierIdentifierTokenRequestWithBody

func NewPostDevicesIdentifierIdentifierTokenRequestWithBody(server string, identifier string, contentType string, body io.Reader) (*http.Request, error)

NewPostDevicesIdentifierIdentifierTokenRequestWithBody generates requests for PostDevicesIdentifierIdentifierToken with any type of body

func NewPostDevicesRequest

func NewPostDevicesRequest(server string, body PostDevicesJSONRequestBody) (*http.Request, error)

NewPostDevicesRequest calls the generic PostDevices builder with application/json body

func NewPostDevicesRequestWithBody

func NewPostDevicesRequestWithBody(server string, contentType string, body io.Reader) (*http.Request, error)

NewPostDevicesRequestWithBody generates requests for PostDevices with any type of body

func NewPostEmergencyAccessIdAcceptRequest

func NewPostEmergencyAccessIdAcceptRequest(server string, id string, body PostEmergencyAccessIdAcceptJSONRequestBody) (*http.Request, error)

NewPostEmergencyAccessIdAcceptRequest calls the generic PostEmergencyAccessIdAccept builder with application/json body

func NewPostEmergencyAccessIdAcceptRequestWithBody

func NewPostEmergencyAccessIdAcceptRequestWithBody(server string, id string, contentType string, body io.Reader) (*http.Request, error)

NewPostEmergencyAccessIdAcceptRequestWithBody generates requests for PostEmergencyAccessIdAccept with any type of body

func NewPostEmergencyAccessIdApproveRequest

func NewPostEmergencyAccessIdApproveRequest(server string, id string) (*http.Request, error)

NewPostEmergencyAccessIdApproveRequest generates requests for PostEmergencyAccessIdApprove

func NewPostEmergencyAccessIdConfirmRequest

func NewPostEmergencyAccessIdConfirmRequest(server string, id string, body PostEmergencyAccessIdConfirmJSONRequestBody) (*http.Request, error)

NewPostEmergencyAccessIdConfirmRequest calls the generic PostEmergencyAccessIdConfirm builder with application/json body

func NewPostEmergencyAccessIdConfirmRequestWithBody

func NewPostEmergencyAccessIdConfirmRequestWithBody(server string, id string, contentType string, body io.Reader) (*http.Request, error)

NewPostEmergencyAccessIdConfirmRequestWithBody generates requests for PostEmergencyAccessIdConfirm with any type of body

func NewPostEmergencyAccessIdDeleteRequest

func NewPostEmergencyAccessIdDeleteRequest(server string, id string) (*http.Request, error)

NewPostEmergencyAccessIdDeleteRequest generates requests for PostEmergencyAccessIdDelete

func NewPostEmergencyAccessIdInitiateRequest

func NewPostEmergencyAccessIdInitiateRequest(server string, id string) (*http.Request, error)

NewPostEmergencyAccessIdInitiateRequest generates requests for PostEmergencyAccessIdInitiate

func NewPostEmergencyAccessIdPasswordRequest

func NewPostEmergencyAccessIdPasswordRequest(server string, id string, body PostEmergencyAccessIdPasswordJSONRequestBody) (*http.Request, error)

NewPostEmergencyAccessIdPasswordRequest calls the generic PostEmergencyAccessIdPassword builder with application/json body

func NewPostEmergencyAccessIdPasswordRequestWithBody

func NewPostEmergencyAccessIdPasswordRequestWithBody(server string, id string, contentType string, body io.Reader) (*http.Request, error)

NewPostEmergencyAccessIdPasswordRequestWithBody generates requests for PostEmergencyAccessIdPassword with any type of body

func NewPostEmergencyAccessIdReinviteRequest

func NewPostEmergencyAccessIdReinviteRequest(server string, id string) (*http.Request, error)

NewPostEmergencyAccessIdReinviteRequest generates requests for PostEmergencyAccessIdReinvite

func NewPostEmergencyAccessIdRejectRequest

func NewPostEmergencyAccessIdRejectRequest(server string, id string) (*http.Request, error)

NewPostEmergencyAccessIdRejectRequest generates requests for PostEmergencyAccessIdReject

func NewPostEmergencyAccessIdRequest

func NewPostEmergencyAccessIdRequest(server string, id string, body PostEmergencyAccessIdJSONRequestBody) (*http.Request, error)

NewPostEmergencyAccessIdRequest calls the generic PostEmergencyAccessId builder with application/json body

func NewPostEmergencyAccessIdRequestWithBody

func NewPostEmergencyAccessIdRequestWithBody(server string, id string, contentType string, body io.Reader) (*http.Request, error)

NewPostEmergencyAccessIdRequestWithBody generates requests for PostEmergencyAccessId with any type of body

func NewPostEmergencyAccessIdTakeoverRequest

func NewPostEmergencyAccessIdTakeoverRequest(server string, id string) (*http.Request, error)

NewPostEmergencyAccessIdTakeoverRequest generates requests for PostEmergencyAccessIdTakeover

func NewPostEmergencyAccessIdViewRequest

func NewPostEmergencyAccessIdViewRequest(server string, id string) (*http.Request, error)

NewPostEmergencyAccessIdViewRequest generates requests for PostEmergencyAccessIdView

func NewPostEmergencyAccessInviteRequest

func NewPostEmergencyAccessInviteRequest(server string, body PostEmergencyAccessInviteJSONRequestBody) (*http.Request, error)

NewPostEmergencyAccessInviteRequest calls the generic PostEmergencyAccessInvite builder with application/json body

func NewPostEmergencyAccessInviteRequestWithBody

func NewPostEmergencyAccessInviteRequestWithBody(server string, contentType string, body io.Reader) (*http.Request, error)

NewPostEmergencyAccessInviteRequestWithBody generates requests for PostEmergencyAccessInvite with any type of body

func NewPostFoldersIdDeleteRequest

func NewPostFoldersIdDeleteRequest(server string, id string) (*http.Request, error)

NewPostFoldersIdDeleteRequest generates requests for PostFoldersIdDelete

func NewPostFoldersIdRequest

func NewPostFoldersIdRequest(server string, id string, body PostFoldersIdJSONRequestBody) (*http.Request, error)

NewPostFoldersIdRequest calls the generic PostFoldersId builder with application/json body

func NewPostFoldersIdRequestWithBody

func NewPostFoldersIdRequestWithBody(server string, id string, contentType string, body io.Reader) (*http.Request, error)

NewPostFoldersIdRequestWithBody generates requests for PostFoldersId with any type of body

func NewPostFoldersRequest

func NewPostFoldersRequest(server string, body PostFoldersJSONRequestBody) (*http.Request, error)

NewPostFoldersRequest calls the generic PostFolders builder with application/json body

func NewPostFoldersRequestWithBody

func NewPostFoldersRequestWithBody(server string, contentType string, body io.Reader) (*http.Request, error)

NewPostFoldersRequestWithBody generates requests for PostFolders with any type of body

func NewPostInstallationsRequest

func NewPostInstallationsRequest(server string, body PostInstallationsJSONRequestBody) (*http.Request, error)

NewPostInstallationsRequest calls the generic PostInstallations builder with application/json body

func NewPostInstallationsRequestWithBody

func NewPostInstallationsRequestWithBody(server string, contentType string, body io.Reader) (*http.Request, error)

NewPostInstallationsRequestWithBody generates requests for PostInstallations with any type of body

func NewPostOrganizationsIdApiKeyRequest

func NewPostOrganizationsIdApiKeyRequest(server string, id string, body PostOrganizationsIdApiKeyJSONRequestBody) (*http.Request, error)

NewPostOrganizationsIdApiKeyRequest calls the generic PostOrganizationsIdApiKey builder with application/json body

func NewPostOrganizationsIdApiKeyRequestWithBody

func NewPostOrganizationsIdApiKeyRequestWithBody(server string, id string, contentType string, body io.Reader) (*http.Request, error)

NewPostOrganizationsIdApiKeyRequestWithBody generates requests for PostOrganizationsIdApiKey with any type of body

func NewPostOrganizationsIdCancelRequest

func NewPostOrganizationsIdCancelRequest(server string, id string) (*http.Request, error)

NewPostOrganizationsIdCancelRequest generates requests for PostOrganizationsIdCancel

func NewPostOrganizationsIdDeleteRequest

func NewPostOrganizationsIdDeleteRequest(server string, id string, body PostOrganizationsIdDeleteJSONRequestBody) (*http.Request, error)

NewPostOrganizationsIdDeleteRequest calls the generic PostOrganizationsIdDelete builder with application/json body

func NewPostOrganizationsIdDeleteRequestWithBody

func NewPostOrganizationsIdDeleteRequestWithBody(server string, id string, contentType string, body io.Reader) (*http.Request, error)

NewPostOrganizationsIdDeleteRequestWithBody generates requests for PostOrganizationsIdDelete with any type of body

func NewPostOrganizationsIdImportRequest

func NewPostOrganizationsIdImportRequest(server string, id string, body PostOrganizationsIdImportJSONRequestBody) (*http.Request, error)

NewPostOrganizationsIdImportRequest calls the generic PostOrganizationsIdImport builder with application/json body

func NewPostOrganizationsIdImportRequestWithBody

func NewPostOrganizationsIdImportRequestWithBody(server string, id string, contentType string, body io.Reader) (*http.Request, error)

NewPostOrganizationsIdImportRequestWithBody generates requests for PostOrganizationsIdImport with any type of body

func NewPostOrganizationsIdKeysRequest

func NewPostOrganizationsIdKeysRequest(server string, id string, body PostOrganizationsIdKeysJSONRequestBody) (*http.Request, error)

NewPostOrganizationsIdKeysRequest calls the generic PostOrganizationsIdKeys builder with application/json body

func NewPostOrganizationsIdKeysRequestWithBody

func NewPostOrganizationsIdKeysRequestWithBody(server string, id string, contentType string, body io.Reader) (*http.Request, error)

NewPostOrganizationsIdKeysRequestWithBody generates requests for PostOrganizationsIdKeys with any type of body

func NewPostOrganizationsIdLeaveRequest

func NewPostOrganizationsIdLeaveRequest(server string, id string) (*http.Request, error)

NewPostOrganizationsIdLeaveRequest generates requests for PostOrganizationsIdLeave

func NewPostOrganizationsIdLicenseRequestWithBody

func NewPostOrganizationsIdLicenseRequestWithBody(server string, id string, contentType string, body io.Reader) (*http.Request, error)

NewPostOrganizationsIdLicenseRequestWithBody generates requests for PostOrganizationsIdLicense with any type of body

func NewPostOrganizationsIdPaymentRequest

func NewPostOrganizationsIdPaymentRequest(server string, id string, body PostOrganizationsIdPaymentJSONRequestBody) (*http.Request, error)

NewPostOrganizationsIdPaymentRequest calls the generic PostOrganizationsIdPayment builder with application/json body

func NewPostOrganizationsIdPaymentRequestWithBody

func NewPostOrganizationsIdPaymentRequestWithBody(server string, id string, contentType string, body io.Reader) (*http.Request, error)

NewPostOrganizationsIdPaymentRequestWithBody generates requests for PostOrganizationsIdPayment with any type of body

func NewPostOrganizationsIdReinstateRequest

func NewPostOrganizationsIdReinstateRequest(server string, id string) (*http.Request, error)

NewPostOrganizationsIdReinstateRequest generates requests for PostOrganizationsIdReinstate

func NewPostOrganizationsIdRequest

func NewPostOrganizationsIdRequest(server string, id string, body PostOrganizationsIdJSONRequestBody) (*http.Request, error)

NewPostOrganizationsIdRequest calls the generic PostOrganizationsId builder with application/json body

func NewPostOrganizationsIdRequestWithBody

func NewPostOrganizationsIdRequestWithBody(server string, id string, contentType string, body io.Reader) (*http.Request, error)

NewPostOrganizationsIdRequestWithBody generates requests for PostOrganizationsId with any type of body

func NewPostOrganizationsIdRotateApiKeyRequest

func NewPostOrganizationsIdRotateApiKeyRequest(server string, id string, body PostOrganizationsIdRotateApiKeyJSONRequestBody) (*http.Request, error)

NewPostOrganizationsIdRotateApiKeyRequest calls the generic PostOrganizationsIdRotateApiKey builder with application/json body

func NewPostOrganizationsIdRotateApiKeyRequestWithBody

func NewPostOrganizationsIdRotateApiKeyRequestWithBody(server string, id string, contentType string, body io.Reader) (*http.Request, error)

NewPostOrganizationsIdRotateApiKeyRequestWithBody generates requests for PostOrganizationsIdRotateApiKey with any type of body

func NewPostOrganizationsIdSeatRequest

func NewPostOrganizationsIdSeatRequest(server string, id string, body PostOrganizationsIdSeatJSONRequestBody) (*http.Request, error)

NewPostOrganizationsIdSeatRequest calls the generic PostOrganizationsIdSeat builder with application/json body

func NewPostOrganizationsIdSeatRequestWithBody

func NewPostOrganizationsIdSeatRequestWithBody(server string, id string, contentType string, body io.Reader) (*http.Request, error)

NewPostOrganizationsIdSeatRequestWithBody generates requests for PostOrganizationsIdSeat with any type of body

func NewPostOrganizationsIdStorageRequest

func NewPostOrganizationsIdStorageRequest(server string, id string, body PostOrganizationsIdStorageJSONRequestBody) (*http.Request, error)

NewPostOrganizationsIdStorageRequest calls the generic PostOrganizationsIdStorage builder with application/json body

func NewPostOrganizationsIdStorageRequestWithBody

func NewPostOrganizationsIdStorageRequestWithBody(server string, id string, contentType string, body io.Reader) (*http.Request, error)

NewPostOrganizationsIdStorageRequestWithBody generates requests for PostOrganizationsIdStorage with any type of body

func NewPostOrganizationsIdTwoFactorDisableRequest

func NewPostOrganizationsIdTwoFactorDisableRequest(server string, id string, body PostOrganizationsIdTwoFactorDisableJSONRequestBody) (*http.Request, error)

NewPostOrganizationsIdTwoFactorDisableRequest calls the generic PostOrganizationsIdTwoFactorDisable builder with application/json body

func NewPostOrganizationsIdTwoFactorDisableRequestWithBody

func NewPostOrganizationsIdTwoFactorDisableRequestWithBody(server string, id string, contentType string, body io.Reader) (*http.Request, error)

NewPostOrganizationsIdTwoFactorDisableRequestWithBody generates requests for PostOrganizationsIdTwoFactorDisable with any type of body

func NewPostOrganizationsIdTwoFactorDuoRequest

func NewPostOrganizationsIdTwoFactorDuoRequest(server string, id string, body PostOrganizationsIdTwoFactorDuoJSONRequestBody) (*http.Request, error)

NewPostOrganizationsIdTwoFactorDuoRequest calls the generic PostOrganizationsIdTwoFactorDuo builder with application/json body

func NewPostOrganizationsIdTwoFactorDuoRequestWithBody

func NewPostOrganizationsIdTwoFactorDuoRequestWithBody(server string, id string, contentType string, body io.Reader) (*http.Request, error)

NewPostOrganizationsIdTwoFactorDuoRequestWithBody generates requests for PostOrganizationsIdTwoFactorDuo with any type of body

func NewPostOrganizationsIdTwoFactorGetDuoRequest

func NewPostOrganizationsIdTwoFactorGetDuoRequest(server string, id string, body PostOrganizationsIdTwoFactorGetDuoJSONRequestBody) (*http.Request, error)

NewPostOrganizationsIdTwoFactorGetDuoRequest calls the generic PostOrganizationsIdTwoFactorGetDuo builder with application/json body

func NewPostOrganizationsIdTwoFactorGetDuoRequestWithBody

func NewPostOrganizationsIdTwoFactorGetDuoRequestWithBody(server string, id string, contentType string, body io.Reader) (*http.Request, error)

NewPostOrganizationsIdTwoFactorGetDuoRequestWithBody generates requests for PostOrganizationsIdTwoFactorGetDuo with any type of body

func NewPostOrganizationsIdUpgradeRequest

func NewPostOrganizationsIdUpgradeRequest(server string, id string, body PostOrganizationsIdUpgradeJSONRequestBody) (*http.Request, error)

NewPostOrganizationsIdUpgradeRequest calls the generic PostOrganizationsIdUpgrade builder with application/json body

func NewPostOrganizationsIdUpgradeRequestWithBody

func NewPostOrganizationsIdUpgradeRequestWithBody(server string, id string, contentType string, body io.Reader) (*http.Request, error)

NewPostOrganizationsIdUpgradeRequestWithBody generates requests for PostOrganizationsIdUpgrade with any type of body

func NewPostOrganizationsIdVerifyBankRequest

func NewPostOrganizationsIdVerifyBankRequest(server string, id string, body PostOrganizationsIdVerifyBankJSONRequestBody) (*http.Request, error)

NewPostOrganizationsIdVerifyBankRequest calls the generic PostOrganizationsIdVerifyBank builder with application/json body

func NewPostOrganizationsIdVerifyBankRequestWithBody

func NewPostOrganizationsIdVerifyBankRequestWithBody(server string, id string, contentType string, body io.Reader) (*http.Request, error)

NewPostOrganizationsIdVerifyBankRequestWithBody generates requests for PostOrganizationsIdVerifyBank with any type of body

func NewPostOrganizationsLicenseRequestWithBody

func NewPostOrganizationsLicenseRequestWithBody(server string, params *PostOrganizationsLicenseParams, contentType string, body io.Reader) (*http.Request, error)

NewPostOrganizationsLicenseRequestWithBody generates requests for PostOrganizationsLicense with any type of body

func NewPostOrganizationsOrgIdCollectionsIdDeleteRequest

func NewPostOrganizationsOrgIdCollectionsIdDeleteRequest(server string, orgId string, id string) (*http.Request, error)

NewPostOrganizationsOrgIdCollectionsIdDeleteRequest generates requests for PostOrganizationsOrgIdCollectionsIdDelete

func NewPostOrganizationsOrgIdCollectionsIdDeleteUserOrgUserIdRequest

func NewPostOrganizationsOrgIdCollectionsIdDeleteUserOrgUserIdRequest(server string, orgId string, id string, orgUserId string) (*http.Request, error)

NewPostOrganizationsOrgIdCollectionsIdDeleteUserOrgUserIdRequest generates requests for PostOrganizationsOrgIdCollectionsIdDeleteUserOrgUserId

func NewPostOrganizationsOrgIdCollectionsIdRequest

func NewPostOrganizationsOrgIdCollectionsIdRequest(server string, orgId string, id string, body PostOrganizationsOrgIdCollectionsIdJSONRequestBody) (*http.Request, error)

NewPostOrganizationsOrgIdCollectionsIdRequest calls the generic PostOrganizationsOrgIdCollectionsId builder with application/json body

func NewPostOrganizationsOrgIdCollectionsIdRequestWithBody

func NewPostOrganizationsOrgIdCollectionsIdRequestWithBody(server string, orgId string, id string, contentType string, body io.Reader) (*http.Request, error)

NewPostOrganizationsOrgIdCollectionsIdRequestWithBody generates requests for PostOrganizationsOrgIdCollectionsId with any type of body

func NewPostOrganizationsOrgIdCollectionsRequest

func NewPostOrganizationsOrgIdCollectionsRequest(server string, orgId string, body PostOrganizationsOrgIdCollectionsJSONRequestBody) (*http.Request, error)

NewPostOrganizationsOrgIdCollectionsRequest calls the generic PostOrganizationsOrgIdCollections builder with application/json body

func NewPostOrganizationsOrgIdCollectionsRequestWithBody

func NewPostOrganizationsOrgIdCollectionsRequestWithBody(server string, orgId string, contentType string, body io.Reader) (*http.Request, error)

NewPostOrganizationsOrgIdCollectionsRequestWithBody generates requests for PostOrganizationsOrgIdCollections with any type of body

func NewPostOrganizationsOrgIdGroupsIdDeleteRequest

func NewPostOrganizationsOrgIdGroupsIdDeleteRequest(server string, orgId string, id string) (*http.Request, error)

NewPostOrganizationsOrgIdGroupsIdDeleteRequest generates requests for PostOrganizationsOrgIdGroupsIdDelete

func NewPostOrganizationsOrgIdGroupsIdDeleteUserOrgUserIdRequest

func NewPostOrganizationsOrgIdGroupsIdDeleteUserOrgUserIdRequest(server string, orgId string, id string, orgUserId string) (*http.Request, error)

NewPostOrganizationsOrgIdGroupsIdDeleteUserOrgUserIdRequest generates requests for PostOrganizationsOrgIdGroupsIdDeleteUserOrgUserId

func NewPostOrganizationsOrgIdGroupsIdRequest

func NewPostOrganizationsOrgIdGroupsIdRequest(server string, orgId string, id string, body PostOrganizationsOrgIdGroupsIdJSONRequestBody) (*http.Request, error)

NewPostOrganizationsOrgIdGroupsIdRequest calls the generic PostOrganizationsOrgIdGroupsId builder with application/json body

func NewPostOrganizationsOrgIdGroupsIdRequestWithBody

func NewPostOrganizationsOrgIdGroupsIdRequestWithBody(server string, orgId string, id string, contentType string, body io.Reader) (*http.Request, error)

NewPostOrganizationsOrgIdGroupsIdRequestWithBody generates requests for PostOrganizationsOrgIdGroupsId with any type of body

func NewPostOrganizationsOrgIdGroupsRequest

func NewPostOrganizationsOrgIdGroupsRequest(server string, orgId string, body PostOrganizationsOrgIdGroupsJSONRequestBody) (*http.Request, error)

NewPostOrganizationsOrgIdGroupsRequest calls the generic PostOrganizationsOrgIdGroups builder with application/json body

func NewPostOrganizationsOrgIdGroupsRequestWithBody

func NewPostOrganizationsOrgIdGroupsRequestWithBody(server string, orgId string, contentType string, body io.Reader) (*http.Request, error)

NewPostOrganizationsOrgIdGroupsRequestWithBody generates requests for PostOrganizationsOrgIdGroups with any type of body

func NewPostOrganizationsOrgIdUsersConfirmRequest

func NewPostOrganizationsOrgIdUsersConfirmRequest(server string, orgId string, body PostOrganizationsOrgIdUsersConfirmJSONRequestBody) (*http.Request, error)

NewPostOrganizationsOrgIdUsersConfirmRequest calls the generic PostOrganizationsOrgIdUsersConfirm builder with application/json body

func NewPostOrganizationsOrgIdUsersConfirmRequestWithBody

func NewPostOrganizationsOrgIdUsersConfirmRequestWithBody(server string, orgId string, contentType string, body io.Reader) (*http.Request, error)

NewPostOrganizationsOrgIdUsersConfirmRequestWithBody generates requests for PostOrganizationsOrgIdUsersConfirm with any type of body

func NewPostOrganizationsOrgIdUsersDeleteRequest

func NewPostOrganizationsOrgIdUsersDeleteRequest(server string, orgId string, body PostOrganizationsOrgIdUsersDeleteJSONRequestBody) (*http.Request, error)

NewPostOrganizationsOrgIdUsersDeleteRequest calls the generic PostOrganizationsOrgIdUsersDelete builder with application/json body

func NewPostOrganizationsOrgIdUsersDeleteRequestWithBody

func NewPostOrganizationsOrgIdUsersDeleteRequestWithBody(server string, orgId string, contentType string, body io.Reader) (*http.Request, error)

NewPostOrganizationsOrgIdUsersDeleteRequestWithBody generates requests for PostOrganizationsOrgIdUsersDelete with any type of body

func NewPostOrganizationsOrgIdUsersIdAcceptRequest

func NewPostOrganizationsOrgIdUsersIdAcceptRequest(server string, orgId string, id string, body PostOrganizationsOrgIdUsersIdAcceptJSONRequestBody) (*http.Request, error)

NewPostOrganizationsOrgIdUsersIdAcceptRequest calls the generic PostOrganizationsOrgIdUsersIdAccept builder with application/json body

func NewPostOrganizationsOrgIdUsersIdAcceptRequestWithBody

func NewPostOrganizationsOrgIdUsersIdAcceptRequestWithBody(server string, orgId string, id string, contentType string, body io.Reader) (*http.Request, error)

NewPostOrganizationsOrgIdUsersIdAcceptRequestWithBody generates requests for PostOrganizationsOrgIdUsersIdAccept with any type of body

func NewPostOrganizationsOrgIdUsersIdConfirmRequest

func NewPostOrganizationsOrgIdUsersIdConfirmRequest(server string, orgId string, id string, body PostOrganizationsOrgIdUsersIdConfirmJSONRequestBody) (*http.Request, error)

NewPostOrganizationsOrgIdUsersIdConfirmRequest calls the generic PostOrganizationsOrgIdUsersIdConfirm builder with application/json body

func NewPostOrganizationsOrgIdUsersIdConfirmRequestWithBody

func NewPostOrganizationsOrgIdUsersIdConfirmRequestWithBody(server string, orgId string, id string, contentType string, body io.Reader) (*http.Request, error)

NewPostOrganizationsOrgIdUsersIdConfirmRequestWithBody generates requests for PostOrganizationsOrgIdUsersIdConfirm with any type of body

func NewPostOrganizationsOrgIdUsersIdDeleteRequest

func NewPostOrganizationsOrgIdUsersIdDeleteRequest(server string, orgId string, id string) (*http.Request, error)

NewPostOrganizationsOrgIdUsersIdDeleteRequest generates requests for PostOrganizationsOrgIdUsersIdDelete

func NewPostOrganizationsOrgIdUsersIdGroupsRequest

func NewPostOrganizationsOrgIdUsersIdGroupsRequest(server string, orgId string, id string, body PostOrganizationsOrgIdUsersIdGroupsJSONRequestBody) (*http.Request, error)

NewPostOrganizationsOrgIdUsersIdGroupsRequest calls the generic PostOrganizationsOrgIdUsersIdGroups builder with application/json body

func NewPostOrganizationsOrgIdUsersIdGroupsRequestWithBody

func NewPostOrganizationsOrgIdUsersIdGroupsRequestWithBody(server string, orgId string, id string, contentType string, body io.Reader) (*http.Request, error)

NewPostOrganizationsOrgIdUsersIdGroupsRequestWithBody generates requests for PostOrganizationsOrgIdUsersIdGroups with any type of body

func NewPostOrganizationsOrgIdUsersIdReinviteRequest

func NewPostOrganizationsOrgIdUsersIdReinviteRequest(server string, orgId string, id string) (*http.Request, error)

NewPostOrganizationsOrgIdUsersIdReinviteRequest generates requests for PostOrganizationsOrgIdUsersIdReinvite

func NewPostOrganizationsOrgIdUsersIdRequest

func NewPostOrganizationsOrgIdUsersIdRequest(server string, orgId string, id string, body PostOrganizationsOrgIdUsersIdJSONRequestBody) (*http.Request, error)

NewPostOrganizationsOrgIdUsersIdRequest calls the generic PostOrganizationsOrgIdUsersId builder with application/json body

func NewPostOrganizationsOrgIdUsersIdRequestWithBody

func NewPostOrganizationsOrgIdUsersIdRequestWithBody(server string, orgId string, id string, contentType string, body io.Reader) (*http.Request, error)

NewPostOrganizationsOrgIdUsersIdRequestWithBody generates requests for PostOrganizationsOrgIdUsersId with any type of body

func NewPostOrganizationsOrgIdUsersInviteRequest

func NewPostOrganizationsOrgIdUsersInviteRequest(server string, orgId string, body PostOrganizationsOrgIdUsersInviteJSONRequestBody) (*http.Request, error)

NewPostOrganizationsOrgIdUsersInviteRequest calls the generic PostOrganizationsOrgIdUsersInvite builder with application/json body

func NewPostOrganizationsOrgIdUsersInviteRequestWithBody

func NewPostOrganizationsOrgIdUsersInviteRequestWithBody(server string, orgId string, contentType string, body io.Reader) (*http.Request, error)

NewPostOrganizationsOrgIdUsersInviteRequestWithBody generates requests for PostOrganizationsOrgIdUsersInvite with any type of body

func NewPostOrganizationsOrgIdUsersPublicKeysRequest

func NewPostOrganizationsOrgIdUsersPublicKeysRequest(server string, orgId string, body PostOrganizationsOrgIdUsersPublicKeysJSONRequestBody) (*http.Request, error)

NewPostOrganizationsOrgIdUsersPublicKeysRequest calls the generic PostOrganizationsOrgIdUsersPublicKeys builder with application/json body

func NewPostOrganizationsOrgIdUsersPublicKeysRequestWithBody

func NewPostOrganizationsOrgIdUsersPublicKeysRequestWithBody(server string, orgId string, contentType string, body io.Reader) (*http.Request, error)

NewPostOrganizationsOrgIdUsersPublicKeysRequestWithBody generates requests for PostOrganizationsOrgIdUsersPublicKeys with any type of body

func NewPostOrganizationsOrgIdUsersReinviteRequest

func NewPostOrganizationsOrgIdUsersReinviteRequest(server string, orgId string, body PostOrganizationsOrgIdUsersReinviteJSONRequestBody) (*http.Request, error)

NewPostOrganizationsOrgIdUsersReinviteRequest calls the generic PostOrganizationsOrgIdUsersReinvite builder with application/json body

func NewPostOrganizationsOrgIdUsersReinviteRequestWithBody

func NewPostOrganizationsOrgIdUsersReinviteRequestWithBody(server string, orgId string, contentType string, body io.Reader) (*http.Request, error)

NewPostOrganizationsOrgIdUsersReinviteRequestWithBody generates requests for PostOrganizationsOrgIdUsersReinvite with any type of body

func NewPostOrganizationsRequest

func NewPostOrganizationsRequest(server string, body PostOrganizationsJSONRequestBody) (*http.Request, error)

NewPostOrganizationsRequest calls the generic PostOrganizations builder with application/json body

func NewPostOrganizationsRequestWithBody

func NewPostOrganizationsRequestWithBody(server string, contentType string, body io.Reader) (*http.Request, error)

NewPostOrganizationsRequestWithBody generates requests for PostOrganizations with any type of body

func NewPostPushRegisterRequest

func NewPostPushRegisterRequest(server string, body PostPushRegisterJSONRequestBody) (*http.Request, error)

NewPostPushRegisterRequest calls the generic PostPushRegister builder with application/json body

func NewPostPushRegisterRequestWithBody

func NewPostPushRegisterRequestWithBody(server string, contentType string, body io.Reader) (*http.Request, error)

NewPostPushRegisterRequestWithBody generates requests for PostPushRegister with any type of body

func NewPostPushSendRequest

func NewPostPushSendRequest(server string, body PostPushSendJSONRequestBody) (*http.Request, error)

NewPostPushSendRequest calls the generic PostPushSend builder with application/json body

func NewPostPushSendRequestWithBody

func NewPostPushSendRequestWithBody(server string, contentType string, body io.Reader) (*http.Request, error)

NewPostPushSendRequestWithBody generates requests for PostPushSend with any type of body

func NewPostSendsAccessIdRequest

func NewPostSendsAccessIdRequest(server string, id string, body PostSendsAccessIdJSONRequestBody) (*http.Request, error)

NewPostSendsAccessIdRequest calls the generic PostSendsAccessId builder with application/json body

func NewPostSendsAccessIdRequestWithBody

func NewPostSendsAccessIdRequestWithBody(server string, id string, contentType string, body io.Reader) (*http.Request, error)

NewPostSendsAccessIdRequestWithBody generates requests for PostSendsAccessId with any type of body

func NewPostSendsEncodedSendIdAccessFileFileIdRequest

func NewPostSendsEncodedSendIdAccessFileFileIdRequest(server string, encodedSendId string, fileId string, body PostSendsEncodedSendIdAccessFileFileIdJSONRequestBody) (*http.Request, error)

NewPostSendsEncodedSendIdAccessFileFileIdRequest calls the generic PostSendsEncodedSendIdAccessFileFileId builder with application/json body

func NewPostSendsEncodedSendIdAccessFileFileIdRequestWithBody

func NewPostSendsEncodedSendIdAccessFileFileIdRequestWithBody(server string, encodedSendId string, fileId string, contentType string, body io.Reader) (*http.Request, error)

NewPostSendsEncodedSendIdAccessFileFileIdRequestWithBody generates requests for PostSendsEncodedSendIdAccessFileFileId with any type of body

func NewPostSendsFileRequest

func NewPostSendsFileRequest(server string) (*http.Request, error)

NewPostSendsFileRequest generates requests for PostSendsFile

func NewPostSendsFileV2Request

func NewPostSendsFileV2Request(server string, body PostSendsFileV2JSONRequestBody) (*http.Request, error)

NewPostSendsFileV2Request calls the generic PostSendsFileV2 builder with application/json body

func NewPostSendsFileV2RequestWithBody

func NewPostSendsFileV2RequestWithBody(server string, contentType string, body io.Reader) (*http.Request, error)

NewPostSendsFileV2RequestWithBody generates requests for PostSendsFileV2 with any type of body

func NewPostSendsFileValidateAzureRequest

func NewPostSendsFileValidateAzureRequest(server string) (*http.Request, error)

NewPostSendsFileValidateAzureRequest generates requests for PostSendsFileValidateAzure

func NewPostSendsIdFileFileIdRequest

func NewPostSendsIdFileFileIdRequest(server string, id string, fileId string) (*http.Request, error)

NewPostSendsIdFileFileIdRequest generates requests for PostSendsIdFileFileId

func NewPostSendsRequest

func NewPostSendsRequest(server string, body PostSendsJSONRequestBody) (*http.Request, error)

NewPostSendsRequest calls the generic PostSends builder with application/json body

func NewPostSendsRequestWithBody

func NewPostSendsRequestWithBody(server string, contentType string, body io.Reader) (*http.Request, error)

NewPostSendsRequestWithBody generates requests for PostSends with any type of body

func NewPostSettingsDomainsRequest

func NewPostSettingsDomainsRequest(server string, body PostSettingsDomainsJSONRequestBody) (*http.Request, error)

NewPostSettingsDomainsRequest calls the generic PostSettingsDomains builder with application/json body

func NewPostSettingsDomainsRequestWithBody

func NewPostSettingsDomainsRequestWithBody(server string, contentType string, body io.Reader) (*http.Request, error)

NewPostSettingsDomainsRequestWithBody generates requests for PostSettingsDomains with any type of body

func NewPostSetupPaymentRequest

func NewPostSetupPaymentRequest(server string) (*http.Request, error)

NewPostSetupPaymentRequest generates requests for PostSetupPayment

func NewPostTwoFactorAuthenticatorRequest

func NewPostTwoFactorAuthenticatorRequest(server string, body PostTwoFactorAuthenticatorJSONRequestBody) (*http.Request, error)

NewPostTwoFactorAuthenticatorRequest calls the generic PostTwoFactorAuthenticator builder with application/json body

func NewPostTwoFactorAuthenticatorRequestWithBody

func NewPostTwoFactorAuthenticatorRequestWithBody(server string, contentType string, body io.Reader) (*http.Request, error)

NewPostTwoFactorAuthenticatorRequestWithBody generates requests for PostTwoFactorAuthenticator with any type of body

func NewPostTwoFactorDisableRequest

func NewPostTwoFactorDisableRequest(server string, body PostTwoFactorDisableJSONRequestBody) (*http.Request, error)

NewPostTwoFactorDisableRequest calls the generic PostTwoFactorDisable builder with application/json body

func NewPostTwoFactorDisableRequestWithBody

func NewPostTwoFactorDisableRequestWithBody(server string, contentType string, body io.Reader) (*http.Request, error)

NewPostTwoFactorDisableRequestWithBody generates requests for PostTwoFactorDisable with any type of body

func NewPostTwoFactorDuoRequest

func NewPostTwoFactorDuoRequest(server string, body PostTwoFactorDuoJSONRequestBody) (*http.Request, error)

NewPostTwoFactorDuoRequest calls the generic PostTwoFactorDuo builder with application/json body

func NewPostTwoFactorDuoRequestWithBody

func NewPostTwoFactorDuoRequestWithBody(server string, contentType string, body io.Reader) (*http.Request, error)

NewPostTwoFactorDuoRequestWithBody generates requests for PostTwoFactorDuo with any type of body

func NewPostTwoFactorEmailRequest

func NewPostTwoFactorEmailRequest(server string, body PostTwoFactorEmailJSONRequestBody) (*http.Request, error)

NewPostTwoFactorEmailRequest calls the generic PostTwoFactorEmail builder with application/json body

func NewPostTwoFactorEmailRequestWithBody

func NewPostTwoFactorEmailRequestWithBody(server string, contentType string, body io.Reader) (*http.Request, error)

NewPostTwoFactorEmailRequestWithBody generates requests for PostTwoFactorEmail with any type of body

func NewPostTwoFactorGetAuthenticatorRequest

func NewPostTwoFactorGetAuthenticatorRequest(server string, body PostTwoFactorGetAuthenticatorJSONRequestBody) (*http.Request, error)

NewPostTwoFactorGetAuthenticatorRequest calls the generic PostTwoFactorGetAuthenticator builder with application/json body

func NewPostTwoFactorGetAuthenticatorRequestWithBody

func NewPostTwoFactorGetAuthenticatorRequestWithBody(server string, contentType string, body io.Reader) (*http.Request, error)

NewPostTwoFactorGetAuthenticatorRequestWithBody generates requests for PostTwoFactorGetAuthenticator with any type of body

func NewPostTwoFactorGetDuoRequest

func NewPostTwoFactorGetDuoRequest(server string, body PostTwoFactorGetDuoJSONRequestBody) (*http.Request, error)

NewPostTwoFactorGetDuoRequest calls the generic PostTwoFactorGetDuo builder with application/json body

func NewPostTwoFactorGetDuoRequestWithBody

func NewPostTwoFactorGetDuoRequestWithBody(server string, contentType string, body io.Reader) (*http.Request, error)

NewPostTwoFactorGetDuoRequestWithBody generates requests for PostTwoFactorGetDuo with any type of body

func NewPostTwoFactorGetEmailRequest

func NewPostTwoFactorGetEmailRequest(server string, body PostTwoFactorGetEmailJSONRequestBody) (*http.Request, error)

NewPostTwoFactorGetEmailRequest calls the generic PostTwoFactorGetEmail builder with application/json body

func NewPostTwoFactorGetEmailRequestWithBody

func NewPostTwoFactorGetEmailRequestWithBody(server string, contentType string, body io.Reader) (*http.Request, error)

NewPostTwoFactorGetEmailRequestWithBody generates requests for PostTwoFactorGetEmail with any type of body

func NewPostTwoFactorGetRecoverRequest

func NewPostTwoFactorGetRecoverRequest(server string, body PostTwoFactorGetRecoverJSONRequestBody) (*http.Request, error)

NewPostTwoFactorGetRecoverRequest calls the generic PostTwoFactorGetRecover builder with application/json body

func NewPostTwoFactorGetRecoverRequestWithBody

func NewPostTwoFactorGetRecoverRequestWithBody(server string, contentType string, body io.Reader) (*http.Request, error)

NewPostTwoFactorGetRecoverRequestWithBody generates requests for PostTwoFactorGetRecover with any type of body

func NewPostTwoFactorGetWebauthnChallengeRequest

func NewPostTwoFactorGetWebauthnChallengeRequest(server string, body PostTwoFactorGetWebauthnChallengeJSONRequestBody) (*http.Request, error)

NewPostTwoFactorGetWebauthnChallengeRequest calls the generic PostTwoFactorGetWebauthnChallenge builder with application/json body

func NewPostTwoFactorGetWebauthnChallengeRequestWithBody

func NewPostTwoFactorGetWebauthnChallengeRequestWithBody(server string, contentType string, body io.Reader) (*http.Request, error)

NewPostTwoFactorGetWebauthnChallengeRequestWithBody generates requests for PostTwoFactorGetWebauthnChallenge with any type of body

func NewPostTwoFactorGetWebauthnRequest

func NewPostTwoFactorGetWebauthnRequest(server string, body PostTwoFactorGetWebauthnJSONRequestBody) (*http.Request, error)

NewPostTwoFactorGetWebauthnRequest calls the generic PostTwoFactorGetWebauthn builder with application/json body

func NewPostTwoFactorGetWebauthnRequestWithBody

func NewPostTwoFactorGetWebauthnRequestWithBody(server string, contentType string, body io.Reader) (*http.Request, error)

NewPostTwoFactorGetWebauthnRequestWithBody generates requests for PostTwoFactorGetWebauthn with any type of body

func NewPostTwoFactorGetYubikeyRequest

func NewPostTwoFactorGetYubikeyRequest(server string, body PostTwoFactorGetYubikeyJSONRequestBody) (*http.Request, error)

NewPostTwoFactorGetYubikeyRequest calls the generic PostTwoFactorGetYubikey builder with application/json body

func NewPostTwoFactorGetYubikeyRequestWithBody

func NewPostTwoFactorGetYubikeyRequestWithBody(server string, contentType string, body io.Reader) (*http.Request, error)

NewPostTwoFactorGetYubikeyRequestWithBody generates requests for PostTwoFactorGetYubikey with any type of body

func NewPostTwoFactorRecoverRequest

func NewPostTwoFactorRecoverRequest(server string, body PostTwoFactorRecoverJSONRequestBody) (*http.Request, error)

NewPostTwoFactorRecoverRequest calls the generic PostTwoFactorRecover builder with application/json body

func NewPostTwoFactorRecoverRequestWithBody

func NewPostTwoFactorRecoverRequestWithBody(server string, contentType string, body io.Reader) (*http.Request, error)

NewPostTwoFactorRecoverRequestWithBody generates requests for PostTwoFactorRecover with any type of body

func NewPostTwoFactorSendEmailLoginRequest

func NewPostTwoFactorSendEmailLoginRequest(server string, body PostTwoFactorSendEmailLoginJSONRequestBody) (*http.Request, error)

NewPostTwoFactorSendEmailLoginRequest calls the generic PostTwoFactorSendEmailLogin builder with application/json body

func NewPostTwoFactorSendEmailLoginRequestWithBody

func NewPostTwoFactorSendEmailLoginRequestWithBody(server string, contentType string, body io.Reader) (*http.Request, error)

NewPostTwoFactorSendEmailLoginRequestWithBody generates requests for PostTwoFactorSendEmailLogin with any type of body

func NewPostTwoFactorSendEmailRequest

func NewPostTwoFactorSendEmailRequest(server string, body PostTwoFactorSendEmailJSONRequestBody) (*http.Request, error)

NewPostTwoFactorSendEmailRequest calls the generic PostTwoFactorSendEmail builder with application/json body

func NewPostTwoFactorSendEmailRequestWithBody

func NewPostTwoFactorSendEmailRequestWithBody(server string, contentType string, body io.Reader) (*http.Request, error)

NewPostTwoFactorSendEmailRequestWithBody generates requests for PostTwoFactorSendEmail with any type of body

func NewPostTwoFactorWebauthnRequest

func NewPostTwoFactorWebauthnRequest(server string, body PostTwoFactorWebauthnJSONRequestBody) (*http.Request, error)

NewPostTwoFactorWebauthnRequest calls the generic PostTwoFactorWebauthn builder with application/json body

func NewPostTwoFactorWebauthnRequestWithBody

func NewPostTwoFactorWebauthnRequestWithBody(server string, contentType string, body io.Reader) (*http.Request, error)

NewPostTwoFactorWebauthnRequestWithBody generates requests for PostTwoFactorWebauthn with any type of body

func NewPostTwoFactorYubikeyRequest

func NewPostTwoFactorYubikeyRequest(server string, body PostTwoFactorYubikeyJSONRequestBody) (*http.Request, error)

NewPostTwoFactorYubikeyRequest calls the generic PostTwoFactorYubikey builder with application/json body

func NewPostTwoFactorYubikeyRequestWithBody

func NewPostTwoFactorYubikeyRequestWithBody(server string, contentType string, body io.Reader) (*http.Request, error)

NewPostTwoFactorYubikeyRequestWithBody generates requests for PostTwoFactorYubikey with any type of body

func NewPutAccountsProfileRequest

func NewPutAccountsProfileRequest(server string, body PutAccountsProfileJSONRequestBody) (*http.Request, error)

NewPutAccountsProfileRequest calls the generic PutAccountsProfile builder with application/json body

func NewPutAccountsProfileRequestWithBody

func NewPutAccountsProfileRequestWithBody(server string, contentType string, body io.Reader) (*http.Request, error)

NewPutAccountsProfileRequestWithBody generates requests for PutAccountsProfile with any type of body

func NewPutAccountsTaxRequest

func NewPutAccountsTaxRequest(server string, body PutAccountsTaxJSONRequestBody) (*http.Request, error)

NewPutAccountsTaxRequest calls the generic PutAccountsTax builder with application/json body

func NewPutAccountsTaxRequestWithBody

func NewPutAccountsTaxRequestWithBody(server string, contentType string, body io.Reader) (*http.Request, error)

NewPutAccountsTaxRequestWithBody generates requests for PutAccountsTax with any type of body

func NewPutCiphersDeleteAdminRequest

func NewPutCiphersDeleteAdminRequest(server string, body PutCiphersDeleteAdminJSONRequestBody) (*http.Request, error)

NewPutCiphersDeleteAdminRequest calls the generic PutCiphersDeleteAdmin builder with application/json body

func NewPutCiphersDeleteAdminRequestWithBody

func NewPutCiphersDeleteAdminRequestWithBody(server string, contentType string, body io.Reader) (*http.Request, error)

NewPutCiphersDeleteAdminRequestWithBody generates requests for PutCiphersDeleteAdmin with any type of body

func NewPutCiphersDeleteRequest

func NewPutCiphersDeleteRequest(server string, body PutCiphersDeleteJSONRequestBody) (*http.Request, error)

NewPutCiphersDeleteRequest calls the generic PutCiphersDelete builder with application/json body

func NewPutCiphersDeleteRequestWithBody

func NewPutCiphersDeleteRequestWithBody(server string, contentType string, body io.Reader) (*http.Request, error)

NewPutCiphersDeleteRequestWithBody generates requests for PutCiphersDelete with any type of body

func NewPutCiphersIdAdminRequest

func NewPutCiphersIdAdminRequest(server string, id string, body PutCiphersIdAdminJSONRequestBody) (*http.Request, error)

NewPutCiphersIdAdminRequest calls the generic PutCiphersIdAdmin builder with application/json body

func NewPutCiphersIdAdminRequestWithBody

func NewPutCiphersIdAdminRequestWithBody(server string, id string, contentType string, body io.Reader) (*http.Request, error)

NewPutCiphersIdAdminRequestWithBody generates requests for PutCiphersIdAdmin with any type of body

func NewPutCiphersIdCollectionsAdminRequest

func NewPutCiphersIdCollectionsAdminRequest(server string, id string, body PutCiphersIdCollectionsAdminJSONRequestBody) (*http.Request, error)

NewPutCiphersIdCollectionsAdminRequest calls the generic PutCiphersIdCollectionsAdmin builder with application/json body

func NewPutCiphersIdCollectionsAdminRequestWithBody

func NewPutCiphersIdCollectionsAdminRequestWithBody(server string, id string, contentType string, body io.Reader) (*http.Request, error)

NewPutCiphersIdCollectionsAdminRequestWithBody generates requests for PutCiphersIdCollectionsAdmin with any type of body

func NewPutCiphersIdCollectionsRequest

func NewPutCiphersIdCollectionsRequest(server string, id string, body PutCiphersIdCollectionsJSONRequestBody) (*http.Request, error)

NewPutCiphersIdCollectionsRequest calls the generic PutCiphersIdCollections builder with application/json body

func NewPutCiphersIdCollectionsRequestWithBody

func NewPutCiphersIdCollectionsRequestWithBody(server string, id string, contentType string, body io.Reader) (*http.Request, error)

NewPutCiphersIdCollectionsRequestWithBody generates requests for PutCiphersIdCollections with any type of body

func NewPutCiphersIdDeleteAdminRequest

func NewPutCiphersIdDeleteAdminRequest(server string, id string) (*http.Request, error)

NewPutCiphersIdDeleteAdminRequest generates requests for PutCiphersIdDeleteAdmin

func NewPutCiphersIdDeleteRequest

func NewPutCiphersIdDeleteRequest(server string, id string) (*http.Request, error)

NewPutCiphersIdDeleteRequest generates requests for PutCiphersIdDelete

func NewPutCiphersIdPartialRequest

func NewPutCiphersIdPartialRequest(server string, id string, body PutCiphersIdPartialJSONRequestBody) (*http.Request, error)

NewPutCiphersIdPartialRequest calls the generic PutCiphersIdPartial builder with application/json body

func NewPutCiphersIdPartialRequestWithBody

func NewPutCiphersIdPartialRequestWithBody(server string, id string, contentType string, body io.Reader) (*http.Request, error)

NewPutCiphersIdPartialRequestWithBody generates requests for PutCiphersIdPartial with any type of body

func NewPutCiphersIdRequest

func NewPutCiphersIdRequest(server string, id string, body PutCiphersIdJSONRequestBody) (*http.Request, error)

NewPutCiphersIdRequest calls the generic PutCiphersId builder with application/json body

func NewPutCiphersIdRequestWithBody

func NewPutCiphersIdRequestWithBody(server string, id string, contentType string, body io.Reader) (*http.Request, error)

NewPutCiphersIdRequestWithBody generates requests for PutCiphersId with any type of body

func NewPutCiphersIdRestoreAdminRequest

func NewPutCiphersIdRestoreAdminRequest(server string, id string) (*http.Request, error)

NewPutCiphersIdRestoreAdminRequest generates requests for PutCiphersIdRestoreAdmin

func NewPutCiphersIdRestoreRequest

func NewPutCiphersIdRestoreRequest(server string, id string) (*http.Request, error)

NewPutCiphersIdRestoreRequest generates requests for PutCiphersIdRestore

func NewPutCiphersIdShareRequest

func NewPutCiphersIdShareRequest(server string, id string, body PutCiphersIdShareJSONRequestBody) (*http.Request, error)

NewPutCiphersIdShareRequest calls the generic PutCiphersIdShare builder with application/json body

func NewPutCiphersIdShareRequestWithBody

func NewPutCiphersIdShareRequestWithBody(server string, id string, contentType string, body io.Reader) (*http.Request, error)

NewPutCiphersIdShareRequestWithBody generates requests for PutCiphersIdShare with any type of body

func NewPutCiphersMoveRequest

func NewPutCiphersMoveRequest(server string, body PutCiphersMoveJSONRequestBody) (*http.Request, error)

NewPutCiphersMoveRequest calls the generic PutCiphersMove builder with application/json body

func NewPutCiphersMoveRequestWithBody

func NewPutCiphersMoveRequestWithBody(server string, contentType string, body io.Reader) (*http.Request, error)

NewPutCiphersMoveRequestWithBody generates requests for PutCiphersMove with any type of body

func NewPutCiphersRestoreRequest

func NewPutCiphersRestoreRequest(server string, body PutCiphersRestoreJSONRequestBody) (*http.Request, error)

NewPutCiphersRestoreRequest calls the generic PutCiphersRestore builder with application/json body

func NewPutCiphersRestoreRequestWithBody

func NewPutCiphersRestoreRequestWithBody(server string, contentType string, body io.Reader) (*http.Request, error)

NewPutCiphersRestoreRequestWithBody generates requests for PutCiphersRestore with any type of body

func NewPutCiphersShareRequest

func NewPutCiphersShareRequest(server string, body PutCiphersShareJSONRequestBody) (*http.Request, error)

NewPutCiphersShareRequest calls the generic PutCiphersShare builder with application/json body

func NewPutCiphersShareRequestWithBody

func NewPutCiphersShareRequestWithBody(server string, contentType string, body io.Reader) (*http.Request, error)

NewPutCiphersShareRequestWithBody generates requests for PutCiphersShare with any type of body

func NewPutDevicesIdRequest

func NewPutDevicesIdRequest(server string, id string, body PutDevicesIdJSONRequestBody) (*http.Request, error)

NewPutDevicesIdRequest calls the generic PutDevicesId builder with application/json body

func NewPutDevicesIdRequestWithBody

func NewPutDevicesIdRequestWithBody(server string, id string, contentType string, body io.Reader) (*http.Request, error)

NewPutDevicesIdRequestWithBody generates requests for PutDevicesId with any type of body

func NewPutDevicesIdentifierIdentifierClearTokenRequest

func NewPutDevicesIdentifierIdentifierClearTokenRequest(server string, identifier string) (*http.Request, error)

NewPutDevicesIdentifierIdentifierClearTokenRequest generates requests for PutDevicesIdentifierIdentifierClearToken

func NewPutDevicesIdentifierIdentifierTokenRequest

func NewPutDevicesIdentifierIdentifierTokenRequest(server string, identifier string, body PutDevicesIdentifierIdentifierTokenJSONRequestBody) (*http.Request, error)

NewPutDevicesIdentifierIdentifierTokenRequest calls the generic PutDevicesIdentifierIdentifierToken builder with application/json body

func NewPutDevicesIdentifierIdentifierTokenRequestWithBody

func NewPutDevicesIdentifierIdentifierTokenRequestWithBody(server string, identifier string, contentType string, body io.Reader) (*http.Request, error)

NewPutDevicesIdentifierIdentifierTokenRequestWithBody generates requests for PutDevicesIdentifierIdentifierToken with any type of body

func NewPutEmergencyAccessIdRequest

func NewPutEmergencyAccessIdRequest(server string, id string, body PutEmergencyAccessIdJSONRequestBody) (*http.Request, error)

NewPutEmergencyAccessIdRequest calls the generic PutEmergencyAccessId builder with application/json body

func NewPutEmergencyAccessIdRequestWithBody

func NewPutEmergencyAccessIdRequestWithBody(server string, id string, contentType string, body io.Reader) (*http.Request, error)

NewPutEmergencyAccessIdRequestWithBody generates requests for PutEmergencyAccessId with any type of body

func NewPutFoldersIdRequest

func NewPutFoldersIdRequest(server string, id string, body PutFoldersIdJSONRequestBody) (*http.Request, error)

NewPutFoldersIdRequest calls the generic PutFoldersId builder with application/json body

func NewPutFoldersIdRequestWithBody

func NewPutFoldersIdRequestWithBody(server string, id string, contentType string, body io.Reader) (*http.Request, error)

NewPutFoldersIdRequestWithBody generates requests for PutFoldersId with any type of body

func NewPutOrganizationsIdRequest

func NewPutOrganizationsIdRequest(server string, id string, body PutOrganizationsIdJSONRequestBody) (*http.Request, error)

NewPutOrganizationsIdRequest calls the generic PutOrganizationsId builder with application/json body

func NewPutOrganizationsIdRequestWithBody

func NewPutOrganizationsIdRequestWithBody(server string, id string, contentType string, body io.Reader) (*http.Request, error)

NewPutOrganizationsIdRequestWithBody generates requests for PutOrganizationsId with any type of body

func NewPutOrganizationsIdTaxRequest

func NewPutOrganizationsIdTaxRequest(server string, id string, body PutOrganizationsIdTaxJSONRequestBody) (*http.Request, error)

NewPutOrganizationsIdTaxRequest calls the generic PutOrganizationsIdTax builder with application/json body

func NewPutOrganizationsIdTaxRequestWithBody

func NewPutOrganizationsIdTaxRequestWithBody(server string, id string, contentType string, body io.Reader) (*http.Request, error)

NewPutOrganizationsIdTaxRequestWithBody generates requests for PutOrganizationsIdTax with any type of body

func NewPutOrganizationsIdTwoFactorDisableRequest

func NewPutOrganizationsIdTwoFactorDisableRequest(server string, id string, body PutOrganizationsIdTwoFactorDisableJSONRequestBody) (*http.Request, error)

NewPutOrganizationsIdTwoFactorDisableRequest calls the generic PutOrganizationsIdTwoFactorDisable builder with application/json body

func NewPutOrganizationsIdTwoFactorDisableRequestWithBody

func NewPutOrganizationsIdTwoFactorDisableRequestWithBody(server string, id string, contentType string, body io.Reader) (*http.Request, error)

NewPutOrganizationsIdTwoFactorDisableRequestWithBody generates requests for PutOrganizationsIdTwoFactorDisable with any type of body

func NewPutOrganizationsIdTwoFactorDuoRequest

func NewPutOrganizationsIdTwoFactorDuoRequest(server string, id string, body PutOrganizationsIdTwoFactorDuoJSONRequestBody) (*http.Request, error)

NewPutOrganizationsIdTwoFactorDuoRequest calls the generic PutOrganizationsIdTwoFactorDuo builder with application/json body

func NewPutOrganizationsIdTwoFactorDuoRequestWithBody

func NewPutOrganizationsIdTwoFactorDuoRequestWithBody(server string, id string, contentType string, body io.Reader) (*http.Request, error)

NewPutOrganizationsIdTwoFactorDuoRequestWithBody generates requests for PutOrganizationsIdTwoFactorDuo with any type of body

func NewPutOrganizationsOrgIdCollectionsIdRequest

func NewPutOrganizationsOrgIdCollectionsIdRequest(server string, orgId string, id string, body PutOrganizationsOrgIdCollectionsIdJSONRequestBody) (*http.Request, error)

NewPutOrganizationsOrgIdCollectionsIdRequest calls the generic PutOrganizationsOrgIdCollectionsId builder with application/json body

func NewPutOrganizationsOrgIdCollectionsIdRequestWithBody

func NewPutOrganizationsOrgIdCollectionsIdRequestWithBody(server string, orgId string, id string, contentType string, body io.Reader) (*http.Request, error)

NewPutOrganizationsOrgIdCollectionsIdRequestWithBody generates requests for PutOrganizationsOrgIdCollectionsId with any type of body

func NewPutOrganizationsOrgIdCollectionsIdUsersRequest

func NewPutOrganizationsOrgIdCollectionsIdUsersRequest(server string, orgId string, id string, body PutOrganizationsOrgIdCollectionsIdUsersJSONRequestBody) (*http.Request, error)

NewPutOrganizationsOrgIdCollectionsIdUsersRequest calls the generic PutOrganizationsOrgIdCollectionsIdUsers builder with application/json body

func NewPutOrganizationsOrgIdCollectionsIdUsersRequestWithBody

func NewPutOrganizationsOrgIdCollectionsIdUsersRequestWithBody(server string, orgId string, id string, contentType string, body io.Reader) (*http.Request, error)

NewPutOrganizationsOrgIdCollectionsIdUsersRequestWithBody generates requests for PutOrganizationsOrgIdCollectionsIdUsers with any type of body

func NewPutOrganizationsOrgIdGroupsIdRequest

func NewPutOrganizationsOrgIdGroupsIdRequest(server string, orgId string, id string, body PutOrganizationsOrgIdGroupsIdJSONRequestBody) (*http.Request, error)

NewPutOrganizationsOrgIdGroupsIdRequest calls the generic PutOrganizationsOrgIdGroupsId builder with application/json body

func NewPutOrganizationsOrgIdGroupsIdRequestWithBody

func NewPutOrganizationsOrgIdGroupsIdRequestWithBody(server string, orgId string, id string, contentType string, body io.Reader) (*http.Request, error)

NewPutOrganizationsOrgIdGroupsIdRequestWithBody generates requests for PutOrganizationsOrgIdGroupsId with any type of body

func NewPutOrganizationsOrgIdGroupsIdUsersRequest

func NewPutOrganizationsOrgIdGroupsIdUsersRequest(server string, orgId string, id string, body PutOrganizationsOrgIdGroupsIdUsersJSONRequestBody) (*http.Request, error)

NewPutOrganizationsOrgIdGroupsIdUsersRequest calls the generic PutOrganizationsOrgIdGroupsIdUsers builder with application/json body

func NewPutOrganizationsOrgIdGroupsIdUsersRequestWithBody

func NewPutOrganizationsOrgIdGroupsIdUsersRequestWithBody(server string, orgId string, id string, contentType string, body io.Reader) (*http.Request, error)

NewPutOrganizationsOrgIdGroupsIdUsersRequestWithBody generates requests for PutOrganizationsOrgIdGroupsIdUsers with any type of body

func NewPutOrganizationsOrgIdPoliciesTypeRequest

func NewPutOrganizationsOrgIdPoliciesTypeRequest(server string, orgId string, pType int32, body PutOrganizationsOrgIdPoliciesTypeJSONRequestBody) (*http.Request, error)

NewPutOrganizationsOrgIdPoliciesTypeRequest calls the generic PutOrganizationsOrgIdPoliciesType builder with application/json body

func NewPutOrganizationsOrgIdPoliciesTypeRequestWithBody

func NewPutOrganizationsOrgIdPoliciesTypeRequestWithBody(server string, orgId string, pType int32, contentType string, body io.Reader) (*http.Request, error)

NewPutOrganizationsOrgIdPoliciesTypeRequestWithBody generates requests for PutOrganizationsOrgIdPoliciesType with any type of body

func NewPutOrganizationsOrgIdUsersIdGroupsRequest

func NewPutOrganizationsOrgIdUsersIdGroupsRequest(server string, orgId string, id string, body PutOrganizationsOrgIdUsersIdGroupsJSONRequestBody) (*http.Request, error)

NewPutOrganizationsOrgIdUsersIdGroupsRequest calls the generic PutOrganizationsOrgIdUsersIdGroups builder with application/json body

func NewPutOrganizationsOrgIdUsersIdGroupsRequestWithBody

func NewPutOrganizationsOrgIdUsersIdGroupsRequestWithBody(server string, orgId string, id string, contentType string, body io.Reader) (*http.Request, error)

NewPutOrganizationsOrgIdUsersIdGroupsRequestWithBody generates requests for PutOrganizationsOrgIdUsersIdGroups with any type of body

func NewPutOrganizationsOrgIdUsersIdRequest

func NewPutOrganizationsOrgIdUsersIdRequest(server string, orgId string, id string, body PutOrganizationsOrgIdUsersIdJSONRequestBody) (*http.Request, error)

NewPutOrganizationsOrgIdUsersIdRequest calls the generic PutOrganizationsOrgIdUsersId builder with application/json body

func NewPutOrganizationsOrgIdUsersIdRequestWithBody

func NewPutOrganizationsOrgIdUsersIdRequestWithBody(server string, orgId string, id string, contentType string, body io.Reader) (*http.Request, error)

NewPutOrganizationsOrgIdUsersIdRequestWithBody generates requests for PutOrganizationsOrgIdUsersId with any type of body

func NewPutOrganizationsOrgIdUsersIdResetPasswordRequest

func NewPutOrganizationsOrgIdUsersIdResetPasswordRequest(server string, orgId string, id string, body PutOrganizationsOrgIdUsersIdResetPasswordJSONRequestBody) (*http.Request, error)

NewPutOrganizationsOrgIdUsersIdResetPasswordRequest calls the generic PutOrganizationsOrgIdUsersIdResetPassword builder with application/json body

func NewPutOrganizationsOrgIdUsersIdResetPasswordRequestWithBody

func NewPutOrganizationsOrgIdUsersIdResetPasswordRequestWithBody(server string, orgId string, id string, contentType string, body io.Reader) (*http.Request, error)

NewPutOrganizationsOrgIdUsersIdResetPasswordRequestWithBody generates requests for PutOrganizationsOrgIdUsersIdResetPassword with any type of body

func NewPutOrganizationsOrgIdUsersUserIdResetPasswordEnrollmentRequest

func NewPutOrganizationsOrgIdUsersUserIdResetPasswordEnrollmentRequest(server string, orgId string, userId string, body PutOrganizationsOrgIdUsersUserIdResetPasswordEnrollmentJSONRequestBody) (*http.Request, error)

NewPutOrganizationsOrgIdUsersUserIdResetPasswordEnrollmentRequest calls the generic PutOrganizationsOrgIdUsersUserIdResetPasswordEnrollment builder with application/json body

func NewPutOrganizationsOrgIdUsersUserIdResetPasswordEnrollmentRequestWithBody

func NewPutOrganizationsOrgIdUsersUserIdResetPasswordEnrollmentRequestWithBody(server string, orgId string, userId string, contentType string, body io.Reader) (*http.Request, error)

NewPutOrganizationsOrgIdUsersUserIdResetPasswordEnrollmentRequestWithBody generates requests for PutOrganizationsOrgIdUsersUserIdResetPasswordEnrollment with any type of body

func NewPutPushAddOrganizationRequest

func NewPutPushAddOrganizationRequest(server string, body PutPushAddOrganizationJSONRequestBody) (*http.Request, error)

NewPutPushAddOrganizationRequest calls the generic PutPushAddOrganization builder with application/json body

func NewPutPushAddOrganizationRequestWithBody

func NewPutPushAddOrganizationRequestWithBody(server string, contentType string, body io.Reader) (*http.Request, error)

NewPutPushAddOrganizationRequestWithBody generates requests for PutPushAddOrganization with any type of body

func NewPutPushDeleteOrganizationRequest

func NewPutPushDeleteOrganizationRequest(server string, body PutPushDeleteOrganizationJSONRequestBody) (*http.Request, error)

NewPutPushDeleteOrganizationRequest calls the generic PutPushDeleteOrganization builder with application/json body

func NewPutPushDeleteOrganizationRequestWithBody

func NewPutPushDeleteOrganizationRequestWithBody(server string, contentType string, body io.Reader) (*http.Request, error)

NewPutPushDeleteOrganizationRequestWithBody generates requests for PutPushDeleteOrganization with any type of body

func NewPutSendsIdRemovePasswordRequest

func NewPutSendsIdRemovePasswordRequest(server string, id string) (*http.Request, error)

NewPutSendsIdRemovePasswordRequest generates requests for PutSendsIdRemovePassword

func NewPutSendsIdRequest

func NewPutSendsIdRequest(server string, id string, body PutSendsIdJSONRequestBody) (*http.Request, error)

NewPutSendsIdRequest calls the generic PutSendsId builder with application/json body

func NewPutSendsIdRequestWithBody

func NewPutSendsIdRequestWithBody(server string, id string, contentType string, body io.Reader) (*http.Request, error)

NewPutSendsIdRequestWithBody generates requests for PutSendsId with any type of body

func NewPutSettingsDomainsRequest

func NewPutSettingsDomainsRequest(server string, body PutSettingsDomainsJSONRequestBody) (*http.Request, error)

NewPutSettingsDomainsRequest calls the generic PutSettingsDomains builder with application/json body

func NewPutSettingsDomainsRequestWithBody

func NewPutSettingsDomainsRequestWithBody(server string, contentType string, body io.Reader) (*http.Request, error)

NewPutSettingsDomainsRequestWithBody generates requests for PutSettingsDomains with any type of body

func NewPutTwoFactorAuthenticatorRequest

func NewPutTwoFactorAuthenticatorRequest(server string, body PutTwoFactorAuthenticatorJSONRequestBody) (*http.Request, error)

NewPutTwoFactorAuthenticatorRequest calls the generic PutTwoFactorAuthenticator builder with application/json body

func NewPutTwoFactorAuthenticatorRequestWithBody

func NewPutTwoFactorAuthenticatorRequestWithBody(server string, contentType string, body io.Reader) (*http.Request, error)

NewPutTwoFactorAuthenticatorRequestWithBody generates requests for PutTwoFactorAuthenticator with any type of body

func NewPutTwoFactorDisableRequest

func NewPutTwoFactorDisableRequest(server string, body PutTwoFactorDisableJSONRequestBody) (*http.Request, error)

NewPutTwoFactorDisableRequest calls the generic PutTwoFactorDisable builder with application/json body

func NewPutTwoFactorDisableRequestWithBody

func NewPutTwoFactorDisableRequestWithBody(server string, contentType string, body io.Reader) (*http.Request, error)

NewPutTwoFactorDisableRequestWithBody generates requests for PutTwoFactorDisable with any type of body

func NewPutTwoFactorDuoRequest

func NewPutTwoFactorDuoRequest(server string, body PutTwoFactorDuoJSONRequestBody) (*http.Request, error)

NewPutTwoFactorDuoRequest calls the generic PutTwoFactorDuo builder with application/json body

func NewPutTwoFactorDuoRequestWithBody

func NewPutTwoFactorDuoRequestWithBody(server string, contentType string, body io.Reader) (*http.Request, error)

NewPutTwoFactorDuoRequestWithBody generates requests for PutTwoFactorDuo with any type of body

func NewPutTwoFactorEmailRequest

func NewPutTwoFactorEmailRequest(server string, body PutTwoFactorEmailJSONRequestBody) (*http.Request, error)

NewPutTwoFactorEmailRequest calls the generic PutTwoFactorEmail builder with application/json body

func NewPutTwoFactorEmailRequestWithBody

func NewPutTwoFactorEmailRequestWithBody(server string, contentType string, body io.Reader) (*http.Request, error)

NewPutTwoFactorEmailRequestWithBody generates requests for PutTwoFactorEmail with any type of body

func NewPutTwoFactorWebauthnRequest

func NewPutTwoFactorWebauthnRequest(server string, body PutTwoFactorWebauthnJSONRequestBody) (*http.Request, error)

NewPutTwoFactorWebauthnRequest calls the generic PutTwoFactorWebauthn builder with application/json body

func NewPutTwoFactorWebauthnRequestWithBody

func NewPutTwoFactorWebauthnRequestWithBody(server string, contentType string, body io.Reader) (*http.Request, error)

NewPutTwoFactorWebauthnRequestWithBody generates requests for PutTwoFactorWebauthn with any type of body

func NewPutTwoFactorYubikeyRequest

func NewPutTwoFactorYubikeyRequest(server string, body PutTwoFactorYubikeyJSONRequestBody) (*http.Request, error)

NewPutTwoFactorYubikeyRequest calls the generic PutTwoFactorYubikey builder with application/json body

func NewPutTwoFactorYubikeyRequestWithBody

func NewPutTwoFactorYubikeyRequestWithBody(server string, contentType string, body io.Reader) (*http.Request, error)

NewPutTwoFactorYubikeyRequestWithBody generates requests for PutTwoFactorYubikey with any type of body

Types

type ApiKeyRequestModel

type ApiKeyRequestModel struct {
	MasterPasswordHash string `json:"masterPasswordHash"`
}

ApiKeyRequestModel defines model for ApiKeyRequestModel.

type ApiKeyResponseModel

type ApiKeyResponseModel struct {
	ApiKey *string `json:"apiKey"`
	Object *string `json:"object"`
}

ApiKeyResponseModel defines model for ApiKeyResponseModel.

type AttachmentRequestModel

type AttachmentRequestModel struct {
	AdminRequest *bool   `json:"adminRequest,omitempty"`
	FileName     *string `json:"fileName"`
	FileSize     *int64  `json:"fileSize,omitempty"`
	Key          *string `json:"key"`
}

AttachmentRequestModel defines model for AttachmentRequestModel.

type AttachmentResponseModel

type AttachmentResponseModel struct {
	FileName *string `json:"fileName"`
	Id       *string `json:"id"`
	Key      *string `json:"key"`
	Object   *string `json:"object"`
	Size     *string `json:"size"`
	SizeName *string `json:"sizeName"`
	Url      *string `json:"url"`
}

AttachmentResponseModel defines model for AttachmentResponseModel.

type AttachmentUploadDataResponseModel

type AttachmentUploadDataResponseModel struct {
	AttachmentId       *string                  `json:"attachmentId"`
	CipherMiniResponse *CipherMiniResponseModel `json:"cipherMiniResponse,omitempty"`
	CipherResponse     *CipherResponseModel     `json:"cipherResponse,omitempty"`
	FileUploadType     *FileUploadType          `json:"fileUploadType,omitempty"`
	Object             *string                  `json:"object"`
	Url                *string                  `json:"url"`
}

AttachmentUploadDataResponseModel defines model for AttachmentUploadDataResponseModel.

type AttestationConveyancePreference

type AttestationConveyancePreference int32

AttestationConveyancePreference defines model for AttestationConveyancePreference.

const (
	AttestationConveyancePreferenceN0 AttestationConveyancePreference = 0

	AttestationConveyancePreferenceN1 AttestationConveyancePreference = 1

	AttestationConveyancePreferenceN2 AttestationConveyancePreference = 2
)

Defines values for AttestationConveyancePreference.

type AuthenticationExtensionsClientInputs

type AuthenticationExtensionsClientInputs struct {
	AppID                                   *string                           `json:"appID"`
	AuthenticatorSelection                  *[][]byte                         `json:"authenticatorSelection"`
	BiometricAuthenticatorPerformanceBounds *AuthenticatorBiometricPerfBounds `json:"biometricAuthenticatorPerformanceBounds,omitempty"`
	Example                                 *map[string]interface{}           `json:"example"`
	Extensions                              *bool                             `json:"extensions"`
	GenericTransactionAuthorization         *TxAuthGenericArg                 `json:"genericTransactionAuthorization,omitempty"`
	Location                                *bool                             `json:"location"`
	SimpleTransactionAuthorization          *string                           `json:"simpleTransactionAuthorization"`
	UserVerificationIndex                   *bool                             `json:"userVerificationIndex"`
	UserVerificationMethod                  *bool                             `json:"userVerificationMethod"`
}

AuthenticationExtensionsClientInputs defines model for AuthenticationExtensionsClientInputs.

type AuthenticationExtensionsClientOutputs

type AuthenticationExtensionsClientOutputs struct {
	AppID                                   *bool                   `json:"appID,omitempty"`
	AuthenticatorSelection                  *bool                   `json:"authenticatorSelection,omitempty"`
	BiometricAuthenticatorPerformanceBounds *bool                   `json:"biometricAuthenticatorPerformanceBounds,omitempty"`
	Example                                 *map[string]interface{} `json:"example"`
	Extensions                              *[]string               `json:"extensions"`
	GenericTransactionAuthorization         *[]byte                 `json:"genericTransactionAuthorization"`
	Location                                *GeoCoordinate          `json:"location,omitempty"`
	SimpleTransactionAuthorization          *string                 `json:"simpleTransactionAuthorization"`
	UserVerificationIndex                   *[]byte                 `json:"userVerificationIndex"`
	UserVerificationMethod                  *[][]int64              `json:"userVerificationMethod"`
}

AuthenticationExtensionsClientOutputs defines model for AuthenticationExtensionsClientOutputs.

type AuthenticatorAttachment

type AuthenticatorAttachment int32

AuthenticatorAttachment defines model for AuthenticatorAttachment.

const (
	AuthenticatorAttachmentN0 AuthenticatorAttachment = 0

	AuthenticatorAttachmentN1 AuthenticatorAttachment = 1
)

Defines values for AuthenticatorAttachment.

type AuthenticatorAttestationRawResponse

type AuthenticatorAttestationRawResponse struct {
	Extensions *AuthenticationExtensionsClientOutputs `json:"extensions,omitempty"`
	Id         *[]byte                                `json:"id"`
	RawId      *[]byte                                `json:"rawId"`
	Response   *ResponseData                          `json:"response,omitempty"`
	Type       *PublicKeyCredentialType               `json:"type,omitempty"`
}

AuthenticatorAttestationRawResponse defines model for AuthenticatorAttestationRawResponse.

type AuthenticatorBiometricPerfBounds

type AuthenticatorBiometricPerfBounds struct {
	Far *float32 `json:"far,omitempty"`
	Frr *float32 `json:"frr,omitempty"`
}

AuthenticatorBiometricPerfBounds defines model for AuthenticatorBiometricPerfBounds.

type AuthenticatorSelection

type AuthenticatorSelection struct {
	AuthenticatorAttachment *AuthenticatorAttachment     `json:"authenticatorAttachment,omitempty"`
	RequireResidentKey      *bool                        `json:"requireResidentKey,omitempty"`
	UserVerification        *UserVerificationRequirement `json:"userVerification,omitempty"`
}

AuthenticatorSelection defines model for AuthenticatorSelection.

type AuthenticatorTransport

type AuthenticatorTransport int32

AuthenticatorTransport defines model for AuthenticatorTransport.

const (
	AuthenticatorTransportN0 AuthenticatorTransport = 0

	AuthenticatorTransportN1 AuthenticatorTransport = 1

	AuthenticatorTransportN2 AuthenticatorTransport = 2

	AuthenticatorTransportN3 AuthenticatorTransport = 3

	AuthenticatorTransportN4 AuthenticatorTransport = 4
)

Defines values for AuthenticatorTransport.

type BillingInvoice

type BillingInvoice struct {
	Amount *float64   `json:"amount,omitempty"`
	Date   *time.Time `json:"date"`
	Number *string    `json:"number"`
	Paid   *bool      `json:"paid,omitempty"`
	PdfUrl *string    `json:"pdfUrl"`
	Url    *string    `json:"url"`
}

BillingInvoice defines model for BillingInvoice.

type BillingResponseModel

type BillingResponseModel struct {
	Balance       *float64              `json:"balance,omitempty"`
	Invoices      *[]BillingInvoice     `json:"invoices"`
	Object        *string               `json:"object"`
	PaymentSource *BillingSource        `json:"paymentSource,omitempty"`
	Transactions  *[]BillingTransaction `json:"transactions"`
}

BillingResponseModel defines model for BillingResponseModel.

type BillingSource

type BillingSource struct {
	CardBrand         *string            `json:"cardBrand"`
	Description       *string            `json:"description"`
	NeedsVerification *bool              `json:"needsVerification,omitempty"`
	Type              *PaymentMethodType `json:"type,omitempty"`
}

BillingSource defines model for BillingSource.

type BillingSubscription

type BillingSubscription struct {
	CancelAtEndDate *bool                      `json:"cancelAtEndDate,omitempty"`
	Cancelled       *bool                      `json:"cancelled,omitempty"`
	CancelledDate   *time.Time                 `json:"cancelledDate"`
	Items           *[]BillingSubscriptionItem `json:"items"`
	PeriodEndDate   *time.Time                 `json:"periodEndDate"`
	PeriodStartDate *time.Time                 `json:"periodStartDate"`
	Status          *string                    `json:"status"`
	TrialEndDate    *time.Time                 `json:"trialEndDate"`
	TrialStartDate  *time.Time                 `json:"trialStartDate"`
}

BillingSubscription defines model for BillingSubscription.

type BillingSubscriptionItem

type BillingSubscriptionItem struct {
	Amount   *float64 `json:"amount,omitempty"`
	Interval *string  `json:"interval"`
	Name     *string  `json:"name"`
	Quantity *int32   `json:"quantity,omitempty"`
}

BillingSubscriptionItem defines model for BillingSubscriptionItem.

type BillingSubscriptionUpcomingInvoice

type BillingSubscriptionUpcomingInvoice struct {
	Amount *float64   `json:"amount,omitempty"`
	Date   *time.Time `json:"date"`
}

BillingSubscriptionUpcomingInvoice defines model for BillingSubscriptionUpcomingInvoice.

type BillingTransaction

type BillingTransaction struct {
	Amount            *float64           `json:"amount,omitempty"`
	CreatedDate       *time.Time         `json:"createdDate,omitempty"`
	Details           *string            `json:"details"`
	PartiallyRefunded *bool              `json:"partiallyRefunded"`
	PaymentMethodType *PaymentMethodType `json:"paymentMethodType,omitempty"`
	Refunded          *bool              `json:"refunded"`
	RefundedAmount    *float64           `json:"refundedAmount"`
	Type              *TransactionType   `json:"type,omitempty"`
}

BillingTransaction defines model for BillingTransaction.

type BitPayInvoiceRequestModel

type BitPayInvoiceRequestModel struct {
	Amount         float64 `json:"amount"`
	Credit         *bool   `json:"credit,omitempty"`
	Email          *string `json:"email"`
	Name           *string `json:"name"`
	OrganizationId *string `json:"organizationId"`
	ReturnUrl      *string `json:"returnUrl"`
	UserId         *string `json:"userId"`
}

BitPayInvoiceRequestModel defines model for BitPayInvoiceRequestModel.

type CipherAttachmentModel

type CipherAttachmentModel struct {
	FileName *string `json:"fileName"`
	Key      *string `json:"key"`
}

CipherAttachmentModel defines model for CipherAttachmentModel.

type CipherBulkDeleteRequestModel

type CipherBulkDeleteRequestModel struct {
	Ids            []string `json:"ids"`
	OrganizationId *string  `json:"organizationId"`
}

CipherBulkDeleteRequestModel defines model for CipherBulkDeleteRequestModel.

type CipherBulkMoveRequestModel

type CipherBulkMoveRequestModel struct {
	FolderId *string  `json:"folderId"`
	Ids      []string `json:"ids"`
}

CipherBulkMoveRequestModel defines model for CipherBulkMoveRequestModel.

type CipherBulkRestoreRequestModel

type CipherBulkRestoreRequestModel struct {
	Ids []string `json:"ids"`
}

CipherBulkRestoreRequestModel defines model for CipherBulkRestoreRequestModel.

type CipherBulkShareRequestModel

type CipherBulkShareRequestModel struct {
	Ciphers       []CipherWithIdRequestModel `json:"ciphers"`
	CollectionIds []string                   `json:"collectionIds"`
}

CipherBulkShareRequestModel defines model for CipherBulkShareRequestModel.

type CipherCardModel

type CipherCardModel struct {
	Brand          *string `json:"brand"`
	CardholderName *string `json:"cardholderName"`
	Code           *string `json:"code"`
	ExpMonth       *string `json:"expMonth"`
	ExpYear        *string `json:"expYear"`
	Number         *string `json:"number"`
}

CipherCardModel defines model for CipherCardModel.

type CipherCollectionsRequestModel

type CipherCollectionsRequestModel struct {
	CollectionIds []string `json:"collectionIds"`
}

CipherCollectionsRequestModel defines model for CipherCollectionsRequestModel.

type CipherCreateRequestModel

type CipherCreateRequestModel struct {
	Cipher        CipherRequestModel `json:"cipher"`
	CollectionIds *[]string          `json:"collectionIds"`
}

CipherCreateRequestModel defines model for CipherCreateRequestModel.

type CipherDetailsResponseModel

type CipherDetailsResponseModel struct {
	Attachments         *[]AttachmentResponseModel    `json:"attachments"`
	Card                *CipherCardModel              `json:"card,omitempty"`
	CollectionIds       *[]string                     `json:"collectionIds"`
	Data                *map[string]interface{}       `json:"data"`
	DeletedDate         *time.Time                    `json:"deletedDate"`
	Edit                *bool                         `json:"edit,omitempty"`
	Favorite            *bool                         `json:"favorite,omitempty"`
	Fields              *[]CipherFieldModel           `json:"fields"`
	FolderId            *string                       `json:"folderId"`
	Id                  *string                       `json:"id"`
	Identity            *CipherIdentityModel          `json:"identity,omitempty"`
	Login               *CipherLoginModel             `json:"login,omitempty"`
	Name                *string                       `json:"name"`
	Notes               *string                       `json:"notes"`
	Object              *string                       `json:"object"`
	OrganizationId      *string                       `json:"organizationId"`
	OrganizationUseTotp *bool                         `json:"organizationUseTotp,omitempty"`
	PasswordHistory     *[]CipherPasswordHistoryModel `json:"passwordHistory"`
	Reprompt            *CipherRepromptType           `json:"reprompt,omitempty"`
	RevisionDate        *time.Time                    `json:"revisionDate,omitempty"`
	SecureNote          *CipherSecureNoteModel        `json:"secureNote,omitempty"`
	Type                *CipherType                   `json:"type,omitempty"`
	ViewPassword        *bool                         `json:"viewPassword,omitempty"`
}

CipherDetailsResponseModel defines model for CipherDetailsResponseModel.

type CipherDetailsResponseModelListResponseModel

type CipherDetailsResponseModelListResponseModel struct {
	ContinuationToken *string                       `json:"continuationToken"`
	Data              *[]CipherDetailsResponseModel `json:"data"`
	Object            *string                       `json:"object"`
}

CipherDetailsResponseModelListResponseModel defines model for CipherDetailsResponseModelListResponseModel.

type CipherFieldModel

type CipherFieldModel struct {
	Name  *string    `json:"name"`
	Type  *FieldType `json:"type,omitempty"`
	Value *string    `json:"value"`
}

CipherFieldModel defines model for CipherFieldModel.

type CipherIdentityModel

type CipherIdentityModel struct {
	Address1       *string `json:"address1"`
	Address2       *string `json:"address2"`
	Address3       *string `json:"address3"`
	City           *string `json:"city"`
	Company        *string `json:"company"`
	Country        *string `json:"country"`
	Email          *string `json:"email"`
	FirstName      *string `json:"firstName"`
	LastName       *string `json:"lastName"`
	LicenseNumber  *string `json:"licenseNumber"`
	MiddleName     *string `json:"middleName"`
	PassportNumber *string `json:"passportNumber"`
	Phone          *string `json:"phone"`
	PostalCode     *string `json:"postalCode"`
	Ssn            *string `json:"ssn"`
	State          *string `json:"state"`
	Title          *string `json:"title"`
	Username       *string `json:"username"`
}

CipherIdentityModel defines model for CipherIdentityModel.

type CipherLoginModel

type CipherLoginModel struct {
	AutofillOnPageLoad   *bool                  `json:"autofillOnPageLoad"`
	Password             *string                `json:"password"`
	PasswordRevisionDate *time.Time             `json:"passwordRevisionDate"`
	Totp                 *string                `json:"totp"`
	Uri                  *string                `json:"uri"`
	Uris                 *[]CipherLoginUriModel `json:"uris"`
	Username             *string                `json:"username"`
}

CipherLoginModel defines model for CipherLoginModel.

type CipherLoginUriModel

type CipherLoginUriModel struct {
	Match *UriMatchType `json:"match,omitempty"`
	Uri   *string       `json:"uri"`
}

CipherLoginUriModel defines model for CipherLoginUriModel.

type CipherMiniDetailsResponseModel

type CipherMiniDetailsResponseModel struct {
	Attachments         *[]AttachmentResponseModel    `json:"attachments"`
	Card                *CipherCardModel              `json:"card,omitempty"`
	CollectionIds       *[]string                     `json:"collectionIds"`
	Data                *map[string]interface{}       `json:"data"`
	DeletedDate         *time.Time                    `json:"deletedDate"`
	Fields              *[]CipherFieldModel           `json:"fields"`
	Id                  *string                       `json:"id"`
	Identity            *CipherIdentityModel          `json:"identity,omitempty"`
	Login               *CipherLoginModel             `json:"login,omitempty"`
	Name                *string                       `json:"name"`
	Notes               *string                       `json:"notes"`
	Object              *string                       `json:"object"`
	OrganizationId      *string                       `json:"organizationId"`
	OrganizationUseTotp *bool                         `json:"organizationUseTotp,omitempty"`
	PasswordHistory     *[]CipherPasswordHistoryModel `json:"passwordHistory"`
	Reprompt            *CipherRepromptType           `json:"reprompt,omitempty"`
	RevisionDate        *time.Time                    `json:"revisionDate,omitempty"`
	SecureNote          *CipherSecureNoteModel        `json:"secureNote,omitempty"`
	Type                *CipherType                   `json:"type,omitempty"`
}

CipherMiniDetailsResponseModel defines model for CipherMiniDetailsResponseModel.

type CipherMiniDetailsResponseModelListResponseModel

type CipherMiniDetailsResponseModelListResponseModel struct {
	ContinuationToken *string                           `json:"continuationToken"`
	Data              *[]CipherMiniDetailsResponseModel `json:"data"`
	Object            *string                           `json:"object"`
}

CipherMiniDetailsResponseModelListResponseModel defines model for CipherMiniDetailsResponseModelListResponseModel.

type CipherMiniResponseModel

type CipherMiniResponseModel struct {
	Attachments         *[]AttachmentResponseModel    `json:"attachments"`
	Card                *CipherCardModel              `json:"card,omitempty"`
	Data                *map[string]interface{}       `json:"data"`
	DeletedDate         *time.Time                    `json:"deletedDate"`
	Fields              *[]CipherFieldModel           `json:"fields"`
	Id                  *string                       `json:"id"`
	Identity            *CipherIdentityModel          `json:"identity,omitempty"`
	Login               *CipherLoginModel             `json:"login,omitempty"`
	Name                *string                       `json:"name"`
	Notes               *string                       `json:"notes"`
	Object              *string                       `json:"object"`
	OrganizationId      *string                       `json:"organizationId"`
	OrganizationUseTotp *bool                         `json:"organizationUseTotp,omitempty"`
	PasswordHistory     *[]CipherPasswordHistoryModel `json:"passwordHistory"`
	Reprompt            *CipherRepromptType           `json:"reprompt,omitempty"`
	RevisionDate        *time.Time                    `json:"revisionDate,omitempty"`
	SecureNote          *CipherSecureNoteModel        `json:"secureNote,omitempty"`
	Type                *CipherType                   `json:"type,omitempty"`
}

CipherMiniResponseModel defines model for CipherMiniResponseModel.

type CipherPartialRequestModel

type CipherPartialRequestModel struct {
	Favorite *bool   `json:"favorite,omitempty"`
	FolderId *string `json:"folderId"`
}

CipherPartialRequestModel defines model for CipherPartialRequestModel.

type CipherPasswordHistoryModel

type CipherPasswordHistoryModel struct {
	LastUsedDate time.Time `json:"lastUsedDate"`
	Password     string    `json:"password"`
}

CipherPasswordHistoryModel defines model for CipherPasswordHistoryModel.

type CipherPurgeRequestModel

type CipherPurgeRequestModel struct {
	MasterPasswordHash string `json:"masterPasswordHash"`
}

CipherPurgeRequestModel defines model for CipherPurgeRequestModel.

type CipherRepromptType

type CipherRepromptType int32

CipherRepromptType defines model for CipherRepromptType.

const (
	CipherRepromptTypeN0 CipherRepromptType = 0

	CipherRepromptTypeN1 CipherRepromptType = 1
)

Defines values for CipherRepromptType.

type CipherRequestModel

type CipherRequestModel struct {
	Attachments           *CipherRequestModel_Attachments  `json:"attachments"`
	Attachments2          *CipherRequestModel_Attachments2 `json:"attachments2"`
	Card                  *CipherCardModel                 `json:"card,omitempty"`
	Favorite              *bool                            `json:"favorite,omitempty"`
	Fields                *[]CipherFieldModel              `json:"fields"`
	FolderId              *string                          `json:"folderId"`
	Identity              *CipherIdentityModel             `json:"identity,omitempty"`
	LastKnownRevisionDate *time.Time                       `json:"lastKnownRevisionDate"`
	Login                 *CipherLoginModel                `json:"login,omitempty"`
	Name                  string                           `json:"name"`
	Notes                 *string                          `json:"notes"`
	OrganizationId        *string                          `json:"organizationId"`
	PasswordHistory       *[]CipherPasswordHistoryModel    `json:"passwordHistory"`
	Reprompt              *CipherRepromptType              `json:"reprompt,omitempty"`
	SecureNote            *CipherSecureNoteModel           `json:"secureNote,omitempty"`
	Type                  *CipherType                      `json:"type,omitempty"`
}

CipherRequestModel defines model for CipherRequestModel.

type CipherRequestModel_Attachments

type CipherRequestModel_Attachments struct {
	AdditionalProperties map[string]string `json:"-"`
}

CipherRequestModel_Attachments defines model for CipherRequestModel.Attachments.

func (CipherRequestModel_Attachments) Get

func (a CipherRequestModel_Attachments) Get(fieldName string) (value string, found bool)

Getter for additional properties for CipherRequestModel_Attachments. Returns the specified element and whether it was found

func (CipherRequestModel_Attachments) MarshalJSON

func (a CipherRequestModel_Attachments) MarshalJSON() ([]byte, error)

Override default JSON handling for CipherRequestModel_Attachments to handle AdditionalProperties

func (*CipherRequestModel_Attachments) Set

func (a *CipherRequestModel_Attachments) Set(fieldName string, value string)

Setter for additional properties for CipherRequestModel_Attachments

func (*CipherRequestModel_Attachments) UnmarshalJSON

func (a *CipherRequestModel_Attachments) UnmarshalJSON(b []byte) error

Override default JSON handling for CipherRequestModel_Attachments to handle AdditionalProperties

type CipherRequestModel_Attachments2

type CipherRequestModel_Attachments2 struct {
	AdditionalProperties map[string]CipherAttachmentModel `json:"-"`
}

CipherRequestModel_Attachments2 defines model for CipherRequestModel.Attachments2.

func (CipherRequestModel_Attachments2) Get

func (a CipherRequestModel_Attachments2) Get(fieldName string) (value CipherAttachmentModel, found bool)

Getter for additional properties for CipherRequestModel_Attachments2. Returns the specified element and whether it was found

func (CipherRequestModel_Attachments2) MarshalJSON

func (a CipherRequestModel_Attachments2) MarshalJSON() ([]byte, error)

Override default JSON handling for CipherRequestModel_Attachments2 to handle AdditionalProperties

func (*CipherRequestModel_Attachments2) Set

Setter for additional properties for CipherRequestModel_Attachments2

func (*CipherRequestModel_Attachments2) UnmarshalJSON

func (a *CipherRequestModel_Attachments2) UnmarshalJSON(b []byte) error

Override default JSON handling for CipherRequestModel_Attachments2 to handle AdditionalProperties

type CipherResponseModel

type CipherResponseModel struct {
	Attachments         *[]AttachmentResponseModel    `json:"attachments"`
	Card                *CipherCardModel              `json:"card,omitempty"`
	Data                *map[string]interface{}       `json:"data"`
	DeletedDate         *time.Time                    `json:"deletedDate"`
	Edit                *bool                         `json:"edit,omitempty"`
	Favorite            *bool                         `json:"favorite,omitempty"`
	Fields              *[]CipherFieldModel           `json:"fields"`
	FolderId            *string                       `json:"folderId"`
	Id                  *string                       `json:"id"`
	Identity            *CipherIdentityModel          `json:"identity,omitempty"`
	Login               *CipherLoginModel             `json:"login,omitempty"`
	Name                *string                       `json:"name"`
	Notes               *string                       `json:"notes"`
	Object              *string                       `json:"object"`
	OrganizationId      *string                       `json:"organizationId"`
	OrganizationUseTotp *bool                         `json:"organizationUseTotp,omitempty"`
	PasswordHistory     *[]CipherPasswordHistoryModel `json:"passwordHistory"`
	Reprompt            *CipherRepromptType           `json:"reprompt,omitempty"`
	RevisionDate        *time.Time                    `json:"revisionDate,omitempty"`
	SecureNote          *CipherSecureNoteModel        `json:"secureNote,omitempty"`
	Type                *CipherType                   `json:"type,omitempty"`
	ViewPassword        *bool                         `json:"viewPassword,omitempty"`
}

CipherResponseModel defines model for CipherResponseModel.

type CipherResponseModelListResponseModel

type CipherResponseModelListResponseModel struct {
	ContinuationToken *string                `json:"continuationToken"`
	Data              *[]CipherResponseModel `json:"data"`
	Object            *string                `json:"object"`
}

CipherResponseModelListResponseModel defines model for CipherResponseModelListResponseModel.

type CipherSecureNoteModel

type CipherSecureNoteModel struct {
	Type *SecureNoteType `json:"type,omitempty"`
}

CipherSecureNoteModel defines model for CipherSecureNoteModel.

type CipherShareRequestModel

type CipherShareRequestModel struct {
	Cipher        CipherRequestModel `json:"cipher"`
	CollectionIds []string           `json:"collectionIds"`
}

CipherShareRequestModel defines model for CipherShareRequestModel.

type CipherType

type CipherType int32

CipherType defines model for CipherType.

const (
	CipherTypeN1 CipherType = 1

	CipherTypeN2 CipherType = 2

	CipherTypeN3 CipherType = 3

	CipherTypeN4 CipherType = 4
)

Defines values for CipherType.

type CipherWithIdRequestModel

type CipherWithIdRequestModel struct {
	Attachments           *CipherWithIdRequestModel_Attachments  `json:"attachments"`
	Attachments2          *CipherWithIdRequestModel_Attachments2 `json:"attachments2"`
	Card                  *CipherCardModel                       `json:"card,omitempty"`
	Favorite              *bool                                  `json:"favorite,omitempty"`
	Fields                *[]CipherFieldModel                    `json:"fields"`
	FolderId              *string                                `json:"folderId"`
	Id                    string                                 `json:"id"`
	Identity              *CipherIdentityModel                   `json:"identity,omitempty"`
	LastKnownRevisionDate *time.Time                             `json:"lastKnownRevisionDate"`
	Login                 *CipherLoginModel                      `json:"login,omitempty"`
	Name                  string                                 `json:"name"`
	Notes                 *string                                `json:"notes"`
	OrganizationId        *string                                `json:"organizationId"`
	PasswordHistory       *[]CipherPasswordHistoryModel          `json:"passwordHistory"`
	Reprompt              *CipherRepromptType                    `json:"reprompt,omitempty"`
	SecureNote            *CipherSecureNoteModel                 `json:"secureNote,omitempty"`
	Type                  *CipherType                            `json:"type,omitempty"`
}

CipherWithIdRequestModel defines model for CipherWithIdRequestModel.

type CipherWithIdRequestModel_Attachments

type CipherWithIdRequestModel_Attachments struct {
	AdditionalProperties map[string]string `json:"-"`
}

CipherWithIdRequestModel_Attachments defines model for CipherWithIdRequestModel.Attachments.

func (CipherWithIdRequestModel_Attachments) Get

func (a CipherWithIdRequestModel_Attachments) Get(fieldName string) (value string, found bool)

Getter for additional properties for CipherWithIdRequestModel_Attachments. Returns the specified element and whether it was found

func (CipherWithIdRequestModel_Attachments) MarshalJSON

func (a CipherWithIdRequestModel_Attachments) MarshalJSON() ([]byte, error)

Override default JSON handling for CipherWithIdRequestModel_Attachments to handle AdditionalProperties

func (*CipherWithIdRequestModel_Attachments) Set

func (a *CipherWithIdRequestModel_Attachments) Set(fieldName string, value string)

Setter for additional properties for CipherWithIdRequestModel_Attachments

func (*CipherWithIdRequestModel_Attachments) UnmarshalJSON

func (a *CipherWithIdRequestModel_Attachments) UnmarshalJSON(b []byte) error

Override default JSON handling for CipherWithIdRequestModel_Attachments to handle AdditionalProperties

type CipherWithIdRequestModel_Attachments2

type CipherWithIdRequestModel_Attachments2 struct {
	AdditionalProperties map[string]CipherAttachmentModel `json:"-"`
}

CipherWithIdRequestModel_Attachments2 defines model for CipherWithIdRequestModel.Attachments2.

func (CipherWithIdRequestModel_Attachments2) Get

Getter for additional properties for CipherWithIdRequestModel_Attachments2. Returns the specified element and whether it was found

func (CipherWithIdRequestModel_Attachments2) MarshalJSON

func (a CipherWithIdRequestModel_Attachments2) MarshalJSON() ([]byte, error)

Override default JSON handling for CipherWithIdRequestModel_Attachments2 to handle AdditionalProperties

func (*CipherWithIdRequestModel_Attachments2) Set

Setter for additional properties for CipherWithIdRequestModel_Attachments2

func (*CipherWithIdRequestModel_Attachments2) UnmarshalJSON

func (a *CipherWithIdRequestModel_Attachments2) UnmarshalJSON(b []byte) error

Override default JSON handling for CipherWithIdRequestModel_Attachments2 to handle AdditionalProperties

type Client

type Client struct {
	// The endpoint of the server conforming to this interface, with scheme,
	// https://api.deepmap.com for example. This can contain a path relative
	// to the server, such as https://api.deepmap.com/dev-test, and all the
	// paths in the swagger spec will be appended to the server.
	Server string

	// Doer for performing requests, typically a *http.Client with any
	// customized settings, such as certificate chains.
	Client HttpRequestDoer

	// A list of callbacks for modifying requests which are generated before sending over
	// the network.
	RequestEditors []RequestEditorFn
}

Client which conforms to the OpenAPI3 specification for this service.

func NewClient

func NewClient(server string, opts ...ClientOption) (*Client, error)

Creates a new Client, with reasonable defaults

func (*Client) DeleteAccounts

func (c *Client) DeleteAccounts(ctx context.Context, body DeleteAccountsJSONRequestBody, reqEditors ...RequestEditorFn) (*http.Response, error)

func (*Client) DeleteAccountsSsoOrganizationId

func (c *Client) DeleteAccountsSsoOrganizationId(ctx context.Context, organizationId string, reqEditors ...RequestEditorFn) (*http.Response, error)

func (*Client) DeleteAccountsWithBody

func (c *Client) DeleteAccountsWithBody(ctx context.Context, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*http.Response, error)

func (*Client) DeleteCiphers

func (c *Client) DeleteCiphers(ctx context.Context, body DeleteCiphersJSONRequestBody, reqEditors ...RequestEditorFn) (*http.Response, error)

func (*Client) DeleteCiphersAdmin

func (c *Client) DeleteCiphersAdmin(ctx context.Context, body DeleteCiphersAdminJSONRequestBody, reqEditors ...RequestEditorFn) (*http.Response, error)

func (*Client) DeleteCiphersAdminWithBody

func (c *Client) DeleteCiphersAdminWithBody(ctx context.Context, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*http.Response, error)

func (*Client) DeleteCiphersId

func (c *Client) DeleteCiphersId(ctx context.Context, id string, reqEditors ...RequestEditorFn) (*http.Response, error)

func (*Client) DeleteCiphersIdAdmin

func (c *Client) DeleteCiphersIdAdmin(ctx context.Context, id string, reqEditors ...RequestEditorFn) (*http.Response, error)

func (*Client) DeleteCiphersIdAttachmentAttachmentId

func (c *Client) DeleteCiphersIdAttachmentAttachmentId(ctx context.Context, id string, attachmentId string, reqEditors ...RequestEditorFn) (*http.Response, error)

func (*Client) DeleteCiphersIdAttachmentAttachmentIdAdmin

func (c *Client) DeleteCiphersIdAttachmentAttachmentIdAdmin(ctx context.Context, id string, attachmentId string, reqEditors ...RequestEditorFn) (*http.Response, error)

func (*Client) DeleteCiphersWithBody

func (c *Client) DeleteCiphersWithBody(ctx context.Context, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*http.Response, error)

func (*Client) DeleteDevicesId

func (c *Client) DeleteDevicesId(ctx context.Context, id string, reqEditors ...RequestEditorFn) (*http.Response, error)

func (*Client) DeleteEmergencyAccessId

func (c *Client) DeleteEmergencyAccessId(ctx context.Context, id string, reqEditors ...RequestEditorFn) (*http.Response, error)

func (*Client) DeleteFoldersId

func (c *Client) DeleteFoldersId(ctx context.Context, id string, reqEditors ...RequestEditorFn) (*http.Response, error)

func (*Client) DeleteOrganizationsId

func (c *Client) DeleteOrganizationsId(ctx context.Context, id string, body DeleteOrganizationsIdJSONRequestBody, reqEditors ...RequestEditorFn) (*http.Response, error)

func (*Client) DeleteOrganizationsIdWithBody

func (c *Client) DeleteOrganizationsIdWithBody(ctx context.Context, id string, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*http.Response, error)

func (*Client) DeleteOrganizationsOrgIdCollectionsId

func (c *Client) DeleteOrganizationsOrgIdCollectionsId(ctx context.Context, orgId string, id string, reqEditors ...RequestEditorFn) (*http.Response, error)

func (*Client) DeleteOrganizationsOrgIdCollectionsIdUserOrgUserId

func (c *Client) DeleteOrganizationsOrgIdCollectionsIdUserOrgUserId(ctx context.Context, orgId string, id string, orgUserId string, reqEditors ...RequestEditorFn) (*http.Response, error)

func (*Client) DeleteOrganizationsOrgIdGroupsId

func (c *Client) DeleteOrganizationsOrgIdGroupsId(ctx context.Context, orgId string, id string, reqEditors ...RequestEditorFn) (*http.Response, error)

func (*Client) DeleteOrganizationsOrgIdGroupsIdUserOrgUserId

func (c *Client) DeleteOrganizationsOrgIdGroupsIdUserOrgUserId(ctx context.Context, orgId string, id string, orgUserId string, reqEditors ...RequestEditorFn) (*http.Response, error)

func (*Client) DeleteOrganizationsOrgIdUsers

func (c *Client) DeleteOrganizationsOrgIdUsers(ctx context.Context, orgId string, body DeleteOrganizationsOrgIdUsersJSONRequestBody, reqEditors ...RequestEditorFn) (*http.Response, error)

func (*Client) DeleteOrganizationsOrgIdUsersId

func (c *Client) DeleteOrganizationsOrgIdUsersId(ctx context.Context, orgId string, id string, reqEditors ...RequestEditorFn) (*http.Response, error)

func (*Client) DeleteOrganizationsOrgIdUsersWithBody

func (c *Client) DeleteOrganizationsOrgIdUsersWithBody(ctx context.Context, orgId string, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*http.Response, error)

func (*Client) DeletePushId

func (c *Client) DeletePushId(ctx context.Context, id string, reqEditors ...RequestEditorFn) (*http.Response, error)

func (*Client) DeleteSendsId

func (c *Client) DeleteSendsId(ctx context.Context, id string, reqEditors ...RequestEditorFn) (*http.Response, error)

func (*Client) DeleteTwoFactorWebauthn

func (c *Client) DeleteTwoFactorWebauthn(ctx context.Context, body DeleteTwoFactorWebauthnJSONRequestBody, reqEditors ...RequestEditorFn) (*http.Response, error)

func (*Client) DeleteTwoFactorWebauthnWithBody

func (c *Client) DeleteTwoFactorWebauthnWithBody(ctx context.Context, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*http.Response, error)

func (*Client) GetAccountsBilling

func (c *Client) GetAccountsBilling(ctx context.Context, reqEditors ...RequestEditorFn) (*http.Response, error)

func (*Client) GetAccountsEnterprisePortalSigninToken

func (c *Client) GetAccountsEnterprisePortalSigninToken(ctx context.Context, reqEditors ...RequestEditorFn) (*http.Response, error)

func (*Client) GetAccountsKeys

func (c *Client) GetAccountsKeys(ctx context.Context, reqEditors ...RequestEditorFn) (*http.Response, error)

func (*Client) GetAccountsOrganizations

func (c *Client) GetAccountsOrganizations(ctx context.Context, reqEditors ...RequestEditorFn) (*http.Response, error)

func (*Client) GetAccountsProfile

func (c *Client) GetAccountsProfile(ctx context.Context, reqEditors ...RequestEditorFn) (*http.Response, error)

func (*Client) GetAccountsRevisionDate

func (c *Client) GetAccountsRevisionDate(ctx context.Context, reqEditors ...RequestEditorFn) (*http.Response, error)

func (*Client) GetAccountsSsoUserIdentifier

func (c *Client) GetAccountsSsoUserIdentifier(ctx context.Context, reqEditors ...RequestEditorFn) (*http.Response, error)

func (*Client) GetAccountsSubscription

func (c *Client) GetAccountsSubscription(ctx context.Context, reqEditors ...RequestEditorFn) (*http.Response, error)

func (*Client) GetAccountsTax

func (c *Client) GetAccountsTax(ctx context.Context, reqEditors ...RequestEditorFn) (*http.Response, error)

func (*Client) GetAlive

func (c *Client) GetAlive(ctx context.Context, reqEditors ...RequestEditorFn) (*http.Response, error)

func (*Client) GetCiphers

func (c *Client) GetCiphers(ctx context.Context, reqEditors ...RequestEditorFn) (*http.Response, error)

func (*Client) GetCiphersId

func (c *Client) GetCiphersId(ctx context.Context, id string, reqEditors ...RequestEditorFn) (*http.Response, error)

func (*Client) GetCiphersIdAdmin

func (c *Client) GetCiphersIdAdmin(ctx context.Context, id string, reqEditors ...RequestEditorFn) (*http.Response, error)

func (*Client) GetCiphersIdAttachmentAttachmentId

func (c *Client) GetCiphersIdAttachmentAttachmentId(ctx context.Context, id string, attachmentId string, reqEditors ...RequestEditorFn) (*http.Response, error)

func (*Client) GetCiphersIdAttachmentAttachmentIdRenew

func (c *Client) GetCiphersIdAttachmentAttachmentIdRenew(ctx context.Context, id string, attachmentId string, reqEditors ...RequestEditorFn) (*http.Response, error)

func (*Client) GetCiphersIdDetails

func (c *Client) GetCiphersIdDetails(ctx context.Context, id string, reqEditors ...RequestEditorFn) (*http.Response, error)

func (*Client) GetCiphersIdEvents

func (c *Client) GetCiphersIdEvents(ctx context.Context, id string, params *GetCiphersIdEventsParams, reqEditors ...RequestEditorFn) (*http.Response, error)

func (*Client) GetCiphersIdFullDetails

func (c *Client) GetCiphersIdFullDetails(ctx context.Context, id string, reqEditors ...RequestEditorFn) (*http.Response, error)

func (*Client) GetCiphersOrganizationDetails

func (c *Client) GetCiphersOrganizationDetails(ctx context.Context, params *GetCiphersOrganizationDetailsParams, reqEditors ...RequestEditorFn) (*http.Response, error)

func (*Client) GetCollections

func (c *Client) GetCollections(ctx context.Context, reqEditors ...RequestEditorFn) (*http.Response, error)

func (*Client) GetDevices

func (c *Client) GetDevices(ctx context.Context, reqEditors ...RequestEditorFn) (*http.Response, error)

func (*Client) GetDevicesId

func (c *Client) GetDevicesId(ctx context.Context, id string, reqEditors ...RequestEditorFn) (*http.Response, error)

func (*Client) GetDevicesIdentifierIdentifier

func (c *Client) GetDevicesIdentifierIdentifier(ctx context.Context, identifier string, reqEditors ...RequestEditorFn) (*http.Response, error)

func (*Client) GetEmergencyAccessGranted

func (c *Client) GetEmergencyAccessGranted(ctx context.Context, reqEditors ...RequestEditorFn) (*http.Response, error)

func (*Client) GetEmergencyAccessId

func (c *Client) GetEmergencyAccessId(ctx context.Context, id string, reqEditors ...RequestEditorFn) (*http.Response, error)

func (*Client) GetEmergencyAccessIdCipherIdAttachmentAttachmentId

func (c *Client) GetEmergencyAccessIdCipherIdAttachmentAttachmentId(ctx context.Context, id string, cipherId string, attachmentId string, reqEditors ...RequestEditorFn) (*http.Response, error)

func (*Client) GetEmergencyAccessIdPolicies

func (c *Client) GetEmergencyAccessIdPolicies(ctx context.Context, id string, reqEditors ...RequestEditorFn) (*http.Response, error)

func (*Client) GetEmergencyAccessTrusted

func (c *Client) GetEmergencyAccessTrusted(ctx context.Context, reqEditors ...RequestEditorFn) (*http.Response, error)

func (*Client) GetEvents

func (c *Client) GetEvents(ctx context.Context, params *GetEventsParams, reqEditors ...RequestEditorFn) (*http.Response, error)

func (*Client) GetFolders

func (c *Client) GetFolders(ctx context.Context, reqEditors ...RequestEditorFn) (*http.Response, error)

func (*Client) GetFoldersId

func (c *Client) GetFoldersId(ctx context.Context, id string, reqEditors ...RequestEditorFn) (*http.Response, error)

func (*Client) GetHibpBreach

func (c *Client) GetHibpBreach(ctx context.Context, params *GetHibpBreachParams, reqEditors ...RequestEditorFn) (*http.Response, error)

func (*Client) GetInstallationsId

func (c *Client) GetInstallationsId(ctx context.Context, id string, reqEditors ...RequestEditorFn) (*http.Response, error)

func (*Client) GetIp

func (c *Client) GetIp(ctx context.Context, reqEditors ...RequestEditorFn) (*http.Response, error)

func (*Client) GetLicensesOrganizationId

func (c *Client) GetLicensesOrganizationId(ctx context.Context, id string, params *GetLicensesOrganizationIdParams, reqEditors ...RequestEditorFn) (*http.Response, error)

func (*Client) GetLicensesUserId

func (c *Client) GetLicensesUserId(ctx context.Context, id string, params *GetLicensesUserIdParams, reqEditors ...RequestEditorFn) (*http.Response, error)

func (*Client) GetNow

func (c *Client) GetNow(ctx context.Context, reqEditors ...RequestEditorFn) (*http.Response, error)

func (*Client) GetOrganizations

func (c *Client) GetOrganizations(ctx context.Context, reqEditors ...RequestEditorFn) (*http.Response, error)

func (*Client) GetOrganizationsId

func (c *Client) GetOrganizationsId(ctx context.Context, id string, reqEditors ...RequestEditorFn) (*http.Response, error)

func (*Client) GetOrganizationsIdBilling

func (c *Client) GetOrganizationsIdBilling(ctx context.Context, id string, reqEditors ...RequestEditorFn) (*http.Response, error)

func (*Client) GetOrganizationsIdEvents

func (c *Client) GetOrganizationsIdEvents(ctx context.Context, id string, params *GetOrganizationsIdEventsParams, reqEditors ...RequestEditorFn) (*http.Response, error)

func (*Client) GetOrganizationsIdKeys

func (c *Client) GetOrganizationsIdKeys(ctx context.Context, id string, reqEditors ...RequestEditorFn) (*http.Response, error)

func (*Client) GetOrganizationsIdLicense

func (c *Client) GetOrganizationsIdLicense(ctx context.Context, id string, params *GetOrganizationsIdLicenseParams, reqEditors ...RequestEditorFn) (*http.Response, error)

func (*Client) GetOrganizationsIdSubscription

func (c *Client) GetOrganizationsIdSubscription(ctx context.Context, id string, reqEditors ...RequestEditorFn) (*http.Response, error)

func (*Client) GetOrganizationsIdTax

func (c *Client) GetOrganizationsIdTax(ctx context.Context, id string, reqEditors ...RequestEditorFn) (*http.Response, error)

func (*Client) GetOrganizationsIdTwoFactor

func (c *Client) GetOrganizationsIdTwoFactor(ctx context.Context, id string, reqEditors ...RequestEditorFn) (*http.Response, error)

func (*Client) GetOrganizationsOrgIdCollections

func (c *Client) GetOrganizationsOrgIdCollections(ctx context.Context, orgId string, reqEditors ...RequestEditorFn) (*http.Response, error)

func (*Client) GetOrganizationsOrgIdCollectionsId

func (c *Client) GetOrganizationsOrgIdCollectionsId(ctx context.Context, orgId string, id string, reqEditors ...RequestEditorFn) (*http.Response, error)

func (*Client) GetOrganizationsOrgIdCollectionsIdDetails

func (c *Client) GetOrganizationsOrgIdCollectionsIdDetails(ctx context.Context, orgId string, id string, reqEditors ...RequestEditorFn) (*http.Response, error)

func (*Client) GetOrganizationsOrgIdCollectionsIdUsers

func (c *Client) GetOrganizationsOrgIdCollectionsIdUsers(ctx context.Context, orgId string, id string, reqEditors ...RequestEditorFn) (*http.Response, error)

func (*Client) GetOrganizationsOrgIdGroups

func (c *Client) GetOrganizationsOrgIdGroups(ctx context.Context, orgId string, reqEditors ...RequestEditorFn) (*http.Response, error)

func (*Client) GetOrganizationsOrgIdGroupsId

func (c *Client) GetOrganizationsOrgIdGroupsId(ctx context.Context, orgId string, id string, reqEditors ...RequestEditorFn) (*http.Response, error)

func (*Client) GetOrganizationsOrgIdGroupsIdDetails

func (c *Client) GetOrganizationsOrgIdGroupsIdDetails(ctx context.Context, orgId string, id string, reqEditors ...RequestEditorFn) (*http.Response, error)

func (*Client) GetOrganizationsOrgIdGroupsIdUsers

func (c *Client) GetOrganizationsOrgIdGroupsIdUsers(ctx context.Context, orgId string, id string, reqEditors ...RequestEditorFn) (*http.Response, error)

func (*Client) GetOrganizationsOrgIdPolicies

func (c *Client) GetOrganizationsOrgIdPolicies(ctx context.Context, orgId string, reqEditors ...RequestEditorFn) (*http.Response, error)

func (*Client) GetOrganizationsOrgIdPoliciesToken

func (c *Client) GetOrganizationsOrgIdPoliciesToken(ctx context.Context, orgId string, params *GetOrganizationsOrgIdPoliciesTokenParams, reqEditors ...RequestEditorFn) (*http.Response, error)

func (*Client) GetOrganizationsOrgIdPoliciesType

func (c *Client) GetOrganizationsOrgIdPoliciesType(ctx context.Context, orgId string, pType int32, reqEditors ...RequestEditorFn) (*http.Response, error)

func (*Client) GetOrganizationsOrgIdUsers

func (c *Client) GetOrganizationsOrgIdUsers(ctx context.Context, orgId string, reqEditors ...RequestEditorFn) (*http.Response, error)

func (*Client) GetOrganizationsOrgIdUsersId

func (c *Client) GetOrganizationsOrgIdUsersId(ctx context.Context, orgId string, id string, reqEditors ...RequestEditorFn) (*http.Response, error)

func (*Client) GetOrganizationsOrgIdUsersIdEvents

func (c *Client) GetOrganizationsOrgIdUsersIdEvents(ctx context.Context, orgId string, id string, params *GetOrganizationsOrgIdUsersIdEventsParams, reqEditors ...RequestEditorFn) (*http.Response, error)

func (*Client) GetOrganizationsOrgIdUsersIdGroups

func (c *Client) GetOrganizationsOrgIdUsersIdGroups(ctx context.Context, orgId string, id string, reqEditors ...RequestEditorFn) (*http.Response, error)

func (*Client) GetOrganizationsOrgIdUsersIdResetPasswordDetails

func (c *Client) GetOrganizationsOrgIdUsersIdResetPasswordDetails(ctx context.Context, orgId string, id string, reqEditors ...RequestEditorFn) (*http.Response, error)

func (*Client) GetPlans

func (c *Client) GetPlans(ctx context.Context, reqEditors ...RequestEditorFn) (*http.Response, error)

func (*Client) GetPlansSalesTaxRates

func (c *Client) GetPlansSalesTaxRates(ctx context.Context, reqEditors ...RequestEditorFn) (*http.Response, error)

func (*Client) GetSends

func (c *Client) GetSends(ctx context.Context, reqEditors ...RequestEditorFn) (*http.Response, error)

func (*Client) GetSendsId

func (c *Client) GetSendsId(ctx context.Context, id string, reqEditors ...RequestEditorFn) (*http.Response, error)

func (*Client) GetSendsIdFileFileId

func (c *Client) GetSendsIdFileFileId(ctx context.Context, id string, fileId string, reqEditors ...RequestEditorFn) (*http.Response, error)

func (*Client) GetSettingsDomains

func (c *Client) GetSettingsDomains(ctx context.Context, params *GetSettingsDomainsParams, reqEditors ...RequestEditorFn) (*http.Response, error)

func (*Client) GetSync

func (c *Client) GetSync(ctx context.Context, params *GetSyncParams, reqEditors ...RequestEditorFn) (*http.Response, error)

func (*Client) GetTwoFactor

func (c *Client) GetTwoFactor(ctx context.Context, reqEditors ...RequestEditorFn) (*http.Response, error)

func (*Client) GetUsersIdPublicKey

func (c *Client) GetUsersIdPublicKey(ctx context.Context, id string, reqEditors ...RequestEditorFn) (*http.Response, error)

func (*Client) GetVersion

func (c *Client) GetVersion(ctx context.Context, reqEditors ...RequestEditorFn) (*http.Response, error)

func (*Client) PostAccountsApiKey

func (c *Client) PostAccountsApiKey(ctx context.Context, body PostAccountsApiKeyJSONRequestBody, reqEditors ...RequestEditorFn) (*http.Response, error)

func (*Client) PostAccountsApiKeyWithBody

func (c *Client) PostAccountsApiKeyWithBody(ctx context.Context, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*http.Response, error)

func (*Client) PostAccountsCancelPremium

func (c *Client) PostAccountsCancelPremium(ctx context.Context, reqEditors ...RequestEditorFn) (*http.Response, error)

func (*Client) PostAccountsDelete

func (c *Client) PostAccountsDelete(ctx context.Context, body PostAccountsDeleteJSONRequestBody, reqEditors ...RequestEditorFn) (*http.Response, error)

func (*Client) PostAccountsDeleteRecover

func (c *Client) PostAccountsDeleteRecover(ctx context.Context, body PostAccountsDeleteRecoverJSONRequestBody, reqEditors ...RequestEditorFn) (*http.Response, error)

func (*Client) PostAccountsDeleteRecoverToken

func (c *Client) PostAccountsDeleteRecoverToken(ctx context.Context, body PostAccountsDeleteRecoverTokenJSONRequestBody, reqEditors ...RequestEditorFn) (*http.Response, error)

func (*Client) PostAccountsDeleteRecoverTokenWithBody

func (c *Client) PostAccountsDeleteRecoverTokenWithBody(ctx context.Context, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*http.Response, error)

func (*Client) PostAccountsDeleteRecoverWithBody

func (c *Client) PostAccountsDeleteRecoverWithBody(ctx context.Context, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*http.Response, error)

func (*Client) PostAccountsDeleteWithBody

func (c *Client) PostAccountsDeleteWithBody(ctx context.Context, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*http.Response, error)

func (*Client) PostAccountsEmail

func (c *Client) PostAccountsEmail(ctx context.Context, body PostAccountsEmailJSONRequestBody, reqEditors ...RequestEditorFn) (*http.Response, error)

func (*Client) PostAccountsEmailToken

func (c *Client) PostAccountsEmailToken(ctx context.Context, body PostAccountsEmailTokenJSONRequestBody, reqEditors ...RequestEditorFn) (*http.Response, error)

func (*Client) PostAccountsEmailTokenWithBody

func (c *Client) PostAccountsEmailTokenWithBody(ctx context.Context, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*http.Response, error)

func (*Client) PostAccountsEmailWithBody

func (c *Client) PostAccountsEmailWithBody(ctx context.Context, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*http.Response, error)

func (*Client) PostAccountsIapCheck

func (c *Client) PostAccountsIapCheck(ctx context.Context, body PostAccountsIapCheckJSONRequestBody, reqEditors ...RequestEditorFn) (*http.Response, error)

func (*Client) PostAccountsIapCheckWithBody

func (c *Client) PostAccountsIapCheckWithBody(ctx context.Context, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*http.Response, error)

func (*Client) PostAccountsKdf

func (c *Client) PostAccountsKdf(ctx context.Context, body PostAccountsKdfJSONRequestBody, reqEditors ...RequestEditorFn) (*http.Response, error)

func (*Client) PostAccountsKdfWithBody

func (c *Client) PostAccountsKdfWithBody(ctx context.Context, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*http.Response, error)

func (*Client) PostAccountsKey

func (c *Client) PostAccountsKey(ctx context.Context, body PostAccountsKeyJSONRequestBody, reqEditors ...RequestEditorFn) (*http.Response, error)

func (*Client) PostAccountsKeyWithBody

func (c *Client) PostAccountsKeyWithBody(ctx context.Context, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*http.Response, error)

func (*Client) PostAccountsKeys

func (c *Client) PostAccountsKeys(ctx context.Context, body PostAccountsKeysJSONRequestBody, reqEditors ...RequestEditorFn) (*http.Response, error)

func (*Client) PostAccountsKeysWithBody

func (c *Client) PostAccountsKeysWithBody(ctx context.Context, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*http.Response, error)

func (*Client) PostAccountsLicenseWithBody

func (c *Client) PostAccountsLicenseWithBody(ctx context.Context, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*http.Response, error)

func (*Client) PostAccountsPassword

func (c *Client) PostAccountsPassword(ctx context.Context, body PostAccountsPasswordJSONRequestBody, reqEditors ...RequestEditorFn) (*http.Response, error)

func (*Client) PostAccountsPasswordHint

func (c *Client) PostAccountsPasswordHint(ctx context.Context, body PostAccountsPasswordHintJSONRequestBody, reqEditors ...RequestEditorFn) (*http.Response, error)

func (*Client) PostAccountsPasswordHintWithBody

func (c *Client) PostAccountsPasswordHintWithBody(ctx context.Context, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*http.Response, error)

func (*Client) PostAccountsPasswordWithBody

func (c *Client) PostAccountsPasswordWithBody(ctx context.Context, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*http.Response, error)

func (*Client) PostAccountsPayment

func (c *Client) PostAccountsPayment(ctx context.Context, body PostAccountsPaymentJSONRequestBody, reqEditors ...RequestEditorFn) (*http.Response, error)

func (*Client) PostAccountsPaymentWithBody

func (c *Client) PostAccountsPaymentWithBody(ctx context.Context, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*http.Response, error)

func (*Client) PostAccountsPrelogin

func (c *Client) PostAccountsPrelogin(ctx context.Context, body PostAccountsPreloginJSONRequestBody, reqEditors ...RequestEditorFn) (*http.Response, error)

func (*Client) PostAccountsPreloginWithBody

func (c *Client) PostAccountsPreloginWithBody(ctx context.Context, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*http.Response, error)

func (*Client) PostAccountsPremiumWithBody

func (c *Client) PostAccountsPremiumWithBody(ctx context.Context, params *PostAccountsPremiumParams, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*http.Response, error)

func (*Client) PostAccountsProfile

func (c *Client) PostAccountsProfile(ctx context.Context, body PostAccountsProfileJSONRequestBody, reqEditors ...RequestEditorFn) (*http.Response, error)

func (*Client) PostAccountsProfileWithBody

func (c *Client) PostAccountsProfileWithBody(ctx context.Context, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*http.Response, error)

func (*Client) PostAccountsRegister

func (c *Client) PostAccountsRegister(ctx context.Context, body PostAccountsRegisterJSONRequestBody, reqEditors ...RequestEditorFn) (*http.Response, error)

func (*Client) PostAccountsRegisterWithBody

func (c *Client) PostAccountsRegisterWithBody(ctx context.Context, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*http.Response, error)

func (*Client) PostAccountsReinstatePremium

func (c *Client) PostAccountsReinstatePremium(ctx context.Context, reqEditors ...RequestEditorFn) (*http.Response, error)

func (*Client) PostAccountsRotateApiKey

func (c *Client) PostAccountsRotateApiKey(ctx context.Context, body PostAccountsRotateApiKeyJSONRequestBody, reqEditors ...RequestEditorFn) (*http.Response, error)

func (*Client) PostAccountsRotateApiKeyWithBody

func (c *Client) PostAccountsRotateApiKeyWithBody(ctx context.Context, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*http.Response, error)

func (*Client) PostAccountsSecurityStamp

func (c *Client) PostAccountsSecurityStamp(ctx context.Context, body PostAccountsSecurityStampJSONRequestBody, reqEditors ...RequestEditorFn) (*http.Response, error)

func (*Client) PostAccountsSecurityStampWithBody

func (c *Client) PostAccountsSecurityStampWithBody(ctx context.Context, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*http.Response, error)

func (*Client) PostAccountsSetPassword

func (c *Client) PostAccountsSetPassword(ctx context.Context, body PostAccountsSetPasswordJSONRequestBody, reqEditors ...RequestEditorFn) (*http.Response, error)

func (*Client) PostAccountsSetPasswordWithBody

func (c *Client) PostAccountsSetPasswordWithBody(ctx context.Context, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*http.Response, error)

func (*Client) PostAccountsStorage

func (c *Client) PostAccountsStorage(ctx context.Context, body PostAccountsStorageJSONRequestBody, reqEditors ...RequestEditorFn) (*http.Response, error)

func (*Client) PostAccountsStorageWithBody

func (c *Client) PostAccountsStorageWithBody(ctx context.Context, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*http.Response, error)

func (*Client) PostAccountsVerifyEmail

func (c *Client) PostAccountsVerifyEmail(ctx context.Context, reqEditors ...RequestEditorFn) (*http.Response, error)

func (*Client) PostAccountsVerifyEmailToken

func (c *Client) PostAccountsVerifyEmailToken(ctx context.Context, body PostAccountsVerifyEmailTokenJSONRequestBody, reqEditors ...RequestEditorFn) (*http.Response, error)

func (*Client) PostAccountsVerifyEmailTokenWithBody

func (c *Client) PostAccountsVerifyEmailTokenWithBody(ctx context.Context, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*http.Response, error)

func (*Client) PostAccountsVerifyPassword

func (c *Client) PostAccountsVerifyPassword(ctx context.Context, body PostAccountsVerifyPasswordJSONRequestBody, reqEditors ...RequestEditorFn) (*http.Response, error)

func (*Client) PostAccountsVerifyPasswordWithBody

func (c *Client) PostAccountsVerifyPasswordWithBody(ctx context.Context, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*http.Response, error)

func (*Client) PostBitpayInvoice

func (c *Client) PostBitpayInvoice(ctx context.Context, body PostBitpayInvoiceJSONRequestBody, reqEditors ...RequestEditorFn) (*http.Response, error)

func (*Client) PostBitpayInvoiceWithBody

func (c *Client) PostBitpayInvoiceWithBody(ctx context.Context, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*http.Response, error)

func (*Client) PostCiphers

func (c *Client) PostCiphers(ctx context.Context, body PostCiphersJSONRequestBody, reqEditors ...RequestEditorFn) (*http.Response, error)

func (*Client) PostCiphersAdmin

func (c *Client) PostCiphersAdmin(ctx context.Context, body PostCiphersAdminJSONRequestBody, reqEditors ...RequestEditorFn) (*http.Response, error)

func (*Client) PostCiphersAdminWithBody

func (c *Client) PostCiphersAdminWithBody(ctx context.Context, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*http.Response, error)

func (*Client) PostCiphersAttachmentValidateAzure

func (c *Client) PostCiphersAttachmentValidateAzure(ctx context.Context, reqEditors ...RequestEditorFn) (*http.Response, error)

func (*Client) PostCiphersCreate

func (c *Client) PostCiphersCreate(ctx context.Context, body PostCiphersCreateJSONRequestBody, reqEditors ...RequestEditorFn) (*http.Response, error)

func (*Client) PostCiphersCreateWithBody

func (c *Client) PostCiphersCreateWithBody(ctx context.Context, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*http.Response, error)

func (*Client) PostCiphersDelete

func (c *Client) PostCiphersDelete(ctx context.Context, body PostCiphersDeleteJSONRequestBody, reqEditors ...RequestEditorFn) (*http.Response, error)

func (*Client) PostCiphersDeleteAdmin

func (c *Client) PostCiphersDeleteAdmin(ctx context.Context, body PostCiphersDeleteAdminJSONRequestBody, reqEditors ...RequestEditorFn) (*http.Response, error)

func (*Client) PostCiphersDeleteAdminWithBody

func (c *Client) PostCiphersDeleteAdminWithBody(ctx context.Context, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*http.Response, error)

func (*Client) PostCiphersDeleteWithBody

func (c *Client) PostCiphersDeleteWithBody(ctx context.Context, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*http.Response, error)

func (*Client) PostCiphersId

func (c *Client) PostCiphersId(ctx context.Context, id string, body PostCiphersIdJSONRequestBody, reqEditors ...RequestEditorFn) (*http.Response, error)

func (*Client) PostCiphersIdAdmin

func (c *Client) PostCiphersIdAdmin(ctx context.Context, id string, body PostCiphersIdAdminJSONRequestBody, reqEditors ...RequestEditorFn) (*http.Response, error)

func (*Client) PostCiphersIdAdminWithBody

func (c *Client) PostCiphersIdAdminWithBody(ctx context.Context, id string, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*http.Response, error)

func (*Client) PostCiphersIdAttachment

func (c *Client) PostCiphersIdAttachment(ctx context.Context, id string, reqEditors ...RequestEditorFn) (*http.Response, error)

func (*Client) PostCiphersIdAttachmentAdmin

func (c *Client) PostCiphersIdAttachmentAdmin(ctx context.Context, id string, reqEditors ...RequestEditorFn) (*http.Response, error)

func (*Client) PostCiphersIdAttachmentAttachmentId

func (c *Client) PostCiphersIdAttachmentAttachmentId(ctx context.Context, id string, attachmentId string, reqEditors ...RequestEditorFn) (*http.Response, error)

func (*Client) PostCiphersIdAttachmentAttachmentIdDelete

func (c *Client) PostCiphersIdAttachmentAttachmentIdDelete(ctx context.Context, id string, attachmentId string, reqEditors ...RequestEditorFn) (*http.Response, error)

func (*Client) PostCiphersIdAttachmentAttachmentIdDeleteAdmin

func (c *Client) PostCiphersIdAttachmentAttachmentIdDeleteAdmin(ctx context.Context, id string, attachmentId string, reqEditors ...RequestEditorFn) (*http.Response, error)

func (*Client) PostCiphersIdAttachmentAttachmentIdShare

func (c *Client) PostCiphersIdAttachmentAttachmentIdShare(ctx context.Context, id string, attachmentId string, params *PostCiphersIdAttachmentAttachmentIdShareParams, reqEditors ...RequestEditorFn) (*http.Response, error)

func (*Client) PostCiphersIdAttachmentV2

func (c *Client) PostCiphersIdAttachmentV2(ctx context.Context, id string, body PostCiphersIdAttachmentV2JSONRequestBody, reqEditors ...RequestEditorFn) (*http.Response, error)

func (*Client) PostCiphersIdAttachmentV2WithBody

func (c *Client) PostCiphersIdAttachmentV2WithBody(ctx context.Context, id string, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*http.Response, error)

func (*Client) PostCiphersIdCollections

func (c *Client) PostCiphersIdCollections(ctx context.Context, id string, body PostCiphersIdCollectionsJSONRequestBody, reqEditors ...RequestEditorFn) (*http.Response, error)

func (*Client) PostCiphersIdCollectionsAdmin

func (c *Client) PostCiphersIdCollectionsAdmin(ctx context.Context, id string, body PostCiphersIdCollectionsAdminJSONRequestBody, reqEditors ...RequestEditorFn) (*http.Response, error)

func (*Client) PostCiphersIdCollectionsAdminWithBody

func (c *Client) PostCiphersIdCollectionsAdminWithBody(ctx context.Context, id string, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*http.Response, error)

func (*Client) PostCiphersIdCollectionsWithBody

func (c *Client) PostCiphersIdCollectionsWithBody(ctx context.Context, id string, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*http.Response, error)

func (*Client) PostCiphersIdDelete

func (c *Client) PostCiphersIdDelete(ctx context.Context, id string, reqEditors ...RequestEditorFn) (*http.Response, error)

func (*Client) PostCiphersIdDeleteAdmin

func (c *Client) PostCiphersIdDeleteAdmin(ctx context.Context, id string, reqEditors ...RequestEditorFn) (*http.Response, error)

func (*Client) PostCiphersIdPartial

func (c *Client) PostCiphersIdPartial(ctx context.Context, id string, body PostCiphersIdPartialJSONRequestBody, reqEditors ...RequestEditorFn) (*http.Response, error)

func (*Client) PostCiphersIdPartialWithBody

func (c *Client) PostCiphersIdPartialWithBody(ctx context.Context, id string, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*http.Response, error)

func (*Client) PostCiphersIdShare

func (c *Client) PostCiphersIdShare(ctx context.Context, id string, body PostCiphersIdShareJSONRequestBody, reqEditors ...RequestEditorFn) (*http.Response, error)

func (*Client) PostCiphersIdShareWithBody

func (c *Client) PostCiphersIdShareWithBody(ctx context.Context, id string, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*http.Response, error)

func (*Client) PostCiphersIdWithBody

func (c *Client) PostCiphersIdWithBody(ctx context.Context, id string, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*http.Response, error)

func (*Client) PostCiphersImport

func (c *Client) PostCiphersImport(ctx context.Context, body PostCiphersImportJSONRequestBody, reqEditors ...RequestEditorFn) (*http.Response, error)

func (*Client) PostCiphersImportOrganizationWithBody

func (c *Client) PostCiphersImportOrganizationWithBody(ctx context.Context, params *PostCiphersImportOrganizationParams, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*http.Response, error)

func (*Client) PostCiphersImportWithBody

func (c *Client) PostCiphersImportWithBody(ctx context.Context, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*http.Response, error)

func (*Client) PostCiphersMove

func (c *Client) PostCiphersMove(ctx context.Context, body PostCiphersMoveJSONRequestBody, reqEditors ...RequestEditorFn) (*http.Response, error)

func (*Client) PostCiphersMoveWithBody

func (c *Client) PostCiphersMoveWithBody(ctx context.Context, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*http.Response, error)

func (*Client) PostCiphersPurge

func (c *Client) PostCiphersPurge(ctx context.Context, params *PostCiphersPurgeParams, body PostCiphersPurgeJSONRequestBody, reqEditors ...RequestEditorFn) (*http.Response, error)

func (*Client) PostCiphersPurgeWithBody

func (c *Client) PostCiphersPurgeWithBody(ctx context.Context, params *PostCiphersPurgeParams, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*http.Response, error)

func (*Client) PostCiphersShare

func (c *Client) PostCiphersShare(ctx context.Context, body PostCiphersShareJSONRequestBody, reqEditors ...RequestEditorFn) (*http.Response, error)

func (*Client) PostCiphersShareWithBody

func (c *Client) PostCiphersShareWithBody(ctx context.Context, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*http.Response, error)

func (*Client) PostCiphersWithBody

func (c *Client) PostCiphersWithBody(ctx context.Context, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*http.Response, error)

func (*Client) PostDevices

func (c *Client) PostDevices(ctx context.Context, body PostDevicesJSONRequestBody, reqEditors ...RequestEditorFn) (*http.Response, error)

func (*Client) PostDevicesId

func (c *Client) PostDevicesId(ctx context.Context, id string, body PostDevicesIdJSONRequestBody, reqEditors ...RequestEditorFn) (*http.Response, error)

func (*Client) PostDevicesIdDelete

func (c *Client) PostDevicesIdDelete(ctx context.Context, id string, reqEditors ...RequestEditorFn) (*http.Response, error)

func (*Client) PostDevicesIdWithBody

func (c *Client) PostDevicesIdWithBody(ctx context.Context, id string, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*http.Response, error)

func (*Client) PostDevicesIdentifierIdentifierClearToken

func (c *Client) PostDevicesIdentifierIdentifierClearToken(ctx context.Context, identifier string, reqEditors ...RequestEditorFn) (*http.Response, error)

func (*Client) PostDevicesIdentifierIdentifierToken

func (c *Client) PostDevicesIdentifierIdentifierToken(ctx context.Context, identifier string, body PostDevicesIdentifierIdentifierTokenJSONRequestBody, reqEditors ...RequestEditorFn) (*http.Response, error)

func (*Client) PostDevicesIdentifierIdentifierTokenWithBody

func (c *Client) PostDevicesIdentifierIdentifierTokenWithBody(ctx context.Context, identifier string, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*http.Response, error)

func (*Client) PostDevicesWithBody

func (c *Client) PostDevicesWithBody(ctx context.Context, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*http.Response, error)

func (*Client) PostEmergencyAccessId

func (c *Client) PostEmergencyAccessId(ctx context.Context, id string, body PostEmergencyAccessIdJSONRequestBody, reqEditors ...RequestEditorFn) (*http.Response, error)

func (*Client) PostEmergencyAccessIdAccept

func (c *Client) PostEmergencyAccessIdAccept(ctx context.Context, id string, body PostEmergencyAccessIdAcceptJSONRequestBody, reqEditors ...RequestEditorFn) (*http.Response, error)

func (*Client) PostEmergencyAccessIdAcceptWithBody

func (c *Client) PostEmergencyAccessIdAcceptWithBody(ctx context.Context, id string, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*http.Response, error)

func (*Client) PostEmergencyAccessIdApprove

func (c *Client) PostEmergencyAccessIdApprove(ctx context.Context, id string, reqEditors ...RequestEditorFn) (*http.Response, error)

func (*Client) PostEmergencyAccessIdConfirm

func (c *Client) PostEmergencyAccessIdConfirm(ctx context.Context, id string, body PostEmergencyAccessIdConfirmJSONRequestBody, reqEditors ...RequestEditorFn) (*http.Response, error)

func (*Client) PostEmergencyAccessIdConfirmWithBody

func (c *Client) PostEmergencyAccessIdConfirmWithBody(ctx context.Context, id string, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*http.Response, error)

func (*Client) PostEmergencyAccessIdDelete

func (c *Client) PostEmergencyAccessIdDelete(ctx context.Context, id string, reqEditors ...RequestEditorFn) (*http.Response, error)

func (*Client) PostEmergencyAccessIdInitiate

func (c *Client) PostEmergencyAccessIdInitiate(ctx context.Context, id string, reqEditors ...RequestEditorFn) (*http.Response, error)

func (*Client) PostEmergencyAccessIdPassword

func (c *Client) PostEmergencyAccessIdPassword(ctx context.Context, id string, body PostEmergencyAccessIdPasswordJSONRequestBody, reqEditors ...RequestEditorFn) (*http.Response, error)

func (*Client) PostEmergencyAccessIdPasswordWithBody

func (c *Client) PostEmergencyAccessIdPasswordWithBody(ctx context.Context, id string, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*http.Response, error)

func (*Client) PostEmergencyAccessIdReinvite

func (c *Client) PostEmergencyAccessIdReinvite(ctx context.Context, id string, reqEditors ...RequestEditorFn) (*http.Response, error)

func (*Client) PostEmergencyAccessIdReject

func (c *Client) PostEmergencyAccessIdReject(ctx context.Context, id string, reqEditors ...RequestEditorFn) (*http.Response, error)

func (*Client) PostEmergencyAccessIdTakeover

func (c *Client) PostEmergencyAccessIdTakeover(ctx context.Context, id string, reqEditors ...RequestEditorFn) (*http.Response, error)

func (*Client) PostEmergencyAccessIdView

func (c *Client) PostEmergencyAccessIdView(ctx context.Context, id string, reqEditors ...RequestEditorFn) (*http.Response, error)

func (*Client) PostEmergencyAccessIdWithBody

func (c *Client) PostEmergencyAccessIdWithBody(ctx context.Context, id string, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*http.Response, error)

func (*Client) PostEmergencyAccessInvite

func (c *Client) PostEmergencyAccessInvite(ctx context.Context, body PostEmergencyAccessInviteJSONRequestBody, reqEditors ...RequestEditorFn) (*http.Response, error)

func (*Client) PostEmergencyAccessInviteWithBody

func (c *Client) PostEmergencyAccessInviteWithBody(ctx context.Context, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*http.Response, error)

func (*Client) PostFolders

func (c *Client) PostFolders(ctx context.Context, body PostFoldersJSONRequestBody, reqEditors ...RequestEditorFn) (*http.Response, error)

func (*Client) PostFoldersId

func (c *Client) PostFoldersId(ctx context.Context, id string, body PostFoldersIdJSONRequestBody, reqEditors ...RequestEditorFn) (*http.Response, error)

func (*Client) PostFoldersIdDelete

func (c *Client) PostFoldersIdDelete(ctx context.Context, id string, reqEditors ...RequestEditorFn) (*http.Response, error)

func (*Client) PostFoldersIdWithBody

func (c *Client) PostFoldersIdWithBody(ctx context.Context, id string, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*http.Response, error)

func (*Client) PostFoldersWithBody

func (c *Client) PostFoldersWithBody(ctx context.Context, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*http.Response, error)

func (*Client) PostInstallations

func (c *Client) PostInstallations(ctx context.Context, body PostInstallationsJSONRequestBody, reqEditors ...RequestEditorFn) (*http.Response, error)

func (*Client) PostInstallationsWithBody

func (c *Client) PostInstallationsWithBody(ctx context.Context, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*http.Response, error)

func (*Client) PostOrganizations

func (c *Client) PostOrganizations(ctx context.Context, body PostOrganizationsJSONRequestBody, reqEditors ...RequestEditorFn) (*http.Response, error)

func (*Client) PostOrganizationsId

func (c *Client) PostOrganizationsId(ctx context.Context, id string, body PostOrganizationsIdJSONRequestBody, reqEditors ...RequestEditorFn) (*http.Response, error)

func (*Client) PostOrganizationsIdApiKey

func (c *Client) PostOrganizationsIdApiKey(ctx context.Context, id string, body PostOrganizationsIdApiKeyJSONRequestBody, reqEditors ...RequestEditorFn) (*http.Response, error)

func (*Client) PostOrganizationsIdApiKeyWithBody

func (c *Client) PostOrganizationsIdApiKeyWithBody(ctx context.Context, id string, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*http.Response, error)

func (*Client) PostOrganizationsIdCancel

func (c *Client) PostOrganizationsIdCancel(ctx context.Context, id string, reqEditors ...RequestEditorFn) (*http.Response, error)

func (*Client) PostOrganizationsIdDelete

func (c *Client) PostOrganizationsIdDelete(ctx context.Context, id string, body PostOrganizationsIdDeleteJSONRequestBody, reqEditors ...RequestEditorFn) (*http.Response, error)

func (*Client) PostOrganizationsIdDeleteWithBody

func (c *Client) PostOrganizationsIdDeleteWithBody(ctx context.Context, id string, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*http.Response, error)

func (*Client) PostOrganizationsIdImport

func (c *Client) PostOrganizationsIdImport(ctx context.Context, id string, body PostOrganizationsIdImportJSONRequestBody, reqEditors ...RequestEditorFn) (*http.Response, error)

func (*Client) PostOrganizationsIdImportWithBody

func (c *Client) PostOrganizationsIdImportWithBody(ctx context.Context, id string, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*http.Response, error)

func (*Client) PostOrganizationsIdKeys

func (c *Client) PostOrganizationsIdKeys(ctx context.Context, id string, body PostOrganizationsIdKeysJSONRequestBody, reqEditors ...RequestEditorFn) (*http.Response, error)

func (*Client) PostOrganizationsIdKeysWithBody

func (c *Client) PostOrganizationsIdKeysWithBody(ctx context.Context, id string, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*http.Response, error)

func (*Client) PostOrganizationsIdLeave

func (c *Client) PostOrganizationsIdLeave(ctx context.Context, id string, reqEditors ...RequestEditorFn) (*http.Response, error)

func (*Client) PostOrganizationsIdLicenseWithBody

func (c *Client) PostOrganizationsIdLicenseWithBody(ctx context.Context, id string, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*http.Response, error)

func (*Client) PostOrganizationsIdPayment

func (c *Client) PostOrganizationsIdPayment(ctx context.Context, id string, body PostOrganizationsIdPaymentJSONRequestBody, reqEditors ...RequestEditorFn) (*http.Response, error)

func (*Client) PostOrganizationsIdPaymentWithBody

func (c *Client) PostOrganizationsIdPaymentWithBody(ctx context.Context, id string, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*http.Response, error)

func (*Client) PostOrganizationsIdReinstate

func (c *Client) PostOrganizationsIdReinstate(ctx context.Context, id string, reqEditors ...RequestEditorFn) (*http.Response, error)

func (*Client) PostOrganizationsIdRotateApiKey

func (c *Client) PostOrganizationsIdRotateApiKey(ctx context.Context, id string, body PostOrganizationsIdRotateApiKeyJSONRequestBody, reqEditors ...RequestEditorFn) (*http.Response, error)

func (*Client) PostOrganizationsIdRotateApiKeyWithBody

func (c *Client) PostOrganizationsIdRotateApiKeyWithBody(ctx context.Context, id string, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*http.Response, error)

func (*Client) PostOrganizationsIdSeat

func (c *Client) PostOrganizationsIdSeat(ctx context.Context, id string, body PostOrganizationsIdSeatJSONRequestBody, reqEditors ...RequestEditorFn) (*http.Response, error)

func (*Client) PostOrganizationsIdSeatWithBody

func (c *Client) PostOrganizationsIdSeatWithBody(ctx context.Context, id string, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*http.Response, error)

func (*Client) PostOrganizationsIdStorage

func (c *Client) PostOrganizationsIdStorage(ctx context.Context, id string, body PostOrganizationsIdStorageJSONRequestBody, reqEditors ...RequestEditorFn) (*http.Response, error)

func (*Client) PostOrganizationsIdStorageWithBody

func (c *Client) PostOrganizationsIdStorageWithBody(ctx context.Context, id string, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*http.Response, error)

func (*Client) PostOrganizationsIdTwoFactorDisable

func (c *Client) PostOrganizationsIdTwoFactorDisable(ctx context.Context, id string, body PostOrganizationsIdTwoFactorDisableJSONRequestBody, reqEditors ...RequestEditorFn) (*http.Response, error)

func (*Client) PostOrganizationsIdTwoFactorDisableWithBody

func (c *Client) PostOrganizationsIdTwoFactorDisableWithBody(ctx context.Context, id string, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*http.Response, error)

func (*Client) PostOrganizationsIdTwoFactorDuo

func (c *Client) PostOrganizationsIdTwoFactorDuo(ctx context.Context, id string, body PostOrganizationsIdTwoFactorDuoJSONRequestBody, reqEditors ...RequestEditorFn) (*http.Response, error)

func (*Client) PostOrganizationsIdTwoFactorDuoWithBody

func (c *Client) PostOrganizationsIdTwoFactorDuoWithBody(ctx context.Context, id string, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*http.Response, error)

func (*Client) PostOrganizationsIdTwoFactorGetDuo

func (c *Client) PostOrganizationsIdTwoFactorGetDuo(ctx context.Context, id string, body PostOrganizationsIdTwoFactorGetDuoJSONRequestBody, reqEditors ...RequestEditorFn) (*http.Response, error)

func (*Client) PostOrganizationsIdTwoFactorGetDuoWithBody

func (c *Client) PostOrganizationsIdTwoFactorGetDuoWithBody(ctx context.Context, id string, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*http.Response, error)

func (*Client) PostOrganizationsIdUpgrade

func (c *Client) PostOrganizationsIdUpgrade(ctx context.Context, id string, body PostOrganizationsIdUpgradeJSONRequestBody, reqEditors ...RequestEditorFn) (*http.Response, error)

func (*Client) PostOrganizationsIdUpgradeWithBody

func (c *Client) PostOrganizationsIdUpgradeWithBody(ctx context.Context, id string, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*http.Response, error)

func (*Client) PostOrganizationsIdVerifyBank

func (c *Client) PostOrganizationsIdVerifyBank(ctx context.Context, id string, body PostOrganizationsIdVerifyBankJSONRequestBody, reqEditors ...RequestEditorFn) (*http.Response, error)

func (*Client) PostOrganizationsIdVerifyBankWithBody

func (c *Client) PostOrganizationsIdVerifyBankWithBody(ctx context.Context, id string, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*http.Response, error)

func (*Client) PostOrganizationsIdWithBody

func (c *Client) PostOrganizationsIdWithBody(ctx context.Context, id string, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*http.Response, error)

func (*Client) PostOrganizationsLicenseWithBody

func (c *Client) PostOrganizationsLicenseWithBody(ctx context.Context, params *PostOrganizationsLicenseParams, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*http.Response, error)

func (*Client) PostOrganizationsOrgIdCollections

func (c *Client) PostOrganizationsOrgIdCollections(ctx context.Context, orgId string, body PostOrganizationsOrgIdCollectionsJSONRequestBody, reqEditors ...RequestEditorFn) (*http.Response, error)

func (*Client) PostOrganizationsOrgIdCollectionsId

func (c *Client) PostOrganizationsOrgIdCollectionsId(ctx context.Context, orgId string, id string, body PostOrganizationsOrgIdCollectionsIdJSONRequestBody, reqEditors ...RequestEditorFn) (*http.Response, error)

func (*Client) PostOrganizationsOrgIdCollectionsIdDelete

func (c *Client) PostOrganizationsOrgIdCollectionsIdDelete(ctx context.Context, orgId string, id string, reqEditors ...RequestEditorFn) (*http.Response, error)

func (*Client) PostOrganizationsOrgIdCollectionsIdDeleteUserOrgUserId

func (c *Client) PostOrganizationsOrgIdCollectionsIdDeleteUserOrgUserId(ctx context.Context, orgId string, id string, orgUserId string, reqEditors ...RequestEditorFn) (*http.Response, error)

func (*Client) PostOrganizationsOrgIdCollectionsIdWithBody

func (c *Client) PostOrganizationsOrgIdCollectionsIdWithBody(ctx context.Context, orgId string, id string, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*http.Response, error)

func (*Client) PostOrganizationsOrgIdCollectionsWithBody

func (c *Client) PostOrganizationsOrgIdCollectionsWithBody(ctx context.Context, orgId string, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*http.Response, error)

func (*Client) PostOrganizationsOrgIdGroups

func (c *Client) PostOrganizationsOrgIdGroups(ctx context.Context, orgId string, body PostOrganizationsOrgIdGroupsJSONRequestBody, reqEditors ...RequestEditorFn) (*http.Response, error)

func (*Client) PostOrganizationsOrgIdGroupsId

func (c *Client) PostOrganizationsOrgIdGroupsId(ctx context.Context, orgId string, id string, body PostOrganizationsOrgIdGroupsIdJSONRequestBody, reqEditors ...RequestEditorFn) (*http.Response, error)

func (*Client) PostOrganizationsOrgIdGroupsIdDelete

func (c *Client) PostOrganizationsOrgIdGroupsIdDelete(ctx context.Context, orgId string, id string, reqEditors ...RequestEditorFn) (*http.Response, error)

func (*Client) PostOrganizationsOrgIdGroupsIdDeleteUserOrgUserId

func (c *Client) PostOrganizationsOrgIdGroupsIdDeleteUserOrgUserId(ctx context.Context, orgId string, id string, orgUserId string, reqEditors ...RequestEditorFn) (*http.Response, error)

func (*Client) PostOrganizationsOrgIdGroupsIdWithBody

func (c *Client) PostOrganizationsOrgIdGroupsIdWithBody(ctx context.Context, orgId string, id string, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*http.Response, error)

func (*Client) PostOrganizationsOrgIdGroupsWithBody

func (c *Client) PostOrganizationsOrgIdGroupsWithBody(ctx context.Context, orgId string, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*http.Response, error)

func (*Client) PostOrganizationsOrgIdUsersConfirm

func (c *Client) PostOrganizationsOrgIdUsersConfirm(ctx context.Context, orgId string, body PostOrganizationsOrgIdUsersConfirmJSONRequestBody, reqEditors ...RequestEditorFn) (*http.Response, error)

func (*Client) PostOrganizationsOrgIdUsersConfirmWithBody

func (c *Client) PostOrganizationsOrgIdUsersConfirmWithBody(ctx context.Context, orgId string, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*http.Response, error)

func (*Client) PostOrganizationsOrgIdUsersDelete

func (c *Client) PostOrganizationsOrgIdUsersDelete(ctx context.Context, orgId string, body PostOrganizationsOrgIdUsersDeleteJSONRequestBody, reqEditors ...RequestEditorFn) (*http.Response, error)

func (*Client) PostOrganizationsOrgIdUsersDeleteWithBody

func (c *Client) PostOrganizationsOrgIdUsersDeleteWithBody(ctx context.Context, orgId string, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*http.Response, error)

func (*Client) PostOrganizationsOrgIdUsersId

func (c *Client) PostOrganizationsOrgIdUsersId(ctx context.Context, orgId string, id string, body PostOrganizationsOrgIdUsersIdJSONRequestBody, reqEditors ...RequestEditorFn) (*http.Response, error)

func (*Client) PostOrganizationsOrgIdUsersIdAccept

func (c *Client) PostOrganizationsOrgIdUsersIdAccept(ctx context.Context, orgId string, id string, body PostOrganizationsOrgIdUsersIdAcceptJSONRequestBody, reqEditors ...RequestEditorFn) (*http.Response, error)

func (*Client) PostOrganizationsOrgIdUsersIdAcceptWithBody

func (c *Client) PostOrganizationsOrgIdUsersIdAcceptWithBody(ctx context.Context, orgId string, id string, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*http.Response, error)

func (*Client) PostOrganizationsOrgIdUsersIdConfirm

func (c *Client) PostOrganizationsOrgIdUsersIdConfirm(ctx context.Context, orgId string, id string, body PostOrganizationsOrgIdUsersIdConfirmJSONRequestBody, reqEditors ...RequestEditorFn) (*http.Response, error)

func (*Client) PostOrganizationsOrgIdUsersIdConfirmWithBody

func (c *Client) PostOrganizationsOrgIdUsersIdConfirmWithBody(ctx context.Context, orgId string, id string, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*http.Response, error)

func (*Client) PostOrganizationsOrgIdUsersIdDelete

func (c *Client) PostOrganizationsOrgIdUsersIdDelete(ctx context.Context, orgId string, id string, reqEditors ...RequestEditorFn) (*http.Response, error)

func (*Client) PostOrganizationsOrgIdUsersIdGroups

func (c *Client) PostOrganizationsOrgIdUsersIdGroups(ctx context.Context, orgId string, id string, body PostOrganizationsOrgIdUsersIdGroupsJSONRequestBody, reqEditors ...RequestEditorFn) (*http.Response, error)

func (*Client) PostOrganizationsOrgIdUsersIdGroupsWithBody

func (c *Client) PostOrganizationsOrgIdUsersIdGroupsWithBody(ctx context.Context, orgId string, id string, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*http.Response, error)

func (*Client) PostOrganizationsOrgIdUsersIdReinvite

func (c *Client) PostOrganizationsOrgIdUsersIdReinvite(ctx context.Context, orgId string, id string, reqEditors ...RequestEditorFn) (*http.Response, error)

func (*Client) PostOrganizationsOrgIdUsersIdWithBody

func (c *Client) PostOrganizationsOrgIdUsersIdWithBody(ctx context.Context, orgId string, id string, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*http.Response, error)

func (*Client) PostOrganizationsOrgIdUsersInvite

func (c *Client) PostOrganizationsOrgIdUsersInvite(ctx context.Context, orgId string, body PostOrganizationsOrgIdUsersInviteJSONRequestBody, reqEditors ...RequestEditorFn) (*http.Response, error)

func (*Client) PostOrganizationsOrgIdUsersInviteWithBody

func (c *Client) PostOrganizationsOrgIdUsersInviteWithBody(ctx context.Context, orgId string, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*http.Response, error)

func (*Client) PostOrganizationsOrgIdUsersPublicKeys

func (c *Client) PostOrganizationsOrgIdUsersPublicKeys(ctx context.Context, orgId string, body PostOrganizationsOrgIdUsersPublicKeysJSONRequestBody, reqEditors ...RequestEditorFn) (*http.Response, error)

func (*Client) PostOrganizationsOrgIdUsersPublicKeysWithBody

func (c *Client) PostOrganizationsOrgIdUsersPublicKeysWithBody(ctx context.Context, orgId string, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*http.Response, error)

func (*Client) PostOrganizationsOrgIdUsersReinvite

func (c *Client) PostOrganizationsOrgIdUsersReinvite(ctx context.Context, orgId string, body PostOrganizationsOrgIdUsersReinviteJSONRequestBody, reqEditors ...RequestEditorFn) (*http.Response, error)

func (*Client) PostOrganizationsOrgIdUsersReinviteWithBody

func (c *Client) PostOrganizationsOrgIdUsersReinviteWithBody(ctx context.Context, orgId string, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*http.Response, error)

func (*Client) PostOrganizationsWithBody

func (c *Client) PostOrganizationsWithBody(ctx context.Context, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*http.Response, error)

func (*Client) PostPushRegister

func (c *Client) PostPushRegister(ctx context.Context, body PostPushRegisterJSONRequestBody, reqEditors ...RequestEditorFn) (*http.Response, error)

func (*Client) PostPushRegisterWithBody

func (c *Client) PostPushRegisterWithBody(ctx context.Context, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*http.Response, error)

func (*Client) PostPushSend

func (c *Client) PostPushSend(ctx context.Context, body PostPushSendJSONRequestBody, reqEditors ...RequestEditorFn) (*http.Response, error)

func (*Client) PostPushSendWithBody

func (c *Client) PostPushSendWithBody(ctx context.Context, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*http.Response, error)

func (*Client) PostSends

func (c *Client) PostSends(ctx context.Context, body PostSendsJSONRequestBody, reqEditors ...RequestEditorFn) (*http.Response, error)

func (*Client) PostSendsAccessId

func (c *Client) PostSendsAccessId(ctx context.Context, id string, body PostSendsAccessIdJSONRequestBody, reqEditors ...RequestEditorFn) (*http.Response, error)

func (*Client) PostSendsAccessIdWithBody

func (c *Client) PostSendsAccessIdWithBody(ctx context.Context, id string, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*http.Response, error)

func (*Client) PostSendsEncodedSendIdAccessFileFileId

func (c *Client) PostSendsEncodedSendIdAccessFileFileId(ctx context.Context, encodedSendId string, fileId string, body PostSendsEncodedSendIdAccessFileFileIdJSONRequestBody, reqEditors ...RequestEditorFn) (*http.Response, error)

func (*Client) PostSendsEncodedSendIdAccessFileFileIdWithBody

func (c *Client) PostSendsEncodedSendIdAccessFileFileIdWithBody(ctx context.Context, encodedSendId string, fileId string, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*http.Response, error)

func (*Client) PostSendsFile

func (c *Client) PostSendsFile(ctx context.Context, reqEditors ...RequestEditorFn) (*http.Response, error)

func (*Client) PostSendsFileV2

func (c *Client) PostSendsFileV2(ctx context.Context, body PostSendsFileV2JSONRequestBody, reqEditors ...RequestEditorFn) (*http.Response, error)

func (*Client) PostSendsFileV2WithBody

func (c *Client) PostSendsFileV2WithBody(ctx context.Context, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*http.Response, error)

func (*Client) PostSendsFileValidateAzure

func (c *Client) PostSendsFileValidateAzure(ctx context.Context, reqEditors ...RequestEditorFn) (*http.Response, error)

func (*Client) PostSendsIdFileFileId

func (c *Client) PostSendsIdFileFileId(ctx context.Context, id string, fileId string, reqEditors ...RequestEditorFn) (*http.Response, error)

func (*Client) PostSendsWithBody

func (c *Client) PostSendsWithBody(ctx context.Context, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*http.Response, error)

func (*Client) PostSettingsDomains

func (c *Client) PostSettingsDomains(ctx context.Context, body PostSettingsDomainsJSONRequestBody, reqEditors ...RequestEditorFn) (*http.Response, error)

func (*Client) PostSettingsDomainsWithBody

func (c *Client) PostSettingsDomainsWithBody(ctx context.Context, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*http.Response, error)

func (*Client) PostSetupPayment

func (c *Client) PostSetupPayment(ctx context.Context, reqEditors ...RequestEditorFn) (*http.Response, error)

func (*Client) PostTwoFactorAuthenticator

func (c *Client) PostTwoFactorAuthenticator(ctx context.Context, body PostTwoFactorAuthenticatorJSONRequestBody, reqEditors ...RequestEditorFn) (*http.Response, error)

func (*Client) PostTwoFactorAuthenticatorWithBody

func (c *Client) PostTwoFactorAuthenticatorWithBody(ctx context.Context, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*http.Response, error)

func (*Client) PostTwoFactorDisable

func (c *Client) PostTwoFactorDisable(ctx context.Context, body PostTwoFactorDisableJSONRequestBody, reqEditors ...RequestEditorFn) (*http.Response, error)

func (*Client) PostTwoFactorDisableWithBody

func (c *Client) PostTwoFactorDisableWithBody(ctx context.Context, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*http.Response, error)

func (*Client) PostTwoFactorDuo

func (c *Client) PostTwoFactorDuo(ctx context.Context, body PostTwoFactorDuoJSONRequestBody, reqEditors ...RequestEditorFn) (*http.Response, error)

func (*Client) PostTwoFactorDuoWithBody

func (c *Client) PostTwoFactorDuoWithBody(ctx context.Context, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*http.Response, error)

func (*Client) PostTwoFactorEmail

func (c *Client) PostTwoFactorEmail(ctx context.Context, body PostTwoFactorEmailJSONRequestBody, reqEditors ...RequestEditorFn) (*http.Response, error)

func (*Client) PostTwoFactorEmailWithBody

func (c *Client) PostTwoFactorEmailWithBody(ctx context.Context, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*http.Response, error)

func (*Client) PostTwoFactorGetAuthenticator

func (c *Client) PostTwoFactorGetAuthenticator(ctx context.Context, body PostTwoFactorGetAuthenticatorJSONRequestBody, reqEditors ...RequestEditorFn) (*http.Response, error)

func (*Client) PostTwoFactorGetAuthenticatorWithBody

func (c *Client) PostTwoFactorGetAuthenticatorWithBody(ctx context.Context, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*http.Response, error)

func (*Client) PostTwoFactorGetDuo

func (c *Client) PostTwoFactorGetDuo(ctx context.Context, body PostTwoFactorGetDuoJSONRequestBody, reqEditors ...RequestEditorFn) (*http.Response, error)

func (*Client) PostTwoFactorGetDuoWithBody

func (c *Client) PostTwoFactorGetDuoWithBody(ctx context.Context, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*http.Response, error)

func (*Client) PostTwoFactorGetEmail

func (c *Client) PostTwoFactorGetEmail(ctx context.Context, body PostTwoFactorGetEmailJSONRequestBody, reqEditors ...RequestEditorFn) (*http.Response, error)

func (*Client) PostTwoFactorGetEmailWithBody

func (c *Client) PostTwoFactorGetEmailWithBody(ctx context.Context, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*http.Response, error)

func (*Client) PostTwoFactorGetRecover

func (c *Client) PostTwoFactorGetRecover(ctx context.Context, body PostTwoFactorGetRecoverJSONRequestBody, reqEditors ...RequestEditorFn) (*http.Response, error)

func (*Client) PostTwoFactorGetRecoverWithBody

func (c *Client) PostTwoFactorGetRecoverWithBody(ctx context.Context, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*http.Response, error)

func (*Client) PostTwoFactorGetWebauthn

func (c *Client) PostTwoFactorGetWebauthn(ctx context.Context, body PostTwoFactorGetWebauthnJSONRequestBody, reqEditors ...RequestEditorFn) (*http.Response, error)

func (*Client) PostTwoFactorGetWebauthnChallenge

func (c *Client) PostTwoFactorGetWebauthnChallenge(ctx context.Context, body PostTwoFactorGetWebauthnChallengeJSONRequestBody, reqEditors ...RequestEditorFn) (*http.Response, error)

func (*Client) PostTwoFactorGetWebauthnChallengeWithBody

func (c *Client) PostTwoFactorGetWebauthnChallengeWithBody(ctx context.Context, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*http.Response, error)

func (*Client) PostTwoFactorGetWebauthnWithBody

func (c *Client) PostTwoFactorGetWebauthnWithBody(ctx context.Context, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*http.Response, error)

func (*Client) PostTwoFactorGetYubikey

func (c *Client) PostTwoFactorGetYubikey(ctx context.Context, body PostTwoFactorGetYubikeyJSONRequestBody, reqEditors ...RequestEditorFn) (*http.Response, error)

func (*Client) PostTwoFactorGetYubikeyWithBody

func (c *Client) PostTwoFactorGetYubikeyWithBody(ctx context.Context, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*http.Response, error)

func (*Client) PostTwoFactorRecover

func (c *Client) PostTwoFactorRecover(ctx context.Context, body PostTwoFactorRecoverJSONRequestBody, reqEditors ...RequestEditorFn) (*http.Response, error)

func (*Client) PostTwoFactorRecoverWithBody

func (c *Client) PostTwoFactorRecoverWithBody(ctx context.Context, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*http.Response, error)

func (*Client) PostTwoFactorSendEmail

func (c *Client) PostTwoFactorSendEmail(ctx context.Context, body PostTwoFactorSendEmailJSONRequestBody, reqEditors ...RequestEditorFn) (*http.Response, error)

func (*Client) PostTwoFactorSendEmailLogin

func (c *Client) PostTwoFactorSendEmailLogin(ctx context.Context, body PostTwoFactorSendEmailLoginJSONRequestBody, reqEditors ...RequestEditorFn) (*http.Response, error)

func (*Client) PostTwoFactorSendEmailLoginWithBody

func (c *Client) PostTwoFactorSendEmailLoginWithBody(ctx context.Context, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*http.Response, error)

func (*Client) PostTwoFactorSendEmailWithBody

func (c *Client) PostTwoFactorSendEmailWithBody(ctx context.Context, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*http.Response, error)

func (*Client) PostTwoFactorWebauthn

func (c *Client) PostTwoFactorWebauthn(ctx context.Context, body PostTwoFactorWebauthnJSONRequestBody, reqEditors ...RequestEditorFn) (*http.Response, error)

func (*Client) PostTwoFactorWebauthnWithBody

func (c *Client) PostTwoFactorWebauthnWithBody(ctx context.Context, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*http.Response, error)

func (*Client) PostTwoFactorYubikey

func (c *Client) PostTwoFactorYubikey(ctx context.Context, body PostTwoFactorYubikeyJSONRequestBody, reqEditors ...RequestEditorFn) (*http.Response, error)

func (*Client) PostTwoFactorYubikeyWithBody

func (c *Client) PostTwoFactorYubikeyWithBody(ctx context.Context, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*http.Response, error)

func (*Client) PutAccountsProfile

func (c *Client) PutAccountsProfile(ctx context.Context, body PutAccountsProfileJSONRequestBody, reqEditors ...RequestEditorFn) (*http.Response, error)

func (*Client) PutAccountsProfileWithBody

func (c *Client) PutAccountsProfileWithBody(ctx context.Context, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*http.Response, error)

func (*Client) PutAccountsTax

func (c *Client) PutAccountsTax(ctx context.Context, body PutAccountsTaxJSONRequestBody, reqEditors ...RequestEditorFn) (*http.Response, error)

func (*Client) PutAccountsTaxWithBody

func (c *Client) PutAccountsTaxWithBody(ctx context.Context, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*http.Response, error)

func (*Client) PutCiphersDelete

func (c *Client) PutCiphersDelete(ctx context.Context, body PutCiphersDeleteJSONRequestBody, reqEditors ...RequestEditorFn) (*http.Response, error)

func (*Client) PutCiphersDeleteAdmin

func (c *Client) PutCiphersDeleteAdmin(ctx context.Context, body PutCiphersDeleteAdminJSONRequestBody, reqEditors ...RequestEditorFn) (*http.Response, error)

func (*Client) PutCiphersDeleteAdminWithBody

func (c *Client) PutCiphersDeleteAdminWithBody(ctx context.Context, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*http.Response, error)

func (*Client) PutCiphersDeleteWithBody

func (c *Client) PutCiphersDeleteWithBody(ctx context.Context, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*http.Response, error)

func (*Client) PutCiphersId

func (c *Client) PutCiphersId(ctx context.Context, id string, body PutCiphersIdJSONRequestBody, reqEditors ...RequestEditorFn) (*http.Response, error)

func (*Client) PutCiphersIdAdmin

func (c *Client) PutCiphersIdAdmin(ctx context.Context, id string, body PutCiphersIdAdminJSONRequestBody, reqEditors ...RequestEditorFn) (*http.Response, error)

func (*Client) PutCiphersIdAdminWithBody

func (c *Client) PutCiphersIdAdminWithBody(ctx context.Context, id string, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*http.Response, error)

func (*Client) PutCiphersIdCollections

func (c *Client) PutCiphersIdCollections(ctx context.Context, id string, body PutCiphersIdCollectionsJSONRequestBody, reqEditors ...RequestEditorFn) (*http.Response, error)

func (*Client) PutCiphersIdCollectionsAdmin

func (c *Client) PutCiphersIdCollectionsAdmin(ctx context.Context, id string, body PutCiphersIdCollectionsAdminJSONRequestBody, reqEditors ...RequestEditorFn) (*http.Response, error)

func (*Client) PutCiphersIdCollectionsAdminWithBody

func (c *Client) PutCiphersIdCollectionsAdminWithBody(ctx context.Context, id string, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*http.Response, error)

func (*Client) PutCiphersIdCollectionsWithBody

func (c *Client) PutCiphersIdCollectionsWithBody(ctx context.Context, id string, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*http.Response, error)

func (*Client) PutCiphersIdDelete

func (c *Client) PutCiphersIdDelete(ctx context.Context, id string, reqEditors ...RequestEditorFn) (*http.Response, error)

func (*Client) PutCiphersIdDeleteAdmin

func (c *Client) PutCiphersIdDeleteAdmin(ctx context.Context, id string, reqEditors ...RequestEditorFn) (*http.Response, error)

func (*Client) PutCiphersIdPartial

func (c *Client) PutCiphersIdPartial(ctx context.Context, id string, body PutCiphersIdPartialJSONRequestBody, reqEditors ...RequestEditorFn) (*http.Response, error)

func (*Client) PutCiphersIdPartialWithBody

func (c *Client) PutCiphersIdPartialWithBody(ctx context.Context, id string, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*http.Response, error)

func (*Client) PutCiphersIdRestore

func (c *Client) PutCiphersIdRestore(ctx context.Context, id string, reqEditors ...RequestEditorFn) (*http.Response, error)

func (*Client) PutCiphersIdRestoreAdmin

func (c *Client) PutCiphersIdRestoreAdmin(ctx context.Context, id string, reqEditors ...RequestEditorFn) (*http.Response, error)

func (*Client) PutCiphersIdShare

func (c *Client) PutCiphersIdShare(ctx context.Context, id string, body PutCiphersIdShareJSONRequestBody, reqEditors ...RequestEditorFn) (*http.Response, error)

func (*Client) PutCiphersIdShareWithBody

func (c *Client) PutCiphersIdShareWithBody(ctx context.Context, id string, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*http.Response, error)

func (*Client) PutCiphersIdWithBody

func (c *Client) PutCiphersIdWithBody(ctx context.Context, id string, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*http.Response, error)

func (*Client) PutCiphersMove

func (c *Client) PutCiphersMove(ctx context.Context, body PutCiphersMoveJSONRequestBody, reqEditors ...RequestEditorFn) (*http.Response, error)

func (*Client) PutCiphersMoveWithBody

func (c *Client) PutCiphersMoveWithBody(ctx context.Context, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*http.Response, error)

func (*Client) PutCiphersRestore

func (c *Client) PutCiphersRestore(ctx context.Context, body PutCiphersRestoreJSONRequestBody, reqEditors ...RequestEditorFn) (*http.Response, error)

func (*Client) PutCiphersRestoreWithBody

func (c *Client) PutCiphersRestoreWithBody(ctx context.Context, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*http.Response, error)

func (*Client) PutCiphersShare

func (c *Client) PutCiphersShare(ctx context.Context, body PutCiphersShareJSONRequestBody, reqEditors ...RequestEditorFn) (*http.Response, error)

func (*Client) PutCiphersShareWithBody

func (c *Client) PutCiphersShareWithBody(ctx context.Context, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*http.Response, error)

func (*Client) PutDevicesId

func (c *Client) PutDevicesId(ctx context.Context, id string, body PutDevicesIdJSONRequestBody, reqEditors ...RequestEditorFn) (*http.Response, error)

func (*Client) PutDevicesIdWithBody

func (c *Client) PutDevicesIdWithBody(ctx context.Context, id string, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*http.Response, error)

func (*Client) PutDevicesIdentifierIdentifierClearToken

func (c *Client) PutDevicesIdentifierIdentifierClearToken(ctx context.Context, identifier string, reqEditors ...RequestEditorFn) (*http.Response, error)

func (*Client) PutDevicesIdentifierIdentifierToken

func (c *Client) PutDevicesIdentifierIdentifierToken(ctx context.Context, identifier string, body PutDevicesIdentifierIdentifierTokenJSONRequestBody, reqEditors ...RequestEditorFn) (*http.Response, error)

func (*Client) PutDevicesIdentifierIdentifierTokenWithBody

func (c *Client) PutDevicesIdentifierIdentifierTokenWithBody(ctx context.Context, identifier string, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*http.Response, error)

func (*Client) PutEmergencyAccessId

func (c *Client) PutEmergencyAccessId(ctx context.Context, id string, body PutEmergencyAccessIdJSONRequestBody, reqEditors ...RequestEditorFn) (*http.Response, error)

func (*Client) PutEmergencyAccessIdWithBody

func (c *Client) PutEmergencyAccessIdWithBody(ctx context.Context, id string, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*http.Response, error)

func (*Client) PutFoldersId

func (c *Client) PutFoldersId(ctx context.Context, id string, body PutFoldersIdJSONRequestBody, reqEditors ...RequestEditorFn) (*http.Response, error)

func (*Client) PutFoldersIdWithBody

func (c *Client) PutFoldersIdWithBody(ctx context.Context, id string, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*http.Response, error)

func (*Client) PutOrganizationsId

func (c *Client) PutOrganizationsId(ctx context.Context, id string, body PutOrganizationsIdJSONRequestBody, reqEditors ...RequestEditorFn) (*http.Response, error)

func (*Client) PutOrganizationsIdTax

func (c *Client) PutOrganizationsIdTax(ctx context.Context, id string, body PutOrganizationsIdTaxJSONRequestBody, reqEditors ...RequestEditorFn) (*http.Response, error)

func (*Client) PutOrganizationsIdTaxWithBody

func (c *Client) PutOrganizationsIdTaxWithBody(ctx context.Context, id string, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*http.Response, error)

func (*Client) PutOrganizationsIdTwoFactorDisable

func (c *Client) PutOrganizationsIdTwoFactorDisable(ctx context.Context, id string, body PutOrganizationsIdTwoFactorDisableJSONRequestBody, reqEditors ...RequestEditorFn) (*http.Response, error)

func (*Client) PutOrganizationsIdTwoFactorDisableWithBody

func (c *Client) PutOrganizationsIdTwoFactorDisableWithBody(ctx context.Context, id string, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*http.Response, error)

func (*Client) PutOrganizationsIdTwoFactorDuo

func (c *Client) PutOrganizationsIdTwoFactorDuo(ctx context.Context, id string, body PutOrganizationsIdTwoFactorDuoJSONRequestBody, reqEditors ...RequestEditorFn) (*http.Response, error)

func (*Client) PutOrganizationsIdTwoFactorDuoWithBody

func (c *Client) PutOrganizationsIdTwoFactorDuoWithBody(ctx context.Context, id string, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*http.Response, error)

func (*Client) PutOrganizationsIdWithBody

func (c *Client) PutOrganizationsIdWithBody(ctx context.Context, id string, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*http.Response, error)

func (*Client) PutOrganizationsOrgIdCollectionsId

func (c *Client) PutOrganizationsOrgIdCollectionsId(ctx context.Context, orgId string, id string, body PutOrganizationsOrgIdCollectionsIdJSONRequestBody, reqEditors ...RequestEditorFn) (*http.Response, error)

func (*Client) PutOrganizationsOrgIdCollectionsIdUsers

func (c *Client) PutOrganizationsOrgIdCollectionsIdUsers(ctx context.Context, orgId string, id string, body PutOrganizationsOrgIdCollectionsIdUsersJSONRequestBody, reqEditors ...RequestEditorFn) (*http.Response, error)

func (*Client) PutOrganizationsOrgIdCollectionsIdUsersWithBody

func (c *Client) PutOrganizationsOrgIdCollectionsIdUsersWithBody(ctx context.Context, orgId string, id string, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*http.Response, error)

func (*Client) PutOrganizationsOrgIdCollectionsIdWithBody

func (c *Client) PutOrganizationsOrgIdCollectionsIdWithBody(ctx context.Context, orgId string, id string, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*http.Response, error)

func (*Client) PutOrganizationsOrgIdGroupsId

func (c *Client) PutOrganizationsOrgIdGroupsId(ctx context.Context, orgId string, id string, body PutOrganizationsOrgIdGroupsIdJSONRequestBody, reqEditors ...RequestEditorFn) (*http.Response, error)

func (*Client) PutOrganizationsOrgIdGroupsIdUsers

func (c *Client) PutOrganizationsOrgIdGroupsIdUsers(ctx context.Context, orgId string, id string, body PutOrganizationsOrgIdGroupsIdUsersJSONRequestBody, reqEditors ...RequestEditorFn) (*http.Response, error)

func (*Client) PutOrganizationsOrgIdGroupsIdUsersWithBody

func (c *Client) PutOrganizationsOrgIdGroupsIdUsersWithBody(ctx context.Context, orgId string, id string, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*http.Response, error)

func (*Client) PutOrganizationsOrgIdGroupsIdWithBody

func (c *Client) PutOrganizationsOrgIdGroupsIdWithBody(ctx context.Context, orgId string, id string, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*http.Response, error)

func (*Client) PutOrganizationsOrgIdPoliciesType

func (c *Client) PutOrganizationsOrgIdPoliciesType(ctx context.Context, orgId string, pType int32, body PutOrganizationsOrgIdPoliciesTypeJSONRequestBody, reqEditors ...RequestEditorFn) (*http.Response, error)

func (*Client) PutOrganizationsOrgIdPoliciesTypeWithBody

func (c *Client) PutOrganizationsOrgIdPoliciesTypeWithBody(ctx context.Context, orgId string, pType int32, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*http.Response, error)

func (*Client) PutOrganizationsOrgIdUsersId

func (c *Client) PutOrganizationsOrgIdUsersId(ctx context.Context, orgId string, id string, body PutOrganizationsOrgIdUsersIdJSONRequestBody, reqEditors ...RequestEditorFn) (*http.Response, error)

func (*Client) PutOrganizationsOrgIdUsersIdGroups

func (c *Client) PutOrganizationsOrgIdUsersIdGroups(ctx context.Context, orgId string, id string, body PutOrganizationsOrgIdUsersIdGroupsJSONRequestBody, reqEditors ...RequestEditorFn) (*http.Response, error)

func (*Client) PutOrganizationsOrgIdUsersIdGroupsWithBody

func (c *Client) PutOrganizationsOrgIdUsersIdGroupsWithBody(ctx context.Context, orgId string, id string, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*http.Response, error)

func (*Client) PutOrganizationsOrgIdUsersIdResetPassword

func (c *Client) PutOrganizationsOrgIdUsersIdResetPassword(ctx context.Context, orgId string, id string, body PutOrganizationsOrgIdUsersIdResetPasswordJSONRequestBody, reqEditors ...RequestEditorFn) (*http.Response, error)

func (*Client) PutOrganizationsOrgIdUsersIdResetPasswordWithBody

func (c *Client) PutOrganizationsOrgIdUsersIdResetPasswordWithBody(ctx context.Context, orgId string, id string, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*http.Response, error)

func (*Client) PutOrganizationsOrgIdUsersIdWithBody

func (c *Client) PutOrganizationsOrgIdUsersIdWithBody(ctx context.Context, orgId string, id string, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*http.Response, error)

func (*Client) PutOrganizationsOrgIdUsersUserIdResetPasswordEnrollment

func (c *Client) PutOrganizationsOrgIdUsersUserIdResetPasswordEnrollment(ctx context.Context, orgId string, userId string, body PutOrganizationsOrgIdUsersUserIdResetPasswordEnrollmentJSONRequestBody, reqEditors ...RequestEditorFn) (*http.Response, error)

func (*Client) PutOrganizationsOrgIdUsersUserIdResetPasswordEnrollmentWithBody

func (c *Client) PutOrganizationsOrgIdUsersUserIdResetPasswordEnrollmentWithBody(ctx context.Context, orgId string, userId string, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*http.Response, error)

func (*Client) PutPushAddOrganization

func (c *Client) PutPushAddOrganization(ctx context.Context, body PutPushAddOrganizationJSONRequestBody, reqEditors ...RequestEditorFn) (*http.Response, error)

func (*Client) PutPushAddOrganizationWithBody

func (c *Client) PutPushAddOrganizationWithBody(ctx context.Context, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*http.Response, error)

func (*Client) PutPushDeleteOrganization

func (c *Client) PutPushDeleteOrganization(ctx context.Context, body PutPushDeleteOrganizationJSONRequestBody, reqEditors ...RequestEditorFn) (*http.Response, error)

func (*Client) PutPushDeleteOrganizationWithBody

func (c *Client) PutPushDeleteOrganizationWithBody(ctx context.Context, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*http.Response, error)

func (*Client) PutSendsId

func (c *Client) PutSendsId(ctx context.Context, id string, body PutSendsIdJSONRequestBody, reqEditors ...RequestEditorFn) (*http.Response, error)

func (*Client) PutSendsIdRemovePassword

func (c *Client) PutSendsIdRemovePassword(ctx context.Context, id string, reqEditors ...RequestEditorFn) (*http.Response, error)

func (*Client) PutSendsIdWithBody

func (c *Client) PutSendsIdWithBody(ctx context.Context, id string, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*http.Response, error)

func (*Client) PutSettingsDomains

func (c *Client) PutSettingsDomains(ctx context.Context, body PutSettingsDomainsJSONRequestBody, reqEditors ...RequestEditorFn) (*http.Response, error)

func (*Client) PutSettingsDomainsWithBody

func (c *Client) PutSettingsDomainsWithBody(ctx context.Context, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*http.Response, error)

func (*Client) PutTwoFactorAuthenticator

func (c *Client) PutTwoFactorAuthenticator(ctx context.Context, body PutTwoFactorAuthenticatorJSONRequestBody, reqEditors ...RequestEditorFn) (*http.Response, error)

func (*Client) PutTwoFactorAuthenticatorWithBody

func (c *Client) PutTwoFactorAuthenticatorWithBody(ctx context.Context, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*http.Response, error)

func (*Client) PutTwoFactorDisable

func (c *Client) PutTwoFactorDisable(ctx context.Context, body PutTwoFactorDisableJSONRequestBody, reqEditors ...RequestEditorFn) (*http.Response, error)

func (*Client) PutTwoFactorDisableWithBody

func (c *Client) PutTwoFactorDisableWithBody(ctx context.Context, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*http.Response, error)

func (*Client) PutTwoFactorDuo

func (c *Client) PutTwoFactorDuo(ctx context.Context, body PutTwoFactorDuoJSONRequestBody, reqEditors ...RequestEditorFn) (*http.Response, error)

func (*Client) PutTwoFactorDuoWithBody

func (c *Client) PutTwoFactorDuoWithBody(ctx context.Context, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*http.Response, error)

func (*Client) PutTwoFactorEmail

func (c *Client) PutTwoFactorEmail(ctx context.Context, body PutTwoFactorEmailJSONRequestBody, reqEditors ...RequestEditorFn) (*http.Response, error)

func (*Client) PutTwoFactorEmailWithBody

func (c *Client) PutTwoFactorEmailWithBody(ctx context.Context, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*http.Response, error)

func (*Client) PutTwoFactorWebauthn

func (c *Client) PutTwoFactorWebauthn(ctx context.Context, body PutTwoFactorWebauthnJSONRequestBody, reqEditors ...RequestEditorFn) (*http.Response, error)

func (*Client) PutTwoFactorWebauthnWithBody

func (c *Client) PutTwoFactorWebauthnWithBody(ctx context.Context, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*http.Response, error)

func (*Client) PutTwoFactorYubikey

func (c *Client) PutTwoFactorYubikey(ctx context.Context, body PutTwoFactorYubikeyJSONRequestBody, reqEditors ...RequestEditorFn) (*http.Response, error)

func (*Client) PutTwoFactorYubikeyWithBody

func (c *Client) PutTwoFactorYubikeyWithBody(ctx context.Context, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*http.Response, error)

type ClientInterface

type ClientInterface interface {
	// DeleteAccounts request with any body
	DeleteAccountsWithBody(ctx context.Context, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*http.Response, error)

	DeleteAccounts(ctx context.Context, body DeleteAccountsJSONRequestBody, reqEditors ...RequestEditorFn) (*http.Response, error)

	// PostAccountsApiKey request with any body
	PostAccountsApiKeyWithBody(ctx context.Context, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*http.Response, error)

	PostAccountsApiKey(ctx context.Context, body PostAccountsApiKeyJSONRequestBody, reqEditors ...RequestEditorFn) (*http.Response, error)

	// GetAccountsBilling request
	GetAccountsBilling(ctx context.Context, reqEditors ...RequestEditorFn) (*http.Response, error)

	// PostAccountsCancelPremium request
	PostAccountsCancelPremium(ctx context.Context, reqEditors ...RequestEditorFn) (*http.Response, error)

	// PostAccountsDelete request with any body
	PostAccountsDeleteWithBody(ctx context.Context, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*http.Response, error)

	PostAccountsDelete(ctx context.Context, body PostAccountsDeleteJSONRequestBody, reqEditors ...RequestEditorFn) (*http.Response, error)

	// PostAccountsDeleteRecover request with any body
	PostAccountsDeleteRecoverWithBody(ctx context.Context, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*http.Response, error)

	PostAccountsDeleteRecover(ctx context.Context, body PostAccountsDeleteRecoverJSONRequestBody, reqEditors ...RequestEditorFn) (*http.Response, error)

	// PostAccountsDeleteRecoverToken request with any body
	PostAccountsDeleteRecoverTokenWithBody(ctx context.Context, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*http.Response, error)

	PostAccountsDeleteRecoverToken(ctx context.Context, body PostAccountsDeleteRecoverTokenJSONRequestBody, reqEditors ...RequestEditorFn) (*http.Response, error)

	// PostAccountsEmail request with any body
	PostAccountsEmailWithBody(ctx context.Context, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*http.Response, error)

	PostAccountsEmail(ctx context.Context, body PostAccountsEmailJSONRequestBody, reqEditors ...RequestEditorFn) (*http.Response, error)

	// PostAccountsEmailToken request with any body
	PostAccountsEmailTokenWithBody(ctx context.Context, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*http.Response, error)

	PostAccountsEmailToken(ctx context.Context, body PostAccountsEmailTokenJSONRequestBody, reqEditors ...RequestEditorFn) (*http.Response, error)

	// GetAccountsEnterprisePortalSigninToken request
	GetAccountsEnterprisePortalSigninToken(ctx context.Context, reqEditors ...RequestEditorFn) (*http.Response, error)

	// PostAccountsIapCheck request with any body
	PostAccountsIapCheckWithBody(ctx context.Context, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*http.Response, error)

	PostAccountsIapCheck(ctx context.Context, body PostAccountsIapCheckJSONRequestBody, reqEditors ...RequestEditorFn) (*http.Response, error)

	// PostAccountsKdf request with any body
	PostAccountsKdfWithBody(ctx context.Context, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*http.Response, error)

	PostAccountsKdf(ctx context.Context, body PostAccountsKdfJSONRequestBody, reqEditors ...RequestEditorFn) (*http.Response, error)

	// PostAccountsKey request with any body
	PostAccountsKeyWithBody(ctx context.Context, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*http.Response, error)

	PostAccountsKey(ctx context.Context, body PostAccountsKeyJSONRequestBody, reqEditors ...RequestEditorFn) (*http.Response, error)

	// GetAccountsKeys request
	GetAccountsKeys(ctx context.Context, reqEditors ...RequestEditorFn) (*http.Response, error)

	// PostAccountsKeys request with any body
	PostAccountsKeysWithBody(ctx context.Context, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*http.Response, error)

	PostAccountsKeys(ctx context.Context, body PostAccountsKeysJSONRequestBody, reqEditors ...RequestEditorFn) (*http.Response, error)

	// PostAccountsLicense request with any body
	PostAccountsLicenseWithBody(ctx context.Context, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*http.Response, error)

	// GetAccountsOrganizations request
	GetAccountsOrganizations(ctx context.Context, reqEditors ...RequestEditorFn) (*http.Response, error)

	// PostAccountsPassword request with any body
	PostAccountsPasswordWithBody(ctx context.Context, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*http.Response, error)

	PostAccountsPassword(ctx context.Context, body PostAccountsPasswordJSONRequestBody, reqEditors ...RequestEditorFn) (*http.Response, error)

	// PostAccountsPasswordHint request with any body
	PostAccountsPasswordHintWithBody(ctx context.Context, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*http.Response, error)

	PostAccountsPasswordHint(ctx context.Context, body PostAccountsPasswordHintJSONRequestBody, reqEditors ...RequestEditorFn) (*http.Response, error)

	// PostAccountsPayment request with any body
	PostAccountsPaymentWithBody(ctx context.Context, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*http.Response, error)

	PostAccountsPayment(ctx context.Context, body PostAccountsPaymentJSONRequestBody, reqEditors ...RequestEditorFn) (*http.Response, error)

	// PostAccountsPrelogin request with any body
	PostAccountsPreloginWithBody(ctx context.Context, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*http.Response, error)

	PostAccountsPrelogin(ctx context.Context, body PostAccountsPreloginJSONRequestBody, reqEditors ...RequestEditorFn) (*http.Response, error)

	// PostAccountsPremium request with any body
	PostAccountsPremiumWithBody(ctx context.Context, params *PostAccountsPremiumParams, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*http.Response, error)

	// GetAccountsProfile request
	GetAccountsProfile(ctx context.Context, reqEditors ...RequestEditorFn) (*http.Response, error)

	// PostAccountsProfile request with any body
	PostAccountsProfileWithBody(ctx context.Context, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*http.Response, error)

	PostAccountsProfile(ctx context.Context, body PostAccountsProfileJSONRequestBody, reqEditors ...RequestEditorFn) (*http.Response, error)

	// PutAccountsProfile request with any body
	PutAccountsProfileWithBody(ctx context.Context, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*http.Response, error)

	PutAccountsProfile(ctx context.Context, body PutAccountsProfileJSONRequestBody, reqEditors ...RequestEditorFn) (*http.Response, error)

	// PostAccountsRegister request with any body
	PostAccountsRegisterWithBody(ctx context.Context, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*http.Response, error)

	PostAccountsRegister(ctx context.Context, body PostAccountsRegisterJSONRequestBody, reqEditors ...RequestEditorFn) (*http.Response, error)

	// PostAccountsReinstatePremium request
	PostAccountsReinstatePremium(ctx context.Context, reqEditors ...RequestEditorFn) (*http.Response, error)

	// GetAccountsRevisionDate request
	GetAccountsRevisionDate(ctx context.Context, reqEditors ...RequestEditorFn) (*http.Response, error)

	// PostAccountsRotateApiKey request with any body
	PostAccountsRotateApiKeyWithBody(ctx context.Context, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*http.Response, error)

	PostAccountsRotateApiKey(ctx context.Context, body PostAccountsRotateApiKeyJSONRequestBody, reqEditors ...RequestEditorFn) (*http.Response, error)

	// PostAccountsSecurityStamp request with any body
	PostAccountsSecurityStampWithBody(ctx context.Context, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*http.Response, error)

	PostAccountsSecurityStamp(ctx context.Context, body PostAccountsSecurityStampJSONRequestBody, reqEditors ...RequestEditorFn) (*http.Response, error)

	// PostAccountsSetPassword request with any body
	PostAccountsSetPasswordWithBody(ctx context.Context, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*http.Response, error)

	PostAccountsSetPassword(ctx context.Context, body PostAccountsSetPasswordJSONRequestBody, reqEditors ...RequestEditorFn) (*http.Response, error)

	// GetAccountsSsoUserIdentifier request
	GetAccountsSsoUserIdentifier(ctx context.Context, reqEditors ...RequestEditorFn) (*http.Response, error)

	// DeleteAccountsSsoOrganizationId request
	DeleteAccountsSsoOrganizationId(ctx context.Context, organizationId string, reqEditors ...RequestEditorFn) (*http.Response, error)

	// PostAccountsStorage request with any body
	PostAccountsStorageWithBody(ctx context.Context, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*http.Response, error)

	PostAccountsStorage(ctx context.Context, body PostAccountsStorageJSONRequestBody, reqEditors ...RequestEditorFn) (*http.Response, error)

	// GetAccountsSubscription request
	GetAccountsSubscription(ctx context.Context, reqEditors ...RequestEditorFn) (*http.Response, error)

	// GetAccountsTax request
	GetAccountsTax(ctx context.Context, reqEditors ...RequestEditorFn) (*http.Response, error)

	// PutAccountsTax request with any body
	PutAccountsTaxWithBody(ctx context.Context, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*http.Response, error)

	PutAccountsTax(ctx context.Context, body PutAccountsTaxJSONRequestBody, reqEditors ...RequestEditorFn) (*http.Response, error)

	// PostAccountsVerifyEmail request
	PostAccountsVerifyEmail(ctx context.Context, reqEditors ...RequestEditorFn) (*http.Response, error)

	// PostAccountsVerifyEmailToken request with any body
	PostAccountsVerifyEmailTokenWithBody(ctx context.Context, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*http.Response, error)

	PostAccountsVerifyEmailToken(ctx context.Context, body PostAccountsVerifyEmailTokenJSONRequestBody, reqEditors ...RequestEditorFn) (*http.Response, error)

	// PostAccountsVerifyPassword request with any body
	PostAccountsVerifyPasswordWithBody(ctx context.Context, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*http.Response, error)

	PostAccountsVerifyPassword(ctx context.Context, body PostAccountsVerifyPasswordJSONRequestBody, reqEditors ...RequestEditorFn) (*http.Response, error)

	// GetAlive request
	GetAlive(ctx context.Context, reqEditors ...RequestEditorFn) (*http.Response, error)

	// PostBitpayInvoice request with any body
	PostBitpayInvoiceWithBody(ctx context.Context, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*http.Response, error)

	PostBitpayInvoice(ctx context.Context, body PostBitpayInvoiceJSONRequestBody, reqEditors ...RequestEditorFn) (*http.Response, error)

	// DeleteCiphers request with any body
	DeleteCiphersWithBody(ctx context.Context, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*http.Response, error)

	DeleteCiphers(ctx context.Context, body DeleteCiphersJSONRequestBody, reqEditors ...RequestEditorFn) (*http.Response, error)

	// GetCiphers request
	GetCiphers(ctx context.Context, reqEditors ...RequestEditorFn) (*http.Response, error)

	// PostCiphers request with any body
	PostCiphersWithBody(ctx context.Context, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*http.Response, error)

	PostCiphers(ctx context.Context, body PostCiphersJSONRequestBody, reqEditors ...RequestEditorFn) (*http.Response, error)

	// DeleteCiphersAdmin request with any body
	DeleteCiphersAdminWithBody(ctx context.Context, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*http.Response, error)

	DeleteCiphersAdmin(ctx context.Context, body DeleteCiphersAdminJSONRequestBody, reqEditors ...RequestEditorFn) (*http.Response, error)

	// PostCiphersAdmin request with any body
	PostCiphersAdminWithBody(ctx context.Context, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*http.Response, error)

	PostCiphersAdmin(ctx context.Context, body PostCiphersAdminJSONRequestBody, reqEditors ...RequestEditorFn) (*http.Response, error)

	// PostCiphersAttachmentValidateAzure request
	PostCiphersAttachmentValidateAzure(ctx context.Context, reqEditors ...RequestEditorFn) (*http.Response, error)

	// PostCiphersCreate request with any body
	PostCiphersCreateWithBody(ctx context.Context, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*http.Response, error)

	PostCiphersCreate(ctx context.Context, body PostCiphersCreateJSONRequestBody, reqEditors ...RequestEditorFn) (*http.Response, error)

	// PostCiphersDelete request with any body
	PostCiphersDeleteWithBody(ctx context.Context, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*http.Response, error)

	PostCiphersDelete(ctx context.Context, body PostCiphersDeleteJSONRequestBody, reqEditors ...RequestEditorFn) (*http.Response, error)

	// PutCiphersDelete request with any body
	PutCiphersDeleteWithBody(ctx context.Context, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*http.Response, error)

	PutCiphersDelete(ctx context.Context, body PutCiphersDeleteJSONRequestBody, reqEditors ...RequestEditorFn) (*http.Response, error)

	// PostCiphersDeleteAdmin request with any body
	PostCiphersDeleteAdminWithBody(ctx context.Context, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*http.Response, error)

	PostCiphersDeleteAdmin(ctx context.Context, body PostCiphersDeleteAdminJSONRequestBody, reqEditors ...RequestEditorFn) (*http.Response, error)

	// PutCiphersDeleteAdmin request with any body
	PutCiphersDeleteAdminWithBody(ctx context.Context, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*http.Response, error)

	PutCiphersDeleteAdmin(ctx context.Context, body PutCiphersDeleteAdminJSONRequestBody, reqEditors ...RequestEditorFn) (*http.Response, error)

	// PostCiphersImport request with any body
	PostCiphersImportWithBody(ctx context.Context, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*http.Response, error)

	PostCiphersImport(ctx context.Context, body PostCiphersImportJSONRequestBody, reqEditors ...RequestEditorFn) (*http.Response, error)

	// PostCiphersImportOrganization request with any body
	PostCiphersImportOrganizationWithBody(ctx context.Context, params *PostCiphersImportOrganizationParams, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*http.Response, error)

	PostCiphersImportOrganization(ctx context.Context, params *PostCiphersImportOrganizationParams, body PostCiphersImportOrganizationJSONRequestBody, reqEditors ...RequestEditorFn) (*http.Response, error)

	// PostCiphersMove request with any body
	PostCiphersMoveWithBody(ctx context.Context, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*http.Response, error)

	PostCiphersMove(ctx context.Context, body PostCiphersMoveJSONRequestBody, reqEditors ...RequestEditorFn) (*http.Response, error)

	// PutCiphersMove request with any body
	PutCiphersMoveWithBody(ctx context.Context, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*http.Response, error)

	PutCiphersMove(ctx context.Context, body PutCiphersMoveJSONRequestBody, reqEditors ...RequestEditorFn) (*http.Response, error)

	// GetCiphersOrganizationDetails request
	GetCiphersOrganizationDetails(ctx context.Context, params *GetCiphersOrganizationDetailsParams, reqEditors ...RequestEditorFn) (*http.Response, error)

	// PostCiphersPurge request with any body
	PostCiphersPurgeWithBody(ctx context.Context, params *PostCiphersPurgeParams, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*http.Response, error)

	PostCiphersPurge(ctx context.Context, params *PostCiphersPurgeParams, body PostCiphersPurgeJSONRequestBody, reqEditors ...RequestEditorFn) (*http.Response, error)

	// PutCiphersRestore request with any body
	PutCiphersRestoreWithBody(ctx context.Context, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*http.Response, error)

	PutCiphersRestore(ctx context.Context, body PutCiphersRestoreJSONRequestBody, reqEditors ...RequestEditorFn) (*http.Response, error)

	// PostCiphersShare request with any body
	PostCiphersShareWithBody(ctx context.Context, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*http.Response, error)

	PostCiphersShare(ctx context.Context, body PostCiphersShareJSONRequestBody, reqEditors ...RequestEditorFn) (*http.Response, error)

	// PutCiphersShare request with any body
	PutCiphersShareWithBody(ctx context.Context, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*http.Response, error)

	PutCiphersShare(ctx context.Context, body PutCiphersShareJSONRequestBody, reqEditors ...RequestEditorFn) (*http.Response, error)

	// DeleteCiphersId request
	DeleteCiphersId(ctx context.Context, id string, reqEditors ...RequestEditorFn) (*http.Response, error)

	// GetCiphersId request
	GetCiphersId(ctx context.Context, id string, reqEditors ...RequestEditorFn) (*http.Response, error)

	// PostCiphersId request with any body
	PostCiphersIdWithBody(ctx context.Context, id string, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*http.Response, error)

	PostCiphersId(ctx context.Context, id string, body PostCiphersIdJSONRequestBody, reqEditors ...RequestEditorFn) (*http.Response, error)

	// PutCiphersId request with any body
	PutCiphersIdWithBody(ctx context.Context, id string, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*http.Response, error)

	PutCiphersId(ctx context.Context, id string, body PutCiphersIdJSONRequestBody, reqEditors ...RequestEditorFn) (*http.Response, error)

	// DeleteCiphersIdAdmin request
	DeleteCiphersIdAdmin(ctx context.Context, id string, reqEditors ...RequestEditorFn) (*http.Response, error)

	// GetCiphersIdAdmin request
	GetCiphersIdAdmin(ctx context.Context, id string, reqEditors ...RequestEditorFn) (*http.Response, error)

	// PostCiphersIdAdmin request with any body
	PostCiphersIdAdminWithBody(ctx context.Context, id string, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*http.Response, error)

	PostCiphersIdAdmin(ctx context.Context, id string, body PostCiphersIdAdminJSONRequestBody, reqEditors ...RequestEditorFn) (*http.Response, error)

	// PutCiphersIdAdmin request with any body
	PutCiphersIdAdminWithBody(ctx context.Context, id string, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*http.Response, error)

	PutCiphersIdAdmin(ctx context.Context, id string, body PutCiphersIdAdminJSONRequestBody, reqEditors ...RequestEditorFn) (*http.Response, error)

	// PostCiphersIdAttachment request
	PostCiphersIdAttachment(ctx context.Context, id string, reqEditors ...RequestEditorFn) (*http.Response, error)

	// PostCiphersIdAttachmentAdmin request
	PostCiphersIdAttachmentAdmin(ctx context.Context, id string, reqEditors ...RequestEditorFn) (*http.Response, error)

	// PostCiphersIdAttachmentV2 request with any body
	PostCiphersIdAttachmentV2WithBody(ctx context.Context, id string, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*http.Response, error)

	PostCiphersIdAttachmentV2(ctx context.Context, id string, body PostCiphersIdAttachmentV2JSONRequestBody, reqEditors ...RequestEditorFn) (*http.Response, error)

	// DeleteCiphersIdAttachmentAttachmentId request
	DeleteCiphersIdAttachmentAttachmentId(ctx context.Context, id string, attachmentId string, reqEditors ...RequestEditorFn) (*http.Response, error)

	// GetCiphersIdAttachmentAttachmentId request
	GetCiphersIdAttachmentAttachmentId(ctx context.Context, id string, attachmentId string, reqEditors ...RequestEditorFn) (*http.Response, error)

	// PostCiphersIdAttachmentAttachmentId request
	PostCiphersIdAttachmentAttachmentId(ctx context.Context, id string, attachmentId string, reqEditors ...RequestEditorFn) (*http.Response, error)

	// DeleteCiphersIdAttachmentAttachmentIdAdmin request
	DeleteCiphersIdAttachmentAttachmentIdAdmin(ctx context.Context, id string, attachmentId string, reqEditors ...RequestEditorFn) (*http.Response, error)

	// PostCiphersIdAttachmentAttachmentIdDelete request
	PostCiphersIdAttachmentAttachmentIdDelete(ctx context.Context, id string, attachmentId string, reqEditors ...RequestEditorFn) (*http.Response, error)

	// PostCiphersIdAttachmentAttachmentIdDeleteAdmin request
	PostCiphersIdAttachmentAttachmentIdDeleteAdmin(ctx context.Context, id string, attachmentId string, reqEditors ...RequestEditorFn) (*http.Response, error)

	// GetCiphersIdAttachmentAttachmentIdRenew request
	GetCiphersIdAttachmentAttachmentIdRenew(ctx context.Context, id string, attachmentId string, reqEditors ...RequestEditorFn) (*http.Response, error)

	// PostCiphersIdAttachmentAttachmentIdShare request
	PostCiphersIdAttachmentAttachmentIdShare(ctx context.Context, id string, attachmentId string, params *PostCiphersIdAttachmentAttachmentIdShareParams, reqEditors ...RequestEditorFn) (*http.Response, error)

	// PostCiphersIdCollections request with any body
	PostCiphersIdCollectionsWithBody(ctx context.Context, id string, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*http.Response, error)

	PostCiphersIdCollections(ctx context.Context, id string, body PostCiphersIdCollectionsJSONRequestBody, reqEditors ...RequestEditorFn) (*http.Response, error)

	// PutCiphersIdCollections request with any body
	PutCiphersIdCollectionsWithBody(ctx context.Context, id string, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*http.Response, error)

	PutCiphersIdCollections(ctx context.Context, id string, body PutCiphersIdCollectionsJSONRequestBody, reqEditors ...RequestEditorFn) (*http.Response, error)

	// PostCiphersIdCollectionsAdmin request with any body
	PostCiphersIdCollectionsAdminWithBody(ctx context.Context, id string, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*http.Response, error)

	PostCiphersIdCollectionsAdmin(ctx context.Context, id string, body PostCiphersIdCollectionsAdminJSONRequestBody, reqEditors ...RequestEditorFn) (*http.Response, error)

	// PutCiphersIdCollectionsAdmin request with any body
	PutCiphersIdCollectionsAdminWithBody(ctx context.Context, id string, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*http.Response, error)

	PutCiphersIdCollectionsAdmin(ctx context.Context, id string, body PutCiphersIdCollectionsAdminJSONRequestBody, reqEditors ...RequestEditorFn) (*http.Response, error)

	// PostCiphersIdDelete request
	PostCiphersIdDelete(ctx context.Context, id string, reqEditors ...RequestEditorFn) (*http.Response, error)

	// PutCiphersIdDelete request
	PutCiphersIdDelete(ctx context.Context, id string, reqEditors ...RequestEditorFn) (*http.Response, error)

	// PostCiphersIdDeleteAdmin request
	PostCiphersIdDeleteAdmin(ctx context.Context, id string, reqEditors ...RequestEditorFn) (*http.Response, error)

	// PutCiphersIdDeleteAdmin request
	PutCiphersIdDeleteAdmin(ctx context.Context, id string, reqEditors ...RequestEditorFn) (*http.Response, error)

	// GetCiphersIdDetails request
	GetCiphersIdDetails(ctx context.Context, id string, reqEditors ...RequestEditorFn) (*http.Response, error)

	// GetCiphersIdEvents request
	GetCiphersIdEvents(ctx context.Context, id string, params *GetCiphersIdEventsParams, reqEditors ...RequestEditorFn) (*http.Response, error)

	// GetCiphersIdFullDetails request
	GetCiphersIdFullDetails(ctx context.Context, id string, reqEditors ...RequestEditorFn) (*http.Response, error)

	// PostCiphersIdPartial request with any body
	PostCiphersIdPartialWithBody(ctx context.Context, id string, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*http.Response, error)

	PostCiphersIdPartial(ctx context.Context, id string, body PostCiphersIdPartialJSONRequestBody, reqEditors ...RequestEditorFn) (*http.Response, error)

	// PutCiphersIdPartial request with any body
	PutCiphersIdPartialWithBody(ctx context.Context, id string, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*http.Response, error)

	PutCiphersIdPartial(ctx context.Context, id string, body PutCiphersIdPartialJSONRequestBody, reqEditors ...RequestEditorFn) (*http.Response, error)

	// PutCiphersIdRestore request
	PutCiphersIdRestore(ctx context.Context, id string, reqEditors ...RequestEditorFn) (*http.Response, error)

	// PutCiphersIdRestoreAdmin request
	PutCiphersIdRestoreAdmin(ctx context.Context, id string, reqEditors ...RequestEditorFn) (*http.Response, error)

	// PostCiphersIdShare request with any body
	PostCiphersIdShareWithBody(ctx context.Context, id string, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*http.Response, error)

	PostCiphersIdShare(ctx context.Context, id string, body PostCiphersIdShareJSONRequestBody, reqEditors ...RequestEditorFn) (*http.Response, error)

	// PutCiphersIdShare request with any body
	PutCiphersIdShareWithBody(ctx context.Context, id string, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*http.Response, error)

	PutCiphersIdShare(ctx context.Context, id string, body PutCiphersIdShareJSONRequestBody, reqEditors ...RequestEditorFn) (*http.Response, error)

	// GetCollections request
	GetCollections(ctx context.Context, reqEditors ...RequestEditorFn) (*http.Response, error)

	// GetDevices request
	GetDevices(ctx context.Context, reqEditors ...RequestEditorFn) (*http.Response, error)

	// PostDevices request with any body
	PostDevicesWithBody(ctx context.Context, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*http.Response, error)

	PostDevices(ctx context.Context, body PostDevicesJSONRequestBody, reqEditors ...RequestEditorFn) (*http.Response, error)

	// GetDevicesIdentifierIdentifier request
	GetDevicesIdentifierIdentifier(ctx context.Context, identifier string, reqEditors ...RequestEditorFn) (*http.Response, error)

	// PostDevicesIdentifierIdentifierClearToken request
	PostDevicesIdentifierIdentifierClearToken(ctx context.Context, identifier string, reqEditors ...RequestEditorFn) (*http.Response, error)

	// PutDevicesIdentifierIdentifierClearToken request
	PutDevicesIdentifierIdentifierClearToken(ctx context.Context, identifier string, reqEditors ...RequestEditorFn) (*http.Response, error)

	// PostDevicesIdentifierIdentifierToken request with any body
	PostDevicesIdentifierIdentifierTokenWithBody(ctx context.Context, identifier string, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*http.Response, error)

	PostDevicesIdentifierIdentifierToken(ctx context.Context, identifier string, body PostDevicesIdentifierIdentifierTokenJSONRequestBody, reqEditors ...RequestEditorFn) (*http.Response, error)

	// PutDevicesIdentifierIdentifierToken request with any body
	PutDevicesIdentifierIdentifierTokenWithBody(ctx context.Context, identifier string, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*http.Response, error)

	PutDevicesIdentifierIdentifierToken(ctx context.Context, identifier string, body PutDevicesIdentifierIdentifierTokenJSONRequestBody, reqEditors ...RequestEditorFn) (*http.Response, error)

	// DeleteDevicesId request
	DeleteDevicesId(ctx context.Context, id string, reqEditors ...RequestEditorFn) (*http.Response, error)

	// GetDevicesId request
	GetDevicesId(ctx context.Context, id string, reqEditors ...RequestEditorFn) (*http.Response, error)

	// PostDevicesId request with any body
	PostDevicesIdWithBody(ctx context.Context, id string, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*http.Response, error)

	PostDevicesId(ctx context.Context, id string, body PostDevicesIdJSONRequestBody, reqEditors ...RequestEditorFn) (*http.Response, error)

	// PutDevicesId request with any body
	PutDevicesIdWithBody(ctx context.Context, id string, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*http.Response, error)

	PutDevicesId(ctx context.Context, id string, body PutDevicesIdJSONRequestBody, reqEditors ...RequestEditorFn) (*http.Response, error)

	// PostDevicesIdDelete request
	PostDevicesIdDelete(ctx context.Context, id string, reqEditors ...RequestEditorFn) (*http.Response, error)

	// GetEmergencyAccessGranted request
	GetEmergencyAccessGranted(ctx context.Context, reqEditors ...RequestEditorFn) (*http.Response, error)

	// PostEmergencyAccessInvite request with any body
	PostEmergencyAccessInviteWithBody(ctx context.Context, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*http.Response, error)

	PostEmergencyAccessInvite(ctx context.Context, body PostEmergencyAccessInviteJSONRequestBody, reqEditors ...RequestEditorFn) (*http.Response, error)

	// GetEmergencyAccessTrusted request
	GetEmergencyAccessTrusted(ctx context.Context, reqEditors ...RequestEditorFn) (*http.Response, error)

	// DeleteEmergencyAccessId request
	DeleteEmergencyAccessId(ctx context.Context, id string, reqEditors ...RequestEditorFn) (*http.Response, error)

	// GetEmergencyAccessId request
	GetEmergencyAccessId(ctx context.Context, id string, reqEditors ...RequestEditorFn) (*http.Response, error)

	// PostEmergencyAccessId request with any body
	PostEmergencyAccessIdWithBody(ctx context.Context, id string, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*http.Response, error)

	PostEmergencyAccessId(ctx context.Context, id string, body PostEmergencyAccessIdJSONRequestBody, reqEditors ...RequestEditorFn) (*http.Response, error)

	// PutEmergencyAccessId request with any body
	PutEmergencyAccessIdWithBody(ctx context.Context, id string, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*http.Response, error)

	PutEmergencyAccessId(ctx context.Context, id string, body PutEmergencyAccessIdJSONRequestBody, reqEditors ...RequestEditorFn) (*http.Response, error)

	// PostEmergencyAccessIdAccept request with any body
	PostEmergencyAccessIdAcceptWithBody(ctx context.Context, id string, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*http.Response, error)

	PostEmergencyAccessIdAccept(ctx context.Context, id string, body PostEmergencyAccessIdAcceptJSONRequestBody, reqEditors ...RequestEditorFn) (*http.Response, error)

	// PostEmergencyAccessIdApprove request
	PostEmergencyAccessIdApprove(ctx context.Context, id string, reqEditors ...RequestEditorFn) (*http.Response, error)

	// PostEmergencyAccessIdConfirm request with any body
	PostEmergencyAccessIdConfirmWithBody(ctx context.Context, id string, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*http.Response, error)

	PostEmergencyAccessIdConfirm(ctx context.Context, id string, body PostEmergencyAccessIdConfirmJSONRequestBody, reqEditors ...RequestEditorFn) (*http.Response, error)

	// PostEmergencyAccessIdDelete request
	PostEmergencyAccessIdDelete(ctx context.Context, id string, reqEditors ...RequestEditorFn) (*http.Response, error)

	// PostEmergencyAccessIdInitiate request
	PostEmergencyAccessIdInitiate(ctx context.Context, id string, reqEditors ...RequestEditorFn) (*http.Response, error)

	// PostEmergencyAccessIdPassword request with any body
	PostEmergencyAccessIdPasswordWithBody(ctx context.Context, id string, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*http.Response, error)

	PostEmergencyAccessIdPassword(ctx context.Context, id string, body PostEmergencyAccessIdPasswordJSONRequestBody, reqEditors ...RequestEditorFn) (*http.Response, error)

	// GetEmergencyAccessIdPolicies request
	GetEmergencyAccessIdPolicies(ctx context.Context, id string, reqEditors ...RequestEditorFn) (*http.Response, error)

	// PostEmergencyAccessIdReinvite request
	PostEmergencyAccessIdReinvite(ctx context.Context, id string, reqEditors ...RequestEditorFn) (*http.Response, error)

	// PostEmergencyAccessIdReject request
	PostEmergencyAccessIdReject(ctx context.Context, id string, reqEditors ...RequestEditorFn) (*http.Response, error)

	// PostEmergencyAccessIdTakeover request
	PostEmergencyAccessIdTakeover(ctx context.Context, id string, reqEditors ...RequestEditorFn) (*http.Response, error)

	// PostEmergencyAccessIdView request
	PostEmergencyAccessIdView(ctx context.Context, id string, reqEditors ...RequestEditorFn) (*http.Response, error)

	// GetEmergencyAccessIdCipherIdAttachmentAttachmentId request
	GetEmergencyAccessIdCipherIdAttachmentAttachmentId(ctx context.Context, id string, cipherId string, attachmentId string, reqEditors ...RequestEditorFn) (*http.Response, error)

	// GetEvents request
	GetEvents(ctx context.Context, params *GetEventsParams, reqEditors ...RequestEditorFn) (*http.Response, error)

	// GetFolders request
	GetFolders(ctx context.Context, reqEditors ...RequestEditorFn) (*http.Response, error)

	// PostFolders request with any body
	PostFoldersWithBody(ctx context.Context, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*http.Response, error)

	PostFolders(ctx context.Context, body PostFoldersJSONRequestBody, reqEditors ...RequestEditorFn) (*http.Response, error)

	// DeleteFoldersId request
	DeleteFoldersId(ctx context.Context, id string, reqEditors ...RequestEditorFn) (*http.Response, error)

	// GetFoldersId request
	GetFoldersId(ctx context.Context, id string, reqEditors ...RequestEditorFn) (*http.Response, error)

	// PostFoldersId request with any body
	PostFoldersIdWithBody(ctx context.Context, id string, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*http.Response, error)

	PostFoldersId(ctx context.Context, id string, body PostFoldersIdJSONRequestBody, reqEditors ...RequestEditorFn) (*http.Response, error)

	// PutFoldersId request with any body
	PutFoldersIdWithBody(ctx context.Context, id string, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*http.Response, error)

	PutFoldersId(ctx context.Context, id string, body PutFoldersIdJSONRequestBody, reqEditors ...RequestEditorFn) (*http.Response, error)

	// PostFoldersIdDelete request
	PostFoldersIdDelete(ctx context.Context, id string, reqEditors ...RequestEditorFn) (*http.Response, error)

	// GetHibpBreach request
	GetHibpBreach(ctx context.Context, params *GetHibpBreachParams, reqEditors ...RequestEditorFn) (*http.Response, error)

	// PostInstallations request with any body
	PostInstallationsWithBody(ctx context.Context, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*http.Response, error)

	PostInstallations(ctx context.Context, body PostInstallationsJSONRequestBody, reqEditors ...RequestEditorFn) (*http.Response, error)

	// GetInstallationsId request
	GetInstallationsId(ctx context.Context, id string, reqEditors ...RequestEditorFn) (*http.Response, error)

	// GetIp request
	GetIp(ctx context.Context, reqEditors ...RequestEditorFn) (*http.Response, error)

	// GetLicensesOrganizationId request
	GetLicensesOrganizationId(ctx context.Context, id string, params *GetLicensesOrganizationIdParams, reqEditors ...RequestEditorFn) (*http.Response, error)

	// GetLicensesUserId request
	GetLicensesUserId(ctx context.Context, id string, params *GetLicensesUserIdParams, reqEditors ...RequestEditorFn) (*http.Response, error)

	// GetNow request
	GetNow(ctx context.Context, reqEditors ...RequestEditorFn) (*http.Response, error)

	// GetOrganizations request
	GetOrganizations(ctx context.Context, reqEditors ...RequestEditorFn) (*http.Response, error)

	// PostOrganizations request with any body
	PostOrganizationsWithBody(ctx context.Context, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*http.Response, error)

	PostOrganizations(ctx context.Context, body PostOrganizationsJSONRequestBody, reqEditors ...RequestEditorFn) (*http.Response, error)

	// PostOrganizationsLicense request with any body
	PostOrganizationsLicenseWithBody(ctx context.Context, params *PostOrganizationsLicenseParams, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*http.Response, error)

	// DeleteOrganizationsId request with any body
	DeleteOrganizationsIdWithBody(ctx context.Context, id string, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*http.Response, error)

	DeleteOrganizationsId(ctx context.Context, id string, body DeleteOrganizationsIdJSONRequestBody, reqEditors ...RequestEditorFn) (*http.Response, error)

	// GetOrganizationsId request
	GetOrganizationsId(ctx context.Context, id string, reqEditors ...RequestEditorFn) (*http.Response, error)

	// PostOrganizationsId request with any body
	PostOrganizationsIdWithBody(ctx context.Context, id string, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*http.Response, error)

	PostOrganizationsId(ctx context.Context, id string, body PostOrganizationsIdJSONRequestBody, reqEditors ...RequestEditorFn) (*http.Response, error)

	// PutOrganizationsId request with any body
	PutOrganizationsIdWithBody(ctx context.Context, id string, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*http.Response, error)

	PutOrganizationsId(ctx context.Context, id string, body PutOrganizationsIdJSONRequestBody, reqEditors ...RequestEditorFn) (*http.Response, error)

	// PostOrganizationsIdApiKey request with any body
	PostOrganizationsIdApiKeyWithBody(ctx context.Context, id string, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*http.Response, error)

	PostOrganizationsIdApiKey(ctx context.Context, id string, body PostOrganizationsIdApiKeyJSONRequestBody, reqEditors ...RequestEditorFn) (*http.Response, error)

	// GetOrganizationsIdBilling request
	GetOrganizationsIdBilling(ctx context.Context, id string, reqEditors ...RequestEditorFn) (*http.Response, error)

	// PostOrganizationsIdCancel request
	PostOrganizationsIdCancel(ctx context.Context, id string, reqEditors ...RequestEditorFn) (*http.Response, error)

	// PostOrganizationsIdDelete request with any body
	PostOrganizationsIdDeleteWithBody(ctx context.Context, id string, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*http.Response, error)

	PostOrganizationsIdDelete(ctx context.Context, id string, body PostOrganizationsIdDeleteJSONRequestBody, reqEditors ...RequestEditorFn) (*http.Response, error)

	// GetOrganizationsIdEvents request
	GetOrganizationsIdEvents(ctx context.Context, id string, params *GetOrganizationsIdEventsParams, reqEditors ...RequestEditorFn) (*http.Response, error)

	// PostOrganizationsIdImport request with any body
	PostOrganizationsIdImportWithBody(ctx context.Context, id string, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*http.Response, error)

	PostOrganizationsIdImport(ctx context.Context, id string, body PostOrganizationsIdImportJSONRequestBody, reqEditors ...RequestEditorFn) (*http.Response, error)

	// GetOrganizationsIdKeys request
	GetOrganizationsIdKeys(ctx context.Context, id string, reqEditors ...RequestEditorFn) (*http.Response, error)

	// PostOrganizationsIdKeys request with any body
	PostOrganizationsIdKeysWithBody(ctx context.Context, id string, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*http.Response, error)

	PostOrganizationsIdKeys(ctx context.Context, id string, body PostOrganizationsIdKeysJSONRequestBody, reqEditors ...RequestEditorFn) (*http.Response, error)

	// PostOrganizationsIdLeave request
	PostOrganizationsIdLeave(ctx context.Context, id string, reqEditors ...RequestEditorFn) (*http.Response, error)

	// GetOrganizationsIdLicense request
	GetOrganizationsIdLicense(ctx context.Context, id string, params *GetOrganizationsIdLicenseParams, reqEditors ...RequestEditorFn) (*http.Response, error)

	// PostOrganizationsIdLicense request with any body
	PostOrganizationsIdLicenseWithBody(ctx context.Context, id string, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*http.Response, error)

	// PostOrganizationsIdPayment request with any body
	PostOrganizationsIdPaymentWithBody(ctx context.Context, id string, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*http.Response, error)

	PostOrganizationsIdPayment(ctx context.Context, id string, body PostOrganizationsIdPaymentJSONRequestBody, reqEditors ...RequestEditorFn) (*http.Response, error)

	// PostOrganizationsIdReinstate request
	PostOrganizationsIdReinstate(ctx context.Context, id string, reqEditors ...RequestEditorFn) (*http.Response, error)

	// PostOrganizationsIdRotateApiKey request with any body
	PostOrganizationsIdRotateApiKeyWithBody(ctx context.Context, id string, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*http.Response, error)

	PostOrganizationsIdRotateApiKey(ctx context.Context, id string, body PostOrganizationsIdRotateApiKeyJSONRequestBody, reqEditors ...RequestEditorFn) (*http.Response, error)

	// PostOrganizationsIdSeat request with any body
	PostOrganizationsIdSeatWithBody(ctx context.Context, id string, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*http.Response, error)

	PostOrganizationsIdSeat(ctx context.Context, id string, body PostOrganizationsIdSeatJSONRequestBody, reqEditors ...RequestEditorFn) (*http.Response, error)

	// PostOrganizationsIdStorage request with any body
	PostOrganizationsIdStorageWithBody(ctx context.Context, id string, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*http.Response, error)

	PostOrganizationsIdStorage(ctx context.Context, id string, body PostOrganizationsIdStorageJSONRequestBody, reqEditors ...RequestEditorFn) (*http.Response, error)

	// GetOrganizationsIdSubscription request
	GetOrganizationsIdSubscription(ctx context.Context, id string, reqEditors ...RequestEditorFn) (*http.Response, error)

	// GetOrganizationsIdTax request
	GetOrganizationsIdTax(ctx context.Context, id string, reqEditors ...RequestEditorFn) (*http.Response, error)

	// PutOrganizationsIdTax request with any body
	PutOrganizationsIdTaxWithBody(ctx context.Context, id string, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*http.Response, error)

	PutOrganizationsIdTax(ctx context.Context, id string, body PutOrganizationsIdTaxJSONRequestBody, reqEditors ...RequestEditorFn) (*http.Response, error)

	// GetOrganizationsIdTwoFactor request
	GetOrganizationsIdTwoFactor(ctx context.Context, id string, reqEditors ...RequestEditorFn) (*http.Response, error)

	// PostOrganizationsIdTwoFactorDisable request with any body
	PostOrganizationsIdTwoFactorDisableWithBody(ctx context.Context, id string, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*http.Response, error)

	PostOrganizationsIdTwoFactorDisable(ctx context.Context, id string, body PostOrganizationsIdTwoFactorDisableJSONRequestBody, reqEditors ...RequestEditorFn) (*http.Response, error)

	// PutOrganizationsIdTwoFactorDisable request with any body
	PutOrganizationsIdTwoFactorDisableWithBody(ctx context.Context, id string, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*http.Response, error)

	PutOrganizationsIdTwoFactorDisable(ctx context.Context, id string, body PutOrganizationsIdTwoFactorDisableJSONRequestBody, reqEditors ...RequestEditorFn) (*http.Response, error)

	// PostOrganizationsIdTwoFactorDuo request with any body
	PostOrganizationsIdTwoFactorDuoWithBody(ctx context.Context, id string, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*http.Response, error)

	PostOrganizationsIdTwoFactorDuo(ctx context.Context, id string, body PostOrganizationsIdTwoFactorDuoJSONRequestBody, reqEditors ...RequestEditorFn) (*http.Response, error)

	// PutOrganizationsIdTwoFactorDuo request with any body
	PutOrganizationsIdTwoFactorDuoWithBody(ctx context.Context, id string, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*http.Response, error)

	PutOrganizationsIdTwoFactorDuo(ctx context.Context, id string, body PutOrganizationsIdTwoFactorDuoJSONRequestBody, reqEditors ...RequestEditorFn) (*http.Response, error)

	// PostOrganizationsIdTwoFactorGetDuo request with any body
	PostOrganizationsIdTwoFactorGetDuoWithBody(ctx context.Context, id string, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*http.Response, error)

	PostOrganizationsIdTwoFactorGetDuo(ctx context.Context, id string, body PostOrganizationsIdTwoFactorGetDuoJSONRequestBody, reqEditors ...RequestEditorFn) (*http.Response, error)

	// PostOrganizationsIdUpgrade request with any body
	PostOrganizationsIdUpgradeWithBody(ctx context.Context, id string, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*http.Response, error)

	PostOrganizationsIdUpgrade(ctx context.Context, id string, body PostOrganizationsIdUpgradeJSONRequestBody, reqEditors ...RequestEditorFn) (*http.Response, error)

	// PostOrganizationsIdVerifyBank request with any body
	PostOrganizationsIdVerifyBankWithBody(ctx context.Context, id string, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*http.Response, error)

	PostOrganizationsIdVerifyBank(ctx context.Context, id string, body PostOrganizationsIdVerifyBankJSONRequestBody, reqEditors ...RequestEditorFn) (*http.Response, error)

	// GetOrganizationsOrgIdCollections request
	GetOrganizationsOrgIdCollections(ctx context.Context, orgId string, reqEditors ...RequestEditorFn) (*http.Response, error)

	// PostOrganizationsOrgIdCollections request with any body
	PostOrganizationsOrgIdCollectionsWithBody(ctx context.Context, orgId string, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*http.Response, error)

	PostOrganizationsOrgIdCollections(ctx context.Context, orgId string, body PostOrganizationsOrgIdCollectionsJSONRequestBody, reqEditors ...RequestEditorFn) (*http.Response, error)

	// DeleteOrganizationsOrgIdCollectionsId request
	DeleteOrganizationsOrgIdCollectionsId(ctx context.Context, orgId string, id string, reqEditors ...RequestEditorFn) (*http.Response, error)

	// GetOrganizationsOrgIdCollectionsId request
	GetOrganizationsOrgIdCollectionsId(ctx context.Context, orgId string, id string, reqEditors ...RequestEditorFn) (*http.Response, error)

	// PostOrganizationsOrgIdCollectionsId request with any body
	PostOrganizationsOrgIdCollectionsIdWithBody(ctx context.Context, orgId string, id string, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*http.Response, error)

	PostOrganizationsOrgIdCollectionsId(ctx context.Context, orgId string, id string, body PostOrganizationsOrgIdCollectionsIdJSONRequestBody, reqEditors ...RequestEditorFn) (*http.Response, error)

	// PutOrganizationsOrgIdCollectionsId request with any body
	PutOrganizationsOrgIdCollectionsIdWithBody(ctx context.Context, orgId string, id string, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*http.Response, error)

	PutOrganizationsOrgIdCollectionsId(ctx context.Context, orgId string, id string, body PutOrganizationsOrgIdCollectionsIdJSONRequestBody, reqEditors ...RequestEditorFn) (*http.Response, error)

	// PostOrganizationsOrgIdCollectionsIdDelete request
	PostOrganizationsOrgIdCollectionsIdDelete(ctx context.Context, orgId string, id string, reqEditors ...RequestEditorFn) (*http.Response, error)

	// PostOrganizationsOrgIdCollectionsIdDeleteUserOrgUserId request
	PostOrganizationsOrgIdCollectionsIdDeleteUserOrgUserId(ctx context.Context, orgId string, id string, orgUserId string, reqEditors ...RequestEditorFn) (*http.Response, error)

	// GetOrganizationsOrgIdCollectionsIdDetails request
	GetOrganizationsOrgIdCollectionsIdDetails(ctx context.Context, orgId string, id string, reqEditors ...RequestEditorFn) (*http.Response, error)

	// DeleteOrganizationsOrgIdCollectionsIdUserOrgUserId request
	DeleteOrganizationsOrgIdCollectionsIdUserOrgUserId(ctx context.Context, orgId string, id string, orgUserId string, reqEditors ...RequestEditorFn) (*http.Response, error)

	// GetOrganizationsOrgIdCollectionsIdUsers request
	GetOrganizationsOrgIdCollectionsIdUsers(ctx context.Context, orgId string, id string, reqEditors ...RequestEditorFn) (*http.Response, error)

	// PutOrganizationsOrgIdCollectionsIdUsers request with any body
	PutOrganizationsOrgIdCollectionsIdUsersWithBody(ctx context.Context, orgId string, id string, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*http.Response, error)

	PutOrganizationsOrgIdCollectionsIdUsers(ctx context.Context, orgId string, id string, body PutOrganizationsOrgIdCollectionsIdUsersJSONRequestBody, reqEditors ...RequestEditorFn) (*http.Response, error)

	// GetOrganizationsOrgIdGroups request
	GetOrganizationsOrgIdGroups(ctx context.Context, orgId string, reqEditors ...RequestEditorFn) (*http.Response, error)

	// PostOrganizationsOrgIdGroups request with any body
	PostOrganizationsOrgIdGroupsWithBody(ctx context.Context, orgId string, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*http.Response, error)

	PostOrganizationsOrgIdGroups(ctx context.Context, orgId string, body PostOrganizationsOrgIdGroupsJSONRequestBody, reqEditors ...RequestEditorFn) (*http.Response, error)

	// DeleteOrganizationsOrgIdGroupsId request
	DeleteOrganizationsOrgIdGroupsId(ctx context.Context, orgId string, id string, reqEditors ...RequestEditorFn) (*http.Response, error)

	// GetOrganizationsOrgIdGroupsId request
	GetOrganizationsOrgIdGroupsId(ctx context.Context, orgId string, id string, reqEditors ...RequestEditorFn) (*http.Response, error)

	// PostOrganizationsOrgIdGroupsId request with any body
	PostOrganizationsOrgIdGroupsIdWithBody(ctx context.Context, orgId string, id string, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*http.Response, error)

	PostOrganizationsOrgIdGroupsId(ctx context.Context, orgId string, id string, body PostOrganizationsOrgIdGroupsIdJSONRequestBody, reqEditors ...RequestEditorFn) (*http.Response, error)

	// PutOrganizationsOrgIdGroupsId request with any body
	PutOrganizationsOrgIdGroupsIdWithBody(ctx context.Context, orgId string, id string, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*http.Response, error)

	PutOrganizationsOrgIdGroupsId(ctx context.Context, orgId string, id string, body PutOrganizationsOrgIdGroupsIdJSONRequestBody, reqEditors ...RequestEditorFn) (*http.Response, error)

	// PostOrganizationsOrgIdGroupsIdDelete request
	PostOrganizationsOrgIdGroupsIdDelete(ctx context.Context, orgId string, id string, reqEditors ...RequestEditorFn) (*http.Response, error)

	// PostOrganizationsOrgIdGroupsIdDeleteUserOrgUserId request
	PostOrganizationsOrgIdGroupsIdDeleteUserOrgUserId(ctx context.Context, orgId string, id string, orgUserId string, reqEditors ...RequestEditorFn) (*http.Response, error)

	// GetOrganizationsOrgIdGroupsIdDetails request
	GetOrganizationsOrgIdGroupsIdDetails(ctx context.Context, orgId string, id string, reqEditors ...RequestEditorFn) (*http.Response, error)

	// DeleteOrganizationsOrgIdGroupsIdUserOrgUserId request
	DeleteOrganizationsOrgIdGroupsIdUserOrgUserId(ctx context.Context, orgId string, id string, orgUserId string, reqEditors ...RequestEditorFn) (*http.Response, error)

	// GetOrganizationsOrgIdGroupsIdUsers request
	GetOrganizationsOrgIdGroupsIdUsers(ctx context.Context, orgId string, id string, reqEditors ...RequestEditorFn) (*http.Response, error)

	// PutOrganizationsOrgIdGroupsIdUsers request with any body
	PutOrganizationsOrgIdGroupsIdUsersWithBody(ctx context.Context, orgId string, id string, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*http.Response, error)

	PutOrganizationsOrgIdGroupsIdUsers(ctx context.Context, orgId string, id string, body PutOrganizationsOrgIdGroupsIdUsersJSONRequestBody, reqEditors ...RequestEditorFn) (*http.Response, error)

	// GetOrganizationsOrgIdPolicies request
	GetOrganizationsOrgIdPolicies(ctx context.Context, orgId string, reqEditors ...RequestEditorFn) (*http.Response, error)

	// GetOrganizationsOrgIdPoliciesToken request
	GetOrganizationsOrgIdPoliciesToken(ctx context.Context, orgId string, params *GetOrganizationsOrgIdPoliciesTokenParams, reqEditors ...RequestEditorFn) (*http.Response, error)

	// GetOrganizationsOrgIdPoliciesType request
	GetOrganizationsOrgIdPoliciesType(ctx context.Context, orgId string, pType int32, reqEditors ...RequestEditorFn) (*http.Response, error)

	// PutOrganizationsOrgIdPoliciesType request with any body
	PutOrganizationsOrgIdPoliciesTypeWithBody(ctx context.Context, orgId string, pType int32, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*http.Response, error)

	PutOrganizationsOrgIdPoliciesType(ctx context.Context, orgId string, pType int32, body PutOrganizationsOrgIdPoliciesTypeJSONRequestBody, reqEditors ...RequestEditorFn) (*http.Response, error)

	// DeleteOrganizationsOrgIdUsers request with any body
	DeleteOrganizationsOrgIdUsersWithBody(ctx context.Context, orgId string, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*http.Response, error)

	DeleteOrganizationsOrgIdUsers(ctx context.Context, orgId string, body DeleteOrganizationsOrgIdUsersJSONRequestBody, reqEditors ...RequestEditorFn) (*http.Response, error)

	// GetOrganizationsOrgIdUsers request
	GetOrganizationsOrgIdUsers(ctx context.Context, orgId string, reqEditors ...RequestEditorFn) (*http.Response, error)

	// PostOrganizationsOrgIdUsersConfirm request with any body
	PostOrganizationsOrgIdUsersConfirmWithBody(ctx context.Context, orgId string, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*http.Response, error)

	PostOrganizationsOrgIdUsersConfirm(ctx context.Context, orgId string, body PostOrganizationsOrgIdUsersConfirmJSONRequestBody, reqEditors ...RequestEditorFn) (*http.Response, error)

	// PostOrganizationsOrgIdUsersDelete request with any body
	PostOrganizationsOrgIdUsersDeleteWithBody(ctx context.Context, orgId string, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*http.Response, error)

	PostOrganizationsOrgIdUsersDelete(ctx context.Context, orgId string, body PostOrganizationsOrgIdUsersDeleteJSONRequestBody, reqEditors ...RequestEditorFn) (*http.Response, error)

	// PostOrganizationsOrgIdUsersInvite request with any body
	PostOrganizationsOrgIdUsersInviteWithBody(ctx context.Context, orgId string, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*http.Response, error)

	PostOrganizationsOrgIdUsersInvite(ctx context.Context, orgId string, body PostOrganizationsOrgIdUsersInviteJSONRequestBody, reqEditors ...RequestEditorFn) (*http.Response, error)

	// PostOrganizationsOrgIdUsersPublicKeys request with any body
	PostOrganizationsOrgIdUsersPublicKeysWithBody(ctx context.Context, orgId string, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*http.Response, error)

	PostOrganizationsOrgIdUsersPublicKeys(ctx context.Context, orgId string, body PostOrganizationsOrgIdUsersPublicKeysJSONRequestBody, reqEditors ...RequestEditorFn) (*http.Response, error)

	// PostOrganizationsOrgIdUsersReinvite request with any body
	PostOrganizationsOrgIdUsersReinviteWithBody(ctx context.Context, orgId string, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*http.Response, error)

	PostOrganizationsOrgIdUsersReinvite(ctx context.Context, orgId string, body PostOrganizationsOrgIdUsersReinviteJSONRequestBody, reqEditors ...RequestEditorFn) (*http.Response, error)

	// DeleteOrganizationsOrgIdUsersId request
	DeleteOrganizationsOrgIdUsersId(ctx context.Context, orgId string, id string, reqEditors ...RequestEditorFn) (*http.Response, error)

	// GetOrganizationsOrgIdUsersId request
	GetOrganizationsOrgIdUsersId(ctx context.Context, orgId string, id string, reqEditors ...RequestEditorFn) (*http.Response, error)

	// PostOrganizationsOrgIdUsersId request with any body
	PostOrganizationsOrgIdUsersIdWithBody(ctx context.Context, orgId string, id string, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*http.Response, error)

	PostOrganizationsOrgIdUsersId(ctx context.Context, orgId string, id string, body PostOrganizationsOrgIdUsersIdJSONRequestBody, reqEditors ...RequestEditorFn) (*http.Response, error)

	// PutOrganizationsOrgIdUsersId request with any body
	PutOrganizationsOrgIdUsersIdWithBody(ctx context.Context, orgId string, id string, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*http.Response, error)

	PutOrganizationsOrgIdUsersId(ctx context.Context, orgId string, id string, body PutOrganizationsOrgIdUsersIdJSONRequestBody, reqEditors ...RequestEditorFn) (*http.Response, error)

	// PostOrganizationsOrgIdUsersIdAccept request with any body
	PostOrganizationsOrgIdUsersIdAcceptWithBody(ctx context.Context, orgId string, id string, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*http.Response, error)

	PostOrganizationsOrgIdUsersIdAccept(ctx context.Context, orgId string, id string, body PostOrganizationsOrgIdUsersIdAcceptJSONRequestBody, reqEditors ...RequestEditorFn) (*http.Response, error)

	// PostOrganizationsOrgIdUsersIdConfirm request with any body
	PostOrganizationsOrgIdUsersIdConfirmWithBody(ctx context.Context, orgId string, id string, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*http.Response, error)

	PostOrganizationsOrgIdUsersIdConfirm(ctx context.Context, orgId string, id string, body PostOrganizationsOrgIdUsersIdConfirmJSONRequestBody, reqEditors ...RequestEditorFn) (*http.Response, error)

	// PostOrganizationsOrgIdUsersIdDelete request
	PostOrganizationsOrgIdUsersIdDelete(ctx context.Context, orgId string, id string, reqEditors ...RequestEditorFn) (*http.Response, error)

	// GetOrganizationsOrgIdUsersIdEvents request
	GetOrganizationsOrgIdUsersIdEvents(ctx context.Context, orgId string, id string, params *GetOrganizationsOrgIdUsersIdEventsParams, reqEditors ...RequestEditorFn) (*http.Response, error)

	// GetOrganizationsOrgIdUsersIdGroups request
	GetOrganizationsOrgIdUsersIdGroups(ctx context.Context, orgId string, id string, reqEditors ...RequestEditorFn) (*http.Response, error)

	// PostOrganizationsOrgIdUsersIdGroups request with any body
	PostOrganizationsOrgIdUsersIdGroupsWithBody(ctx context.Context, orgId string, id string, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*http.Response, error)

	PostOrganizationsOrgIdUsersIdGroups(ctx context.Context, orgId string, id string, body PostOrganizationsOrgIdUsersIdGroupsJSONRequestBody, reqEditors ...RequestEditorFn) (*http.Response, error)

	// PutOrganizationsOrgIdUsersIdGroups request with any body
	PutOrganizationsOrgIdUsersIdGroupsWithBody(ctx context.Context, orgId string, id string, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*http.Response, error)

	PutOrganizationsOrgIdUsersIdGroups(ctx context.Context, orgId string, id string, body PutOrganizationsOrgIdUsersIdGroupsJSONRequestBody, reqEditors ...RequestEditorFn) (*http.Response, error)

	// PostOrganizationsOrgIdUsersIdReinvite request
	PostOrganizationsOrgIdUsersIdReinvite(ctx context.Context, orgId string, id string, reqEditors ...RequestEditorFn) (*http.Response, error)

	// PutOrganizationsOrgIdUsersIdResetPassword request with any body
	PutOrganizationsOrgIdUsersIdResetPasswordWithBody(ctx context.Context, orgId string, id string, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*http.Response, error)

	PutOrganizationsOrgIdUsersIdResetPassword(ctx context.Context, orgId string, id string, body PutOrganizationsOrgIdUsersIdResetPasswordJSONRequestBody, reqEditors ...RequestEditorFn) (*http.Response, error)

	// GetOrganizationsOrgIdUsersIdResetPasswordDetails request
	GetOrganizationsOrgIdUsersIdResetPasswordDetails(ctx context.Context, orgId string, id string, reqEditors ...RequestEditorFn) (*http.Response, error)

	// PutOrganizationsOrgIdUsersUserIdResetPasswordEnrollment request with any body
	PutOrganizationsOrgIdUsersUserIdResetPasswordEnrollmentWithBody(ctx context.Context, orgId string, userId string, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*http.Response, error)

	PutOrganizationsOrgIdUsersUserIdResetPasswordEnrollment(ctx context.Context, orgId string, userId string, body PutOrganizationsOrgIdUsersUserIdResetPasswordEnrollmentJSONRequestBody, reqEditors ...RequestEditorFn) (*http.Response, error)

	// GetPlans request
	GetPlans(ctx context.Context, reqEditors ...RequestEditorFn) (*http.Response, error)

	// GetPlansSalesTaxRates request
	GetPlansSalesTaxRates(ctx context.Context, reqEditors ...RequestEditorFn) (*http.Response, error)

	// PutPushAddOrganization request with any body
	PutPushAddOrganizationWithBody(ctx context.Context, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*http.Response, error)

	PutPushAddOrganization(ctx context.Context, body PutPushAddOrganizationJSONRequestBody, reqEditors ...RequestEditorFn) (*http.Response, error)

	// PutPushDeleteOrganization request with any body
	PutPushDeleteOrganizationWithBody(ctx context.Context, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*http.Response, error)

	PutPushDeleteOrganization(ctx context.Context, body PutPushDeleteOrganizationJSONRequestBody, reqEditors ...RequestEditorFn) (*http.Response, error)

	// PostPushRegister request with any body
	PostPushRegisterWithBody(ctx context.Context, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*http.Response, error)

	PostPushRegister(ctx context.Context, body PostPushRegisterJSONRequestBody, reqEditors ...RequestEditorFn) (*http.Response, error)

	// PostPushSend request with any body
	PostPushSendWithBody(ctx context.Context, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*http.Response, error)

	PostPushSend(ctx context.Context, body PostPushSendJSONRequestBody, reqEditors ...RequestEditorFn) (*http.Response, error)

	// DeletePushId request
	DeletePushId(ctx context.Context, id string, reqEditors ...RequestEditorFn) (*http.Response, error)

	// GetSends request
	GetSends(ctx context.Context, reqEditors ...RequestEditorFn) (*http.Response, error)

	// PostSends request with any body
	PostSendsWithBody(ctx context.Context, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*http.Response, error)

	PostSends(ctx context.Context, body PostSendsJSONRequestBody, reqEditors ...RequestEditorFn) (*http.Response, error)

	// PostSendsAccessId request with any body
	PostSendsAccessIdWithBody(ctx context.Context, id string, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*http.Response, error)

	PostSendsAccessId(ctx context.Context, id string, body PostSendsAccessIdJSONRequestBody, reqEditors ...RequestEditorFn) (*http.Response, error)

	// PostSendsFile request
	PostSendsFile(ctx context.Context, reqEditors ...RequestEditorFn) (*http.Response, error)

	// PostSendsFileV2 request with any body
	PostSendsFileV2WithBody(ctx context.Context, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*http.Response, error)

	PostSendsFileV2(ctx context.Context, body PostSendsFileV2JSONRequestBody, reqEditors ...RequestEditorFn) (*http.Response, error)

	// PostSendsFileValidateAzure request
	PostSendsFileValidateAzure(ctx context.Context, reqEditors ...RequestEditorFn) (*http.Response, error)

	// PostSendsEncodedSendIdAccessFileFileId request with any body
	PostSendsEncodedSendIdAccessFileFileIdWithBody(ctx context.Context, encodedSendId string, fileId string, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*http.Response, error)

	PostSendsEncodedSendIdAccessFileFileId(ctx context.Context, encodedSendId string, fileId string, body PostSendsEncodedSendIdAccessFileFileIdJSONRequestBody, reqEditors ...RequestEditorFn) (*http.Response, error)

	// DeleteSendsId request
	DeleteSendsId(ctx context.Context, id string, reqEditors ...RequestEditorFn) (*http.Response, error)

	// GetSendsId request
	GetSendsId(ctx context.Context, id string, reqEditors ...RequestEditorFn) (*http.Response, error)

	// PutSendsId request with any body
	PutSendsIdWithBody(ctx context.Context, id string, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*http.Response, error)

	PutSendsId(ctx context.Context, id string, body PutSendsIdJSONRequestBody, reqEditors ...RequestEditorFn) (*http.Response, error)

	// GetSendsIdFileFileId request
	GetSendsIdFileFileId(ctx context.Context, id string, fileId string, reqEditors ...RequestEditorFn) (*http.Response, error)

	// PostSendsIdFileFileId request
	PostSendsIdFileFileId(ctx context.Context, id string, fileId string, reqEditors ...RequestEditorFn) (*http.Response, error)

	// PutSendsIdRemovePassword request
	PutSendsIdRemovePassword(ctx context.Context, id string, reqEditors ...RequestEditorFn) (*http.Response, error)

	// GetSettingsDomains request
	GetSettingsDomains(ctx context.Context, params *GetSettingsDomainsParams, reqEditors ...RequestEditorFn) (*http.Response, error)

	// PostSettingsDomains request with any body
	PostSettingsDomainsWithBody(ctx context.Context, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*http.Response, error)

	PostSettingsDomains(ctx context.Context, body PostSettingsDomainsJSONRequestBody, reqEditors ...RequestEditorFn) (*http.Response, error)

	// PutSettingsDomains request with any body
	PutSettingsDomainsWithBody(ctx context.Context, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*http.Response, error)

	PutSettingsDomains(ctx context.Context, body PutSettingsDomainsJSONRequestBody, reqEditors ...RequestEditorFn) (*http.Response, error)

	// PostSetupPayment request
	PostSetupPayment(ctx context.Context, reqEditors ...RequestEditorFn) (*http.Response, error)

	// GetSync request
	GetSync(ctx context.Context, params *GetSyncParams, reqEditors ...RequestEditorFn) (*http.Response, error)

	// GetTwoFactor request
	GetTwoFactor(ctx context.Context, reqEditors ...RequestEditorFn) (*http.Response, error)

	// PostTwoFactorAuthenticator request with any body
	PostTwoFactorAuthenticatorWithBody(ctx context.Context, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*http.Response, error)

	PostTwoFactorAuthenticator(ctx context.Context, body PostTwoFactorAuthenticatorJSONRequestBody, reqEditors ...RequestEditorFn) (*http.Response, error)

	// PutTwoFactorAuthenticator request with any body
	PutTwoFactorAuthenticatorWithBody(ctx context.Context, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*http.Response, error)

	PutTwoFactorAuthenticator(ctx context.Context, body PutTwoFactorAuthenticatorJSONRequestBody, reqEditors ...RequestEditorFn) (*http.Response, error)

	// PostTwoFactorDisable request with any body
	PostTwoFactorDisableWithBody(ctx context.Context, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*http.Response, error)

	PostTwoFactorDisable(ctx context.Context, body PostTwoFactorDisableJSONRequestBody, reqEditors ...RequestEditorFn) (*http.Response, error)

	// PutTwoFactorDisable request with any body
	PutTwoFactorDisableWithBody(ctx context.Context, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*http.Response, error)

	PutTwoFactorDisable(ctx context.Context, body PutTwoFactorDisableJSONRequestBody, reqEditors ...RequestEditorFn) (*http.Response, error)

	// PostTwoFactorDuo request with any body
	PostTwoFactorDuoWithBody(ctx context.Context, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*http.Response, error)

	PostTwoFactorDuo(ctx context.Context, body PostTwoFactorDuoJSONRequestBody, reqEditors ...RequestEditorFn) (*http.Response, error)

	// PutTwoFactorDuo request with any body
	PutTwoFactorDuoWithBody(ctx context.Context, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*http.Response, error)

	PutTwoFactorDuo(ctx context.Context, body PutTwoFactorDuoJSONRequestBody, reqEditors ...RequestEditorFn) (*http.Response, error)

	// PostTwoFactorEmail request with any body
	PostTwoFactorEmailWithBody(ctx context.Context, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*http.Response, error)

	PostTwoFactorEmail(ctx context.Context, body PostTwoFactorEmailJSONRequestBody, reqEditors ...RequestEditorFn) (*http.Response, error)

	// PutTwoFactorEmail request with any body
	PutTwoFactorEmailWithBody(ctx context.Context, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*http.Response, error)

	PutTwoFactorEmail(ctx context.Context, body PutTwoFactorEmailJSONRequestBody, reqEditors ...RequestEditorFn) (*http.Response, error)

	// PostTwoFactorGetAuthenticator request with any body
	PostTwoFactorGetAuthenticatorWithBody(ctx context.Context, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*http.Response, error)

	PostTwoFactorGetAuthenticator(ctx context.Context, body PostTwoFactorGetAuthenticatorJSONRequestBody, reqEditors ...RequestEditorFn) (*http.Response, error)

	// PostTwoFactorGetDuo request with any body
	PostTwoFactorGetDuoWithBody(ctx context.Context, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*http.Response, error)

	PostTwoFactorGetDuo(ctx context.Context, body PostTwoFactorGetDuoJSONRequestBody, reqEditors ...RequestEditorFn) (*http.Response, error)

	// PostTwoFactorGetEmail request with any body
	PostTwoFactorGetEmailWithBody(ctx context.Context, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*http.Response, error)

	PostTwoFactorGetEmail(ctx context.Context, body PostTwoFactorGetEmailJSONRequestBody, reqEditors ...RequestEditorFn) (*http.Response, error)

	// PostTwoFactorGetRecover request with any body
	PostTwoFactorGetRecoverWithBody(ctx context.Context, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*http.Response, error)

	PostTwoFactorGetRecover(ctx context.Context, body PostTwoFactorGetRecoverJSONRequestBody, reqEditors ...RequestEditorFn) (*http.Response, error)

	// PostTwoFactorGetWebauthn request with any body
	PostTwoFactorGetWebauthnWithBody(ctx context.Context, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*http.Response, error)

	PostTwoFactorGetWebauthn(ctx context.Context, body PostTwoFactorGetWebauthnJSONRequestBody, reqEditors ...RequestEditorFn) (*http.Response, error)

	// PostTwoFactorGetWebauthnChallenge request with any body
	PostTwoFactorGetWebauthnChallengeWithBody(ctx context.Context, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*http.Response, error)

	PostTwoFactorGetWebauthnChallenge(ctx context.Context, body PostTwoFactorGetWebauthnChallengeJSONRequestBody, reqEditors ...RequestEditorFn) (*http.Response, error)

	// PostTwoFactorGetYubikey request with any body
	PostTwoFactorGetYubikeyWithBody(ctx context.Context, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*http.Response, error)

	PostTwoFactorGetYubikey(ctx context.Context, body PostTwoFactorGetYubikeyJSONRequestBody, reqEditors ...RequestEditorFn) (*http.Response, error)

	// PostTwoFactorRecover request with any body
	PostTwoFactorRecoverWithBody(ctx context.Context, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*http.Response, error)

	PostTwoFactorRecover(ctx context.Context, body PostTwoFactorRecoverJSONRequestBody, reqEditors ...RequestEditorFn) (*http.Response, error)

	// PostTwoFactorSendEmail request with any body
	PostTwoFactorSendEmailWithBody(ctx context.Context, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*http.Response, error)

	PostTwoFactorSendEmail(ctx context.Context, body PostTwoFactorSendEmailJSONRequestBody, reqEditors ...RequestEditorFn) (*http.Response, error)

	// PostTwoFactorSendEmailLogin request with any body
	PostTwoFactorSendEmailLoginWithBody(ctx context.Context, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*http.Response, error)

	PostTwoFactorSendEmailLogin(ctx context.Context, body PostTwoFactorSendEmailLoginJSONRequestBody, reqEditors ...RequestEditorFn) (*http.Response, error)

	// DeleteTwoFactorWebauthn request with any body
	DeleteTwoFactorWebauthnWithBody(ctx context.Context, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*http.Response, error)

	DeleteTwoFactorWebauthn(ctx context.Context, body DeleteTwoFactorWebauthnJSONRequestBody, reqEditors ...RequestEditorFn) (*http.Response, error)

	// PostTwoFactorWebauthn request with any body
	PostTwoFactorWebauthnWithBody(ctx context.Context, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*http.Response, error)

	PostTwoFactorWebauthn(ctx context.Context, body PostTwoFactorWebauthnJSONRequestBody, reqEditors ...RequestEditorFn) (*http.Response, error)

	// PutTwoFactorWebauthn request with any body
	PutTwoFactorWebauthnWithBody(ctx context.Context, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*http.Response, error)

	PutTwoFactorWebauthn(ctx context.Context, body PutTwoFactorWebauthnJSONRequestBody, reqEditors ...RequestEditorFn) (*http.Response, error)

	// PostTwoFactorYubikey request with any body
	PostTwoFactorYubikeyWithBody(ctx context.Context, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*http.Response, error)

	PostTwoFactorYubikey(ctx context.Context, body PostTwoFactorYubikeyJSONRequestBody, reqEditors ...RequestEditorFn) (*http.Response, error)

	// PutTwoFactorYubikey request with any body
	PutTwoFactorYubikeyWithBody(ctx context.Context, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*http.Response, error)

	PutTwoFactorYubikey(ctx context.Context, body PutTwoFactorYubikeyJSONRequestBody, reqEditors ...RequestEditorFn) (*http.Response, error)

	// GetUsersIdPublicKey request
	GetUsersIdPublicKey(ctx context.Context, id string, reqEditors ...RequestEditorFn) (*http.Response, error)

	// GetVersion request
	GetVersion(ctx context.Context, reqEditors ...RequestEditorFn) (*http.Response, error)
}

The interface specification for the client above.

type ClientOption

type ClientOption func(*Client) error

ClientOption allows setting custom parameters during construction

func WithBaseURL

func WithBaseURL(baseURL string) ClientOption

WithBaseURL overrides the baseURL.

func WithHTTPClient

func WithHTTPClient(doer HttpRequestDoer) ClientOption

WithHTTPClient allows overriding the default Doer, which is automatically created using http.Client. This is useful for tests.

func WithRequestEditorFn

func WithRequestEditorFn(fn RequestEditorFn) ClientOption

WithRequestEditorFn allows setting up a callback function, which will be called right before sending the request. This can be used to mutate the request.

type ClientWithResponses

type ClientWithResponses struct {
	ClientInterface
}

ClientWithResponses builds on ClientInterface to offer response payloads

func NewClientWithResponses

func NewClientWithResponses(server string, opts ...ClientOption) (*ClientWithResponses, error)

NewClientWithResponses creates a new ClientWithResponses, which wraps Client with return type handling

func (*ClientWithResponses) DeleteAccountsSsoOrganizationIdWithResponse

func (c *ClientWithResponses) DeleteAccountsSsoOrganizationIdWithResponse(ctx context.Context, organizationId string, reqEditors ...RequestEditorFn) (*DeleteAccountsSsoOrganizationIdResponse, error)

DeleteAccountsSsoOrganizationIdWithResponse request returning *DeleteAccountsSsoOrganizationIdResponse

func (*ClientWithResponses) DeleteAccountsWithBodyWithResponse

func (c *ClientWithResponses) DeleteAccountsWithBodyWithResponse(ctx context.Context, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*DeleteAccountsResponse, error)

DeleteAccountsWithBodyWithResponse request with arbitrary body returning *DeleteAccountsResponse

func (*ClientWithResponses) DeleteAccountsWithResponse

func (c *ClientWithResponses) DeleteAccountsWithResponse(ctx context.Context, body DeleteAccountsJSONRequestBody, reqEditors ...RequestEditorFn) (*DeleteAccountsResponse, error)

func (*ClientWithResponses) DeleteCiphersAdminWithBodyWithResponse

func (c *ClientWithResponses) DeleteCiphersAdminWithBodyWithResponse(ctx context.Context, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*DeleteCiphersAdminResponse, error)

DeleteCiphersAdminWithBodyWithResponse request with arbitrary body returning *DeleteCiphersAdminResponse

func (*ClientWithResponses) DeleteCiphersAdminWithResponse

func (c *ClientWithResponses) DeleteCiphersAdminWithResponse(ctx context.Context, body DeleteCiphersAdminJSONRequestBody, reqEditors ...RequestEditorFn) (*DeleteCiphersAdminResponse, error)

func (*ClientWithResponses) DeleteCiphersIdAdminWithResponse

func (c *ClientWithResponses) DeleteCiphersIdAdminWithResponse(ctx context.Context, id string, reqEditors ...RequestEditorFn) (*DeleteCiphersIdAdminResponse, error)

DeleteCiphersIdAdminWithResponse request returning *DeleteCiphersIdAdminResponse

func (*ClientWithResponses) DeleteCiphersIdAttachmentAttachmentIdAdminWithResponse

func (c *ClientWithResponses) DeleteCiphersIdAttachmentAttachmentIdAdminWithResponse(ctx context.Context, id string, attachmentId string, reqEditors ...RequestEditorFn) (*DeleteCiphersIdAttachmentAttachmentIdAdminResponse, error)

DeleteCiphersIdAttachmentAttachmentIdAdminWithResponse request returning *DeleteCiphersIdAttachmentAttachmentIdAdminResponse

func (*ClientWithResponses) DeleteCiphersIdAttachmentAttachmentIdWithResponse

func (c *ClientWithResponses) DeleteCiphersIdAttachmentAttachmentIdWithResponse(ctx context.Context, id string, attachmentId string, reqEditors ...RequestEditorFn) (*DeleteCiphersIdAttachmentAttachmentIdResponse, error)

DeleteCiphersIdAttachmentAttachmentIdWithResponse request returning *DeleteCiphersIdAttachmentAttachmentIdResponse

func (*ClientWithResponses) DeleteCiphersIdWithResponse

func (c *ClientWithResponses) DeleteCiphersIdWithResponse(ctx context.Context, id string, reqEditors ...RequestEditorFn) (*DeleteCiphersIdResponse, error)

DeleteCiphersIdWithResponse request returning *DeleteCiphersIdResponse

func (*ClientWithResponses) DeleteCiphersWithBodyWithResponse

func (c *ClientWithResponses) DeleteCiphersWithBodyWithResponse(ctx context.Context, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*DeleteCiphersResponse, error)

DeleteCiphersWithBodyWithResponse request with arbitrary body returning *DeleteCiphersResponse

func (*ClientWithResponses) DeleteCiphersWithResponse

func (c *ClientWithResponses) DeleteCiphersWithResponse(ctx context.Context, body DeleteCiphersJSONRequestBody, reqEditors ...RequestEditorFn) (*DeleteCiphersResponse, error)

func (*ClientWithResponses) DeleteDevicesIdWithResponse

func (c *ClientWithResponses) DeleteDevicesIdWithResponse(ctx context.Context, id string, reqEditors ...RequestEditorFn) (*DeleteDevicesIdResponse, error)

DeleteDevicesIdWithResponse request returning *DeleteDevicesIdResponse

func (*ClientWithResponses) DeleteEmergencyAccessIdWithResponse

func (c *ClientWithResponses) DeleteEmergencyAccessIdWithResponse(ctx context.Context, id string, reqEditors ...RequestEditorFn) (*DeleteEmergencyAccessIdResponse, error)

DeleteEmergencyAccessIdWithResponse request returning *DeleteEmergencyAccessIdResponse

func (*ClientWithResponses) DeleteFoldersIdWithResponse

func (c *ClientWithResponses) DeleteFoldersIdWithResponse(ctx context.Context, id string, reqEditors ...RequestEditorFn) (*DeleteFoldersIdResponse, error)

DeleteFoldersIdWithResponse request returning *DeleteFoldersIdResponse

func (*ClientWithResponses) DeleteOrganizationsIdWithBodyWithResponse

func (c *ClientWithResponses) DeleteOrganizationsIdWithBodyWithResponse(ctx context.Context, id string, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*DeleteOrganizationsIdResponse, error)

DeleteOrganizationsIdWithBodyWithResponse request with arbitrary body returning *DeleteOrganizationsIdResponse

func (*ClientWithResponses) DeleteOrganizationsIdWithResponse

func (c *ClientWithResponses) DeleteOrganizationsIdWithResponse(ctx context.Context, id string, body DeleteOrganizationsIdJSONRequestBody, reqEditors ...RequestEditorFn) (*DeleteOrganizationsIdResponse, error)

func (*ClientWithResponses) DeleteOrganizationsOrgIdCollectionsIdUserOrgUserIdWithResponse

func (c *ClientWithResponses) DeleteOrganizationsOrgIdCollectionsIdUserOrgUserIdWithResponse(ctx context.Context, orgId string, id string, orgUserId string, reqEditors ...RequestEditorFn) (*DeleteOrganizationsOrgIdCollectionsIdUserOrgUserIdResponse, error)

DeleteOrganizationsOrgIdCollectionsIdUserOrgUserIdWithResponse request returning *DeleteOrganizationsOrgIdCollectionsIdUserOrgUserIdResponse

func (*ClientWithResponses) DeleteOrganizationsOrgIdCollectionsIdWithResponse

func (c *ClientWithResponses) DeleteOrganizationsOrgIdCollectionsIdWithResponse(ctx context.Context, orgId string, id string, reqEditors ...RequestEditorFn) (*DeleteOrganizationsOrgIdCollectionsIdResponse, error)

DeleteOrganizationsOrgIdCollectionsIdWithResponse request returning *DeleteOrganizationsOrgIdCollectionsIdResponse

func (*ClientWithResponses) DeleteOrganizationsOrgIdGroupsIdUserOrgUserIdWithResponse

func (c *ClientWithResponses) DeleteOrganizationsOrgIdGroupsIdUserOrgUserIdWithResponse(ctx context.Context, orgId string, id string, orgUserId string, reqEditors ...RequestEditorFn) (*DeleteOrganizationsOrgIdGroupsIdUserOrgUserIdResponse, error)

DeleteOrganizationsOrgIdGroupsIdUserOrgUserIdWithResponse request returning *DeleteOrganizationsOrgIdGroupsIdUserOrgUserIdResponse

func (*ClientWithResponses) DeleteOrganizationsOrgIdGroupsIdWithResponse

func (c *ClientWithResponses) DeleteOrganizationsOrgIdGroupsIdWithResponse(ctx context.Context, orgId string, id string, reqEditors ...RequestEditorFn) (*DeleteOrganizationsOrgIdGroupsIdResponse, error)

DeleteOrganizationsOrgIdGroupsIdWithResponse request returning *DeleteOrganizationsOrgIdGroupsIdResponse

func (*ClientWithResponses) DeleteOrganizationsOrgIdUsersIdWithResponse

func (c *ClientWithResponses) DeleteOrganizationsOrgIdUsersIdWithResponse(ctx context.Context, orgId string, id string, reqEditors ...RequestEditorFn) (*DeleteOrganizationsOrgIdUsersIdResponse, error)

DeleteOrganizationsOrgIdUsersIdWithResponse request returning *DeleteOrganizationsOrgIdUsersIdResponse

func (*ClientWithResponses) DeleteOrganizationsOrgIdUsersWithBodyWithResponse

func (c *ClientWithResponses) DeleteOrganizationsOrgIdUsersWithBodyWithResponse(ctx context.Context, orgId string, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*DeleteOrganizationsOrgIdUsersResponse, error)

DeleteOrganizationsOrgIdUsersWithBodyWithResponse request with arbitrary body returning *DeleteOrganizationsOrgIdUsersResponse

func (*ClientWithResponses) DeleteOrganizationsOrgIdUsersWithResponse

func (c *ClientWithResponses) DeleteOrganizationsOrgIdUsersWithResponse(ctx context.Context, orgId string, body DeleteOrganizationsOrgIdUsersJSONRequestBody, reqEditors ...RequestEditorFn) (*DeleteOrganizationsOrgIdUsersResponse, error)

func (*ClientWithResponses) DeletePushIdWithResponse

func (c *ClientWithResponses) DeletePushIdWithResponse(ctx context.Context, id string, reqEditors ...RequestEditorFn) (*DeletePushIdResponse, error)

DeletePushIdWithResponse request returning *DeletePushIdResponse

func (*ClientWithResponses) DeleteSendsIdWithResponse

func (c *ClientWithResponses) DeleteSendsIdWithResponse(ctx context.Context, id string, reqEditors ...RequestEditorFn) (*DeleteSendsIdResponse, error)

DeleteSendsIdWithResponse request returning *DeleteSendsIdResponse

func (*ClientWithResponses) DeleteTwoFactorWebauthnWithBodyWithResponse

func (c *ClientWithResponses) DeleteTwoFactorWebauthnWithBodyWithResponse(ctx context.Context, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*DeleteTwoFactorWebauthnResponse, error)

DeleteTwoFactorWebauthnWithBodyWithResponse request with arbitrary body returning *DeleteTwoFactorWebauthnResponse

func (*ClientWithResponses) DeleteTwoFactorWebauthnWithResponse

func (c *ClientWithResponses) DeleteTwoFactorWebauthnWithResponse(ctx context.Context, body DeleteTwoFactorWebauthnJSONRequestBody, reqEditors ...RequestEditorFn) (*DeleteTwoFactorWebauthnResponse, error)

func (*ClientWithResponses) GetAccountsBillingWithResponse

func (c *ClientWithResponses) GetAccountsBillingWithResponse(ctx context.Context, reqEditors ...RequestEditorFn) (*GetAccountsBillingResponse, error)

GetAccountsBillingWithResponse request returning *GetAccountsBillingResponse

func (*ClientWithResponses) GetAccountsEnterprisePortalSigninTokenWithResponse

func (c *ClientWithResponses) GetAccountsEnterprisePortalSigninTokenWithResponse(ctx context.Context, reqEditors ...RequestEditorFn) (*GetAccountsEnterprisePortalSigninTokenResponse, error)

GetAccountsEnterprisePortalSigninTokenWithResponse request returning *GetAccountsEnterprisePortalSigninTokenResponse

func (*ClientWithResponses) GetAccountsKeysWithResponse

func (c *ClientWithResponses) GetAccountsKeysWithResponse(ctx context.Context, reqEditors ...RequestEditorFn) (*GetAccountsKeysResponse, error)

GetAccountsKeysWithResponse request returning *GetAccountsKeysResponse

func (*ClientWithResponses) GetAccountsOrganizationsWithResponse

func (c *ClientWithResponses) GetAccountsOrganizationsWithResponse(ctx context.Context, reqEditors ...RequestEditorFn) (*GetAccountsOrganizationsResponse, error)

GetAccountsOrganizationsWithResponse request returning *GetAccountsOrganizationsResponse

func (*ClientWithResponses) GetAccountsProfileWithResponse

func (c *ClientWithResponses) GetAccountsProfileWithResponse(ctx context.Context, reqEditors ...RequestEditorFn) (*GetAccountsProfileResponse, error)

GetAccountsProfileWithResponse request returning *GetAccountsProfileResponse

func (*ClientWithResponses) GetAccountsRevisionDateWithResponse

func (c *ClientWithResponses) GetAccountsRevisionDateWithResponse(ctx context.Context, reqEditors ...RequestEditorFn) (*GetAccountsRevisionDateResponse, error)

GetAccountsRevisionDateWithResponse request returning *GetAccountsRevisionDateResponse

func (*ClientWithResponses) GetAccountsSsoUserIdentifierWithResponse

func (c *ClientWithResponses) GetAccountsSsoUserIdentifierWithResponse(ctx context.Context, reqEditors ...RequestEditorFn) (*GetAccountsSsoUserIdentifierResponse, error)

GetAccountsSsoUserIdentifierWithResponse request returning *GetAccountsSsoUserIdentifierResponse

func (*ClientWithResponses) GetAccountsSubscriptionWithResponse

func (c *ClientWithResponses) GetAccountsSubscriptionWithResponse(ctx context.Context, reqEditors ...RequestEditorFn) (*GetAccountsSubscriptionResponse, error)

GetAccountsSubscriptionWithResponse request returning *GetAccountsSubscriptionResponse

func (*ClientWithResponses) GetAccountsTaxWithResponse

func (c *ClientWithResponses) GetAccountsTaxWithResponse(ctx context.Context, reqEditors ...RequestEditorFn) (*GetAccountsTaxResponse, error)

GetAccountsTaxWithResponse request returning *GetAccountsTaxResponse

func (*ClientWithResponses) GetAliveWithResponse

func (c *ClientWithResponses) GetAliveWithResponse(ctx context.Context, reqEditors ...RequestEditorFn) (*GetAliveResponse, error)

GetAliveWithResponse request returning *GetAliveResponse

func (*ClientWithResponses) GetCiphersIdAdminWithResponse

func (c *ClientWithResponses) GetCiphersIdAdminWithResponse(ctx context.Context, id string, reqEditors ...RequestEditorFn) (*GetCiphersIdAdminResponse, error)

GetCiphersIdAdminWithResponse request returning *GetCiphersIdAdminResponse

func (*ClientWithResponses) GetCiphersIdAttachmentAttachmentIdRenewWithResponse

func (c *ClientWithResponses) GetCiphersIdAttachmentAttachmentIdRenewWithResponse(ctx context.Context, id string, attachmentId string, reqEditors ...RequestEditorFn) (*GetCiphersIdAttachmentAttachmentIdRenewResponse, error)

GetCiphersIdAttachmentAttachmentIdRenewWithResponse request returning *GetCiphersIdAttachmentAttachmentIdRenewResponse

func (*ClientWithResponses) GetCiphersIdAttachmentAttachmentIdWithResponse

func (c *ClientWithResponses) GetCiphersIdAttachmentAttachmentIdWithResponse(ctx context.Context, id string, attachmentId string, reqEditors ...RequestEditorFn) (*GetCiphersIdAttachmentAttachmentIdResponse, error)

GetCiphersIdAttachmentAttachmentIdWithResponse request returning *GetCiphersIdAttachmentAttachmentIdResponse

func (*ClientWithResponses) GetCiphersIdDetailsWithResponse

func (c *ClientWithResponses) GetCiphersIdDetailsWithResponse(ctx context.Context, id string, reqEditors ...RequestEditorFn) (*GetCiphersIdDetailsResponse, error)

GetCiphersIdDetailsWithResponse request returning *GetCiphersIdDetailsResponse

func (*ClientWithResponses) GetCiphersIdEventsWithResponse

func (c *ClientWithResponses) GetCiphersIdEventsWithResponse(ctx context.Context, id string, params *GetCiphersIdEventsParams, reqEditors ...RequestEditorFn) (*GetCiphersIdEventsResponse, error)

GetCiphersIdEventsWithResponse request returning *GetCiphersIdEventsResponse

func (*ClientWithResponses) GetCiphersIdFullDetailsWithResponse

func (c *ClientWithResponses) GetCiphersIdFullDetailsWithResponse(ctx context.Context, id string, reqEditors ...RequestEditorFn) (*GetCiphersIdFullDetailsResponse, error)

GetCiphersIdFullDetailsWithResponse request returning *GetCiphersIdFullDetailsResponse

func (*ClientWithResponses) GetCiphersIdWithResponse

func (c *ClientWithResponses) GetCiphersIdWithResponse(ctx context.Context, id string, reqEditors ...RequestEditorFn) (*GetCiphersIdResponse, error)

GetCiphersIdWithResponse request returning *GetCiphersIdResponse

func (*ClientWithResponses) GetCiphersOrganizationDetailsWithResponse

func (c *ClientWithResponses) GetCiphersOrganizationDetailsWithResponse(ctx context.Context, params *GetCiphersOrganizationDetailsParams, reqEditors ...RequestEditorFn) (*GetCiphersOrganizationDetailsResponse, error)

GetCiphersOrganizationDetailsWithResponse request returning *GetCiphersOrganizationDetailsResponse

func (*ClientWithResponses) GetCiphersWithResponse

func (c *ClientWithResponses) GetCiphersWithResponse(ctx context.Context, reqEditors ...RequestEditorFn) (*GetCiphersResponse, error)

GetCiphersWithResponse request returning *GetCiphersResponse

func (*ClientWithResponses) GetCollectionsWithResponse

func (c *ClientWithResponses) GetCollectionsWithResponse(ctx context.Context, reqEditors ...RequestEditorFn) (*GetCollectionsResponse, error)

GetCollectionsWithResponse request returning *GetCollectionsResponse

func (*ClientWithResponses) GetDevicesIdWithResponse

func (c *ClientWithResponses) GetDevicesIdWithResponse(ctx context.Context, id string, reqEditors ...RequestEditorFn) (*GetDevicesIdResponse, error)

GetDevicesIdWithResponse request returning *GetDevicesIdResponse

func (*ClientWithResponses) GetDevicesIdentifierIdentifierWithResponse

func (c *ClientWithResponses) GetDevicesIdentifierIdentifierWithResponse(ctx context.Context, identifier string, reqEditors ...RequestEditorFn) (*GetDevicesIdentifierIdentifierResponse, error)

GetDevicesIdentifierIdentifierWithResponse request returning *GetDevicesIdentifierIdentifierResponse

func (*ClientWithResponses) GetDevicesWithResponse

func (c *ClientWithResponses) GetDevicesWithResponse(ctx context.Context, reqEditors ...RequestEditorFn) (*GetDevicesResponse, error)

GetDevicesWithResponse request returning *GetDevicesResponse

func (*ClientWithResponses) GetEmergencyAccessGrantedWithResponse

func (c *ClientWithResponses) GetEmergencyAccessGrantedWithResponse(ctx context.Context, reqEditors ...RequestEditorFn) (*GetEmergencyAccessGrantedResponse, error)

GetEmergencyAccessGrantedWithResponse request returning *GetEmergencyAccessGrantedResponse

func (*ClientWithResponses) GetEmergencyAccessIdCipherIdAttachmentAttachmentIdWithResponse

func (c *ClientWithResponses) GetEmergencyAccessIdCipherIdAttachmentAttachmentIdWithResponse(ctx context.Context, id string, cipherId string, attachmentId string, reqEditors ...RequestEditorFn) (*GetEmergencyAccessIdCipherIdAttachmentAttachmentIdResponse, error)

GetEmergencyAccessIdCipherIdAttachmentAttachmentIdWithResponse request returning *GetEmergencyAccessIdCipherIdAttachmentAttachmentIdResponse

func (*ClientWithResponses) GetEmergencyAccessIdPoliciesWithResponse

func (c *ClientWithResponses) GetEmergencyAccessIdPoliciesWithResponse(ctx context.Context, id string, reqEditors ...RequestEditorFn) (*GetEmergencyAccessIdPoliciesResponse, error)

GetEmergencyAccessIdPoliciesWithResponse request returning *GetEmergencyAccessIdPoliciesResponse

func (*ClientWithResponses) GetEmergencyAccessIdWithResponse

func (c *ClientWithResponses) GetEmergencyAccessIdWithResponse(ctx context.Context, id string, reqEditors ...RequestEditorFn) (*GetEmergencyAccessIdResponse, error)

GetEmergencyAccessIdWithResponse request returning *GetEmergencyAccessIdResponse

func (*ClientWithResponses) GetEmergencyAccessTrustedWithResponse

func (c *ClientWithResponses) GetEmergencyAccessTrustedWithResponse(ctx context.Context, reqEditors ...RequestEditorFn) (*GetEmergencyAccessTrustedResponse, error)

GetEmergencyAccessTrustedWithResponse request returning *GetEmergencyAccessTrustedResponse

func (*ClientWithResponses) GetEventsWithResponse

func (c *ClientWithResponses) GetEventsWithResponse(ctx context.Context, params *GetEventsParams, reqEditors ...RequestEditorFn) (*GetEventsResponse, error)

GetEventsWithResponse request returning *GetEventsResponse

func (*ClientWithResponses) GetFoldersIdWithResponse

func (c *ClientWithResponses) GetFoldersIdWithResponse(ctx context.Context, id string, reqEditors ...RequestEditorFn) (*GetFoldersIdResponse, error)

GetFoldersIdWithResponse request returning *GetFoldersIdResponse

func (*ClientWithResponses) GetFoldersWithResponse

func (c *ClientWithResponses) GetFoldersWithResponse(ctx context.Context, reqEditors ...RequestEditorFn) (*GetFoldersResponse, error)

GetFoldersWithResponse request returning *GetFoldersResponse

func (*ClientWithResponses) GetHibpBreachWithResponse

func (c *ClientWithResponses) GetHibpBreachWithResponse(ctx context.Context, params *GetHibpBreachParams, reqEditors ...RequestEditorFn) (*GetHibpBreachResponse, error)

GetHibpBreachWithResponse request returning *GetHibpBreachResponse

func (*ClientWithResponses) GetInstallationsIdWithResponse

func (c *ClientWithResponses) GetInstallationsIdWithResponse(ctx context.Context, id string, reqEditors ...RequestEditorFn) (*GetInstallationsIdResponse, error)

GetInstallationsIdWithResponse request returning *GetInstallationsIdResponse

func (*ClientWithResponses) GetIpWithResponse

func (c *ClientWithResponses) GetIpWithResponse(ctx context.Context, reqEditors ...RequestEditorFn) (*GetIpResponse, error)

GetIpWithResponse request returning *GetIpResponse

func (*ClientWithResponses) GetLicensesOrganizationIdWithResponse

func (c *ClientWithResponses) GetLicensesOrganizationIdWithResponse(ctx context.Context, id string, params *GetLicensesOrganizationIdParams, reqEditors ...RequestEditorFn) (*GetLicensesOrganizationIdResponse, error)

GetLicensesOrganizationIdWithResponse request returning *GetLicensesOrganizationIdResponse

func (*ClientWithResponses) GetLicensesUserIdWithResponse

func (c *ClientWithResponses) GetLicensesUserIdWithResponse(ctx context.Context, id string, params *GetLicensesUserIdParams, reqEditors ...RequestEditorFn) (*GetLicensesUserIdResponse, error)

GetLicensesUserIdWithResponse request returning *GetLicensesUserIdResponse

func (*ClientWithResponses) GetNowWithResponse

func (c *ClientWithResponses) GetNowWithResponse(ctx context.Context, reqEditors ...RequestEditorFn) (*GetNowResponse, error)

GetNowWithResponse request returning *GetNowResponse

func (*ClientWithResponses) GetOrganizationsIdBillingWithResponse

func (c *ClientWithResponses) GetOrganizationsIdBillingWithResponse(ctx context.Context, id string, reqEditors ...RequestEditorFn) (*GetOrganizationsIdBillingResponse, error)

GetOrganizationsIdBillingWithResponse request returning *GetOrganizationsIdBillingResponse

func (*ClientWithResponses) GetOrganizationsIdEventsWithResponse

func (c *ClientWithResponses) GetOrganizationsIdEventsWithResponse(ctx context.Context, id string, params *GetOrganizationsIdEventsParams, reqEditors ...RequestEditorFn) (*GetOrganizationsIdEventsResponse, error)

GetOrganizationsIdEventsWithResponse request returning *GetOrganizationsIdEventsResponse

func (*ClientWithResponses) GetOrganizationsIdKeysWithResponse

func (c *ClientWithResponses) GetOrganizationsIdKeysWithResponse(ctx context.Context, id string, reqEditors ...RequestEditorFn) (*GetOrganizationsIdKeysResponse, error)

GetOrganizationsIdKeysWithResponse request returning *GetOrganizationsIdKeysResponse

func (*ClientWithResponses) GetOrganizationsIdLicenseWithResponse

func (c *ClientWithResponses) GetOrganizationsIdLicenseWithResponse(ctx context.Context, id string, params *GetOrganizationsIdLicenseParams, reqEditors ...RequestEditorFn) (*GetOrganizationsIdLicenseResponse, error)

GetOrganizationsIdLicenseWithResponse request returning *GetOrganizationsIdLicenseResponse

func (*ClientWithResponses) GetOrganizationsIdSubscriptionWithResponse

func (c *ClientWithResponses) GetOrganizationsIdSubscriptionWithResponse(ctx context.Context, id string, reqEditors ...RequestEditorFn) (*GetOrganizationsIdSubscriptionResponse, error)

GetOrganizationsIdSubscriptionWithResponse request returning *GetOrganizationsIdSubscriptionResponse

func (*ClientWithResponses) GetOrganizationsIdTaxWithResponse

func (c *ClientWithResponses) GetOrganizationsIdTaxWithResponse(ctx context.Context, id string, reqEditors ...RequestEditorFn) (*GetOrganizationsIdTaxResponse, error)

GetOrganizationsIdTaxWithResponse request returning *GetOrganizationsIdTaxResponse

func (*ClientWithResponses) GetOrganizationsIdTwoFactorWithResponse

func (c *ClientWithResponses) GetOrganizationsIdTwoFactorWithResponse(ctx context.Context, id string, reqEditors ...RequestEditorFn) (*GetOrganizationsIdTwoFactorResponse, error)

GetOrganizationsIdTwoFactorWithResponse request returning *GetOrganizationsIdTwoFactorResponse

func (*ClientWithResponses) GetOrganizationsIdWithResponse

func (c *ClientWithResponses) GetOrganizationsIdWithResponse(ctx context.Context, id string, reqEditors ...RequestEditorFn) (*GetOrganizationsIdResponse, error)

GetOrganizationsIdWithResponse request returning *GetOrganizationsIdResponse

func (*ClientWithResponses) GetOrganizationsOrgIdCollectionsIdDetailsWithResponse

func (c *ClientWithResponses) GetOrganizationsOrgIdCollectionsIdDetailsWithResponse(ctx context.Context, orgId string, id string, reqEditors ...RequestEditorFn) (*GetOrganizationsOrgIdCollectionsIdDetailsResponse, error)

GetOrganizationsOrgIdCollectionsIdDetailsWithResponse request returning *GetOrganizationsOrgIdCollectionsIdDetailsResponse

func (*ClientWithResponses) GetOrganizationsOrgIdCollectionsIdUsersWithResponse

func (c *ClientWithResponses) GetOrganizationsOrgIdCollectionsIdUsersWithResponse(ctx context.Context, orgId string, id string, reqEditors ...RequestEditorFn) (*GetOrganizationsOrgIdCollectionsIdUsersResponse, error)

GetOrganizationsOrgIdCollectionsIdUsersWithResponse request returning *GetOrganizationsOrgIdCollectionsIdUsersResponse

func (*ClientWithResponses) GetOrganizationsOrgIdCollectionsIdWithResponse

func (c *ClientWithResponses) GetOrganizationsOrgIdCollectionsIdWithResponse(ctx context.Context, orgId string, id string, reqEditors ...RequestEditorFn) (*GetOrganizationsOrgIdCollectionsIdResponse, error)

GetOrganizationsOrgIdCollectionsIdWithResponse request returning *GetOrganizationsOrgIdCollectionsIdResponse

func (*ClientWithResponses) GetOrganizationsOrgIdCollectionsWithResponse

func (c *ClientWithResponses) GetOrganizationsOrgIdCollectionsWithResponse(ctx context.Context, orgId string, reqEditors ...RequestEditorFn) (*GetOrganizationsOrgIdCollectionsResponse, error)

GetOrganizationsOrgIdCollectionsWithResponse request returning *GetOrganizationsOrgIdCollectionsResponse

func (*ClientWithResponses) GetOrganizationsOrgIdGroupsIdDetailsWithResponse

func (c *ClientWithResponses) GetOrganizationsOrgIdGroupsIdDetailsWithResponse(ctx context.Context, orgId string, id string, reqEditors ...RequestEditorFn) (*GetOrganizationsOrgIdGroupsIdDetailsResponse, error)

GetOrganizationsOrgIdGroupsIdDetailsWithResponse request returning *GetOrganizationsOrgIdGroupsIdDetailsResponse

func (*ClientWithResponses) GetOrganizationsOrgIdGroupsIdUsersWithResponse

func (c *ClientWithResponses) GetOrganizationsOrgIdGroupsIdUsersWithResponse(ctx context.Context, orgId string, id string, reqEditors ...RequestEditorFn) (*GetOrganizationsOrgIdGroupsIdUsersResponse, error)

GetOrganizationsOrgIdGroupsIdUsersWithResponse request returning *GetOrganizationsOrgIdGroupsIdUsersResponse

func (*ClientWithResponses) GetOrganizationsOrgIdGroupsIdWithResponse

func (c *ClientWithResponses) GetOrganizationsOrgIdGroupsIdWithResponse(ctx context.Context, orgId string, id string, reqEditors ...RequestEditorFn) (*GetOrganizationsOrgIdGroupsIdResponse, error)

GetOrganizationsOrgIdGroupsIdWithResponse request returning *GetOrganizationsOrgIdGroupsIdResponse

func (*ClientWithResponses) GetOrganizationsOrgIdGroupsWithResponse

func (c *ClientWithResponses) GetOrganizationsOrgIdGroupsWithResponse(ctx context.Context, orgId string, reqEditors ...RequestEditorFn) (*GetOrganizationsOrgIdGroupsResponse, error)

GetOrganizationsOrgIdGroupsWithResponse request returning *GetOrganizationsOrgIdGroupsResponse

func (*ClientWithResponses) GetOrganizationsOrgIdPoliciesTokenWithResponse

func (c *ClientWithResponses) GetOrganizationsOrgIdPoliciesTokenWithResponse(ctx context.Context, orgId string, params *GetOrganizationsOrgIdPoliciesTokenParams, reqEditors ...RequestEditorFn) (*GetOrganizationsOrgIdPoliciesTokenResponse, error)

GetOrganizationsOrgIdPoliciesTokenWithResponse request returning *GetOrganizationsOrgIdPoliciesTokenResponse

func (*ClientWithResponses) GetOrganizationsOrgIdPoliciesTypeWithResponse

func (c *ClientWithResponses) GetOrganizationsOrgIdPoliciesTypeWithResponse(ctx context.Context, orgId string, pType int32, reqEditors ...RequestEditorFn) (*GetOrganizationsOrgIdPoliciesTypeResponse, error)

GetOrganizationsOrgIdPoliciesTypeWithResponse request returning *GetOrganizationsOrgIdPoliciesTypeResponse

func (*ClientWithResponses) GetOrganizationsOrgIdPoliciesWithResponse

func (c *ClientWithResponses) GetOrganizationsOrgIdPoliciesWithResponse(ctx context.Context, orgId string, reqEditors ...RequestEditorFn) (*GetOrganizationsOrgIdPoliciesResponse, error)

GetOrganizationsOrgIdPoliciesWithResponse request returning *GetOrganizationsOrgIdPoliciesResponse

func (*ClientWithResponses) GetOrganizationsOrgIdUsersIdEventsWithResponse

func (c *ClientWithResponses) GetOrganizationsOrgIdUsersIdEventsWithResponse(ctx context.Context, orgId string, id string, params *GetOrganizationsOrgIdUsersIdEventsParams, reqEditors ...RequestEditorFn) (*GetOrganizationsOrgIdUsersIdEventsResponse, error)

GetOrganizationsOrgIdUsersIdEventsWithResponse request returning *GetOrganizationsOrgIdUsersIdEventsResponse

func (*ClientWithResponses) GetOrganizationsOrgIdUsersIdGroupsWithResponse

func (c *ClientWithResponses) GetOrganizationsOrgIdUsersIdGroupsWithResponse(ctx context.Context, orgId string, id string, reqEditors ...RequestEditorFn) (*GetOrganizationsOrgIdUsersIdGroupsResponse, error)

GetOrganizationsOrgIdUsersIdGroupsWithResponse request returning *GetOrganizationsOrgIdUsersIdGroupsResponse

func (*ClientWithResponses) GetOrganizationsOrgIdUsersIdResetPasswordDetailsWithResponse

func (c *ClientWithResponses) GetOrganizationsOrgIdUsersIdResetPasswordDetailsWithResponse(ctx context.Context, orgId string, id string, reqEditors ...RequestEditorFn) (*GetOrganizationsOrgIdUsersIdResetPasswordDetailsResponse, error)

GetOrganizationsOrgIdUsersIdResetPasswordDetailsWithResponse request returning *GetOrganizationsOrgIdUsersIdResetPasswordDetailsResponse

func (*ClientWithResponses) GetOrganizationsOrgIdUsersIdWithResponse

func (c *ClientWithResponses) GetOrganizationsOrgIdUsersIdWithResponse(ctx context.Context, orgId string, id string, reqEditors ...RequestEditorFn) (*GetOrganizationsOrgIdUsersIdResponse, error)

GetOrganizationsOrgIdUsersIdWithResponse request returning *GetOrganizationsOrgIdUsersIdResponse

func (*ClientWithResponses) GetOrganizationsOrgIdUsersWithResponse

func (c *ClientWithResponses) GetOrganizationsOrgIdUsersWithResponse(ctx context.Context, orgId string, reqEditors ...RequestEditorFn) (*GetOrganizationsOrgIdUsersResponse, error)

GetOrganizationsOrgIdUsersWithResponse request returning *GetOrganizationsOrgIdUsersResponse

func (*ClientWithResponses) GetOrganizationsWithResponse

func (c *ClientWithResponses) GetOrganizationsWithResponse(ctx context.Context, reqEditors ...RequestEditorFn) (*GetOrganizationsResponse, error)

GetOrganizationsWithResponse request returning *GetOrganizationsResponse

func (*ClientWithResponses) GetPlansSalesTaxRatesWithResponse

func (c *ClientWithResponses) GetPlansSalesTaxRatesWithResponse(ctx context.Context, reqEditors ...RequestEditorFn) (*GetPlansSalesTaxRatesResponse, error)

GetPlansSalesTaxRatesWithResponse request returning *GetPlansSalesTaxRatesResponse

func (*ClientWithResponses) GetPlansWithResponse

func (c *ClientWithResponses) GetPlansWithResponse(ctx context.Context, reqEditors ...RequestEditorFn) (*GetPlansResponse, error)

GetPlansWithResponse request returning *GetPlansResponse

func (*ClientWithResponses) GetSendsIdFileFileIdWithResponse

func (c *ClientWithResponses) GetSendsIdFileFileIdWithResponse(ctx context.Context, id string, fileId string, reqEditors ...RequestEditorFn) (*GetSendsIdFileFileIdResponse, error)

GetSendsIdFileFileIdWithResponse request returning *GetSendsIdFileFileIdResponse

func (*ClientWithResponses) GetSendsIdWithResponse

func (c *ClientWithResponses) GetSendsIdWithResponse(ctx context.Context, id string, reqEditors ...RequestEditorFn) (*GetSendsIdResponse, error)

GetSendsIdWithResponse request returning *GetSendsIdResponse

func (*ClientWithResponses) GetSendsWithResponse

func (c *ClientWithResponses) GetSendsWithResponse(ctx context.Context, reqEditors ...RequestEditorFn) (*GetSendsResponse, error)

GetSendsWithResponse request returning *GetSendsResponse

func (*ClientWithResponses) GetSettingsDomainsWithResponse

func (c *ClientWithResponses) GetSettingsDomainsWithResponse(ctx context.Context, params *GetSettingsDomainsParams, reqEditors ...RequestEditorFn) (*GetSettingsDomainsResponse, error)

GetSettingsDomainsWithResponse request returning *GetSettingsDomainsResponse

func (*ClientWithResponses) GetSyncWithResponse

func (c *ClientWithResponses) GetSyncWithResponse(ctx context.Context, params *GetSyncParams, reqEditors ...RequestEditorFn) (*GetSyncResponse, error)

GetSyncWithResponse request returning *GetSyncResponse

func (*ClientWithResponses) GetTwoFactorWithResponse

func (c *ClientWithResponses) GetTwoFactorWithResponse(ctx context.Context, reqEditors ...RequestEditorFn) (*GetTwoFactorResponse, error)

GetTwoFactorWithResponse request returning *GetTwoFactorResponse

func (*ClientWithResponses) GetUsersIdPublicKeyWithResponse

func (c *ClientWithResponses) GetUsersIdPublicKeyWithResponse(ctx context.Context, id string, reqEditors ...RequestEditorFn) (*GetUsersIdPublicKeyResponse, error)

GetUsersIdPublicKeyWithResponse request returning *GetUsersIdPublicKeyResponse

func (*ClientWithResponses) GetVersionWithResponse

func (c *ClientWithResponses) GetVersionWithResponse(ctx context.Context, reqEditors ...RequestEditorFn) (*GetVersionResponse, error)

GetVersionWithResponse request returning *GetVersionResponse

func (*ClientWithResponses) PostAccountsApiKeyWithBodyWithResponse

func (c *ClientWithResponses) PostAccountsApiKeyWithBodyWithResponse(ctx context.Context, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*PostAccountsApiKeyResponse, error)

PostAccountsApiKeyWithBodyWithResponse request with arbitrary body returning *PostAccountsApiKeyResponse

func (*ClientWithResponses) PostAccountsApiKeyWithResponse

func (c *ClientWithResponses) PostAccountsApiKeyWithResponse(ctx context.Context, body PostAccountsApiKeyJSONRequestBody, reqEditors ...RequestEditorFn) (*PostAccountsApiKeyResponse, error)

func (*ClientWithResponses) PostAccountsCancelPremiumWithResponse

func (c *ClientWithResponses) PostAccountsCancelPremiumWithResponse(ctx context.Context, reqEditors ...RequestEditorFn) (*PostAccountsCancelPremiumResponse, error)

PostAccountsCancelPremiumWithResponse request returning *PostAccountsCancelPremiumResponse

func (*ClientWithResponses) PostAccountsDeleteRecoverTokenWithBodyWithResponse

func (c *ClientWithResponses) PostAccountsDeleteRecoverTokenWithBodyWithResponse(ctx context.Context, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*PostAccountsDeleteRecoverTokenResponse, error)

PostAccountsDeleteRecoverTokenWithBodyWithResponse request with arbitrary body returning *PostAccountsDeleteRecoverTokenResponse

func (*ClientWithResponses) PostAccountsDeleteRecoverTokenWithResponse

func (c *ClientWithResponses) PostAccountsDeleteRecoverTokenWithResponse(ctx context.Context, body PostAccountsDeleteRecoverTokenJSONRequestBody, reqEditors ...RequestEditorFn) (*PostAccountsDeleteRecoverTokenResponse, error)

func (*ClientWithResponses) PostAccountsDeleteRecoverWithBodyWithResponse

func (c *ClientWithResponses) PostAccountsDeleteRecoverWithBodyWithResponse(ctx context.Context, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*PostAccountsDeleteRecoverResponse, error)

PostAccountsDeleteRecoverWithBodyWithResponse request with arbitrary body returning *PostAccountsDeleteRecoverResponse

func (*ClientWithResponses) PostAccountsDeleteRecoverWithResponse

func (c *ClientWithResponses) PostAccountsDeleteRecoverWithResponse(ctx context.Context, body PostAccountsDeleteRecoverJSONRequestBody, reqEditors ...RequestEditorFn) (*PostAccountsDeleteRecoverResponse, error)

func (*ClientWithResponses) PostAccountsDeleteWithBodyWithResponse

func (c *ClientWithResponses) PostAccountsDeleteWithBodyWithResponse(ctx context.Context, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*PostAccountsDeleteResponse, error)

PostAccountsDeleteWithBodyWithResponse request with arbitrary body returning *PostAccountsDeleteResponse

func (*ClientWithResponses) PostAccountsDeleteWithResponse

func (c *ClientWithResponses) PostAccountsDeleteWithResponse(ctx context.Context, body PostAccountsDeleteJSONRequestBody, reqEditors ...RequestEditorFn) (*PostAccountsDeleteResponse, error)

func (*ClientWithResponses) PostAccountsEmailTokenWithBodyWithResponse

func (c *ClientWithResponses) PostAccountsEmailTokenWithBodyWithResponse(ctx context.Context, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*PostAccountsEmailTokenResponse, error)

PostAccountsEmailTokenWithBodyWithResponse request with arbitrary body returning *PostAccountsEmailTokenResponse

func (*ClientWithResponses) PostAccountsEmailTokenWithResponse

func (c *ClientWithResponses) PostAccountsEmailTokenWithResponse(ctx context.Context, body PostAccountsEmailTokenJSONRequestBody, reqEditors ...RequestEditorFn) (*PostAccountsEmailTokenResponse, error)

func (*ClientWithResponses) PostAccountsEmailWithBodyWithResponse

func (c *ClientWithResponses) PostAccountsEmailWithBodyWithResponse(ctx context.Context, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*PostAccountsEmailResponse, error)

PostAccountsEmailWithBodyWithResponse request with arbitrary body returning *PostAccountsEmailResponse

func (*ClientWithResponses) PostAccountsEmailWithResponse

func (c *ClientWithResponses) PostAccountsEmailWithResponse(ctx context.Context, body PostAccountsEmailJSONRequestBody, reqEditors ...RequestEditorFn) (*PostAccountsEmailResponse, error)

func (*ClientWithResponses) PostAccountsIapCheckWithBodyWithResponse

func (c *ClientWithResponses) PostAccountsIapCheckWithBodyWithResponse(ctx context.Context, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*PostAccountsIapCheckResponse, error)

PostAccountsIapCheckWithBodyWithResponse request with arbitrary body returning *PostAccountsIapCheckResponse

func (*ClientWithResponses) PostAccountsIapCheckWithResponse

func (c *ClientWithResponses) PostAccountsIapCheckWithResponse(ctx context.Context, body PostAccountsIapCheckJSONRequestBody, reqEditors ...RequestEditorFn) (*PostAccountsIapCheckResponse, error)

func (*ClientWithResponses) PostAccountsKdfWithBodyWithResponse

func (c *ClientWithResponses) PostAccountsKdfWithBodyWithResponse(ctx context.Context, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*PostAccountsKdfResponse, error)

PostAccountsKdfWithBodyWithResponse request with arbitrary body returning *PostAccountsKdfResponse

func (*ClientWithResponses) PostAccountsKdfWithResponse

func (c *ClientWithResponses) PostAccountsKdfWithResponse(ctx context.Context, body PostAccountsKdfJSONRequestBody, reqEditors ...RequestEditorFn) (*PostAccountsKdfResponse, error)

func (*ClientWithResponses) PostAccountsKeyWithBodyWithResponse

func (c *ClientWithResponses) PostAccountsKeyWithBodyWithResponse(ctx context.Context, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*PostAccountsKeyResponse, error)

PostAccountsKeyWithBodyWithResponse request with arbitrary body returning *PostAccountsKeyResponse

func (*ClientWithResponses) PostAccountsKeyWithResponse

func (c *ClientWithResponses) PostAccountsKeyWithResponse(ctx context.Context, body PostAccountsKeyJSONRequestBody, reqEditors ...RequestEditorFn) (*PostAccountsKeyResponse, error)

func (*ClientWithResponses) PostAccountsKeysWithBodyWithResponse

func (c *ClientWithResponses) PostAccountsKeysWithBodyWithResponse(ctx context.Context, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*PostAccountsKeysResponse, error)

PostAccountsKeysWithBodyWithResponse request with arbitrary body returning *PostAccountsKeysResponse

func (*ClientWithResponses) PostAccountsKeysWithResponse

func (c *ClientWithResponses) PostAccountsKeysWithResponse(ctx context.Context, body PostAccountsKeysJSONRequestBody, reqEditors ...RequestEditorFn) (*PostAccountsKeysResponse, error)

func (*ClientWithResponses) PostAccountsLicenseWithBodyWithResponse

func (c *ClientWithResponses) PostAccountsLicenseWithBodyWithResponse(ctx context.Context, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*PostAccountsLicenseResponse, error)

PostAccountsLicenseWithBodyWithResponse request with arbitrary body returning *PostAccountsLicenseResponse

func (*ClientWithResponses) PostAccountsPasswordHintWithBodyWithResponse

func (c *ClientWithResponses) PostAccountsPasswordHintWithBodyWithResponse(ctx context.Context, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*PostAccountsPasswordHintResponse, error)

PostAccountsPasswordHintWithBodyWithResponse request with arbitrary body returning *PostAccountsPasswordHintResponse

func (*ClientWithResponses) PostAccountsPasswordHintWithResponse

func (c *ClientWithResponses) PostAccountsPasswordHintWithResponse(ctx context.Context, body PostAccountsPasswordHintJSONRequestBody, reqEditors ...RequestEditorFn) (*PostAccountsPasswordHintResponse, error)

func (*ClientWithResponses) PostAccountsPasswordWithBodyWithResponse

func (c *ClientWithResponses) PostAccountsPasswordWithBodyWithResponse(ctx context.Context, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*PostAccountsPasswordResponse, error)

PostAccountsPasswordWithBodyWithResponse request with arbitrary body returning *PostAccountsPasswordResponse

func (*ClientWithResponses) PostAccountsPasswordWithResponse

func (c *ClientWithResponses) PostAccountsPasswordWithResponse(ctx context.Context, body PostAccountsPasswordJSONRequestBody, reqEditors ...RequestEditorFn) (*PostAccountsPasswordResponse, error)

func (*ClientWithResponses) PostAccountsPaymentWithBodyWithResponse

func (c *ClientWithResponses) PostAccountsPaymentWithBodyWithResponse(ctx context.Context, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*PostAccountsPaymentResponse, error)

PostAccountsPaymentWithBodyWithResponse request with arbitrary body returning *PostAccountsPaymentResponse

func (*ClientWithResponses) PostAccountsPaymentWithResponse

func (c *ClientWithResponses) PostAccountsPaymentWithResponse(ctx context.Context, body PostAccountsPaymentJSONRequestBody, reqEditors ...RequestEditorFn) (*PostAccountsPaymentResponse, error)

func (*ClientWithResponses) PostAccountsPreloginWithBodyWithResponse

func (c *ClientWithResponses) PostAccountsPreloginWithBodyWithResponse(ctx context.Context, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*PostAccountsPreloginResponse, error)

PostAccountsPreloginWithBodyWithResponse request with arbitrary body returning *PostAccountsPreloginResponse

func (*ClientWithResponses) PostAccountsPreloginWithResponse

func (c *ClientWithResponses) PostAccountsPreloginWithResponse(ctx context.Context, body PostAccountsPreloginJSONRequestBody, reqEditors ...RequestEditorFn) (*PostAccountsPreloginResponse, error)

func (*ClientWithResponses) PostAccountsPremiumWithBodyWithResponse

func (c *ClientWithResponses) PostAccountsPremiumWithBodyWithResponse(ctx context.Context, params *PostAccountsPremiumParams, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*PostAccountsPremiumResponse, error)

PostAccountsPremiumWithBodyWithResponse request with arbitrary body returning *PostAccountsPremiumResponse

func (*ClientWithResponses) PostAccountsProfileWithBodyWithResponse

func (c *ClientWithResponses) PostAccountsProfileWithBodyWithResponse(ctx context.Context, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*PostAccountsProfileResponse, error)

PostAccountsProfileWithBodyWithResponse request with arbitrary body returning *PostAccountsProfileResponse

func (*ClientWithResponses) PostAccountsProfileWithResponse

func (c *ClientWithResponses) PostAccountsProfileWithResponse(ctx context.Context, body PostAccountsProfileJSONRequestBody, reqEditors ...RequestEditorFn) (*PostAccountsProfileResponse, error)

func (*ClientWithResponses) PostAccountsRegisterWithBodyWithResponse

func (c *ClientWithResponses) PostAccountsRegisterWithBodyWithResponse(ctx context.Context, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*PostAccountsRegisterResponse, error)

PostAccountsRegisterWithBodyWithResponse request with arbitrary body returning *PostAccountsRegisterResponse

func (*ClientWithResponses) PostAccountsRegisterWithResponse

func (c *ClientWithResponses) PostAccountsRegisterWithResponse(ctx context.Context, body PostAccountsRegisterJSONRequestBody, reqEditors ...RequestEditorFn) (*PostAccountsRegisterResponse, error)

func (*ClientWithResponses) PostAccountsReinstatePremiumWithResponse

func (c *ClientWithResponses) PostAccountsReinstatePremiumWithResponse(ctx context.Context, reqEditors ...RequestEditorFn) (*PostAccountsReinstatePremiumResponse, error)

PostAccountsReinstatePremiumWithResponse request returning *PostAccountsReinstatePremiumResponse

func (*ClientWithResponses) PostAccountsRotateApiKeyWithBodyWithResponse

func (c *ClientWithResponses) PostAccountsRotateApiKeyWithBodyWithResponse(ctx context.Context, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*PostAccountsRotateApiKeyResponse, error)

PostAccountsRotateApiKeyWithBodyWithResponse request with arbitrary body returning *PostAccountsRotateApiKeyResponse

func (*ClientWithResponses) PostAccountsRotateApiKeyWithResponse

func (c *ClientWithResponses) PostAccountsRotateApiKeyWithResponse(ctx context.Context, body PostAccountsRotateApiKeyJSONRequestBody, reqEditors ...RequestEditorFn) (*PostAccountsRotateApiKeyResponse, error)

func (*ClientWithResponses) PostAccountsSecurityStampWithBodyWithResponse

func (c *ClientWithResponses) PostAccountsSecurityStampWithBodyWithResponse(ctx context.Context, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*PostAccountsSecurityStampResponse, error)

PostAccountsSecurityStampWithBodyWithResponse request with arbitrary body returning *PostAccountsSecurityStampResponse

func (*ClientWithResponses) PostAccountsSecurityStampWithResponse

func (c *ClientWithResponses) PostAccountsSecurityStampWithResponse(ctx context.Context, body PostAccountsSecurityStampJSONRequestBody, reqEditors ...RequestEditorFn) (*PostAccountsSecurityStampResponse, error)

func (*ClientWithResponses) PostAccountsSetPasswordWithBodyWithResponse

func (c *ClientWithResponses) PostAccountsSetPasswordWithBodyWithResponse(ctx context.Context, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*PostAccountsSetPasswordResponse, error)

PostAccountsSetPasswordWithBodyWithResponse request with arbitrary body returning *PostAccountsSetPasswordResponse

func (*ClientWithResponses) PostAccountsSetPasswordWithResponse

func (c *ClientWithResponses) PostAccountsSetPasswordWithResponse(ctx context.Context, body PostAccountsSetPasswordJSONRequestBody, reqEditors ...RequestEditorFn) (*PostAccountsSetPasswordResponse, error)

func (*ClientWithResponses) PostAccountsStorageWithBodyWithResponse

func (c *ClientWithResponses) PostAccountsStorageWithBodyWithResponse(ctx context.Context, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*PostAccountsStorageResponse, error)

PostAccountsStorageWithBodyWithResponse request with arbitrary body returning *PostAccountsStorageResponse

func (*ClientWithResponses) PostAccountsStorageWithResponse

func (c *ClientWithResponses) PostAccountsStorageWithResponse(ctx context.Context, body PostAccountsStorageJSONRequestBody, reqEditors ...RequestEditorFn) (*PostAccountsStorageResponse, error)

func (*ClientWithResponses) PostAccountsVerifyEmailTokenWithBodyWithResponse

func (c *ClientWithResponses) PostAccountsVerifyEmailTokenWithBodyWithResponse(ctx context.Context, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*PostAccountsVerifyEmailTokenResponse, error)

PostAccountsVerifyEmailTokenWithBodyWithResponse request with arbitrary body returning *PostAccountsVerifyEmailTokenResponse

func (*ClientWithResponses) PostAccountsVerifyEmailTokenWithResponse

func (c *ClientWithResponses) PostAccountsVerifyEmailTokenWithResponse(ctx context.Context, body PostAccountsVerifyEmailTokenJSONRequestBody, reqEditors ...RequestEditorFn) (*PostAccountsVerifyEmailTokenResponse, error)

func (*ClientWithResponses) PostAccountsVerifyEmailWithResponse

func (c *ClientWithResponses) PostAccountsVerifyEmailWithResponse(ctx context.Context, reqEditors ...RequestEditorFn) (*PostAccountsVerifyEmailResponse, error)

PostAccountsVerifyEmailWithResponse request returning *PostAccountsVerifyEmailResponse

func (*ClientWithResponses) PostAccountsVerifyPasswordWithBodyWithResponse

func (c *ClientWithResponses) PostAccountsVerifyPasswordWithBodyWithResponse(ctx context.Context, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*PostAccountsVerifyPasswordResponse, error)

PostAccountsVerifyPasswordWithBodyWithResponse request with arbitrary body returning *PostAccountsVerifyPasswordResponse

func (*ClientWithResponses) PostAccountsVerifyPasswordWithResponse

func (c *ClientWithResponses) PostAccountsVerifyPasswordWithResponse(ctx context.Context, body PostAccountsVerifyPasswordJSONRequestBody, reqEditors ...RequestEditorFn) (*PostAccountsVerifyPasswordResponse, error)

func (*ClientWithResponses) PostBitpayInvoiceWithBodyWithResponse

func (c *ClientWithResponses) PostBitpayInvoiceWithBodyWithResponse(ctx context.Context, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*PostBitpayInvoiceResponse, error)

PostBitpayInvoiceWithBodyWithResponse request with arbitrary body returning *PostBitpayInvoiceResponse

func (*ClientWithResponses) PostBitpayInvoiceWithResponse

func (c *ClientWithResponses) PostBitpayInvoiceWithResponse(ctx context.Context, body PostBitpayInvoiceJSONRequestBody, reqEditors ...RequestEditorFn) (*PostBitpayInvoiceResponse, error)

func (*ClientWithResponses) PostCiphersAdminWithBodyWithResponse

func (c *ClientWithResponses) PostCiphersAdminWithBodyWithResponse(ctx context.Context, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*PostCiphersAdminResponse, error)

PostCiphersAdminWithBodyWithResponse request with arbitrary body returning *PostCiphersAdminResponse

func (*ClientWithResponses) PostCiphersAdminWithResponse

func (c *ClientWithResponses) PostCiphersAdminWithResponse(ctx context.Context, body PostCiphersAdminJSONRequestBody, reqEditors ...RequestEditorFn) (*PostCiphersAdminResponse, error)

func (*ClientWithResponses) PostCiphersAttachmentValidateAzureWithResponse

func (c *ClientWithResponses) PostCiphersAttachmentValidateAzureWithResponse(ctx context.Context, reqEditors ...RequestEditorFn) (*PostCiphersAttachmentValidateAzureResponse, error)

PostCiphersAttachmentValidateAzureWithResponse request returning *PostCiphersAttachmentValidateAzureResponse

func (*ClientWithResponses) PostCiphersCreateWithBodyWithResponse

func (c *ClientWithResponses) PostCiphersCreateWithBodyWithResponse(ctx context.Context, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*PostCiphersCreateResponse, error)

PostCiphersCreateWithBodyWithResponse request with arbitrary body returning *PostCiphersCreateResponse

func (*ClientWithResponses) PostCiphersCreateWithResponse

func (c *ClientWithResponses) PostCiphersCreateWithResponse(ctx context.Context, body PostCiphersCreateJSONRequestBody, reqEditors ...RequestEditorFn) (*PostCiphersCreateResponse, error)

func (*ClientWithResponses) PostCiphersDeleteAdminWithBodyWithResponse

func (c *ClientWithResponses) PostCiphersDeleteAdminWithBodyWithResponse(ctx context.Context, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*PostCiphersDeleteAdminResponse, error)

PostCiphersDeleteAdminWithBodyWithResponse request with arbitrary body returning *PostCiphersDeleteAdminResponse

func (*ClientWithResponses) PostCiphersDeleteAdminWithResponse

func (c *ClientWithResponses) PostCiphersDeleteAdminWithResponse(ctx context.Context, body PostCiphersDeleteAdminJSONRequestBody, reqEditors ...RequestEditorFn) (*PostCiphersDeleteAdminResponse, error)

func (*ClientWithResponses) PostCiphersDeleteWithBodyWithResponse

func (c *ClientWithResponses) PostCiphersDeleteWithBodyWithResponse(ctx context.Context, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*PostCiphersDeleteResponse, error)

PostCiphersDeleteWithBodyWithResponse request with arbitrary body returning *PostCiphersDeleteResponse

func (*ClientWithResponses) PostCiphersDeleteWithResponse

func (c *ClientWithResponses) PostCiphersDeleteWithResponse(ctx context.Context, body PostCiphersDeleteJSONRequestBody, reqEditors ...RequestEditorFn) (*PostCiphersDeleteResponse, error)

func (*ClientWithResponses) PostCiphersIdAdminWithBodyWithResponse

func (c *ClientWithResponses) PostCiphersIdAdminWithBodyWithResponse(ctx context.Context, id string, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*PostCiphersIdAdminResponse, error)

PostCiphersIdAdminWithBodyWithResponse request with arbitrary body returning *PostCiphersIdAdminResponse

func (*ClientWithResponses) PostCiphersIdAdminWithResponse

func (c *ClientWithResponses) PostCiphersIdAdminWithResponse(ctx context.Context, id string, body PostCiphersIdAdminJSONRequestBody, reqEditors ...RequestEditorFn) (*PostCiphersIdAdminResponse, error)

func (*ClientWithResponses) PostCiphersIdAttachmentAdminWithResponse

func (c *ClientWithResponses) PostCiphersIdAttachmentAdminWithResponse(ctx context.Context, id string, reqEditors ...RequestEditorFn) (*PostCiphersIdAttachmentAdminResponse, error)

PostCiphersIdAttachmentAdminWithResponse request returning *PostCiphersIdAttachmentAdminResponse

func (*ClientWithResponses) PostCiphersIdAttachmentAttachmentIdDeleteAdminWithResponse

func (c *ClientWithResponses) PostCiphersIdAttachmentAttachmentIdDeleteAdminWithResponse(ctx context.Context, id string, attachmentId string, reqEditors ...RequestEditorFn) (*PostCiphersIdAttachmentAttachmentIdDeleteAdminResponse, error)

PostCiphersIdAttachmentAttachmentIdDeleteAdminWithResponse request returning *PostCiphersIdAttachmentAttachmentIdDeleteAdminResponse

func (*ClientWithResponses) PostCiphersIdAttachmentAttachmentIdDeleteWithResponse

func (c *ClientWithResponses) PostCiphersIdAttachmentAttachmentIdDeleteWithResponse(ctx context.Context, id string, attachmentId string, reqEditors ...RequestEditorFn) (*PostCiphersIdAttachmentAttachmentIdDeleteResponse, error)

PostCiphersIdAttachmentAttachmentIdDeleteWithResponse request returning *PostCiphersIdAttachmentAttachmentIdDeleteResponse

func (*ClientWithResponses) PostCiphersIdAttachmentAttachmentIdShareWithResponse

func (c *ClientWithResponses) PostCiphersIdAttachmentAttachmentIdShareWithResponse(ctx context.Context, id string, attachmentId string, params *PostCiphersIdAttachmentAttachmentIdShareParams, reqEditors ...RequestEditorFn) (*PostCiphersIdAttachmentAttachmentIdShareResponse, error)

PostCiphersIdAttachmentAttachmentIdShareWithResponse request returning *PostCiphersIdAttachmentAttachmentIdShareResponse

func (*ClientWithResponses) PostCiphersIdAttachmentAttachmentIdWithResponse

func (c *ClientWithResponses) PostCiphersIdAttachmentAttachmentIdWithResponse(ctx context.Context, id string, attachmentId string, reqEditors ...RequestEditorFn) (*PostCiphersIdAttachmentAttachmentIdResponse, error)

PostCiphersIdAttachmentAttachmentIdWithResponse request returning *PostCiphersIdAttachmentAttachmentIdResponse

func (*ClientWithResponses) PostCiphersIdAttachmentV2WithBodyWithResponse

func (c *ClientWithResponses) PostCiphersIdAttachmentV2WithBodyWithResponse(ctx context.Context, id string, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*PostCiphersIdAttachmentV2Response, error)

PostCiphersIdAttachmentV2WithBodyWithResponse request with arbitrary body returning *PostCiphersIdAttachmentV2Response

func (*ClientWithResponses) PostCiphersIdAttachmentV2WithResponse

func (c *ClientWithResponses) PostCiphersIdAttachmentV2WithResponse(ctx context.Context, id string, body PostCiphersIdAttachmentV2JSONRequestBody, reqEditors ...RequestEditorFn) (*PostCiphersIdAttachmentV2Response, error)

func (*ClientWithResponses) PostCiphersIdAttachmentWithResponse

func (c *ClientWithResponses) PostCiphersIdAttachmentWithResponse(ctx context.Context, id string, reqEditors ...RequestEditorFn) (*PostCiphersIdAttachmentResponse, error)

PostCiphersIdAttachmentWithResponse request returning *PostCiphersIdAttachmentResponse

func (*ClientWithResponses) PostCiphersIdCollectionsAdminWithBodyWithResponse

func (c *ClientWithResponses) PostCiphersIdCollectionsAdminWithBodyWithResponse(ctx context.Context, id string, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*PostCiphersIdCollectionsAdminResponse, error)

PostCiphersIdCollectionsAdminWithBodyWithResponse request with arbitrary body returning *PostCiphersIdCollectionsAdminResponse

func (*ClientWithResponses) PostCiphersIdCollectionsAdminWithResponse

func (c *ClientWithResponses) PostCiphersIdCollectionsAdminWithResponse(ctx context.Context, id string, body PostCiphersIdCollectionsAdminJSONRequestBody, reqEditors ...RequestEditorFn) (*PostCiphersIdCollectionsAdminResponse, error)

func (*ClientWithResponses) PostCiphersIdCollectionsWithBodyWithResponse

func (c *ClientWithResponses) PostCiphersIdCollectionsWithBodyWithResponse(ctx context.Context, id string, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*PostCiphersIdCollectionsResponse, error)

PostCiphersIdCollectionsWithBodyWithResponse request with arbitrary body returning *PostCiphersIdCollectionsResponse

func (*ClientWithResponses) PostCiphersIdCollectionsWithResponse

func (c *ClientWithResponses) PostCiphersIdCollectionsWithResponse(ctx context.Context, id string, body PostCiphersIdCollectionsJSONRequestBody, reqEditors ...RequestEditorFn) (*PostCiphersIdCollectionsResponse, error)

func (*ClientWithResponses) PostCiphersIdDeleteAdminWithResponse

func (c *ClientWithResponses) PostCiphersIdDeleteAdminWithResponse(ctx context.Context, id string, reqEditors ...RequestEditorFn) (*PostCiphersIdDeleteAdminResponse, error)

PostCiphersIdDeleteAdminWithResponse request returning *PostCiphersIdDeleteAdminResponse

func (*ClientWithResponses) PostCiphersIdDeleteWithResponse

func (c *ClientWithResponses) PostCiphersIdDeleteWithResponse(ctx context.Context, id string, reqEditors ...RequestEditorFn) (*PostCiphersIdDeleteResponse, error)

PostCiphersIdDeleteWithResponse request returning *PostCiphersIdDeleteResponse

func (*ClientWithResponses) PostCiphersIdPartialWithBodyWithResponse

func (c *ClientWithResponses) PostCiphersIdPartialWithBodyWithResponse(ctx context.Context, id string, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*PostCiphersIdPartialResponse, error)

PostCiphersIdPartialWithBodyWithResponse request with arbitrary body returning *PostCiphersIdPartialResponse

func (*ClientWithResponses) PostCiphersIdPartialWithResponse

func (c *ClientWithResponses) PostCiphersIdPartialWithResponse(ctx context.Context, id string, body PostCiphersIdPartialJSONRequestBody, reqEditors ...RequestEditorFn) (*PostCiphersIdPartialResponse, error)

func (*ClientWithResponses) PostCiphersIdShareWithBodyWithResponse

func (c *ClientWithResponses) PostCiphersIdShareWithBodyWithResponse(ctx context.Context, id string, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*PostCiphersIdShareResponse, error)

PostCiphersIdShareWithBodyWithResponse request with arbitrary body returning *PostCiphersIdShareResponse

func (*ClientWithResponses) PostCiphersIdShareWithResponse

func (c *ClientWithResponses) PostCiphersIdShareWithResponse(ctx context.Context, id string, body PostCiphersIdShareJSONRequestBody, reqEditors ...RequestEditorFn) (*PostCiphersIdShareResponse, error)

func (*ClientWithResponses) PostCiphersIdWithBodyWithResponse

func (c *ClientWithResponses) PostCiphersIdWithBodyWithResponse(ctx context.Context, id string, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*PostCiphersIdResponse, error)

PostCiphersIdWithBodyWithResponse request with arbitrary body returning *PostCiphersIdResponse

func (*ClientWithResponses) PostCiphersIdWithResponse

func (c *ClientWithResponses) PostCiphersIdWithResponse(ctx context.Context, id string, body PostCiphersIdJSONRequestBody, reqEditors ...RequestEditorFn) (*PostCiphersIdResponse, error)

func (*ClientWithResponses) PostCiphersImportOrganizationWithBodyWithResponse

func (c *ClientWithResponses) PostCiphersImportOrganizationWithBodyWithResponse(ctx context.Context, params *PostCiphersImportOrganizationParams, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*PostCiphersImportOrganizationResponse, error)

PostCiphersImportOrganizationWithBodyWithResponse request with arbitrary body returning *PostCiphersImportOrganizationResponse

func (*ClientWithResponses) PostCiphersImportWithBodyWithResponse

func (c *ClientWithResponses) PostCiphersImportWithBodyWithResponse(ctx context.Context, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*PostCiphersImportResponse, error)

PostCiphersImportWithBodyWithResponse request with arbitrary body returning *PostCiphersImportResponse

func (*ClientWithResponses) PostCiphersImportWithResponse

func (c *ClientWithResponses) PostCiphersImportWithResponse(ctx context.Context, body PostCiphersImportJSONRequestBody, reqEditors ...RequestEditorFn) (*PostCiphersImportResponse, error)

func (*ClientWithResponses) PostCiphersMoveWithBodyWithResponse

func (c *ClientWithResponses) PostCiphersMoveWithBodyWithResponse(ctx context.Context, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*PostCiphersMoveResponse, error)

PostCiphersMoveWithBodyWithResponse request with arbitrary body returning *PostCiphersMoveResponse

func (*ClientWithResponses) PostCiphersMoveWithResponse

func (c *ClientWithResponses) PostCiphersMoveWithResponse(ctx context.Context, body PostCiphersMoveJSONRequestBody, reqEditors ...RequestEditorFn) (*PostCiphersMoveResponse, error)

func (*ClientWithResponses) PostCiphersPurgeWithBodyWithResponse

func (c *ClientWithResponses) PostCiphersPurgeWithBodyWithResponse(ctx context.Context, params *PostCiphersPurgeParams, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*PostCiphersPurgeResponse, error)

PostCiphersPurgeWithBodyWithResponse request with arbitrary body returning *PostCiphersPurgeResponse

func (*ClientWithResponses) PostCiphersPurgeWithResponse

func (c *ClientWithResponses) PostCiphersPurgeWithResponse(ctx context.Context, params *PostCiphersPurgeParams, body PostCiphersPurgeJSONRequestBody, reqEditors ...RequestEditorFn) (*PostCiphersPurgeResponse, error)

func (*ClientWithResponses) PostCiphersShareWithBodyWithResponse

func (c *ClientWithResponses) PostCiphersShareWithBodyWithResponse(ctx context.Context, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*PostCiphersShareResponse, error)

PostCiphersShareWithBodyWithResponse request with arbitrary body returning *PostCiphersShareResponse

func (*ClientWithResponses) PostCiphersShareWithResponse

func (c *ClientWithResponses) PostCiphersShareWithResponse(ctx context.Context, body PostCiphersShareJSONRequestBody, reqEditors ...RequestEditorFn) (*PostCiphersShareResponse, error)

func (*ClientWithResponses) PostCiphersWithBodyWithResponse

func (c *ClientWithResponses) PostCiphersWithBodyWithResponse(ctx context.Context, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*PostCiphersResponse, error)

PostCiphersWithBodyWithResponse request with arbitrary body returning *PostCiphersResponse

func (*ClientWithResponses) PostCiphersWithResponse

func (c *ClientWithResponses) PostCiphersWithResponse(ctx context.Context, body PostCiphersJSONRequestBody, reqEditors ...RequestEditorFn) (*PostCiphersResponse, error)

func (*ClientWithResponses) PostDevicesIdDeleteWithResponse

func (c *ClientWithResponses) PostDevicesIdDeleteWithResponse(ctx context.Context, id string, reqEditors ...RequestEditorFn) (*PostDevicesIdDeleteResponse, error)

PostDevicesIdDeleteWithResponse request returning *PostDevicesIdDeleteResponse

func (*ClientWithResponses) PostDevicesIdWithBodyWithResponse

func (c *ClientWithResponses) PostDevicesIdWithBodyWithResponse(ctx context.Context, id string, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*PostDevicesIdResponse, error)

PostDevicesIdWithBodyWithResponse request with arbitrary body returning *PostDevicesIdResponse

func (*ClientWithResponses) PostDevicesIdWithResponse

func (c *ClientWithResponses) PostDevicesIdWithResponse(ctx context.Context, id string, body PostDevicesIdJSONRequestBody, reqEditors ...RequestEditorFn) (*PostDevicesIdResponse, error)

func (*ClientWithResponses) PostDevicesIdentifierIdentifierClearTokenWithResponse

func (c *ClientWithResponses) PostDevicesIdentifierIdentifierClearTokenWithResponse(ctx context.Context, identifier string, reqEditors ...RequestEditorFn) (*PostDevicesIdentifierIdentifierClearTokenResponse, error)

PostDevicesIdentifierIdentifierClearTokenWithResponse request returning *PostDevicesIdentifierIdentifierClearTokenResponse

func (*ClientWithResponses) PostDevicesIdentifierIdentifierTokenWithBodyWithResponse

func (c *ClientWithResponses) PostDevicesIdentifierIdentifierTokenWithBodyWithResponse(ctx context.Context, identifier string, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*PostDevicesIdentifierIdentifierTokenResponse, error)

PostDevicesIdentifierIdentifierTokenWithBodyWithResponse request with arbitrary body returning *PostDevicesIdentifierIdentifierTokenResponse

func (*ClientWithResponses) PostDevicesIdentifierIdentifierTokenWithResponse

func (c *ClientWithResponses) PostDevicesIdentifierIdentifierTokenWithResponse(ctx context.Context, identifier string, body PostDevicesIdentifierIdentifierTokenJSONRequestBody, reqEditors ...RequestEditorFn) (*PostDevicesIdentifierIdentifierTokenResponse, error)

func (*ClientWithResponses) PostDevicesWithBodyWithResponse

func (c *ClientWithResponses) PostDevicesWithBodyWithResponse(ctx context.Context, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*PostDevicesResponse, error)

PostDevicesWithBodyWithResponse request with arbitrary body returning *PostDevicesResponse

func (*ClientWithResponses) PostDevicesWithResponse

func (c *ClientWithResponses) PostDevicesWithResponse(ctx context.Context, body PostDevicesJSONRequestBody, reqEditors ...RequestEditorFn) (*PostDevicesResponse, error)

func (*ClientWithResponses) PostEmergencyAccessIdAcceptWithBodyWithResponse

func (c *ClientWithResponses) PostEmergencyAccessIdAcceptWithBodyWithResponse(ctx context.Context, id string, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*PostEmergencyAccessIdAcceptResponse, error)

PostEmergencyAccessIdAcceptWithBodyWithResponse request with arbitrary body returning *PostEmergencyAccessIdAcceptResponse

func (*ClientWithResponses) PostEmergencyAccessIdAcceptWithResponse

func (c *ClientWithResponses) PostEmergencyAccessIdAcceptWithResponse(ctx context.Context, id string, body PostEmergencyAccessIdAcceptJSONRequestBody, reqEditors ...RequestEditorFn) (*PostEmergencyAccessIdAcceptResponse, error)

func (*ClientWithResponses) PostEmergencyAccessIdApproveWithResponse

func (c *ClientWithResponses) PostEmergencyAccessIdApproveWithResponse(ctx context.Context, id string, reqEditors ...RequestEditorFn) (*PostEmergencyAccessIdApproveResponse, error)

PostEmergencyAccessIdApproveWithResponse request returning *PostEmergencyAccessIdApproveResponse

func (*ClientWithResponses) PostEmergencyAccessIdConfirmWithBodyWithResponse

func (c *ClientWithResponses) PostEmergencyAccessIdConfirmWithBodyWithResponse(ctx context.Context, id string, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*PostEmergencyAccessIdConfirmResponse, error)

PostEmergencyAccessIdConfirmWithBodyWithResponse request with arbitrary body returning *PostEmergencyAccessIdConfirmResponse

func (*ClientWithResponses) PostEmergencyAccessIdConfirmWithResponse

func (c *ClientWithResponses) PostEmergencyAccessIdConfirmWithResponse(ctx context.Context, id string, body PostEmergencyAccessIdConfirmJSONRequestBody, reqEditors ...RequestEditorFn) (*PostEmergencyAccessIdConfirmResponse, error)

func (*ClientWithResponses) PostEmergencyAccessIdDeleteWithResponse

func (c *ClientWithResponses) PostEmergencyAccessIdDeleteWithResponse(ctx context.Context, id string, reqEditors ...RequestEditorFn) (*PostEmergencyAccessIdDeleteResponse, error)

PostEmergencyAccessIdDeleteWithResponse request returning *PostEmergencyAccessIdDeleteResponse

func (*ClientWithResponses) PostEmergencyAccessIdInitiateWithResponse

func (c *ClientWithResponses) PostEmergencyAccessIdInitiateWithResponse(ctx context.Context, id string, reqEditors ...RequestEditorFn) (*PostEmergencyAccessIdInitiateResponse, error)

PostEmergencyAccessIdInitiateWithResponse request returning *PostEmergencyAccessIdInitiateResponse

func (*ClientWithResponses) PostEmergencyAccessIdPasswordWithBodyWithResponse

func (c *ClientWithResponses) PostEmergencyAccessIdPasswordWithBodyWithResponse(ctx context.Context, id string, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*PostEmergencyAccessIdPasswordResponse, error)

PostEmergencyAccessIdPasswordWithBodyWithResponse request with arbitrary body returning *PostEmergencyAccessIdPasswordResponse

func (*ClientWithResponses) PostEmergencyAccessIdPasswordWithResponse

func (c *ClientWithResponses) PostEmergencyAccessIdPasswordWithResponse(ctx context.Context, id string, body PostEmergencyAccessIdPasswordJSONRequestBody, reqEditors ...RequestEditorFn) (*PostEmergencyAccessIdPasswordResponse, error)

func (*ClientWithResponses) PostEmergencyAccessIdReinviteWithResponse

func (c *ClientWithResponses) PostEmergencyAccessIdReinviteWithResponse(ctx context.Context, id string, reqEditors ...RequestEditorFn) (*PostEmergencyAccessIdReinviteResponse, error)

PostEmergencyAccessIdReinviteWithResponse request returning *PostEmergencyAccessIdReinviteResponse

func (*ClientWithResponses) PostEmergencyAccessIdRejectWithResponse

func (c *ClientWithResponses) PostEmergencyAccessIdRejectWithResponse(ctx context.Context, id string, reqEditors ...RequestEditorFn) (*PostEmergencyAccessIdRejectResponse, error)

PostEmergencyAccessIdRejectWithResponse request returning *PostEmergencyAccessIdRejectResponse

func (*ClientWithResponses) PostEmergencyAccessIdTakeoverWithResponse

func (c *ClientWithResponses) PostEmergencyAccessIdTakeoverWithResponse(ctx context.Context, id string, reqEditors ...RequestEditorFn) (*PostEmergencyAccessIdTakeoverResponse, error)

PostEmergencyAccessIdTakeoverWithResponse request returning *PostEmergencyAccessIdTakeoverResponse

func (*ClientWithResponses) PostEmergencyAccessIdViewWithResponse

func (c *ClientWithResponses) PostEmergencyAccessIdViewWithResponse(ctx context.Context, id string, reqEditors ...RequestEditorFn) (*PostEmergencyAccessIdViewResponse, error)

PostEmergencyAccessIdViewWithResponse request returning *PostEmergencyAccessIdViewResponse

func (*ClientWithResponses) PostEmergencyAccessIdWithBodyWithResponse

func (c *ClientWithResponses) PostEmergencyAccessIdWithBodyWithResponse(ctx context.Context, id string, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*PostEmergencyAccessIdResponse, error)

PostEmergencyAccessIdWithBodyWithResponse request with arbitrary body returning *PostEmergencyAccessIdResponse

func (*ClientWithResponses) PostEmergencyAccessIdWithResponse

func (c *ClientWithResponses) PostEmergencyAccessIdWithResponse(ctx context.Context, id string, body PostEmergencyAccessIdJSONRequestBody, reqEditors ...RequestEditorFn) (*PostEmergencyAccessIdResponse, error)

func (*ClientWithResponses) PostEmergencyAccessInviteWithBodyWithResponse

func (c *ClientWithResponses) PostEmergencyAccessInviteWithBodyWithResponse(ctx context.Context, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*PostEmergencyAccessInviteResponse, error)

PostEmergencyAccessInviteWithBodyWithResponse request with arbitrary body returning *PostEmergencyAccessInviteResponse

func (*ClientWithResponses) PostEmergencyAccessInviteWithResponse

func (c *ClientWithResponses) PostEmergencyAccessInviteWithResponse(ctx context.Context, body PostEmergencyAccessInviteJSONRequestBody, reqEditors ...RequestEditorFn) (*PostEmergencyAccessInviteResponse, error)

func (*ClientWithResponses) PostFoldersIdDeleteWithResponse

func (c *ClientWithResponses) PostFoldersIdDeleteWithResponse(ctx context.Context, id string, reqEditors ...RequestEditorFn) (*PostFoldersIdDeleteResponse, error)

PostFoldersIdDeleteWithResponse request returning *PostFoldersIdDeleteResponse

func (*ClientWithResponses) PostFoldersIdWithBodyWithResponse

func (c *ClientWithResponses) PostFoldersIdWithBodyWithResponse(ctx context.Context, id string, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*PostFoldersIdResponse, error)

PostFoldersIdWithBodyWithResponse request with arbitrary body returning *PostFoldersIdResponse

func (*ClientWithResponses) PostFoldersIdWithResponse

func (c *ClientWithResponses) PostFoldersIdWithResponse(ctx context.Context, id string, body PostFoldersIdJSONRequestBody, reqEditors ...RequestEditorFn) (*PostFoldersIdResponse, error)

func (*ClientWithResponses) PostFoldersWithBodyWithResponse

func (c *ClientWithResponses) PostFoldersWithBodyWithResponse(ctx context.Context, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*PostFoldersResponse, error)

PostFoldersWithBodyWithResponse request with arbitrary body returning *PostFoldersResponse

func (*ClientWithResponses) PostFoldersWithResponse

func (c *ClientWithResponses) PostFoldersWithResponse(ctx context.Context, body PostFoldersJSONRequestBody, reqEditors ...RequestEditorFn) (*PostFoldersResponse, error)

func (*ClientWithResponses) PostInstallationsWithBodyWithResponse

func (c *ClientWithResponses) PostInstallationsWithBodyWithResponse(ctx context.Context, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*PostInstallationsResponse, error)

PostInstallationsWithBodyWithResponse request with arbitrary body returning *PostInstallationsResponse

func (*ClientWithResponses) PostInstallationsWithResponse

func (c *ClientWithResponses) PostInstallationsWithResponse(ctx context.Context, body PostInstallationsJSONRequestBody, reqEditors ...RequestEditorFn) (*PostInstallationsResponse, error)

func (*ClientWithResponses) PostOrganizationsIdApiKeyWithBodyWithResponse

func (c *ClientWithResponses) PostOrganizationsIdApiKeyWithBodyWithResponse(ctx context.Context, id string, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*PostOrganizationsIdApiKeyResponse, error)

PostOrganizationsIdApiKeyWithBodyWithResponse request with arbitrary body returning *PostOrganizationsIdApiKeyResponse

func (*ClientWithResponses) PostOrganizationsIdApiKeyWithResponse

func (c *ClientWithResponses) PostOrganizationsIdApiKeyWithResponse(ctx context.Context, id string, body PostOrganizationsIdApiKeyJSONRequestBody, reqEditors ...RequestEditorFn) (*PostOrganizationsIdApiKeyResponse, error)

func (*ClientWithResponses) PostOrganizationsIdCancelWithResponse

func (c *ClientWithResponses) PostOrganizationsIdCancelWithResponse(ctx context.Context, id string, reqEditors ...RequestEditorFn) (*PostOrganizationsIdCancelResponse, error)

PostOrganizationsIdCancelWithResponse request returning *PostOrganizationsIdCancelResponse

func (*ClientWithResponses) PostOrganizationsIdDeleteWithBodyWithResponse

func (c *ClientWithResponses) PostOrganizationsIdDeleteWithBodyWithResponse(ctx context.Context, id string, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*PostOrganizationsIdDeleteResponse, error)

PostOrganizationsIdDeleteWithBodyWithResponse request with arbitrary body returning *PostOrganizationsIdDeleteResponse

func (*ClientWithResponses) PostOrganizationsIdDeleteWithResponse

func (c *ClientWithResponses) PostOrganizationsIdDeleteWithResponse(ctx context.Context, id string, body PostOrganizationsIdDeleteJSONRequestBody, reqEditors ...RequestEditorFn) (*PostOrganizationsIdDeleteResponse, error)

func (*ClientWithResponses) PostOrganizationsIdImportWithBodyWithResponse

func (c *ClientWithResponses) PostOrganizationsIdImportWithBodyWithResponse(ctx context.Context, id string, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*PostOrganizationsIdImportResponse, error)

PostOrganizationsIdImportWithBodyWithResponse request with arbitrary body returning *PostOrganizationsIdImportResponse

func (*ClientWithResponses) PostOrganizationsIdImportWithResponse

func (c *ClientWithResponses) PostOrganizationsIdImportWithResponse(ctx context.Context, id string, body PostOrganizationsIdImportJSONRequestBody, reqEditors ...RequestEditorFn) (*PostOrganizationsIdImportResponse, error)

func (*ClientWithResponses) PostOrganizationsIdKeysWithBodyWithResponse

func (c *ClientWithResponses) PostOrganizationsIdKeysWithBodyWithResponse(ctx context.Context, id string, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*PostOrganizationsIdKeysResponse, error)

PostOrganizationsIdKeysWithBodyWithResponse request with arbitrary body returning *PostOrganizationsIdKeysResponse

func (*ClientWithResponses) PostOrganizationsIdKeysWithResponse

func (c *ClientWithResponses) PostOrganizationsIdKeysWithResponse(ctx context.Context, id string, body PostOrganizationsIdKeysJSONRequestBody, reqEditors ...RequestEditorFn) (*PostOrganizationsIdKeysResponse, error)

func (*ClientWithResponses) PostOrganizationsIdLeaveWithResponse

func (c *ClientWithResponses) PostOrganizationsIdLeaveWithResponse(ctx context.Context, id string, reqEditors ...RequestEditorFn) (*PostOrganizationsIdLeaveResponse, error)

PostOrganizationsIdLeaveWithResponse request returning *PostOrganizationsIdLeaveResponse

func (*ClientWithResponses) PostOrganizationsIdLicenseWithBodyWithResponse

func (c *ClientWithResponses) PostOrganizationsIdLicenseWithBodyWithResponse(ctx context.Context, id string, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*PostOrganizationsIdLicenseResponse, error)

PostOrganizationsIdLicenseWithBodyWithResponse request with arbitrary body returning *PostOrganizationsIdLicenseResponse

func (*ClientWithResponses) PostOrganizationsIdPaymentWithBodyWithResponse

func (c *ClientWithResponses) PostOrganizationsIdPaymentWithBodyWithResponse(ctx context.Context, id string, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*PostOrganizationsIdPaymentResponse, error)

PostOrganizationsIdPaymentWithBodyWithResponse request with arbitrary body returning *PostOrganizationsIdPaymentResponse

func (*ClientWithResponses) PostOrganizationsIdPaymentWithResponse

func (c *ClientWithResponses) PostOrganizationsIdPaymentWithResponse(ctx context.Context, id string, body PostOrganizationsIdPaymentJSONRequestBody, reqEditors ...RequestEditorFn) (*PostOrganizationsIdPaymentResponse, error)

func (*ClientWithResponses) PostOrganizationsIdReinstateWithResponse

func (c *ClientWithResponses) PostOrganizationsIdReinstateWithResponse(ctx context.Context, id string, reqEditors ...RequestEditorFn) (*PostOrganizationsIdReinstateResponse, error)

PostOrganizationsIdReinstateWithResponse request returning *PostOrganizationsIdReinstateResponse

func (*ClientWithResponses) PostOrganizationsIdRotateApiKeyWithBodyWithResponse

func (c *ClientWithResponses) PostOrganizationsIdRotateApiKeyWithBodyWithResponse(ctx context.Context, id string, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*PostOrganizationsIdRotateApiKeyResponse, error)

PostOrganizationsIdRotateApiKeyWithBodyWithResponse request with arbitrary body returning *PostOrganizationsIdRotateApiKeyResponse

func (*ClientWithResponses) PostOrganizationsIdRotateApiKeyWithResponse

func (c *ClientWithResponses) PostOrganizationsIdRotateApiKeyWithResponse(ctx context.Context, id string, body PostOrganizationsIdRotateApiKeyJSONRequestBody, reqEditors ...RequestEditorFn) (*PostOrganizationsIdRotateApiKeyResponse, error)

func (*ClientWithResponses) PostOrganizationsIdSeatWithBodyWithResponse

func (c *ClientWithResponses) PostOrganizationsIdSeatWithBodyWithResponse(ctx context.Context, id string, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*PostOrganizationsIdSeatResponse, error)

PostOrganizationsIdSeatWithBodyWithResponse request with arbitrary body returning *PostOrganizationsIdSeatResponse

func (*ClientWithResponses) PostOrganizationsIdSeatWithResponse

func (c *ClientWithResponses) PostOrganizationsIdSeatWithResponse(ctx context.Context, id string, body PostOrganizationsIdSeatJSONRequestBody, reqEditors ...RequestEditorFn) (*PostOrganizationsIdSeatResponse, error)

func (*ClientWithResponses) PostOrganizationsIdStorageWithBodyWithResponse

func (c *ClientWithResponses) PostOrganizationsIdStorageWithBodyWithResponse(ctx context.Context, id string, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*PostOrganizationsIdStorageResponse, error)

PostOrganizationsIdStorageWithBodyWithResponse request with arbitrary body returning *PostOrganizationsIdStorageResponse

func (*ClientWithResponses) PostOrganizationsIdStorageWithResponse

func (c *ClientWithResponses) PostOrganizationsIdStorageWithResponse(ctx context.Context, id string, body PostOrganizationsIdStorageJSONRequestBody, reqEditors ...RequestEditorFn) (*PostOrganizationsIdStorageResponse, error)

func (*ClientWithResponses) PostOrganizationsIdTwoFactorDisableWithBodyWithResponse

func (c *ClientWithResponses) PostOrganizationsIdTwoFactorDisableWithBodyWithResponse(ctx context.Context, id string, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*PostOrganizationsIdTwoFactorDisableResponse, error)

PostOrganizationsIdTwoFactorDisableWithBodyWithResponse request with arbitrary body returning *PostOrganizationsIdTwoFactorDisableResponse

func (*ClientWithResponses) PostOrganizationsIdTwoFactorDuoWithBodyWithResponse

func (c *ClientWithResponses) PostOrganizationsIdTwoFactorDuoWithBodyWithResponse(ctx context.Context, id string, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*PostOrganizationsIdTwoFactorDuoResponse, error)

PostOrganizationsIdTwoFactorDuoWithBodyWithResponse request with arbitrary body returning *PostOrganizationsIdTwoFactorDuoResponse

func (*ClientWithResponses) PostOrganizationsIdTwoFactorDuoWithResponse

func (c *ClientWithResponses) PostOrganizationsIdTwoFactorDuoWithResponse(ctx context.Context, id string, body PostOrganizationsIdTwoFactorDuoJSONRequestBody, reqEditors ...RequestEditorFn) (*PostOrganizationsIdTwoFactorDuoResponse, error)

func (*ClientWithResponses) PostOrganizationsIdTwoFactorGetDuoWithBodyWithResponse

func (c *ClientWithResponses) PostOrganizationsIdTwoFactorGetDuoWithBodyWithResponse(ctx context.Context, id string, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*PostOrganizationsIdTwoFactorGetDuoResponse, error)

PostOrganizationsIdTwoFactorGetDuoWithBodyWithResponse request with arbitrary body returning *PostOrganizationsIdTwoFactorGetDuoResponse

func (*ClientWithResponses) PostOrganizationsIdUpgradeWithBodyWithResponse

func (c *ClientWithResponses) PostOrganizationsIdUpgradeWithBodyWithResponse(ctx context.Context, id string, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*PostOrganizationsIdUpgradeResponse, error)

PostOrganizationsIdUpgradeWithBodyWithResponse request with arbitrary body returning *PostOrganizationsIdUpgradeResponse

func (*ClientWithResponses) PostOrganizationsIdUpgradeWithResponse

func (c *ClientWithResponses) PostOrganizationsIdUpgradeWithResponse(ctx context.Context, id string, body PostOrganizationsIdUpgradeJSONRequestBody, reqEditors ...RequestEditorFn) (*PostOrganizationsIdUpgradeResponse, error)

func (*ClientWithResponses) PostOrganizationsIdVerifyBankWithBodyWithResponse

func (c *ClientWithResponses) PostOrganizationsIdVerifyBankWithBodyWithResponse(ctx context.Context, id string, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*PostOrganizationsIdVerifyBankResponse, error)

PostOrganizationsIdVerifyBankWithBodyWithResponse request with arbitrary body returning *PostOrganizationsIdVerifyBankResponse

func (*ClientWithResponses) PostOrganizationsIdVerifyBankWithResponse

func (c *ClientWithResponses) PostOrganizationsIdVerifyBankWithResponse(ctx context.Context, id string, body PostOrganizationsIdVerifyBankJSONRequestBody, reqEditors ...RequestEditorFn) (*PostOrganizationsIdVerifyBankResponse, error)

func (*ClientWithResponses) PostOrganizationsIdWithBodyWithResponse

func (c *ClientWithResponses) PostOrganizationsIdWithBodyWithResponse(ctx context.Context, id string, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*PostOrganizationsIdResponse, error)

PostOrganizationsIdWithBodyWithResponse request with arbitrary body returning *PostOrganizationsIdResponse

func (*ClientWithResponses) PostOrganizationsIdWithResponse

func (c *ClientWithResponses) PostOrganizationsIdWithResponse(ctx context.Context, id string, body PostOrganizationsIdJSONRequestBody, reqEditors ...RequestEditorFn) (*PostOrganizationsIdResponse, error)

func (*ClientWithResponses) PostOrganizationsLicenseWithBodyWithResponse

func (c *ClientWithResponses) PostOrganizationsLicenseWithBodyWithResponse(ctx context.Context, params *PostOrganizationsLicenseParams, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*PostOrganizationsLicenseResponse, error)

PostOrganizationsLicenseWithBodyWithResponse request with arbitrary body returning *PostOrganizationsLicenseResponse

func (*ClientWithResponses) PostOrganizationsOrgIdCollectionsIdDeleteUserOrgUserIdWithResponse

func (c *ClientWithResponses) PostOrganizationsOrgIdCollectionsIdDeleteUserOrgUserIdWithResponse(ctx context.Context, orgId string, id string, orgUserId string, reqEditors ...RequestEditorFn) (*PostOrganizationsOrgIdCollectionsIdDeleteUserOrgUserIdResponse, error)

PostOrganizationsOrgIdCollectionsIdDeleteUserOrgUserIdWithResponse request returning *PostOrganizationsOrgIdCollectionsIdDeleteUserOrgUserIdResponse

func (*ClientWithResponses) PostOrganizationsOrgIdCollectionsIdDeleteWithResponse

func (c *ClientWithResponses) PostOrganizationsOrgIdCollectionsIdDeleteWithResponse(ctx context.Context, orgId string, id string, reqEditors ...RequestEditorFn) (*PostOrganizationsOrgIdCollectionsIdDeleteResponse, error)

PostOrganizationsOrgIdCollectionsIdDeleteWithResponse request returning *PostOrganizationsOrgIdCollectionsIdDeleteResponse

func (*ClientWithResponses) PostOrganizationsOrgIdCollectionsIdWithBodyWithResponse

func (c *ClientWithResponses) PostOrganizationsOrgIdCollectionsIdWithBodyWithResponse(ctx context.Context, orgId string, id string, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*PostOrganizationsOrgIdCollectionsIdResponse, error)

PostOrganizationsOrgIdCollectionsIdWithBodyWithResponse request with arbitrary body returning *PostOrganizationsOrgIdCollectionsIdResponse

func (*ClientWithResponses) PostOrganizationsOrgIdCollectionsIdWithResponse

func (c *ClientWithResponses) PostOrganizationsOrgIdCollectionsIdWithResponse(ctx context.Context, orgId string, id string, body PostOrganizationsOrgIdCollectionsIdJSONRequestBody, reqEditors ...RequestEditorFn) (*PostOrganizationsOrgIdCollectionsIdResponse, error)

func (*ClientWithResponses) PostOrganizationsOrgIdCollectionsWithBodyWithResponse

func (c *ClientWithResponses) PostOrganizationsOrgIdCollectionsWithBodyWithResponse(ctx context.Context, orgId string, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*PostOrganizationsOrgIdCollectionsResponse, error)

PostOrganizationsOrgIdCollectionsWithBodyWithResponse request with arbitrary body returning *PostOrganizationsOrgIdCollectionsResponse

func (*ClientWithResponses) PostOrganizationsOrgIdCollectionsWithResponse

func (c *ClientWithResponses) PostOrganizationsOrgIdCollectionsWithResponse(ctx context.Context, orgId string, body PostOrganizationsOrgIdCollectionsJSONRequestBody, reqEditors ...RequestEditorFn) (*PostOrganizationsOrgIdCollectionsResponse, error)

func (*ClientWithResponses) PostOrganizationsOrgIdGroupsIdDeleteUserOrgUserIdWithResponse

func (c *ClientWithResponses) PostOrganizationsOrgIdGroupsIdDeleteUserOrgUserIdWithResponse(ctx context.Context, orgId string, id string, orgUserId string, reqEditors ...RequestEditorFn) (*PostOrganizationsOrgIdGroupsIdDeleteUserOrgUserIdResponse, error)

PostOrganizationsOrgIdGroupsIdDeleteUserOrgUserIdWithResponse request returning *PostOrganizationsOrgIdGroupsIdDeleteUserOrgUserIdResponse

func (*ClientWithResponses) PostOrganizationsOrgIdGroupsIdDeleteWithResponse

func (c *ClientWithResponses) PostOrganizationsOrgIdGroupsIdDeleteWithResponse(ctx context.Context, orgId string, id string, reqEditors ...RequestEditorFn) (*PostOrganizationsOrgIdGroupsIdDeleteResponse, error)

PostOrganizationsOrgIdGroupsIdDeleteWithResponse request returning *PostOrganizationsOrgIdGroupsIdDeleteResponse

func (*ClientWithResponses) PostOrganizationsOrgIdGroupsIdWithBodyWithResponse

func (c *ClientWithResponses) PostOrganizationsOrgIdGroupsIdWithBodyWithResponse(ctx context.Context, orgId string, id string, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*PostOrganizationsOrgIdGroupsIdResponse, error)

PostOrganizationsOrgIdGroupsIdWithBodyWithResponse request with arbitrary body returning *PostOrganizationsOrgIdGroupsIdResponse

func (*ClientWithResponses) PostOrganizationsOrgIdGroupsIdWithResponse

func (c *ClientWithResponses) PostOrganizationsOrgIdGroupsIdWithResponse(ctx context.Context, orgId string, id string, body PostOrganizationsOrgIdGroupsIdJSONRequestBody, reqEditors ...RequestEditorFn) (*PostOrganizationsOrgIdGroupsIdResponse, error)

func (*ClientWithResponses) PostOrganizationsOrgIdGroupsWithBodyWithResponse

func (c *ClientWithResponses) PostOrganizationsOrgIdGroupsWithBodyWithResponse(ctx context.Context, orgId string, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*PostOrganizationsOrgIdGroupsResponse, error)

PostOrganizationsOrgIdGroupsWithBodyWithResponse request with arbitrary body returning *PostOrganizationsOrgIdGroupsResponse

func (*ClientWithResponses) PostOrganizationsOrgIdGroupsWithResponse

func (c *ClientWithResponses) PostOrganizationsOrgIdGroupsWithResponse(ctx context.Context, orgId string, body PostOrganizationsOrgIdGroupsJSONRequestBody, reqEditors ...RequestEditorFn) (*PostOrganizationsOrgIdGroupsResponse, error)

func (*ClientWithResponses) PostOrganizationsOrgIdUsersConfirmWithBodyWithResponse

func (c *ClientWithResponses) PostOrganizationsOrgIdUsersConfirmWithBodyWithResponse(ctx context.Context, orgId string, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*PostOrganizationsOrgIdUsersConfirmResponse, error)

PostOrganizationsOrgIdUsersConfirmWithBodyWithResponse request with arbitrary body returning *PostOrganizationsOrgIdUsersConfirmResponse

func (*ClientWithResponses) PostOrganizationsOrgIdUsersConfirmWithResponse

func (c *ClientWithResponses) PostOrganizationsOrgIdUsersConfirmWithResponse(ctx context.Context, orgId string, body PostOrganizationsOrgIdUsersConfirmJSONRequestBody, reqEditors ...RequestEditorFn) (*PostOrganizationsOrgIdUsersConfirmResponse, error)

func (*ClientWithResponses) PostOrganizationsOrgIdUsersDeleteWithBodyWithResponse

func (c *ClientWithResponses) PostOrganizationsOrgIdUsersDeleteWithBodyWithResponse(ctx context.Context, orgId string, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*PostOrganizationsOrgIdUsersDeleteResponse, error)

PostOrganizationsOrgIdUsersDeleteWithBodyWithResponse request with arbitrary body returning *PostOrganizationsOrgIdUsersDeleteResponse

func (*ClientWithResponses) PostOrganizationsOrgIdUsersDeleteWithResponse

func (c *ClientWithResponses) PostOrganizationsOrgIdUsersDeleteWithResponse(ctx context.Context, orgId string, body PostOrganizationsOrgIdUsersDeleteJSONRequestBody, reqEditors ...RequestEditorFn) (*PostOrganizationsOrgIdUsersDeleteResponse, error)

func (*ClientWithResponses) PostOrganizationsOrgIdUsersIdAcceptWithBodyWithResponse

func (c *ClientWithResponses) PostOrganizationsOrgIdUsersIdAcceptWithBodyWithResponse(ctx context.Context, orgId string, id string, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*PostOrganizationsOrgIdUsersIdAcceptResponse, error)

PostOrganizationsOrgIdUsersIdAcceptWithBodyWithResponse request with arbitrary body returning *PostOrganizationsOrgIdUsersIdAcceptResponse

func (*ClientWithResponses) PostOrganizationsOrgIdUsersIdAcceptWithResponse

func (c *ClientWithResponses) PostOrganizationsOrgIdUsersIdAcceptWithResponse(ctx context.Context, orgId string, id string, body PostOrganizationsOrgIdUsersIdAcceptJSONRequestBody, reqEditors ...RequestEditorFn) (*PostOrganizationsOrgIdUsersIdAcceptResponse, error)

func (*ClientWithResponses) PostOrganizationsOrgIdUsersIdConfirmWithBodyWithResponse

func (c *ClientWithResponses) PostOrganizationsOrgIdUsersIdConfirmWithBodyWithResponse(ctx context.Context, orgId string, id string, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*PostOrganizationsOrgIdUsersIdConfirmResponse, error)

PostOrganizationsOrgIdUsersIdConfirmWithBodyWithResponse request with arbitrary body returning *PostOrganizationsOrgIdUsersIdConfirmResponse

func (*ClientWithResponses) PostOrganizationsOrgIdUsersIdConfirmWithResponse

func (c *ClientWithResponses) PostOrganizationsOrgIdUsersIdConfirmWithResponse(ctx context.Context, orgId string, id string, body PostOrganizationsOrgIdUsersIdConfirmJSONRequestBody, reqEditors ...RequestEditorFn) (*PostOrganizationsOrgIdUsersIdConfirmResponse, error)

func (*ClientWithResponses) PostOrganizationsOrgIdUsersIdDeleteWithResponse

func (c *ClientWithResponses) PostOrganizationsOrgIdUsersIdDeleteWithResponse(ctx context.Context, orgId string, id string, reqEditors ...RequestEditorFn) (*PostOrganizationsOrgIdUsersIdDeleteResponse, error)

PostOrganizationsOrgIdUsersIdDeleteWithResponse request returning *PostOrganizationsOrgIdUsersIdDeleteResponse

func (*ClientWithResponses) PostOrganizationsOrgIdUsersIdGroupsWithBodyWithResponse

func (c *ClientWithResponses) PostOrganizationsOrgIdUsersIdGroupsWithBodyWithResponse(ctx context.Context, orgId string, id string, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*PostOrganizationsOrgIdUsersIdGroupsResponse, error)

PostOrganizationsOrgIdUsersIdGroupsWithBodyWithResponse request with arbitrary body returning *PostOrganizationsOrgIdUsersIdGroupsResponse

func (*ClientWithResponses) PostOrganizationsOrgIdUsersIdGroupsWithResponse

func (c *ClientWithResponses) PostOrganizationsOrgIdUsersIdGroupsWithResponse(ctx context.Context, orgId string, id string, body PostOrganizationsOrgIdUsersIdGroupsJSONRequestBody, reqEditors ...RequestEditorFn) (*PostOrganizationsOrgIdUsersIdGroupsResponse, error)

func (*ClientWithResponses) PostOrganizationsOrgIdUsersIdReinviteWithResponse

func (c *ClientWithResponses) PostOrganizationsOrgIdUsersIdReinviteWithResponse(ctx context.Context, orgId string, id string, reqEditors ...RequestEditorFn) (*PostOrganizationsOrgIdUsersIdReinviteResponse, error)

PostOrganizationsOrgIdUsersIdReinviteWithResponse request returning *PostOrganizationsOrgIdUsersIdReinviteResponse

func (*ClientWithResponses) PostOrganizationsOrgIdUsersIdWithBodyWithResponse

func (c *ClientWithResponses) PostOrganizationsOrgIdUsersIdWithBodyWithResponse(ctx context.Context, orgId string, id string, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*PostOrganizationsOrgIdUsersIdResponse, error)

PostOrganizationsOrgIdUsersIdWithBodyWithResponse request with arbitrary body returning *PostOrganizationsOrgIdUsersIdResponse

func (*ClientWithResponses) PostOrganizationsOrgIdUsersIdWithResponse

func (c *ClientWithResponses) PostOrganizationsOrgIdUsersIdWithResponse(ctx context.Context, orgId string, id string, body PostOrganizationsOrgIdUsersIdJSONRequestBody, reqEditors ...RequestEditorFn) (*PostOrganizationsOrgIdUsersIdResponse, error)

func (*ClientWithResponses) PostOrganizationsOrgIdUsersInviteWithBodyWithResponse

func (c *ClientWithResponses) PostOrganizationsOrgIdUsersInviteWithBodyWithResponse(ctx context.Context, orgId string, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*PostOrganizationsOrgIdUsersInviteResponse, error)

PostOrganizationsOrgIdUsersInviteWithBodyWithResponse request with arbitrary body returning *PostOrganizationsOrgIdUsersInviteResponse

func (*ClientWithResponses) PostOrganizationsOrgIdUsersInviteWithResponse

func (c *ClientWithResponses) PostOrganizationsOrgIdUsersInviteWithResponse(ctx context.Context, orgId string, body PostOrganizationsOrgIdUsersInviteJSONRequestBody, reqEditors ...RequestEditorFn) (*PostOrganizationsOrgIdUsersInviteResponse, error)

func (*ClientWithResponses) PostOrganizationsOrgIdUsersPublicKeysWithBodyWithResponse

func (c *ClientWithResponses) PostOrganizationsOrgIdUsersPublicKeysWithBodyWithResponse(ctx context.Context, orgId string, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*PostOrganizationsOrgIdUsersPublicKeysResponse, error)

PostOrganizationsOrgIdUsersPublicKeysWithBodyWithResponse request with arbitrary body returning *PostOrganizationsOrgIdUsersPublicKeysResponse

func (*ClientWithResponses) PostOrganizationsOrgIdUsersReinviteWithBodyWithResponse

func (c *ClientWithResponses) PostOrganizationsOrgIdUsersReinviteWithBodyWithResponse(ctx context.Context, orgId string, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*PostOrganizationsOrgIdUsersReinviteResponse, error)

PostOrganizationsOrgIdUsersReinviteWithBodyWithResponse request with arbitrary body returning *PostOrganizationsOrgIdUsersReinviteResponse

func (*ClientWithResponses) PostOrganizationsOrgIdUsersReinviteWithResponse

func (c *ClientWithResponses) PostOrganizationsOrgIdUsersReinviteWithResponse(ctx context.Context, orgId string, body PostOrganizationsOrgIdUsersReinviteJSONRequestBody, reqEditors ...RequestEditorFn) (*PostOrganizationsOrgIdUsersReinviteResponse, error)

func (*ClientWithResponses) PostOrganizationsWithBodyWithResponse

func (c *ClientWithResponses) PostOrganizationsWithBodyWithResponse(ctx context.Context, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*PostOrganizationsResponse, error)

PostOrganizationsWithBodyWithResponse request with arbitrary body returning *PostOrganizationsResponse

func (*ClientWithResponses) PostOrganizationsWithResponse

func (c *ClientWithResponses) PostOrganizationsWithResponse(ctx context.Context, body PostOrganizationsJSONRequestBody, reqEditors ...RequestEditorFn) (*PostOrganizationsResponse, error)

func (*ClientWithResponses) PostPushRegisterWithBodyWithResponse

func (c *ClientWithResponses) PostPushRegisterWithBodyWithResponse(ctx context.Context, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*PostPushRegisterResponse, error)

PostPushRegisterWithBodyWithResponse request with arbitrary body returning *PostPushRegisterResponse

func (*ClientWithResponses) PostPushRegisterWithResponse

func (c *ClientWithResponses) PostPushRegisterWithResponse(ctx context.Context, body PostPushRegisterJSONRequestBody, reqEditors ...RequestEditorFn) (*PostPushRegisterResponse, error)

func (*ClientWithResponses) PostPushSendWithBodyWithResponse

func (c *ClientWithResponses) PostPushSendWithBodyWithResponse(ctx context.Context, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*PostPushSendResponse, error)

PostPushSendWithBodyWithResponse request with arbitrary body returning *PostPushSendResponse

func (*ClientWithResponses) PostPushSendWithResponse

func (c *ClientWithResponses) PostPushSendWithResponse(ctx context.Context, body PostPushSendJSONRequestBody, reqEditors ...RequestEditorFn) (*PostPushSendResponse, error)

func (*ClientWithResponses) PostSendsAccessIdWithBodyWithResponse

func (c *ClientWithResponses) PostSendsAccessIdWithBodyWithResponse(ctx context.Context, id string, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*PostSendsAccessIdResponse, error)

PostSendsAccessIdWithBodyWithResponse request with arbitrary body returning *PostSendsAccessIdResponse

func (*ClientWithResponses) PostSendsAccessIdWithResponse

func (c *ClientWithResponses) PostSendsAccessIdWithResponse(ctx context.Context, id string, body PostSendsAccessIdJSONRequestBody, reqEditors ...RequestEditorFn) (*PostSendsAccessIdResponse, error)

func (*ClientWithResponses) PostSendsEncodedSendIdAccessFileFileIdWithBodyWithResponse

func (c *ClientWithResponses) PostSendsEncodedSendIdAccessFileFileIdWithBodyWithResponse(ctx context.Context, encodedSendId string, fileId string, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*PostSendsEncodedSendIdAccessFileFileIdResponse, error)

PostSendsEncodedSendIdAccessFileFileIdWithBodyWithResponse request with arbitrary body returning *PostSendsEncodedSendIdAccessFileFileIdResponse

func (*ClientWithResponses) PostSendsEncodedSendIdAccessFileFileIdWithResponse

func (c *ClientWithResponses) PostSendsEncodedSendIdAccessFileFileIdWithResponse(ctx context.Context, encodedSendId string, fileId string, body PostSendsEncodedSendIdAccessFileFileIdJSONRequestBody, reqEditors ...RequestEditorFn) (*PostSendsEncodedSendIdAccessFileFileIdResponse, error)

func (*ClientWithResponses) PostSendsFileV2WithBodyWithResponse

func (c *ClientWithResponses) PostSendsFileV2WithBodyWithResponse(ctx context.Context, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*PostSendsFileV2Response, error)

PostSendsFileV2WithBodyWithResponse request with arbitrary body returning *PostSendsFileV2Response

func (*ClientWithResponses) PostSendsFileV2WithResponse

func (c *ClientWithResponses) PostSendsFileV2WithResponse(ctx context.Context, body PostSendsFileV2JSONRequestBody, reqEditors ...RequestEditorFn) (*PostSendsFileV2Response, error)

func (*ClientWithResponses) PostSendsFileValidateAzureWithResponse

func (c *ClientWithResponses) PostSendsFileValidateAzureWithResponse(ctx context.Context, reqEditors ...RequestEditorFn) (*PostSendsFileValidateAzureResponse, error)

PostSendsFileValidateAzureWithResponse request returning *PostSendsFileValidateAzureResponse

func (*ClientWithResponses) PostSendsFileWithResponse

func (c *ClientWithResponses) PostSendsFileWithResponse(ctx context.Context, reqEditors ...RequestEditorFn) (*PostSendsFileResponse, error)

PostSendsFileWithResponse request returning *PostSendsFileResponse

func (*ClientWithResponses) PostSendsIdFileFileIdWithResponse

func (c *ClientWithResponses) PostSendsIdFileFileIdWithResponse(ctx context.Context, id string, fileId string, reqEditors ...RequestEditorFn) (*PostSendsIdFileFileIdResponse, error)

PostSendsIdFileFileIdWithResponse request returning *PostSendsIdFileFileIdResponse

func (*ClientWithResponses) PostSendsWithBodyWithResponse

func (c *ClientWithResponses) PostSendsWithBodyWithResponse(ctx context.Context, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*PostSendsResponse, error)

PostSendsWithBodyWithResponse request with arbitrary body returning *PostSendsResponse

func (*ClientWithResponses) PostSendsWithResponse

func (c *ClientWithResponses) PostSendsWithResponse(ctx context.Context, body PostSendsJSONRequestBody, reqEditors ...RequestEditorFn) (*PostSendsResponse, error)

func (*ClientWithResponses) PostSettingsDomainsWithBodyWithResponse

func (c *ClientWithResponses) PostSettingsDomainsWithBodyWithResponse(ctx context.Context, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*PostSettingsDomainsResponse, error)

PostSettingsDomainsWithBodyWithResponse request with arbitrary body returning *PostSettingsDomainsResponse

func (*ClientWithResponses) PostSettingsDomainsWithResponse

func (c *ClientWithResponses) PostSettingsDomainsWithResponse(ctx context.Context, body PostSettingsDomainsJSONRequestBody, reqEditors ...RequestEditorFn) (*PostSettingsDomainsResponse, error)

func (*ClientWithResponses) PostSetupPaymentWithResponse

func (c *ClientWithResponses) PostSetupPaymentWithResponse(ctx context.Context, reqEditors ...RequestEditorFn) (*PostSetupPaymentResponse, error)

PostSetupPaymentWithResponse request returning *PostSetupPaymentResponse

func (*ClientWithResponses) PostTwoFactorAuthenticatorWithBodyWithResponse

func (c *ClientWithResponses) PostTwoFactorAuthenticatorWithBodyWithResponse(ctx context.Context, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*PostTwoFactorAuthenticatorResponse, error)

PostTwoFactorAuthenticatorWithBodyWithResponse request with arbitrary body returning *PostTwoFactorAuthenticatorResponse

func (*ClientWithResponses) PostTwoFactorAuthenticatorWithResponse

func (c *ClientWithResponses) PostTwoFactorAuthenticatorWithResponse(ctx context.Context, body PostTwoFactorAuthenticatorJSONRequestBody, reqEditors ...RequestEditorFn) (*PostTwoFactorAuthenticatorResponse, error)

func (*ClientWithResponses) PostTwoFactorDisableWithBodyWithResponse

func (c *ClientWithResponses) PostTwoFactorDisableWithBodyWithResponse(ctx context.Context, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*PostTwoFactorDisableResponse, error)

PostTwoFactorDisableWithBodyWithResponse request with arbitrary body returning *PostTwoFactorDisableResponse

func (*ClientWithResponses) PostTwoFactorDisableWithResponse

func (c *ClientWithResponses) PostTwoFactorDisableWithResponse(ctx context.Context, body PostTwoFactorDisableJSONRequestBody, reqEditors ...RequestEditorFn) (*PostTwoFactorDisableResponse, error)

func (*ClientWithResponses) PostTwoFactorDuoWithBodyWithResponse

func (c *ClientWithResponses) PostTwoFactorDuoWithBodyWithResponse(ctx context.Context, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*PostTwoFactorDuoResponse, error)

PostTwoFactorDuoWithBodyWithResponse request with arbitrary body returning *PostTwoFactorDuoResponse

func (*ClientWithResponses) PostTwoFactorDuoWithResponse

func (c *ClientWithResponses) PostTwoFactorDuoWithResponse(ctx context.Context, body PostTwoFactorDuoJSONRequestBody, reqEditors ...RequestEditorFn) (*PostTwoFactorDuoResponse, error)

func (*ClientWithResponses) PostTwoFactorEmailWithBodyWithResponse

func (c *ClientWithResponses) PostTwoFactorEmailWithBodyWithResponse(ctx context.Context, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*PostTwoFactorEmailResponse, error)

PostTwoFactorEmailWithBodyWithResponse request with arbitrary body returning *PostTwoFactorEmailResponse

func (*ClientWithResponses) PostTwoFactorEmailWithResponse

func (c *ClientWithResponses) PostTwoFactorEmailWithResponse(ctx context.Context, body PostTwoFactorEmailJSONRequestBody, reqEditors ...RequestEditorFn) (*PostTwoFactorEmailResponse, error)

func (*ClientWithResponses) PostTwoFactorGetAuthenticatorWithBodyWithResponse

func (c *ClientWithResponses) PostTwoFactorGetAuthenticatorWithBodyWithResponse(ctx context.Context, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*PostTwoFactorGetAuthenticatorResponse, error)

PostTwoFactorGetAuthenticatorWithBodyWithResponse request with arbitrary body returning *PostTwoFactorGetAuthenticatorResponse

func (*ClientWithResponses) PostTwoFactorGetAuthenticatorWithResponse

func (c *ClientWithResponses) PostTwoFactorGetAuthenticatorWithResponse(ctx context.Context, body PostTwoFactorGetAuthenticatorJSONRequestBody, reqEditors ...RequestEditorFn) (*PostTwoFactorGetAuthenticatorResponse, error)

func (*ClientWithResponses) PostTwoFactorGetDuoWithBodyWithResponse

func (c *ClientWithResponses) PostTwoFactorGetDuoWithBodyWithResponse(ctx context.Context, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*PostTwoFactorGetDuoResponse, error)

PostTwoFactorGetDuoWithBodyWithResponse request with arbitrary body returning *PostTwoFactorGetDuoResponse

func (*ClientWithResponses) PostTwoFactorGetDuoWithResponse

func (c *ClientWithResponses) PostTwoFactorGetDuoWithResponse(ctx context.Context, body PostTwoFactorGetDuoJSONRequestBody, reqEditors ...RequestEditorFn) (*PostTwoFactorGetDuoResponse, error)

func (*ClientWithResponses) PostTwoFactorGetEmailWithBodyWithResponse

func (c *ClientWithResponses) PostTwoFactorGetEmailWithBodyWithResponse(ctx context.Context, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*PostTwoFactorGetEmailResponse, error)

PostTwoFactorGetEmailWithBodyWithResponse request with arbitrary body returning *PostTwoFactorGetEmailResponse

func (*ClientWithResponses) PostTwoFactorGetEmailWithResponse

func (c *ClientWithResponses) PostTwoFactorGetEmailWithResponse(ctx context.Context, body PostTwoFactorGetEmailJSONRequestBody, reqEditors ...RequestEditorFn) (*PostTwoFactorGetEmailResponse, error)

func (*ClientWithResponses) PostTwoFactorGetRecoverWithBodyWithResponse

func (c *ClientWithResponses) PostTwoFactorGetRecoverWithBodyWithResponse(ctx context.Context, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*PostTwoFactorGetRecoverResponse, error)

PostTwoFactorGetRecoverWithBodyWithResponse request with arbitrary body returning *PostTwoFactorGetRecoverResponse

func (*ClientWithResponses) PostTwoFactorGetRecoverWithResponse

func (c *ClientWithResponses) PostTwoFactorGetRecoverWithResponse(ctx context.Context, body PostTwoFactorGetRecoverJSONRequestBody, reqEditors ...RequestEditorFn) (*PostTwoFactorGetRecoverResponse, error)

func (*ClientWithResponses) PostTwoFactorGetWebauthnChallengeWithBodyWithResponse

func (c *ClientWithResponses) PostTwoFactorGetWebauthnChallengeWithBodyWithResponse(ctx context.Context, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*PostTwoFactorGetWebauthnChallengeResponse, error)

PostTwoFactorGetWebauthnChallengeWithBodyWithResponse request with arbitrary body returning *PostTwoFactorGetWebauthnChallengeResponse

func (*ClientWithResponses) PostTwoFactorGetWebauthnWithBodyWithResponse

func (c *ClientWithResponses) PostTwoFactorGetWebauthnWithBodyWithResponse(ctx context.Context, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*PostTwoFactorGetWebauthnResponse, error)

PostTwoFactorGetWebauthnWithBodyWithResponse request with arbitrary body returning *PostTwoFactorGetWebauthnResponse

func (*ClientWithResponses) PostTwoFactorGetWebauthnWithResponse

func (c *ClientWithResponses) PostTwoFactorGetWebauthnWithResponse(ctx context.Context, body PostTwoFactorGetWebauthnJSONRequestBody, reqEditors ...RequestEditorFn) (*PostTwoFactorGetWebauthnResponse, error)

func (*ClientWithResponses) PostTwoFactorGetYubikeyWithBodyWithResponse

func (c *ClientWithResponses) PostTwoFactorGetYubikeyWithBodyWithResponse(ctx context.Context, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*PostTwoFactorGetYubikeyResponse, error)

PostTwoFactorGetYubikeyWithBodyWithResponse request with arbitrary body returning *PostTwoFactorGetYubikeyResponse

func (*ClientWithResponses) PostTwoFactorGetYubikeyWithResponse

func (c *ClientWithResponses) PostTwoFactorGetYubikeyWithResponse(ctx context.Context, body PostTwoFactorGetYubikeyJSONRequestBody, reqEditors ...RequestEditorFn) (*PostTwoFactorGetYubikeyResponse, error)

func (*ClientWithResponses) PostTwoFactorRecoverWithBodyWithResponse

func (c *ClientWithResponses) PostTwoFactorRecoverWithBodyWithResponse(ctx context.Context, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*PostTwoFactorRecoverResponse, error)

PostTwoFactorRecoverWithBodyWithResponse request with arbitrary body returning *PostTwoFactorRecoverResponse

func (*ClientWithResponses) PostTwoFactorRecoverWithResponse

func (c *ClientWithResponses) PostTwoFactorRecoverWithResponse(ctx context.Context, body PostTwoFactorRecoverJSONRequestBody, reqEditors ...RequestEditorFn) (*PostTwoFactorRecoverResponse, error)

func (*ClientWithResponses) PostTwoFactorSendEmailLoginWithBodyWithResponse

func (c *ClientWithResponses) PostTwoFactorSendEmailLoginWithBodyWithResponse(ctx context.Context, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*PostTwoFactorSendEmailLoginResponse, error)

PostTwoFactorSendEmailLoginWithBodyWithResponse request with arbitrary body returning *PostTwoFactorSendEmailLoginResponse

func (*ClientWithResponses) PostTwoFactorSendEmailLoginWithResponse

func (c *ClientWithResponses) PostTwoFactorSendEmailLoginWithResponse(ctx context.Context, body PostTwoFactorSendEmailLoginJSONRequestBody, reqEditors ...RequestEditorFn) (*PostTwoFactorSendEmailLoginResponse, error)

func (*ClientWithResponses) PostTwoFactorSendEmailWithBodyWithResponse

func (c *ClientWithResponses) PostTwoFactorSendEmailWithBodyWithResponse(ctx context.Context, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*PostTwoFactorSendEmailResponse, error)

PostTwoFactorSendEmailWithBodyWithResponse request with arbitrary body returning *PostTwoFactorSendEmailResponse

func (*ClientWithResponses) PostTwoFactorSendEmailWithResponse

func (c *ClientWithResponses) PostTwoFactorSendEmailWithResponse(ctx context.Context, body PostTwoFactorSendEmailJSONRequestBody, reqEditors ...RequestEditorFn) (*PostTwoFactorSendEmailResponse, error)

func (*ClientWithResponses) PostTwoFactorWebauthnWithBodyWithResponse

func (c *ClientWithResponses) PostTwoFactorWebauthnWithBodyWithResponse(ctx context.Context, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*PostTwoFactorWebauthnResponse, error)

PostTwoFactorWebauthnWithBodyWithResponse request with arbitrary body returning *PostTwoFactorWebauthnResponse

func (*ClientWithResponses) PostTwoFactorWebauthnWithResponse

func (c *ClientWithResponses) PostTwoFactorWebauthnWithResponse(ctx context.Context, body PostTwoFactorWebauthnJSONRequestBody, reqEditors ...RequestEditorFn) (*PostTwoFactorWebauthnResponse, error)

func (*ClientWithResponses) PostTwoFactorYubikeyWithBodyWithResponse

func (c *ClientWithResponses) PostTwoFactorYubikeyWithBodyWithResponse(ctx context.Context, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*PostTwoFactorYubikeyResponse, error)

PostTwoFactorYubikeyWithBodyWithResponse request with arbitrary body returning *PostTwoFactorYubikeyResponse

func (*ClientWithResponses) PostTwoFactorYubikeyWithResponse

func (c *ClientWithResponses) PostTwoFactorYubikeyWithResponse(ctx context.Context, body PostTwoFactorYubikeyJSONRequestBody, reqEditors ...RequestEditorFn) (*PostTwoFactorYubikeyResponse, error)

func (*ClientWithResponses) PutAccountsProfileWithBodyWithResponse

func (c *ClientWithResponses) PutAccountsProfileWithBodyWithResponse(ctx context.Context, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*PutAccountsProfileResponse, error)

PutAccountsProfileWithBodyWithResponse request with arbitrary body returning *PutAccountsProfileResponse

func (*ClientWithResponses) PutAccountsProfileWithResponse

func (c *ClientWithResponses) PutAccountsProfileWithResponse(ctx context.Context, body PutAccountsProfileJSONRequestBody, reqEditors ...RequestEditorFn) (*PutAccountsProfileResponse, error)

func (*ClientWithResponses) PutAccountsTaxWithBodyWithResponse

func (c *ClientWithResponses) PutAccountsTaxWithBodyWithResponse(ctx context.Context, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*PutAccountsTaxResponse, error)

PutAccountsTaxWithBodyWithResponse request with arbitrary body returning *PutAccountsTaxResponse

func (*ClientWithResponses) PutAccountsTaxWithResponse

func (c *ClientWithResponses) PutAccountsTaxWithResponse(ctx context.Context, body PutAccountsTaxJSONRequestBody, reqEditors ...RequestEditorFn) (*PutAccountsTaxResponse, error)

func (*ClientWithResponses) PutCiphersDeleteAdminWithBodyWithResponse

func (c *ClientWithResponses) PutCiphersDeleteAdminWithBodyWithResponse(ctx context.Context, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*PutCiphersDeleteAdminResponse, error)

PutCiphersDeleteAdminWithBodyWithResponse request with arbitrary body returning *PutCiphersDeleteAdminResponse

func (*ClientWithResponses) PutCiphersDeleteAdminWithResponse

func (c *ClientWithResponses) PutCiphersDeleteAdminWithResponse(ctx context.Context, body PutCiphersDeleteAdminJSONRequestBody, reqEditors ...RequestEditorFn) (*PutCiphersDeleteAdminResponse, error)

func (*ClientWithResponses) PutCiphersDeleteWithBodyWithResponse

func (c *ClientWithResponses) PutCiphersDeleteWithBodyWithResponse(ctx context.Context, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*PutCiphersDeleteResponse, error)

PutCiphersDeleteWithBodyWithResponse request with arbitrary body returning *PutCiphersDeleteResponse

func (*ClientWithResponses) PutCiphersDeleteWithResponse

func (c *ClientWithResponses) PutCiphersDeleteWithResponse(ctx context.Context, body PutCiphersDeleteJSONRequestBody, reqEditors ...RequestEditorFn) (*PutCiphersDeleteResponse, error)

func (*ClientWithResponses) PutCiphersIdAdminWithBodyWithResponse

func (c *ClientWithResponses) PutCiphersIdAdminWithBodyWithResponse(ctx context.Context, id string, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*PutCiphersIdAdminResponse, error)

PutCiphersIdAdminWithBodyWithResponse request with arbitrary body returning *PutCiphersIdAdminResponse

func (*ClientWithResponses) PutCiphersIdAdminWithResponse

func (c *ClientWithResponses) PutCiphersIdAdminWithResponse(ctx context.Context, id string, body PutCiphersIdAdminJSONRequestBody, reqEditors ...RequestEditorFn) (*PutCiphersIdAdminResponse, error)

func (*ClientWithResponses) PutCiphersIdCollectionsAdminWithBodyWithResponse

func (c *ClientWithResponses) PutCiphersIdCollectionsAdminWithBodyWithResponse(ctx context.Context, id string, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*PutCiphersIdCollectionsAdminResponse, error)

PutCiphersIdCollectionsAdminWithBodyWithResponse request with arbitrary body returning *PutCiphersIdCollectionsAdminResponse

func (*ClientWithResponses) PutCiphersIdCollectionsAdminWithResponse

func (c *ClientWithResponses) PutCiphersIdCollectionsAdminWithResponse(ctx context.Context, id string, body PutCiphersIdCollectionsAdminJSONRequestBody, reqEditors ...RequestEditorFn) (*PutCiphersIdCollectionsAdminResponse, error)

func (*ClientWithResponses) PutCiphersIdCollectionsWithBodyWithResponse

func (c *ClientWithResponses) PutCiphersIdCollectionsWithBodyWithResponse(ctx context.Context, id string, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*PutCiphersIdCollectionsResponse, error)

PutCiphersIdCollectionsWithBodyWithResponse request with arbitrary body returning *PutCiphersIdCollectionsResponse

func (*ClientWithResponses) PutCiphersIdCollectionsWithResponse

func (c *ClientWithResponses) PutCiphersIdCollectionsWithResponse(ctx context.Context, id string, body PutCiphersIdCollectionsJSONRequestBody, reqEditors ...RequestEditorFn) (*PutCiphersIdCollectionsResponse, error)

func (*ClientWithResponses) PutCiphersIdDeleteAdminWithResponse

func (c *ClientWithResponses) PutCiphersIdDeleteAdminWithResponse(ctx context.Context, id string, reqEditors ...RequestEditorFn) (*PutCiphersIdDeleteAdminResponse, error)

PutCiphersIdDeleteAdminWithResponse request returning *PutCiphersIdDeleteAdminResponse

func (*ClientWithResponses) PutCiphersIdDeleteWithResponse

func (c *ClientWithResponses) PutCiphersIdDeleteWithResponse(ctx context.Context, id string, reqEditors ...RequestEditorFn) (*PutCiphersIdDeleteResponse, error)

PutCiphersIdDeleteWithResponse request returning *PutCiphersIdDeleteResponse

func (*ClientWithResponses) PutCiphersIdPartialWithBodyWithResponse

func (c *ClientWithResponses) PutCiphersIdPartialWithBodyWithResponse(ctx context.Context, id string, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*PutCiphersIdPartialResponse, error)

PutCiphersIdPartialWithBodyWithResponse request with arbitrary body returning *PutCiphersIdPartialResponse

func (*ClientWithResponses) PutCiphersIdPartialWithResponse

func (c *ClientWithResponses) PutCiphersIdPartialWithResponse(ctx context.Context, id string, body PutCiphersIdPartialJSONRequestBody, reqEditors ...RequestEditorFn) (*PutCiphersIdPartialResponse, error)

func (*ClientWithResponses) PutCiphersIdRestoreAdminWithResponse

func (c *ClientWithResponses) PutCiphersIdRestoreAdminWithResponse(ctx context.Context, id string, reqEditors ...RequestEditorFn) (*PutCiphersIdRestoreAdminResponse, error)

PutCiphersIdRestoreAdminWithResponse request returning *PutCiphersIdRestoreAdminResponse

func (*ClientWithResponses) PutCiphersIdRestoreWithResponse

func (c *ClientWithResponses) PutCiphersIdRestoreWithResponse(ctx context.Context, id string, reqEditors ...RequestEditorFn) (*PutCiphersIdRestoreResponse, error)

PutCiphersIdRestoreWithResponse request returning *PutCiphersIdRestoreResponse

func (*ClientWithResponses) PutCiphersIdShareWithBodyWithResponse

func (c *ClientWithResponses) PutCiphersIdShareWithBodyWithResponse(ctx context.Context, id string, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*PutCiphersIdShareResponse, error)

PutCiphersIdShareWithBodyWithResponse request with arbitrary body returning *PutCiphersIdShareResponse

func (*ClientWithResponses) PutCiphersIdShareWithResponse

func (c *ClientWithResponses) PutCiphersIdShareWithResponse(ctx context.Context, id string, body PutCiphersIdShareJSONRequestBody, reqEditors ...RequestEditorFn) (*PutCiphersIdShareResponse, error)

func (*ClientWithResponses) PutCiphersIdWithBodyWithResponse

func (c *ClientWithResponses) PutCiphersIdWithBodyWithResponse(ctx context.Context, id string, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*PutCiphersIdResponse, error)

PutCiphersIdWithBodyWithResponse request with arbitrary body returning *PutCiphersIdResponse

func (*ClientWithResponses) PutCiphersIdWithResponse

func (c *ClientWithResponses) PutCiphersIdWithResponse(ctx context.Context, id string, body PutCiphersIdJSONRequestBody, reqEditors ...RequestEditorFn) (*PutCiphersIdResponse, error)

func (*ClientWithResponses) PutCiphersMoveWithBodyWithResponse

func (c *ClientWithResponses) PutCiphersMoveWithBodyWithResponse(ctx context.Context, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*PutCiphersMoveResponse, error)

PutCiphersMoveWithBodyWithResponse request with arbitrary body returning *PutCiphersMoveResponse

func (*ClientWithResponses) PutCiphersMoveWithResponse

func (c *ClientWithResponses) PutCiphersMoveWithResponse(ctx context.Context, body PutCiphersMoveJSONRequestBody, reqEditors ...RequestEditorFn) (*PutCiphersMoveResponse, error)

func (*ClientWithResponses) PutCiphersRestoreWithBodyWithResponse

func (c *ClientWithResponses) PutCiphersRestoreWithBodyWithResponse(ctx context.Context, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*PutCiphersRestoreResponse, error)

PutCiphersRestoreWithBodyWithResponse request with arbitrary body returning *PutCiphersRestoreResponse

func (*ClientWithResponses) PutCiphersRestoreWithResponse

func (c *ClientWithResponses) PutCiphersRestoreWithResponse(ctx context.Context, body PutCiphersRestoreJSONRequestBody, reqEditors ...RequestEditorFn) (*PutCiphersRestoreResponse, error)

func (*ClientWithResponses) PutCiphersShareWithBodyWithResponse

func (c *ClientWithResponses) PutCiphersShareWithBodyWithResponse(ctx context.Context, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*PutCiphersShareResponse, error)

PutCiphersShareWithBodyWithResponse request with arbitrary body returning *PutCiphersShareResponse

func (*ClientWithResponses) PutCiphersShareWithResponse

func (c *ClientWithResponses) PutCiphersShareWithResponse(ctx context.Context, body PutCiphersShareJSONRequestBody, reqEditors ...RequestEditorFn) (*PutCiphersShareResponse, error)

func (*ClientWithResponses) PutDevicesIdWithBodyWithResponse

func (c *ClientWithResponses) PutDevicesIdWithBodyWithResponse(ctx context.Context, id string, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*PutDevicesIdResponse, error)

PutDevicesIdWithBodyWithResponse request with arbitrary body returning *PutDevicesIdResponse

func (*ClientWithResponses) PutDevicesIdWithResponse

func (c *ClientWithResponses) PutDevicesIdWithResponse(ctx context.Context, id string, body PutDevicesIdJSONRequestBody, reqEditors ...RequestEditorFn) (*PutDevicesIdResponse, error)

func (*ClientWithResponses) PutDevicesIdentifierIdentifierClearTokenWithResponse

func (c *ClientWithResponses) PutDevicesIdentifierIdentifierClearTokenWithResponse(ctx context.Context, identifier string, reqEditors ...RequestEditorFn) (*PutDevicesIdentifierIdentifierClearTokenResponse, error)

PutDevicesIdentifierIdentifierClearTokenWithResponse request returning *PutDevicesIdentifierIdentifierClearTokenResponse

func (*ClientWithResponses) PutDevicesIdentifierIdentifierTokenWithBodyWithResponse

func (c *ClientWithResponses) PutDevicesIdentifierIdentifierTokenWithBodyWithResponse(ctx context.Context, identifier string, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*PutDevicesIdentifierIdentifierTokenResponse, error)

PutDevicesIdentifierIdentifierTokenWithBodyWithResponse request with arbitrary body returning *PutDevicesIdentifierIdentifierTokenResponse

func (*ClientWithResponses) PutDevicesIdentifierIdentifierTokenWithResponse

func (c *ClientWithResponses) PutDevicesIdentifierIdentifierTokenWithResponse(ctx context.Context, identifier string, body PutDevicesIdentifierIdentifierTokenJSONRequestBody, reqEditors ...RequestEditorFn) (*PutDevicesIdentifierIdentifierTokenResponse, error)

func (*ClientWithResponses) PutEmergencyAccessIdWithBodyWithResponse

func (c *ClientWithResponses) PutEmergencyAccessIdWithBodyWithResponse(ctx context.Context, id string, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*PutEmergencyAccessIdResponse, error)

PutEmergencyAccessIdWithBodyWithResponse request with arbitrary body returning *PutEmergencyAccessIdResponse

func (*ClientWithResponses) PutEmergencyAccessIdWithResponse

func (c *ClientWithResponses) PutEmergencyAccessIdWithResponse(ctx context.Context, id string, body PutEmergencyAccessIdJSONRequestBody, reqEditors ...RequestEditorFn) (*PutEmergencyAccessIdResponse, error)

func (*ClientWithResponses) PutFoldersIdWithBodyWithResponse

func (c *ClientWithResponses) PutFoldersIdWithBodyWithResponse(ctx context.Context, id string, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*PutFoldersIdResponse, error)

PutFoldersIdWithBodyWithResponse request with arbitrary body returning *PutFoldersIdResponse

func (*ClientWithResponses) PutFoldersIdWithResponse

func (c *ClientWithResponses) PutFoldersIdWithResponse(ctx context.Context, id string, body PutFoldersIdJSONRequestBody, reqEditors ...RequestEditorFn) (*PutFoldersIdResponse, error)

func (*ClientWithResponses) PutOrganizationsIdTaxWithBodyWithResponse

func (c *ClientWithResponses) PutOrganizationsIdTaxWithBodyWithResponse(ctx context.Context, id string, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*PutOrganizationsIdTaxResponse, error)

PutOrganizationsIdTaxWithBodyWithResponse request with arbitrary body returning *PutOrganizationsIdTaxResponse

func (*ClientWithResponses) PutOrganizationsIdTaxWithResponse

func (c *ClientWithResponses) PutOrganizationsIdTaxWithResponse(ctx context.Context, id string, body PutOrganizationsIdTaxJSONRequestBody, reqEditors ...RequestEditorFn) (*PutOrganizationsIdTaxResponse, error)

func (*ClientWithResponses) PutOrganizationsIdTwoFactorDisableWithBodyWithResponse

func (c *ClientWithResponses) PutOrganizationsIdTwoFactorDisableWithBodyWithResponse(ctx context.Context, id string, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*PutOrganizationsIdTwoFactorDisableResponse, error)

PutOrganizationsIdTwoFactorDisableWithBodyWithResponse request with arbitrary body returning *PutOrganizationsIdTwoFactorDisableResponse

func (*ClientWithResponses) PutOrganizationsIdTwoFactorDuoWithBodyWithResponse

func (c *ClientWithResponses) PutOrganizationsIdTwoFactorDuoWithBodyWithResponse(ctx context.Context, id string, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*PutOrganizationsIdTwoFactorDuoResponse, error)

PutOrganizationsIdTwoFactorDuoWithBodyWithResponse request with arbitrary body returning *PutOrganizationsIdTwoFactorDuoResponse

func (*ClientWithResponses) PutOrganizationsIdTwoFactorDuoWithResponse

func (c *ClientWithResponses) PutOrganizationsIdTwoFactorDuoWithResponse(ctx context.Context, id string, body PutOrganizationsIdTwoFactorDuoJSONRequestBody, reqEditors ...RequestEditorFn) (*PutOrganizationsIdTwoFactorDuoResponse, error)

func (*ClientWithResponses) PutOrganizationsIdWithBodyWithResponse

func (c *ClientWithResponses) PutOrganizationsIdWithBodyWithResponse(ctx context.Context, id string, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*PutOrganizationsIdResponse, error)

PutOrganizationsIdWithBodyWithResponse request with arbitrary body returning *PutOrganizationsIdResponse

func (*ClientWithResponses) PutOrganizationsIdWithResponse

func (c *ClientWithResponses) PutOrganizationsIdWithResponse(ctx context.Context, id string, body PutOrganizationsIdJSONRequestBody, reqEditors ...RequestEditorFn) (*PutOrganizationsIdResponse, error)

func (*ClientWithResponses) PutOrganizationsOrgIdCollectionsIdUsersWithBodyWithResponse

func (c *ClientWithResponses) PutOrganizationsOrgIdCollectionsIdUsersWithBodyWithResponse(ctx context.Context, orgId string, id string, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*PutOrganizationsOrgIdCollectionsIdUsersResponse, error)

PutOrganizationsOrgIdCollectionsIdUsersWithBodyWithResponse request with arbitrary body returning *PutOrganizationsOrgIdCollectionsIdUsersResponse

func (*ClientWithResponses) PutOrganizationsOrgIdCollectionsIdWithBodyWithResponse

func (c *ClientWithResponses) PutOrganizationsOrgIdCollectionsIdWithBodyWithResponse(ctx context.Context, orgId string, id string, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*PutOrganizationsOrgIdCollectionsIdResponse, error)

PutOrganizationsOrgIdCollectionsIdWithBodyWithResponse request with arbitrary body returning *PutOrganizationsOrgIdCollectionsIdResponse

func (*ClientWithResponses) PutOrganizationsOrgIdCollectionsIdWithResponse

func (c *ClientWithResponses) PutOrganizationsOrgIdCollectionsIdWithResponse(ctx context.Context, orgId string, id string, body PutOrganizationsOrgIdCollectionsIdJSONRequestBody, reqEditors ...RequestEditorFn) (*PutOrganizationsOrgIdCollectionsIdResponse, error)

func (*ClientWithResponses) PutOrganizationsOrgIdGroupsIdUsersWithBodyWithResponse

func (c *ClientWithResponses) PutOrganizationsOrgIdGroupsIdUsersWithBodyWithResponse(ctx context.Context, orgId string, id string, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*PutOrganizationsOrgIdGroupsIdUsersResponse, error)

PutOrganizationsOrgIdGroupsIdUsersWithBodyWithResponse request with arbitrary body returning *PutOrganizationsOrgIdGroupsIdUsersResponse

func (*ClientWithResponses) PutOrganizationsOrgIdGroupsIdUsersWithResponse

func (c *ClientWithResponses) PutOrganizationsOrgIdGroupsIdUsersWithResponse(ctx context.Context, orgId string, id string, body PutOrganizationsOrgIdGroupsIdUsersJSONRequestBody, reqEditors ...RequestEditorFn) (*PutOrganizationsOrgIdGroupsIdUsersResponse, error)

func (*ClientWithResponses) PutOrganizationsOrgIdGroupsIdWithBodyWithResponse

func (c *ClientWithResponses) PutOrganizationsOrgIdGroupsIdWithBodyWithResponse(ctx context.Context, orgId string, id string, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*PutOrganizationsOrgIdGroupsIdResponse, error)

PutOrganizationsOrgIdGroupsIdWithBodyWithResponse request with arbitrary body returning *PutOrganizationsOrgIdGroupsIdResponse

func (*ClientWithResponses) PutOrganizationsOrgIdGroupsIdWithResponse

func (c *ClientWithResponses) PutOrganizationsOrgIdGroupsIdWithResponse(ctx context.Context, orgId string, id string, body PutOrganizationsOrgIdGroupsIdJSONRequestBody, reqEditors ...RequestEditorFn) (*PutOrganizationsOrgIdGroupsIdResponse, error)

func (*ClientWithResponses) PutOrganizationsOrgIdPoliciesTypeWithBodyWithResponse

func (c *ClientWithResponses) PutOrganizationsOrgIdPoliciesTypeWithBodyWithResponse(ctx context.Context, orgId string, pType int32, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*PutOrganizationsOrgIdPoliciesTypeResponse, error)

PutOrganizationsOrgIdPoliciesTypeWithBodyWithResponse request with arbitrary body returning *PutOrganizationsOrgIdPoliciesTypeResponse

func (*ClientWithResponses) PutOrganizationsOrgIdPoliciesTypeWithResponse

func (c *ClientWithResponses) PutOrganizationsOrgIdPoliciesTypeWithResponse(ctx context.Context, orgId string, pType int32, body PutOrganizationsOrgIdPoliciesTypeJSONRequestBody, reqEditors ...RequestEditorFn) (*PutOrganizationsOrgIdPoliciesTypeResponse, error)

func (*ClientWithResponses) PutOrganizationsOrgIdUsersIdGroupsWithBodyWithResponse

func (c *ClientWithResponses) PutOrganizationsOrgIdUsersIdGroupsWithBodyWithResponse(ctx context.Context, orgId string, id string, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*PutOrganizationsOrgIdUsersIdGroupsResponse, error)

PutOrganizationsOrgIdUsersIdGroupsWithBodyWithResponse request with arbitrary body returning *PutOrganizationsOrgIdUsersIdGroupsResponse

func (*ClientWithResponses) PutOrganizationsOrgIdUsersIdGroupsWithResponse

func (c *ClientWithResponses) PutOrganizationsOrgIdUsersIdGroupsWithResponse(ctx context.Context, orgId string, id string, body PutOrganizationsOrgIdUsersIdGroupsJSONRequestBody, reqEditors ...RequestEditorFn) (*PutOrganizationsOrgIdUsersIdGroupsResponse, error)

func (*ClientWithResponses) PutOrganizationsOrgIdUsersIdResetPasswordWithBodyWithResponse

func (c *ClientWithResponses) PutOrganizationsOrgIdUsersIdResetPasswordWithBodyWithResponse(ctx context.Context, orgId string, id string, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*PutOrganizationsOrgIdUsersIdResetPasswordResponse, error)

PutOrganizationsOrgIdUsersIdResetPasswordWithBodyWithResponse request with arbitrary body returning *PutOrganizationsOrgIdUsersIdResetPasswordResponse

func (*ClientWithResponses) PutOrganizationsOrgIdUsersIdWithBodyWithResponse

func (c *ClientWithResponses) PutOrganizationsOrgIdUsersIdWithBodyWithResponse(ctx context.Context, orgId string, id string, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*PutOrganizationsOrgIdUsersIdResponse, error)

PutOrganizationsOrgIdUsersIdWithBodyWithResponse request with arbitrary body returning *PutOrganizationsOrgIdUsersIdResponse

func (*ClientWithResponses) PutOrganizationsOrgIdUsersIdWithResponse

func (c *ClientWithResponses) PutOrganizationsOrgIdUsersIdWithResponse(ctx context.Context, orgId string, id string, body PutOrganizationsOrgIdUsersIdJSONRequestBody, reqEditors ...RequestEditorFn) (*PutOrganizationsOrgIdUsersIdResponse, error)

func (*ClientWithResponses) PutOrganizationsOrgIdUsersUserIdResetPasswordEnrollmentWithBodyWithResponse

func (c *ClientWithResponses) PutOrganizationsOrgIdUsersUserIdResetPasswordEnrollmentWithBodyWithResponse(ctx context.Context, orgId string, userId string, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*PutOrganizationsOrgIdUsersUserIdResetPasswordEnrollmentResponse, error)

PutOrganizationsOrgIdUsersUserIdResetPasswordEnrollmentWithBodyWithResponse request with arbitrary body returning *PutOrganizationsOrgIdUsersUserIdResetPasswordEnrollmentResponse

func (*ClientWithResponses) PutPushAddOrganizationWithBodyWithResponse

func (c *ClientWithResponses) PutPushAddOrganizationWithBodyWithResponse(ctx context.Context, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*PutPushAddOrganizationResponse, error)

PutPushAddOrganizationWithBodyWithResponse request with arbitrary body returning *PutPushAddOrganizationResponse

func (*ClientWithResponses) PutPushAddOrganizationWithResponse

func (c *ClientWithResponses) PutPushAddOrganizationWithResponse(ctx context.Context, body PutPushAddOrganizationJSONRequestBody, reqEditors ...RequestEditorFn) (*PutPushAddOrganizationResponse, error)

func (*ClientWithResponses) PutPushDeleteOrganizationWithBodyWithResponse

func (c *ClientWithResponses) PutPushDeleteOrganizationWithBodyWithResponse(ctx context.Context, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*PutPushDeleteOrganizationResponse, error)

PutPushDeleteOrganizationWithBodyWithResponse request with arbitrary body returning *PutPushDeleteOrganizationResponse

func (*ClientWithResponses) PutPushDeleteOrganizationWithResponse

func (c *ClientWithResponses) PutPushDeleteOrganizationWithResponse(ctx context.Context, body PutPushDeleteOrganizationJSONRequestBody, reqEditors ...RequestEditorFn) (*PutPushDeleteOrganizationResponse, error)

func (*ClientWithResponses) PutSendsIdRemovePasswordWithResponse

func (c *ClientWithResponses) PutSendsIdRemovePasswordWithResponse(ctx context.Context, id string, reqEditors ...RequestEditorFn) (*PutSendsIdRemovePasswordResponse, error)

PutSendsIdRemovePasswordWithResponse request returning *PutSendsIdRemovePasswordResponse

func (*ClientWithResponses) PutSendsIdWithBodyWithResponse

func (c *ClientWithResponses) PutSendsIdWithBodyWithResponse(ctx context.Context, id string, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*PutSendsIdResponse, error)

PutSendsIdWithBodyWithResponse request with arbitrary body returning *PutSendsIdResponse

func (*ClientWithResponses) PutSendsIdWithResponse

func (c *ClientWithResponses) PutSendsIdWithResponse(ctx context.Context, id string, body PutSendsIdJSONRequestBody, reqEditors ...RequestEditorFn) (*PutSendsIdResponse, error)

func (*ClientWithResponses) PutSettingsDomainsWithBodyWithResponse

func (c *ClientWithResponses) PutSettingsDomainsWithBodyWithResponse(ctx context.Context, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*PutSettingsDomainsResponse, error)

PutSettingsDomainsWithBodyWithResponse request with arbitrary body returning *PutSettingsDomainsResponse

func (*ClientWithResponses) PutSettingsDomainsWithResponse

func (c *ClientWithResponses) PutSettingsDomainsWithResponse(ctx context.Context, body PutSettingsDomainsJSONRequestBody, reqEditors ...RequestEditorFn) (*PutSettingsDomainsResponse, error)

func (*ClientWithResponses) PutTwoFactorAuthenticatorWithBodyWithResponse

func (c *ClientWithResponses) PutTwoFactorAuthenticatorWithBodyWithResponse(ctx context.Context, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*PutTwoFactorAuthenticatorResponse, error)

PutTwoFactorAuthenticatorWithBodyWithResponse request with arbitrary body returning *PutTwoFactorAuthenticatorResponse

func (*ClientWithResponses) PutTwoFactorAuthenticatorWithResponse

func (c *ClientWithResponses) PutTwoFactorAuthenticatorWithResponse(ctx context.Context, body PutTwoFactorAuthenticatorJSONRequestBody, reqEditors ...RequestEditorFn) (*PutTwoFactorAuthenticatorResponse, error)

func (*ClientWithResponses) PutTwoFactorDisableWithBodyWithResponse

func (c *ClientWithResponses) PutTwoFactorDisableWithBodyWithResponse(ctx context.Context, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*PutTwoFactorDisableResponse, error)

PutTwoFactorDisableWithBodyWithResponse request with arbitrary body returning *PutTwoFactorDisableResponse

func (*ClientWithResponses) PutTwoFactorDisableWithResponse

func (c *ClientWithResponses) PutTwoFactorDisableWithResponse(ctx context.Context, body PutTwoFactorDisableJSONRequestBody, reqEditors ...RequestEditorFn) (*PutTwoFactorDisableResponse, error)

func (*ClientWithResponses) PutTwoFactorDuoWithBodyWithResponse

func (c *ClientWithResponses) PutTwoFactorDuoWithBodyWithResponse(ctx context.Context, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*PutTwoFactorDuoResponse, error)

PutTwoFactorDuoWithBodyWithResponse request with arbitrary body returning *PutTwoFactorDuoResponse

func (*ClientWithResponses) PutTwoFactorDuoWithResponse

func (c *ClientWithResponses) PutTwoFactorDuoWithResponse(ctx context.Context, body PutTwoFactorDuoJSONRequestBody, reqEditors ...RequestEditorFn) (*PutTwoFactorDuoResponse, error)

func (*ClientWithResponses) PutTwoFactorEmailWithBodyWithResponse

func (c *ClientWithResponses) PutTwoFactorEmailWithBodyWithResponse(ctx context.Context, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*PutTwoFactorEmailResponse, error)

PutTwoFactorEmailWithBodyWithResponse request with arbitrary body returning *PutTwoFactorEmailResponse

func (*ClientWithResponses) PutTwoFactorEmailWithResponse

func (c *ClientWithResponses) PutTwoFactorEmailWithResponse(ctx context.Context, body PutTwoFactorEmailJSONRequestBody, reqEditors ...RequestEditorFn) (*PutTwoFactorEmailResponse, error)

func (*ClientWithResponses) PutTwoFactorWebauthnWithBodyWithResponse

func (c *ClientWithResponses) PutTwoFactorWebauthnWithBodyWithResponse(ctx context.Context, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*PutTwoFactorWebauthnResponse, error)

PutTwoFactorWebauthnWithBodyWithResponse request with arbitrary body returning *PutTwoFactorWebauthnResponse

func (*ClientWithResponses) PutTwoFactorWebauthnWithResponse

func (c *ClientWithResponses) PutTwoFactorWebauthnWithResponse(ctx context.Context, body PutTwoFactorWebauthnJSONRequestBody, reqEditors ...RequestEditorFn) (*PutTwoFactorWebauthnResponse, error)

func (*ClientWithResponses) PutTwoFactorYubikeyWithBodyWithResponse

func (c *ClientWithResponses) PutTwoFactorYubikeyWithBodyWithResponse(ctx context.Context, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*PutTwoFactorYubikeyResponse, error)

PutTwoFactorYubikeyWithBodyWithResponse request with arbitrary body returning *PutTwoFactorYubikeyResponse

func (*ClientWithResponses) PutTwoFactorYubikeyWithResponse

func (c *ClientWithResponses) PutTwoFactorYubikeyWithResponse(ctx context.Context, body PutTwoFactorYubikeyJSONRequestBody, reqEditors ...RequestEditorFn) (*PutTwoFactorYubikeyResponse, error)

type ClientWithResponsesInterface

type ClientWithResponsesInterface interface {
	// DeleteAccounts request with any body
	DeleteAccountsWithBodyWithResponse(ctx context.Context, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*DeleteAccountsResponse, error)

	DeleteAccountsWithResponse(ctx context.Context, body DeleteAccountsJSONRequestBody, reqEditors ...RequestEditorFn) (*DeleteAccountsResponse, error)

	// PostAccountsApiKey request with any body
	PostAccountsApiKeyWithBodyWithResponse(ctx context.Context, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*PostAccountsApiKeyResponse, error)

	PostAccountsApiKeyWithResponse(ctx context.Context, body PostAccountsApiKeyJSONRequestBody, reqEditors ...RequestEditorFn) (*PostAccountsApiKeyResponse, error)

	// GetAccountsBilling request
	GetAccountsBillingWithResponse(ctx context.Context, reqEditors ...RequestEditorFn) (*GetAccountsBillingResponse, error)

	// PostAccountsCancelPremium request
	PostAccountsCancelPremiumWithResponse(ctx context.Context, reqEditors ...RequestEditorFn) (*PostAccountsCancelPremiumResponse, error)

	// PostAccountsDelete request with any body
	PostAccountsDeleteWithBodyWithResponse(ctx context.Context, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*PostAccountsDeleteResponse, error)

	PostAccountsDeleteWithResponse(ctx context.Context, body PostAccountsDeleteJSONRequestBody, reqEditors ...RequestEditorFn) (*PostAccountsDeleteResponse, error)

	// PostAccountsDeleteRecover request with any body
	PostAccountsDeleteRecoverWithBodyWithResponse(ctx context.Context, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*PostAccountsDeleteRecoverResponse, error)

	PostAccountsDeleteRecoverWithResponse(ctx context.Context, body PostAccountsDeleteRecoverJSONRequestBody, reqEditors ...RequestEditorFn) (*PostAccountsDeleteRecoverResponse, error)

	// PostAccountsDeleteRecoverToken request with any body
	PostAccountsDeleteRecoverTokenWithBodyWithResponse(ctx context.Context, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*PostAccountsDeleteRecoverTokenResponse, error)

	PostAccountsDeleteRecoverTokenWithResponse(ctx context.Context, body PostAccountsDeleteRecoverTokenJSONRequestBody, reqEditors ...RequestEditorFn) (*PostAccountsDeleteRecoverTokenResponse, error)

	// PostAccountsEmail request with any body
	PostAccountsEmailWithBodyWithResponse(ctx context.Context, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*PostAccountsEmailResponse, error)

	PostAccountsEmailWithResponse(ctx context.Context, body PostAccountsEmailJSONRequestBody, reqEditors ...RequestEditorFn) (*PostAccountsEmailResponse, error)

	// PostAccountsEmailToken request with any body
	PostAccountsEmailTokenWithBodyWithResponse(ctx context.Context, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*PostAccountsEmailTokenResponse, error)

	PostAccountsEmailTokenWithResponse(ctx context.Context, body PostAccountsEmailTokenJSONRequestBody, reqEditors ...RequestEditorFn) (*PostAccountsEmailTokenResponse, error)

	// GetAccountsEnterprisePortalSigninToken request
	GetAccountsEnterprisePortalSigninTokenWithResponse(ctx context.Context, reqEditors ...RequestEditorFn) (*GetAccountsEnterprisePortalSigninTokenResponse, error)

	// PostAccountsIapCheck request with any body
	PostAccountsIapCheckWithBodyWithResponse(ctx context.Context, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*PostAccountsIapCheckResponse, error)

	PostAccountsIapCheckWithResponse(ctx context.Context, body PostAccountsIapCheckJSONRequestBody, reqEditors ...RequestEditorFn) (*PostAccountsIapCheckResponse, error)

	// PostAccountsKdf request with any body
	PostAccountsKdfWithBodyWithResponse(ctx context.Context, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*PostAccountsKdfResponse, error)

	PostAccountsKdfWithResponse(ctx context.Context, body PostAccountsKdfJSONRequestBody, reqEditors ...RequestEditorFn) (*PostAccountsKdfResponse, error)

	// PostAccountsKey request with any body
	PostAccountsKeyWithBodyWithResponse(ctx context.Context, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*PostAccountsKeyResponse, error)

	PostAccountsKeyWithResponse(ctx context.Context, body PostAccountsKeyJSONRequestBody, reqEditors ...RequestEditorFn) (*PostAccountsKeyResponse, error)

	// GetAccountsKeys request
	GetAccountsKeysWithResponse(ctx context.Context, reqEditors ...RequestEditorFn) (*GetAccountsKeysResponse, error)

	// PostAccountsKeys request with any body
	PostAccountsKeysWithBodyWithResponse(ctx context.Context, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*PostAccountsKeysResponse, error)

	PostAccountsKeysWithResponse(ctx context.Context, body PostAccountsKeysJSONRequestBody, reqEditors ...RequestEditorFn) (*PostAccountsKeysResponse, error)

	// PostAccountsLicense request with any body
	PostAccountsLicenseWithBodyWithResponse(ctx context.Context, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*PostAccountsLicenseResponse, error)

	// GetAccountsOrganizations request
	GetAccountsOrganizationsWithResponse(ctx context.Context, reqEditors ...RequestEditorFn) (*GetAccountsOrganizationsResponse, error)

	// PostAccountsPassword request with any body
	PostAccountsPasswordWithBodyWithResponse(ctx context.Context, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*PostAccountsPasswordResponse, error)

	PostAccountsPasswordWithResponse(ctx context.Context, body PostAccountsPasswordJSONRequestBody, reqEditors ...RequestEditorFn) (*PostAccountsPasswordResponse, error)

	// PostAccountsPasswordHint request with any body
	PostAccountsPasswordHintWithBodyWithResponse(ctx context.Context, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*PostAccountsPasswordHintResponse, error)

	PostAccountsPasswordHintWithResponse(ctx context.Context, body PostAccountsPasswordHintJSONRequestBody, reqEditors ...RequestEditorFn) (*PostAccountsPasswordHintResponse, error)

	// PostAccountsPayment request with any body
	PostAccountsPaymentWithBodyWithResponse(ctx context.Context, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*PostAccountsPaymentResponse, error)

	PostAccountsPaymentWithResponse(ctx context.Context, body PostAccountsPaymentJSONRequestBody, reqEditors ...RequestEditorFn) (*PostAccountsPaymentResponse, error)

	// PostAccountsPrelogin request with any body
	PostAccountsPreloginWithBodyWithResponse(ctx context.Context, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*PostAccountsPreloginResponse, error)

	PostAccountsPreloginWithResponse(ctx context.Context, body PostAccountsPreloginJSONRequestBody, reqEditors ...RequestEditorFn) (*PostAccountsPreloginResponse, error)

	// PostAccountsPremium request with any body
	PostAccountsPremiumWithBodyWithResponse(ctx context.Context, params *PostAccountsPremiumParams, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*PostAccountsPremiumResponse, error)

	// GetAccountsProfile request
	GetAccountsProfileWithResponse(ctx context.Context, reqEditors ...RequestEditorFn) (*GetAccountsProfileResponse, error)

	// PostAccountsProfile request with any body
	PostAccountsProfileWithBodyWithResponse(ctx context.Context, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*PostAccountsProfileResponse, error)

	PostAccountsProfileWithResponse(ctx context.Context, body PostAccountsProfileJSONRequestBody, reqEditors ...RequestEditorFn) (*PostAccountsProfileResponse, error)

	// PutAccountsProfile request with any body
	PutAccountsProfileWithBodyWithResponse(ctx context.Context, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*PutAccountsProfileResponse, error)

	PutAccountsProfileWithResponse(ctx context.Context, body PutAccountsProfileJSONRequestBody, reqEditors ...RequestEditorFn) (*PutAccountsProfileResponse, error)

	// PostAccountsRegister request with any body
	PostAccountsRegisterWithBodyWithResponse(ctx context.Context, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*PostAccountsRegisterResponse, error)

	PostAccountsRegisterWithResponse(ctx context.Context, body PostAccountsRegisterJSONRequestBody, reqEditors ...RequestEditorFn) (*PostAccountsRegisterResponse, error)

	// PostAccountsReinstatePremium request
	PostAccountsReinstatePremiumWithResponse(ctx context.Context, reqEditors ...RequestEditorFn) (*PostAccountsReinstatePremiumResponse, error)

	// GetAccountsRevisionDate request
	GetAccountsRevisionDateWithResponse(ctx context.Context, reqEditors ...RequestEditorFn) (*GetAccountsRevisionDateResponse, error)

	// PostAccountsRotateApiKey request with any body
	PostAccountsRotateApiKeyWithBodyWithResponse(ctx context.Context, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*PostAccountsRotateApiKeyResponse, error)

	PostAccountsRotateApiKeyWithResponse(ctx context.Context, body PostAccountsRotateApiKeyJSONRequestBody, reqEditors ...RequestEditorFn) (*PostAccountsRotateApiKeyResponse, error)

	// PostAccountsSecurityStamp request with any body
	PostAccountsSecurityStampWithBodyWithResponse(ctx context.Context, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*PostAccountsSecurityStampResponse, error)

	PostAccountsSecurityStampWithResponse(ctx context.Context, body PostAccountsSecurityStampJSONRequestBody, reqEditors ...RequestEditorFn) (*PostAccountsSecurityStampResponse, error)

	// PostAccountsSetPassword request with any body
	PostAccountsSetPasswordWithBodyWithResponse(ctx context.Context, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*PostAccountsSetPasswordResponse, error)

	PostAccountsSetPasswordWithResponse(ctx context.Context, body PostAccountsSetPasswordJSONRequestBody, reqEditors ...RequestEditorFn) (*PostAccountsSetPasswordResponse, error)

	// GetAccountsSsoUserIdentifier request
	GetAccountsSsoUserIdentifierWithResponse(ctx context.Context, reqEditors ...RequestEditorFn) (*GetAccountsSsoUserIdentifierResponse, error)

	// DeleteAccountsSsoOrganizationId request
	DeleteAccountsSsoOrganizationIdWithResponse(ctx context.Context, organizationId string, reqEditors ...RequestEditorFn) (*DeleteAccountsSsoOrganizationIdResponse, error)

	// PostAccountsStorage request with any body
	PostAccountsStorageWithBodyWithResponse(ctx context.Context, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*PostAccountsStorageResponse, error)

	PostAccountsStorageWithResponse(ctx context.Context, body PostAccountsStorageJSONRequestBody, reqEditors ...RequestEditorFn) (*PostAccountsStorageResponse, error)

	// GetAccountsSubscription request
	GetAccountsSubscriptionWithResponse(ctx context.Context, reqEditors ...RequestEditorFn) (*GetAccountsSubscriptionResponse, error)

	// GetAccountsTax request
	GetAccountsTaxWithResponse(ctx context.Context, reqEditors ...RequestEditorFn) (*GetAccountsTaxResponse, error)

	// PutAccountsTax request with any body
	PutAccountsTaxWithBodyWithResponse(ctx context.Context, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*PutAccountsTaxResponse, error)

	PutAccountsTaxWithResponse(ctx context.Context, body PutAccountsTaxJSONRequestBody, reqEditors ...RequestEditorFn) (*PutAccountsTaxResponse, error)

	// PostAccountsVerifyEmail request
	PostAccountsVerifyEmailWithResponse(ctx context.Context, reqEditors ...RequestEditorFn) (*PostAccountsVerifyEmailResponse, error)

	// PostAccountsVerifyEmailToken request with any body
	PostAccountsVerifyEmailTokenWithBodyWithResponse(ctx context.Context, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*PostAccountsVerifyEmailTokenResponse, error)

	PostAccountsVerifyEmailTokenWithResponse(ctx context.Context, body PostAccountsVerifyEmailTokenJSONRequestBody, reqEditors ...RequestEditorFn) (*PostAccountsVerifyEmailTokenResponse, error)

	// PostAccountsVerifyPassword request with any body
	PostAccountsVerifyPasswordWithBodyWithResponse(ctx context.Context, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*PostAccountsVerifyPasswordResponse, error)

	PostAccountsVerifyPasswordWithResponse(ctx context.Context, body PostAccountsVerifyPasswordJSONRequestBody, reqEditors ...RequestEditorFn) (*PostAccountsVerifyPasswordResponse, error)

	// GetAlive request
	GetAliveWithResponse(ctx context.Context, reqEditors ...RequestEditorFn) (*GetAliveResponse, error)

	// PostBitpayInvoice request with any body
	PostBitpayInvoiceWithBodyWithResponse(ctx context.Context, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*PostBitpayInvoiceResponse, error)

	PostBitpayInvoiceWithResponse(ctx context.Context, body PostBitpayInvoiceJSONRequestBody, reqEditors ...RequestEditorFn) (*PostBitpayInvoiceResponse, error)

	// DeleteCiphers request with any body
	DeleteCiphersWithBodyWithResponse(ctx context.Context, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*DeleteCiphersResponse, error)

	DeleteCiphersWithResponse(ctx context.Context, body DeleteCiphersJSONRequestBody, reqEditors ...RequestEditorFn) (*DeleteCiphersResponse, error)

	// GetCiphers request
	GetCiphersWithResponse(ctx context.Context, reqEditors ...RequestEditorFn) (*GetCiphersResponse, error)

	// PostCiphers request with any body
	PostCiphersWithBodyWithResponse(ctx context.Context, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*PostCiphersResponse, error)

	PostCiphersWithResponse(ctx context.Context, body PostCiphersJSONRequestBody, reqEditors ...RequestEditorFn) (*PostCiphersResponse, error)

	// DeleteCiphersAdmin request with any body
	DeleteCiphersAdminWithBodyWithResponse(ctx context.Context, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*DeleteCiphersAdminResponse, error)

	DeleteCiphersAdminWithResponse(ctx context.Context, body DeleteCiphersAdminJSONRequestBody, reqEditors ...RequestEditorFn) (*DeleteCiphersAdminResponse, error)

	// PostCiphersAdmin request with any body
	PostCiphersAdminWithBodyWithResponse(ctx context.Context, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*PostCiphersAdminResponse, error)

	PostCiphersAdminWithResponse(ctx context.Context, body PostCiphersAdminJSONRequestBody, reqEditors ...RequestEditorFn) (*PostCiphersAdminResponse, error)

	// PostCiphersAttachmentValidateAzure request
	PostCiphersAttachmentValidateAzureWithResponse(ctx context.Context, reqEditors ...RequestEditorFn) (*PostCiphersAttachmentValidateAzureResponse, error)

	// PostCiphersCreate request with any body
	PostCiphersCreateWithBodyWithResponse(ctx context.Context, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*PostCiphersCreateResponse, error)

	PostCiphersCreateWithResponse(ctx context.Context, body PostCiphersCreateJSONRequestBody, reqEditors ...RequestEditorFn) (*PostCiphersCreateResponse, error)

	// PostCiphersDelete request with any body
	PostCiphersDeleteWithBodyWithResponse(ctx context.Context, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*PostCiphersDeleteResponse, error)

	PostCiphersDeleteWithResponse(ctx context.Context, body PostCiphersDeleteJSONRequestBody, reqEditors ...RequestEditorFn) (*PostCiphersDeleteResponse, error)

	// PutCiphersDelete request with any body
	PutCiphersDeleteWithBodyWithResponse(ctx context.Context, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*PutCiphersDeleteResponse, error)

	PutCiphersDeleteWithResponse(ctx context.Context, body PutCiphersDeleteJSONRequestBody, reqEditors ...RequestEditorFn) (*PutCiphersDeleteResponse, error)

	// PostCiphersDeleteAdmin request with any body
	PostCiphersDeleteAdminWithBodyWithResponse(ctx context.Context, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*PostCiphersDeleteAdminResponse, error)

	PostCiphersDeleteAdminWithResponse(ctx context.Context, body PostCiphersDeleteAdminJSONRequestBody, reqEditors ...RequestEditorFn) (*PostCiphersDeleteAdminResponse, error)

	// PutCiphersDeleteAdmin request with any body
	PutCiphersDeleteAdminWithBodyWithResponse(ctx context.Context, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*PutCiphersDeleteAdminResponse, error)

	PutCiphersDeleteAdminWithResponse(ctx context.Context, body PutCiphersDeleteAdminJSONRequestBody, reqEditors ...RequestEditorFn) (*PutCiphersDeleteAdminResponse, error)

	// PostCiphersImport request with any body
	PostCiphersImportWithBodyWithResponse(ctx context.Context, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*PostCiphersImportResponse, error)

	PostCiphersImportWithResponse(ctx context.Context, body PostCiphersImportJSONRequestBody, reqEditors ...RequestEditorFn) (*PostCiphersImportResponse, error)

	// PostCiphersImportOrganization request with any body
	PostCiphersImportOrganizationWithBodyWithResponse(ctx context.Context, params *PostCiphersImportOrganizationParams, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*PostCiphersImportOrganizationResponse, error)

	PostCiphersImportOrganizationWithResponse(ctx context.Context, params *PostCiphersImportOrganizationParams, body PostCiphersImportOrganizationJSONRequestBody, reqEditors ...RequestEditorFn) (*PostCiphersImportOrganizationResponse, error)

	// PostCiphersMove request with any body
	PostCiphersMoveWithBodyWithResponse(ctx context.Context, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*PostCiphersMoveResponse, error)

	PostCiphersMoveWithResponse(ctx context.Context, body PostCiphersMoveJSONRequestBody, reqEditors ...RequestEditorFn) (*PostCiphersMoveResponse, error)

	// PutCiphersMove request with any body
	PutCiphersMoveWithBodyWithResponse(ctx context.Context, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*PutCiphersMoveResponse, error)

	PutCiphersMoveWithResponse(ctx context.Context, body PutCiphersMoveJSONRequestBody, reqEditors ...RequestEditorFn) (*PutCiphersMoveResponse, error)

	// GetCiphersOrganizationDetails request
	GetCiphersOrganizationDetailsWithResponse(ctx context.Context, params *GetCiphersOrganizationDetailsParams, reqEditors ...RequestEditorFn) (*GetCiphersOrganizationDetailsResponse, error)

	// PostCiphersPurge request with any body
	PostCiphersPurgeWithBodyWithResponse(ctx context.Context, params *PostCiphersPurgeParams, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*PostCiphersPurgeResponse, error)

	PostCiphersPurgeWithResponse(ctx context.Context, params *PostCiphersPurgeParams, body PostCiphersPurgeJSONRequestBody, reqEditors ...RequestEditorFn) (*PostCiphersPurgeResponse, error)

	// PutCiphersRestore request with any body
	PutCiphersRestoreWithBodyWithResponse(ctx context.Context, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*PutCiphersRestoreResponse, error)

	PutCiphersRestoreWithResponse(ctx context.Context, body PutCiphersRestoreJSONRequestBody, reqEditors ...RequestEditorFn) (*PutCiphersRestoreResponse, error)

	// PostCiphersShare request with any body
	PostCiphersShareWithBodyWithResponse(ctx context.Context, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*PostCiphersShareResponse, error)

	PostCiphersShareWithResponse(ctx context.Context, body PostCiphersShareJSONRequestBody, reqEditors ...RequestEditorFn) (*PostCiphersShareResponse, error)

	// PutCiphersShare request with any body
	PutCiphersShareWithBodyWithResponse(ctx context.Context, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*PutCiphersShareResponse, error)

	PutCiphersShareWithResponse(ctx context.Context, body PutCiphersShareJSONRequestBody, reqEditors ...RequestEditorFn) (*PutCiphersShareResponse, error)

	// DeleteCiphersId request
	DeleteCiphersIdWithResponse(ctx context.Context, id string, reqEditors ...RequestEditorFn) (*DeleteCiphersIdResponse, error)

	// GetCiphersId request
	GetCiphersIdWithResponse(ctx context.Context, id string, reqEditors ...RequestEditorFn) (*GetCiphersIdResponse, error)

	// PostCiphersId request with any body
	PostCiphersIdWithBodyWithResponse(ctx context.Context, id string, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*PostCiphersIdResponse, error)

	PostCiphersIdWithResponse(ctx context.Context, id string, body PostCiphersIdJSONRequestBody, reqEditors ...RequestEditorFn) (*PostCiphersIdResponse, error)

	// PutCiphersId request with any body
	PutCiphersIdWithBodyWithResponse(ctx context.Context, id string, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*PutCiphersIdResponse, error)

	PutCiphersIdWithResponse(ctx context.Context, id string, body PutCiphersIdJSONRequestBody, reqEditors ...RequestEditorFn) (*PutCiphersIdResponse, error)

	// DeleteCiphersIdAdmin request
	DeleteCiphersIdAdminWithResponse(ctx context.Context, id string, reqEditors ...RequestEditorFn) (*DeleteCiphersIdAdminResponse, error)

	// GetCiphersIdAdmin request
	GetCiphersIdAdminWithResponse(ctx context.Context, id string, reqEditors ...RequestEditorFn) (*GetCiphersIdAdminResponse, error)

	// PostCiphersIdAdmin request with any body
	PostCiphersIdAdminWithBodyWithResponse(ctx context.Context, id string, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*PostCiphersIdAdminResponse, error)

	PostCiphersIdAdminWithResponse(ctx context.Context, id string, body PostCiphersIdAdminJSONRequestBody, reqEditors ...RequestEditorFn) (*PostCiphersIdAdminResponse, error)

	// PutCiphersIdAdmin request with any body
	PutCiphersIdAdminWithBodyWithResponse(ctx context.Context, id string, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*PutCiphersIdAdminResponse, error)

	PutCiphersIdAdminWithResponse(ctx context.Context, id string, body PutCiphersIdAdminJSONRequestBody, reqEditors ...RequestEditorFn) (*PutCiphersIdAdminResponse, error)

	// PostCiphersIdAttachment request
	PostCiphersIdAttachmentWithResponse(ctx context.Context, id string, reqEditors ...RequestEditorFn) (*PostCiphersIdAttachmentResponse, error)

	// PostCiphersIdAttachmentAdmin request
	PostCiphersIdAttachmentAdminWithResponse(ctx context.Context, id string, reqEditors ...RequestEditorFn) (*PostCiphersIdAttachmentAdminResponse, error)

	// PostCiphersIdAttachmentV2 request with any body
	PostCiphersIdAttachmentV2WithBodyWithResponse(ctx context.Context, id string, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*PostCiphersIdAttachmentV2Response, error)

	PostCiphersIdAttachmentV2WithResponse(ctx context.Context, id string, body PostCiphersIdAttachmentV2JSONRequestBody, reqEditors ...RequestEditorFn) (*PostCiphersIdAttachmentV2Response, error)

	// DeleteCiphersIdAttachmentAttachmentId request
	DeleteCiphersIdAttachmentAttachmentIdWithResponse(ctx context.Context, id string, attachmentId string, reqEditors ...RequestEditorFn) (*DeleteCiphersIdAttachmentAttachmentIdResponse, error)

	// GetCiphersIdAttachmentAttachmentId request
	GetCiphersIdAttachmentAttachmentIdWithResponse(ctx context.Context, id string, attachmentId string, reqEditors ...RequestEditorFn) (*GetCiphersIdAttachmentAttachmentIdResponse, error)

	// PostCiphersIdAttachmentAttachmentId request
	PostCiphersIdAttachmentAttachmentIdWithResponse(ctx context.Context, id string, attachmentId string, reqEditors ...RequestEditorFn) (*PostCiphersIdAttachmentAttachmentIdResponse, error)

	// DeleteCiphersIdAttachmentAttachmentIdAdmin request
	DeleteCiphersIdAttachmentAttachmentIdAdminWithResponse(ctx context.Context, id string, attachmentId string, reqEditors ...RequestEditorFn) (*DeleteCiphersIdAttachmentAttachmentIdAdminResponse, error)

	// PostCiphersIdAttachmentAttachmentIdDelete request
	PostCiphersIdAttachmentAttachmentIdDeleteWithResponse(ctx context.Context, id string, attachmentId string, reqEditors ...RequestEditorFn) (*PostCiphersIdAttachmentAttachmentIdDeleteResponse, error)

	// PostCiphersIdAttachmentAttachmentIdDeleteAdmin request
	PostCiphersIdAttachmentAttachmentIdDeleteAdminWithResponse(ctx context.Context, id string, attachmentId string, reqEditors ...RequestEditorFn) (*PostCiphersIdAttachmentAttachmentIdDeleteAdminResponse, error)

	// GetCiphersIdAttachmentAttachmentIdRenew request
	GetCiphersIdAttachmentAttachmentIdRenewWithResponse(ctx context.Context, id string, attachmentId string, reqEditors ...RequestEditorFn) (*GetCiphersIdAttachmentAttachmentIdRenewResponse, error)

	// PostCiphersIdAttachmentAttachmentIdShare request
	PostCiphersIdAttachmentAttachmentIdShareWithResponse(ctx context.Context, id string, attachmentId string, params *PostCiphersIdAttachmentAttachmentIdShareParams, reqEditors ...RequestEditorFn) (*PostCiphersIdAttachmentAttachmentIdShareResponse, error)

	// PostCiphersIdCollections request with any body
	PostCiphersIdCollectionsWithBodyWithResponse(ctx context.Context, id string, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*PostCiphersIdCollectionsResponse, error)

	PostCiphersIdCollectionsWithResponse(ctx context.Context, id string, body PostCiphersIdCollectionsJSONRequestBody, reqEditors ...RequestEditorFn) (*PostCiphersIdCollectionsResponse, error)

	// PutCiphersIdCollections request with any body
	PutCiphersIdCollectionsWithBodyWithResponse(ctx context.Context, id string, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*PutCiphersIdCollectionsResponse, error)

	PutCiphersIdCollectionsWithResponse(ctx context.Context, id string, body PutCiphersIdCollectionsJSONRequestBody, reqEditors ...RequestEditorFn) (*PutCiphersIdCollectionsResponse, error)

	// PostCiphersIdCollectionsAdmin request with any body
	PostCiphersIdCollectionsAdminWithBodyWithResponse(ctx context.Context, id string, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*PostCiphersIdCollectionsAdminResponse, error)

	PostCiphersIdCollectionsAdminWithResponse(ctx context.Context, id string, body PostCiphersIdCollectionsAdminJSONRequestBody, reqEditors ...RequestEditorFn) (*PostCiphersIdCollectionsAdminResponse, error)

	// PutCiphersIdCollectionsAdmin request with any body
	PutCiphersIdCollectionsAdminWithBodyWithResponse(ctx context.Context, id string, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*PutCiphersIdCollectionsAdminResponse, error)

	PutCiphersIdCollectionsAdminWithResponse(ctx context.Context, id string, body PutCiphersIdCollectionsAdminJSONRequestBody, reqEditors ...RequestEditorFn) (*PutCiphersIdCollectionsAdminResponse, error)

	// PostCiphersIdDelete request
	PostCiphersIdDeleteWithResponse(ctx context.Context, id string, reqEditors ...RequestEditorFn) (*PostCiphersIdDeleteResponse, error)

	// PutCiphersIdDelete request
	PutCiphersIdDeleteWithResponse(ctx context.Context, id string, reqEditors ...RequestEditorFn) (*PutCiphersIdDeleteResponse, error)

	// PostCiphersIdDeleteAdmin request
	PostCiphersIdDeleteAdminWithResponse(ctx context.Context, id string, reqEditors ...RequestEditorFn) (*PostCiphersIdDeleteAdminResponse, error)

	// PutCiphersIdDeleteAdmin request
	PutCiphersIdDeleteAdminWithResponse(ctx context.Context, id string, reqEditors ...RequestEditorFn) (*PutCiphersIdDeleteAdminResponse, error)

	// GetCiphersIdDetails request
	GetCiphersIdDetailsWithResponse(ctx context.Context, id string, reqEditors ...RequestEditorFn) (*GetCiphersIdDetailsResponse, error)

	// GetCiphersIdEvents request
	GetCiphersIdEventsWithResponse(ctx context.Context, id string, params *GetCiphersIdEventsParams, reqEditors ...RequestEditorFn) (*GetCiphersIdEventsResponse, error)

	// GetCiphersIdFullDetails request
	GetCiphersIdFullDetailsWithResponse(ctx context.Context, id string, reqEditors ...RequestEditorFn) (*GetCiphersIdFullDetailsResponse, error)

	// PostCiphersIdPartial request with any body
	PostCiphersIdPartialWithBodyWithResponse(ctx context.Context, id string, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*PostCiphersIdPartialResponse, error)

	PostCiphersIdPartialWithResponse(ctx context.Context, id string, body PostCiphersIdPartialJSONRequestBody, reqEditors ...RequestEditorFn) (*PostCiphersIdPartialResponse, error)

	// PutCiphersIdPartial request with any body
	PutCiphersIdPartialWithBodyWithResponse(ctx context.Context, id string, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*PutCiphersIdPartialResponse, error)

	PutCiphersIdPartialWithResponse(ctx context.Context, id string, body PutCiphersIdPartialJSONRequestBody, reqEditors ...RequestEditorFn) (*PutCiphersIdPartialResponse, error)

	// PutCiphersIdRestore request
	PutCiphersIdRestoreWithResponse(ctx context.Context, id string, reqEditors ...RequestEditorFn) (*PutCiphersIdRestoreResponse, error)

	// PutCiphersIdRestoreAdmin request
	PutCiphersIdRestoreAdminWithResponse(ctx context.Context, id string, reqEditors ...RequestEditorFn) (*PutCiphersIdRestoreAdminResponse, error)

	// PostCiphersIdShare request with any body
	PostCiphersIdShareWithBodyWithResponse(ctx context.Context, id string, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*PostCiphersIdShareResponse, error)

	PostCiphersIdShareWithResponse(ctx context.Context, id string, body PostCiphersIdShareJSONRequestBody, reqEditors ...RequestEditorFn) (*PostCiphersIdShareResponse, error)

	// PutCiphersIdShare request with any body
	PutCiphersIdShareWithBodyWithResponse(ctx context.Context, id string, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*PutCiphersIdShareResponse, error)

	PutCiphersIdShareWithResponse(ctx context.Context, id string, body PutCiphersIdShareJSONRequestBody, reqEditors ...RequestEditorFn) (*PutCiphersIdShareResponse, error)

	// GetCollections request
	GetCollectionsWithResponse(ctx context.Context, reqEditors ...RequestEditorFn) (*GetCollectionsResponse, error)

	// GetDevices request
	GetDevicesWithResponse(ctx context.Context, reqEditors ...RequestEditorFn) (*GetDevicesResponse, error)

	// PostDevices request with any body
	PostDevicesWithBodyWithResponse(ctx context.Context, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*PostDevicesResponse, error)

	PostDevicesWithResponse(ctx context.Context, body PostDevicesJSONRequestBody, reqEditors ...RequestEditorFn) (*PostDevicesResponse, error)

	// GetDevicesIdentifierIdentifier request
	GetDevicesIdentifierIdentifierWithResponse(ctx context.Context, identifier string, reqEditors ...RequestEditorFn) (*GetDevicesIdentifierIdentifierResponse, error)

	// PostDevicesIdentifierIdentifierClearToken request
	PostDevicesIdentifierIdentifierClearTokenWithResponse(ctx context.Context, identifier string, reqEditors ...RequestEditorFn) (*PostDevicesIdentifierIdentifierClearTokenResponse, error)

	// PutDevicesIdentifierIdentifierClearToken request
	PutDevicesIdentifierIdentifierClearTokenWithResponse(ctx context.Context, identifier string, reqEditors ...RequestEditorFn) (*PutDevicesIdentifierIdentifierClearTokenResponse, error)

	// PostDevicesIdentifierIdentifierToken request with any body
	PostDevicesIdentifierIdentifierTokenWithBodyWithResponse(ctx context.Context, identifier string, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*PostDevicesIdentifierIdentifierTokenResponse, error)

	PostDevicesIdentifierIdentifierTokenWithResponse(ctx context.Context, identifier string, body PostDevicesIdentifierIdentifierTokenJSONRequestBody, reqEditors ...RequestEditorFn) (*PostDevicesIdentifierIdentifierTokenResponse, error)

	// PutDevicesIdentifierIdentifierToken request with any body
	PutDevicesIdentifierIdentifierTokenWithBodyWithResponse(ctx context.Context, identifier string, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*PutDevicesIdentifierIdentifierTokenResponse, error)

	PutDevicesIdentifierIdentifierTokenWithResponse(ctx context.Context, identifier string, body PutDevicesIdentifierIdentifierTokenJSONRequestBody, reqEditors ...RequestEditorFn) (*PutDevicesIdentifierIdentifierTokenResponse, error)

	// DeleteDevicesId request
	DeleteDevicesIdWithResponse(ctx context.Context, id string, reqEditors ...RequestEditorFn) (*DeleteDevicesIdResponse, error)

	// GetDevicesId request
	GetDevicesIdWithResponse(ctx context.Context, id string, reqEditors ...RequestEditorFn) (*GetDevicesIdResponse, error)

	// PostDevicesId request with any body
	PostDevicesIdWithBodyWithResponse(ctx context.Context, id string, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*PostDevicesIdResponse, error)

	PostDevicesIdWithResponse(ctx context.Context, id string, body PostDevicesIdJSONRequestBody, reqEditors ...RequestEditorFn) (*PostDevicesIdResponse, error)

	// PutDevicesId request with any body
	PutDevicesIdWithBodyWithResponse(ctx context.Context, id string, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*PutDevicesIdResponse, error)

	PutDevicesIdWithResponse(ctx context.Context, id string, body PutDevicesIdJSONRequestBody, reqEditors ...RequestEditorFn) (*PutDevicesIdResponse, error)

	// PostDevicesIdDelete request
	PostDevicesIdDeleteWithResponse(ctx context.Context, id string, reqEditors ...RequestEditorFn) (*PostDevicesIdDeleteResponse, error)

	// GetEmergencyAccessGranted request
	GetEmergencyAccessGrantedWithResponse(ctx context.Context, reqEditors ...RequestEditorFn) (*GetEmergencyAccessGrantedResponse, error)

	// PostEmergencyAccessInvite request with any body
	PostEmergencyAccessInviteWithBodyWithResponse(ctx context.Context, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*PostEmergencyAccessInviteResponse, error)

	PostEmergencyAccessInviteWithResponse(ctx context.Context, body PostEmergencyAccessInviteJSONRequestBody, reqEditors ...RequestEditorFn) (*PostEmergencyAccessInviteResponse, error)

	// GetEmergencyAccessTrusted request
	GetEmergencyAccessTrustedWithResponse(ctx context.Context, reqEditors ...RequestEditorFn) (*GetEmergencyAccessTrustedResponse, error)

	// DeleteEmergencyAccessId request
	DeleteEmergencyAccessIdWithResponse(ctx context.Context, id string, reqEditors ...RequestEditorFn) (*DeleteEmergencyAccessIdResponse, error)

	// GetEmergencyAccessId request
	GetEmergencyAccessIdWithResponse(ctx context.Context, id string, reqEditors ...RequestEditorFn) (*GetEmergencyAccessIdResponse, error)

	// PostEmergencyAccessId request with any body
	PostEmergencyAccessIdWithBodyWithResponse(ctx context.Context, id string, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*PostEmergencyAccessIdResponse, error)

	PostEmergencyAccessIdWithResponse(ctx context.Context, id string, body PostEmergencyAccessIdJSONRequestBody, reqEditors ...RequestEditorFn) (*PostEmergencyAccessIdResponse, error)

	// PutEmergencyAccessId request with any body
	PutEmergencyAccessIdWithBodyWithResponse(ctx context.Context, id string, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*PutEmergencyAccessIdResponse, error)

	PutEmergencyAccessIdWithResponse(ctx context.Context, id string, body PutEmergencyAccessIdJSONRequestBody, reqEditors ...RequestEditorFn) (*PutEmergencyAccessIdResponse, error)

	// PostEmergencyAccessIdAccept request with any body
	PostEmergencyAccessIdAcceptWithBodyWithResponse(ctx context.Context, id string, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*PostEmergencyAccessIdAcceptResponse, error)

	PostEmergencyAccessIdAcceptWithResponse(ctx context.Context, id string, body PostEmergencyAccessIdAcceptJSONRequestBody, reqEditors ...RequestEditorFn) (*PostEmergencyAccessIdAcceptResponse, error)

	// PostEmergencyAccessIdApprove request
	PostEmergencyAccessIdApproveWithResponse(ctx context.Context, id string, reqEditors ...RequestEditorFn) (*PostEmergencyAccessIdApproveResponse, error)

	// PostEmergencyAccessIdConfirm request with any body
	PostEmergencyAccessIdConfirmWithBodyWithResponse(ctx context.Context, id string, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*PostEmergencyAccessIdConfirmResponse, error)

	PostEmergencyAccessIdConfirmWithResponse(ctx context.Context, id string, body PostEmergencyAccessIdConfirmJSONRequestBody, reqEditors ...RequestEditorFn) (*PostEmergencyAccessIdConfirmResponse, error)

	// PostEmergencyAccessIdDelete request
	PostEmergencyAccessIdDeleteWithResponse(ctx context.Context, id string, reqEditors ...RequestEditorFn) (*PostEmergencyAccessIdDeleteResponse, error)

	// PostEmergencyAccessIdInitiate request
	PostEmergencyAccessIdInitiateWithResponse(ctx context.Context, id string, reqEditors ...RequestEditorFn) (*PostEmergencyAccessIdInitiateResponse, error)

	// PostEmergencyAccessIdPassword request with any body
	PostEmergencyAccessIdPasswordWithBodyWithResponse(ctx context.Context, id string, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*PostEmergencyAccessIdPasswordResponse, error)

	PostEmergencyAccessIdPasswordWithResponse(ctx context.Context, id string, body PostEmergencyAccessIdPasswordJSONRequestBody, reqEditors ...RequestEditorFn) (*PostEmergencyAccessIdPasswordResponse, error)

	// GetEmergencyAccessIdPolicies request
	GetEmergencyAccessIdPoliciesWithResponse(ctx context.Context, id string, reqEditors ...RequestEditorFn) (*GetEmergencyAccessIdPoliciesResponse, error)

	// PostEmergencyAccessIdReinvite request
	PostEmergencyAccessIdReinviteWithResponse(ctx context.Context, id string, reqEditors ...RequestEditorFn) (*PostEmergencyAccessIdReinviteResponse, error)

	// PostEmergencyAccessIdReject request
	PostEmergencyAccessIdRejectWithResponse(ctx context.Context, id string, reqEditors ...RequestEditorFn) (*PostEmergencyAccessIdRejectResponse, error)

	// PostEmergencyAccessIdTakeover request
	PostEmergencyAccessIdTakeoverWithResponse(ctx context.Context, id string, reqEditors ...RequestEditorFn) (*PostEmergencyAccessIdTakeoverResponse, error)

	// PostEmergencyAccessIdView request
	PostEmergencyAccessIdViewWithResponse(ctx context.Context, id string, reqEditors ...RequestEditorFn) (*PostEmergencyAccessIdViewResponse, error)

	// GetEmergencyAccessIdCipherIdAttachmentAttachmentId request
	GetEmergencyAccessIdCipherIdAttachmentAttachmentIdWithResponse(ctx context.Context, id string, cipherId string, attachmentId string, reqEditors ...RequestEditorFn) (*GetEmergencyAccessIdCipherIdAttachmentAttachmentIdResponse, error)

	// GetEvents request
	GetEventsWithResponse(ctx context.Context, params *GetEventsParams, reqEditors ...RequestEditorFn) (*GetEventsResponse, error)

	// GetFolders request
	GetFoldersWithResponse(ctx context.Context, reqEditors ...RequestEditorFn) (*GetFoldersResponse, error)

	// PostFolders request with any body
	PostFoldersWithBodyWithResponse(ctx context.Context, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*PostFoldersResponse, error)

	PostFoldersWithResponse(ctx context.Context, body PostFoldersJSONRequestBody, reqEditors ...RequestEditorFn) (*PostFoldersResponse, error)

	// DeleteFoldersId request
	DeleteFoldersIdWithResponse(ctx context.Context, id string, reqEditors ...RequestEditorFn) (*DeleteFoldersIdResponse, error)

	// GetFoldersId request
	GetFoldersIdWithResponse(ctx context.Context, id string, reqEditors ...RequestEditorFn) (*GetFoldersIdResponse, error)

	// PostFoldersId request with any body
	PostFoldersIdWithBodyWithResponse(ctx context.Context, id string, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*PostFoldersIdResponse, error)

	PostFoldersIdWithResponse(ctx context.Context, id string, body PostFoldersIdJSONRequestBody, reqEditors ...RequestEditorFn) (*PostFoldersIdResponse, error)

	// PutFoldersId request with any body
	PutFoldersIdWithBodyWithResponse(ctx context.Context, id string, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*PutFoldersIdResponse, error)

	PutFoldersIdWithResponse(ctx context.Context, id string, body PutFoldersIdJSONRequestBody, reqEditors ...RequestEditorFn) (*PutFoldersIdResponse, error)

	// PostFoldersIdDelete request
	PostFoldersIdDeleteWithResponse(ctx context.Context, id string, reqEditors ...RequestEditorFn) (*PostFoldersIdDeleteResponse, error)

	// GetHibpBreach request
	GetHibpBreachWithResponse(ctx context.Context, params *GetHibpBreachParams, reqEditors ...RequestEditorFn) (*GetHibpBreachResponse, error)

	// PostInstallations request with any body
	PostInstallationsWithBodyWithResponse(ctx context.Context, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*PostInstallationsResponse, error)

	PostInstallationsWithResponse(ctx context.Context, body PostInstallationsJSONRequestBody, reqEditors ...RequestEditorFn) (*PostInstallationsResponse, error)

	// GetInstallationsId request
	GetInstallationsIdWithResponse(ctx context.Context, id string, reqEditors ...RequestEditorFn) (*GetInstallationsIdResponse, error)

	// GetIp request
	GetIpWithResponse(ctx context.Context, reqEditors ...RequestEditorFn) (*GetIpResponse, error)

	// GetLicensesOrganizationId request
	GetLicensesOrganizationIdWithResponse(ctx context.Context, id string, params *GetLicensesOrganizationIdParams, reqEditors ...RequestEditorFn) (*GetLicensesOrganizationIdResponse, error)

	// GetLicensesUserId request
	GetLicensesUserIdWithResponse(ctx context.Context, id string, params *GetLicensesUserIdParams, reqEditors ...RequestEditorFn) (*GetLicensesUserIdResponse, error)

	// GetNow request
	GetNowWithResponse(ctx context.Context, reqEditors ...RequestEditorFn) (*GetNowResponse, error)

	// GetOrganizations request
	GetOrganizationsWithResponse(ctx context.Context, reqEditors ...RequestEditorFn) (*GetOrganizationsResponse, error)

	// PostOrganizations request with any body
	PostOrganizationsWithBodyWithResponse(ctx context.Context, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*PostOrganizationsResponse, error)

	PostOrganizationsWithResponse(ctx context.Context, body PostOrganizationsJSONRequestBody, reqEditors ...RequestEditorFn) (*PostOrganizationsResponse, error)

	// PostOrganizationsLicense request with any body
	PostOrganizationsLicenseWithBodyWithResponse(ctx context.Context, params *PostOrganizationsLicenseParams, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*PostOrganizationsLicenseResponse, error)

	// DeleteOrganizationsId request with any body
	DeleteOrganizationsIdWithBodyWithResponse(ctx context.Context, id string, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*DeleteOrganizationsIdResponse, error)

	DeleteOrganizationsIdWithResponse(ctx context.Context, id string, body DeleteOrganizationsIdJSONRequestBody, reqEditors ...RequestEditorFn) (*DeleteOrganizationsIdResponse, error)

	// GetOrganizationsId request
	GetOrganizationsIdWithResponse(ctx context.Context, id string, reqEditors ...RequestEditorFn) (*GetOrganizationsIdResponse, error)

	// PostOrganizationsId request with any body
	PostOrganizationsIdWithBodyWithResponse(ctx context.Context, id string, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*PostOrganizationsIdResponse, error)

	PostOrganizationsIdWithResponse(ctx context.Context, id string, body PostOrganizationsIdJSONRequestBody, reqEditors ...RequestEditorFn) (*PostOrganizationsIdResponse, error)

	// PutOrganizationsId request with any body
	PutOrganizationsIdWithBodyWithResponse(ctx context.Context, id string, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*PutOrganizationsIdResponse, error)

	PutOrganizationsIdWithResponse(ctx context.Context, id string, body PutOrganizationsIdJSONRequestBody, reqEditors ...RequestEditorFn) (*PutOrganizationsIdResponse, error)

	// PostOrganizationsIdApiKey request with any body
	PostOrganizationsIdApiKeyWithBodyWithResponse(ctx context.Context, id string, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*PostOrganizationsIdApiKeyResponse, error)

	PostOrganizationsIdApiKeyWithResponse(ctx context.Context, id string, body PostOrganizationsIdApiKeyJSONRequestBody, reqEditors ...RequestEditorFn) (*PostOrganizationsIdApiKeyResponse, error)

	// GetOrganizationsIdBilling request
	GetOrganizationsIdBillingWithResponse(ctx context.Context, id string, reqEditors ...RequestEditorFn) (*GetOrganizationsIdBillingResponse, error)

	// PostOrganizationsIdCancel request
	PostOrganizationsIdCancelWithResponse(ctx context.Context, id string, reqEditors ...RequestEditorFn) (*PostOrganizationsIdCancelResponse, error)

	// PostOrganizationsIdDelete request with any body
	PostOrganizationsIdDeleteWithBodyWithResponse(ctx context.Context, id string, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*PostOrganizationsIdDeleteResponse, error)

	PostOrganizationsIdDeleteWithResponse(ctx context.Context, id string, body PostOrganizationsIdDeleteJSONRequestBody, reqEditors ...RequestEditorFn) (*PostOrganizationsIdDeleteResponse, error)

	// GetOrganizationsIdEvents request
	GetOrganizationsIdEventsWithResponse(ctx context.Context, id string, params *GetOrganizationsIdEventsParams, reqEditors ...RequestEditorFn) (*GetOrganizationsIdEventsResponse, error)

	// PostOrganizationsIdImport request with any body
	PostOrganizationsIdImportWithBodyWithResponse(ctx context.Context, id string, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*PostOrganizationsIdImportResponse, error)

	PostOrganizationsIdImportWithResponse(ctx context.Context, id string, body PostOrganizationsIdImportJSONRequestBody, reqEditors ...RequestEditorFn) (*PostOrganizationsIdImportResponse, error)

	// GetOrganizationsIdKeys request
	GetOrganizationsIdKeysWithResponse(ctx context.Context, id string, reqEditors ...RequestEditorFn) (*GetOrganizationsIdKeysResponse, error)

	// PostOrganizationsIdKeys request with any body
	PostOrganizationsIdKeysWithBodyWithResponse(ctx context.Context, id string, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*PostOrganizationsIdKeysResponse, error)

	PostOrganizationsIdKeysWithResponse(ctx context.Context, id string, body PostOrganizationsIdKeysJSONRequestBody, reqEditors ...RequestEditorFn) (*PostOrganizationsIdKeysResponse, error)

	// PostOrganizationsIdLeave request
	PostOrganizationsIdLeaveWithResponse(ctx context.Context, id string, reqEditors ...RequestEditorFn) (*PostOrganizationsIdLeaveResponse, error)

	// GetOrganizationsIdLicense request
	GetOrganizationsIdLicenseWithResponse(ctx context.Context, id string, params *GetOrganizationsIdLicenseParams, reqEditors ...RequestEditorFn) (*GetOrganizationsIdLicenseResponse, error)

	// PostOrganizationsIdLicense request with any body
	PostOrganizationsIdLicenseWithBodyWithResponse(ctx context.Context, id string, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*PostOrganizationsIdLicenseResponse, error)

	// PostOrganizationsIdPayment request with any body
	PostOrganizationsIdPaymentWithBodyWithResponse(ctx context.Context, id string, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*PostOrganizationsIdPaymentResponse, error)

	PostOrganizationsIdPaymentWithResponse(ctx context.Context, id string, body PostOrganizationsIdPaymentJSONRequestBody, reqEditors ...RequestEditorFn) (*PostOrganizationsIdPaymentResponse, error)

	// PostOrganizationsIdReinstate request
	PostOrganizationsIdReinstateWithResponse(ctx context.Context, id string, reqEditors ...RequestEditorFn) (*PostOrganizationsIdReinstateResponse, error)

	// PostOrganizationsIdRotateApiKey request with any body
	PostOrganizationsIdRotateApiKeyWithBodyWithResponse(ctx context.Context, id string, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*PostOrganizationsIdRotateApiKeyResponse, error)

	PostOrganizationsIdRotateApiKeyWithResponse(ctx context.Context, id string, body PostOrganizationsIdRotateApiKeyJSONRequestBody, reqEditors ...RequestEditorFn) (*PostOrganizationsIdRotateApiKeyResponse, error)

	// PostOrganizationsIdSeat request with any body
	PostOrganizationsIdSeatWithBodyWithResponse(ctx context.Context, id string, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*PostOrganizationsIdSeatResponse, error)

	PostOrganizationsIdSeatWithResponse(ctx context.Context, id string, body PostOrganizationsIdSeatJSONRequestBody, reqEditors ...RequestEditorFn) (*PostOrganizationsIdSeatResponse, error)

	// PostOrganizationsIdStorage request with any body
	PostOrganizationsIdStorageWithBodyWithResponse(ctx context.Context, id string, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*PostOrganizationsIdStorageResponse, error)

	PostOrganizationsIdStorageWithResponse(ctx context.Context, id string, body PostOrganizationsIdStorageJSONRequestBody, reqEditors ...RequestEditorFn) (*PostOrganizationsIdStorageResponse, error)

	// GetOrganizationsIdSubscription request
	GetOrganizationsIdSubscriptionWithResponse(ctx context.Context, id string, reqEditors ...RequestEditorFn) (*GetOrganizationsIdSubscriptionResponse, error)

	// GetOrganizationsIdTax request
	GetOrganizationsIdTaxWithResponse(ctx context.Context, id string, reqEditors ...RequestEditorFn) (*GetOrganizationsIdTaxResponse, error)

	// PutOrganizationsIdTax request with any body
	PutOrganizationsIdTaxWithBodyWithResponse(ctx context.Context, id string, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*PutOrganizationsIdTaxResponse, error)

	PutOrganizationsIdTaxWithResponse(ctx context.Context, id string, body PutOrganizationsIdTaxJSONRequestBody, reqEditors ...RequestEditorFn) (*PutOrganizationsIdTaxResponse, error)

	// GetOrganizationsIdTwoFactor request
	GetOrganizationsIdTwoFactorWithResponse(ctx context.Context, id string, reqEditors ...RequestEditorFn) (*GetOrganizationsIdTwoFactorResponse, error)

	// PostOrganizationsIdTwoFactorDisable request with any body
	PostOrganizationsIdTwoFactorDisableWithBodyWithResponse(ctx context.Context, id string, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*PostOrganizationsIdTwoFactorDisableResponse, error)

	PostOrganizationsIdTwoFactorDisableWithResponse(ctx context.Context, id string, body PostOrganizationsIdTwoFactorDisableJSONRequestBody, reqEditors ...RequestEditorFn) (*PostOrganizationsIdTwoFactorDisableResponse, error)

	// PutOrganizationsIdTwoFactorDisable request with any body
	PutOrganizationsIdTwoFactorDisableWithBodyWithResponse(ctx context.Context, id string, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*PutOrganizationsIdTwoFactorDisableResponse, error)

	PutOrganizationsIdTwoFactorDisableWithResponse(ctx context.Context, id string, body PutOrganizationsIdTwoFactorDisableJSONRequestBody, reqEditors ...RequestEditorFn) (*PutOrganizationsIdTwoFactorDisableResponse, error)

	// PostOrganizationsIdTwoFactorDuo request with any body
	PostOrganizationsIdTwoFactorDuoWithBodyWithResponse(ctx context.Context, id string, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*PostOrganizationsIdTwoFactorDuoResponse, error)

	PostOrganizationsIdTwoFactorDuoWithResponse(ctx context.Context, id string, body PostOrganizationsIdTwoFactorDuoJSONRequestBody, reqEditors ...RequestEditorFn) (*PostOrganizationsIdTwoFactorDuoResponse, error)

	// PutOrganizationsIdTwoFactorDuo request with any body
	PutOrganizationsIdTwoFactorDuoWithBodyWithResponse(ctx context.Context, id string, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*PutOrganizationsIdTwoFactorDuoResponse, error)

	PutOrganizationsIdTwoFactorDuoWithResponse(ctx context.Context, id string, body PutOrganizationsIdTwoFactorDuoJSONRequestBody, reqEditors ...RequestEditorFn) (*PutOrganizationsIdTwoFactorDuoResponse, error)

	// PostOrganizationsIdTwoFactorGetDuo request with any body
	PostOrganizationsIdTwoFactorGetDuoWithBodyWithResponse(ctx context.Context, id string, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*PostOrganizationsIdTwoFactorGetDuoResponse, error)

	PostOrganizationsIdTwoFactorGetDuoWithResponse(ctx context.Context, id string, body PostOrganizationsIdTwoFactorGetDuoJSONRequestBody, reqEditors ...RequestEditorFn) (*PostOrganizationsIdTwoFactorGetDuoResponse, error)

	// PostOrganizationsIdUpgrade request with any body
	PostOrganizationsIdUpgradeWithBodyWithResponse(ctx context.Context, id string, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*PostOrganizationsIdUpgradeResponse, error)

	PostOrganizationsIdUpgradeWithResponse(ctx context.Context, id string, body PostOrganizationsIdUpgradeJSONRequestBody, reqEditors ...RequestEditorFn) (*PostOrganizationsIdUpgradeResponse, error)

	// PostOrganizationsIdVerifyBank request with any body
	PostOrganizationsIdVerifyBankWithBodyWithResponse(ctx context.Context, id string, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*PostOrganizationsIdVerifyBankResponse, error)

	PostOrganizationsIdVerifyBankWithResponse(ctx context.Context, id string, body PostOrganizationsIdVerifyBankJSONRequestBody, reqEditors ...RequestEditorFn) (*PostOrganizationsIdVerifyBankResponse, error)

	// GetOrganizationsOrgIdCollections request
	GetOrganizationsOrgIdCollectionsWithResponse(ctx context.Context, orgId string, reqEditors ...RequestEditorFn) (*GetOrganizationsOrgIdCollectionsResponse, error)

	// PostOrganizationsOrgIdCollections request with any body
	PostOrganizationsOrgIdCollectionsWithBodyWithResponse(ctx context.Context, orgId string, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*PostOrganizationsOrgIdCollectionsResponse, error)

	PostOrganizationsOrgIdCollectionsWithResponse(ctx context.Context, orgId string, body PostOrganizationsOrgIdCollectionsJSONRequestBody, reqEditors ...RequestEditorFn) (*PostOrganizationsOrgIdCollectionsResponse, error)

	// DeleteOrganizationsOrgIdCollectionsId request
	DeleteOrganizationsOrgIdCollectionsIdWithResponse(ctx context.Context, orgId string, id string, reqEditors ...RequestEditorFn) (*DeleteOrganizationsOrgIdCollectionsIdResponse, error)

	// GetOrganizationsOrgIdCollectionsId request
	GetOrganizationsOrgIdCollectionsIdWithResponse(ctx context.Context, orgId string, id string, reqEditors ...RequestEditorFn) (*GetOrganizationsOrgIdCollectionsIdResponse, error)

	// PostOrganizationsOrgIdCollectionsId request with any body
	PostOrganizationsOrgIdCollectionsIdWithBodyWithResponse(ctx context.Context, orgId string, id string, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*PostOrganizationsOrgIdCollectionsIdResponse, error)

	PostOrganizationsOrgIdCollectionsIdWithResponse(ctx context.Context, orgId string, id string, body PostOrganizationsOrgIdCollectionsIdJSONRequestBody, reqEditors ...RequestEditorFn) (*PostOrganizationsOrgIdCollectionsIdResponse, error)

	// PutOrganizationsOrgIdCollectionsId request with any body
	PutOrganizationsOrgIdCollectionsIdWithBodyWithResponse(ctx context.Context, orgId string, id string, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*PutOrganizationsOrgIdCollectionsIdResponse, error)

	PutOrganizationsOrgIdCollectionsIdWithResponse(ctx context.Context, orgId string, id string, body PutOrganizationsOrgIdCollectionsIdJSONRequestBody, reqEditors ...RequestEditorFn) (*PutOrganizationsOrgIdCollectionsIdResponse, error)

	// PostOrganizationsOrgIdCollectionsIdDelete request
	PostOrganizationsOrgIdCollectionsIdDeleteWithResponse(ctx context.Context, orgId string, id string, reqEditors ...RequestEditorFn) (*PostOrganizationsOrgIdCollectionsIdDeleteResponse, error)

	// PostOrganizationsOrgIdCollectionsIdDeleteUserOrgUserId request
	PostOrganizationsOrgIdCollectionsIdDeleteUserOrgUserIdWithResponse(ctx context.Context, orgId string, id string, orgUserId string, reqEditors ...RequestEditorFn) (*PostOrganizationsOrgIdCollectionsIdDeleteUserOrgUserIdResponse, error)

	// GetOrganizationsOrgIdCollectionsIdDetails request
	GetOrganizationsOrgIdCollectionsIdDetailsWithResponse(ctx context.Context, orgId string, id string, reqEditors ...RequestEditorFn) (*GetOrganizationsOrgIdCollectionsIdDetailsResponse, error)

	// DeleteOrganizationsOrgIdCollectionsIdUserOrgUserId request
	DeleteOrganizationsOrgIdCollectionsIdUserOrgUserIdWithResponse(ctx context.Context, orgId string, id string, orgUserId string, reqEditors ...RequestEditorFn) (*DeleteOrganizationsOrgIdCollectionsIdUserOrgUserIdResponse, error)

	// GetOrganizationsOrgIdCollectionsIdUsers request
	GetOrganizationsOrgIdCollectionsIdUsersWithResponse(ctx context.Context, orgId string, id string, reqEditors ...RequestEditorFn) (*GetOrganizationsOrgIdCollectionsIdUsersResponse, error)

	// PutOrganizationsOrgIdCollectionsIdUsers request with any body
	PutOrganizationsOrgIdCollectionsIdUsersWithBodyWithResponse(ctx context.Context, orgId string, id string, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*PutOrganizationsOrgIdCollectionsIdUsersResponse, error)

	PutOrganizationsOrgIdCollectionsIdUsersWithResponse(ctx context.Context, orgId string, id string, body PutOrganizationsOrgIdCollectionsIdUsersJSONRequestBody, reqEditors ...RequestEditorFn) (*PutOrganizationsOrgIdCollectionsIdUsersResponse, error)

	// GetOrganizationsOrgIdGroups request
	GetOrganizationsOrgIdGroupsWithResponse(ctx context.Context, orgId string, reqEditors ...RequestEditorFn) (*GetOrganizationsOrgIdGroupsResponse, error)

	// PostOrganizationsOrgIdGroups request with any body
	PostOrganizationsOrgIdGroupsWithBodyWithResponse(ctx context.Context, orgId string, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*PostOrganizationsOrgIdGroupsResponse, error)

	PostOrganizationsOrgIdGroupsWithResponse(ctx context.Context, orgId string, body PostOrganizationsOrgIdGroupsJSONRequestBody, reqEditors ...RequestEditorFn) (*PostOrganizationsOrgIdGroupsResponse, error)

	// DeleteOrganizationsOrgIdGroupsId request
	DeleteOrganizationsOrgIdGroupsIdWithResponse(ctx context.Context, orgId string, id string, reqEditors ...RequestEditorFn) (*DeleteOrganizationsOrgIdGroupsIdResponse, error)

	// GetOrganizationsOrgIdGroupsId request
	GetOrganizationsOrgIdGroupsIdWithResponse(ctx context.Context, orgId string, id string, reqEditors ...RequestEditorFn) (*GetOrganizationsOrgIdGroupsIdResponse, error)

	// PostOrganizationsOrgIdGroupsId request with any body
	PostOrganizationsOrgIdGroupsIdWithBodyWithResponse(ctx context.Context, orgId string, id string, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*PostOrganizationsOrgIdGroupsIdResponse, error)

	PostOrganizationsOrgIdGroupsIdWithResponse(ctx context.Context, orgId string, id string, body PostOrganizationsOrgIdGroupsIdJSONRequestBody, reqEditors ...RequestEditorFn) (*PostOrganizationsOrgIdGroupsIdResponse, error)

	// PutOrganizationsOrgIdGroupsId request with any body
	PutOrganizationsOrgIdGroupsIdWithBodyWithResponse(ctx context.Context, orgId string, id string, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*PutOrganizationsOrgIdGroupsIdResponse, error)

	PutOrganizationsOrgIdGroupsIdWithResponse(ctx context.Context, orgId string, id string, body PutOrganizationsOrgIdGroupsIdJSONRequestBody, reqEditors ...RequestEditorFn) (*PutOrganizationsOrgIdGroupsIdResponse, error)

	// PostOrganizationsOrgIdGroupsIdDelete request
	PostOrganizationsOrgIdGroupsIdDeleteWithResponse(ctx context.Context, orgId string, id string, reqEditors ...RequestEditorFn) (*PostOrganizationsOrgIdGroupsIdDeleteResponse, error)

	// PostOrganizationsOrgIdGroupsIdDeleteUserOrgUserId request
	PostOrganizationsOrgIdGroupsIdDeleteUserOrgUserIdWithResponse(ctx context.Context, orgId string, id string, orgUserId string, reqEditors ...RequestEditorFn) (*PostOrganizationsOrgIdGroupsIdDeleteUserOrgUserIdResponse, error)

	// GetOrganizationsOrgIdGroupsIdDetails request
	GetOrganizationsOrgIdGroupsIdDetailsWithResponse(ctx context.Context, orgId string, id string, reqEditors ...RequestEditorFn) (*GetOrganizationsOrgIdGroupsIdDetailsResponse, error)

	// DeleteOrganizationsOrgIdGroupsIdUserOrgUserId request
	DeleteOrganizationsOrgIdGroupsIdUserOrgUserIdWithResponse(ctx context.Context, orgId string, id string, orgUserId string, reqEditors ...RequestEditorFn) (*DeleteOrganizationsOrgIdGroupsIdUserOrgUserIdResponse, error)

	// GetOrganizationsOrgIdGroupsIdUsers request
	GetOrganizationsOrgIdGroupsIdUsersWithResponse(ctx context.Context, orgId string, id string, reqEditors ...RequestEditorFn) (*GetOrganizationsOrgIdGroupsIdUsersResponse, error)

	// PutOrganizationsOrgIdGroupsIdUsers request with any body
	PutOrganizationsOrgIdGroupsIdUsersWithBodyWithResponse(ctx context.Context, orgId string, id string, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*PutOrganizationsOrgIdGroupsIdUsersResponse, error)

	PutOrganizationsOrgIdGroupsIdUsersWithResponse(ctx context.Context, orgId string, id string, body PutOrganizationsOrgIdGroupsIdUsersJSONRequestBody, reqEditors ...RequestEditorFn) (*PutOrganizationsOrgIdGroupsIdUsersResponse, error)

	// GetOrganizationsOrgIdPolicies request
	GetOrganizationsOrgIdPoliciesWithResponse(ctx context.Context, orgId string, reqEditors ...RequestEditorFn) (*GetOrganizationsOrgIdPoliciesResponse, error)

	// GetOrganizationsOrgIdPoliciesToken request
	GetOrganizationsOrgIdPoliciesTokenWithResponse(ctx context.Context, orgId string, params *GetOrganizationsOrgIdPoliciesTokenParams, reqEditors ...RequestEditorFn) (*GetOrganizationsOrgIdPoliciesTokenResponse, error)

	// GetOrganizationsOrgIdPoliciesType request
	GetOrganizationsOrgIdPoliciesTypeWithResponse(ctx context.Context, orgId string, pType int32, reqEditors ...RequestEditorFn) (*GetOrganizationsOrgIdPoliciesTypeResponse, error)

	// PutOrganizationsOrgIdPoliciesType request with any body
	PutOrganizationsOrgIdPoliciesTypeWithBodyWithResponse(ctx context.Context, orgId string, pType int32, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*PutOrganizationsOrgIdPoliciesTypeResponse, error)

	PutOrganizationsOrgIdPoliciesTypeWithResponse(ctx context.Context, orgId string, pType int32, body PutOrganizationsOrgIdPoliciesTypeJSONRequestBody, reqEditors ...RequestEditorFn) (*PutOrganizationsOrgIdPoliciesTypeResponse, error)

	// DeleteOrganizationsOrgIdUsers request with any body
	DeleteOrganizationsOrgIdUsersWithBodyWithResponse(ctx context.Context, orgId string, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*DeleteOrganizationsOrgIdUsersResponse, error)

	DeleteOrganizationsOrgIdUsersWithResponse(ctx context.Context, orgId string, body DeleteOrganizationsOrgIdUsersJSONRequestBody, reqEditors ...RequestEditorFn) (*DeleteOrganizationsOrgIdUsersResponse, error)

	// GetOrganizationsOrgIdUsers request
	GetOrganizationsOrgIdUsersWithResponse(ctx context.Context, orgId string, reqEditors ...RequestEditorFn) (*GetOrganizationsOrgIdUsersResponse, error)

	// PostOrganizationsOrgIdUsersConfirm request with any body
	PostOrganizationsOrgIdUsersConfirmWithBodyWithResponse(ctx context.Context, orgId string, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*PostOrganizationsOrgIdUsersConfirmResponse, error)

	PostOrganizationsOrgIdUsersConfirmWithResponse(ctx context.Context, orgId string, body PostOrganizationsOrgIdUsersConfirmJSONRequestBody, reqEditors ...RequestEditorFn) (*PostOrganizationsOrgIdUsersConfirmResponse, error)

	// PostOrganizationsOrgIdUsersDelete request with any body
	PostOrganizationsOrgIdUsersDeleteWithBodyWithResponse(ctx context.Context, orgId string, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*PostOrganizationsOrgIdUsersDeleteResponse, error)

	PostOrganizationsOrgIdUsersDeleteWithResponse(ctx context.Context, orgId string, body PostOrganizationsOrgIdUsersDeleteJSONRequestBody, reqEditors ...RequestEditorFn) (*PostOrganizationsOrgIdUsersDeleteResponse, error)

	// PostOrganizationsOrgIdUsersInvite request with any body
	PostOrganizationsOrgIdUsersInviteWithBodyWithResponse(ctx context.Context, orgId string, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*PostOrganizationsOrgIdUsersInviteResponse, error)

	PostOrganizationsOrgIdUsersInviteWithResponse(ctx context.Context, orgId string, body PostOrganizationsOrgIdUsersInviteJSONRequestBody, reqEditors ...RequestEditorFn) (*PostOrganizationsOrgIdUsersInviteResponse, error)

	// PostOrganizationsOrgIdUsersPublicKeys request with any body
	PostOrganizationsOrgIdUsersPublicKeysWithBodyWithResponse(ctx context.Context, orgId string, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*PostOrganizationsOrgIdUsersPublicKeysResponse, error)

	PostOrganizationsOrgIdUsersPublicKeysWithResponse(ctx context.Context, orgId string, body PostOrganizationsOrgIdUsersPublicKeysJSONRequestBody, reqEditors ...RequestEditorFn) (*PostOrganizationsOrgIdUsersPublicKeysResponse, error)

	// PostOrganizationsOrgIdUsersReinvite request with any body
	PostOrganizationsOrgIdUsersReinviteWithBodyWithResponse(ctx context.Context, orgId string, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*PostOrganizationsOrgIdUsersReinviteResponse, error)

	PostOrganizationsOrgIdUsersReinviteWithResponse(ctx context.Context, orgId string, body PostOrganizationsOrgIdUsersReinviteJSONRequestBody, reqEditors ...RequestEditorFn) (*PostOrganizationsOrgIdUsersReinviteResponse, error)

	// DeleteOrganizationsOrgIdUsersId request
	DeleteOrganizationsOrgIdUsersIdWithResponse(ctx context.Context, orgId string, id string, reqEditors ...RequestEditorFn) (*DeleteOrganizationsOrgIdUsersIdResponse, error)

	// GetOrganizationsOrgIdUsersId request
	GetOrganizationsOrgIdUsersIdWithResponse(ctx context.Context, orgId string, id string, reqEditors ...RequestEditorFn) (*GetOrganizationsOrgIdUsersIdResponse, error)

	// PostOrganizationsOrgIdUsersId request with any body
	PostOrganizationsOrgIdUsersIdWithBodyWithResponse(ctx context.Context, orgId string, id string, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*PostOrganizationsOrgIdUsersIdResponse, error)

	PostOrganizationsOrgIdUsersIdWithResponse(ctx context.Context, orgId string, id string, body PostOrganizationsOrgIdUsersIdJSONRequestBody, reqEditors ...RequestEditorFn) (*PostOrganizationsOrgIdUsersIdResponse, error)

	// PutOrganizationsOrgIdUsersId request with any body
	PutOrganizationsOrgIdUsersIdWithBodyWithResponse(ctx context.Context, orgId string, id string, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*PutOrganizationsOrgIdUsersIdResponse, error)

	PutOrganizationsOrgIdUsersIdWithResponse(ctx context.Context, orgId string, id string, body PutOrganizationsOrgIdUsersIdJSONRequestBody, reqEditors ...RequestEditorFn) (*PutOrganizationsOrgIdUsersIdResponse, error)

	// PostOrganizationsOrgIdUsersIdAccept request with any body
	PostOrganizationsOrgIdUsersIdAcceptWithBodyWithResponse(ctx context.Context, orgId string, id string, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*PostOrganizationsOrgIdUsersIdAcceptResponse, error)

	PostOrganizationsOrgIdUsersIdAcceptWithResponse(ctx context.Context, orgId string, id string, body PostOrganizationsOrgIdUsersIdAcceptJSONRequestBody, reqEditors ...RequestEditorFn) (*PostOrganizationsOrgIdUsersIdAcceptResponse, error)

	// PostOrganizationsOrgIdUsersIdConfirm request with any body
	PostOrganizationsOrgIdUsersIdConfirmWithBodyWithResponse(ctx context.Context, orgId string, id string, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*PostOrganizationsOrgIdUsersIdConfirmResponse, error)

	PostOrganizationsOrgIdUsersIdConfirmWithResponse(ctx context.Context, orgId string, id string, body PostOrganizationsOrgIdUsersIdConfirmJSONRequestBody, reqEditors ...RequestEditorFn) (*PostOrganizationsOrgIdUsersIdConfirmResponse, error)

	// PostOrganizationsOrgIdUsersIdDelete request
	PostOrganizationsOrgIdUsersIdDeleteWithResponse(ctx context.Context, orgId string, id string, reqEditors ...RequestEditorFn) (*PostOrganizationsOrgIdUsersIdDeleteResponse, error)

	// GetOrganizationsOrgIdUsersIdEvents request
	GetOrganizationsOrgIdUsersIdEventsWithResponse(ctx context.Context, orgId string, id string, params *GetOrganizationsOrgIdUsersIdEventsParams, reqEditors ...RequestEditorFn) (*GetOrganizationsOrgIdUsersIdEventsResponse, error)

	// GetOrganizationsOrgIdUsersIdGroups request
	GetOrganizationsOrgIdUsersIdGroupsWithResponse(ctx context.Context, orgId string, id string, reqEditors ...RequestEditorFn) (*GetOrganizationsOrgIdUsersIdGroupsResponse, error)

	// PostOrganizationsOrgIdUsersIdGroups request with any body
	PostOrganizationsOrgIdUsersIdGroupsWithBodyWithResponse(ctx context.Context, orgId string, id string, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*PostOrganizationsOrgIdUsersIdGroupsResponse, error)

	PostOrganizationsOrgIdUsersIdGroupsWithResponse(ctx context.Context, orgId string, id string, body PostOrganizationsOrgIdUsersIdGroupsJSONRequestBody, reqEditors ...RequestEditorFn) (*PostOrganizationsOrgIdUsersIdGroupsResponse, error)

	// PutOrganizationsOrgIdUsersIdGroups request with any body
	PutOrganizationsOrgIdUsersIdGroupsWithBodyWithResponse(ctx context.Context, orgId string, id string, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*PutOrganizationsOrgIdUsersIdGroupsResponse, error)

	PutOrganizationsOrgIdUsersIdGroupsWithResponse(ctx context.Context, orgId string, id string, body PutOrganizationsOrgIdUsersIdGroupsJSONRequestBody, reqEditors ...RequestEditorFn) (*PutOrganizationsOrgIdUsersIdGroupsResponse, error)

	// PostOrganizationsOrgIdUsersIdReinvite request
	PostOrganizationsOrgIdUsersIdReinviteWithResponse(ctx context.Context, orgId string, id string, reqEditors ...RequestEditorFn) (*PostOrganizationsOrgIdUsersIdReinviteResponse, error)

	// PutOrganizationsOrgIdUsersIdResetPassword request with any body
	PutOrganizationsOrgIdUsersIdResetPasswordWithBodyWithResponse(ctx context.Context, orgId string, id string, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*PutOrganizationsOrgIdUsersIdResetPasswordResponse, error)

	PutOrganizationsOrgIdUsersIdResetPasswordWithResponse(ctx context.Context, orgId string, id string, body PutOrganizationsOrgIdUsersIdResetPasswordJSONRequestBody, reqEditors ...RequestEditorFn) (*PutOrganizationsOrgIdUsersIdResetPasswordResponse, error)

	// GetOrganizationsOrgIdUsersIdResetPasswordDetails request
	GetOrganizationsOrgIdUsersIdResetPasswordDetailsWithResponse(ctx context.Context, orgId string, id string, reqEditors ...RequestEditorFn) (*GetOrganizationsOrgIdUsersIdResetPasswordDetailsResponse, error)

	// PutOrganizationsOrgIdUsersUserIdResetPasswordEnrollment request with any body
	PutOrganizationsOrgIdUsersUserIdResetPasswordEnrollmentWithBodyWithResponse(ctx context.Context, orgId string, userId string, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*PutOrganizationsOrgIdUsersUserIdResetPasswordEnrollmentResponse, error)

	PutOrganizationsOrgIdUsersUserIdResetPasswordEnrollmentWithResponse(ctx context.Context, orgId string, userId string, body PutOrganizationsOrgIdUsersUserIdResetPasswordEnrollmentJSONRequestBody, reqEditors ...RequestEditorFn) (*PutOrganizationsOrgIdUsersUserIdResetPasswordEnrollmentResponse, error)

	// GetPlans request
	GetPlansWithResponse(ctx context.Context, reqEditors ...RequestEditorFn) (*GetPlansResponse, error)

	// GetPlansSalesTaxRates request
	GetPlansSalesTaxRatesWithResponse(ctx context.Context, reqEditors ...RequestEditorFn) (*GetPlansSalesTaxRatesResponse, error)

	// PutPushAddOrganization request with any body
	PutPushAddOrganizationWithBodyWithResponse(ctx context.Context, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*PutPushAddOrganizationResponse, error)

	PutPushAddOrganizationWithResponse(ctx context.Context, body PutPushAddOrganizationJSONRequestBody, reqEditors ...RequestEditorFn) (*PutPushAddOrganizationResponse, error)

	// PutPushDeleteOrganization request with any body
	PutPushDeleteOrganizationWithBodyWithResponse(ctx context.Context, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*PutPushDeleteOrganizationResponse, error)

	PutPushDeleteOrganizationWithResponse(ctx context.Context, body PutPushDeleteOrganizationJSONRequestBody, reqEditors ...RequestEditorFn) (*PutPushDeleteOrganizationResponse, error)

	// PostPushRegister request with any body
	PostPushRegisterWithBodyWithResponse(ctx context.Context, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*PostPushRegisterResponse, error)

	PostPushRegisterWithResponse(ctx context.Context, body PostPushRegisterJSONRequestBody, reqEditors ...RequestEditorFn) (*PostPushRegisterResponse, error)

	// PostPushSend request with any body
	PostPushSendWithBodyWithResponse(ctx context.Context, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*PostPushSendResponse, error)

	PostPushSendWithResponse(ctx context.Context, body PostPushSendJSONRequestBody, reqEditors ...RequestEditorFn) (*PostPushSendResponse, error)

	// DeletePushId request
	DeletePushIdWithResponse(ctx context.Context, id string, reqEditors ...RequestEditorFn) (*DeletePushIdResponse, error)

	// GetSends request
	GetSendsWithResponse(ctx context.Context, reqEditors ...RequestEditorFn) (*GetSendsResponse, error)

	// PostSends request with any body
	PostSendsWithBodyWithResponse(ctx context.Context, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*PostSendsResponse, error)

	PostSendsWithResponse(ctx context.Context, body PostSendsJSONRequestBody, reqEditors ...RequestEditorFn) (*PostSendsResponse, error)

	// PostSendsAccessId request with any body
	PostSendsAccessIdWithBodyWithResponse(ctx context.Context, id string, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*PostSendsAccessIdResponse, error)

	PostSendsAccessIdWithResponse(ctx context.Context, id string, body PostSendsAccessIdJSONRequestBody, reqEditors ...RequestEditorFn) (*PostSendsAccessIdResponse, error)

	// PostSendsFile request
	PostSendsFileWithResponse(ctx context.Context, reqEditors ...RequestEditorFn) (*PostSendsFileResponse, error)

	// PostSendsFileV2 request with any body
	PostSendsFileV2WithBodyWithResponse(ctx context.Context, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*PostSendsFileV2Response, error)

	PostSendsFileV2WithResponse(ctx context.Context, body PostSendsFileV2JSONRequestBody, reqEditors ...RequestEditorFn) (*PostSendsFileV2Response, error)

	// PostSendsFileValidateAzure request
	PostSendsFileValidateAzureWithResponse(ctx context.Context, reqEditors ...RequestEditorFn) (*PostSendsFileValidateAzureResponse, error)

	// PostSendsEncodedSendIdAccessFileFileId request with any body
	PostSendsEncodedSendIdAccessFileFileIdWithBodyWithResponse(ctx context.Context, encodedSendId string, fileId string, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*PostSendsEncodedSendIdAccessFileFileIdResponse, error)

	PostSendsEncodedSendIdAccessFileFileIdWithResponse(ctx context.Context, encodedSendId string, fileId string, body PostSendsEncodedSendIdAccessFileFileIdJSONRequestBody, reqEditors ...RequestEditorFn) (*PostSendsEncodedSendIdAccessFileFileIdResponse, error)

	// DeleteSendsId request
	DeleteSendsIdWithResponse(ctx context.Context, id string, reqEditors ...RequestEditorFn) (*DeleteSendsIdResponse, error)

	// GetSendsId request
	GetSendsIdWithResponse(ctx context.Context, id string, reqEditors ...RequestEditorFn) (*GetSendsIdResponse, error)

	// PutSendsId request with any body
	PutSendsIdWithBodyWithResponse(ctx context.Context, id string, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*PutSendsIdResponse, error)

	PutSendsIdWithResponse(ctx context.Context, id string, body PutSendsIdJSONRequestBody, reqEditors ...RequestEditorFn) (*PutSendsIdResponse, error)

	// GetSendsIdFileFileId request
	GetSendsIdFileFileIdWithResponse(ctx context.Context, id string, fileId string, reqEditors ...RequestEditorFn) (*GetSendsIdFileFileIdResponse, error)

	// PostSendsIdFileFileId request
	PostSendsIdFileFileIdWithResponse(ctx context.Context, id string, fileId string, reqEditors ...RequestEditorFn) (*PostSendsIdFileFileIdResponse, error)

	// PutSendsIdRemovePassword request
	PutSendsIdRemovePasswordWithResponse(ctx context.Context, id string, reqEditors ...RequestEditorFn) (*PutSendsIdRemovePasswordResponse, error)

	// GetSettingsDomains request
	GetSettingsDomainsWithResponse(ctx context.Context, params *GetSettingsDomainsParams, reqEditors ...RequestEditorFn) (*GetSettingsDomainsResponse, error)

	// PostSettingsDomains request with any body
	PostSettingsDomainsWithBodyWithResponse(ctx context.Context, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*PostSettingsDomainsResponse, error)

	PostSettingsDomainsWithResponse(ctx context.Context, body PostSettingsDomainsJSONRequestBody, reqEditors ...RequestEditorFn) (*PostSettingsDomainsResponse, error)

	// PutSettingsDomains request with any body
	PutSettingsDomainsWithBodyWithResponse(ctx context.Context, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*PutSettingsDomainsResponse, error)

	PutSettingsDomainsWithResponse(ctx context.Context, body PutSettingsDomainsJSONRequestBody, reqEditors ...RequestEditorFn) (*PutSettingsDomainsResponse, error)

	// PostSetupPayment request
	PostSetupPaymentWithResponse(ctx context.Context, reqEditors ...RequestEditorFn) (*PostSetupPaymentResponse, error)

	// GetSync request
	GetSyncWithResponse(ctx context.Context, params *GetSyncParams, reqEditors ...RequestEditorFn) (*GetSyncResponse, error)

	// GetTwoFactor request
	GetTwoFactorWithResponse(ctx context.Context, reqEditors ...RequestEditorFn) (*GetTwoFactorResponse, error)

	// PostTwoFactorAuthenticator request with any body
	PostTwoFactorAuthenticatorWithBodyWithResponse(ctx context.Context, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*PostTwoFactorAuthenticatorResponse, error)

	PostTwoFactorAuthenticatorWithResponse(ctx context.Context, body PostTwoFactorAuthenticatorJSONRequestBody, reqEditors ...RequestEditorFn) (*PostTwoFactorAuthenticatorResponse, error)

	// PutTwoFactorAuthenticator request with any body
	PutTwoFactorAuthenticatorWithBodyWithResponse(ctx context.Context, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*PutTwoFactorAuthenticatorResponse, error)

	PutTwoFactorAuthenticatorWithResponse(ctx context.Context, body PutTwoFactorAuthenticatorJSONRequestBody, reqEditors ...RequestEditorFn) (*PutTwoFactorAuthenticatorResponse, error)

	// PostTwoFactorDisable request with any body
	PostTwoFactorDisableWithBodyWithResponse(ctx context.Context, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*PostTwoFactorDisableResponse, error)

	PostTwoFactorDisableWithResponse(ctx context.Context, body PostTwoFactorDisableJSONRequestBody, reqEditors ...RequestEditorFn) (*PostTwoFactorDisableResponse, error)

	// PutTwoFactorDisable request with any body
	PutTwoFactorDisableWithBodyWithResponse(ctx context.Context, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*PutTwoFactorDisableResponse, error)

	PutTwoFactorDisableWithResponse(ctx context.Context, body PutTwoFactorDisableJSONRequestBody, reqEditors ...RequestEditorFn) (*PutTwoFactorDisableResponse, error)

	// PostTwoFactorDuo request with any body
	PostTwoFactorDuoWithBodyWithResponse(ctx context.Context, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*PostTwoFactorDuoResponse, error)

	PostTwoFactorDuoWithResponse(ctx context.Context, body PostTwoFactorDuoJSONRequestBody, reqEditors ...RequestEditorFn) (*PostTwoFactorDuoResponse, error)

	// PutTwoFactorDuo request with any body
	PutTwoFactorDuoWithBodyWithResponse(ctx context.Context, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*PutTwoFactorDuoResponse, error)

	PutTwoFactorDuoWithResponse(ctx context.Context, body PutTwoFactorDuoJSONRequestBody, reqEditors ...RequestEditorFn) (*PutTwoFactorDuoResponse, error)

	// PostTwoFactorEmail request with any body
	PostTwoFactorEmailWithBodyWithResponse(ctx context.Context, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*PostTwoFactorEmailResponse, error)

	PostTwoFactorEmailWithResponse(ctx context.Context, body PostTwoFactorEmailJSONRequestBody, reqEditors ...RequestEditorFn) (*PostTwoFactorEmailResponse, error)

	// PutTwoFactorEmail request with any body
	PutTwoFactorEmailWithBodyWithResponse(ctx context.Context, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*PutTwoFactorEmailResponse, error)

	PutTwoFactorEmailWithResponse(ctx context.Context, body PutTwoFactorEmailJSONRequestBody, reqEditors ...RequestEditorFn) (*PutTwoFactorEmailResponse, error)

	// PostTwoFactorGetAuthenticator request with any body
	PostTwoFactorGetAuthenticatorWithBodyWithResponse(ctx context.Context, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*PostTwoFactorGetAuthenticatorResponse, error)

	PostTwoFactorGetAuthenticatorWithResponse(ctx context.Context, body PostTwoFactorGetAuthenticatorJSONRequestBody, reqEditors ...RequestEditorFn) (*PostTwoFactorGetAuthenticatorResponse, error)

	// PostTwoFactorGetDuo request with any body
	PostTwoFactorGetDuoWithBodyWithResponse(ctx context.Context, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*PostTwoFactorGetDuoResponse, error)

	PostTwoFactorGetDuoWithResponse(ctx context.Context, body PostTwoFactorGetDuoJSONRequestBody, reqEditors ...RequestEditorFn) (*PostTwoFactorGetDuoResponse, error)

	// PostTwoFactorGetEmail request with any body
	PostTwoFactorGetEmailWithBodyWithResponse(ctx context.Context, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*PostTwoFactorGetEmailResponse, error)

	PostTwoFactorGetEmailWithResponse(ctx context.Context, body PostTwoFactorGetEmailJSONRequestBody, reqEditors ...RequestEditorFn) (*PostTwoFactorGetEmailResponse, error)

	// PostTwoFactorGetRecover request with any body
	PostTwoFactorGetRecoverWithBodyWithResponse(ctx context.Context, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*PostTwoFactorGetRecoverResponse, error)

	PostTwoFactorGetRecoverWithResponse(ctx context.Context, body PostTwoFactorGetRecoverJSONRequestBody, reqEditors ...RequestEditorFn) (*PostTwoFactorGetRecoverResponse, error)

	// PostTwoFactorGetWebauthn request with any body
	PostTwoFactorGetWebauthnWithBodyWithResponse(ctx context.Context, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*PostTwoFactorGetWebauthnResponse, error)

	PostTwoFactorGetWebauthnWithResponse(ctx context.Context, body PostTwoFactorGetWebauthnJSONRequestBody, reqEditors ...RequestEditorFn) (*PostTwoFactorGetWebauthnResponse, error)

	// PostTwoFactorGetWebauthnChallenge request with any body
	PostTwoFactorGetWebauthnChallengeWithBodyWithResponse(ctx context.Context, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*PostTwoFactorGetWebauthnChallengeResponse, error)

	PostTwoFactorGetWebauthnChallengeWithResponse(ctx context.Context, body PostTwoFactorGetWebauthnChallengeJSONRequestBody, reqEditors ...RequestEditorFn) (*PostTwoFactorGetWebauthnChallengeResponse, error)

	// PostTwoFactorGetYubikey request with any body
	PostTwoFactorGetYubikeyWithBodyWithResponse(ctx context.Context, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*PostTwoFactorGetYubikeyResponse, error)

	PostTwoFactorGetYubikeyWithResponse(ctx context.Context, body PostTwoFactorGetYubikeyJSONRequestBody, reqEditors ...RequestEditorFn) (*PostTwoFactorGetYubikeyResponse, error)

	// PostTwoFactorRecover request with any body
	PostTwoFactorRecoverWithBodyWithResponse(ctx context.Context, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*PostTwoFactorRecoverResponse, error)

	PostTwoFactorRecoverWithResponse(ctx context.Context, body PostTwoFactorRecoverJSONRequestBody, reqEditors ...RequestEditorFn) (*PostTwoFactorRecoverResponse, error)

	// PostTwoFactorSendEmail request with any body
	PostTwoFactorSendEmailWithBodyWithResponse(ctx context.Context, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*PostTwoFactorSendEmailResponse, error)

	PostTwoFactorSendEmailWithResponse(ctx context.Context, body PostTwoFactorSendEmailJSONRequestBody, reqEditors ...RequestEditorFn) (*PostTwoFactorSendEmailResponse, error)

	// PostTwoFactorSendEmailLogin request with any body
	PostTwoFactorSendEmailLoginWithBodyWithResponse(ctx context.Context, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*PostTwoFactorSendEmailLoginResponse, error)

	PostTwoFactorSendEmailLoginWithResponse(ctx context.Context, body PostTwoFactorSendEmailLoginJSONRequestBody, reqEditors ...RequestEditorFn) (*PostTwoFactorSendEmailLoginResponse, error)

	// DeleteTwoFactorWebauthn request with any body
	DeleteTwoFactorWebauthnWithBodyWithResponse(ctx context.Context, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*DeleteTwoFactorWebauthnResponse, error)

	DeleteTwoFactorWebauthnWithResponse(ctx context.Context, body DeleteTwoFactorWebauthnJSONRequestBody, reqEditors ...RequestEditorFn) (*DeleteTwoFactorWebauthnResponse, error)

	// PostTwoFactorWebauthn request with any body
	PostTwoFactorWebauthnWithBodyWithResponse(ctx context.Context, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*PostTwoFactorWebauthnResponse, error)

	PostTwoFactorWebauthnWithResponse(ctx context.Context, body PostTwoFactorWebauthnJSONRequestBody, reqEditors ...RequestEditorFn) (*PostTwoFactorWebauthnResponse, error)

	// PutTwoFactorWebauthn request with any body
	PutTwoFactorWebauthnWithBodyWithResponse(ctx context.Context, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*PutTwoFactorWebauthnResponse, error)

	PutTwoFactorWebauthnWithResponse(ctx context.Context, body PutTwoFactorWebauthnJSONRequestBody, reqEditors ...RequestEditorFn) (*PutTwoFactorWebauthnResponse, error)

	// PostTwoFactorYubikey request with any body
	PostTwoFactorYubikeyWithBodyWithResponse(ctx context.Context, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*PostTwoFactorYubikeyResponse, error)

	PostTwoFactorYubikeyWithResponse(ctx context.Context, body PostTwoFactorYubikeyJSONRequestBody, reqEditors ...RequestEditorFn) (*PostTwoFactorYubikeyResponse, error)

	// PutTwoFactorYubikey request with any body
	PutTwoFactorYubikeyWithBodyWithResponse(ctx context.Context, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*PutTwoFactorYubikeyResponse, error)

	PutTwoFactorYubikeyWithResponse(ctx context.Context, body PutTwoFactorYubikeyJSONRequestBody, reqEditors ...RequestEditorFn) (*PutTwoFactorYubikeyResponse, error)

	// GetUsersIdPublicKey request
	GetUsersIdPublicKeyWithResponse(ctx context.Context, id string, reqEditors ...RequestEditorFn) (*GetUsersIdPublicKeyResponse, error)

	// GetVersion request
	GetVersionWithResponse(ctx context.Context, reqEditors ...RequestEditorFn) (*GetVersionResponse, error)
}

ClientWithResponsesInterface is the interface specification for the client with responses above.

type CollectionDetailsResponseModel

type CollectionDetailsResponseModel struct {
	ExternalId     *string `json:"externalId"`
	HidePasswords  *bool   `json:"hidePasswords,omitempty"`
	Id             *string `json:"id"`
	Name           *string `json:"name"`
	Object         *string `json:"object"`
	OrganizationId *string `json:"organizationId"`
	ReadOnly       *bool   `json:"readOnly,omitempty"`
}

CollectionDetailsResponseModel defines model for CollectionDetailsResponseModel.

type CollectionDetailsResponseModelListResponseModel

type CollectionDetailsResponseModelListResponseModel struct {
	ContinuationToken *string                           `json:"continuationToken"`
	Data              *[]CollectionDetailsResponseModel `json:"data"`
	Object            *string                           `json:"object"`
}

CollectionDetailsResponseModelListResponseModel defines model for CollectionDetailsResponseModelListResponseModel.

type CollectionGroupDetailsResponseModel

type CollectionGroupDetailsResponseModel struct {
	ExternalId     *string                           `json:"externalId"`
	Groups         *[]SelectionReadOnlyResponseModel `json:"groups"`
	Id             *string                           `json:"id"`
	Name           *string                           `json:"name"`
	Object         *string                           `json:"object"`
	OrganizationId *string                           `json:"organizationId"`
}

CollectionGroupDetailsResponseModel defines model for CollectionGroupDetailsResponseModel.

type CollectionRequestModel

type CollectionRequestModel struct {
	ExternalId *string                          `json:"externalId"`
	Groups     *[]SelectionReadOnlyRequestModel `json:"groups"`
	Name       string                           `json:"name"`
}

CollectionRequestModel defines model for CollectionRequestModel.

type CollectionResponseModel

type CollectionResponseModel struct {
	ExternalId     *string `json:"externalId"`
	Id             *string `json:"id"`
	Name           *string `json:"name"`
	Object         *string `json:"object"`
	OrganizationId *string `json:"organizationId"`
}

CollectionResponseModel defines model for CollectionResponseModel.

type CollectionResponseModelListResponseModel

type CollectionResponseModelListResponseModel struct {
	ContinuationToken *string                    `json:"continuationToken"`
	Data              *[]CollectionResponseModel `json:"data"`
	Object            *string                    `json:"object"`
}

CollectionResponseModelListResponseModel defines model for CollectionResponseModelListResponseModel.

type CredentialCreateOptions

type CredentialCreateOptions struct {
	Attestation            *AttestationConveyancePreference      `json:"attestation,omitempty"`
	AuthenticatorSelection *AuthenticatorSelection               `json:"authenticatorSelection,omitempty"`
	Challenge              *[]byte                               `json:"challenge"`
	ErrorMessage           *string                               `json:"errorMessage"`
	ExcludeCredentials     *[]PublicKeyCredentialDescriptor      `json:"excludeCredentials"`
	Extensions             *AuthenticationExtensionsClientInputs `json:"extensions,omitempty"`
	PubKeyCredParams       *[]PubKeyCredParam                    `json:"pubKeyCredParams"`
	Rp                     *PublicKeyCredentialRpEntity          `json:"rp,omitempty"`
	Status                 *string                               `json:"status"`
	Timeout                *int64                                `json:"timeout,omitempty"`
	User                   *Fido2User                            `json:"user,omitempty"`
}

CredentialCreateOptions defines model for CredentialCreateOptions.

type DeleteAccountRequestModel

type DeleteAccountRequestModel struct {
	MasterPasswordHash string `json:"masterPasswordHash"`
}

DeleteAccountRequestModel defines model for DeleteAccountRequestModel.

type DeleteAccountsJSONBody

type DeleteAccountsJSONBody DeleteAccountRequestModel

DeleteAccountsJSONBody defines parameters for DeleteAccounts.

type DeleteAccountsJSONRequestBody

type DeleteAccountsJSONRequestBody DeleteAccountsJSONBody

DeleteAccountsJSONRequestBody defines body for DeleteAccounts for application/json ContentType.

type DeleteAccountsResponse

type DeleteAccountsResponse struct {
	Body         []byte
	HTTPResponse *http.Response
}

func ParseDeleteAccountsResponse

func ParseDeleteAccountsResponse(rsp *http.Response) (*DeleteAccountsResponse, error)

ParseDeleteAccountsResponse parses an HTTP response from a DeleteAccountsWithResponse call

func (DeleteAccountsResponse) Status

func (r DeleteAccountsResponse) Status() string

Status returns HTTPResponse.Status

func (DeleteAccountsResponse) StatusCode

func (r DeleteAccountsResponse) StatusCode() int

StatusCode returns HTTPResponse.StatusCode

type DeleteAccountsSsoOrganizationIdResponse

type DeleteAccountsSsoOrganizationIdResponse struct {
	Body         []byte
	HTTPResponse *http.Response
}

func ParseDeleteAccountsSsoOrganizationIdResponse

func ParseDeleteAccountsSsoOrganizationIdResponse(rsp *http.Response) (*DeleteAccountsSsoOrganizationIdResponse, error)

ParseDeleteAccountsSsoOrganizationIdResponse parses an HTTP response from a DeleteAccountsSsoOrganizationIdWithResponse call

func (DeleteAccountsSsoOrganizationIdResponse) Status

Status returns HTTPResponse.Status

func (DeleteAccountsSsoOrganizationIdResponse) StatusCode

StatusCode returns HTTPResponse.StatusCode

type DeleteCiphersAdminJSONBody

type DeleteCiphersAdminJSONBody CipherBulkDeleteRequestModel

DeleteCiphersAdminJSONBody defines parameters for DeleteCiphersAdmin.

type DeleteCiphersAdminJSONRequestBody

type DeleteCiphersAdminJSONRequestBody DeleteCiphersAdminJSONBody

DeleteCiphersAdminJSONRequestBody defines body for DeleteCiphersAdmin for application/json ContentType.

type DeleteCiphersAdminResponse

type DeleteCiphersAdminResponse struct {
	Body         []byte
	HTTPResponse *http.Response
}

func ParseDeleteCiphersAdminResponse

func ParseDeleteCiphersAdminResponse(rsp *http.Response) (*DeleteCiphersAdminResponse, error)

ParseDeleteCiphersAdminResponse parses an HTTP response from a DeleteCiphersAdminWithResponse call

func (DeleteCiphersAdminResponse) Status

Status returns HTTPResponse.Status

func (DeleteCiphersAdminResponse) StatusCode

func (r DeleteCiphersAdminResponse) StatusCode() int

StatusCode returns HTTPResponse.StatusCode

type DeleteCiphersIdAdminResponse

type DeleteCiphersIdAdminResponse struct {
	Body         []byte
	HTTPResponse *http.Response
}

func ParseDeleteCiphersIdAdminResponse

func ParseDeleteCiphersIdAdminResponse(rsp *http.Response) (*DeleteCiphersIdAdminResponse, error)

ParseDeleteCiphersIdAdminResponse parses an HTTP response from a DeleteCiphersIdAdminWithResponse call

func (DeleteCiphersIdAdminResponse) Status

Status returns HTTPResponse.Status

func (DeleteCiphersIdAdminResponse) StatusCode

func (r DeleteCiphersIdAdminResponse) StatusCode() int

StatusCode returns HTTPResponse.StatusCode

type DeleteCiphersIdAttachmentAttachmentIdAdminResponse

type DeleteCiphersIdAttachmentAttachmentIdAdminResponse struct {
	Body         []byte
	HTTPResponse *http.Response
}

func ParseDeleteCiphersIdAttachmentAttachmentIdAdminResponse

func ParseDeleteCiphersIdAttachmentAttachmentIdAdminResponse(rsp *http.Response) (*DeleteCiphersIdAttachmentAttachmentIdAdminResponse, error)

ParseDeleteCiphersIdAttachmentAttachmentIdAdminResponse parses an HTTP response from a DeleteCiphersIdAttachmentAttachmentIdAdminWithResponse call

func (DeleteCiphersIdAttachmentAttachmentIdAdminResponse) Status

Status returns HTTPResponse.Status

func (DeleteCiphersIdAttachmentAttachmentIdAdminResponse) StatusCode

StatusCode returns HTTPResponse.StatusCode

type DeleteCiphersIdAttachmentAttachmentIdResponse

type DeleteCiphersIdAttachmentAttachmentIdResponse struct {
	Body         []byte
	HTTPResponse *http.Response
}

func ParseDeleteCiphersIdAttachmentAttachmentIdResponse

func ParseDeleteCiphersIdAttachmentAttachmentIdResponse(rsp *http.Response) (*DeleteCiphersIdAttachmentAttachmentIdResponse, error)

ParseDeleteCiphersIdAttachmentAttachmentIdResponse parses an HTTP response from a DeleteCiphersIdAttachmentAttachmentIdWithResponse call

func (DeleteCiphersIdAttachmentAttachmentIdResponse) Status

Status returns HTTPResponse.Status

func (DeleteCiphersIdAttachmentAttachmentIdResponse) StatusCode

StatusCode returns HTTPResponse.StatusCode

type DeleteCiphersIdResponse

type DeleteCiphersIdResponse struct {
	Body         []byte
	HTTPResponse *http.Response
}

func ParseDeleteCiphersIdResponse

func ParseDeleteCiphersIdResponse(rsp *http.Response) (*DeleteCiphersIdResponse, error)

ParseDeleteCiphersIdResponse parses an HTTP response from a DeleteCiphersIdWithResponse call

func (DeleteCiphersIdResponse) Status

func (r DeleteCiphersIdResponse) Status() string

Status returns HTTPResponse.Status

func (DeleteCiphersIdResponse) StatusCode

func (r DeleteCiphersIdResponse) StatusCode() int

StatusCode returns HTTPResponse.StatusCode

type DeleteCiphersJSONBody

type DeleteCiphersJSONBody CipherBulkDeleteRequestModel

DeleteCiphersJSONBody defines parameters for DeleteCiphers.

type DeleteCiphersJSONRequestBody

type DeleteCiphersJSONRequestBody DeleteCiphersJSONBody

DeleteCiphersJSONRequestBody defines body for DeleteCiphers for application/json ContentType.

type DeleteCiphersResponse

type DeleteCiphersResponse struct {
	Body         []byte
	HTTPResponse *http.Response
}

func ParseDeleteCiphersResponse

func ParseDeleteCiphersResponse(rsp *http.Response) (*DeleteCiphersResponse, error)

ParseDeleteCiphersResponse parses an HTTP response from a DeleteCiphersWithResponse call

func (DeleteCiphersResponse) Status

func (r DeleteCiphersResponse) Status() string

Status returns HTTPResponse.Status

func (DeleteCiphersResponse) StatusCode

func (r DeleteCiphersResponse) StatusCode() int

StatusCode returns HTTPResponse.StatusCode

type DeleteDevicesIdResponse

type DeleteDevicesIdResponse struct {
	Body         []byte
	HTTPResponse *http.Response
}

func ParseDeleteDevicesIdResponse

func ParseDeleteDevicesIdResponse(rsp *http.Response) (*DeleteDevicesIdResponse, error)

ParseDeleteDevicesIdResponse parses an HTTP response from a DeleteDevicesIdWithResponse call

func (DeleteDevicesIdResponse) Status

func (r DeleteDevicesIdResponse) Status() string

Status returns HTTPResponse.Status

func (DeleteDevicesIdResponse) StatusCode

func (r DeleteDevicesIdResponse) StatusCode() int

StatusCode returns HTTPResponse.StatusCode

type DeleteEmergencyAccessIdResponse

type DeleteEmergencyAccessIdResponse struct {
	Body         []byte
	HTTPResponse *http.Response
}

func ParseDeleteEmergencyAccessIdResponse

func ParseDeleteEmergencyAccessIdResponse(rsp *http.Response) (*DeleteEmergencyAccessIdResponse, error)

ParseDeleteEmergencyAccessIdResponse parses an HTTP response from a DeleteEmergencyAccessIdWithResponse call

func (DeleteEmergencyAccessIdResponse) Status

Status returns HTTPResponse.Status

func (DeleteEmergencyAccessIdResponse) StatusCode

func (r DeleteEmergencyAccessIdResponse) StatusCode() int

StatusCode returns HTTPResponse.StatusCode

type DeleteFoldersIdResponse

type DeleteFoldersIdResponse struct {
	Body         []byte
	HTTPResponse *http.Response
}

func ParseDeleteFoldersIdResponse

func ParseDeleteFoldersIdResponse(rsp *http.Response) (*DeleteFoldersIdResponse, error)

ParseDeleteFoldersIdResponse parses an HTTP response from a DeleteFoldersIdWithResponse call

func (DeleteFoldersIdResponse) Status

func (r DeleteFoldersIdResponse) Status() string

Status returns HTTPResponse.Status

func (DeleteFoldersIdResponse) StatusCode

func (r DeleteFoldersIdResponse) StatusCode() int

StatusCode returns HTTPResponse.StatusCode

type DeleteOrganizationsIdJSONBody

type DeleteOrganizationsIdJSONBody OrganizationDeleteRequestModel

DeleteOrganizationsIdJSONBody defines parameters for DeleteOrganizationsId.

type DeleteOrganizationsIdJSONRequestBody

type DeleteOrganizationsIdJSONRequestBody DeleteOrganizationsIdJSONBody

DeleteOrganizationsIdJSONRequestBody defines body for DeleteOrganizationsId for application/json ContentType.

type DeleteOrganizationsIdResponse

type DeleteOrganizationsIdResponse struct {
	Body         []byte
	HTTPResponse *http.Response
}

func ParseDeleteOrganizationsIdResponse

func ParseDeleteOrganizationsIdResponse(rsp *http.Response) (*DeleteOrganizationsIdResponse, error)

ParseDeleteOrganizationsIdResponse parses an HTTP response from a DeleteOrganizationsIdWithResponse call

func (DeleteOrganizationsIdResponse) Status

Status returns HTTPResponse.Status

func (DeleteOrganizationsIdResponse) StatusCode

func (r DeleteOrganizationsIdResponse) StatusCode() int

StatusCode returns HTTPResponse.StatusCode

type DeleteOrganizationsOrgIdCollectionsIdResponse

type DeleteOrganizationsOrgIdCollectionsIdResponse struct {
	Body         []byte
	HTTPResponse *http.Response
}

func ParseDeleteOrganizationsOrgIdCollectionsIdResponse

func ParseDeleteOrganizationsOrgIdCollectionsIdResponse(rsp *http.Response) (*DeleteOrganizationsOrgIdCollectionsIdResponse, error)

ParseDeleteOrganizationsOrgIdCollectionsIdResponse parses an HTTP response from a DeleteOrganizationsOrgIdCollectionsIdWithResponse call

func (DeleteOrganizationsOrgIdCollectionsIdResponse) Status

Status returns HTTPResponse.Status

func (DeleteOrganizationsOrgIdCollectionsIdResponse) StatusCode

StatusCode returns HTTPResponse.StatusCode

type DeleteOrganizationsOrgIdCollectionsIdUserOrgUserIdResponse

type DeleteOrganizationsOrgIdCollectionsIdUserOrgUserIdResponse struct {
	Body         []byte
	HTTPResponse *http.Response
}

func ParseDeleteOrganizationsOrgIdCollectionsIdUserOrgUserIdResponse

func ParseDeleteOrganizationsOrgIdCollectionsIdUserOrgUserIdResponse(rsp *http.Response) (*DeleteOrganizationsOrgIdCollectionsIdUserOrgUserIdResponse, error)

ParseDeleteOrganizationsOrgIdCollectionsIdUserOrgUserIdResponse parses an HTTP response from a DeleteOrganizationsOrgIdCollectionsIdUserOrgUserIdWithResponse call

func (DeleteOrganizationsOrgIdCollectionsIdUserOrgUserIdResponse) Status

Status returns HTTPResponse.Status

func (DeleteOrganizationsOrgIdCollectionsIdUserOrgUserIdResponse) StatusCode

StatusCode returns HTTPResponse.StatusCode

type DeleteOrganizationsOrgIdGroupsIdResponse

type DeleteOrganizationsOrgIdGroupsIdResponse struct {
	Body         []byte
	HTTPResponse *http.Response
}

func ParseDeleteOrganizationsOrgIdGroupsIdResponse

func ParseDeleteOrganizationsOrgIdGroupsIdResponse(rsp *http.Response) (*DeleteOrganizationsOrgIdGroupsIdResponse, error)

ParseDeleteOrganizationsOrgIdGroupsIdResponse parses an HTTP response from a DeleteOrganizationsOrgIdGroupsIdWithResponse call

func (DeleteOrganizationsOrgIdGroupsIdResponse) Status

Status returns HTTPResponse.Status

func (DeleteOrganizationsOrgIdGroupsIdResponse) StatusCode

StatusCode returns HTTPResponse.StatusCode

type DeleteOrganizationsOrgIdGroupsIdUserOrgUserIdResponse

type DeleteOrganizationsOrgIdGroupsIdUserOrgUserIdResponse struct {
	Body         []byte
	HTTPResponse *http.Response
}

func ParseDeleteOrganizationsOrgIdGroupsIdUserOrgUserIdResponse

func ParseDeleteOrganizationsOrgIdGroupsIdUserOrgUserIdResponse(rsp *http.Response) (*DeleteOrganizationsOrgIdGroupsIdUserOrgUserIdResponse, error)

ParseDeleteOrganizationsOrgIdGroupsIdUserOrgUserIdResponse parses an HTTP response from a DeleteOrganizationsOrgIdGroupsIdUserOrgUserIdWithResponse call

func (DeleteOrganizationsOrgIdGroupsIdUserOrgUserIdResponse) Status

Status returns HTTPResponse.Status

func (DeleteOrganizationsOrgIdGroupsIdUserOrgUserIdResponse) StatusCode

StatusCode returns HTTPResponse.StatusCode

type DeleteOrganizationsOrgIdUsersIdResponse

type DeleteOrganizationsOrgIdUsersIdResponse struct {
	Body         []byte
	HTTPResponse *http.Response
}

func ParseDeleteOrganizationsOrgIdUsersIdResponse

func ParseDeleteOrganizationsOrgIdUsersIdResponse(rsp *http.Response) (*DeleteOrganizationsOrgIdUsersIdResponse, error)

ParseDeleteOrganizationsOrgIdUsersIdResponse parses an HTTP response from a DeleteOrganizationsOrgIdUsersIdWithResponse call

func (DeleteOrganizationsOrgIdUsersIdResponse) Status

Status returns HTTPResponse.Status

func (DeleteOrganizationsOrgIdUsersIdResponse) StatusCode

StatusCode returns HTTPResponse.StatusCode

type DeleteOrganizationsOrgIdUsersJSONBody

type DeleteOrganizationsOrgIdUsersJSONBody OrganizationUserBulkRequestModel

DeleteOrganizationsOrgIdUsersJSONBody defines parameters for DeleteOrganizationsOrgIdUsers.

type DeleteOrganizationsOrgIdUsersJSONRequestBody

type DeleteOrganizationsOrgIdUsersJSONRequestBody DeleteOrganizationsOrgIdUsersJSONBody

DeleteOrganizationsOrgIdUsersJSONRequestBody defines body for DeleteOrganizationsOrgIdUsers for application/json ContentType.

type DeleteOrganizationsOrgIdUsersResponse

type DeleteOrganizationsOrgIdUsersResponse struct {
	Body         []byte
	HTTPResponse *http.Response
	JSON200      *OrganizationUserBulkResponseModelListResponseModel
}

func ParseDeleteOrganizationsOrgIdUsersResponse

func ParseDeleteOrganizationsOrgIdUsersResponse(rsp *http.Response) (*DeleteOrganizationsOrgIdUsersResponse, error)

ParseDeleteOrganizationsOrgIdUsersResponse parses an HTTP response from a DeleteOrganizationsOrgIdUsersWithResponse call

func (DeleteOrganizationsOrgIdUsersResponse) Status

Status returns HTTPResponse.Status

func (DeleteOrganizationsOrgIdUsersResponse) StatusCode

StatusCode returns HTTPResponse.StatusCode

type DeletePushIdResponse

type DeletePushIdResponse struct {
	Body         []byte
	HTTPResponse *http.Response
}

func ParseDeletePushIdResponse

func ParseDeletePushIdResponse(rsp *http.Response) (*DeletePushIdResponse, error)

ParseDeletePushIdResponse parses an HTTP response from a DeletePushIdWithResponse call

func (DeletePushIdResponse) Status

func (r DeletePushIdResponse) Status() string

Status returns HTTPResponse.Status

func (DeletePushIdResponse) StatusCode

func (r DeletePushIdResponse) StatusCode() int

StatusCode returns HTTPResponse.StatusCode

type DeleteRecoverRequestModel

type DeleteRecoverRequestModel struct {
	Email openapi_types.Email `json:"email"`
}

DeleteRecoverRequestModel defines model for DeleteRecoverRequestModel.

type DeleteSendsIdResponse

type DeleteSendsIdResponse struct {
	Body         []byte
	HTTPResponse *http.Response
}

func ParseDeleteSendsIdResponse

func ParseDeleteSendsIdResponse(rsp *http.Response) (*DeleteSendsIdResponse, error)

ParseDeleteSendsIdResponse parses an HTTP response from a DeleteSendsIdWithResponse call

func (DeleteSendsIdResponse) Status

func (r DeleteSendsIdResponse) Status() string

Status returns HTTPResponse.Status

func (DeleteSendsIdResponse) StatusCode

func (r DeleteSendsIdResponse) StatusCode() int

StatusCode returns HTTPResponse.StatusCode

type DeleteTwoFactorWebauthnJSONBody

type DeleteTwoFactorWebauthnJSONBody TwoFactorWebAuthnDeleteRequestModel

DeleteTwoFactorWebauthnJSONBody defines parameters for DeleteTwoFactorWebauthn.

type DeleteTwoFactorWebauthnJSONRequestBody

type DeleteTwoFactorWebauthnJSONRequestBody DeleteTwoFactorWebauthnJSONBody

DeleteTwoFactorWebauthnJSONRequestBody defines body for DeleteTwoFactorWebauthn for application/json ContentType.

type DeleteTwoFactorWebauthnResponse

type DeleteTwoFactorWebauthnResponse struct {
	Body         []byte
	HTTPResponse *http.Response
	JSON200      *TwoFactorWebAuthnResponseModel
}

func ParseDeleteTwoFactorWebauthnResponse

func ParseDeleteTwoFactorWebauthnResponse(rsp *http.Response) (*DeleteTwoFactorWebauthnResponse, error)

ParseDeleteTwoFactorWebauthnResponse parses an HTTP response from a DeleteTwoFactorWebauthnWithResponse call

func (DeleteTwoFactorWebauthnResponse) Status

Status returns HTTPResponse.Status

func (DeleteTwoFactorWebauthnResponse) StatusCode

func (r DeleteTwoFactorWebauthnResponse) StatusCode() int

StatusCode returns HTTPResponse.StatusCode

type DeviceRequestModel

type DeviceRequestModel struct {
	Identifier string     `json:"identifier"`
	Name       string     `json:"name"`
	PushToken  *string    `json:"pushToken"`
	Type       DeviceType `json:"type"`
}

DeviceRequestModel defines model for DeviceRequestModel.

type DeviceResponseModel

type DeviceResponseModel struct {
	CreationDate *time.Time  `json:"creationDate,omitempty"`
	Id           *string     `json:"id"`
	Identifier   *string     `json:"identifier"`
	Name         *string     `json:"name"`
	Object       *string     `json:"object"`
	Type         *DeviceType `json:"type,omitempty"`
}

DeviceResponseModel defines model for DeviceResponseModel.

type DeviceResponseModelListResponseModel

type DeviceResponseModelListResponseModel struct {
	ContinuationToken *string                `json:"continuationToken"`
	Data              *[]DeviceResponseModel `json:"data"`
	Object            *string                `json:"object"`
}

DeviceResponseModelListResponseModel defines model for DeviceResponseModelListResponseModel.

type DeviceTokenRequestModel

type DeviceTokenRequestModel struct {
	PushToken *string `json:"pushToken"`
}

DeviceTokenRequestModel defines model for DeviceTokenRequestModel.

type DeviceType

type DeviceType int32

DeviceType defines model for DeviceType.

const (
	DeviceTypeN0 DeviceType = 0

	DeviceTypeN1 DeviceType = 1

	DeviceTypeN10 DeviceType = 10

	DeviceTypeN11 DeviceType = 11

	DeviceTypeN12 DeviceType = 12

	DeviceTypeN13 DeviceType = 13

	DeviceTypeN14 DeviceType = 14

	DeviceTypeN15 DeviceType = 15

	DeviceTypeN16 DeviceType = 16

	DeviceTypeN17 DeviceType = 17

	DeviceTypeN18 DeviceType = 18

	DeviceTypeN19 DeviceType = 19

	DeviceTypeN2 DeviceType = 2

	DeviceTypeN20 DeviceType = 20

	DeviceTypeN3 DeviceType = 3

	DeviceTypeN4 DeviceType = 4

	DeviceTypeN5 DeviceType = 5

	DeviceTypeN6 DeviceType = 6

	DeviceTypeN7 DeviceType = 7

	DeviceTypeN8 DeviceType = 8

	DeviceTypeN9 DeviceType = 9
)

Defines values for DeviceType.

type DomainsResponseModel

type DomainsResponseModel struct {
	EquivalentDomains       *[][]string      `json:"equivalentDomains"`
	GlobalEquivalentDomains *[]GlobalDomains `json:"globalEquivalentDomains"`
	Object                  *string          `json:"object"`
}

DomainsResponseModel defines model for DomainsResponseModel.

type EmailRequestModel

type EmailRequestModel struct {
	Key                   string              `json:"key"`
	MasterPasswordHash    string              `json:"masterPasswordHash"`
	NewEmail              openapi_types.Email `json:"newEmail"`
	NewMasterPasswordHash string              `json:"newMasterPasswordHash"`
	Token                 string              `json:"token"`
}

EmailRequestModel defines model for EmailRequestModel.

type EmailTokenRequestModel

type EmailTokenRequestModel struct {
	MasterPasswordHash string              `json:"masterPasswordHash"`
	NewEmail           openapi_types.Email `json:"newEmail"`
}

EmailTokenRequestModel defines model for EmailTokenRequestModel.

type EmergencyAccessGranteeDetailsResponseModel

type EmergencyAccessGranteeDetailsResponseModel struct {
	Email        *string                    `json:"email"`
	GranteeId    *string                    `json:"granteeId"`
	Id           *string                    `json:"id"`
	Name         *string                    `json:"name"`
	Object       *string                    `json:"object"`
	Status       *EmergencyAccessStatusType `json:"status,omitempty"`
	Type         *EmergencyAccessType       `json:"type,omitempty"`
	WaitTimeDays *int32                     `json:"waitTimeDays,omitempty"`
}

EmergencyAccessGranteeDetailsResponseModel defines model for EmergencyAccessGranteeDetailsResponseModel.

type EmergencyAccessGranteeDetailsResponseModelListResponseModel

type EmergencyAccessGranteeDetailsResponseModelListResponseModel struct {
	ContinuationToken *string                                       `json:"continuationToken"`
	Data              *[]EmergencyAccessGranteeDetailsResponseModel `json:"data"`
	Object            *string                                       `json:"object"`
}

EmergencyAccessGranteeDetailsResponseModelListResponseModel defines model for EmergencyAccessGranteeDetailsResponseModelListResponseModel.

type EmergencyAccessGrantorDetailsResponseModel

type EmergencyAccessGrantorDetailsResponseModel struct {
	Email        *string                    `json:"email"`
	GrantorId    *string                    `json:"grantorId"`
	Id           *string                    `json:"id"`
	Name         *string                    `json:"name"`
	Object       *string                    `json:"object"`
	Status       *EmergencyAccessStatusType `json:"status,omitempty"`
	Type         *EmergencyAccessType       `json:"type,omitempty"`
	WaitTimeDays *int32                     `json:"waitTimeDays,omitempty"`
}

EmergencyAccessGrantorDetailsResponseModel defines model for EmergencyAccessGrantorDetailsResponseModel.

type EmergencyAccessGrantorDetailsResponseModelListResponseModel

type EmergencyAccessGrantorDetailsResponseModelListResponseModel struct {
	ContinuationToken *string                                       `json:"continuationToken"`
	Data              *[]EmergencyAccessGrantorDetailsResponseModel `json:"data"`
	Object            *string                                       `json:"object"`
}

EmergencyAccessGrantorDetailsResponseModelListResponseModel defines model for EmergencyAccessGrantorDetailsResponseModelListResponseModel.

type EmergencyAccessInviteRequestModel

type EmergencyAccessInviteRequestModel struct {
	Email        openapi_types.Email `json:"email"`
	Type         EmergencyAccessType `json:"type"`
	WaitTimeDays int32               `json:"waitTimeDays"`
}

EmergencyAccessInviteRequestModel defines model for EmergencyAccessInviteRequestModel.

type EmergencyAccessPasswordRequestModel

type EmergencyAccessPasswordRequestModel struct {
	Key                   string `json:"key"`
	NewMasterPasswordHash string `json:"newMasterPasswordHash"`
}

EmergencyAccessPasswordRequestModel defines model for EmergencyAccessPasswordRequestModel.

type EmergencyAccessStatusType

type EmergencyAccessStatusType int32

EmergencyAccessStatusType defines model for EmergencyAccessStatusType.

const (
	EmergencyAccessStatusTypeN0 EmergencyAccessStatusType = 0

	EmergencyAccessStatusTypeN1 EmergencyAccessStatusType = 1

	EmergencyAccessStatusTypeN2 EmergencyAccessStatusType = 2

	EmergencyAccessStatusTypeN3 EmergencyAccessStatusType = 3

	EmergencyAccessStatusTypeN4 EmergencyAccessStatusType = 4
)

Defines values for EmergencyAccessStatusType.

type EmergencyAccessTakeoverResponseModel

type EmergencyAccessTakeoverResponseModel struct {
	Kdf           *KdfType `json:"kdf,omitempty"`
	KdfIterations *int32   `json:"kdfIterations,omitempty"`
	KeyEncrypted  *string  `json:"keyEncrypted"`
	Object        *string  `json:"object"`
}

EmergencyAccessTakeoverResponseModel defines model for EmergencyAccessTakeoverResponseModel.

type EmergencyAccessType

type EmergencyAccessType int32

EmergencyAccessType defines model for EmergencyAccessType.

const (
	EmergencyAccessTypeN0 EmergencyAccessType = 0

	EmergencyAccessTypeN1 EmergencyAccessType = 1
)

Defines values for EmergencyAccessType.

type EmergencyAccessUpdateRequestModel

type EmergencyAccessUpdateRequestModel struct {
	KeyEncrypted *string             `json:"keyEncrypted"`
	Type         EmergencyAccessType `json:"type"`
	WaitTimeDays int32               `json:"waitTimeDays"`
}

EmergencyAccessUpdateRequestModel defines model for EmergencyAccessUpdateRequestModel.

type EmergencyAccessViewResponseModel

type EmergencyAccessViewResponseModel struct {
	Ciphers      *[]CipherResponseModel `json:"ciphers"`
	KeyEncrypted *string                `json:"keyEncrypted"`
	Object       *string                `json:"object"`
}

EmergencyAccessViewResponseModel defines model for EmergencyAccessViewResponseModel.

type EventResponseModel

type EventResponseModel struct {
	ActingUserId       *string     `json:"actingUserId"`
	CipherId           *string     `json:"cipherId"`
	CollectionId       *string     `json:"collectionId"`
	Date               *time.Time  `json:"date,omitempty"`
	DeviceType         *DeviceType `json:"deviceType,omitempty"`
	GroupId            *string     `json:"groupId"`
	IpAddress          *string     `json:"ipAddress"`
	Object             *string     `json:"object"`
	OrganizationId     *string     `json:"organizationId"`
	OrganizationUserId *string     `json:"organizationUserId"`
	PolicyId           *string     `json:"policyId"`
	Type               *EventType  `json:"type,omitempty"`
	UserId             *string     `json:"userId"`
}

EventResponseModel defines model for EventResponseModel.

type EventResponseModelListResponseModel

type EventResponseModelListResponseModel struct {
	ContinuationToken *string               `json:"continuationToken"`
	Data              *[]EventResponseModel `json:"data"`
	Object            *string               `json:"object"`
}

EventResponseModelListResponseModel defines model for EventResponseModelListResponseModel.

type EventType

type EventType int32

EventType defines model for EventType.

const (
	EventTypeN1000 EventType = 1000

	EventTypeN1001 EventType = 1001

	EventTypeN1002 EventType = 1002

	EventTypeN1003 EventType = 1003

	EventTypeN1004 EventType = 1004

	EventTypeN1005 EventType = 1005

	EventTypeN1006 EventType = 1006

	EventTypeN1007 EventType = 1007

	EventTypeN1100 EventType = 1100

	EventTypeN1101 EventType = 1101

	EventTypeN1102 EventType = 1102

	EventTypeN1103 EventType = 1103

	EventTypeN1104 EventType = 1104

	EventTypeN1105 EventType = 1105

	EventTypeN1106 EventType = 1106

	EventTypeN1107 EventType = 1107

	EventTypeN1108 EventType = 1108

	EventTypeN1109 EventType = 1109

	EventTypeN1110 EventType = 1110

	EventTypeN1111 EventType = 1111

	EventTypeN1112 EventType = 1112

	EventTypeN1113 EventType = 1113

	EventTypeN1114 EventType = 1114

	EventTypeN1115 EventType = 1115

	EventTypeN1116 EventType = 1116

	EventTypeN1117 EventType = 1117

	EventTypeN1300 EventType = 1300

	EventTypeN1301 EventType = 1301

	EventTypeN1302 EventType = 1302

	EventTypeN1400 EventType = 1400

	EventTypeN1401 EventType = 1401

	EventTypeN1402 EventType = 1402

	EventTypeN1500 EventType = 1500

	EventTypeN1501 EventType = 1501

	EventTypeN1502 EventType = 1502

	EventTypeN1503 EventType = 1503

	EventTypeN1504 EventType = 1504

	EventTypeN1505 EventType = 1505

	EventTypeN1506 EventType = 1506

	EventTypeN1507 EventType = 1507

	EventTypeN1508 EventType = 1508

	EventTypeN1600 EventType = 1600

	EventTypeN1601 EventType = 1601

	EventTypeN1700 EventType = 1700
)

Defines values for EventType.

type Fido2User

type Fido2User struct {
	DisplayName *string `json:"displayName"`
	Id          *[]byte `json:"id"`
	Name        *string `json:"name"`
}

Fido2User defines model for Fido2User.

type FieldType

type FieldType int32

FieldType defines model for FieldType.

const (
	FieldTypeN0 FieldType = 0

	FieldTypeN1 FieldType = 1

	FieldTypeN2 FieldType = 2
)

Defines values for FieldType.

type FileUploadType

type FileUploadType int32

FileUploadType defines model for FileUploadType.

const (
	FileUploadTypeN0 FileUploadType = 0

	FileUploadTypeN1 FileUploadType = 1
)

Defines values for FileUploadType.

type FolderRequestModel

type FolderRequestModel struct {
	Name string `json:"name"`
}

FolderRequestModel defines model for FolderRequestModel.

type FolderResponseModel

type FolderResponseModel struct {
	Id           *string    `json:"id"`
	Name         *string    `json:"name"`
	Object       *string    `json:"object"`
	RevisionDate *time.Time `json:"revisionDate,omitempty"`
}

FolderResponseModel defines model for FolderResponseModel.

type FolderResponseModelListResponseModel

type FolderResponseModelListResponseModel struct {
	ContinuationToken *string                `json:"continuationToken"`
	Data              *[]FolderResponseModel `json:"data"`
	Object            *string                `json:"object"`
}

FolderResponseModelListResponseModel defines model for FolderResponseModelListResponseModel.

type FolderWithIdRequestModel

type FolderWithIdRequestModel struct {
	Id   *string `json:"id,omitempty"`
	Name string  `json:"name"`
}

FolderWithIdRequestModel defines model for FolderWithIdRequestModel.

type GeoCoordinate

type GeoCoordinate struct {
	Altitude           *float64 `json:"altitude,omitempty"`
	Course             *float64 `json:"course,omitempty"`
	HorizontalAccuracy *float64 `json:"horizontalAccuracy,omitempty"`
	IsUnknown          *bool    `json:"isUnknown,omitempty"`
	Latitude           *float64 `json:"latitude,omitempty"`
	Longitude          *float64 `json:"longitude,omitempty"`
	Speed              *float64 `json:"speed,omitempty"`
	VerticalAccuracy   *float64 `json:"verticalAccuracy,omitempty"`
}

GeoCoordinate defines model for GeoCoordinate.

type GetAccountsBillingResponse

type GetAccountsBillingResponse struct {
	Body         []byte
	HTTPResponse *http.Response
	JSON200      *BillingResponseModel
}

func ParseGetAccountsBillingResponse

func ParseGetAccountsBillingResponse(rsp *http.Response) (*GetAccountsBillingResponse, error)

ParseGetAccountsBillingResponse parses an HTTP response from a GetAccountsBillingWithResponse call

func (GetAccountsBillingResponse) Status

Status returns HTTPResponse.Status

func (GetAccountsBillingResponse) StatusCode

func (r GetAccountsBillingResponse) StatusCode() int

StatusCode returns HTTPResponse.StatusCode

type GetAccountsEnterprisePortalSigninTokenResponse

type GetAccountsEnterprisePortalSigninTokenResponse struct {
	Body         []byte
	HTTPResponse *http.Response
	JSON200      *string
}

func ParseGetAccountsEnterprisePortalSigninTokenResponse

func ParseGetAccountsEnterprisePortalSigninTokenResponse(rsp *http.Response) (*GetAccountsEnterprisePortalSigninTokenResponse, error)

ParseGetAccountsEnterprisePortalSigninTokenResponse parses an HTTP response from a GetAccountsEnterprisePortalSigninTokenWithResponse call

func (GetAccountsEnterprisePortalSigninTokenResponse) Status

Status returns HTTPResponse.Status

func (GetAccountsEnterprisePortalSigninTokenResponse) StatusCode

StatusCode returns HTTPResponse.StatusCode

type GetAccountsKeysResponse

type GetAccountsKeysResponse struct {
	Body         []byte
	HTTPResponse *http.Response
	JSON200      *KeysResponseModel
}

func ParseGetAccountsKeysResponse

func ParseGetAccountsKeysResponse(rsp *http.Response) (*GetAccountsKeysResponse, error)

ParseGetAccountsKeysResponse parses an HTTP response from a GetAccountsKeysWithResponse call

func (GetAccountsKeysResponse) Status

func (r GetAccountsKeysResponse) Status() string

Status returns HTTPResponse.Status

func (GetAccountsKeysResponse) StatusCode

func (r GetAccountsKeysResponse) StatusCode() int

StatusCode returns HTTPResponse.StatusCode

type GetAccountsOrganizationsResponse

type GetAccountsOrganizationsResponse struct {
	Body         []byte
	HTTPResponse *http.Response
	JSON200      *ProfileOrganizationResponseModelListResponseModel
}

func ParseGetAccountsOrganizationsResponse

func ParseGetAccountsOrganizationsResponse(rsp *http.Response) (*GetAccountsOrganizationsResponse, error)

ParseGetAccountsOrganizationsResponse parses an HTTP response from a GetAccountsOrganizationsWithResponse call

func (GetAccountsOrganizationsResponse) Status

Status returns HTTPResponse.Status

func (GetAccountsOrganizationsResponse) StatusCode

func (r GetAccountsOrganizationsResponse) StatusCode() int

StatusCode returns HTTPResponse.StatusCode

type GetAccountsProfileResponse

type GetAccountsProfileResponse struct {
	Body         []byte
	HTTPResponse *http.Response
	JSON200      *ProfileResponseModel
}

func ParseGetAccountsProfileResponse

func ParseGetAccountsProfileResponse(rsp *http.Response) (*GetAccountsProfileResponse, error)

ParseGetAccountsProfileResponse parses an HTTP response from a GetAccountsProfileWithResponse call

func (GetAccountsProfileResponse) Status

Status returns HTTPResponse.Status

func (GetAccountsProfileResponse) StatusCode

func (r GetAccountsProfileResponse) StatusCode() int

StatusCode returns HTTPResponse.StatusCode

type GetAccountsRevisionDateResponse

type GetAccountsRevisionDateResponse struct {
	Body         []byte
	HTTPResponse *http.Response
	JSON200      *int64
}

func ParseGetAccountsRevisionDateResponse

func ParseGetAccountsRevisionDateResponse(rsp *http.Response) (*GetAccountsRevisionDateResponse, error)

ParseGetAccountsRevisionDateResponse parses an HTTP response from a GetAccountsRevisionDateWithResponse call

func (GetAccountsRevisionDateResponse) Status

Status returns HTTPResponse.Status

func (GetAccountsRevisionDateResponse) StatusCode

func (r GetAccountsRevisionDateResponse) StatusCode() int

StatusCode returns HTTPResponse.StatusCode

type GetAccountsSsoUserIdentifierResponse

type GetAccountsSsoUserIdentifierResponse struct {
	Body         []byte
	HTTPResponse *http.Response
	JSON200      *string
}

func ParseGetAccountsSsoUserIdentifierResponse

func ParseGetAccountsSsoUserIdentifierResponse(rsp *http.Response) (*GetAccountsSsoUserIdentifierResponse, error)

ParseGetAccountsSsoUserIdentifierResponse parses an HTTP response from a GetAccountsSsoUserIdentifierWithResponse call

func (GetAccountsSsoUserIdentifierResponse) Status

Status returns HTTPResponse.Status

func (GetAccountsSsoUserIdentifierResponse) StatusCode

StatusCode returns HTTPResponse.StatusCode

type GetAccountsSubscriptionResponse

type GetAccountsSubscriptionResponse struct {
	Body         []byte
	HTTPResponse *http.Response
	JSON200      *SubscriptionResponseModel
}

func ParseGetAccountsSubscriptionResponse

func ParseGetAccountsSubscriptionResponse(rsp *http.Response) (*GetAccountsSubscriptionResponse, error)

ParseGetAccountsSubscriptionResponse parses an HTTP response from a GetAccountsSubscriptionWithResponse call

func (GetAccountsSubscriptionResponse) Status

Status returns HTTPResponse.Status

func (GetAccountsSubscriptionResponse) StatusCode

func (r GetAccountsSubscriptionResponse) StatusCode() int

StatusCode returns HTTPResponse.StatusCode

type GetAccountsTaxResponse

type GetAccountsTaxResponse struct {
	Body         []byte
	HTTPResponse *http.Response
	JSON200      *TaxInfoResponseModel
}

func ParseGetAccountsTaxResponse

func ParseGetAccountsTaxResponse(rsp *http.Response) (*GetAccountsTaxResponse, error)

ParseGetAccountsTaxResponse parses an HTTP response from a GetAccountsTaxWithResponse call

func (GetAccountsTaxResponse) Status

func (r GetAccountsTaxResponse) Status() string

Status returns HTTPResponse.Status

func (GetAccountsTaxResponse) StatusCode

func (r GetAccountsTaxResponse) StatusCode() int

StatusCode returns HTTPResponse.StatusCode

type GetAliveResponse

type GetAliveResponse struct {
	Body         []byte
	HTTPResponse *http.Response
	JSON200      *time.Time
}

func ParseGetAliveResponse

func ParseGetAliveResponse(rsp *http.Response) (*GetAliveResponse, error)

ParseGetAliveResponse parses an HTTP response from a GetAliveWithResponse call

func (GetAliveResponse) Status

func (r GetAliveResponse) Status() string

Status returns HTTPResponse.Status

func (GetAliveResponse) StatusCode

func (r GetAliveResponse) StatusCode() int

StatusCode returns HTTPResponse.StatusCode

type GetCiphersIdAdminResponse

type GetCiphersIdAdminResponse struct {
	Body         []byte
	HTTPResponse *http.Response
	JSON200      *CipherMiniResponseModel
}

func ParseGetCiphersIdAdminResponse

func ParseGetCiphersIdAdminResponse(rsp *http.Response) (*GetCiphersIdAdminResponse, error)

ParseGetCiphersIdAdminResponse parses an HTTP response from a GetCiphersIdAdminWithResponse call

func (GetCiphersIdAdminResponse) Status

func (r GetCiphersIdAdminResponse) Status() string

Status returns HTTPResponse.Status

func (GetCiphersIdAdminResponse) StatusCode

func (r GetCiphersIdAdminResponse) StatusCode() int

StatusCode returns HTTPResponse.StatusCode

type GetCiphersIdAttachmentAttachmentIdRenewResponse

type GetCiphersIdAttachmentAttachmentIdRenewResponse struct {
	Body         []byte
	HTTPResponse *http.Response
	JSON200      *AttachmentUploadDataResponseModel
}

func ParseGetCiphersIdAttachmentAttachmentIdRenewResponse

func ParseGetCiphersIdAttachmentAttachmentIdRenewResponse(rsp *http.Response) (*GetCiphersIdAttachmentAttachmentIdRenewResponse, error)

ParseGetCiphersIdAttachmentAttachmentIdRenewResponse parses an HTTP response from a GetCiphersIdAttachmentAttachmentIdRenewWithResponse call

func (GetCiphersIdAttachmentAttachmentIdRenewResponse) Status

Status returns HTTPResponse.Status

func (GetCiphersIdAttachmentAttachmentIdRenewResponse) StatusCode

StatusCode returns HTTPResponse.StatusCode

type GetCiphersIdAttachmentAttachmentIdResponse

type GetCiphersIdAttachmentAttachmentIdResponse struct {
	Body         []byte
	HTTPResponse *http.Response
	JSON200      *AttachmentResponseModel
}

func ParseGetCiphersIdAttachmentAttachmentIdResponse

func ParseGetCiphersIdAttachmentAttachmentIdResponse(rsp *http.Response) (*GetCiphersIdAttachmentAttachmentIdResponse, error)

ParseGetCiphersIdAttachmentAttachmentIdResponse parses an HTTP response from a GetCiphersIdAttachmentAttachmentIdWithResponse call

func (GetCiphersIdAttachmentAttachmentIdResponse) Status

Status returns HTTPResponse.Status

func (GetCiphersIdAttachmentAttachmentIdResponse) StatusCode

StatusCode returns HTTPResponse.StatusCode

type GetCiphersIdDetailsResponse

type GetCiphersIdDetailsResponse struct {
	Body         []byte
	HTTPResponse *http.Response
	JSON200      *CipherDetailsResponseModel
}

func ParseGetCiphersIdDetailsResponse

func ParseGetCiphersIdDetailsResponse(rsp *http.Response) (*GetCiphersIdDetailsResponse, error)

ParseGetCiphersIdDetailsResponse parses an HTTP response from a GetCiphersIdDetailsWithResponse call

func (GetCiphersIdDetailsResponse) Status

Status returns HTTPResponse.Status

func (GetCiphersIdDetailsResponse) StatusCode

func (r GetCiphersIdDetailsResponse) StatusCode() int

StatusCode returns HTTPResponse.StatusCode

type GetCiphersIdEventsParams

type GetCiphersIdEventsParams struct {
	Start             *time.Time `json:"start,omitempty"`
	End               *time.Time `json:"end,omitempty"`
	ContinuationToken *string    `json:"continuationToken,omitempty"`
}

GetCiphersIdEventsParams defines parameters for GetCiphersIdEvents.

type GetCiphersIdEventsResponse

type GetCiphersIdEventsResponse struct {
	Body         []byte
	HTTPResponse *http.Response
	JSON200      *EventResponseModelListResponseModel
}

func ParseGetCiphersIdEventsResponse

func ParseGetCiphersIdEventsResponse(rsp *http.Response) (*GetCiphersIdEventsResponse, error)

ParseGetCiphersIdEventsResponse parses an HTTP response from a GetCiphersIdEventsWithResponse call

func (GetCiphersIdEventsResponse) Status

Status returns HTTPResponse.Status

func (GetCiphersIdEventsResponse) StatusCode

func (r GetCiphersIdEventsResponse) StatusCode() int

StatusCode returns HTTPResponse.StatusCode

type GetCiphersIdFullDetailsResponse

type GetCiphersIdFullDetailsResponse struct {
	Body         []byte
	HTTPResponse *http.Response
	JSON200      *CipherDetailsResponseModel
}

func ParseGetCiphersIdFullDetailsResponse

func ParseGetCiphersIdFullDetailsResponse(rsp *http.Response) (*GetCiphersIdFullDetailsResponse, error)

ParseGetCiphersIdFullDetailsResponse parses an HTTP response from a GetCiphersIdFullDetailsWithResponse call

func (GetCiphersIdFullDetailsResponse) Status

Status returns HTTPResponse.Status

func (GetCiphersIdFullDetailsResponse) StatusCode

func (r GetCiphersIdFullDetailsResponse) StatusCode() int

StatusCode returns HTTPResponse.StatusCode

type GetCiphersIdResponse

type GetCiphersIdResponse struct {
	Body         []byte
	HTTPResponse *http.Response
	JSON200      *CipherResponseModel
}

func ParseGetCiphersIdResponse

func ParseGetCiphersIdResponse(rsp *http.Response) (*GetCiphersIdResponse, error)

ParseGetCiphersIdResponse parses an HTTP response from a GetCiphersIdWithResponse call

func (GetCiphersIdResponse) Status

func (r GetCiphersIdResponse) Status() string

Status returns HTTPResponse.Status

func (GetCiphersIdResponse) StatusCode

func (r GetCiphersIdResponse) StatusCode() int

StatusCode returns HTTPResponse.StatusCode

type GetCiphersOrganizationDetailsParams

type GetCiphersOrganizationDetailsParams struct {
	OrganizationId *string `json:"organizationId,omitempty"`
}

GetCiphersOrganizationDetailsParams defines parameters for GetCiphersOrganizationDetails.

type GetCiphersOrganizationDetailsResponse

type GetCiphersOrganizationDetailsResponse struct {
	Body         []byte
	HTTPResponse *http.Response
	JSON200      *CipherMiniDetailsResponseModelListResponseModel
}

func ParseGetCiphersOrganizationDetailsResponse

func ParseGetCiphersOrganizationDetailsResponse(rsp *http.Response) (*GetCiphersOrganizationDetailsResponse, error)

ParseGetCiphersOrganizationDetailsResponse parses an HTTP response from a GetCiphersOrganizationDetailsWithResponse call

func (GetCiphersOrganizationDetailsResponse) Status

Status returns HTTPResponse.Status

func (GetCiphersOrganizationDetailsResponse) StatusCode

StatusCode returns HTTPResponse.StatusCode

type GetCiphersResponse

type GetCiphersResponse struct {
	Body         []byte
	HTTPResponse *http.Response
	JSON200      *CipherDetailsResponseModelListResponseModel
}

func ParseGetCiphersResponse

func ParseGetCiphersResponse(rsp *http.Response) (*GetCiphersResponse, error)

ParseGetCiphersResponse parses an HTTP response from a GetCiphersWithResponse call

func (GetCiphersResponse) Status

func (r GetCiphersResponse) Status() string

Status returns HTTPResponse.Status

func (GetCiphersResponse) StatusCode

func (r GetCiphersResponse) StatusCode() int

StatusCode returns HTTPResponse.StatusCode

type GetCollectionsResponse

type GetCollectionsResponse struct {
	Body         []byte
	HTTPResponse *http.Response
	JSON200      *CollectionDetailsResponseModelListResponseModel
}

func ParseGetCollectionsResponse

func ParseGetCollectionsResponse(rsp *http.Response) (*GetCollectionsResponse, error)

ParseGetCollectionsResponse parses an HTTP response from a GetCollectionsWithResponse call

func (GetCollectionsResponse) Status

func (r GetCollectionsResponse) Status() string

Status returns HTTPResponse.Status

func (GetCollectionsResponse) StatusCode

func (r GetCollectionsResponse) StatusCode() int

StatusCode returns HTTPResponse.StatusCode

type GetDevicesIdResponse

type GetDevicesIdResponse struct {
	Body         []byte
	HTTPResponse *http.Response
	JSON200      *DeviceResponseModel
}

func ParseGetDevicesIdResponse

func ParseGetDevicesIdResponse(rsp *http.Response) (*GetDevicesIdResponse, error)

ParseGetDevicesIdResponse parses an HTTP response from a GetDevicesIdWithResponse call

func (GetDevicesIdResponse) Status

func (r GetDevicesIdResponse) Status() string

Status returns HTTPResponse.Status

func (GetDevicesIdResponse) StatusCode

func (r GetDevicesIdResponse) StatusCode() int

StatusCode returns HTTPResponse.StatusCode

type GetDevicesIdentifierIdentifierResponse

type GetDevicesIdentifierIdentifierResponse struct {
	Body         []byte
	HTTPResponse *http.Response
	JSON200      *DeviceResponseModel
}

func ParseGetDevicesIdentifierIdentifierResponse

func ParseGetDevicesIdentifierIdentifierResponse(rsp *http.Response) (*GetDevicesIdentifierIdentifierResponse, error)

ParseGetDevicesIdentifierIdentifierResponse parses an HTTP response from a GetDevicesIdentifierIdentifierWithResponse call

func (GetDevicesIdentifierIdentifierResponse) Status

Status returns HTTPResponse.Status

func (GetDevicesIdentifierIdentifierResponse) StatusCode

StatusCode returns HTTPResponse.StatusCode

type GetDevicesResponse

type GetDevicesResponse struct {
	Body         []byte
	HTTPResponse *http.Response
	JSON200      *DeviceResponseModelListResponseModel
}

func ParseGetDevicesResponse

func ParseGetDevicesResponse(rsp *http.Response) (*GetDevicesResponse, error)

ParseGetDevicesResponse parses an HTTP response from a GetDevicesWithResponse call

func (GetDevicesResponse) Status

func (r GetDevicesResponse) Status() string

Status returns HTTPResponse.Status

func (GetDevicesResponse) StatusCode

func (r GetDevicesResponse) StatusCode() int

StatusCode returns HTTPResponse.StatusCode

type GetEmergencyAccessGrantedResponse

type GetEmergencyAccessGrantedResponse struct {
	Body         []byte
	HTTPResponse *http.Response
	JSON200      *EmergencyAccessGrantorDetailsResponseModelListResponseModel
}

func ParseGetEmergencyAccessGrantedResponse

func ParseGetEmergencyAccessGrantedResponse(rsp *http.Response) (*GetEmergencyAccessGrantedResponse, error)

ParseGetEmergencyAccessGrantedResponse parses an HTTP response from a GetEmergencyAccessGrantedWithResponse call

func (GetEmergencyAccessGrantedResponse) Status

Status returns HTTPResponse.Status

func (GetEmergencyAccessGrantedResponse) StatusCode

func (r GetEmergencyAccessGrantedResponse) StatusCode() int

StatusCode returns HTTPResponse.StatusCode

type GetEmergencyAccessIdCipherIdAttachmentAttachmentIdResponse

type GetEmergencyAccessIdCipherIdAttachmentAttachmentIdResponse struct {
	Body         []byte
	HTTPResponse *http.Response
	JSON200      *AttachmentResponseModel
}

func ParseGetEmergencyAccessIdCipherIdAttachmentAttachmentIdResponse

func ParseGetEmergencyAccessIdCipherIdAttachmentAttachmentIdResponse(rsp *http.Response) (*GetEmergencyAccessIdCipherIdAttachmentAttachmentIdResponse, error)

ParseGetEmergencyAccessIdCipherIdAttachmentAttachmentIdResponse parses an HTTP response from a GetEmergencyAccessIdCipherIdAttachmentAttachmentIdWithResponse call

func (GetEmergencyAccessIdCipherIdAttachmentAttachmentIdResponse) Status

Status returns HTTPResponse.Status

func (GetEmergencyAccessIdCipherIdAttachmentAttachmentIdResponse) StatusCode

StatusCode returns HTTPResponse.StatusCode

type GetEmergencyAccessIdPoliciesResponse

type GetEmergencyAccessIdPoliciesResponse struct {
	Body         []byte
	HTTPResponse *http.Response
	JSON200      *PolicyResponseModelListResponseModel
}

func ParseGetEmergencyAccessIdPoliciesResponse

func ParseGetEmergencyAccessIdPoliciesResponse(rsp *http.Response) (*GetEmergencyAccessIdPoliciesResponse, error)

ParseGetEmergencyAccessIdPoliciesResponse parses an HTTP response from a GetEmergencyAccessIdPoliciesWithResponse call

func (GetEmergencyAccessIdPoliciesResponse) Status

Status returns HTTPResponse.Status

func (GetEmergencyAccessIdPoliciesResponse) StatusCode

StatusCode returns HTTPResponse.StatusCode

type GetEmergencyAccessIdResponse

type GetEmergencyAccessIdResponse struct {
	Body         []byte
	HTTPResponse *http.Response
	JSON200      *EmergencyAccessGranteeDetailsResponseModel
}

func ParseGetEmergencyAccessIdResponse

func ParseGetEmergencyAccessIdResponse(rsp *http.Response) (*GetEmergencyAccessIdResponse, error)

ParseGetEmergencyAccessIdResponse parses an HTTP response from a GetEmergencyAccessIdWithResponse call

func (GetEmergencyAccessIdResponse) Status

Status returns HTTPResponse.Status

func (GetEmergencyAccessIdResponse) StatusCode

func (r GetEmergencyAccessIdResponse) StatusCode() int

StatusCode returns HTTPResponse.StatusCode

type GetEmergencyAccessTrustedResponse

type GetEmergencyAccessTrustedResponse struct {
	Body         []byte
	HTTPResponse *http.Response
	JSON200      *EmergencyAccessGranteeDetailsResponseModelListResponseModel
}

func ParseGetEmergencyAccessTrustedResponse

func ParseGetEmergencyAccessTrustedResponse(rsp *http.Response) (*GetEmergencyAccessTrustedResponse, error)

ParseGetEmergencyAccessTrustedResponse parses an HTTP response from a GetEmergencyAccessTrustedWithResponse call

func (GetEmergencyAccessTrustedResponse) Status

Status returns HTTPResponse.Status

func (GetEmergencyAccessTrustedResponse) StatusCode

func (r GetEmergencyAccessTrustedResponse) StatusCode() int

StatusCode returns HTTPResponse.StatusCode

type GetEventsParams

type GetEventsParams struct {
	Start             *time.Time `json:"start,omitempty"`
	End               *time.Time `json:"end,omitempty"`
	ContinuationToken *string    `json:"continuationToken,omitempty"`
}

GetEventsParams defines parameters for GetEvents.

type GetEventsResponse

type GetEventsResponse struct {
	Body         []byte
	HTTPResponse *http.Response
	JSON200      *EventResponseModelListResponseModel
}

func ParseGetEventsResponse

func ParseGetEventsResponse(rsp *http.Response) (*GetEventsResponse, error)

ParseGetEventsResponse parses an HTTP response from a GetEventsWithResponse call

func (GetEventsResponse) Status

func (r GetEventsResponse) Status() string

Status returns HTTPResponse.Status

func (GetEventsResponse) StatusCode

func (r GetEventsResponse) StatusCode() int

StatusCode returns HTTPResponse.StatusCode

type GetFoldersIdResponse

type GetFoldersIdResponse struct {
	Body         []byte
	HTTPResponse *http.Response
	JSON200      *FolderResponseModel
}

func ParseGetFoldersIdResponse

func ParseGetFoldersIdResponse(rsp *http.Response) (*GetFoldersIdResponse, error)

ParseGetFoldersIdResponse parses an HTTP response from a GetFoldersIdWithResponse call

func (GetFoldersIdResponse) Status

func (r GetFoldersIdResponse) Status() string

Status returns HTTPResponse.Status

func (GetFoldersIdResponse) StatusCode

func (r GetFoldersIdResponse) StatusCode() int

StatusCode returns HTTPResponse.StatusCode

type GetFoldersResponse

type GetFoldersResponse struct {
	Body         []byte
	HTTPResponse *http.Response
	JSON200      *FolderResponseModelListResponseModel
}

func ParseGetFoldersResponse

func ParseGetFoldersResponse(rsp *http.Response) (*GetFoldersResponse, error)

ParseGetFoldersResponse parses an HTTP response from a GetFoldersWithResponse call

func (GetFoldersResponse) Status

func (r GetFoldersResponse) Status() string

Status returns HTTPResponse.Status

func (GetFoldersResponse) StatusCode

func (r GetFoldersResponse) StatusCode() int

StatusCode returns HTTPResponse.StatusCode

type GetHibpBreachParams

type GetHibpBreachParams struct {
	Username *string `json:"username,omitempty"`
}

GetHibpBreachParams defines parameters for GetHibpBreach.

type GetHibpBreachResponse

type GetHibpBreachResponse struct {
	Body         []byte
	HTTPResponse *http.Response
}

func ParseGetHibpBreachResponse

func ParseGetHibpBreachResponse(rsp *http.Response) (*GetHibpBreachResponse, error)

ParseGetHibpBreachResponse parses an HTTP response from a GetHibpBreachWithResponse call

func (GetHibpBreachResponse) Status

func (r GetHibpBreachResponse) Status() string

Status returns HTTPResponse.Status

func (GetHibpBreachResponse) StatusCode

func (r GetHibpBreachResponse) StatusCode() int

StatusCode returns HTTPResponse.StatusCode

type GetInstallationsIdResponse

type GetInstallationsIdResponse struct {
	Body         []byte
	HTTPResponse *http.Response
	JSON200      *InstallationResponseModel
}

func ParseGetInstallationsIdResponse

func ParseGetInstallationsIdResponse(rsp *http.Response) (*GetInstallationsIdResponse, error)

ParseGetInstallationsIdResponse parses an HTTP response from a GetInstallationsIdWithResponse call

func (GetInstallationsIdResponse) Status

Status returns HTTPResponse.Status

func (GetInstallationsIdResponse) StatusCode

func (r GetInstallationsIdResponse) StatusCode() int

StatusCode returns HTTPResponse.StatusCode

type GetIpResponse

type GetIpResponse struct {
	Body         []byte
	HTTPResponse *http.Response
}

func ParseGetIpResponse

func ParseGetIpResponse(rsp *http.Response) (*GetIpResponse, error)

ParseGetIpResponse parses an HTTP response from a GetIpWithResponse call

func (GetIpResponse) Status

func (r GetIpResponse) Status() string

Status returns HTTPResponse.Status

func (GetIpResponse) StatusCode

func (r GetIpResponse) StatusCode() int

StatusCode returns HTTPResponse.StatusCode

type GetLicensesOrganizationIdParams

type GetLicensesOrganizationIdParams struct {
	Key *string `json:"key,omitempty"`
}

GetLicensesOrganizationIdParams defines parameters for GetLicensesOrganizationId.

type GetLicensesOrganizationIdResponse

type GetLicensesOrganizationIdResponse struct {
	Body         []byte
	HTTPResponse *http.Response
	JSON200      *OrganizationLicense
}

func ParseGetLicensesOrganizationIdResponse

func ParseGetLicensesOrganizationIdResponse(rsp *http.Response) (*GetLicensesOrganizationIdResponse, error)

ParseGetLicensesOrganizationIdResponse parses an HTTP response from a GetLicensesOrganizationIdWithResponse call

func (GetLicensesOrganizationIdResponse) Status

Status returns HTTPResponse.Status

func (GetLicensesOrganizationIdResponse) StatusCode

func (r GetLicensesOrganizationIdResponse) StatusCode() int

StatusCode returns HTTPResponse.StatusCode

type GetLicensesUserIdParams

type GetLicensesUserIdParams struct {
	Key *string `json:"key,omitempty"`
}

GetLicensesUserIdParams defines parameters for GetLicensesUserId.

type GetLicensesUserIdResponse

type GetLicensesUserIdResponse struct {
	Body         []byte
	HTTPResponse *http.Response
	JSON200      *UserLicense
}

func ParseGetLicensesUserIdResponse

func ParseGetLicensesUserIdResponse(rsp *http.Response) (*GetLicensesUserIdResponse, error)

ParseGetLicensesUserIdResponse parses an HTTP response from a GetLicensesUserIdWithResponse call

func (GetLicensesUserIdResponse) Status

func (r GetLicensesUserIdResponse) Status() string

Status returns HTTPResponse.Status

func (GetLicensesUserIdResponse) StatusCode

func (r GetLicensesUserIdResponse) StatusCode() int

StatusCode returns HTTPResponse.StatusCode

type GetNowResponse

type GetNowResponse struct {
	Body         []byte
	HTTPResponse *http.Response
	JSON200      *time.Time
}

func ParseGetNowResponse

func ParseGetNowResponse(rsp *http.Response) (*GetNowResponse, error)

ParseGetNowResponse parses an HTTP response from a GetNowWithResponse call

func (GetNowResponse) Status

func (r GetNowResponse) Status() string

Status returns HTTPResponse.Status

func (GetNowResponse) StatusCode

func (r GetNowResponse) StatusCode() int

StatusCode returns HTTPResponse.StatusCode

type GetOrganizationsIdBillingResponse

type GetOrganizationsIdBillingResponse struct {
	Body         []byte
	HTTPResponse *http.Response
	JSON200      *BillingResponseModel
}

func ParseGetOrganizationsIdBillingResponse

func ParseGetOrganizationsIdBillingResponse(rsp *http.Response) (*GetOrganizationsIdBillingResponse, error)

ParseGetOrganizationsIdBillingResponse parses an HTTP response from a GetOrganizationsIdBillingWithResponse call

func (GetOrganizationsIdBillingResponse) Status

Status returns HTTPResponse.Status

func (GetOrganizationsIdBillingResponse) StatusCode

func (r GetOrganizationsIdBillingResponse) StatusCode() int

StatusCode returns HTTPResponse.StatusCode

type GetOrganizationsIdEventsParams

type GetOrganizationsIdEventsParams struct {
	Start             *time.Time `json:"start,omitempty"`
	End               *time.Time `json:"end,omitempty"`
	ContinuationToken *string    `json:"continuationToken,omitempty"`
}

GetOrganizationsIdEventsParams defines parameters for GetOrganizationsIdEvents.

type GetOrganizationsIdEventsResponse

type GetOrganizationsIdEventsResponse struct {
	Body         []byte
	HTTPResponse *http.Response
	JSON200      *EventResponseModelListResponseModel
}

func ParseGetOrganizationsIdEventsResponse

func ParseGetOrganizationsIdEventsResponse(rsp *http.Response) (*GetOrganizationsIdEventsResponse, error)

ParseGetOrganizationsIdEventsResponse parses an HTTP response from a GetOrganizationsIdEventsWithResponse call

func (GetOrganizationsIdEventsResponse) Status

Status returns HTTPResponse.Status

func (GetOrganizationsIdEventsResponse) StatusCode

func (r GetOrganizationsIdEventsResponse) StatusCode() int

StatusCode returns HTTPResponse.StatusCode

type GetOrganizationsIdKeysResponse

type GetOrganizationsIdKeysResponse struct {
	Body         []byte
	HTTPResponse *http.Response
	JSON200      *OrganizationKeysResponseModel
}

func ParseGetOrganizationsIdKeysResponse

func ParseGetOrganizationsIdKeysResponse(rsp *http.Response) (*GetOrganizationsIdKeysResponse, error)

ParseGetOrganizationsIdKeysResponse parses an HTTP response from a GetOrganizationsIdKeysWithResponse call

func (GetOrganizationsIdKeysResponse) Status

Status returns HTTPResponse.Status

func (GetOrganizationsIdKeysResponse) StatusCode

func (r GetOrganizationsIdKeysResponse) StatusCode() int

StatusCode returns HTTPResponse.StatusCode

type GetOrganizationsIdLicenseParams

type GetOrganizationsIdLicenseParams struct {
	InstallationId *string `json:"installationId,omitempty"`
}

GetOrganizationsIdLicenseParams defines parameters for GetOrganizationsIdLicense.

type GetOrganizationsIdLicenseResponse

type GetOrganizationsIdLicenseResponse struct {
	Body         []byte
	HTTPResponse *http.Response
	JSON200      *OrganizationLicense
}

func ParseGetOrganizationsIdLicenseResponse

func ParseGetOrganizationsIdLicenseResponse(rsp *http.Response) (*GetOrganizationsIdLicenseResponse, error)

ParseGetOrganizationsIdLicenseResponse parses an HTTP response from a GetOrganizationsIdLicenseWithResponse call

func (GetOrganizationsIdLicenseResponse) Status

Status returns HTTPResponse.Status

func (GetOrganizationsIdLicenseResponse) StatusCode

func (r GetOrganizationsIdLicenseResponse) StatusCode() int

StatusCode returns HTTPResponse.StatusCode

type GetOrganizationsIdResponse

type GetOrganizationsIdResponse struct {
	Body         []byte
	HTTPResponse *http.Response
	JSON200      *OrganizationResponseModel
}

func ParseGetOrganizationsIdResponse

func ParseGetOrganizationsIdResponse(rsp *http.Response) (*GetOrganizationsIdResponse, error)

ParseGetOrganizationsIdResponse parses an HTTP response from a GetOrganizationsIdWithResponse call

func (GetOrganizationsIdResponse) Status

Status returns HTTPResponse.Status

func (GetOrganizationsIdResponse) StatusCode

func (r GetOrganizationsIdResponse) StatusCode() int

StatusCode returns HTTPResponse.StatusCode

type GetOrganizationsIdSubscriptionResponse

type GetOrganizationsIdSubscriptionResponse struct {
	Body         []byte
	HTTPResponse *http.Response
	JSON200      *OrganizationSubscriptionResponseModel
}

func ParseGetOrganizationsIdSubscriptionResponse

func ParseGetOrganizationsIdSubscriptionResponse(rsp *http.Response) (*GetOrganizationsIdSubscriptionResponse, error)

ParseGetOrganizationsIdSubscriptionResponse parses an HTTP response from a GetOrganizationsIdSubscriptionWithResponse call

func (GetOrganizationsIdSubscriptionResponse) Status

Status returns HTTPResponse.Status

func (GetOrganizationsIdSubscriptionResponse) StatusCode

StatusCode returns HTTPResponse.StatusCode

type GetOrganizationsIdTaxResponse

type GetOrganizationsIdTaxResponse struct {
	Body         []byte
	HTTPResponse *http.Response
	JSON200      *TaxInfoResponseModel
}

func ParseGetOrganizationsIdTaxResponse

func ParseGetOrganizationsIdTaxResponse(rsp *http.Response) (*GetOrganizationsIdTaxResponse, error)

ParseGetOrganizationsIdTaxResponse parses an HTTP response from a GetOrganizationsIdTaxWithResponse call

func (GetOrganizationsIdTaxResponse) Status

Status returns HTTPResponse.Status

func (GetOrganizationsIdTaxResponse) StatusCode

func (r GetOrganizationsIdTaxResponse) StatusCode() int

StatusCode returns HTTPResponse.StatusCode

type GetOrganizationsIdTwoFactorResponse

type GetOrganizationsIdTwoFactorResponse struct {
	Body         []byte
	HTTPResponse *http.Response
	JSON200      *TwoFactorProviderResponseModelListResponseModel
}

func ParseGetOrganizationsIdTwoFactorResponse

func ParseGetOrganizationsIdTwoFactorResponse(rsp *http.Response) (*GetOrganizationsIdTwoFactorResponse, error)

ParseGetOrganizationsIdTwoFactorResponse parses an HTTP response from a GetOrganizationsIdTwoFactorWithResponse call

func (GetOrganizationsIdTwoFactorResponse) Status

Status returns HTTPResponse.Status

func (GetOrganizationsIdTwoFactorResponse) StatusCode

StatusCode returns HTTPResponse.StatusCode

type GetOrganizationsOrgIdCollectionsIdDetailsResponse

type GetOrganizationsOrgIdCollectionsIdDetailsResponse struct {
	Body         []byte
	HTTPResponse *http.Response
	JSON200      *CollectionGroupDetailsResponseModel
}

func ParseGetOrganizationsOrgIdCollectionsIdDetailsResponse

func ParseGetOrganizationsOrgIdCollectionsIdDetailsResponse(rsp *http.Response) (*GetOrganizationsOrgIdCollectionsIdDetailsResponse, error)

ParseGetOrganizationsOrgIdCollectionsIdDetailsResponse parses an HTTP response from a GetOrganizationsOrgIdCollectionsIdDetailsWithResponse call

func (GetOrganizationsOrgIdCollectionsIdDetailsResponse) Status

Status returns HTTPResponse.Status

func (GetOrganizationsOrgIdCollectionsIdDetailsResponse) StatusCode

StatusCode returns HTTPResponse.StatusCode

type GetOrganizationsOrgIdCollectionsIdResponse

type GetOrganizationsOrgIdCollectionsIdResponse struct {
	Body         []byte
	HTTPResponse *http.Response
	JSON200      *CollectionResponseModel
}

func ParseGetOrganizationsOrgIdCollectionsIdResponse

func ParseGetOrganizationsOrgIdCollectionsIdResponse(rsp *http.Response) (*GetOrganizationsOrgIdCollectionsIdResponse, error)

ParseGetOrganizationsOrgIdCollectionsIdResponse parses an HTTP response from a GetOrganizationsOrgIdCollectionsIdWithResponse call

func (GetOrganizationsOrgIdCollectionsIdResponse) Status

Status returns HTTPResponse.Status

func (GetOrganizationsOrgIdCollectionsIdResponse) StatusCode

StatusCode returns HTTPResponse.StatusCode

type GetOrganizationsOrgIdCollectionsIdUsersResponse

type GetOrganizationsOrgIdCollectionsIdUsersResponse struct {
	Body         []byte
	HTTPResponse *http.Response
	JSON200      *[]SelectionReadOnlyResponseModel
}

func ParseGetOrganizationsOrgIdCollectionsIdUsersResponse

func ParseGetOrganizationsOrgIdCollectionsIdUsersResponse(rsp *http.Response) (*GetOrganizationsOrgIdCollectionsIdUsersResponse, error)

ParseGetOrganizationsOrgIdCollectionsIdUsersResponse parses an HTTP response from a GetOrganizationsOrgIdCollectionsIdUsersWithResponse call

func (GetOrganizationsOrgIdCollectionsIdUsersResponse) Status

Status returns HTTPResponse.Status

func (GetOrganizationsOrgIdCollectionsIdUsersResponse) StatusCode

StatusCode returns HTTPResponse.StatusCode

type GetOrganizationsOrgIdCollectionsResponse

type GetOrganizationsOrgIdCollectionsResponse struct {
	Body         []byte
	HTTPResponse *http.Response
	JSON200      *CollectionResponseModelListResponseModel
}

func ParseGetOrganizationsOrgIdCollectionsResponse

func ParseGetOrganizationsOrgIdCollectionsResponse(rsp *http.Response) (*GetOrganizationsOrgIdCollectionsResponse, error)

ParseGetOrganizationsOrgIdCollectionsResponse parses an HTTP response from a GetOrganizationsOrgIdCollectionsWithResponse call

func (GetOrganizationsOrgIdCollectionsResponse) Status

Status returns HTTPResponse.Status

func (GetOrganizationsOrgIdCollectionsResponse) StatusCode

StatusCode returns HTTPResponse.StatusCode

type GetOrganizationsOrgIdGroupsIdDetailsResponse

type GetOrganizationsOrgIdGroupsIdDetailsResponse struct {
	Body         []byte
	HTTPResponse *http.Response
	JSON200      *GroupDetailsResponseModel
}

func ParseGetOrganizationsOrgIdGroupsIdDetailsResponse

func ParseGetOrganizationsOrgIdGroupsIdDetailsResponse(rsp *http.Response) (*GetOrganizationsOrgIdGroupsIdDetailsResponse, error)

ParseGetOrganizationsOrgIdGroupsIdDetailsResponse parses an HTTP response from a GetOrganizationsOrgIdGroupsIdDetailsWithResponse call

func (GetOrganizationsOrgIdGroupsIdDetailsResponse) Status

Status returns HTTPResponse.Status

func (GetOrganizationsOrgIdGroupsIdDetailsResponse) StatusCode

StatusCode returns HTTPResponse.StatusCode

type GetOrganizationsOrgIdGroupsIdResponse

type GetOrganizationsOrgIdGroupsIdResponse struct {
	Body         []byte
	HTTPResponse *http.Response
	JSON200      *GroupResponseModel
}

func ParseGetOrganizationsOrgIdGroupsIdResponse

func ParseGetOrganizationsOrgIdGroupsIdResponse(rsp *http.Response) (*GetOrganizationsOrgIdGroupsIdResponse, error)

ParseGetOrganizationsOrgIdGroupsIdResponse parses an HTTP response from a GetOrganizationsOrgIdGroupsIdWithResponse call

func (GetOrganizationsOrgIdGroupsIdResponse) Status

Status returns HTTPResponse.Status

func (GetOrganizationsOrgIdGroupsIdResponse) StatusCode

StatusCode returns HTTPResponse.StatusCode

type GetOrganizationsOrgIdGroupsIdUsersResponse

type GetOrganizationsOrgIdGroupsIdUsersResponse struct {
	Body         []byte
	HTTPResponse *http.Response
	JSON200      *[]string
}

func ParseGetOrganizationsOrgIdGroupsIdUsersResponse

func ParseGetOrganizationsOrgIdGroupsIdUsersResponse(rsp *http.Response) (*GetOrganizationsOrgIdGroupsIdUsersResponse, error)

ParseGetOrganizationsOrgIdGroupsIdUsersResponse parses an HTTP response from a GetOrganizationsOrgIdGroupsIdUsersWithResponse call

func (GetOrganizationsOrgIdGroupsIdUsersResponse) Status

Status returns HTTPResponse.Status

func (GetOrganizationsOrgIdGroupsIdUsersResponse) StatusCode

StatusCode returns HTTPResponse.StatusCode

type GetOrganizationsOrgIdGroupsResponse

type GetOrganizationsOrgIdGroupsResponse struct {
	Body         []byte
	HTTPResponse *http.Response
	JSON200      *GroupResponseModelListResponseModel
}

func ParseGetOrganizationsOrgIdGroupsResponse

func ParseGetOrganizationsOrgIdGroupsResponse(rsp *http.Response) (*GetOrganizationsOrgIdGroupsResponse, error)

ParseGetOrganizationsOrgIdGroupsResponse parses an HTTP response from a GetOrganizationsOrgIdGroupsWithResponse call

func (GetOrganizationsOrgIdGroupsResponse) Status

Status returns HTTPResponse.Status

func (GetOrganizationsOrgIdGroupsResponse) StatusCode

StatusCode returns HTTPResponse.StatusCode

type GetOrganizationsOrgIdPoliciesResponse

type GetOrganizationsOrgIdPoliciesResponse struct {
	Body         []byte
	HTTPResponse *http.Response
	JSON200      *PolicyResponseModelListResponseModel
}

func ParseGetOrganizationsOrgIdPoliciesResponse

func ParseGetOrganizationsOrgIdPoliciesResponse(rsp *http.Response) (*GetOrganizationsOrgIdPoliciesResponse, error)

ParseGetOrganizationsOrgIdPoliciesResponse parses an HTTP response from a GetOrganizationsOrgIdPoliciesWithResponse call

func (GetOrganizationsOrgIdPoliciesResponse) Status

Status returns HTTPResponse.Status

func (GetOrganizationsOrgIdPoliciesResponse) StatusCode

StatusCode returns HTTPResponse.StatusCode

type GetOrganizationsOrgIdPoliciesTokenParams

type GetOrganizationsOrgIdPoliciesTokenParams struct {
	Email              *string `json:"email,omitempty"`
	Token              *string `json:"token,omitempty"`
	OrganizationUserId *string `json:"organizationUserId,omitempty"`
}

GetOrganizationsOrgIdPoliciesTokenParams defines parameters for GetOrganizationsOrgIdPoliciesToken.

type GetOrganizationsOrgIdPoliciesTokenResponse

type GetOrganizationsOrgIdPoliciesTokenResponse struct {
	Body         []byte
	HTTPResponse *http.Response
	JSON200      *PolicyResponseModelListResponseModel
}

func ParseGetOrganizationsOrgIdPoliciesTokenResponse

func ParseGetOrganizationsOrgIdPoliciesTokenResponse(rsp *http.Response) (*GetOrganizationsOrgIdPoliciesTokenResponse, error)

ParseGetOrganizationsOrgIdPoliciesTokenResponse parses an HTTP response from a GetOrganizationsOrgIdPoliciesTokenWithResponse call

func (GetOrganizationsOrgIdPoliciesTokenResponse) Status

Status returns HTTPResponse.Status

func (GetOrganizationsOrgIdPoliciesTokenResponse) StatusCode

StatusCode returns HTTPResponse.StatusCode

type GetOrganizationsOrgIdPoliciesTypeResponse

type GetOrganizationsOrgIdPoliciesTypeResponse struct {
	Body         []byte
	HTTPResponse *http.Response
	JSON200      *PolicyResponseModel
}

func ParseGetOrganizationsOrgIdPoliciesTypeResponse

func ParseGetOrganizationsOrgIdPoliciesTypeResponse(rsp *http.Response) (*GetOrganizationsOrgIdPoliciesTypeResponse, error)

ParseGetOrganizationsOrgIdPoliciesTypeResponse parses an HTTP response from a GetOrganizationsOrgIdPoliciesTypeWithResponse call

func (GetOrganizationsOrgIdPoliciesTypeResponse) Status

Status returns HTTPResponse.Status

func (GetOrganizationsOrgIdPoliciesTypeResponse) StatusCode

StatusCode returns HTTPResponse.StatusCode

type GetOrganizationsOrgIdUsersIdEventsParams

type GetOrganizationsOrgIdUsersIdEventsParams struct {
	Start             *time.Time `json:"start,omitempty"`
	End               *time.Time `json:"end,omitempty"`
	ContinuationToken *string    `json:"continuationToken,omitempty"`
}

GetOrganizationsOrgIdUsersIdEventsParams defines parameters for GetOrganizationsOrgIdUsersIdEvents.

type GetOrganizationsOrgIdUsersIdEventsResponse

type GetOrganizationsOrgIdUsersIdEventsResponse struct {
	Body         []byte
	HTTPResponse *http.Response
	JSON200      *EventResponseModelListResponseModel
}

func ParseGetOrganizationsOrgIdUsersIdEventsResponse

func ParseGetOrganizationsOrgIdUsersIdEventsResponse(rsp *http.Response) (*GetOrganizationsOrgIdUsersIdEventsResponse, error)

ParseGetOrganizationsOrgIdUsersIdEventsResponse parses an HTTP response from a GetOrganizationsOrgIdUsersIdEventsWithResponse call

func (GetOrganizationsOrgIdUsersIdEventsResponse) Status

Status returns HTTPResponse.Status

func (GetOrganizationsOrgIdUsersIdEventsResponse) StatusCode

StatusCode returns HTTPResponse.StatusCode

type GetOrganizationsOrgIdUsersIdGroupsResponse

type GetOrganizationsOrgIdUsersIdGroupsResponse struct {
	Body         []byte
	HTTPResponse *http.Response
	JSON200      *[]string
}

func ParseGetOrganizationsOrgIdUsersIdGroupsResponse

func ParseGetOrganizationsOrgIdUsersIdGroupsResponse(rsp *http.Response) (*GetOrganizationsOrgIdUsersIdGroupsResponse, error)

ParseGetOrganizationsOrgIdUsersIdGroupsResponse parses an HTTP response from a GetOrganizationsOrgIdUsersIdGroupsWithResponse call

func (GetOrganizationsOrgIdUsersIdGroupsResponse) Status

Status returns HTTPResponse.Status

func (GetOrganizationsOrgIdUsersIdGroupsResponse) StatusCode

StatusCode returns HTTPResponse.StatusCode

type GetOrganizationsOrgIdUsersIdResetPasswordDetailsResponse

type GetOrganizationsOrgIdUsersIdResetPasswordDetailsResponse struct {
	Body         []byte
	HTTPResponse *http.Response
	JSON200      *OrganizationUserResetPasswordDetailsResponseModel
}

func ParseGetOrganizationsOrgIdUsersIdResetPasswordDetailsResponse

func ParseGetOrganizationsOrgIdUsersIdResetPasswordDetailsResponse(rsp *http.Response) (*GetOrganizationsOrgIdUsersIdResetPasswordDetailsResponse, error)

ParseGetOrganizationsOrgIdUsersIdResetPasswordDetailsResponse parses an HTTP response from a GetOrganizationsOrgIdUsersIdResetPasswordDetailsWithResponse call

func (GetOrganizationsOrgIdUsersIdResetPasswordDetailsResponse) Status

Status returns HTTPResponse.Status

func (GetOrganizationsOrgIdUsersIdResetPasswordDetailsResponse) StatusCode

StatusCode returns HTTPResponse.StatusCode

type GetOrganizationsOrgIdUsersIdResponse

type GetOrganizationsOrgIdUsersIdResponse struct {
	Body         []byte
	HTTPResponse *http.Response
	JSON200      *OrganizationUserDetailsResponseModel
}

func ParseGetOrganizationsOrgIdUsersIdResponse

func ParseGetOrganizationsOrgIdUsersIdResponse(rsp *http.Response) (*GetOrganizationsOrgIdUsersIdResponse, error)

ParseGetOrganizationsOrgIdUsersIdResponse parses an HTTP response from a GetOrganizationsOrgIdUsersIdWithResponse call

func (GetOrganizationsOrgIdUsersIdResponse) Status

Status returns HTTPResponse.Status

func (GetOrganizationsOrgIdUsersIdResponse) StatusCode

StatusCode returns HTTPResponse.StatusCode

type GetOrganizationsOrgIdUsersResponse

type GetOrganizationsOrgIdUsersResponse struct {
	Body         []byte
	HTTPResponse *http.Response
	JSON200      *OrganizationUserUserDetailsResponseModelListResponseModel
}

func ParseGetOrganizationsOrgIdUsersResponse

func ParseGetOrganizationsOrgIdUsersResponse(rsp *http.Response) (*GetOrganizationsOrgIdUsersResponse, error)

ParseGetOrganizationsOrgIdUsersResponse parses an HTTP response from a GetOrganizationsOrgIdUsersWithResponse call

func (GetOrganizationsOrgIdUsersResponse) Status

Status returns HTTPResponse.Status

func (GetOrganizationsOrgIdUsersResponse) StatusCode

func (r GetOrganizationsOrgIdUsersResponse) StatusCode() int

StatusCode returns HTTPResponse.StatusCode

type GetOrganizationsResponse

type GetOrganizationsResponse struct {
	Body         []byte
	HTTPResponse *http.Response
	JSON200      *ProfileOrganizationResponseModelListResponseModel
}

func ParseGetOrganizationsResponse

func ParseGetOrganizationsResponse(rsp *http.Response) (*GetOrganizationsResponse, error)

ParseGetOrganizationsResponse parses an HTTP response from a GetOrganizationsWithResponse call

func (GetOrganizationsResponse) Status

func (r GetOrganizationsResponse) Status() string

Status returns HTTPResponse.Status

func (GetOrganizationsResponse) StatusCode

func (r GetOrganizationsResponse) StatusCode() int

StatusCode returns HTTPResponse.StatusCode

type GetPlansResponse

type GetPlansResponse struct {
	Body         []byte
	HTTPResponse *http.Response
	JSON200      *PlanResponseModelListResponseModel
}

func ParseGetPlansResponse

func ParseGetPlansResponse(rsp *http.Response) (*GetPlansResponse, error)

ParseGetPlansResponse parses an HTTP response from a GetPlansWithResponse call

func (GetPlansResponse) Status

func (r GetPlansResponse) Status() string

Status returns HTTPResponse.Status

func (GetPlansResponse) StatusCode

func (r GetPlansResponse) StatusCode() int

StatusCode returns HTTPResponse.StatusCode

type GetPlansSalesTaxRatesResponse

type GetPlansSalesTaxRatesResponse struct {
	Body         []byte
	HTTPResponse *http.Response
	JSON200      *TaxRateResponseModelListResponseModel
}

func ParseGetPlansSalesTaxRatesResponse

func ParseGetPlansSalesTaxRatesResponse(rsp *http.Response) (*GetPlansSalesTaxRatesResponse, error)

ParseGetPlansSalesTaxRatesResponse parses an HTTP response from a GetPlansSalesTaxRatesWithResponse call

func (GetPlansSalesTaxRatesResponse) Status

Status returns HTTPResponse.Status

func (GetPlansSalesTaxRatesResponse) StatusCode

func (r GetPlansSalesTaxRatesResponse) StatusCode() int

StatusCode returns HTTPResponse.StatusCode

type GetSendsIdFileFileIdResponse

type GetSendsIdFileFileIdResponse struct {
	Body         []byte
	HTTPResponse *http.Response
	JSON200      *SendFileUploadDataResponseModel
}

func ParseGetSendsIdFileFileIdResponse

func ParseGetSendsIdFileFileIdResponse(rsp *http.Response) (*GetSendsIdFileFileIdResponse, error)

ParseGetSendsIdFileFileIdResponse parses an HTTP response from a GetSendsIdFileFileIdWithResponse call

func (GetSendsIdFileFileIdResponse) Status

Status returns HTTPResponse.Status

func (GetSendsIdFileFileIdResponse) StatusCode

func (r GetSendsIdFileFileIdResponse) StatusCode() int

StatusCode returns HTTPResponse.StatusCode

type GetSendsIdResponse

type GetSendsIdResponse struct {
	Body         []byte
	HTTPResponse *http.Response
	JSON200      *SendResponseModel
}

func ParseGetSendsIdResponse

func ParseGetSendsIdResponse(rsp *http.Response) (*GetSendsIdResponse, error)

ParseGetSendsIdResponse parses an HTTP response from a GetSendsIdWithResponse call

func (GetSendsIdResponse) Status

func (r GetSendsIdResponse) Status() string

Status returns HTTPResponse.Status

func (GetSendsIdResponse) StatusCode

func (r GetSendsIdResponse) StatusCode() int

StatusCode returns HTTPResponse.StatusCode

type GetSendsResponse

type GetSendsResponse struct {
	Body         []byte
	HTTPResponse *http.Response
	JSON200      *SendResponseModelListResponseModel
}

func ParseGetSendsResponse

func ParseGetSendsResponse(rsp *http.Response) (*GetSendsResponse, error)

ParseGetSendsResponse parses an HTTP response from a GetSendsWithResponse call

func (GetSendsResponse) Status

func (r GetSendsResponse) Status() string

Status returns HTTPResponse.Status

func (GetSendsResponse) StatusCode

func (r GetSendsResponse) StatusCode() int

StatusCode returns HTTPResponse.StatusCode

type GetSettingsDomainsParams

type GetSettingsDomainsParams struct {
	Excluded *bool `json:"excluded,omitempty"`
}

GetSettingsDomainsParams defines parameters for GetSettingsDomains.

type GetSettingsDomainsResponse

type GetSettingsDomainsResponse struct {
	Body         []byte
	HTTPResponse *http.Response
	JSON200      *DomainsResponseModel
}

func ParseGetSettingsDomainsResponse

func ParseGetSettingsDomainsResponse(rsp *http.Response) (*GetSettingsDomainsResponse, error)

ParseGetSettingsDomainsResponse parses an HTTP response from a GetSettingsDomainsWithResponse call

func (GetSettingsDomainsResponse) Status

Status returns HTTPResponse.Status

func (GetSettingsDomainsResponse) StatusCode

func (r GetSettingsDomainsResponse) StatusCode() int

StatusCode returns HTTPResponse.StatusCode

type GetSyncParams

type GetSyncParams struct {
	ExcludeDomains *bool `json:"excludeDomains,omitempty"`
}

GetSyncParams defines parameters for GetSync.

type GetSyncResponse

type GetSyncResponse struct {
	Body         []byte
	HTTPResponse *http.Response
	JSON200      *SyncResponseModel
}

func ParseGetSyncResponse

func ParseGetSyncResponse(rsp *http.Response) (*GetSyncResponse, error)

ParseGetSyncResponse parses an HTTP response from a GetSyncWithResponse call

func (GetSyncResponse) Status

func (r GetSyncResponse) Status() string

Status returns HTTPResponse.Status

func (GetSyncResponse) StatusCode

func (r GetSyncResponse) StatusCode() int

StatusCode returns HTTPResponse.StatusCode

type GetTwoFactorResponse

type GetTwoFactorResponse struct {
	Body         []byte
	HTTPResponse *http.Response
	JSON200      *TwoFactorProviderResponseModelListResponseModel
}

func ParseGetTwoFactorResponse

func ParseGetTwoFactorResponse(rsp *http.Response) (*GetTwoFactorResponse, error)

ParseGetTwoFactorResponse parses an HTTP response from a GetTwoFactorWithResponse call

func (GetTwoFactorResponse) Status

func (r GetTwoFactorResponse) Status() string

Status returns HTTPResponse.Status

func (GetTwoFactorResponse) StatusCode

func (r GetTwoFactorResponse) StatusCode() int

StatusCode returns HTTPResponse.StatusCode

type GetUsersIdPublicKeyResponse

type GetUsersIdPublicKeyResponse struct {
	Body         []byte
	HTTPResponse *http.Response
	JSON200      *UserKeyResponseModel
}

func ParseGetUsersIdPublicKeyResponse

func ParseGetUsersIdPublicKeyResponse(rsp *http.Response) (*GetUsersIdPublicKeyResponse, error)

ParseGetUsersIdPublicKeyResponse parses an HTTP response from a GetUsersIdPublicKeyWithResponse call

func (GetUsersIdPublicKeyResponse) Status

Status returns HTTPResponse.Status

func (GetUsersIdPublicKeyResponse) StatusCode

func (r GetUsersIdPublicKeyResponse) StatusCode() int

StatusCode returns HTTPResponse.StatusCode

type GetVersionResponse

type GetVersionResponse struct {
	Body         []byte
	HTTPResponse *http.Response
	JSON200      *VersionResponseModel
}

func ParseGetVersionResponse

func ParseGetVersionResponse(rsp *http.Response) (*GetVersionResponse, error)

ParseGetVersionResponse parses an HTTP response from a GetVersionWithResponse call

func (GetVersionResponse) Status

func (r GetVersionResponse) Status() string

Status returns HTTPResponse.Status

func (GetVersionResponse) StatusCode

func (r GetVersionResponse) StatusCode() int

StatusCode returns HTTPResponse.StatusCode

type GlobalDomains

type GlobalDomains struct {
	Domains  *[]string                    `json:"domains"`
	Excluded *bool                        `json:"excluded,omitempty"`
	Type     *GlobalEquivalentDomainsType `json:"type,omitempty"`
}

GlobalDomains defines model for GlobalDomains.

type GlobalEquivalentDomainsType

type GlobalEquivalentDomainsType int32

GlobalEquivalentDomainsType defines model for GlobalEquivalentDomainsType.

const (
	GlobalEquivalentDomainsTypeN0 GlobalEquivalentDomainsType = 0

	GlobalEquivalentDomainsTypeN1 GlobalEquivalentDomainsType = 1

	GlobalEquivalentDomainsTypeN10 GlobalEquivalentDomainsType = 10

	GlobalEquivalentDomainsTypeN11 GlobalEquivalentDomainsType = 11

	GlobalEquivalentDomainsTypeN12 GlobalEquivalentDomainsType = 12

	GlobalEquivalentDomainsTypeN13 GlobalEquivalentDomainsType = 13

	GlobalEquivalentDomainsTypeN14 GlobalEquivalentDomainsType = 14

	GlobalEquivalentDomainsTypeN15 GlobalEquivalentDomainsType = 15

	GlobalEquivalentDomainsTypeN16 GlobalEquivalentDomainsType = 16

	GlobalEquivalentDomainsTypeN17 GlobalEquivalentDomainsType = 17

	GlobalEquivalentDomainsTypeN18 GlobalEquivalentDomainsType = 18

	GlobalEquivalentDomainsTypeN19 GlobalEquivalentDomainsType = 19

	GlobalEquivalentDomainsTypeN2 GlobalEquivalentDomainsType = 2

	GlobalEquivalentDomainsTypeN20 GlobalEquivalentDomainsType = 20

	GlobalEquivalentDomainsTypeN21 GlobalEquivalentDomainsType = 21

	GlobalEquivalentDomainsTypeN22 GlobalEquivalentDomainsType = 22

	GlobalEquivalentDomainsTypeN23 GlobalEquivalentDomainsType = 23

	GlobalEquivalentDomainsTypeN24 GlobalEquivalentDomainsType = 24

	GlobalEquivalentDomainsTypeN25 GlobalEquivalentDomainsType = 25

	GlobalEquivalentDomainsTypeN26 GlobalEquivalentDomainsType = 26

	GlobalEquivalentDomainsTypeN27 GlobalEquivalentDomainsType = 27

	GlobalEquivalentDomainsTypeN28 GlobalEquivalentDomainsType = 28

	GlobalEquivalentDomainsTypeN29 GlobalEquivalentDomainsType = 29

	GlobalEquivalentDomainsTypeN3 GlobalEquivalentDomainsType = 3

	GlobalEquivalentDomainsTypeN30 GlobalEquivalentDomainsType = 30

	GlobalEquivalentDomainsTypeN31 GlobalEquivalentDomainsType = 31

	GlobalEquivalentDomainsTypeN32 GlobalEquivalentDomainsType = 32

	GlobalEquivalentDomainsTypeN33 GlobalEquivalentDomainsType = 33

	GlobalEquivalentDomainsTypeN34 GlobalEquivalentDomainsType = 34

	GlobalEquivalentDomainsTypeN35 GlobalEquivalentDomainsType = 35

	GlobalEquivalentDomainsTypeN36 GlobalEquivalentDomainsType = 36

	GlobalEquivalentDomainsTypeN37 GlobalEquivalentDomainsType = 37

	GlobalEquivalentDomainsTypeN38 GlobalEquivalentDomainsType = 38

	GlobalEquivalentDomainsTypeN39 GlobalEquivalentDomainsType = 39

	GlobalEquivalentDomainsTypeN4 GlobalEquivalentDomainsType = 4

	GlobalEquivalentDomainsTypeN40 GlobalEquivalentDomainsType = 40

	GlobalEquivalentDomainsTypeN41 GlobalEquivalentDomainsType = 41

	GlobalEquivalentDomainsTypeN42 GlobalEquivalentDomainsType = 42

	GlobalEquivalentDomainsTypeN43 GlobalEquivalentDomainsType = 43

	GlobalEquivalentDomainsTypeN44 GlobalEquivalentDomainsType = 44

	GlobalEquivalentDomainsTypeN45 GlobalEquivalentDomainsType = 45

	GlobalEquivalentDomainsTypeN46 GlobalEquivalentDomainsType = 46

	GlobalEquivalentDomainsTypeN47 GlobalEquivalentDomainsType = 47

	GlobalEquivalentDomainsTypeN48 GlobalEquivalentDomainsType = 48

	GlobalEquivalentDomainsTypeN49 GlobalEquivalentDomainsType = 49

	GlobalEquivalentDomainsTypeN5 GlobalEquivalentDomainsType = 5

	GlobalEquivalentDomainsTypeN50 GlobalEquivalentDomainsType = 50

	GlobalEquivalentDomainsTypeN51 GlobalEquivalentDomainsType = 51

	GlobalEquivalentDomainsTypeN52 GlobalEquivalentDomainsType = 52

	GlobalEquivalentDomainsTypeN53 GlobalEquivalentDomainsType = 53

	GlobalEquivalentDomainsTypeN54 GlobalEquivalentDomainsType = 54

	GlobalEquivalentDomainsTypeN55 GlobalEquivalentDomainsType = 55

	GlobalEquivalentDomainsTypeN56 GlobalEquivalentDomainsType = 56

	GlobalEquivalentDomainsTypeN57 GlobalEquivalentDomainsType = 57

	GlobalEquivalentDomainsTypeN58 GlobalEquivalentDomainsType = 58

	GlobalEquivalentDomainsTypeN59 GlobalEquivalentDomainsType = 59

	GlobalEquivalentDomainsTypeN6 GlobalEquivalentDomainsType = 6

	GlobalEquivalentDomainsTypeN60 GlobalEquivalentDomainsType = 60

	GlobalEquivalentDomainsTypeN61 GlobalEquivalentDomainsType = 61

	GlobalEquivalentDomainsTypeN62 GlobalEquivalentDomainsType = 62

	GlobalEquivalentDomainsTypeN63 GlobalEquivalentDomainsType = 63

	GlobalEquivalentDomainsTypeN64 GlobalEquivalentDomainsType = 64

	GlobalEquivalentDomainsTypeN65 GlobalEquivalentDomainsType = 65

	GlobalEquivalentDomainsTypeN66 GlobalEquivalentDomainsType = 66

	GlobalEquivalentDomainsTypeN67 GlobalEquivalentDomainsType = 67

	GlobalEquivalentDomainsTypeN68 GlobalEquivalentDomainsType = 68

	GlobalEquivalentDomainsTypeN69 GlobalEquivalentDomainsType = 69

	GlobalEquivalentDomainsTypeN7 GlobalEquivalentDomainsType = 7

	GlobalEquivalentDomainsTypeN70 GlobalEquivalentDomainsType = 70

	GlobalEquivalentDomainsTypeN71 GlobalEquivalentDomainsType = 71

	GlobalEquivalentDomainsTypeN72 GlobalEquivalentDomainsType = 72

	GlobalEquivalentDomainsTypeN73 GlobalEquivalentDomainsType = 73

	GlobalEquivalentDomainsTypeN74 GlobalEquivalentDomainsType = 74

	GlobalEquivalentDomainsTypeN75 GlobalEquivalentDomainsType = 75

	GlobalEquivalentDomainsTypeN76 GlobalEquivalentDomainsType = 76

	GlobalEquivalentDomainsTypeN77 GlobalEquivalentDomainsType = 77

	GlobalEquivalentDomainsTypeN78 GlobalEquivalentDomainsType = 78

	GlobalEquivalentDomainsTypeN79 GlobalEquivalentDomainsType = 79

	GlobalEquivalentDomainsTypeN8 GlobalEquivalentDomainsType = 8

	GlobalEquivalentDomainsTypeN80 GlobalEquivalentDomainsType = 80

	GlobalEquivalentDomainsTypeN81 GlobalEquivalentDomainsType = 81

	GlobalEquivalentDomainsTypeN82 GlobalEquivalentDomainsType = 82

	GlobalEquivalentDomainsTypeN83 GlobalEquivalentDomainsType = 83

	GlobalEquivalentDomainsTypeN84 GlobalEquivalentDomainsType = 84

	GlobalEquivalentDomainsTypeN85 GlobalEquivalentDomainsType = 85

	GlobalEquivalentDomainsTypeN9 GlobalEquivalentDomainsType = 9
)

Defines values for GlobalEquivalentDomainsType.

type Group

type Group struct {
	ExternalId string    `json:"externalId"`
	Name       string    `json:"name"`
	Users      *[]string `json:"users"`
}

Group defines model for Group.

type GroupDetailsResponseModel

type GroupDetailsResponseModel struct {
	AccessAll      *bool                             `json:"accessAll,omitempty"`
	Collections    *[]SelectionReadOnlyResponseModel `json:"collections"`
	ExternalId     *string                           `json:"externalId"`
	Id             *string                           `json:"id"`
	Name           *string                           `json:"name"`
	Object         *string                           `json:"object"`
	OrganizationId *string                           `json:"organizationId"`
}

GroupDetailsResponseModel defines model for GroupDetailsResponseModel.

type GroupRequestModel

type GroupRequestModel struct {
	AccessAll   bool                             `json:"accessAll"`
	Collections *[]SelectionReadOnlyRequestModel `json:"collections"`
	ExternalId  *string                          `json:"externalId"`
	Name        string                           `json:"name"`
}

GroupRequestModel defines model for GroupRequestModel.

type GroupResponseModel

type GroupResponseModel struct {
	AccessAll      *bool   `json:"accessAll,omitempty"`
	ExternalId     *string `json:"externalId"`
	Id             *string `json:"id"`
	Name           *string `json:"name"`
	Object         *string `json:"object"`
	OrganizationId *string `json:"organizationId"`
}

GroupResponseModel defines model for GroupResponseModel.

type GroupResponseModelListResponseModel

type GroupResponseModelListResponseModel struct {
	ContinuationToken *string               `json:"continuationToken"`
	Data              *[]GroupResponseModel `json:"data"`
	Object            *string               `json:"object"`
}

GroupResponseModelListResponseModel defines model for GroupResponseModelListResponseModel.

type HttpRequestDoer

type HttpRequestDoer interface {
	Do(req *http.Request) (*http.Response, error)
}

Doer performs HTTP requests.

The standard http.Client implements this interface.

type IapCheckRequestModel

type IapCheckRequestModel struct {
	PaymentMethodType PaymentMethodType `json:"paymentMethodType"`
}

IapCheckRequestModel defines model for IapCheckRequestModel.

type ImportCiphersRequestModel

type ImportCiphersRequestModel struct {
	Ciphers             *[]CipherRequestModel     `json:"ciphers"`
	FolderRelationships *[]Int32Int32KeyValuePair `json:"folderRelationships"`
	Folders             *[]FolderRequestModel     `json:"folders"`
}

ImportCiphersRequestModel defines model for ImportCiphersRequestModel.

type ImportOrganizationCiphersRequestModel

type ImportOrganizationCiphersRequestModel struct {
	Ciphers                 *[]CipherRequestModel     `json:"ciphers"`
	CollectionRelationships *[]Int32Int32KeyValuePair `json:"collectionRelationships"`
	Collections             *[]CollectionRequestModel `json:"collections"`
}

ImportOrganizationCiphersRequestModel defines model for ImportOrganizationCiphersRequestModel.

type ImportOrganizationUsersRequestModel

type ImportOrganizationUsersRequestModel struct {
	Groups            *[]Group `json:"groups"`
	LargeImport       *bool    `json:"largeImport,omitempty"`
	OverwriteExisting *bool    `json:"overwriteExisting,omitempty"`
	Users             *[]User  `json:"users"`
}

ImportOrganizationUsersRequestModel defines model for ImportOrganizationUsersRequestModel.

type InstallationRequestModel

type InstallationRequestModel struct {
	Email openapi_types.Email `json:"email"`
}

InstallationRequestModel defines model for InstallationRequestModel.

type InstallationResponseModel

type InstallationResponseModel struct {
	Enabled *bool   `json:"enabled,omitempty"`
	Id      *string `json:"id"`
	Key     *string `json:"key"`
	Object  *string `json:"object"`
}

InstallationResponseModel defines model for InstallationResponseModel.

type Int32Int32KeyValuePair

type Int32Int32KeyValuePair struct {
	Key   *int32 `json:"key,omitempty"`
	Value *int32 `json:"value,omitempty"`
}

Int32Int32KeyValuePair defines model for Int32Int32KeyValuePair.

type KdfRequestModel

type KdfRequestModel struct {
	Kdf                   KdfType `json:"kdf"`
	KdfIterations         int32   `json:"kdfIterations"`
	Key                   string  `json:"key"`
	MasterPasswordHash    string  `json:"masterPasswordHash"`
	NewMasterPasswordHash string  `json:"newMasterPasswordHash"`
}

KdfRequestModel defines model for KdfRequestModel.

type KdfType

type KdfType int32

KdfType defines model for KdfType.

const (
	KdfTypeN0 KdfType = 0
)

Defines values for KdfType.

type KeyModel

type KeyModel struct {
	Id       *int32  `json:"id,omitempty"`
	Migrated *bool   `json:"migrated,omitempty"`
	Name     *string `json:"name"`
}

KeyModel defines model for KeyModel.

type KeysRequestModel

type KeysRequestModel struct {
	EncryptedPrivateKey string  `json:"encryptedPrivateKey"`
	PublicKey           *string `json:"publicKey"`
}

KeysRequestModel defines model for KeysRequestModel.

type KeysResponseModel

type KeysResponseModel struct {
	Key        *string `json:"key"`
	Object     *string `json:"object"`
	PrivateKey *string `json:"privateKey"`
	PublicKey  *string `json:"publicKey"`
}

KeysResponseModel defines model for KeysResponseModel.

type OrganizationCreateRequestModel

type OrganizationCreateRequestModel struct {
	AdditionalSeats          *int32                        `json:"additionalSeats,omitempty"`
	AdditionalStorageGb      *int32                        `json:"additionalStorageGb"`
	BillingAddressCity       *string                       `json:"billingAddressCity"`
	BillingAddressCountry    *string                       `json:"billingAddressCountry"`
	BillingAddressLine1      *string                       `json:"billingAddressLine1"`
	BillingAddressLine2      *string                       `json:"billingAddressLine2"`
	BillingAddressPostalCode *string                       `json:"billingAddressPostalCode"`
	BillingAddressState      *string                       `json:"billingAddressState"`
	BillingEmail             openapi_types.Email           `json:"billingEmail"`
	BusinessName             *string                       `json:"businessName"`
	CollectionName           *string                       `json:"collectionName"`
	Key                      string                        `json:"key"`
	Keys                     *OrganizationKeysRequestModel `json:"keys,omitempty"`
	Name                     string                        `json:"name"`
	PaymentMethodType        *PaymentMethodType            `json:"paymentMethodType,omitempty"`
	PaymentToken             *string                       `json:"paymentToken"`
	PlanType                 *PlanType                     `json:"planType,omitempty"`
	PremiumAccessAddon       *bool                         `json:"premiumAccessAddon,omitempty"`
	TaxIdNumber              *string                       `json:"taxIdNumber"`
}

OrganizationCreateRequestModel defines model for OrganizationCreateRequestModel.

type OrganizationDeleteRequestModel

type OrganizationDeleteRequestModel struct {
	MasterPasswordHash string `json:"masterPasswordHash"`
}

OrganizationDeleteRequestModel defines model for OrganizationDeleteRequestModel.

type OrganizationKeysRequestModel

type OrganizationKeysRequestModel struct {
	EncryptedPrivateKey string `json:"encryptedPrivateKey"`
	PublicKey           string `json:"publicKey"`
}

OrganizationKeysRequestModel defines model for OrganizationKeysRequestModel.

type OrganizationKeysResponseModel

type OrganizationKeysResponseModel struct {
	Object     *string `json:"object"`
	PrivateKey *string `json:"privateKey"`
	PublicKey  *string `json:"publicKey"`
}

OrganizationKeysResponseModel defines model for OrganizationKeysResponseModel.

type OrganizationLicense

type OrganizationLicense struct {
	BillingEmail     *string    `json:"billingEmail"`
	BusinessName     *string    `json:"businessName"`
	Enabled          *bool      `json:"enabled,omitempty"`
	Expires          *time.Time `json:"expires"`
	Hash             *string    `json:"hash"`
	Id               *string    `json:"id,omitempty"`
	InstallationId   *string    `json:"installationId,omitempty"`
	Issued           *time.Time `json:"issued,omitempty"`
	LicenseKey       *string    `json:"licenseKey"`
	MaxCollections   *int32     `json:"maxCollections"`
	MaxStorageGb     *int32     `json:"maxStorageGb"`
	Name             *string    `json:"name"`
	Plan             *string    `json:"plan"`
	PlanType         *PlanType  `json:"planType,omitempty"`
	Refresh          *time.Time `json:"refresh"`
	Seats            *int32     `json:"seats"`
	SelfHost         *bool      `json:"selfHost,omitempty"`
	Signature        *string    `json:"signature"`
	SignatureBytes   *[]byte    `json:"signatureBytes"`
	Trial            *bool      `json:"trial,omitempty"`
	Use2fa           *bool      `json:"use2fa,omitempty"`
	UseApi           *bool      `json:"useApi,omitempty"`
	UseDirectory     *bool      `json:"useDirectory,omitempty"`
	UseEvents        *bool      `json:"useEvents,omitempty"`
	UseGroups        *bool      `json:"useGroups,omitempty"`
	UsePolicies      *bool      `json:"usePolicies,omitempty"`
	UseResetPassword *bool      `json:"useResetPassword,omitempty"`
	UseSso           *bool      `json:"useSso,omitempty"`
	UseTotp          *bool      `json:"useTotp,omitempty"`
	UsersGetPremium  *bool      `json:"usersGetPremium,omitempty"`
	Version          *int32     `json:"version,omitempty"`
}

OrganizationLicense defines model for OrganizationLicense.

type OrganizationResponseModel

type OrganizationResponseModel struct {
	BillingEmail            *string            `json:"billingEmail"`
	BusinessAddress1        *string            `json:"businessAddress1"`
	BusinessAddress2        *string            `json:"businessAddress2"`
	BusinessAddress3        *string            `json:"businessAddress3"`
	BusinessCountry         *string            `json:"businessCountry"`
	BusinessName            *string            `json:"businessName"`
	BusinessTaxNumber       *string            `json:"businessTaxNumber"`
	HasPublicAndPrivateKeys *bool              `json:"hasPublicAndPrivateKeys,omitempty"`
	Id                      *string            `json:"id"`
	Identifier              *string            `json:"identifier"`
	MaxCollections          *int32             `json:"maxCollections"`
	MaxStorageGb            *int32             `json:"maxStorageGb"`
	Name                    *string            `json:"name"`
	Object                  *string            `json:"object"`
	Plan                    *PlanResponseModel `json:"plan,omitempty"`
	PlanType                *PlanType          `json:"planType,omitempty"`
	Seats                   *int32             `json:"seats"`
	SelfHost                *bool              `json:"selfHost,omitempty"`
	Use2fa                  *bool              `json:"use2fa,omitempty"`
	UseApi                  *bool              `json:"useApi,omitempty"`
	UseDirectory            *bool              `json:"useDirectory,omitempty"`
	UseEvents               *bool              `json:"useEvents,omitempty"`
	UseGroups               *bool              `json:"useGroups,omitempty"`
	UsePolicies             *bool              `json:"usePolicies,omitempty"`
	UseResetPassword        *bool              `json:"useResetPassword,omitempty"`
	UseSso                  *bool              `json:"useSso,omitempty"`
	UseTotp                 *bool              `json:"useTotp,omitempty"`
	UsersGetPremium         *bool              `json:"usersGetPremium,omitempty"`
}

OrganizationResponseModel defines model for OrganizationResponseModel.

type OrganizationSeatRequestModel

type OrganizationSeatRequestModel struct {
	SeatAdjustment int32 `json:"seatAdjustment"`
}

OrganizationSeatRequestModel defines model for OrganizationSeatRequestModel.

type OrganizationSubscriptionResponseModel

type OrganizationSubscriptionResponseModel struct {
	BillingEmail            *string                             `json:"billingEmail"`
	BusinessAddress1        *string                             `json:"businessAddress1"`
	BusinessAddress2        *string                             `json:"businessAddress2"`
	BusinessAddress3        *string                             `json:"businessAddress3"`
	BusinessCountry         *string                             `json:"businessCountry"`
	BusinessName            *string                             `json:"businessName"`
	BusinessTaxNumber       *string                             `json:"businessTaxNumber"`
	Expiration              *time.Time                          `json:"expiration"`
	HasPublicAndPrivateKeys *bool                               `json:"hasPublicAndPrivateKeys,omitempty"`
	Id                      *string                             `json:"id"`
	Identifier              *string                             `json:"identifier"`
	MaxCollections          *int32                              `json:"maxCollections"`
	MaxStorageGb            *int32                              `json:"maxStorageGb"`
	Name                    *string                             `json:"name"`
	Object                  *string                             `json:"object"`
	Plan                    *PlanResponseModel                  `json:"plan,omitempty"`
	PlanType                *PlanType                           `json:"planType,omitempty"`
	Seats                   *int32                              `json:"seats"`
	SelfHost                *bool                               `json:"selfHost,omitempty"`
	StorageGb               *float64                            `json:"storageGb"`
	StorageName             *string                             `json:"storageName"`
	Subscription            *BillingSubscription                `json:"subscription,omitempty"`
	UpcomingInvoice         *BillingSubscriptionUpcomingInvoice `json:"upcomingInvoice,omitempty"`
	Use2fa                  *bool                               `json:"use2fa,omitempty"`
	UseApi                  *bool                               `json:"useApi,omitempty"`
	UseDirectory            *bool                               `json:"useDirectory,omitempty"`
	UseEvents               *bool                               `json:"useEvents,omitempty"`
	UseGroups               *bool                               `json:"useGroups,omitempty"`
	UsePolicies             *bool                               `json:"usePolicies,omitempty"`
	UseResetPassword        *bool                               `json:"useResetPassword,omitempty"`
	UseSso                  *bool                               `json:"useSso,omitempty"`
	UseTotp                 *bool                               `json:"useTotp,omitempty"`
	UsersGetPremium         *bool                               `json:"usersGetPremium,omitempty"`
}

OrganizationSubscriptionResponseModel defines model for OrganizationSubscriptionResponseModel.

type OrganizationTaxInfoUpdateRequestModel

type OrganizationTaxInfoUpdateRequestModel struct {
	City       *string `json:"city"`
	Country    string  `json:"country"`
	Line1      *string `json:"line1"`
	Line2      *string `json:"line2"`
	PostalCode *string `json:"postalCode"`
	State      *string `json:"state"`
	TaxId      *string `json:"taxId"`
}

OrganizationTaxInfoUpdateRequestModel defines model for OrganizationTaxInfoUpdateRequestModel.

type OrganizationUpdateRequestModel

type OrganizationUpdateRequestModel struct {
	BillingEmail openapi_types.Email           `json:"billingEmail"`
	BusinessName *string                       `json:"businessName"`
	Identifier   *string                       `json:"identifier"`
	Keys         *OrganizationKeysRequestModel `json:"keys,omitempty"`
	Name         string                        `json:"name"`
	Permissions  *Permissions                  `json:"permissions,omitempty"`
}

OrganizationUpdateRequestModel defines model for OrganizationUpdateRequestModel.

type OrganizationUpgradeRequestModel

type OrganizationUpgradeRequestModel struct {
	AdditionalSeats          *int32                        `json:"additionalSeats,omitempty"`
	AdditionalStorageGb      *int32                        `json:"additionalStorageGb"`
	BillingAddressCountry    *string                       `json:"billingAddressCountry"`
	BillingAddressPostalCode *string                       `json:"billingAddressPostalCode"`
	BusinessName             *string                       `json:"businessName"`
	Keys                     *OrganizationKeysRequestModel `json:"keys,omitempty"`
	PlanType                 *PlanType                     `json:"planType,omitempty"`
	PremiumAccessAddon       *bool                         `json:"premiumAccessAddon,omitempty"`
}

OrganizationUpgradeRequestModel defines model for OrganizationUpgradeRequestModel.

type OrganizationUserAcceptRequestModel

type OrganizationUserAcceptRequestModel struct {
	Token string `json:"token"`
}

OrganizationUserAcceptRequestModel defines model for OrganizationUserAcceptRequestModel.

type OrganizationUserBulkConfirmRequestModel

type OrganizationUserBulkConfirmRequestModel struct {
	Keys []OrganizationUserBulkConfirmRequestModelEntry `json:"keys"`
}

OrganizationUserBulkConfirmRequestModel defines model for OrganizationUserBulkConfirmRequestModel.

type OrganizationUserBulkConfirmRequestModelEntry

type OrganizationUserBulkConfirmRequestModelEntry struct {
	Id  string `json:"id"`
	Key string `json:"key"`
}

OrganizationUserBulkConfirmRequestModelEntry defines model for OrganizationUserBulkConfirmRequestModelEntry.

type OrganizationUserBulkRequestModel

type OrganizationUserBulkRequestModel struct {
	Ids []string `json:"ids"`
}

OrganizationUserBulkRequestModel defines model for OrganizationUserBulkRequestModel.

type OrganizationUserBulkResponseModel

type OrganizationUserBulkResponseModel struct {
	Error  *string `json:"error"`
	Id     *string `json:"id,omitempty"`
	Object *string `json:"object"`
}

OrganizationUserBulkResponseModel defines model for OrganizationUserBulkResponseModel.

type OrganizationUserBulkResponseModelListResponseModel

type OrganizationUserBulkResponseModelListResponseModel struct {
	ContinuationToken *string                              `json:"continuationToken"`
	Data              *[]OrganizationUserBulkResponseModel `json:"data"`
	Object            *string                              `json:"object"`
}

OrganizationUserBulkResponseModelListResponseModel defines model for OrganizationUserBulkResponseModelListResponseModel.

type OrganizationUserConfirmRequestModel

type OrganizationUserConfirmRequestModel struct {
	Key string `json:"key"`
}

OrganizationUserConfirmRequestModel defines model for OrganizationUserConfirmRequestModel.

type OrganizationUserDetailsResponseModel

type OrganizationUserDetailsResponseModel struct {
	AccessAll             *bool                             `json:"accessAll,omitempty"`
	Collections           *[]SelectionReadOnlyResponseModel `json:"collections"`
	Id                    *string                           `json:"id"`
	Object                *string                           `json:"object"`
	Permissions           *Permissions                      `json:"permissions,omitempty"`
	ResetPasswordEnrolled *bool                             `json:"resetPasswordEnrolled,omitempty"`
	Status                *OrganizationUserStatusType       `json:"status,omitempty"`
	Type                  *OrganizationUserType             `json:"type,omitempty"`
	UserId                *string                           `json:"userId"`
}

OrganizationUserDetailsResponseModel defines model for OrganizationUserDetailsResponseModel.

type OrganizationUserInviteRequestModel

type OrganizationUserInviteRequestModel struct {
	AccessAll   *bool                            `json:"accessAll,omitempty"`
	Collections *[]SelectionReadOnlyRequestModel `json:"collections"`
	Emails      []string                         `json:"emails"`
	Permissions *Permissions                     `json:"permissions,omitempty"`
	Type        OrganizationUserType             `json:"type"`
}

OrganizationUserInviteRequestModel defines model for OrganizationUserInviteRequestModel.

type OrganizationUserPublicKeyResponseModel

type OrganizationUserPublicKeyResponseModel struct {
	Id     *string `json:"id,omitempty"`
	Key    *string `json:"key"`
	Object *string `json:"object"`
}

OrganizationUserPublicKeyResponseModel defines model for OrganizationUserPublicKeyResponseModel.

type OrganizationUserPublicKeyResponseModelListResponseModel

type OrganizationUserPublicKeyResponseModelListResponseModel struct {
	ContinuationToken *string                                   `json:"continuationToken"`
	Data              *[]OrganizationUserPublicKeyResponseModel `json:"data"`
	Object            *string                                   `json:"object"`
}

OrganizationUserPublicKeyResponseModelListResponseModel defines model for OrganizationUserPublicKeyResponseModelListResponseModel.

type OrganizationUserResetPasswordDetailsResponseModel

type OrganizationUserResetPasswordDetailsResponseModel struct {
	EncryptedPrivateKey *string  `json:"encryptedPrivateKey"`
	Kdf                 *KdfType `json:"kdf,omitempty"`
	KdfIterations       *int32   `json:"kdfIterations,omitempty"`
	Object              *string  `json:"object"`
	ResetPasswordKey    *string  `json:"resetPasswordKey"`
}

OrganizationUserResetPasswordDetailsResponseModel defines model for OrganizationUserResetPasswordDetailsResponseModel.

type OrganizationUserResetPasswordEnrollmentRequestModel

type OrganizationUserResetPasswordEnrollmentRequestModel struct {
	ResetPasswordKey *string `json:"resetPasswordKey"`
}

OrganizationUserResetPasswordEnrollmentRequestModel defines model for OrganizationUserResetPasswordEnrollmentRequestModel.

type OrganizationUserResetPasswordRequestModel

type OrganizationUserResetPasswordRequestModel struct {
	Key                   string `json:"key"`
	NewMasterPasswordHash string `json:"newMasterPasswordHash"`
}

OrganizationUserResetPasswordRequestModel defines model for OrganizationUserResetPasswordRequestModel.

type OrganizationUserStatusType

type OrganizationUserStatusType int32

OrganizationUserStatusType defines model for OrganizationUserStatusType.

const (
	OrganizationUserStatusTypeN0 OrganizationUserStatusType = 0

	OrganizationUserStatusTypeN1 OrganizationUserStatusType = 1

	OrganizationUserStatusTypeN2 OrganizationUserStatusType = 2
)

Defines values for OrganizationUserStatusType.

type OrganizationUserType

type OrganizationUserType int32

OrganizationUserType defines model for OrganizationUserType.

const (
	OrganizationUserTypeN0 OrganizationUserType = 0

	OrganizationUserTypeN1 OrganizationUserType = 1

	OrganizationUserTypeN2 OrganizationUserType = 2

	OrganizationUserTypeN3 OrganizationUserType = 3

	OrganizationUserTypeN4 OrganizationUserType = 4
)

Defines values for OrganizationUserType.

type OrganizationUserUpdateGroupsRequestModel

type OrganizationUserUpdateGroupsRequestModel struct {
	GroupIds []string `json:"groupIds"`
}

OrganizationUserUpdateGroupsRequestModel defines model for OrganizationUserUpdateGroupsRequestModel.

type OrganizationUserUpdateRequestModel

type OrganizationUserUpdateRequestModel struct {
	AccessAll   *bool                            `json:"accessAll,omitempty"`
	Collections *[]SelectionReadOnlyRequestModel `json:"collections"`
	Permissions *Permissions                     `json:"permissions,omitempty"`
	Type        OrganizationUserType             `json:"type"`
}

OrganizationUserUpdateRequestModel defines model for OrganizationUserUpdateRequestModel.

type OrganizationUserUserDetailsResponseModel

type OrganizationUserUserDetailsResponseModel struct {
	AccessAll             *bool                       `json:"accessAll,omitempty"`
	Email                 *string                     `json:"email"`
	Id                    *string                     `json:"id"`
	Name                  *string                     `json:"name"`
	Object                *string                     `json:"object"`
	Permissions           *Permissions                `json:"permissions,omitempty"`
	ResetPasswordEnrolled *bool                       `json:"resetPasswordEnrolled,omitempty"`
	SsoBound              *bool                       `json:"ssoBound,omitempty"`
	Status                *OrganizationUserStatusType `json:"status,omitempty"`
	TwoFactorEnabled      *bool                       `json:"twoFactorEnabled,omitempty"`
	Type                  *OrganizationUserType       `json:"type,omitempty"`
	UserId                *string                     `json:"userId"`
}

OrganizationUserUserDetailsResponseModel defines model for OrganizationUserUserDetailsResponseModel.

type OrganizationUserUserDetailsResponseModelListResponseModel

type OrganizationUserUserDetailsResponseModelListResponseModel struct {
	ContinuationToken *string                                     `json:"continuationToken"`
	Data              *[]OrganizationUserUserDetailsResponseModel `json:"data"`
	Object            *string                                     `json:"object"`
}

OrganizationUserUserDetailsResponseModelListResponseModel defines model for OrganizationUserUserDetailsResponseModelListResponseModel.

type OrganizationVerifyBankRequestModel

type OrganizationVerifyBankRequestModel struct {
	Amount1 int32 `json:"amount1"`
	Amount2 int32 `json:"amount2"`
}

OrganizationVerifyBankRequestModel defines model for OrganizationVerifyBankRequestModel.

type PasswordHintRequestModel

type PasswordHintRequestModel struct {
	Email openapi_types.Email `json:"email"`
}

PasswordHintRequestModel defines model for PasswordHintRequestModel.

type PasswordRequestModel

type PasswordRequestModel struct {
	Key                   string `json:"key"`
	MasterPasswordHash    string `json:"masterPasswordHash"`
	NewMasterPasswordHash string `json:"newMasterPasswordHash"`
}

PasswordRequestModel defines model for PasswordRequestModel.

type PaymentMethodType

type PaymentMethodType int32

PaymentMethodType defines model for PaymentMethodType.

const (
	PaymentMethodTypeN0 PaymentMethodType = 0

	PaymentMethodTypeN1 PaymentMethodType = 1

	PaymentMethodTypeN2 PaymentMethodType = 2

	PaymentMethodTypeN3 PaymentMethodType = 3

	PaymentMethodTypeN4 PaymentMethodType = 4

	PaymentMethodTypeN5 PaymentMethodType = 5

	PaymentMethodTypeN6 PaymentMethodType = 6

	PaymentMethodTypeN7 PaymentMethodType = 7

	PaymentMethodTypeN8 PaymentMethodType = 8
)

Defines values for PaymentMethodType.

type PaymentRequestModel

type PaymentRequestModel struct {
	City              *string           `json:"city"`
	Country           string            `json:"country"`
	Line1             *string           `json:"line1"`
	Line2             *string           `json:"line2"`
	PaymentMethodType PaymentMethodType `json:"paymentMethodType"`
	PaymentToken      string            `json:"paymentToken"`
	PostalCode        *string           `json:"postalCode"`
	State             *string           `json:"state"`
	TaxId             *string           `json:"taxId"`
}

PaymentRequestModel defines model for PaymentRequestModel.

type PaymentResponseModel

type PaymentResponseModel struct {
	Object                    *string               `json:"object"`
	PaymentIntentClientSecret *string               `json:"paymentIntentClientSecret"`
	Success                   *bool                 `json:"success,omitempty"`
	UserProfile               *ProfileResponseModel `json:"userProfile,omitempty"`
}

PaymentResponseModel defines model for PaymentResponseModel.

type Permissions

type Permissions struct {
	AccessBusinessPortal      *bool `json:"accessBusinessPortal,omitempty"`
	AccessEventLogs           *bool `json:"accessEventLogs,omitempty"`
	AccessImportExport        *bool `json:"accessImportExport,omitempty"`
	AccessReports             *bool `json:"accessReports,omitempty"`
	ManageAllCollections      *bool `json:"manageAllCollections,omitempty"`
	ManageAssignedCollections *bool `json:"manageAssignedCollections,omitempty"`
	ManageGroups              *bool `json:"manageGroups,omitempty"`
	ManagePolicies            *bool `json:"managePolicies,omitempty"`
	ManageResetPassword       *bool `json:"manageResetPassword,omitempty"`
	ManageSso                 *bool `json:"manageSso,omitempty"`
	ManageUsers               *bool `json:"manageUsers,omitempty"`
}

Permissions defines model for Permissions.

type PlanResponseModel

type PlanResponseModel struct {
	AdditionalStoragePricePerGb *float64     `json:"additionalStoragePricePerGb,omitempty"`
	BasePrice                   *float64     `json:"basePrice,omitempty"`
	BaseSeats                   *int32       `json:"baseSeats,omitempty"`
	BaseStorageGb               *int32       `json:"baseStorageGb"`
	CanBeUsedByBusiness         *bool        `json:"canBeUsedByBusiness,omitempty"`
	DescriptionLocalizationKey  *string      `json:"descriptionLocalizationKey"`
	Disabled                    *bool        `json:"disabled,omitempty"`
	DisplaySortOrder            *int32       `json:"displaySortOrder,omitempty"`
	Has2fa                      *bool        `json:"has2fa,omitempty"`
	HasAdditionalSeatsOption    *bool        `json:"hasAdditionalSeatsOption,omitempty"`
	HasAdditionalStorageOption  *bool        `json:"hasAdditionalStorageOption,omitempty"`
	HasApi                      *bool        `json:"hasApi,omitempty"`
	HasDirectory                *bool        `json:"hasDirectory,omitempty"`
	HasEvents                   *bool        `json:"hasEvents,omitempty"`
	HasGroups                   *bool        `json:"hasGroups,omitempty"`
	HasPolicies                 *bool        `json:"hasPolicies,omitempty"`
	HasPremiumAccessOption      *bool        `json:"hasPremiumAccessOption,omitempty"`
	HasResetPassword            *bool        `json:"hasResetPassword,omitempty"`
	HasSelfHost                 *bool        `json:"hasSelfHost,omitempty"`
	HasSso                      *bool        `json:"hasSso,omitempty"`
	HasTotp                     *bool        `json:"hasTotp,omitempty"`
	IsAnnual                    *bool        `json:"isAnnual,omitempty"`
	LegacyYear                  *int32       `json:"legacyYear"`
	MaxAdditionalSeats          *int32       `json:"maxAdditionalSeats"`
	MaxAdditionalStorage        *int32       `json:"maxAdditionalStorage"`
	MaxCollections              *int32       `json:"maxCollections"`
	MaxUsers                    *int32       `json:"maxUsers"`
	Name                        *string      `json:"name"`
	NameLocalizationKey         *string      `json:"nameLocalizationKey"`
	Object                      *string      `json:"object"`
	PremiumAccessOptionPrice    *float64     `json:"premiumAccessOptionPrice,omitempty"`
	Product                     *ProductType `json:"product,omitempty"`
	SeatPrice                   *float64     `json:"seatPrice,omitempty"`
	StripePlanId                *string      `json:"stripePlanId"`
	StripePremiumAccessPlanId   *string      `json:"stripePremiumAccessPlanId"`
	StripeSeatPlanId            *string      `json:"stripeSeatPlanId"`
	StripeStoragePlanId         *string      `json:"stripeStoragePlanId"`
	TrialPeriodDays             *int32       `json:"trialPeriodDays"`
	Type                        *PlanType    `json:"type,omitempty"`
	UpgradeSortOrder            *int32       `json:"upgradeSortOrder,omitempty"`
	UsersGetPremium             *bool        `json:"usersGetPremium,omitempty"`
}

PlanResponseModel defines model for PlanResponseModel.

type PlanResponseModelListResponseModel

type PlanResponseModelListResponseModel struct {
	ContinuationToken *string              `json:"continuationToken"`
	Data              *[]PlanResponseModel `json:"data"`
	Object            *string              `json:"object"`
}

PlanResponseModelListResponseModel defines model for PlanResponseModelListResponseModel.

type PlanType

type PlanType int32

PlanType defines model for PlanType.

const (
	PlanTypeN0 PlanType = 0

	PlanTypeN1 PlanType = 1

	PlanTypeN10 PlanType = 10

	PlanTypeN11 PlanType = 11

	PlanTypeN2 PlanType = 2

	PlanTypeN3 PlanType = 3

	PlanTypeN4 PlanType = 4

	PlanTypeN5 PlanType = 5

	PlanTypeN6 PlanType = 6

	PlanTypeN7 PlanType = 7

	PlanTypeN8 PlanType = 8

	PlanTypeN9 PlanType = 9
)

Defines values for PlanType.

type PolicyRequestModel

type PolicyRequestModel struct {
	Data    *PolicyRequestModel_Data `json:"data"`
	Enabled bool                     `json:"enabled"`
	Type    PolicyType               `json:"type"`
}

PolicyRequestModel defines model for PolicyRequestModel.

type PolicyRequestModel_Data

type PolicyRequestModel_Data struct {
	AdditionalProperties map[string]map[string]interface{} `json:"-"`
}

PolicyRequestModel_Data defines model for PolicyRequestModel.Data.

func (PolicyRequestModel_Data) Get

func (a PolicyRequestModel_Data) Get(fieldName string) (value map[string]interface{}, found bool)

Getter for additional properties for PolicyRequestModel_Data. Returns the specified element and whether it was found

func (PolicyRequestModel_Data) MarshalJSON

func (a PolicyRequestModel_Data) MarshalJSON() ([]byte, error)

Override default JSON handling for PolicyRequestModel_Data to handle AdditionalProperties

func (*PolicyRequestModel_Data) Set

func (a *PolicyRequestModel_Data) Set(fieldName string, value map[string]interface{})

Setter for additional properties for PolicyRequestModel_Data

func (*PolicyRequestModel_Data) UnmarshalJSON

func (a *PolicyRequestModel_Data) UnmarshalJSON(b []byte) error

Override default JSON handling for PolicyRequestModel_Data to handle AdditionalProperties

type PolicyResponseModel

type PolicyResponseModel struct {
	Data           *PolicyResponseModel_Data `json:"data"`
	Enabled        *bool                     `json:"enabled,omitempty"`
	Id             *string                   `json:"id"`
	Object         *string                   `json:"object"`
	OrganizationId *string                   `json:"organizationId"`
	Type           *PolicyType               `json:"type,omitempty"`
}

PolicyResponseModel defines model for PolicyResponseModel.

type PolicyResponseModelListResponseModel

type PolicyResponseModelListResponseModel struct {
	ContinuationToken *string                `json:"continuationToken"`
	Data              *[]PolicyResponseModel `json:"data"`
	Object            *string                `json:"object"`
}

PolicyResponseModelListResponseModel defines model for PolicyResponseModelListResponseModel.

type PolicyResponseModel_Data

type PolicyResponseModel_Data struct {
	AdditionalProperties map[string]map[string]interface{} `json:"-"`
}

PolicyResponseModel_Data defines model for PolicyResponseModel.Data.

func (PolicyResponseModel_Data) Get

func (a PolicyResponseModel_Data) Get(fieldName string) (value map[string]interface{}, found bool)

Getter for additional properties for PolicyResponseModel_Data. Returns the specified element and whether it was found

func (PolicyResponseModel_Data) MarshalJSON

func (a PolicyResponseModel_Data) MarshalJSON() ([]byte, error)

Override default JSON handling for PolicyResponseModel_Data to handle AdditionalProperties

func (*PolicyResponseModel_Data) Set

func (a *PolicyResponseModel_Data) Set(fieldName string, value map[string]interface{})

Setter for additional properties for PolicyResponseModel_Data

func (*PolicyResponseModel_Data) UnmarshalJSON

func (a *PolicyResponseModel_Data) UnmarshalJSON(b []byte) error

Override default JSON handling for PolicyResponseModel_Data to handle AdditionalProperties

type PolicyType

type PolicyType int32

PolicyType defines model for PolicyType.

const (
	PolicyTypeN0 PolicyType = 0

	PolicyTypeN1 PolicyType = 1

	PolicyTypeN2 PolicyType = 2

	PolicyTypeN3 PolicyType = 3

	PolicyTypeN4 PolicyType = 4

	PolicyTypeN5 PolicyType = 5

	PolicyTypeN6 PolicyType = 6

	PolicyTypeN7 PolicyType = 7

	PolicyTypeN8 PolicyType = 8
)

Defines values for PolicyType.

type PostAccountsApiKeyJSONBody

type PostAccountsApiKeyJSONBody ApiKeyRequestModel

PostAccountsApiKeyJSONBody defines parameters for PostAccountsApiKey.

type PostAccountsApiKeyJSONRequestBody

type PostAccountsApiKeyJSONRequestBody PostAccountsApiKeyJSONBody

PostAccountsApiKeyJSONRequestBody defines body for PostAccountsApiKey for application/json ContentType.

type PostAccountsApiKeyResponse

type PostAccountsApiKeyResponse struct {
	Body         []byte
	HTTPResponse *http.Response
	JSON200      *ApiKeyResponseModel
}

func ParsePostAccountsApiKeyResponse

func ParsePostAccountsApiKeyResponse(rsp *http.Response) (*PostAccountsApiKeyResponse, error)

ParsePostAccountsApiKeyResponse parses an HTTP response from a PostAccountsApiKeyWithResponse call

func (PostAccountsApiKeyResponse) Status

Status returns HTTPResponse.Status

func (PostAccountsApiKeyResponse) StatusCode

func (r PostAccountsApiKeyResponse) StatusCode() int

StatusCode returns HTTPResponse.StatusCode

type PostAccountsCancelPremiumResponse

type PostAccountsCancelPremiumResponse struct {
	Body         []byte
	HTTPResponse *http.Response
}

func ParsePostAccountsCancelPremiumResponse

func ParsePostAccountsCancelPremiumResponse(rsp *http.Response) (*PostAccountsCancelPremiumResponse, error)

ParsePostAccountsCancelPremiumResponse parses an HTTP response from a PostAccountsCancelPremiumWithResponse call

func (PostAccountsCancelPremiumResponse) Status

Status returns HTTPResponse.Status

func (PostAccountsCancelPremiumResponse) StatusCode

func (r PostAccountsCancelPremiumResponse) StatusCode() int

StatusCode returns HTTPResponse.StatusCode

type PostAccountsDeleteJSONBody

type PostAccountsDeleteJSONBody DeleteAccountRequestModel

PostAccountsDeleteJSONBody defines parameters for PostAccountsDelete.

type PostAccountsDeleteJSONRequestBody

type PostAccountsDeleteJSONRequestBody PostAccountsDeleteJSONBody

PostAccountsDeleteJSONRequestBody defines body for PostAccountsDelete for application/json ContentType.

type PostAccountsDeleteRecoverJSONBody

type PostAccountsDeleteRecoverJSONBody DeleteRecoverRequestModel

PostAccountsDeleteRecoverJSONBody defines parameters for PostAccountsDeleteRecover.

type PostAccountsDeleteRecoverJSONRequestBody

type PostAccountsDeleteRecoverJSONRequestBody PostAccountsDeleteRecoverJSONBody

PostAccountsDeleteRecoverJSONRequestBody defines body for PostAccountsDeleteRecover for application/json ContentType.

type PostAccountsDeleteRecoverResponse

type PostAccountsDeleteRecoverResponse struct {
	Body         []byte
	HTTPResponse *http.Response
}

func ParsePostAccountsDeleteRecoverResponse

func ParsePostAccountsDeleteRecoverResponse(rsp *http.Response) (*PostAccountsDeleteRecoverResponse, error)

ParsePostAccountsDeleteRecoverResponse parses an HTTP response from a PostAccountsDeleteRecoverWithResponse call

func (PostAccountsDeleteRecoverResponse) Status

Status returns HTTPResponse.Status

func (PostAccountsDeleteRecoverResponse) StatusCode

func (r PostAccountsDeleteRecoverResponse) StatusCode() int

StatusCode returns HTTPResponse.StatusCode

type PostAccountsDeleteRecoverTokenJSONBody

type PostAccountsDeleteRecoverTokenJSONBody VerifyDeleteRecoverRequestModel

PostAccountsDeleteRecoverTokenJSONBody defines parameters for PostAccountsDeleteRecoverToken.

type PostAccountsDeleteRecoverTokenJSONRequestBody

type PostAccountsDeleteRecoverTokenJSONRequestBody PostAccountsDeleteRecoverTokenJSONBody

PostAccountsDeleteRecoverTokenJSONRequestBody defines body for PostAccountsDeleteRecoverToken for application/json ContentType.

type PostAccountsDeleteRecoverTokenResponse

type PostAccountsDeleteRecoverTokenResponse struct {
	Body         []byte
	HTTPResponse *http.Response
}

func ParsePostAccountsDeleteRecoverTokenResponse

func ParsePostAccountsDeleteRecoverTokenResponse(rsp *http.Response) (*PostAccountsDeleteRecoverTokenResponse, error)

ParsePostAccountsDeleteRecoverTokenResponse parses an HTTP response from a PostAccountsDeleteRecoverTokenWithResponse call

func (PostAccountsDeleteRecoverTokenResponse) Status

Status returns HTTPResponse.Status

func (PostAccountsDeleteRecoverTokenResponse) StatusCode

StatusCode returns HTTPResponse.StatusCode

type PostAccountsDeleteResponse

type PostAccountsDeleteResponse struct {
	Body         []byte
	HTTPResponse *http.Response
}

func ParsePostAccountsDeleteResponse

func ParsePostAccountsDeleteResponse(rsp *http.Response) (*PostAccountsDeleteResponse, error)

ParsePostAccountsDeleteResponse parses an HTTP response from a PostAccountsDeleteWithResponse call

func (PostAccountsDeleteResponse) Status

Status returns HTTPResponse.Status

func (PostAccountsDeleteResponse) StatusCode

func (r PostAccountsDeleteResponse) StatusCode() int

StatusCode returns HTTPResponse.StatusCode

type PostAccountsEmailJSONBody

type PostAccountsEmailJSONBody EmailRequestModel

PostAccountsEmailJSONBody defines parameters for PostAccountsEmail.

type PostAccountsEmailJSONRequestBody

type PostAccountsEmailJSONRequestBody PostAccountsEmailJSONBody

PostAccountsEmailJSONRequestBody defines body for PostAccountsEmail for application/json ContentType.

type PostAccountsEmailResponse

type PostAccountsEmailResponse struct {
	Body         []byte
	HTTPResponse *http.Response
}

func ParsePostAccountsEmailResponse

func ParsePostAccountsEmailResponse(rsp *http.Response) (*PostAccountsEmailResponse, error)

ParsePostAccountsEmailResponse parses an HTTP response from a PostAccountsEmailWithResponse call

func (PostAccountsEmailResponse) Status

func (r PostAccountsEmailResponse) Status() string

Status returns HTTPResponse.Status

func (PostAccountsEmailResponse) StatusCode

func (r PostAccountsEmailResponse) StatusCode() int

StatusCode returns HTTPResponse.StatusCode

type PostAccountsEmailTokenJSONBody

type PostAccountsEmailTokenJSONBody EmailTokenRequestModel

PostAccountsEmailTokenJSONBody defines parameters for PostAccountsEmailToken.

type PostAccountsEmailTokenJSONRequestBody

type PostAccountsEmailTokenJSONRequestBody PostAccountsEmailTokenJSONBody

PostAccountsEmailTokenJSONRequestBody defines body for PostAccountsEmailToken for application/json ContentType.

type PostAccountsEmailTokenResponse

type PostAccountsEmailTokenResponse struct {
	Body         []byte
	HTTPResponse *http.Response
}

func ParsePostAccountsEmailTokenResponse

func ParsePostAccountsEmailTokenResponse(rsp *http.Response) (*PostAccountsEmailTokenResponse, error)

ParsePostAccountsEmailTokenResponse parses an HTTP response from a PostAccountsEmailTokenWithResponse call

func (PostAccountsEmailTokenResponse) Status

Status returns HTTPResponse.Status

func (PostAccountsEmailTokenResponse) StatusCode

func (r PostAccountsEmailTokenResponse) StatusCode() int

StatusCode returns HTTPResponse.StatusCode

type PostAccountsIapCheckJSONBody

type PostAccountsIapCheckJSONBody IapCheckRequestModel

PostAccountsIapCheckJSONBody defines parameters for PostAccountsIapCheck.

type PostAccountsIapCheckJSONRequestBody

type PostAccountsIapCheckJSONRequestBody PostAccountsIapCheckJSONBody

PostAccountsIapCheckJSONRequestBody defines body for PostAccountsIapCheck for application/json ContentType.

type PostAccountsIapCheckResponse

type PostAccountsIapCheckResponse struct {
	Body         []byte
	HTTPResponse *http.Response
}

func ParsePostAccountsIapCheckResponse

func ParsePostAccountsIapCheckResponse(rsp *http.Response) (*PostAccountsIapCheckResponse, error)

ParsePostAccountsIapCheckResponse parses an HTTP response from a PostAccountsIapCheckWithResponse call

func (PostAccountsIapCheckResponse) Status

Status returns HTTPResponse.Status

func (PostAccountsIapCheckResponse) StatusCode

func (r PostAccountsIapCheckResponse) StatusCode() int

StatusCode returns HTTPResponse.StatusCode

type PostAccountsKdfJSONBody

type PostAccountsKdfJSONBody KdfRequestModel

PostAccountsKdfJSONBody defines parameters for PostAccountsKdf.

type PostAccountsKdfJSONRequestBody

type PostAccountsKdfJSONRequestBody PostAccountsKdfJSONBody

PostAccountsKdfJSONRequestBody defines body for PostAccountsKdf for application/json ContentType.

type PostAccountsKdfResponse

type PostAccountsKdfResponse struct {
	Body         []byte
	HTTPResponse *http.Response
}

func ParsePostAccountsKdfResponse

func ParsePostAccountsKdfResponse(rsp *http.Response) (*PostAccountsKdfResponse, error)

ParsePostAccountsKdfResponse parses an HTTP response from a PostAccountsKdfWithResponse call

func (PostAccountsKdfResponse) Status

func (r PostAccountsKdfResponse) Status() string

Status returns HTTPResponse.Status

func (PostAccountsKdfResponse) StatusCode

func (r PostAccountsKdfResponse) StatusCode() int

StatusCode returns HTTPResponse.StatusCode

type PostAccountsKeyJSONBody

type PostAccountsKeyJSONBody UpdateKeyRequestModel

PostAccountsKeyJSONBody defines parameters for PostAccountsKey.

type PostAccountsKeyJSONRequestBody

type PostAccountsKeyJSONRequestBody PostAccountsKeyJSONBody

PostAccountsKeyJSONRequestBody defines body for PostAccountsKey for application/json ContentType.

type PostAccountsKeyResponse

type PostAccountsKeyResponse struct {
	Body         []byte
	HTTPResponse *http.Response
}

func ParsePostAccountsKeyResponse

func ParsePostAccountsKeyResponse(rsp *http.Response) (*PostAccountsKeyResponse, error)

ParsePostAccountsKeyResponse parses an HTTP response from a PostAccountsKeyWithResponse call

func (PostAccountsKeyResponse) Status

func (r PostAccountsKeyResponse) Status() string

Status returns HTTPResponse.Status

func (PostAccountsKeyResponse) StatusCode

func (r PostAccountsKeyResponse) StatusCode() int

StatusCode returns HTTPResponse.StatusCode

type PostAccountsKeysJSONBody

type PostAccountsKeysJSONBody KeysRequestModel

PostAccountsKeysJSONBody defines parameters for PostAccountsKeys.

type PostAccountsKeysJSONRequestBody

type PostAccountsKeysJSONRequestBody PostAccountsKeysJSONBody

PostAccountsKeysJSONRequestBody defines body for PostAccountsKeys for application/json ContentType.

type PostAccountsKeysResponse

type PostAccountsKeysResponse struct {
	Body         []byte
	HTTPResponse *http.Response
	JSON200      *KeysResponseModel
}

func ParsePostAccountsKeysResponse

func ParsePostAccountsKeysResponse(rsp *http.Response) (*PostAccountsKeysResponse, error)

ParsePostAccountsKeysResponse parses an HTTP response from a PostAccountsKeysWithResponse call

func (PostAccountsKeysResponse) Status

func (r PostAccountsKeysResponse) Status() string

Status returns HTTPResponse.Status

func (PostAccountsKeysResponse) StatusCode

func (r PostAccountsKeysResponse) StatusCode() int

StatusCode returns HTTPResponse.StatusCode

type PostAccountsLicenseResponse

type PostAccountsLicenseResponse struct {
	Body         []byte
	HTTPResponse *http.Response
}

func ParsePostAccountsLicenseResponse

func ParsePostAccountsLicenseResponse(rsp *http.Response) (*PostAccountsLicenseResponse, error)

ParsePostAccountsLicenseResponse parses an HTTP response from a PostAccountsLicenseWithResponse call

func (PostAccountsLicenseResponse) Status

Status returns HTTPResponse.Status

func (PostAccountsLicenseResponse) StatusCode

func (r PostAccountsLicenseResponse) StatusCode() int

StatusCode returns HTTPResponse.StatusCode

type PostAccountsPasswordHintJSONBody

type PostAccountsPasswordHintJSONBody PasswordHintRequestModel

PostAccountsPasswordHintJSONBody defines parameters for PostAccountsPasswordHint.

type PostAccountsPasswordHintJSONRequestBody

type PostAccountsPasswordHintJSONRequestBody PostAccountsPasswordHintJSONBody

PostAccountsPasswordHintJSONRequestBody defines body for PostAccountsPasswordHint for application/json ContentType.

type PostAccountsPasswordHintResponse

type PostAccountsPasswordHintResponse struct {
	Body         []byte
	HTTPResponse *http.Response
}

func ParsePostAccountsPasswordHintResponse

func ParsePostAccountsPasswordHintResponse(rsp *http.Response) (*PostAccountsPasswordHintResponse, error)

ParsePostAccountsPasswordHintResponse parses an HTTP response from a PostAccountsPasswordHintWithResponse call

func (PostAccountsPasswordHintResponse) Status

Status returns HTTPResponse.Status

func (PostAccountsPasswordHintResponse) StatusCode

func (r PostAccountsPasswordHintResponse) StatusCode() int

StatusCode returns HTTPResponse.StatusCode

type PostAccountsPasswordJSONBody

type PostAccountsPasswordJSONBody PasswordRequestModel

PostAccountsPasswordJSONBody defines parameters for PostAccountsPassword.

type PostAccountsPasswordJSONRequestBody

type PostAccountsPasswordJSONRequestBody PostAccountsPasswordJSONBody

PostAccountsPasswordJSONRequestBody defines body for PostAccountsPassword for application/json ContentType.

type PostAccountsPasswordResponse

type PostAccountsPasswordResponse struct {
	Body         []byte
	HTTPResponse *http.Response
}

func ParsePostAccountsPasswordResponse

func ParsePostAccountsPasswordResponse(rsp *http.Response) (*PostAccountsPasswordResponse, error)

ParsePostAccountsPasswordResponse parses an HTTP response from a PostAccountsPasswordWithResponse call

func (PostAccountsPasswordResponse) Status

Status returns HTTPResponse.Status

func (PostAccountsPasswordResponse) StatusCode

func (r PostAccountsPasswordResponse) StatusCode() int

StatusCode returns HTTPResponse.StatusCode

type PostAccountsPaymentJSONBody

type PostAccountsPaymentJSONBody PaymentRequestModel

PostAccountsPaymentJSONBody defines parameters for PostAccountsPayment.

type PostAccountsPaymentJSONRequestBody

type PostAccountsPaymentJSONRequestBody PostAccountsPaymentJSONBody

PostAccountsPaymentJSONRequestBody defines body for PostAccountsPayment for application/json ContentType.

type PostAccountsPaymentResponse

type PostAccountsPaymentResponse struct {
	Body         []byte
	HTTPResponse *http.Response
}

func ParsePostAccountsPaymentResponse

func ParsePostAccountsPaymentResponse(rsp *http.Response) (*PostAccountsPaymentResponse, error)

ParsePostAccountsPaymentResponse parses an HTTP response from a PostAccountsPaymentWithResponse call

func (PostAccountsPaymentResponse) Status

Status returns HTTPResponse.Status

func (PostAccountsPaymentResponse) StatusCode

func (r PostAccountsPaymentResponse) StatusCode() int

StatusCode returns HTTPResponse.StatusCode

type PostAccountsPreloginJSONBody

type PostAccountsPreloginJSONBody PreloginRequestModel

PostAccountsPreloginJSONBody defines parameters for PostAccountsPrelogin.

type PostAccountsPreloginJSONRequestBody

type PostAccountsPreloginJSONRequestBody PostAccountsPreloginJSONBody

PostAccountsPreloginJSONRequestBody defines body for PostAccountsPrelogin for application/json ContentType.

type PostAccountsPreloginResponse

type PostAccountsPreloginResponse struct {
	Body         []byte
	HTTPResponse *http.Response
	JSON200      *PreloginResponseModel
}

func ParsePostAccountsPreloginResponse

func ParsePostAccountsPreloginResponse(rsp *http.Response) (*PostAccountsPreloginResponse, error)

ParsePostAccountsPreloginResponse parses an HTTP response from a PostAccountsPreloginWithResponse call

func (PostAccountsPreloginResponse) Status

Status returns HTTPResponse.Status

func (PostAccountsPreloginResponse) StatusCode

func (r PostAccountsPreloginResponse) StatusCode() int

StatusCode returns HTTPResponse.StatusCode

type PostAccountsPremiumParams

type PostAccountsPremiumParams struct {
	PaymentMethodType   PaymentMethodType `json:"paymentMethodType"`
	PaymentToken        *string           `json:"paymentToken,omitempty"`
	AdditionalStorageGb *int32            `json:"additionalStorageGb,omitempty"`
	Country             *string           `json:"country,omitempty"`
	PostalCode          *string           `json:"postalCode,omitempty"`
}

PostAccountsPremiumParams defines parameters for PostAccountsPremium.

type PostAccountsPremiumResponse

type PostAccountsPremiumResponse struct {
	Body         []byte
	HTTPResponse *http.Response
	JSON200      *PaymentResponseModel
}

func ParsePostAccountsPremiumResponse

func ParsePostAccountsPremiumResponse(rsp *http.Response) (*PostAccountsPremiumResponse, error)

ParsePostAccountsPremiumResponse parses an HTTP response from a PostAccountsPremiumWithResponse call

func (PostAccountsPremiumResponse) Status

Status returns HTTPResponse.Status

func (PostAccountsPremiumResponse) StatusCode

func (r PostAccountsPremiumResponse) StatusCode() int

StatusCode returns HTTPResponse.StatusCode

type PostAccountsProfileJSONBody

type PostAccountsProfileJSONBody UpdateProfileRequestModel

PostAccountsProfileJSONBody defines parameters for PostAccountsProfile.

type PostAccountsProfileJSONRequestBody

type PostAccountsProfileJSONRequestBody PostAccountsProfileJSONBody

PostAccountsProfileJSONRequestBody defines body for PostAccountsProfile for application/json ContentType.

type PostAccountsProfileResponse

type PostAccountsProfileResponse struct {
	Body         []byte
	HTTPResponse *http.Response
	JSON200      *ProfileResponseModel
}

func ParsePostAccountsProfileResponse

func ParsePostAccountsProfileResponse(rsp *http.Response) (*PostAccountsProfileResponse, error)

ParsePostAccountsProfileResponse parses an HTTP response from a PostAccountsProfileWithResponse call

func (PostAccountsProfileResponse) Status

Status returns HTTPResponse.Status

func (PostAccountsProfileResponse) StatusCode

func (r PostAccountsProfileResponse) StatusCode() int

StatusCode returns HTTPResponse.StatusCode

type PostAccountsRegisterJSONBody

type PostAccountsRegisterJSONBody RegisterRequestModel

PostAccountsRegisterJSONBody defines parameters for PostAccountsRegister.

type PostAccountsRegisterJSONRequestBody

type PostAccountsRegisterJSONRequestBody PostAccountsRegisterJSONBody

PostAccountsRegisterJSONRequestBody defines body for PostAccountsRegister for application/json ContentType.

type PostAccountsRegisterResponse

type PostAccountsRegisterResponse struct {
	Body         []byte
	HTTPResponse *http.Response
}

func ParsePostAccountsRegisterResponse

func ParsePostAccountsRegisterResponse(rsp *http.Response) (*PostAccountsRegisterResponse, error)

ParsePostAccountsRegisterResponse parses an HTTP response from a PostAccountsRegisterWithResponse call

func (PostAccountsRegisterResponse) Status

Status returns HTTPResponse.Status

func (PostAccountsRegisterResponse) StatusCode

func (r PostAccountsRegisterResponse) StatusCode() int

StatusCode returns HTTPResponse.StatusCode

type PostAccountsReinstatePremiumResponse

type PostAccountsReinstatePremiumResponse struct {
	Body         []byte
	HTTPResponse *http.Response
}

func ParsePostAccountsReinstatePremiumResponse

func ParsePostAccountsReinstatePremiumResponse(rsp *http.Response) (*PostAccountsReinstatePremiumResponse, error)

ParsePostAccountsReinstatePremiumResponse parses an HTTP response from a PostAccountsReinstatePremiumWithResponse call

func (PostAccountsReinstatePremiumResponse) Status

Status returns HTTPResponse.Status

func (PostAccountsReinstatePremiumResponse) StatusCode

StatusCode returns HTTPResponse.StatusCode

type PostAccountsRotateApiKeyJSONBody

type PostAccountsRotateApiKeyJSONBody ApiKeyRequestModel

PostAccountsRotateApiKeyJSONBody defines parameters for PostAccountsRotateApiKey.

type PostAccountsRotateApiKeyJSONRequestBody

type PostAccountsRotateApiKeyJSONRequestBody PostAccountsRotateApiKeyJSONBody

PostAccountsRotateApiKeyJSONRequestBody defines body for PostAccountsRotateApiKey for application/json ContentType.

type PostAccountsRotateApiKeyResponse

type PostAccountsRotateApiKeyResponse struct {
	Body         []byte
	HTTPResponse *http.Response
	JSON200      *ApiKeyResponseModel
}

func ParsePostAccountsRotateApiKeyResponse

func ParsePostAccountsRotateApiKeyResponse(rsp *http.Response) (*PostAccountsRotateApiKeyResponse, error)

ParsePostAccountsRotateApiKeyResponse parses an HTTP response from a PostAccountsRotateApiKeyWithResponse call

func (PostAccountsRotateApiKeyResponse) Status

Status returns HTTPResponse.Status

func (PostAccountsRotateApiKeyResponse) StatusCode

func (r PostAccountsRotateApiKeyResponse) StatusCode() int

StatusCode returns HTTPResponse.StatusCode

type PostAccountsSecurityStampJSONBody

type PostAccountsSecurityStampJSONBody SecurityStampRequestModel

PostAccountsSecurityStampJSONBody defines parameters for PostAccountsSecurityStamp.

type PostAccountsSecurityStampJSONRequestBody

type PostAccountsSecurityStampJSONRequestBody PostAccountsSecurityStampJSONBody

PostAccountsSecurityStampJSONRequestBody defines body for PostAccountsSecurityStamp for application/json ContentType.

type PostAccountsSecurityStampResponse

type PostAccountsSecurityStampResponse struct {
	Body         []byte
	HTTPResponse *http.Response
}

func ParsePostAccountsSecurityStampResponse

func ParsePostAccountsSecurityStampResponse(rsp *http.Response) (*PostAccountsSecurityStampResponse, error)

ParsePostAccountsSecurityStampResponse parses an HTTP response from a PostAccountsSecurityStampWithResponse call

func (PostAccountsSecurityStampResponse) Status

Status returns HTTPResponse.Status

func (PostAccountsSecurityStampResponse) StatusCode

func (r PostAccountsSecurityStampResponse) StatusCode() int

StatusCode returns HTTPResponse.StatusCode

type PostAccountsSetPasswordJSONBody

type PostAccountsSetPasswordJSONBody SetPasswordRequestModel

PostAccountsSetPasswordJSONBody defines parameters for PostAccountsSetPassword.

type PostAccountsSetPasswordJSONRequestBody

type PostAccountsSetPasswordJSONRequestBody PostAccountsSetPasswordJSONBody

PostAccountsSetPasswordJSONRequestBody defines body for PostAccountsSetPassword for application/json ContentType.

type PostAccountsSetPasswordResponse

type PostAccountsSetPasswordResponse struct {
	Body         []byte
	HTTPResponse *http.Response
}

func ParsePostAccountsSetPasswordResponse

func ParsePostAccountsSetPasswordResponse(rsp *http.Response) (*PostAccountsSetPasswordResponse, error)

ParsePostAccountsSetPasswordResponse parses an HTTP response from a PostAccountsSetPasswordWithResponse call

func (PostAccountsSetPasswordResponse) Status

Status returns HTTPResponse.Status

func (PostAccountsSetPasswordResponse) StatusCode

func (r PostAccountsSetPasswordResponse) StatusCode() int

StatusCode returns HTTPResponse.StatusCode

type PostAccountsStorageJSONBody

type PostAccountsStorageJSONBody StorageRequestModel

PostAccountsStorageJSONBody defines parameters for PostAccountsStorage.

type PostAccountsStorageJSONRequestBody

type PostAccountsStorageJSONRequestBody PostAccountsStorageJSONBody

PostAccountsStorageJSONRequestBody defines body for PostAccountsStorage for application/json ContentType.

type PostAccountsStorageResponse

type PostAccountsStorageResponse struct {
	Body         []byte
	HTTPResponse *http.Response
	JSON200      *PaymentResponseModel
}

func ParsePostAccountsStorageResponse

func ParsePostAccountsStorageResponse(rsp *http.Response) (*PostAccountsStorageResponse, error)

ParsePostAccountsStorageResponse parses an HTTP response from a PostAccountsStorageWithResponse call

func (PostAccountsStorageResponse) Status

Status returns HTTPResponse.Status

func (PostAccountsStorageResponse) StatusCode

func (r PostAccountsStorageResponse) StatusCode() int

StatusCode returns HTTPResponse.StatusCode

type PostAccountsVerifyEmailResponse

type PostAccountsVerifyEmailResponse struct {
	Body         []byte
	HTTPResponse *http.Response
}

func ParsePostAccountsVerifyEmailResponse

func ParsePostAccountsVerifyEmailResponse(rsp *http.Response) (*PostAccountsVerifyEmailResponse, error)

ParsePostAccountsVerifyEmailResponse parses an HTTP response from a PostAccountsVerifyEmailWithResponse call

func (PostAccountsVerifyEmailResponse) Status

Status returns HTTPResponse.Status

func (PostAccountsVerifyEmailResponse) StatusCode

func (r PostAccountsVerifyEmailResponse) StatusCode() int

StatusCode returns HTTPResponse.StatusCode

type PostAccountsVerifyEmailTokenJSONBody

type PostAccountsVerifyEmailTokenJSONBody VerifyEmailRequestModel

PostAccountsVerifyEmailTokenJSONBody defines parameters for PostAccountsVerifyEmailToken.

type PostAccountsVerifyEmailTokenJSONRequestBody

type PostAccountsVerifyEmailTokenJSONRequestBody PostAccountsVerifyEmailTokenJSONBody

PostAccountsVerifyEmailTokenJSONRequestBody defines body for PostAccountsVerifyEmailToken for application/json ContentType.

type PostAccountsVerifyEmailTokenResponse

type PostAccountsVerifyEmailTokenResponse struct {
	Body         []byte
	HTTPResponse *http.Response
}

func ParsePostAccountsVerifyEmailTokenResponse

func ParsePostAccountsVerifyEmailTokenResponse(rsp *http.Response) (*PostAccountsVerifyEmailTokenResponse, error)

ParsePostAccountsVerifyEmailTokenResponse parses an HTTP response from a PostAccountsVerifyEmailTokenWithResponse call

func (PostAccountsVerifyEmailTokenResponse) Status

Status returns HTTPResponse.Status

func (PostAccountsVerifyEmailTokenResponse) StatusCode

StatusCode returns HTTPResponse.StatusCode

type PostAccountsVerifyPasswordJSONBody

type PostAccountsVerifyPasswordJSONBody VerifyPasswordRequestModel

PostAccountsVerifyPasswordJSONBody defines parameters for PostAccountsVerifyPassword.

type PostAccountsVerifyPasswordJSONRequestBody

type PostAccountsVerifyPasswordJSONRequestBody PostAccountsVerifyPasswordJSONBody

PostAccountsVerifyPasswordJSONRequestBody defines body for PostAccountsVerifyPassword for application/json ContentType.

type PostAccountsVerifyPasswordResponse

type PostAccountsVerifyPasswordResponse struct {
	Body         []byte
	HTTPResponse *http.Response
}

func ParsePostAccountsVerifyPasswordResponse

func ParsePostAccountsVerifyPasswordResponse(rsp *http.Response) (*PostAccountsVerifyPasswordResponse, error)

ParsePostAccountsVerifyPasswordResponse parses an HTTP response from a PostAccountsVerifyPasswordWithResponse call

func (PostAccountsVerifyPasswordResponse) Status

Status returns HTTPResponse.Status

func (PostAccountsVerifyPasswordResponse) StatusCode

func (r PostAccountsVerifyPasswordResponse) StatusCode() int

StatusCode returns HTTPResponse.StatusCode

type PostBitpayInvoiceJSONBody

type PostBitpayInvoiceJSONBody BitPayInvoiceRequestModel

PostBitpayInvoiceJSONBody defines parameters for PostBitpayInvoice.

type PostBitpayInvoiceJSONRequestBody

type PostBitpayInvoiceJSONRequestBody PostBitpayInvoiceJSONBody

PostBitpayInvoiceJSONRequestBody defines body for PostBitpayInvoice for application/json ContentType.

type PostBitpayInvoiceResponse

type PostBitpayInvoiceResponse struct {
	Body         []byte
	HTTPResponse *http.Response
	JSON200      *string
}

func ParsePostBitpayInvoiceResponse

func ParsePostBitpayInvoiceResponse(rsp *http.Response) (*PostBitpayInvoiceResponse, error)

ParsePostBitpayInvoiceResponse parses an HTTP response from a PostBitpayInvoiceWithResponse call

func (PostBitpayInvoiceResponse) Status

func (r PostBitpayInvoiceResponse) Status() string

Status returns HTTPResponse.Status

func (PostBitpayInvoiceResponse) StatusCode

func (r PostBitpayInvoiceResponse) StatusCode() int

StatusCode returns HTTPResponse.StatusCode

type PostCiphersAdminJSONBody

type PostCiphersAdminJSONBody CipherCreateRequestModel

PostCiphersAdminJSONBody defines parameters for PostCiphersAdmin.

type PostCiphersAdminJSONRequestBody

type PostCiphersAdminJSONRequestBody PostCiphersAdminJSONBody

PostCiphersAdminJSONRequestBody defines body for PostCiphersAdmin for application/json ContentType.

type PostCiphersAdminResponse

type PostCiphersAdminResponse struct {
	Body         []byte
	HTTPResponse *http.Response
	JSON200      *CipherMiniResponseModel
}

func ParsePostCiphersAdminResponse

func ParsePostCiphersAdminResponse(rsp *http.Response) (*PostCiphersAdminResponse, error)

ParsePostCiphersAdminResponse parses an HTTP response from a PostCiphersAdminWithResponse call

func (PostCiphersAdminResponse) Status

func (r PostCiphersAdminResponse) Status() string

Status returns HTTPResponse.Status

func (PostCiphersAdminResponse) StatusCode

func (r PostCiphersAdminResponse) StatusCode() int

StatusCode returns HTTPResponse.StatusCode

type PostCiphersAttachmentValidateAzureResponse

type PostCiphersAttachmentValidateAzureResponse struct {
	Body         []byte
	HTTPResponse *http.Response
}

func ParsePostCiphersAttachmentValidateAzureResponse

func ParsePostCiphersAttachmentValidateAzureResponse(rsp *http.Response) (*PostCiphersAttachmentValidateAzureResponse, error)

ParsePostCiphersAttachmentValidateAzureResponse parses an HTTP response from a PostCiphersAttachmentValidateAzureWithResponse call

func (PostCiphersAttachmentValidateAzureResponse) Status

Status returns HTTPResponse.Status

func (PostCiphersAttachmentValidateAzureResponse) StatusCode

StatusCode returns HTTPResponse.StatusCode

type PostCiphersCreateJSONBody

type PostCiphersCreateJSONBody CipherCreateRequestModel

PostCiphersCreateJSONBody defines parameters for PostCiphersCreate.

type PostCiphersCreateJSONRequestBody

type PostCiphersCreateJSONRequestBody PostCiphersCreateJSONBody

PostCiphersCreateJSONRequestBody defines body for PostCiphersCreate for application/json ContentType.

type PostCiphersCreateResponse

type PostCiphersCreateResponse struct {
	Body         []byte
	HTTPResponse *http.Response
	JSON200      *CipherResponseModel
}

func ParsePostCiphersCreateResponse

func ParsePostCiphersCreateResponse(rsp *http.Response) (*PostCiphersCreateResponse, error)

ParsePostCiphersCreateResponse parses an HTTP response from a PostCiphersCreateWithResponse call

func (PostCiphersCreateResponse) Status

func (r PostCiphersCreateResponse) Status() string

Status returns HTTPResponse.Status

func (PostCiphersCreateResponse) StatusCode

func (r PostCiphersCreateResponse) StatusCode() int

StatusCode returns HTTPResponse.StatusCode

type PostCiphersDeleteAdminJSONBody

type PostCiphersDeleteAdminJSONBody CipherBulkDeleteRequestModel

PostCiphersDeleteAdminJSONBody defines parameters for PostCiphersDeleteAdmin.

type PostCiphersDeleteAdminJSONRequestBody

type PostCiphersDeleteAdminJSONRequestBody PostCiphersDeleteAdminJSONBody

PostCiphersDeleteAdminJSONRequestBody defines body for PostCiphersDeleteAdmin for application/json ContentType.

type PostCiphersDeleteAdminResponse

type PostCiphersDeleteAdminResponse struct {
	Body         []byte
	HTTPResponse *http.Response
}

func ParsePostCiphersDeleteAdminResponse

func ParsePostCiphersDeleteAdminResponse(rsp *http.Response) (*PostCiphersDeleteAdminResponse, error)

ParsePostCiphersDeleteAdminResponse parses an HTTP response from a PostCiphersDeleteAdminWithResponse call

func (PostCiphersDeleteAdminResponse) Status

Status returns HTTPResponse.Status

func (PostCiphersDeleteAdminResponse) StatusCode

func (r PostCiphersDeleteAdminResponse) StatusCode() int

StatusCode returns HTTPResponse.StatusCode

type PostCiphersDeleteJSONBody

type PostCiphersDeleteJSONBody CipherBulkDeleteRequestModel

PostCiphersDeleteJSONBody defines parameters for PostCiphersDelete.

type PostCiphersDeleteJSONRequestBody

type PostCiphersDeleteJSONRequestBody PostCiphersDeleteJSONBody

PostCiphersDeleteJSONRequestBody defines body for PostCiphersDelete for application/json ContentType.

type PostCiphersDeleteResponse

type PostCiphersDeleteResponse struct {
	Body         []byte
	HTTPResponse *http.Response
}

func ParsePostCiphersDeleteResponse

func ParsePostCiphersDeleteResponse(rsp *http.Response) (*PostCiphersDeleteResponse, error)

ParsePostCiphersDeleteResponse parses an HTTP response from a PostCiphersDeleteWithResponse call

func (PostCiphersDeleteResponse) Status

func (r PostCiphersDeleteResponse) Status() string

Status returns HTTPResponse.Status

func (PostCiphersDeleteResponse) StatusCode

func (r PostCiphersDeleteResponse) StatusCode() int

StatusCode returns HTTPResponse.StatusCode

type PostCiphersIdAdminJSONBody

type PostCiphersIdAdminJSONBody CipherRequestModel

PostCiphersIdAdminJSONBody defines parameters for PostCiphersIdAdmin.

type PostCiphersIdAdminJSONRequestBody

type PostCiphersIdAdminJSONRequestBody PostCiphersIdAdminJSONBody

PostCiphersIdAdminJSONRequestBody defines body for PostCiphersIdAdmin for application/json ContentType.

type PostCiphersIdAdminResponse

type PostCiphersIdAdminResponse struct {
	Body         []byte
	HTTPResponse *http.Response
	JSON200      *CipherMiniResponseModel
}

func ParsePostCiphersIdAdminResponse

func ParsePostCiphersIdAdminResponse(rsp *http.Response) (*PostCiphersIdAdminResponse, error)

ParsePostCiphersIdAdminResponse parses an HTTP response from a PostCiphersIdAdminWithResponse call

func (PostCiphersIdAdminResponse) Status

Status returns HTTPResponse.Status

func (PostCiphersIdAdminResponse) StatusCode

func (r PostCiphersIdAdminResponse) StatusCode() int

StatusCode returns HTTPResponse.StatusCode

type PostCiphersIdAttachmentAdminResponse

type PostCiphersIdAttachmentAdminResponse struct {
	Body         []byte
	HTTPResponse *http.Response
	JSON200      *CipherMiniResponseModel
}

func ParsePostCiphersIdAttachmentAdminResponse

func ParsePostCiphersIdAttachmentAdminResponse(rsp *http.Response) (*PostCiphersIdAttachmentAdminResponse, error)

ParsePostCiphersIdAttachmentAdminResponse parses an HTTP response from a PostCiphersIdAttachmentAdminWithResponse call

func (PostCiphersIdAttachmentAdminResponse) Status

Status returns HTTPResponse.Status

func (PostCiphersIdAttachmentAdminResponse) StatusCode

StatusCode returns HTTPResponse.StatusCode

type PostCiphersIdAttachmentAttachmentIdDeleteAdminResponse

type PostCiphersIdAttachmentAttachmentIdDeleteAdminResponse struct {
	Body         []byte
	HTTPResponse *http.Response
}

func ParsePostCiphersIdAttachmentAttachmentIdDeleteAdminResponse

func ParsePostCiphersIdAttachmentAttachmentIdDeleteAdminResponse(rsp *http.Response) (*PostCiphersIdAttachmentAttachmentIdDeleteAdminResponse, error)

ParsePostCiphersIdAttachmentAttachmentIdDeleteAdminResponse parses an HTTP response from a PostCiphersIdAttachmentAttachmentIdDeleteAdminWithResponse call

func (PostCiphersIdAttachmentAttachmentIdDeleteAdminResponse) Status

Status returns HTTPResponse.Status

func (PostCiphersIdAttachmentAttachmentIdDeleteAdminResponse) StatusCode

StatusCode returns HTTPResponse.StatusCode

type PostCiphersIdAttachmentAttachmentIdDeleteResponse

type PostCiphersIdAttachmentAttachmentIdDeleteResponse struct {
	Body         []byte
	HTTPResponse *http.Response
}

func ParsePostCiphersIdAttachmentAttachmentIdDeleteResponse

func ParsePostCiphersIdAttachmentAttachmentIdDeleteResponse(rsp *http.Response) (*PostCiphersIdAttachmentAttachmentIdDeleteResponse, error)

ParsePostCiphersIdAttachmentAttachmentIdDeleteResponse parses an HTTP response from a PostCiphersIdAttachmentAttachmentIdDeleteWithResponse call

func (PostCiphersIdAttachmentAttachmentIdDeleteResponse) Status

Status returns HTTPResponse.Status

func (PostCiphersIdAttachmentAttachmentIdDeleteResponse) StatusCode

StatusCode returns HTTPResponse.StatusCode

type PostCiphersIdAttachmentAttachmentIdResponse

type PostCiphersIdAttachmentAttachmentIdResponse struct {
	Body         []byte
	HTTPResponse *http.Response
}

func ParsePostCiphersIdAttachmentAttachmentIdResponse

func ParsePostCiphersIdAttachmentAttachmentIdResponse(rsp *http.Response) (*PostCiphersIdAttachmentAttachmentIdResponse, error)

ParsePostCiphersIdAttachmentAttachmentIdResponse parses an HTTP response from a PostCiphersIdAttachmentAttachmentIdWithResponse call

func (PostCiphersIdAttachmentAttachmentIdResponse) Status

Status returns HTTPResponse.Status

func (PostCiphersIdAttachmentAttachmentIdResponse) StatusCode

StatusCode returns HTTPResponse.StatusCode

type PostCiphersIdAttachmentAttachmentIdShareParams

type PostCiphersIdAttachmentAttachmentIdShareParams struct {
	OrganizationId *string `json:"organizationId,omitempty"`
}

PostCiphersIdAttachmentAttachmentIdShareParams defines parameters for PostCiphersIdAttachmentAttachmentIdShare.

type PostCiphersIdAttachmentAttachmentIdShareResponse

type PostCiphersIdAttachmentAttachmentIdShareResponse struct {
	Body         []byte
	HTTPResponse *http.Response
}

func ParsePostCiphersIdAttachmentAttachmentIdShareResponse

func ParsePostCiphersIdAttachmentAttachmentIdShareResponse(rsp *http.Response) (*PostCiphersIdAttachmentAttachmentIdShareResponse, error)

ParsePostCiphersIdAttachmentAttachmentIdShareResponse parses an HTTP response from a PostCiphersIdAttachmentAttachmentIdShareWithResponse call

func (PostCiphersIdAttachmentAttachmentIdShareResponse) Status

Status returns HTTPResponse.Status

func (PostCiphersIdAttachmentAttachmentIdShareResponse) StatusCode

StatusCode returns HTTPResponse.StatusCode

type PostCiphersIdAttachmentResponse

type PostCiphersIdAttachmentResponse struct {
	Body         []byte
	HTTPResponse *http.Response
	JSON200      *CipherResponseModel
}

func ParsePostCiphersIdAttachmentResponse

func ParsePostCiphersIdAttachmentResponse(rsp *http.Response) (*PostCiphersIdAttachmentResponse, error)

ParsePostCiphersIdAttachmentResponse parses an HTTP response from a PostCiphersIdAttachmentWithResponse call

func (PostCiphersIdAttachmentResponse) Status

Status returns HTTPResponse.Status

func (PostCiphersIdAttachmentResponse) StatusCode

func (r PostCiphersIdAttachmentResponse) StatusCode() int

StatusCode returns HTTPResponse.StatusCode

type PostCiphersIdAttachmentV2JSONBody

type PostCiphersIdAttachmentV2JSONBody AttachmentRequestModel

PostCiphersIdAttachmentV2JSONBody defines parameters for PostCiphersIdAttachmentV2.

type PostCiphersIdAttachmentV2JSONRequestBody

type PostCiphersIdAttachmentV2JSONRequestBody PostCiphersIdAttachmentV2JSONBody

PostCiphersIdAttachmentV2JSONRequestBody defines body for PostCiphersIdAttachmentV2 for application/json ContentType.

type PostCiphersIdAttachmentV2Response

type PostCiphersIdAttachmentV2Response struct {
	Body         []byte
	HTTPResponse *http.Response
	JSON200      *AttachmentUploadDataResponseModel
}

func ParsePostCiphersIdAttachmentV2Response

func ParsePostCiphersIdAttachmentV2Response(rsp *http.Response) (*PostCiphersIdAttachmentV2Response, error)

ParsePostCiphersIdAttachmentV2Response parses an HTTP response from a PostCiphersIdAttachmentV2WithResponse call

func (PostCiphersIdAttachmentV2Response) Status

Status returns HTTPResponse.Status

func (PostCiphersIdAttachmentV2Response) StatusCode

func (r PostCiphersIdAttachmentV2Response) StatusCode() int

StatusCode returns HTTPResponse.StatusCode

type PostCiphersIdCollectionsAdminJSONBody

type PostCiphersIdCollectionsAdminJSONBody CipherCollectionsRequestModel

PostCiphersIdCollectionsAdminJSONBody defines parameters for PostCiphersIdCollectionsAdmin.

type PostCiphersIdCollectionsAdminJSONRequestBody

type PostCiphersIdCollectionsAdminJSONRequestBody PostCiphersIdCollectionsAdminJSONBody

PostCiphersIdCollectionsAdminJSONRequestBody defines body for PostCiphersIdCollectionsAdmin for application/json ContentType.

type PostCiphersIdCollectionsAdminResponse

type PostCiphersIdCollectionsAdminResponse struct {
	Body         []byte
	HTTPResponse *http.Response
}

func ParsePostCiphersIdCollectionsAdminResponse

func ParsePostCiphersIdCollectionsAdminResponse(rsp *http.Response) (*PostCiphersIdCollectionsAdminResponse, error)

ParsePostCiphersIdCollectionsAdminResponse parses an HTTP response from a PostCiphersIdCollectionsAdminWithResponse call

func (PostCiphersIdCollectionsAdminResponse) Status

Status returns HTTPResponse.Status

func (PostCiphersIdCollectionsAdminResponse) StatusCode

StatusCode returns HTTPResponse.StatusCode

type PostCiphersIdCollectionsJSONBody

type PostCiphersIdCollectionsJSONBody CipherCollectionsRequestModel

PostCiphersIdCollectionsJSONBody defines parameters for PostCiphersIdCollections.

type PostCiphersIdCollectionsJSONRequestBody

type PostCiphersIdCollectionsJSONRequestBody PostCiphersIdCollectionsJSONBody

PostCiphersIdCollectionsJSONRequestBody defines body for PostCiphersIdCollections for application/json ContentType.

type PostCiphersIdCollectionsResponse

type PostCiphersIdCollectionsResponse struct {
	Body         []byte
	HTTPResponse *http.Response
}

func ParsePostCiphersIdCollectionsResponse

func ParsePostCiphersIdCollectionsResponse(rsp *http.Response) (*PostCiphersIdCollectionsResponse, error)

ParsePostCiphersIdCollectionsResponse parses an HTTP response from a PostCiphersIdCollectionsWithResponse call

func (PostCiphersIdCollectionsResponse) Status

Status returns HTTPResponse.Status

func (PostCiphersIdCollectionsResponse) StatusCode

func (r PostCiphersIdCollectionsResponse) StatusCode() int

StatusCode returns HTTPResponse.StatusCode

type PostCiphersIdDeleteAdminResponse

type PostCiphersIdDeleteAdminResponse struct {
	Body         []byte
	HTTPResponse *http.Response
}

func ParsePostCiphersIdDeleteAdminResponse

func ParsePostCiphersIdDeleteAdminResponse(rsp *http.Response) (*PostCiphersIdDeleteAdminResponse, error)

ParsePostCiphersIdDeleteAdminResponse parses an HTTP response from a PostCiphersIdDeleteAdminWithResponse call

func (PostCiphersIdDeleteAdminResponse) Status

Status returns HTTPResponse.Status

func (PostCiphersIdDeleteAdminResponse) StatusCode

func (r PostCiphersIdDeleteAdminResponse) StatusCode() int

StatusCode returns HTTPResponse.StatusCode

type PostCiphersIdDeleteResponse

type PostCiphersIdDeleteResponse struct {
	Body         []byte
	HTTPResponse *http.Response
}

func ParsePostCiphersIdDeleteResponse

func ParsePostCiphersIdDeleteResponse(rsp *http.Response) (*PostCiphersIdDeleteResponse, error)

ParsePostCiphersIdDeleteResponse parses an HTTP response from a PostCiphersIdDeleteWithResponse call

func (PostCiphersIdDeleteResponse) Status

Status returns HTTPResponse.Status

func (PostCiphersIdDeleteResponse) StatusCode

func (r PostCiphersIdDeleteResponse) StatusCode() int

StatusCode returns HTTPResponse.StatusCode

type PostCiphersIdJSONBody

type PostCiphersIdJSONBody CipherRequestModel

PostCiphersIdJSONBody defines parameters for PostCiphersId.

type PostCiphersIdJSONRequestBody

type PostCiphersIdJSONRequestBody PostCiphersIdJSONBody

PostCiphersIdJSONRequestBody defines body for PostCiphersId for application/json ContentType.

type PostCiphersIdPartialJSONBody

type PostCiphersIdPartialJSONBody CipherPartialRequestModel

PostCiphersIdPartialJSONBody defines parameters for PostCiphersIdPartial.

type PostCiphersIdPartialJSONRequestBody

type PostCiphersIdPartialJSONRequestBody PostCiphersIdPartialJSONBody

PostCiphersIdPartialJSONRequestBody defines body for PostCiphersIdPartial for application/json ContentType.

type PostCiphersIdPartialResponse

type PostCiphersIdPartialResponse struct {
	Body         []byte
	HTTPResponse *http.Response
}

func ParsePostCiphersIdPartialResponse

func ParsePostCiphersIdPartialResponse(rsp *http.Response) (*PostCiphersIdPartialResponse, error)

ParsePostCiphersIdPartialResponse parses an HTTP response from a PostCiphersIdPartialWithResponse call

func (PostCiphersIdPartialResponse) Status

Status returns HTTPResponse.Status

func (PostCiphersIdPartialResponse) StatusCode

func (r PostCiphersIdPartialResponse) StatusCode() int

StatusCode returns HTTPResponse.StatusCode

type PostCiphersIdResponse

type PostCiphersIdResponse struct {
	Body         []byte
	HTTPResponse *http.Response
	JSON200      *CipherResponseModel
}

func ParsePostCiphersIdResponse

func ParsePostCiphersIdResponse(rsp *http.Response) (*PostCiphersIdResponse, error)

ParsePostCiphersIdResponse parses an HTTP response from a PostCiphersIdWithResponse call

func (PostCiphersIdResponse) Status

func (r PostCiphersIdResponse) Status() string

Status returns HTTPResponse.Status

func (PostCiphersIdResponse) StatusCode

func (r PostCiphersIdResponse) StatusCode() int

StatusCode returns HTTPResponse.StatusCode

type PostCiphersIdShareJSONBody

type PostCiphersIdShareJSONBody CipherShareRequestModel

PostCiphersIdShareJSONBody defines parameters for PostCiphersIdShare.

type PostCiphersIdShareJSONRequestBody

type PostCiphersIdShareJSONRequestBody PostCiphersIdShareJSONBody

PostCiphersIdShareJSONRequestBody defines body for PostCiphersIdShare for application/json ContentType.

type PostCiphersIdShareResponse

type PostCiphersIdShareResponse struct {
	Body         []byte
	HTTPResponse *http.Response
	JSON200      *CipherResponseModel
}

func ParsePostCiphersIdShareResponse

func ParsePostCiphersIdShareResponse(rsp *http.Response) (*PostCiphersIdShareResponse, error)

ParsePostCiphersIdShareResponse parses an HTTP response from a PostCiphersIdShareWithResponse call

func (PostCiphersIdShareResponse) Status

Status returns HTTPResponse.Status

func (PostCiphersIdShareResponse) StatusCode

func (r PostCiphersIdShareResponse) StatusCode() int

StatusCode returns HTTPResponse.StatusCode

type PostCiphersImportJSONBody

type PostCiphersImportJSONBody ImportCiphersRequestModel

PostCiphersImportJSONBody defines parameters for PostCiphersImport.

type PostCiphersImportJSONRequestBody

type PostCiphersImportJSONRequestBody PostCiphersImportJSONBody

PostCiphersImportJSONRequestBody defines body for PostCiphersImport for application/json ContentType.

type PostCiphersImportOrganizationJSONBody

type PostCiphersImportOrganizationJSONBody ImportOrganizationCiphersRequestModel

PostCiphersImportOrganizationJSONBody defines parameters for PostCiphersImportOrganization.

type PostCiphersImportOrganizationJSONRequestBody

type PostCiphersImportOrganizationJSONRequestBody PostCiphersImportOrganizationJSONBody

PostCiphersImportOrganizationJSONRequestBody defines body for PostCiphersImportOrganization for application/json ContentType.

type PostCiphersImportOrganizationParams

type PostCiphersImportOrganizationParams struct {
	OrganizationId *string `json:"organizationId,omitempty"`
}

PostCiphersImportOrganizationParams defines parameters for PostCiphersImportOrganization.

type PostCiphersImportOrganizationResponse

type PostCiphersImportOrganizationResponse struct {
	Body         []byte
	HTTPResponse *http.Response
}

func ParsePostCiphersImportOrganizationResponse

func ParsePostCiphersImportOrganizationResponse(rsp *http.Response) (*PostCiphersImportOrganizationResponse, error)

ParsePostCiphersImportOrganizationResponse parses an HTTP response from a PostCiphersImportOrganizationWithResponse call

func (PostCiphersImportOrganizationResponse) Status

Status returns HTTPResponse.Status

func (PostCiphersImportOrganizationResponse) StatusCode

StatusCode returns HTTPResponse.StatusCode

type PostCiphersImportResponse

type PostCiphersImportResponse struct {
	Body         []byte
	HTTPResponse *http.Response
}

func ParsePostCiphersImportResponse

func ParsePostCiphersImportResponse(rsp *http.Response) (*PostCiphersImportResponse, error)

ParsePostCiphersImportResponse parses an HTTP response from a PostCiphersImportWithResponse call

func (PostCiphersImportResponse) Status

func (r PostCiphersImportResponse) Status() string

Status returns HTTPResponse.Status

func (PostCiphersImportResponse) StatusCode

func (r PostCiphersImportResponse) StatusCode() int

StatusCode returns HTTPResponse.StatusCode

type PostCiphersJSONBody

type PostCiphersJSONBody CipherRequestModel

PostCiphersJSONBody defines parameters for PostCiphers.

type PostCiphersJSONRequestBody

type PostCiphersJSONRequestBody PostCiphersJSONBody

PostCiphersJSONRequestBody defines body for PostCiphers for application/json ContentType.

type PostCiphersMoveJSONBody

type PostCiphersMoveJSONBody CipherBulkMoveRequestModel

PostCiphersMoveJSONBody defines parameters for PostCiphersMove.

type PostCiphersMoveJSONRequestBody

type PostCiphersMoveJSONRequestBody PostCiphersMoveJSONBody

PostCiphersMoveJSONRequestBody defines body for PostCiphersMove for application/json ContentType.

type PostCiphersMoveResponse

type PostCiphersMoveResponse struct {
	Body         []byte
	HTTPResponse *http.Response
}

func ParsePostCiphersMoveResponse

func ParsePostCiphersMoveResponse(rsp *http.Response) (*PostCiphersMoveResponse, error)

ParsePostCiphersMoveResponse parses an HTTP response from a PostCiphersMoveWithResponse call

func (PostCiphersMoveResponse) Status

func (r PostCiphersMoveResponse) Status() string

Status returns HTTPResponse.Status

func (PostCiphersMoveResponse) StatusCode

func (r PostCiphersMoveResponse) StatusCode() int

StatusCode returns HTTPResponse.StatusCode

type PostCiphersPurgeJSONBody

type PostCiphersPurgeJSONBody CipherPurgeRequestModel

PostCiphersPurgeJSONBody defines parameters for PostCiphersPurge.

type PostCiphersPurgeJSONRequestBody

type PostCiphersPurgeJSONRequestBody PostCiphersPurgeJSONBody

PostCiphersPurgeJSONRequestBody defines body for PostCiphersPurge for application/json ContentType.

type PostCiphersPurgeParams

type PostCiphersPurgeParams struct {
	OrganizationId *string `json:"organizationId,omitempty"`
}

PostCiphersPurgeParams defines parameters for PostCiphersPurge.

type PostCiphersPurgeResponse

type PostCiphersPurgeResponse struct {
	Body         []byte
	HTTPResponse *http.Response
}

func ParsePostCiphersPurgeResponse

func ParsePostCiphersPurgeResponse(rsp *http.Response) (*PostCiphersPurgeResponse, error)

ParsePostCiphersPurgeResponse parses an HTTP response from a PostCiphersPurgeWithResponse call

func (PostCiphersPurgeResponse) Status

func (r PostCiphersPurgeResponse) Status() string

Status returns HTTPResponse.Status

func (PostCiphersPurgeResponse) StatusCode

func (r PostCiphersPurgeResponse) StatusCode() int

StatusCode returns HTTPResponse.StatusCode

type PostCiphersResponse

type PostCiphersResponse struct {
	Body         []byte
	HTTPResponse *http.Response
	JSON200      *CipherResponseModel
}

func ParsePostCiphersResponse

func ParsePostCiphersResponse(rsp *http.Response) (*PostCiphersResponse, error)

ParsePostCiphersResponse parses an HTTP response from a PostCiphersWithResponse call

func (PostCiphersResponse) Status

func (r PostCiphersResponse) Status() string

Status returns HTTPResponse.Status

func (PostCiphersResponse) StatusCode

func (r PostCiphersResponse) StatusCode() int

StatusCode returns HTTPResponse.StatusCode

type PostCiphersShareJSONBody

type PostCiphersShareJSONBody CipherBulkShareRequestModel

PostCiphersShareJSONBody defines parameters for PostCiphersShare.

type PostCiphersShareJSONRequestBody

type PostCiphersShareJSONRequestBody PostCiphersShareJSONBody

PostCiphersShareJSONRequestBody defines body for PostCiphersShare for application/json ContentType.

type PostCiphersShareResponse

type PostCiphersShareResponse struct {
	Body         []byte
	HTTPResponse *http.Response
}

func ParsePostCiphersShareResponse

func ParsePostCiphersShareResponse(rsp *http.Response) (*PostCiphersShareResponse, error)

ParsePostCiphersShareResponse parses an HTTP response from a PostCiphersShareWithResponse call

func (PostCiphersShareResponse) Status

func (r PostCiphersShareResponse) Status() string

Status returns HTTPResponse.Status

func (PostCiphersShareResponse) StatusCode

func (r PostCiphersShareResponse) StatusCode() int

StatusCode returns HTTPResponse.StatusCode

type PostDevicesIdDeleteResponse

type PostDevicesIdDeleteResponse struct {
	Body         []byte
	HTTPResponse *http.Response
}

func ParsePostDevicesIdDeleteResponse

func ParsePostDevicesIdDeleteResponse(rsp *http.Response) (*PostDevicesIdDeleteResponse, error)

ParsePostDevicesIdDeleteResponse parses an HTTP response from a PostDevicesIdDeleteWithResponse call

func (PostDevicesIdDeleteResponse) Status

Status returns HTTPResponse.Status

func (PostDevicesIdDeleteResponse) StatusCode

func (r PostDevicesIdDeleteResponse) StatusCode() int

StatusCode returns HTTPResponse.StatusCode

type PostDevicesIdJSONBody

type PostDevicesIdJSONBody DeviceRequestModel

PostDevicesIdJSONBody defines parameters for PostDevicesId.

type PostDevicesIdJSONRequestBody

type PostDevicesIdJSONRequestBody PostDevicesIdJSONBody

PostDevicesIdJSONRequestBody defines body for PostDevicesId for application/json ContentType.

type PostDevicesIdResponse

type PostDevicesIdResponse struct {
	Body         []byte
	HTTPResponse *http.Response
	JSON200      *DeviceResponseModel
}

func ParsePostDevicesIdResponse

func ParsePostDevicesIdResponse(rsp *http.Response) (*PostDevicesIdResponse, error)

ParsePostDevicesIdResponse parses an HTTP response from a PostDevicesIdWithResponse call

func (PostDevicesIdResponse) Status

func (r PostDevicesIdResponse) Status() string

Status returns HTTPResponse.Status

func (PostDevicesIdResponse) StatusCode

func (r PostDevicesIdResponse) StatusCode() int

StatusCode returns HTTPResponse.StatusCode

type PostDevicesIdentifierIdentifierClearTokenResponse

type PostDevicesIdentifierIdentifierClearTokenResponse struct {
	Body         []byte
	HTTPResponse *http.Response
}

func ParsePostDevicesIdentifierIdentifierClearTokenResponse

func ParsePostDevicesIdentifierIdentifierClearTokenResponse(rsp *http.Response) (*PostDevicesIdentifierIdentifierClearTokenResponse, error)

ParsePostDevicesIdentifierIdentifierClearTokenResponse parses an HTTP response from a PostDevicesIdentifierIdentifierClearTokenWithResponse call

func (PostDevicesIdentifierIdentifierClearTokenResponse) Status

Status returns HTTPResponse.Status

func (PostDevicesIdentifierIdentifierClearTokenResponse) StatusCode

StatusCode returns HTTPResponse.StatusCode

type PostDevicesIdentifierIdentifierTokenJSONBody

type PostDevicesIdentifierIdentifierTokenJSONBody DeviceTokenRequestModel

PostDevicesIdentifierIdentifierTokenJSONBody defines parameters for PostDevicesIdentifierIdentifierToken.

type PostDevicesIdentifierIdentifierTokenJSONRequestBody

type PostDevicesIdentifierIdentifierTokenJSONRequestBody PostDevicesIdentifierIdentifierTokenJSONBody

PostDevicesIdentifierIdentifierTokenJSONRequestBody defines body for PostDevicesIdentifierIdentifierToken for application/json ContentType.

type PostDevicesIdentifierIdentifierTokenResponse

type PostDevicesIdentifierIdentifierTokenResponse struct {
	Body         []byte
	HTTPResponse *http.Response
}

func ParsePostDevicesIdentifierIdentifierTokenResponse

func ParsePostDevicesIdentifierIdentifierTokenResponse(rsp *http.Response) (*PostDevicesIdentifierIdentifierTokenResponse, error)

ParsePostDevicesIdentifierIdentifierTokenResponse parses an HTTP response from a PostDevicesIdentifierIdentifierTokenWithResponse call

func (PostDevicesIdentifierIdentifierTokenResponse) Status

Status returns HTTPResponse.Status

func (PostDevicesIdentifierIdentifierTokenResponse) StatusCode

StatusCode returns HTTPResponse.StatusCode

type PostDevicesJSONBody

type PostDevicesJSONBody DeviceRequestModel

PostDevicesJSONBody defines parameters for PostDevices.

type PostDevicesJSONRequestBody

type PostDevicesJSONRequestBody PostDevicesJSONBody

PostDevicesJSONRequestBody defines body for PostDevices for application/json ContentType.

type PostDevicesResponse

type PostDevicesResponse struct {
	Body         []byte
	HTTPResponse *http.Response
	JSON200      *DeviceResponseModel
}

func ParsePostDevicesResponse

func ParsePostDevicesResponse(rsp *http.Response) (*PostDevicesResponse, error)

ParsePostDevicesResponse parses an HTTP response from a PostDevicesWithResponse call

func (PostDevicesResponse) Status

func (r PostDevicesResponse) Status() string

Status returns HTTPResponse.Status

func (PostDevicesResponse) StatusCode

func (r PostDevicesResponse) StatusCode() int

StatusCode returns HTTPResponse.StatusCode

type PostEmergencyAccessIdAcceptJSONBody

type PostEmergencyAccessIdAcceptJSONBody OrganizationUserAcceptRequestModel

PostEmergencyAccessIdAcceptJSONBody defines parameters for PostEmergencyAccessIdAccept.

type PostEmergencyAccessIdAcceptJSONRequestBody

type PostEmergencyAccessIdAcceptJSONRequestBody PostEmergencyAccessIdAcceptJSONBody

PostEmergencyAccessIdAcceptJSONRequestBody defines body for PostEmergencyAccessIdAccept for application/json ContentType.

type PostEmergencyAccessIdAcceptResponse

type PostEmergencyAccessIdAcceptResponse struct {
	Body         []byte
	HTTPResponse *http.Response
}

func ParsePostEmergencyAccessIdAcceptResponse

func ParsePostEmergencyAccessIdAcceptResponse(rsp *http.Response) (*PostEmergencyAccessIdAcceptResponse, error)

ParsePostEmergencyAccessIdAcceptResponse parses an HTTP response from a PostEmergencyAccessIdAcceptWithResponse call

func (PostEmergencyAccessIdAcceptResponse) Status

Status returns HTTPResponse.Status

func (PostEmergencyAccessIdAcceptResponse) StatusCode

StatusCode returns HTTPResponse.StatusCode

type PostEmergencyAccessIdApproveResponse

type PostEmergencyAccessIdApproveResponse struct {
	Body         []byte
	HTTPResponse *http.Response
}

func ParsePostEmergencyAccessIdApproveResponse

func ParsePostEmergencyAccessIdApproveResponse(rsp *http.Response) (*PostEmergencyAccessIdApproveResponse, error)

ParsePostEmergencyAccessIdApproveResponse parses an HTTP response from a PostEmergencyAccessIdApproveWithResponse call

func (PostEmergencyAccessIdApproveResponse) Status

Status returns HTTPResponse.Status

func (PostEmergencyAccessIdApproveResponse) StatusCode

StatusCode returns HTTPResponse.StatusCode

type PostEmergencyAccessIdConfirmJSONBody

type PostEmergencyAccessIdConfirmJSONBody OrganizationUserConfirmRequestModel

PostEmergencyAccessIdConfirmJSONBody defines parameters for PostEmergencyAccessIdConfirm.

type PostEmergencyAccessIdConfirmJSONRequestBody

type PostEmergencyAccessIdConfirmJSONRequestBody PostEmergencyAccessIdConfirmJSONBody

PostEmergencyAccessIdConfirmJSONRequestBody defines body for PostEmergencyAccessIdConfirm for application/json ContentType.

type PostEmergencyAccessIdConfirmResponse

type PostEmergencyAccessIdConfirmResponse struct {
	Body         []byte
	HTTPResponse *http.Response
}

func ParsePostEmergencyAccessIdConfirmResponse

func ParsePostEmergencyAccessIdConfirmResponse(rsp *http.Response) (*PostEmergencyAccessIdConfirmResponse, error)

ParsePostEmergencyAccessIdConfirmResponse parses an HTTP response from a PostEmergencyAccessIdConfirmWithResponse call

func (PostEmergencyAccessIdConfirmResponse) Status

Status returns HTTPResponse.Status

func (PostEmergencyAccessIdConfirmResponse) StatusCode

StatusCode returns HTTPResponse.StatusCode

type PostEmergencyAccessIdDeleteResponse

type PostEmergencyAccessIdDeleteResponse struct {
	Body         []byte
	HTTPResponse *http.Response
}

func ParsePostEmergencyAccessIdDeleteResponse

func ParsePostEmergencyAccessIdDeleteResponse(rsp *http.Response) (*PostEmergencyAccessIdDeleteResponse, error)

ParsePostEmergencyAccessIdDeleteResponse parses an HTTP response from a PostEmergencyAccessIdDeleteWithResponse call

func (PostEmergencyAccessIdDeleteResponse) Status

Status returns HTTPResponse.Status

func (PostEmergencyAccessIdDeleteResponse) StatusCode

StatusCode returns HTTPResponse.StatusCode

type PostEmergencyAccessIdInitiateResponse

type PostEmergencyAccessIdInitiateResponse struct {
	Body         []byte
	HTTPResponse *http.Response
}

func ParsePostEmergencyAccessIdInitiateResponse

func ParsePostEmergencyAccessIdInitiateResponse(rsp *http.Response) (*PostEmergencyAccessIdInitiateResponse, error)

ParsePostEmergencyAccessIdInitiateResponse parses an HTTP response from a PostEmergencyAccessIdInitiateWithResponse call

func (PostEmergencyAccessIdInitiateResponse) Status

Status returns HTTPResponse.Status

func (PostEmergencyAccessIdInitiateResponse) StatusCode

StatusCode returns HTTPResponse.StatusCode

type PostEmergencyAccessIdJSONBody

type PostEmergencyAccessIdJSONBody EmergencyAccessUpdateRequestModel

PostEmergencyAccessIdJSONBody defines parameters for PostEmergencyAccessId.

type PostEmergencyAccessIdJSONRequestBody

type PostEmergencyAccessIdJSONRequestBody PostEmergencyAccessIdJSONBody

PostEmergencyAccessIdJSONRequestBody defines body for PostEmergencyAccessId for application/json ContentType.

type PostEmergencyAccessIdPasswordJSONBody

type PostEmergencyAccessIdPasswordJSONBody EmergencyAccessPasswordRequestModel

PostEmergencyAccessIdPasswordJSONBody defines parameters for PostEmergencyAccessIdPassword.

type PostEmergencyAccessIdPasswordJSONRequestBody

type PostEmergencyAccessIdPasswordJSONRequestBody PostEmergencyAccessIdPasswordJSONBody

PostEmergencyAccessIdPasswordJSONRequestBody defines body for PostEmergencyAccessIdPassword for application/json ContentType.

type PostEmergencyAccessIdPasswordResponse

type PostEmergencyAccessIdPasswordResponse struct {
	Body         []byte
	HTTPResponse *http.Response
}

func ParsePostEmergencyAccessIdPasswordResponse

func ParsePostEmergencyAccessIdPasswordResponse(rsp *http.Response) (*PostEmergencyAccessIdPasswordResponse, error)

ParsePostEmergencyAccessIdPasswordResponse parses an HTTP response from a PostEmergencyAccessIdPasswordWithResponse call

func (PostEmergencyAccessIdPasswordResponse) Status

Status returns HTTPResponse.Status

func (PostEmergencyAccessIdPasswordResponse) StatusCode

StatusCode returns HTTPResponse.StatusCode

type PostEmergencyAccessIdReinviteResponse

type PostEmergencyAccessIdReinviteResponse struct {
	Body         []byte
	HTTPResponse *http.Response
}

func ParsePostEmergencyAccessIdReinviteResponse

func ParsePostEmergencyAccessIdReinviteResponse(rsp *http.Response) (*PostEmergencyAccessIdReinviteResponse, error)

ParsePostEmergencyAccessIdReinviteResponse parses an HTTP response from a PostEmergencyAccessIdReinviteWithResponse call

func (PostEmergencyAccessIdReinviteResponse) Status

Status returns HTTPResponse.Status

func (PostEmergencyAccessIdReinviteResponse) StatusCode

StatusCode returns HTTPResponse.StatusCode

type PostEmergencyAccessIdRejectResponse

type PostEmergencyAccessIdRejectResponse struct {
	Body         []byte
	HTTPResponse *http.Response
}

func ParsePostEmergencyAccessIdRejectResponse

func ParsePostEmergencyAccessIdRejectResponse(rsp *http.Response) (*PostEmergencyAccessIdRejectResponse, error)

ParsePostEmergencyAccessIdRejectResponse parses an HTTP response from a PostEmergencyAccessIdRejectWithResponse call

func (PostEmergencyAccessIdRejectResponse) Status

Status returns HTTPResponse.Status

func (PostEmergencyAccessIdRejectResponse) StatusCode

StatusCode returns HTTPResponse.StatusCode

type PostEmergencyAccessIdResponse

type PostEmergencyAccessIdResponse struct {
	Body         []byte
	HTTPResponse *http.Response
}

func ParsePostEmergencyAccessIdResponse

func ParsePostEmergencyAccessIdResponse(rsp *http.Response) (*PostEmergencyAccessIdResponse, error)

ParsePostEmergencyAccessIdResponse parses an HTTP response from a PostEmergencyAccessIdWithResponse call

func (PostEmergencyAccessIdResponse) Status

Status returns HTTPResponse.Status

func (PostEmergencyAccessIdResponse) StatusCode

func (r PostEmergencyAccessIdResponse) StatusCode() int

StatusCode returns HTTPResponse.StatusCode

type PostEmergencyAccessIdTakeoverResponse

type PostEmergencyAccessIdTakeoverResponse struct {
	Body         []byte
	HTTPResponse *http.Response
	JSON200      *EmergencyAccessTakeoverResponseModel
}

func ParsePostEmergencyAccessIdTakeoverResponse

func ParsePostEmergencyAccessIdTakeoverResponse(rsp *http.Response) (*PostEmergencyAccessIdTakeoverResponse, error)

ParsePostEmergencyAccessIdTakeoverResponse parses an HTTP response from a PostEmergencyAccessIdTakeoverWithResponse call

func (PostEmergencyAccessIdTakeoverResponse) Status

Status returns HTTPResponse.Status

func (PostEmergencyAccessIdTakeoverResponse) StatusCode

StatusCode returns HTTPResponse.StatusCode

type PostEmergencyAccessIdViewResponse

type PostEmergencyAccessIdViewResponse struct {
	Body         []byte
	HTTPResponse *http.Response
	JSON200      *EmergencyAccessViewResponseModel
}

func ParsePostEmergencyAccessIdViewResponse

func ParsePostEmergencyAccessIdViewResponse(rsp *http.Response) (*PostEmergencyAccessIdViewResponse, error)

ParsePostEmergencyAccessIdViewResponse parses an HTTP response from a PostEmergencyAccessIdViewWithResponse call

func (PostEmergencyAccessIdViewResponse) Status

Status returns HTTPResponse.Status

func (PostEmergencyAccessIdViewResponse) StatusCode

func (r PostEmergencyAccessIdViewResponse) StatusCode() int

StatusCode returns HTTPResponse.StatusCode

type PostEmergencyAccessInviteJSONBody

type PostEmergencyAccessInviteJSONBody EmergencyAccessInviteRequestModel

PostEmergencyAccessInviteJSONBody defines parameters for PostEmergencyAccessInvite.

type PostEmergencyAccessInviteJSONRequestBody

type PostEmergencyAccessInviteJSONRequestBody PostEmergencyAccessInviteJSONBody

PostEmergencyAccessInviteJSONRequestBody defines body for PostEmergencyAccessInvite for application/json ContentType.

type PostEmergencyAccessInviteResponse

type PostEmergencyAccessInviteResponse struct {
	Body         []byte
	HTTPResponse *http.Response
}

func ParsePostEmergencyAccessInviteResponse

func ParsePostEmergencyAccessInviteResponse(rsp *http.Response) (*PostEmergencyAccessInviteResponse, error)

ParsePostEmergencyAccessInviteResponse parses an HTTP response from a PostEmergencyAccessInviteWithResponse call

func (PostEmergencyAccessInviteResponse) Status

Status returns HTTPResponse.Status

func (PostEmergencyAccessInviteResponse) StatusCode

func (r PostEmergencyAccessInviteResponse) StatusCode() int

StatusCode returns HTTPResponse.StatusCode

type PostFoldersIdDeleteResponse

type PostFoldersIdDeleteResponse struct {
	Body         []byte
	HTTPResponse *http.Response
}

func ParsePostFoldersIdDeleteResponse

func ParsePostFoldersIdDeleteResponse(rsp *http.Response) (*PostFoldersIdDeleteResponse, error)

ParsePostFoldersIdDeleteResponse parses an HTTP response from a PostFoldersIdDeleteWithResponse call

func (PostFoldersIdDeleteResponse) Status

Status returns HTTPResponse.Status

func (PostFoldersIdDeleteResponse) StatusCode

func (r PostFoldersIdDeleteResponse) StatusCode() int

StatusCode returns HTTPResponse.StatusCode

type PostFoldersIdJSONBody

type PostFoldersIdJSONBody FolderRequestModel

PostFoldersIdJSONBody defines parameters for PostFoldersId.

type PostFoldersIdJSONRequestBody

type PostFoldersIdJSONRequestBody PostFoldersIdJSONBody

PostFoldersIdJSONRequestBody defines body for PostFoldersId for application/json ContentType.

type PostFoldersIdResponse

type PostFoldersIdResponse struct {
	Body         []byte
	HTTPResponse *http.Response
	JSON200      *FolderResponseModel
}

func ParsePostFoldersIdResponse

func ParsePostFoldersIdResponse(rsp *http.Response) (*PostFoldersIdResponse, error)

ParsePostFoldersIdResponse parses an HTTP response from a PostFoldersIdWithResponse call

func (PostFoldersIdResponse) Status

func (r PostFoldersIdResponse) Status() string

Status returns HTTPResponse.Status

func (PostFoldersIdResponse) StatusCode

func (r PostFoldersIdResponse) StatusCode() int

StatusCode returns HTTPResponse.StatusCode

type PostFoldersJSONBody

type PostFoldersJSONBody FolderRequestModel

PostFoldersJSONBody defines parameters for PostFolders.

type PostFoldersJSONRequestBody

type PostFoldersJSONRequestBody PostFoldersJSONBody

PostFoldersJSONRequestBody defines body for PostFolders for application/json ContentType.

type PostFoldersResponse

type PostFoldersResponse struct {
	Body         []byte
	HTTPResponse *http.Response
	JSON200      *FolderResponseModel
}

func ParsePostFoldersResponse

func ParsePostFoldersResponse(rsp *http.Response) (*PostFoldersResponse, error)

ParsePostFoldersResponse parses an HTTP response from a PostFoldersWithResponse call

func (PostFoldersResponse) Status

func (r PostFoldersResponse) Status() string

Status returns HTTPResponse.Status

func (PostFoldersResponse) StatusCode

func (r PostFoldersResponse) StatusCode() int

StatusCode returns HTTPResponse.StatusCode

type PostInstallationsJSONBody

type PostInstallationsJSONBody InstallationRequestModel

PostInstallationsJSONBody defines parameters for PostInstallations.

type PostInstallationsJSONRequestBody

type PostInstallationsJSONRequestBody PostInstallationsJSONBody

PostInstallationsJSONRequestBody defines body for PostInstallations for application/json ContentType.

type PostInstallationsResponse

type PostInstallationsResponse struct {
	Body         []byte
	HTTPResponse *http.Response
	JSON200      *InstallationResponseModel
}

func ParsePostInstallationsResponse

func ParsePostInstallationsResponse(rsp *http.Response) (*PostInstallationsResponse, error)

ParsePostInstallationsResponse parses an HTTP response from a PostInstallationsWithResponse call

func (PostInstallationsResponse) Status

func (r PostInstallationsResponse) Status() string

Status returns HTTPResponse.Status

func (PostInstallationsResponse) StatusCode

func (r PostInstallationsResponse) StatusCode() int

StatusCode returns HTTPResponse.StatusCode

type PostOrganizationsIdApiKeyJSONBody

type PostOrganizationsIdApiKeyJSONBody ApiKeyRequestModel

PostOrganizationsIdApiKeyJSONBody defines parameters for PostOrganizationsIdApiKey.

type PostOrganizationsIdApiKeyJSONRequestBody

type PostOrganizationsIdApiKeyJSONRequestBody PostOrganizationsIdApiKeyJSONBody

PostOrganizationsIdApiKeyJSONRequestBody defines body for PostOrganizationsIdApiKey for application/json ContentType.

type PostOrganizationsIdApiKeyResponse

type PostOrganizationsIdApiKeyResponse struct {
	Body         []byte
	HTTPResponse *http.Response
	JSON200      *ApiKeyResponseModel
}

func ParsePostOrganizationsIdApiKeyResponse

func ParsePostOrganizationsIdApiKeyResponse(rsp *http.Response) (*PostOrganizationsIdApiKeyResponse, error)

ParsePostOrganizationsIdApiKeyResponse parses an HTTP response from a PostOrganizationsIdApiKeyWithResponse call

func (PostOrganizationsIdApiKeyResponse) Status

Status returns HTTPResponse.Status

func (PostOrganizationsIdApiKeyResponse) StatusCode

func (r PostOrganizationsIdApiKeyResponse) StatusCode() int

StatusCode returns HTTPResponse.StatusCode

type PostOrganizationsIdCancelResponse

type PostOrganizationsIdCancelResponse struct {
	Body         []byte
	HTTPResponse *http.Response
}

func ParsePostOrganizationsIdCancelResponse

func ParsePostOrganizationsIdCancelResponse(rsp *http.Response) (*PostOrganizationsIdCancelResponse, error)

ParsePostOrganizationsIdCancelResponse parses an HTTP response from a PostOrganizationsIdCancelWithResponse call

func (PostOrganizationsIdCancelResponse) Status

Status returns HTTPResponse.Status

func (PostOrganizationsIdCancelResponse) StatusCode

func (r PostOrganizationsIdCancelResponse) StatusCode() int

StatusCode returns HTTPResponse.StatusCode

type PostOrganizationsIdDeleteJSONBody

type PostOrganizationsIdDeleteJSONBody OrganizationDeleteRequestModel

PostOrganizationsIdDeleteJSONBody defines parameters for PostOrganizationsIdDelete.

type PostOrganizationsIdDeleteJSONRequestBody

type PostOrganizationsIdDeleteJSONRequestBody PostOrganizationsIdDeleteJSONBody

PostOrganizationsIdDeleteJSONRequestBody defines body for PostOrganizationsIdDelete for application/json ContentType.

type PostOrganizationsIdDeleteResponse

type PostOrganizationsIdDeleteResponse struct {
	Body         []byte
	HTTPResponse *http.Response
}

func ParsePostOrganizationsIdDeleteResponse

func ParsePostOrganizationsIdDeleteResponse(rsp *http.Response) (*PostOrganizationsIdDeleteResponse, error)

ParsePostOrganizationsIdDeleteResponse parses an HTTP response from a PostOrganizationsIdDeleteWithResponse call

func (PostOrganizationsIdDeleteResponse) Status

Status returns HTTPResponse.Status

func (PostOrganizationsIdDeleteResponse) StatusCode

func (r PostOrganizationsIdDeleteResponse) StatusCode() int

StatusCode returns HTTPResponse.StatusCode

type PostOrganizationsIdImportJSONBody

type PostOrganizationsIdImportJSONBody ImportOrganizationUsersRequestModel

PostOrganizationsIdImportJSONBody defines parameters for PostOrganizationsIdImport.

type PostOrganizationsIdImportJSONRequestBody

type PostOrganizationsIdImportJSONRequestBody PostOrganizationsIdImportJSONBody

PostOrganizationsIdImportJSONRequestBody defines body for PostOrganizationsIdImport for application/json ContentType.

type PostOrganizationsIdImportResponse

type PostOrganizationsIdImportResponse struct {
	Body         []byte
	HTTPResponse *http.Response
}

func ParsePostOrganizationsIdImportResponse

func ParsePostOrganizationsIdImportResponse(rsp *http.Response) (*PostOrganizationsIdImportResponse, error)

ParsePostOrganizationsIdImportResponse parses an HTTP response from a PostOrganizationsIdImportWithResponse call

func (PostOrganizationsIdImportResponse) Status

Status returns HTTPResponse.Status

func (PostOrganizationsIdImportResponse) StatusCode

func (r PostOrganizationsIdImportResponse) StatusCode() int

StatusCode returns HTTPResponse.StatusCode

type PostOrganizationsIdJSONBody

type PostOrganizationsIdJSONBody OrganizationUpdateRequestModel

PostOrganizationsIdJSONBody defines parameters for PostOrganizationsId.

type PostOrganizationsIdJSONRequestBody

type PostOrganizationsIdJSONRequestBody PostOrganizationsIdJSONBody

PostOrganizationsIdJSONRequestBody defines body for PostOrganizationsId for application/json ContentType.

type PostOrganizationsIdKeysJSONBody

type PostOrganizationsIdKeysJSONBody OrganizationKeysRequestModel

PostOrganizationsIdKeysJSONBody defines parameters for PostOrganizationsIdKeys.

type PostOrganizationsIdKeysJSONRequestBody

type PostOrganizationsIdKeysJSONRequestBody PostOrganizationsIdKeysJSONBody

PostOrganizationsIdKeysJSONRequestBody defines body for PostOrganizationsIdKeys for application/json ContentType.

type PostOrganizationsIdKeysResponse

type PostOrganizationsIdKeysResponse struct {
	Body         []byte
	HTTPResponse *http.Response
	JSON200      *OrganizationKeysResponseModel
}

func ParsePostOrganizationsIdKeysResponse

func ParsePostOrganizationsIdKeysResponse(rsp *http.Response) (*PostOrganizationsIdKeysResponse, error)

ParsePostOrganizationsIdKeysResponse parses an HTTP response from a PostOrganizationsIdKeysWithResponse call

func (PostOrganizationsIdKeysResponse) Status

Status returns HTTPResponse.Status

func (PostOrganizationsIdKeysResponse) StatusCode

func (r PostOrganizationsIdKeysResponse) StatusCode() int

StatusCode returns HTTPResponse.StatusCode

type PostOrganizationsIdLeaveResponse

type PostOrganizationsIdLeaveResponse struct {
	Body         []byte
	HTTPResponse *http.Response
}

func ParsePostOrganizationsIdLeaveResponse

func ParsePostOrganizationsIdLeaveResponse(rsp *http.Response) (*PostOrganizationsIdLeaveResponse, error)

ParsePostOrganizationsIdLeaveResponse parses an HTTP response from a PostOrganizationsIdLeaveWithResponse call

func (PostOrganizationsIdLeaveResponse) Status

Status returns HTTPResponse.Status

func (PostOrganizationsIdLeaveResponse) StatusCode

func (r PostOrganizationsIdLeaveResponse) StatusCode() int

StatusCode returns HTTPResponse.StatusCode

type PostOrganizationsIdLicenseResponse

type PostOrganizationsIdLicenseResponse struct {
	Body         []byte
	HTTPResponse *http.Response
}

func ParsePostOrganizationsIdLicenseResponse

func ParsePostOrganizationsIdLicenseResponse(rsp *http.Response) (*PostOrganizationsIdLicenseResponse, error)

ParsePostOrganizationsIdLicenseResponse parses an HTTP response from a PostOrganizationsIdLicenseWithResponse call

func (PostOrganizationsIdLicenseResponse) Status

Status returns HTTPResponse.Status

func (PostOrganizationsIdLicenseResponse) StatusCode

func (r PostOrganizationsIdLicenseResponse) StatusCode() int

StatusCode returns HTTPResponse.StatusCode

type PostOrganizationsIdPaymentJSONBody

type PostOrganizationsIdPaymentJSONBody PaymentRequestModel

PostOrganizationsIdPaymentJSONBody defines parameters for PostOrganizationsIdPayment.

type PostOrganizationsIdPaymentJSONRequestBody

type PostOrganizationsIdPaymentJSONRequestBody PostOrganizationsIdPaymentJSONBody

PostOrganizationsIdPaymentJSONRequestBody defines body for PostOrganizationsIdPayment for application/json ContentType.

type PostOrganizationsIdPaymentResponse

type PostOrganizationsIdPaymentResponse struct {
	Body         []byte
	HTTPResponse *http.Response
}

func ParsePostOrganizationsIdPaymentResponse

func ParsePostOrganizationsIdPaymentResponse(rsp *http.Response) (*PostOrganizationsIdPaymentResponse, error)

ParsePostOrganizationsIdPaymentResponse parses an HTTP response from a PostOrganizationsIdPaymentWithResponse call

func (PostOrganizationsIdPaymentResponse) Status

Status returns HTTPResponse.Status

func (PostOrganizationsIdPaymentResponse) StatusCode

func (r PostOrganizationsIdPaymentResponse) StatusCode() int

StatusCode returns HTTPResponse.StatusCode

type PostOrganizationsIdReinstateResponse

type PostOrganizationsIdReinstateResponse struct {
	Body         []byte
	HTTPResponse *http.Response
}

func ParsePostOrganizationsIdReinstateResponse

func ParsePostOrganizationsIdReinstateResponse(rsp *http.Response) (*PostOrganizationsIdReinstateResponse, error)

ParsePostOrganizationsIdReinstateResponse parses an HTTP response from a PostOrganizationsIdReinstateWithResponse call

func (PostOrganizationsIdReinstateResponse) Status

Status returns HTTPResponse.Status

func (PostOrganizationsIdReinstateResponse) StatusCode

StatusCode returns HTTPResponse.StatusCode

type PostOrganizationsIdResponse

type PostOrganizationsIdResponse struct {
	Body         []byte
	HTTPResponse *http.Response
	JSON200      *OrganizationResponseModel
}

func ParsePostOrganizationsIdResponse

func ParsePostOrganizationsIdResponse(rsp *http.Response) (*PostOrganizationsIdResponse, error)

ParsePostOrganizationsIdResponse parses an HTTP response from a PostOrganizationsIdWithResponse call

func (PostOrganizationsIdResponse) Status

Status returns HTTPResponse.Status

func (PostOrganizationsIdResponse) StatusCode

func (r PostOrganizationsIdResponse) StatusCode() int

StatusCode returns HTTPResponse.StatusCode

type PostOrganizationsIdRotateApiKeyJSONBody

type PostOrganizationsIdRotateApiKeyJSONBody ApiKeyRequestModel

PostOrganizationsIdRotateApiKeyJSONBody defines parameters for PostOrganizationsIdRotateApiKey.

type PostOrganizationsIdRotateApiKeyJSONRequestBody

type PostOrganizationsIdRotateApiKeyJSONRequestBody PostOrganizationsIdRotateApiKeyJSONBody

PostOrganizationsIdRotateApiKeyJSONRequestBody defines body for PostOrganizationsIdRotateApiKey for application/json ContentType.

type PostOrganizationsIdRotateApiKeyResponse

type PostOrganizationsIdRotateApiKeyResponse struct {
	Body         []byte
	HTTPResponse *http.Response
	JSON200      *ApiKeyResponseModel
}

func ParsePostOrganizationsIdRotateApiKeyResponse

func ParsePostOrganizationsIdRotateApiKeyResponse(rsp *http.Response) (*PostOrganizationsIdRotateApiKeyResponse, error)

ParsePostOrganizationsIdRotateApiKeyResponse parses an HTTP response from a PostOrganizationsIdRotateApiKeyWithResponse call

func (PostOrganizationsIdRotateApiKeyResponse) Status

Status returns HTTPResponse.Status

func (PostOrganizationsIdRotateApiKeyResponse) StatusCode

StatusCode returns HTTPResponse.StatusCode

type PostOrganizationsIdSeatJSONBody

type PostOrganizationsIdSeatJSONBody OrganizationSeatRequestModel

PostOrganizationsIdSeatJSONBody defines parameters for PostOrganizationsIdSeat.

type PostOrganizationsIdSeatJSONRequestBody

type PostOrganizationsIdSeatJSONRequestBody PostOrganizationsIdSeatJSONBody

PostOrganizationsIdSeatJSONRequestBody defines body for PostOrganizationsIdSeat for application/json ContentType.

type PostOrganizationsIdSeatResponse

type PostOrganizationsIdSeatResponse struct {
	Body         []byte
	HTTPResponse *http.Response
	JSON200      *PaymentResponseModel
}

func ParsePostOrganizationsIdSeatResponse

func ParsePostOrganizationsIdSeatResponse(rsp *http.Response) (*PostOrganizationsIdSeatResponse, error)

ParsePostOrganizationsIdSeatResponse parses an HTTP response from a PostOrganizationsIdSeatWithResponse call

func (PostOrganizationsIdSeatResponse) Status

Status returns HTTPResponse.Status

func (PostOrganizationsIdSeatResponse) StatusCode

func (r PostOrganizationsIdSeatResponse) StatusCode() int

StatusCode returns HTTPResponse.StatusCode

type PostOrganizationsIdStorageJSONBody

type PostOrganizationsIdStorageJSONBody StorageRequestModel

PostOrganizationsIdStorageJSONBody defines parameters for PostOrganizationsIdStorage.

type PostOrganizationsIdStorageJSONRequestBody

type PostOrganizationsIdStorageJSONRequestBody PostOrganizationsIdStorageJSONBody

PostOrganizationsIdStorageJSONRequestBody defines body for PostOrganizationsIdStorage for application/json ContentType.

type PostOrganizationsIdStorageResponse

type PostOrganizationsIdStorageResponse struct {
	Body         []byte
	HTTPResponse *http.Response
	JSON200      *PaymentResponseModel
}

func ParsePostOrganizationsIdStorageResponse

func ParsePostOrganizationsIdStorageResponse(rsp *http.Response) (*PostOrganizationsIdStorageResponse, error)

ParsePostOrganizationsIdStorageResponse parses an HTTP response from a PostOrganizationsIdStorageWithResponse call

func (PostOrganizationsIdStorageResponse) Status

Status returns HTTPResponse.Status

func (PostOrganizationsIdStorageResponse) StatusCode

func (r PostOrganizationsIdStorageResponse) StatusCode() int

StatusCode returns HTTPResponse.StatusCode

type PostOrganizationsIdTwoFactorDisableJSONBody

type PostOrganizationsIdTwoFactorDisableJSONBody TwoFactorProviderRequestModel

PostOrganizationsIdTwoFactorDisableJSONBody defines parameters for PostOrganizationsIdTwoFactorDisable.

type PostOrganizationsIdTwoFactorDisableJSONRequestBody

type PostOrganizationsIdTwoFactorDisableJSONRequestBody PostOrganizationsIdTwoFactorDisableJSONBody

PostOrganizationsIdTwoFactorDisableJSONRequestBody defines body for PostOrganizationsIdTwoFactorDisable for application/json ContentType.

type PostOrganizationsIdTwoFactorDisableResponse

type PostOrganizationsIdTwoFactorDisableResponse struct {
	Body         []byte
	HTTPResponse *http.Response
	JSON200      *TwoFactorProviderResponseModel
}

func ParsePostOrganizationsIdTwoFactorDisableResponse

func ParsePostOrganizationsIdTwoFactorDisableResponse(rsp *http.Response) (*PostOrganizationsIdTwoFactorDisableResponse, error)

ParsePostOrganizationsIdTwoFactorDisableResponse parses an HTTP response from a PostOrganizationsIdTwoFactorDisableWithResponse call

func (PostOrganizationsIdTwoFactorDisableResponse) Status

Status returns HTTPResponse.Status

func (PostOrganizationsIdTwoFactorDisableResponse) StatusCode

StatusCode returns HTTPResponse.StatusCode

type PostOrganizationsIdTwoFactorDuoJSONBody

type PostOrganizationsIdTwoFactorDuoJSONBody UpdateTwoFactorDuoRequestModel

PostOrganizationsIdTwoFactorDuoJSONBody defines parameters for PostOrganizationsIdTwoFactorDuo.

type PostOrganizationsIdTwoFactorDuoJSONRequestBody

type PostOrganizationsIdTwoFactorDuoJSONRequestBody PostOrganizationsIdTwoFactorDuoJSONBody

PostOrganizationsIdTwoFactorDuoJSONRequestBody defines body for PostOrganizationsIdTwoFactorDuo for application/json ContentType.

type PostOrganizationsIdTwoFactorDuoResponse

type PostOrganizationsIdTwoFactorDuoResponse struct {
	Body         []byte
	HTTPResponse *http.Response
	JSON200      *TwoFactorDuoResponseModel
}

func ParsePostOrganizationsIdTwoFactorDuoResponse

func ParsePostOrganizationsIdTwoFactorDuoResponse(rsp *http.Response) (*PostOrganizationsIdTwoFactorDuoResponse, error)

ParsePostOrganizationsIdTwoFactorDuoResponse parses an HTTP response from a PostOrganizationsIdTwoFactorDuoWithResponse call

func (PostOrganizationsIdTwoFactorDuoResponse) Status

Status returns HTTPResponse.Status

func (PostOrganizationsIdTwoFactorDuoResponse) StatusCode

StatusCode returns HTTPResponse.StatusCode

type PostOrganizationsIdTwoFactorGetDuoJSONBody

type PostOrganizationsIdTwoFactorGetDuoJSONBody TwoFactorRequestModel

PostOrganizationsIdTwoFactorGetDuoJSONBody defines parameters for PostOrganizationsIdTwoFactorGetDuo.

type PostOrganizationsIdTwoFactorGetDuoJSONRequestBody

type PostOrganizationsIdTwoFactorGetDuoJSONRequestBody PostOrganizationsIdTwoFactorGetDuoJSONBody

PostOrganizationsIdTwoFactorGetDuoJSONRequestBody defines body for PostOrganizationsIdTwoFactorGetDuo for application/json ContentType.

type PostOrganizationsIdTwoFactorGetDuoResponse

type PostOrganizationsIdTwoFactorGetDuoResponse struct {
	Body         []byte
	HTTPResponse *http.Response
	JSON200      *TwoFactorDuoResponseModel
}

func ParsePostOrganizationsIdTwoFactorGetDuoResponse

func ParsePostOrganizationsIdTwoFactorGetDuoResponse(rsp *http.Response) (*PostOrganizationsIdTwoFactorGetDuoResponse, error)

ParsePostOrganizationsIdTwoFactorGetDuoResponse parses an HTTP response from a PostOrganizationsIdTwoFactorGetDuoWithResponse call

func (PostOrganizationsIdTwoFactorGetDuoResponse) Status

Status returns HTTPResponse.Status

func (PostOrganizationsIdTwoFactorGetDuoResponse) StatusCode

StatusCode returns HTTPResponse.StatusCode

type PostOrganizationsIdUpgradeJSONBody

type PostOrganizationsIdUpgradeJSONBody OrganizationUpgradeRequestModel

PostOrganizationsIdUpgradeJSONBody defines parameters for PostOrganizationsIdUpgrade.

type PostOrganizationsIdUpgradeJSONRequestBody

type PostOrganizationsIdUpgradeJSONRequestBody PostOrganizationsIdUpgradeJSONBody

PostOrganizationsIdUpgradeJSONRequestBody defines body for PostOrganizationsIdUpgrade for application/json ContentType.

type PostOrganizationsIdUpgradeResponse

type PostOrganizationsIdUpgradeResponse struct {
	Body         []byte
	HTTPResponse *http.Response
	JSON200      *PaymentResponseModel
}

func ParsePostOrganizationsIdUpgradeResponse

func ParsePostOrganizationsIdUpgradeResponse(rsp *http.Response) (*PostOrganizationsIdUpgradeResponse, error)

ParsePostOrganizationsIdUpgradeResponse parses an HTTP response from a PostOrganizationsIdUpgradeWithResponse call

func (PostOrganizationsIdUpgradeResponse) Status

Status returns HTTPResponse.Status

func (PostOrganizationsIdUpgradeResponse) StatusCode

func (r PostOrganizationsIdUpgradeResponse) StatusCode() int

StatusCode returns HTTPResponse.StatusCode

type PostOrganizationsIdVerifyBankJSONBody

type PostOrganizationsIdVerifyBankJSONBody OrganizationVerifyBankRequestModel

PostOrganizationsIdVerifyBankJSONBody defines parameters for PostOrganizationsIdVerifyBank.

type PostOrganizationsIdVerifyBankJSONRequestBody

type PostOrganizationsIdVerifyBankJSONRequestBody PostOrganizationsIdVerifyBankJSONBody

PostOrganizationsIdVerifyBankJSONRequestBody defines body for PostOrganizationsIdVerifyBank for application/json ContentType.

type PostOrganizationsIdVerifyBankResponse

type PostOrganizationsIdVerifyBankResponse struct {
	Body         []byte
	HTTPResponse *http.Response
}

func ParsePostOrganizationsIdVerifyBankResponse

func ParsePostOrganizationsIdVerifyBankResponse(rsp *http.Response) (*PostOrganizationsIdVerifyBankResponse, error)

ParsePostOrganizationsIdVerifyBankResponse parses an HTTP response from a PostOrganizationsIdVerifyBankWithResponse call

func (PostOrganizationsIdVerifyBankResponse) Status

Status returns HTTPResponse.Status

func (PostOrganizationsIdVerifyBankResponse) StatusCode

StatusCode returns HTTPResponse.StatusCode

type PostOrganizationsJSONBody

type PostOrganizationsJSONBody OrganizationCreateRequestModel

PostOrganizationsJSONBody defines parameters for PostOrganizations.

type PostOrganizationsJSONRequestBody

type PostOrganizationsJSONRequestBody PostOrganizationsJSONBody

PostOrganizationsJSONRequestBody defines body for PostOrganizations for application/json ContentType.

type PostOrganizationsLicenseParams

type PostOrganizationsLicenseParams struct {
	Key                     string  `json:"key"`
	CollectionName          *string `json:"collectionName,omitempty"`
	KeysPublicKey           string  `json:"keys.PublicKey"`
	KeysEncryptedPrivateKey string  `json:"keys.EncryptedPrivateKey"`
}

PostOrganizationsLicenseParams defines parameters for PostOrganizationsLicense.

type PostOrganizationsLicenseResponse

type PostOrganizationsLicenseResponse struct {
	Body         []byte
	HTTPResponse *http.Response
	JSON200      *OrganizationResponseModel
}

func ParsePostOrganizationsLicenseResponse

func ParsePostOrganizationsLicenseResponse(rsp *http.Response) (*PostOrganizationsLicenseResponse, error)

ParsePostOrganizationsLicenseResponse parses an HTTP response from a PostOrganizationsLicenseWithResponse call

func (PostOrganizationsLicenseResponse) Status

Status returns HTTPResponse.Status

func (PostOrganizationsLicenseResponse) StatusCode

func (r PostOrganizationsLicenseResponse) StatusCode() int

StatusCode returns HTTPResponse.StatusCode

type PostOrganizationsOrgIdCollectionsIdDeleteResponse

type PostOrganizationsOrgIdCollectionsIdDeleteResponse struct {
	Body         []byte
	HTTPResponse *http.Response
}

func ParsePostOrganizationsOrgIdCollectionsIdDeleteResponse

func ParsePostOrganizationsOrgIdCollectionsIdDeleteResponse(rsp *http.Response) (*PostOrganizationsOrgIdCollectionsIdDeleteResponse, error)

ParsePostOrganizationsOrgIdCollectionsIdDeleteResponse parses an HTTP response from a PostOrganizationsOrgIdCollectionsIdDeleteWithResponse call

func (PostOrganizationsOrgIdCollectionsIdDeleteResponse) Status

Status returns HTTPResponse.Status

func (PostOrganizationsOrgIdCollectionsIdDeleteResponse) StatusCode

StatusCode returns HTTPResponse.StatusCode

type PostOrganizationsOrgIdCollectionsIdDeleteUserOrgUserIdResponse

type PostOrganizationsOrgIdCollectionsIdDeleteUserOrgUserIdResponse struct {
	Body         []byte
	HTTPResponse *http.Response
}

func ParsePostOrganizationsOrgIdCollectionsIdDeleteUserOrgUserIdResponse

func ParsePostOrganizationsOrgIdCollectionsIdDeleteUserOrgUserIdResponse(rsp *http.Response) (*PostOrganizationsOrgIdCollectionsIdDeleteUserOrgUserIdResponse, error)

ParsePostOrganizationsOrgIdCollectionsIdDeleteUserOrgUserIdResponse parses an HTTP response from a PostOrganizationsOrgIdCollectionsIdDeleteUserOrgUserIdWithResponse call

func (PostOrganizationsOrgIdCollectionsIdDeleteUserOrgUserIdResponse) Status

Status returns HTTPResponse.Status

func (PostOrganizationsOrgIdCollectionsIdDeleteUserOrgUserIdResponse) StatusCode

StatusCode returns HTTPResponse.StatusCode

type PostOrganizationsOrgIdCollectionsIdJSONBody

type PostOrganizationsOrgIdCollectionsIdJSONBody CollectionRequestModel

PostOrganizationsOrgIdCollectionsIdJSONBody defines parameters for PostOrganizationsOrgIdCollectionsId.

type PostOrganizationsOrgIdCollectionsIdJSONRequestBody

type PostOrganizationsOrgIdCollectionsIdJSONRequestBody PostOrganizationsOrgIdCollectionsIdJSONBody

PostOrganizationsOrgIdCollectionsIdJSONRequestBody defines body for PostOrganizationsOrgIdCollectionsId for application/json ContentType.

type PostOrganizationsOrgIdCollectionsIdResponse

type PostOrganizationsOrgIdCollectionsIdResponse struct {
	Body         []byte
	HTTPResponse *http.Response
	JSON200      *CollectionResponseModel
}

func ParsePostOrganizationsOrgIdCollectionsIdResponse

func ParsePostOrganizationsOrgIdCollectionsIdResponse(rsp *http.Response) (*PostOrganizationsOrgIdCollectionsIdResponse, error)

ParsePostOrganizationsOrgIdCollectionsIdResponse parses an HTTP response from a PostOrganizationsOrgIdCollectionsIdWithResponse call

func (PostOrganizationsOrgIdCollectionsIdResponse) Status

Status returns HTTPResponse.Status

func (PostOrganizationsOrgIdCollectionsIdResponse) StatusCode

StatusCode returns HTTPResponse.StatusCode

type PostOrganizationsOrgIdCollectionsJSONBody

type PostOrganizationsOrgIdCollectionsJSONBody CollectionRequestModel

PostOrganizationsOrgIdCollectionsJSONBody defines parameters for PostOrganizationsOrgIdCollections.

type PostOrganizationsOrgIdCollectionsJSONRequestBody

type PostOrganizationsOrgIdCollectionsJSONRequestBody PostOrganizationsOrgIdCollectionsJSONBody

PostOrganizationsOrgIdCollectionsJSONRequestBody defines body for PostOrganizationsOrgIdCollections for application/json ContentType.

type PostOrganizationsOrgIdCollectionsResponse

type PostOrganizationsOrgIdCollectionsResponse struct {
	Body         []byte
	HTTPResponse *http.Response
	JSON200      *CollectionResponseModel
}

func ParsePostOrganizationsOrgIdCollectionsResponse

func ParsePostOrganizationsOrgIdCollectionsResponse(rsp *http.Response) (*PostOrganizationsOrgIdCollectionsResponse, error)

ParsePostOrganizationsOrgIdCollectionsResponse parses an HTTP response from a PostOrganizationsOrgIdCollectionsWithResponse call

func (PostOrganizationsOrgIdCollectionsResponse) Status

Status returns HTTPResponse.Status

func (PostOrganizationsOrgIdCollectionsResponse) StatusCode

StatusCode returns HTTPResponse.StatusCode

type PostOrganizationsOrgIdGroupsIdDeleteResponse

type PostOrganizationsOrgIdGroupsIdDeleteResponse struct {
	Body         []byte
	HTTPResponse *http.Response
}

func ParsePostOrganizationsOrgIdGroupsIdDeleteResponse

func ParsePostOrganizationsOrgIdGroupsIdDeleteResponse(rsp *http.Response) (*PostOrganizationsOrgIdGroupsIdDeleteResponse, error)

ParsePostOrganizationsOrgIdGroupsIdDeleteResponse parses an HTTP response from a PostOrganizationsOrgIdGroupsIdDeleteWithResponse call

func (PostOrganizationsOrgIdGroupsIdDeleteResponse) Status

Status returns HTTPResponse.Status

func (PostOrganizationsOrgIdGroupsIdDeleteResponse) StatusCode

StatusCode returns HTTPResponse.StatusCode

type PostOrganizationsOrgIdGroupsIdDeleteUserOrgUserIdResponse

type PostOrganizationsOrgIdGroupsIdDeleteUserOrgUserIdResponse struct {
	Body         []byte
	HTTPResponse *http.Response
}

func ParsePostOrganizationsOrgIdGroupsIdDeleteUserOrgUserIdResponse

func ParsePostOrganizationsOrgIdGroupsIdDeleteUserOrgUserIdResponse(rsp *http.Response) (*PostOrganizationsOrgIdGroupsIdDeleteUserOrgUserIdResponse, error)

ParsePostOrganizationsOrgIdGroupsIdDeleteUserOrgUserIdResponse parses an HTTP response from a PostOrganizationsOrgIdGroupsIdDeleteUserOrgUserIdWithResponse call

func (PostOrganizationsOrgIdGroupsIdDeleteUserOrgUserIdResponse) Status

Status returns HTTPResponse.Status

func (PostOrganizationsOrgIdGroupsIdDeleteUserOrgUserIdResponse) StatusCode

StatusCode returns HTTPResponse.StatusCode

type PostOrganizationsOrgIdGroupsIdJSONBody

type PostOrganizationsOrgIdGroupsIdJSONBody GroupRequestModel

PostOrganizationsOrgIdGroupsIdJSONBody defines parameters for PostOrganizationsOrgIdGroupsId.

type PostOrganizationsOrgIdGroupsIdJSONRequestBody

type PostOrganizationsOrgIdGroupsIdJSONRequestBody PostOrganizationsOrgIdGroupsIdJSONBody

PostOrganizationsOrgIdGroupsIdJSONRequestBody defines body for PostOrganizationsOrgIdGroupsId for application/json ContentType.

type PostOrganizationsOrgIdGroupsIdResponse

type PostOrganizationsOrgIdGroupsIdResponse struct {
	Body         []byte
	HTTPResponse *http.Response
	JSON200      *GroupResponseModel
}

func ParsePostOrganizationsOrgIdGroupsIdResponse

func ParsePostOrganizationsOrgIdGroupsIdResponse(rsp *http.Response) (*PostOrganizationsOrgIdGroupsIdResponse, error)

ParsePostOrganizationsOrgIdGroupsIdResponse parses an HTTP response from a PostOrganizationsOrgIdGroupsIdWithResponse call

func (PostOrganizationsOrgIdGroupsIdResponse) Status

Status returns HTTPResponse.Status

func (PostOrganizationsOrgIdGroupsIdResponse) StatusCode

StatusCode returns HTTPResponse.StatusCode

type PostOrganizationsOrgIdGroupsJSONBody

type PostOrganizationsOrgIdGroupsJSONBody GroupRequestModel

PostOrganizationsOrgIdGroupsJSONBody defines parameters for PostOrganizationsOrgIdGroups.

type PostOrganizationsOrgIdGroupsJSONRequestBody

type PostOrganizationsOrgIdGroupsJSONRequestBody PostOrganizationsOrgIdGroupsJSONBody

PostOrganizationsOrgIdGroupsJSONRequestBody defines body for PostOrganizationsOrgIdGroups for application/json ContentType.

type PostOrganizationsOrgIdGroupsResponse

type PostOrganizationsOrgIdGroupsResponse struct {
	Body         []byte
	HTTPResponse *http.Response
	JSON200      *GroupResponseModel
}

func ParsePostOrganizationsOrgIdGroupsResponse

func ParsePostOrganizationsOrgIdGroupsResponse(rsp *http.Response) (*PostOrganizationsOrgIdGroupsResponse, error)

ParsePostOrganizationsOrgIdGroupsResponse parses an HTTP response from a PostOrganizationsOrgIdGroupsWithResponse call

func (PostOrganizationsOrgIdGroupsResponse) Status

Status returns HTTPResponse.Status

func (PostOrganizationsOrgIdGroupsResponse) StatusCode

StatusCode returns HTTPResponse.StatusCode

type PostOrganizationsOrgIdUsersConfirmJSONBody

type PostOrganizationsOrgIdUsersConfirmJSONBody OrganizationUserBulkConfirmRequestModel

PostOrganizationsOrgIdUsersConfirmJSONBody defines parameters for PostOrganizationsOrgIdUsersConfirm.

type PostOrganizationsOrgIdUsersConfirmJSONRequestBody

type PostOrganizationsOrgIdUsersConfirmJSONRequestBody PostOrganizationsOrgIdUsersConfirmJSONBody

PostOrganizationsOrgIdUsersConfirmJSONRequestBody defines body for PostOrganizationsOrgIdUsersConfirm for application/json ContentType.

type PostOrganizationsOrgIdUsersConfirmResponse

type PostOrganizationsOrgIdUsersConfirmResponse struct {
	Body         []byte
	HTTPResponse *http.Response
	JSON200      *OrganizationUserBulkResponseModelListResponseModel
}

func ParsePostOrganizationsOrgIdUsersConfirmResponse

func ParsePostOrganizationsOrgIdUsersConfirmResponse(rsp *http.Response) (*PostOrganizationsOrgIdUsersConfirmResponse, error)

ParsePostOrganizationsOrgIdUsersConfirmResponse parses an HTTP response from a PostOrganizationsOrgIdUsersConfirmWithResponse call

func (PostOrganizationsOrgIdUsersConfirmResponse) Status

Status returns HTTPResponse.Status

func (PostOrganizationsOrgIdUsersConfirmResponse) StatusCode

StatusCode returns HTTPResponse.StatusCode

type PostOrganizationsOrgIdUsersDeleteJSONBody

type PostOrganizationsOrgIdUsersDeleteJSONBody OrganizationUserBulkRequestModel

PostOrganizationsOrgIdUsersDeleteJSONBody defines parameters for PostOrganizationsOrgIdUsersDelete.

type PostOrganizationsOrgIdUsersDeleteJSONRequestBody

type PostOrganizationsOrgIdUsersDeleteJSONRequestBody PostOrganizationsOrgIdUsersDeleteJSONBody

PostOrganizationsOrgIdUsersDeleteJSONRequestBody defines body for PostOrganizationsOrgIdUsersDelete for application/json ContentType.

type PostOrganizationsOrgIdUsersDeleteResponse

type PostOrganizationsOrgIdUsersDeleteResponse struct {
	Body         []byte
	HTTPResponse *http.Response
	JSON200      *OrganizationUserBulkResponseModelListResponseModel
}

func ParsePostOrganizationsOrgIdUsersDeleteResponse

func ParsePostOrganizationsOrgIdUsersDeleteResponse(rsp *http.Response) (*PostOrganizationsOrgIdUsersDeleteResponse, error)

ParsePostOrganizationsOrgIdUsersDeleteResponse parses an HTTP response from a PostOrganizationsOrgIdUsersDeleteWithResponse call

func (PostOrganizationsOrgIdUsersDeleteResponse) Status

Status returns HTTPResponse.Status

func (PostOrganizationsOrgIdUsersDeleteResponse) StatusCode

StatusCode returns HTTPResponse.StatusCode

type PostOrganizationsOrgIdUsersIdAcceptJSONBody

type PostOrganizationsOrgIdUsersIdAcceptJSONBody OrganizationUserAcceptRequestModel

PostOrganizationsOrgIdUsersIdAcceptJSONBody defines parameters for PostOrganizationsOrgIdUsersIdAccept.

type PostOrganizationsOrgIdUsersIdAcceptJSONRequestBody

type PostOrganizationsOrgIdUsersIdAcceptJSONRequestBody PostOrganizationsOrgIdUsersIdAcceptJSONBody

PostOrganizationsOrgIdUsersIdAcceptJSONRequestBody defines body for PostOrganizationsOrgIdUsersIdAccept for application/json ContentType.

type PostOrganizationsOrgIdUsersIdAcceptResponse

type PostOrganizationsOrgIdUsersIdAcceptResponse struct {
	Body         []byte
	HTTPResponse *http.Response
}

func ParsePostOrganizationsOrgIdUsersIdAcceptResponse

func ParsePostOrganizationsOrgIdUsersIdAcceptResponse(rsp *http.Response) (*PostOrganizationsOrgIdUsersIdAcceptResponse, error)

ParsePostOrganizationsOrgIdUsersIdAcceptResponse parses an HTTP response from a PostOrganizationsOrgIdUsersIdAcceptWithResponse call

func (PostOrganizationsOrgIdUsersIdAcceptResponse) Status

Status returns HTTPResponse.Status

func (PostOrganizationsOrgIdUsersIdAcceptResponse) StatusCode

StatusCode returns HTTPResponse.StatusCode

type PostOrganizationsOrgIdUsersIdConfirmJSONBody

type PostOrganizationsOrgIdUsersIdConfirmJSONBody OrganizationUserConfirmRequestModel

PostOrganizationsOrgIdUsersIdConfirmJSONBody defines parameters for PostOrganizationsOrgIdUsersIdConfirm.

type PostOrganizationsOrgIdUsersIdConfirmJSONRequestBody

type PostOrganizationsOrgIdUsersIdConfirmJSONRequestBody PostOrganizationsOrgIdUsersIdConfirmJSONBody

PostOrganizationsOrgIdUsersIdConfirmJSONRequestBody defines body for PostOrganizationsOrgIdUsersIdConfirm for application/json ContentType.

type PostOrganizationsOrgIdUsersIdConfirmResponse

type PostOrganizationsOrgIdUsersIdConfirmResponse struct {
	Body         []byte
	HTTPResponse *http.Response
}

func ParsePostOrganizationsOrgIdUsersIdConfirmResponse

func ParsePostOrganizationsOrgIdUsersIdConfirmResponse(rsp *http.Response) (*PostOrganizationsOrgIdUsersIdConfirmResponse, error)

ParsePostOrganizationsOrgIdUsersIdConfirmResponse parses an HTTP response from a PostOrganizationsOrgIdUsersIdConfirmWithResponse call

func (PostOrganizationsOrgIdUsersIdConfirmResponse) Status

Status returns HTTPResponse.Status

func (PostOrganizationsOrgIdUsersIdConfirmResponse) StatusCode

StatusCode returns HTTPResponse.StatusCode

type PostOrganizationsOrgIdUsersIdDeleteResponse

type PostOrganizationsOrgIdUsersIdDeleteResponse struct {
	Body         []byte
	HTTPResponse *http.Response
}

func ParsePostOrganizationsOrgIdUsersIdDeleteResponse

func ParsePostOrganizationsOrgIdUsersIdDeleteResponse(rsp *http.Response) (*PostOrganizationsOrgIdUsersIdDeleteResponse, error)

ParsePostOrganizationsOrgIdUsersIdDeleteResponse parses an HTTP response from a PostOrganizationsOrgIdUsersIdDeleteWithResponse call

func (PostOrganizationsOrgIdUsersIdDeleteResponse) Status

Status returns HTTPResponse.Status

func (PostOrganizationsOrgIdUsersIdDeleteResponse) StatusCode

StatusCode returns HTTPResponse.StatusCode

type PostOrganizationsOrgIdUsersIdGroupsJSONBody

type PostOrganizationsOrgIdUsersIdGroupsJSONBody OrganizationUserUpdateGroupsRequestModel

PostOrganizationsOrgIdUsersIdGroupsJSONBody defines parameters for PostOrganizationsOrgIdUsersIdGroups.

type PostOrganizationsOrgIdUsersIdGroupsJSONRequestBody

type PostOrganizationsOrgIdUsersIdGroupsJSONRequestBody PostOrganizationsOrgIdUsersIdGroupsJSONBody

PostOrganizationsOrgIdUsersIdGroupsJSONRequestBody defines body for PostOrganizationsOrgIdUsersIdGroups for application/json ContentType.

type PostOrganizationsOrgIdUsersIdGroupsResponse

type PostOrganizationsOrgIdUsersIdGroupsResponse struct {
	Body         []byte
	HTTPResponse *http.Response
}

func ParsePostOrganizationsOrgIdUsersIdGroupsResponse

func ParsePostOrganizationsOrgIdUsersIdGroupsResponse(rsp *http.Response) (*PostOrganizationsOrgIdUsersIdGroupsResponse, error)

ParsePostOrganizationsOrgIdUsersIdGroupsResponse parses an HTTP response from a PostOrganizationsOrgIdUsersIdGroupsWithResponse call

func (PostOrganizationsOrgIdUsersIdGroupsResponse) Status

Status returns HTTPResponse.Status

func (PostOrganizationsOrgIdUsersIdGroupsResponse) StatusCode

StatusCode returns HTTPResponse.StatusCode

type PostOrganizationsOrgIdUsersIdJSONBody

type PostOrganizationsOrgIdUsersIdJSONBody OrganizationUserUpdateRequestModel

PostOrganizationsOrgIdUsersIdJSONBody defines parameters for PostOrganizationsOrgIdUsersId.

type PostOrganizationsOrgIdUsersIdJSONRequestBody

type PostOrganizationsOrgIdUsersIdJSONRequestBody PostOrganizationsOrgIdUsersIdJSONBody

PostOrganizationsOrgIdUsersIdJSONRequestBody defines body for PostOrganizationsOrgIdUsersId for application/json ContentType.

type PostOrganizationsOrgIdUsersIdReinviteResponse

type PostOrganizationsOrgIdUsersIdReinviteResponse struct {
	Body         []byte
	HTTPResponse *http.Response
}

func ParsePostOrganizationsOrgIdUsersIdReinviteResponse

func ParsePostOrganizationsOrgIdUsersIdReinviteResponse(rsp *http.Response) (*PostOrganizationsOrgIdUsersIdReinviteResponse, error)

ParsePostOrganizationsOrgIdUsersIdReinviteResponse parses an HTTP response from a PostOrganizationsOrgIdUsersIdReinviteWithResponse call

func (PostOrganizationsOrgIdUsersIdReinviteResponse) Status

Status returns HTTPResponse.Status

func (PostOrganizationsOrgIdUsersIdReinviteResponse) StatusCode

StatusCode returns HTTPResponse.StatusCode

type PostOrganizationsOrgIdUsersIdResponse

type PostOrganizationsOrgIdUsersIdResponse struct {
	Body         []byte
	HTTPResponse *http.Response
}

func ParsePostOrganizationsOrgIdUsersIdResponse

func ParsePostOrganizationsOrgIdUsersIdResponse(rsp *http.Response) (*PostOrganizationsOrgIdUsersIdResponse, error)

ParsePostOrganizationsOrgIdUsersIdResponse parses an HTTP response from a PostOrganizationsOrgIdUsersIdWithResponse call

func (PostOrganizationsOrgIdUsersIdResponse) Status

Status returns HTTPResponse.Status

func (PostOrganizationsOrgIdUsersIdResponse) StatusCode

StatusCode returns HTTPResponse.StatusCode

type PostOrganizationsOrgIdUsersInviteJSONBody

type PostOrganizationsOrgIdUsersInviteJSONBody OrganizationUserInviteRequestModel

PostOrganizationsOrgIdUsersInviteJSONBody defines parameters for PostOrganizationsOrgIdUsersInvite.

type PostOrganizationsOrgIdUsersInviteJSONRequestBody

type PostOrganizationsOrgIdUsersInviteJSONRequestBody PostOrganizationsOrgIdUsersInviteJSONBody

PostOrganizationsOrgIdUsersInviteJSONRequestBody defines body for PostOrganizationsOrgIdUsersInvite for application/json ContentType.

type PostOrganizationsOrgIdUsersInviteResponse

type PostOrganizationsOrgIdUsersInviteResponse struct {
	Body         []byte
	HTTPResponse *http.Response
}

func ParsePostOrganizationsOrgIdUsersInviteResponse

func ParsePostOrganizationsOrgIdUsersInviteResponse(rsp *http.Response) (*PostOrganizationsOrgIdUsersInviteResponse, error)

ParsePostOrganizationsOrgIdUsersInviteResponse parses an HTTP response from a PostOrganizationsOrgIdUsersInviteWithResponse call

func (PostOrganizationsOrgIdUsersInviteResponse) Status

Status returns HTTPResponse.Status

func (PostOrganizationsOrgIdUsersInviteResponse) StatusCode

StatusCode returns HTTPResponse.StatusCode

type PostOrganizationsOrgIdUsersPublicKeysJSONBody

type PostOrganizationsOrgIdUsersPublicKeysJSONBody OrganizationUserBulkRequestModel

PostOrganizationsOrgIdUsersPublicKeysJSONBody defines parameters for PostOrganizationsOrgIdUsersPublicKeys.

type PostOrganizationsOrgIdUsersPublicKeysJSONRequestBody

type PostOrganizationsOrgIdUsersPublicKeysJSONRequestBody PostOrganizationsOrgIdUsersPublicKeysJSONBody

PostOrganizationsOrgIdUsersPublicKeysJSONRequestBody defines body for PostOrganizationsOrgIdUsersPublicKeys for application/json ContentType.

type PostOrganizationsOrgIdUsersPublicKeysResponse

type PostOrganizationsOrgIdUsersPublicKeysResponse struct {
	Body         []byte
	HTTPResponse *http.Response
	JSON200      *OrganizationUserPublicKeyResponseModelListResponseModel
}

func ParsePostOrganizationsOrgIdUsersPublicKeysResponse

func ParsePostOrganizationsOrgIdUsersPublicKeysResponse(rsp *http.Response) (*PostOrganizationsOrgIdUsersPublicKeysResponse, error)

ParsePostOrganizationsOrgIdUsersPublicKeysResponse parses an HTTP response from a PostOrganizationsOrgIdUsersPublicKeysWithResponse call

func (PostOrganizationsOrgIdUsersPublicKeysResponse) Status

Status returns HTTPResponse.Status

func (PostOrganizationsOrgIdUsersPublicKeysResponse) StatusCode

StatusCode returns HTTPResponse.StatusCode

type PostOrganizationsOrgIdUsersReinviteJSONBody

type PostOrganizationsOrgIdUsersReinviteJSONBody OrganizationUserBulkRequestModel

PostOrganizationsOrgIdUsersReinviteJSONBody defines parameters for PostOrganizationsOrgIdUsersReinvite.

type PostOrganizationsOrgIdUsersReinviteJSONRequestBody

type PostOrganizationsOrgIdUsersReinviteJSONRequestBody PostOrganizationsOrgIdUsersReinviteJSONBody

PostOrganizationsOrgIdUsersReinviteJSONRequestBody defines body for PostOrganizationsOrgIdUsersReinvite for application/json ContentType.

type PostOrganizationsOrgIdUsersReinviteResponse

type PostOrganizationsOrgIdUsersReinviteResponse struct {
	Body         []byte
	HTTPResponse *http.Response
	JSON200      *OrganizationUserBulkResponseModelListResponseModel
}

func ParsePostOrganizationsOrgIdUsersReinviteResponse

func ParsePostOrganizationsOrgIdUsersReinviteResponse(rsp *http.Response) (*PostOrganizationsOrgIdUsersReinviteResponse, error)

ParsePostOrganizationsOrgIdUsersReinviteResponse parses an HTTP response from a PostOrganizationsOrgIdUsersReinviteWithResponse call

func (PostOrganizationsOrgIdUsersReinviteResponse) Status

Status returns HTTPResponse.Status

func (PostOrganizationsOrgIdUsersReinviteResponse) StatusCode

StatusCode returns HTTPResponse.StatusCode

type PostOrganizationsResponse

type PostOrganizationsResponse struct {
	Body         []byte
	HTTPResponse *http.Response
	JSON200      *OrganizationResponseModel
}

func ParsePostOrganizationsResponse

func ParsePostOrganizationsResponse(rsp *http.Response) (*PostOrganizationsResponse, error)

ParsePostOrganizationsResponse parses an HTTP response from a PostOrganizationsWithResponse call

func (PostOrganizationsResponse) Status

func (r PostOrganizationsResponse) Status() string

Status returns HTTPResponse.Status

func (PostOrganizationsResponse) StatusCode

func (r PostOrganizationsResponse) StatusCode() int

StatusCode returns HTTPResponse.StatusCode

type PostPushRegisterJSONBody

type PostPushRegisterJSONBody PushRegistrationRequestModel

PostPushRegisterJSONBody defines parameters for PostPushRegister.

type PostPushRegisterJSONRequestBody

type PostPushRegisterJSONRequestBody PostPushRegisterJSONBody

PostPushRegisterJSONRequestBody defines body for PostPushRegister for application/json ContentType.

type PostPushRegisterResponse

type PostPushRegisterResponse struct {
	Body         []byte
	HTTPResponse *http.Response
}

func ParsePostPushRegisterResponse

func ParsePostPushRegisterResponse(rsp *http.Response) (*PostPushRegisterResponse, error)

ParsePostPushRegisterResponse parses an HTTP response from a PostPushRegisterWithResponse call

func (PostPushRegisterResponse) Status

func (r PostPushRegisterResponse) Status() string

Status returns HTTPResponse.Status

func (PostPushRegisterResponse) StatusCode

func (r PostPushRegisterResponse) StatusCode() int

StatusCode returns HTTPResponse.StatusCode

type PostPushSendJSONBody

type PostPushSendJSONBody PushSendRequestModel

PostPushSendJSONBody defines parameters for PostPushSend.

type PostPushSendJSONRequestBody

type PostPushSendJSONRequestBody PostPushSendJSONBody

PostPushSendJSONRequestBody defines body for PostPushSend for application/json ContentType.

type PostPushSendResponse

type PostPushSendResponse struct {
	Body         []byte
	HTTPResponse *http.Response
}

func ParsePostPushSendResponse

func ParsePostPushSendResponse(rsp *http.Response) (*PostPushSendResponse, error)

ParsePostPushSendResponse parses an HTTP response from a PostPushSendWithResponse call

func (PostPushSendResponse) Status

func (r PostPushSendResponse) Status() string

Status returns HTTPResponse.Status

func (PostPushSendResponse) StatusCode

func (r PostPushSendResponse) StatusCode() int

StatusCode returns HTTPResponse.StatusCode

type PostSendsAccessIdJSONBody

type PostSendsAccessIdJSONBody SendAccessRequestModel

PostSendsAccessIdJSONBody defines parameters for PostSendsAccessId.

type PostSendsAccessIdJSONRequestBody

type PostSendsAccessIdJSONRequestBody PostSendsAccessIdJSONBody

PostSendsAccessIdJSONRequestBody defines body for PostSendsAccessId for application/json ContentType.

type PostSendsAccessIdResponse

type PostSendsAccessIdResponse struct {
	Body         []byte
	HTTPResponse *http.Response
}

func ParsePostSendsAccessIdResponse

func ParsePostSendsAccessIdResponse(rsp *http.Response) (*PostSendsAccessIdResponse, error)

ParsePostSendsAccessIdResponse parses an HTTP response from a PostSendsAccessIdWithResponse call

func (PostSendsAccessIdResponse) Status

func (r PostSendsAccessIdResponse) Status() string

Status returns HTTPResponse.Status

func (PostSendsAccessIdResponse) StatusCode

func (r PostSendsAccessIdResponse) StatusCode() int

StatusCode returns HTTPResponse.StatusCode

type PostSendsEncodedSendIdAccessFileFileIdJSONBody

type PostSendsEncodedSendIdAccessFileFileIdJSONBody SendAccessRequestModel

PostSendsEncodedSendIdAccessFileFileIdJSONBody defines parameters for PostSendsEncodedSendIdAccessFileFileId.

type PostSendsEncodedSendIdAccessFileFileIdJSONRequestBody

type PostSendsEncodedSendIdAccessFileFileIdJSONRequestBody PostSendsEncodedSendIdAccessFileFileIdJSONBody

PostSendsEncodedSendIdAccessFileFileIdJSONRequestBody defines body for PostSendsEncodedSendIdAccessFileFileId for application/json ContentType.

type PostSendsEncodedSendIdAccessFileFileIdResponse

type PostSendsEncodedSendIdAccessFileFileIdResponse struct {
	Body         []byte
	HTTPResponse *http.Response
}

func ParsePostSendsEncodedSendIdAccessFileFileIdResponse

func ParsePostSendsEncodedSendIdAccessFileFileIdResponse(rsp *http.Response) (*PostSendsEncodedSendIdAccessFileFileIdResponse, error)

ParsePostSendsEncodedSendIdAccessFileFileIdResponse parses an HTTP response from a PostSendsEncodedSendIdAccessFileFileIdWithResponse call

func (PostSendsEncodedSendIdAccessFileFileIdResponse) Status

Status returns HTTPResponse.Status

func (PostSendsEncodedSendIdAccessFileFileIdResponse) StatusCode

StatusCode returns HTTPResponse.StatusCode

type PostSendsFileResponse

type PostSendsFileResponse struct {
	Body         []byte
	HTTPResponse *http.Response
	JSON200      *SendResponseModel
}

func ParsePostSendsFileResponse

func ParsePostSendsFileResponse(rsp *http.Response) (*PostSendsFileResponse, error)

ParsePostSendsFileResponse parses an HTTP response from a PostSendsFileWithResponse call

func (PostSendsFileResponse) Status

func (r PostSendsFileResponse) Status() string

Status returns HTTPResponse.Status

func (PostSendsFileResponse) StatusCode

func (r PostSendsFileResponse) StatusCode() int

StatusCode returns HTTPResponse.StatusCode

type PostSendsFileV2JSONBody

type PostSendsFileV2JSONBody SendRequestModel

PostSendsFileV2JSONBody defines parameters for PostSendsFileV2.

type PostSendsFileV2JSONRequestBody

type PostSendsFileV2JSONRequestBody PostSendsFileV2JSONBody

PostSendsFileV2JSONRequestBody defines body for PostSendsFileV2 for application/json ContentType.

type PostSendsFileV2Response

type PostSendsFileV2Response struct {
	Body         []byte
	HTTPResponse *http.Response
	JSON200      *SendFileUploadDataResponseModel
}

func ParsePostSendsFileV2Response

func ParsePostSendsFileV2Response(rsp *http.Response) (*PostSendsFileV2Response, error)

ParsePostSendsFileV2Response parses an HTTP response from a PostSendsFileV2WithResponse call

func (PostSendsFileV2Response) Status

func (r PostSendsFileV2Response) Status() string

Status returns HTTPResponse.Status

func (PostSendsFileV2Response) StatusCode

func (r PostSendsFileV2Response) StatusCode() int

StatusCode returns HTTPResponse.StatusCode

type PostSendsFileValidateAzureResponse

type PostSendsFileValidateAzureResponse struct {
	Body         []byte
	HTTPResponse *http.Response
}

func ParsePostSendsFileValidateAzureResponse

func ParsePostSendsFileValidateAzureResponse(rsp *http.Response) (*PostSendsFileValidateAzureResponse, error)

ParsePostSendsFileValidateAzureResponse parses an HTTP response from a PostSendsFileValidateAzureWithResponse call

func (PostSendsFileValidateAzureResponse) Status

Status returns HTTPResponse.Status

func (PostSendsFileValidateAzureResponse) StatusCode

func (r PostSendsFileValidateAzureResponse) StatusCode() int

StatusCode returns HTTPResponse.StatusCode

type PostSendsIdFileFileIdResponse

type PostSendsIdFileFileIdResponse struct {
	Body         []byte
	HTTPResponse *http.Response
}

func ParsePostSendsIdFileFileIdResponse

func ParsePostSendsIdFileFileIdResponse(rsp *http.Response) (*PostSendsIdFileFileIdResponse, error)

ParsePostSendsIdFileFileIdResponse parses an HTTP response from a PostSendsIdFileFileIdWithResponse call

func (PostSendsIdFileFileIdResponse) Status

Status returns HTTPResponse.Status

func (PostSendsIdFileFileIdResponse) StatusCode

func (r PostSendsIdFileFileIdResponse) StatusCode() int

StatusCode returns HTTPResponse.StatusCode

type PostSendsJSONBody

type PostSendsJSONBody SendRequestModel

PostSendsJSONBody defines parameters for PostSends.

type PostSendsJSONRequestBody

type PostSendsJSONRequestBody PostSendsJSONBody

PostSendsJSONRequestBody defines body for PostSends for application/json ContentType.

type PostSendsResponse

type PostSendsResponse struct {
	Body         []byte
	HTTPResponse *http.Response
	JSON200      *SendResponseModel
}

func ParsePostSendsResponse

func ParsePostSendsResponse(rsp *http.Response) (*PostSendsResponse, error)

ParsePostSendsResponse parses an HTTP response from a PostSendsWithResponse call

func (PostSendsResponse) Status

func (r PostSendsResponse) Status() string

Status returns HTTPResponse.Status

func (PostSendsResponse) StatusCode

func (r PostSendsResponse) StatusCode() int

StatusCode returns HTTPResponse.StatusCode

type PostSettingsDomainsJSONBody

type PostSettingsDomainsJSONBody UpdateDomainsRequestModel

PostSettingsDomainsJSONBody defines parameters for PostSettingsDomains.

type PostSettingsDomainsJSONRequestBody

type PostSettingsDomainsJSONRequestBody PostSettingsDomainsJSONBody

PostSettingsDomainsJSONRequestBody defines body for PostSettingsDomains for application/json ContentType.

type PostSettingsDomainsResponse

type PostSettingsDomainsResponse struct {
	Body         []byte
	HTTPResponse *http.Response
	JSON200      *DomainsResponseModel
}

func ParsePostSettingsDomainsResponse

func ParsePostSettingsDomainsResponse(rsp *http.Response) (*PostSettingsDomainsResponse, error)

ParsePostSettingsDomainsResponse parses an HTTP response from a PostSettingsDomainsWithResponse call

func (PostSettingsDomainsResponse) Status

Status returns HTTPResponse.Status

func (PostSettingsDomainsResponse) StatusCode

func (r PostSettingsDomainsResponse) StatusCode() int

StatusCode returns HTTPResponse.StatusCode

type PostSetupPaymentResponse

type PostSetupPaymentResponse struct {
	Body         []byte
	HTTPResponse *http.Response
	JSON200      *string
}

func ParsePostSetupPaymentResponse

func ParsePostSetupPaymentResponse(rsp *http.Response) (*PostSetupPaymentResponse, error)

ParsePostSetupPaymentResponse parses an HTTP response from a PostSetupPaymentWithResponse call

func (PostSetupPaymentResponse) Status

func (r PostSetupPaymentResponse) Status() string

Status returns HTTPResponse.Status

func (PostSetupPaymentResponse) StatusCode

func (r PostSetupPaymentResponse) StatusCode() int

StatusCode returns HTTPResponse.StatusCode

type PostTwoFactorAuthenticatorJSONBody

type PostTwoFactorAuthenticatorJSONBody UpdateTwoFactorAuthenticatorRequestModel

PostTwoFactorAuthenticatorJSONBody defines parameters for PostTwoFactorAuthenticator.

type PostTwoFactorAuthenticatorJSONRequestBody

type PostTwoFactorAuthenticatorJSONRequestBody PostTwoFactorAuthenticatorJSONBody

PostTwoFactorAuthenticatorJSONRequestBody defines body for PostTwoFactorAuthenticator for application/json ContentType.

type PostTwoFactorAuthenticatorResponse

type PostTwoFactorAuthenticatorResponse struct {
	Body         []byte
	HTTPResponse *http.Response
	JSON200      *TwoFactorAuthenticatorResponseModel
}

func ParsePostTwoFactorAuthenticatorResponse

func ParsePostTwoFactorAuthenticatorResponse(rsp *http.Response) (*PostTwoFactorAuthenticatorResponse, error)

ParsePostTwoFactorAuthenticatorResponse parses an HTTP response from a PostTwoFactorAuthenticatorWithResponse call

func (PostTwoFactorAuthenticatorResponse) Status

Status returns HTTPResponse.Status

func (PostTwoFactorAuthenticatorResponse) StatusCode

func (r PostTwoFactorAuthenticatorResponse) StatusCode() int

StatusCode returns HTTPResponse.StatusCode

type PostTwoFactorDisableJSONBody

type PostTwoFactorDisableJSONBody TwoFactorProviderRequestModel

PostTwoFactorDisableJSONBody defines parameters for PostTwoFactorDisable.

type PostTwoFactorDisableJSONRequestBody

type PostTwoFactorDisableJSONRequestBody PostTwoFactorDisableJSONBody

PostTwoFactorDisableJSONRequestBody defines body for PostTwoFactorDisable for application/json ContentType.

type PostTwoFactorDisableResponse

type PostTwoFactorDisableResponse struct {
	Body         []byte
	HTTPResponse *http.Response
	JSON200      *TwoFactorProviderResponseModel
}

func ParsePostTwoFactorDisableResponse

func ParsePostTwoFactorDisableResponse(rsp *http.Response) (*PostTwoFactorDisableResponse, error)

ParsePostTwoFactorDisableResponse parses an HTTP response from a PostTwoFactorDisableWithResponse call

func (PostTwoFactorDisableResponse) Status

Status returns HTTPResponse.Status

func (PostTwoFactorDisableResponse) StatusCode

func (r PostTwoFactorDisableResponse) StatusCode() int

StatusCode returns HTTPResponse.StatusCode

type PostTwoFactorDuoJSONBody

type PostTwoFactorDuoJSONBody UpdateTwoFactorDuoRequestModel

PostTwoFactorDuoJSONBody defines parameters for PostTwoFactorDuo.

type PostTwoFactorDuoJSONRequestBody

type PostTwoFactorDuoJSONRequestBody PostTwoFactorDuoJSONBody

PostTwoFactorDuoJSONRequestBody defines body for PostTwoFactorDuo for application/json ContentType.

type PostTwoFactorDuoResponse

type PostTwoFactorDuoResponse struct {
	Body         []byte
	HTTPResponse *http.Response
	JSON200      *TwoFactorDuoResponseModel
}

func ParsePostTwoFactorDuoResponse

func ParsePostTwoFactorDuoResponse(rsp *http.Response) (*PostTwoFactorDuoResponse, error)

ParsePostTwoFactorDuoResponse parses an HTTP response from a PostTwoFactorDuoWithResponse call

func (PostTwoFactorDuoResponse) Status

func (r PostTwoFactorDuoResponse) Status() string

Status returns HTTPResponse.Status

func (PostTwoFactorDuoResponse) StatusCode

func (r PostTwoFactorDuoResponse) StatusCode() int

StatusCode returns HTTPResponse.StatusCode

type PostTwoFactorEmailJSONBody

type PostTwoFactorEmailJSONBody UpdateTwoFactorEmailRequestModel

PostTwoFactorEmailJSONBody defines parameters for PostTwoFactorEmail.

type PostTwoFactorEmailJSONRequestBody

type PostTwoFactorEmailJSONRequestBody PostTwoFactorEmailJSONBody

PostTwoFactorEmailJSONRequestBody defines body for PostTwoFactorEmail for application/json ContentType.

type PostTwoFactorEmailResponse

type PostTwoFactorEmailResponse struct {
	Body         []byte
	HTTPResponse *http.Response
	JSON200      *TwoFactorEmailResponseModel
}

func ParsePostTwoFactorEmailResponse

func ParsePostTwoFactorEmailResponse(rsp *http.Response) (*PostTwoFactorEmailResponse, error)

ParsePostTwoFactorEmailResponse parses an HTTP response from a PostTwoFactorEmailWithResponse call

func (PostTwoFactorEmailResponse) Status

Status returns HTTPResponse.Status

func (PostTwoFactorEmailResponse) StatusCode

func (r PostTwoFactorEmailResponse) StatusCode() int

StatusCode returns HTTPResponse.StatusCode

type PostTwoFactorGetAuthenticatorJSONBody

type PostTwoFactorGetAuthenticatorJSONBody TwoFactorRequestModel

PostTwoFactorGetAuthenticatorJSONBody defines parameters for PostTwoFactorGetAuthenticator.

type PostTwoFactorGetAuthenticatorJSONRequestBody

type PostTwoFactorGetAuthenticatorJSONRequestBody PostTwoFactorGetAuthenticatorJSONBody

PostTwoFactorGetAuthenticatorJSONRequestBody defines body for PostTwoFactorGetAuthenticator for application/json ContentType.

type PostTwoFactorGetAuthenticatorResponse

type PostTwoFactorGetAuthenticatorResponse struct {
	Body         []byte
	HTTPResponse *http.Response
	JSON200      *TwoFactorAuthenticatorResponseModel
}

func ParsePostTwoFactorGetAuthenticatorResponse

func ParsePostTwoFactorGetAuthenticatorResponse(rsp *http.Response) (*PostTwoFactorGetAuthenticatorResponse, error)

ParsePostTwoFactorGetAuthenticatorResponse parses an HTTP response from a PostTwoFactorGetAuthenticatorWithResponse call

func (PostTwoFactorGetAuthenticatorResponse) Status

Status returns HTTPResponse.Status

func (PostTwoFactorGetAuthenticatorResponse) StatusCode

StatusCode returns HTTPResponse.StatusCode

type PostTwoFactorGetDuoJSONBody

type PostTwoFactorGetDuoJSONBody TwoFactorRequestModel

PostTwoFactorGetDuoJSONBody defines parameters for PostTwoFactorGetDuo.

type PostTwoFactorGetDuoJSONRequestBody

type PostTwoFactorGetDuoJSONRequestBody PostTwoFactorGetDuoJSONBody

PostTwoFactorGetDuoJSONRequestBody defines body for PostTwoFactorGetDuo for application/json ContentType.

type PostTwoFactorGetDuoResponse

type PostTwoFactorGetDuoResponse struct {
	Body         []byte
	HTTPResponse *http.Response
	JSON200      *TwoFactorDuoResponseModel
}

func ParsePostTwoFactorGetDuoResponse

func ParsePostTwoFactorGetDuoResponse(rsp *http.Response) (*PostTwoFactorGetDuoResponse, error)

ParsePostTwoFactorGetDuoResponse parses an HTTP response from a PostTwoFactorGetDuoWithResponse call

func (PostTwoFactorGetDuoResponse) Status

Status returns HTTPResponse.Status

func (PostTwoFactorGetDuoResponse) StatusCode

func (r PostTwoFactorGetDuoResponse) StatusCode() int

StatusCode returns HTTPResponse.StatusCode

type PostTwoFactorGetEmailJSONBody

type PostTwoFactorGetEmailJSONBody TwoFactorRequestModel

PostTwoFactorGetEmailJSONBody defines parameters for PostTwoFactorGetEmail.

type PostTwoFactorGetEmailJSONRequestBody

type PostTwoFactorGetEmailJSONRequestBody PostTwoFactorGetEmailJSONBody

PostTwoFactorGetEmailJSONRequestBody defines body for PostTwoFactorGetEmail for application/json ContentType.

type PostTwoFactorGetEmailResponse

type PostTwoFactorGetEmailResponse struct {
	Body         []byte
	HTTPResponse *http.Response
	JSON200      *TwoFactorEmailResponseModel
}

func ParsePostTwoFactorGetEmailResponse

func ParsePostTwoFactorGetEmailResponse(rsp *http.Response) (*PostTwoFactorGetEmailResponse, error)

ParsePostTwoFactorGetEmailResponse parses an HTTP response from a PostTwoFactorGetEmailWithResponse call

func (PostTwoFactorGetEmailResponse) Status

Status returns HTTPResponse.Status

func (PostTwoFactorGetEmailResponse) StatusCode

func (r PostTwoFactorGetEmailResponse) StatusCode() int

StatusCode returns HTTPResponse.StatusCode

type PostTwoFactorGetRecoverJSONBody

type PostTwoFactorGetRecoverJSONBody TwoFactorRequestModel

PostTwoFactorGetRecoverJSONBody defines parameters for PostTwoFactorGetRecover.

type PostTwoFactorGetRecoverJSONRequestBody

type PostTwoFactorGetRecoverJSONRequestBody PostTwoFactorGetRecoverJSONBody

PostTwoFactorGetRecoverJSONRequestBody defines body for PostTwoFactorGetRecover for application/json ContentType.

type PostTwoFactorGetRecoverResponse

type PostTwoFactorGetRecoverResponse struct {
	Body         []byte
	HTTPResponse *http.Response
	JSON200      *TwoFactorRecoverResponseModel
}

func ParsePostTwoFactorGetRecoverResponse

func ParsePostTwoFactorGetRecoverResponse(rsp *http.Response) (*PostTwoFactorGetRecoverResponse, error)

ParsePostTwoFactorGetRecoverResponse parses an HTTP response from a PostTwoFactorGetRecoverWithResponse call

func (PostTwoFactorGetRecoverResponse) Status

Status returns HTTPResponse.Status

func (PostTwoFactorGetRecoverResponse) StatusCode

func (r PostTwoFactorGetRecoverResponse) StatusCode() int

StatusCode returns HTTPResponse.StatusCode

type PostTwoFactorGetWebauthnChallengeJSONBody

type PostTwoFactorGetWebauthnChallengeJSONBody TwoFactorRequestModel

PostTwoFactorGetWebauthnChallengeJSONBody defines parameters for PostTwoFactorGetWebauthnChallenge.

type PostTwoFactorGetWebauthnChallengeJSONRequestBody

type PostTwoFactorGetWebauthnChallengeJSONRequestBody PostTwoFactorGetWebauthnChallengeJSONBody

PostTwoFactorGetWebauthnChallengeJSONRequestBody defines body for PostTwoFactorGetWebauthnChallenge for application/json ContentType.

type PostTwoFactorGetWebauthnChallengeResponse

type PostTwoFactorGetWebauthnChallengeResponse struct {
	Body         []byte
	HTTPResponse *http.Response
	JSON200      *CredentialCreateOptions
}

func ParsePostTwoFactorGetWebauthnChallengeResponse

func ParsePostTwoFactorGetWebauthnChallengeResponse(rsp *http.Response) (*PostTwoFactorGetWebauthnChallengeResponse, error)

ParsePostTwoFactorGetWebauthnChallengeResponse parses an HTTP response from a PostTwoFactorGetWebauthnChallengeWithResponse call

func (PostTwoFactorGetWebauthnChallengeResponse) Status

Status returns HTTPResponse.Status

func (PostTwoFactorGetWebauthnChallengeResponse) StatusCode

StatusCode returns HTTPResponse.StatusCode

type PostTwoFactorGetWebauthnJSONBody

type PostTwoFactorGetWebauthnJSONBody TwoFactorRequestModel

PostTwoFactorGetWebauthnJSONBody defines parameters for PostTwoFactorGetWebauthn.

type PostTwoFactorGetWebauthnJSONRequestBody

type PostTwoFactorGetWebauthnJSONRequestBody PostTwoFactorGetWebauthnJSONBody

PostTwoFactorGetWebauthnJSONRequestBody defines body for PostTwoFactorGetWebauthn for application/json ContentType.

type PostTwoFactorGetWebauthnResponse

type PostTwoFactorGetWebauthnResponse struct {
	Body         []byte
	HTTPResponse *http.Response
	JSON200      *TwoFactorWebAuthnResponseModel
}

func ParsePostTwoFactorGetWebauthnResponse

func ParsePostTwoFactorGetWebauthnResponse(rsp *http.Response) (*PostTwoFactorGetWebauthnResponse, error)

ParsePostTwoFactorGetWebauthnResponse parses an HTTP response from a PostTwoFactorGetWebauthnWithResponse call

func (PostTwoFactorGetWebauthnResponse) Status

Status returns HTTPResponse.Status

func (PostTwoFactorGetWebauthnResponse) StatusCode

func (r PostTwoFactorGetWebauthnResponse) StatusCode() int

StatusCode returns HTTPResponse.StatusCode

type PostTwoFactorGetYubikeyJSONBody

type PostTwoFactorGetYubikeyJSONBody TwoFactorRequestModel

PostTwoFactorGetYubikeyJSONBody defines parameters for PostTwoFactorGetYubikey.

type PostTwoFactorGetYubikeyJSONRequestBody

type PostTwoFactorGetYubikeyJSONRequestBody PostTwoFactorGetYubikeyJSONBody

PostTwoFactorGetYubikeyJSONRequestBody defines body for PostTwoFactorGetYubikey for application/json ContentType.

type PostTwoFactorGetYubikeyResponse

type PostTwoFactorGetYubikeyResponse struct {
	Body         []byte
	HTTPResponse *http.Response
	JSON200      *TwoFactorYubiKeyResponseModel
}

func ParsePostTwoFactorGetYubikeyResponse

func ParsePostTwoFactorGetYubikeyResponse(rsp *http.Response) (*PostTwoFactorGetYubikeyResponse, error)

ParsePostTwoFactorGetYubikeyResponse parses an HTTP response from a PostTwoFactorGetYubikeyWithResponse call

func (PostTwoFactorGetYubikeyResponse) Status

Status returns HTTPResponse.Status

func (PostTwoFactorGetYubikeyResponse) StatusCode

func (r PostTwoFactorGetYubikeyResponse) StatusCode() int

StatusCode returns HTTPResponse.StatusCode

type PostTwoFactorRecoverJSONBody

type PostTwoFactorRecoverJSONBody TwoFactorRecoveryRequestModel

PostTwoFactorRecoverJSONBody defines parameters for PostTwoFactorRecover.

type PostTwoFactorRecoverJSONRequestBody

type PostTwoFactorRecoverJSONRequestBody PostTwoFactorRecoverJSONBody

PostTwoFactorRecoverJSONRequestBody defines body for PostTwoFactorRecover for application/json ContentType.

type PostTwoFactorRecoverResponse

type PostTwoFactorRecoverResponse struct {
	Body         []byte
	HTTPResponse *http.Response
}

func ParsePostTwoFactorRecoverResponse

func ParsePostTwoFactorRecoverResponse(rsp *http.Response) (*PostTwoFactorRecoverResponse, error)

ParsePostTwoFactorRecoverResponse parses an HTTP response from a PostTwoFactorRecoverWithResponse call

func (PostTwoFactorRecoverResponse) Status

Status returns HTTPResponse.Status

func (PostTwoFactorRecoverResponse) StatusCode

func (r PostTwoFactorRecoverResponse) StatusCode() int

StatusCode returns HTTPResponse.StatusCode

type PostTwoFactorSendEmailJSONBody

type PostTwoFactorSendEmailJSONBody TwoFactorEmailRequestModel

PostTwoFactorSendEmailJSONBody defines parameters for PostTwoFactorSendEmail.

type PostTwoFactorSendEmailJSONRequestBody

type PostTwoFactorSendEmailJSONRequestBody PostTwoFactorSendEmailJSONBody

PostTwoFactorSendEmailJSONRequestBody defines body for PostTwoFactorSendEmail for application/json ContentType.

type PostTwoFactorSendEmailLoginJSONBody

type PostTwoFactorSendEmailLoginJSONBody TwoFactorEmailRequestModel

PostTwoFactorSendEmailLoginJSONBody defines parameters for PostTwoFactorSendEmailLogin.

type PostTwoFactorSendEmailLoginJSONRequestBody

type PostTwoFactorSendEmailLoginJSONRequestBody PostTwoFactorSendEmailLoginJSONBody

PostTwoFactorSendEmailLoginJSONRequestBody defines body for PostTwoFactorSendEmailLogin for application/json ContentType.

type PostTwoFactorSendEmailLoginResponse

type PostTwoFactorSendEmailLoginResponse struct {
	Body         []byte
	HTTPResponse *http.Response
}

func ParsePostTwoFactorSendEmailLoginResponse

func ParsePostTwoFactorSendEmailLoginResponse(rsp *http.Response) (*PostTwoFactorSendEmailLoginResponse, error)

ParsePostTwoFactorSendEmailLoginResponse parses an HTTP response from a PostTwoFactorSendEmailLoginWithResponse call

func (PostTwoFactorSendEmailLoginResponse) Status

Status returns HTTPResponse.Status

func (PostTwoFactorSendEmailLoginResponse) StatusCode

StatusCode returns HTTPResponse.StatusCode

type PostTwoFactorSendEmailResponse

type PostTwoFactorSendEmailResponse struct {
	Body         []byte
	HTTPResponse *http.Response
}

func ParsePostTwoFactorSendEmailResponse

func ParsePostTwoFactorSendEmailResponse(rsp *http.Response) (*PostTwoFactorSendEmailResponse, error)

ParsePostTwoFactorSendEmailResponse parses an HTTP response from a PostTwoFactorSendEmailWithResponse call

func (PostTwoFactorSendEmailResponse) Status

Status returns HTTPResponse.Status

func (PostTwoFactorSendEmailResponse) StatusCode

func (r PostTwoFactorSendEmailResponse) StatusCode() int

StatusCode returns HTTPResponse.StatusCode

type PostTwoFactorWebauthnJSONBody

type PostTwoFactorWebauthnJSONBody TwoFactorWebAuthnRequestModel

PostTwoFactorWebauthnJSONBody defines parameters for PostTwoFactorWebauthn.

type PostTwoFactorWebauthnJSONRequestBody

type PostTwoFactorWebauthnJSONRequestBody PostTwoFactorWebauthnJSONBody

PostTwoFactorWebauthnJSONRequestBody defines body for PostTwoFactorWebauthn for application/json ContentType.

type PostTwoFactorWebauthnResponse

type PostTwoFactorWebauthnResponse struct {
	Body         []byte
	HTTPResponse *http.Response
	JSON200      *TwoFactorWebAuthnResponseModel
}

func ParsePostTwoFactorWebauthnResponse

func ParsePostTwoFactorWebauthnResponse(rsp *http.Response) (*PostTwoFactorWebauthnResponse, error)

ParsePostTwoFactorWebauthnResponse parses an HTTP response from a PostTwoFactorWebauthnWithResponse call

func (PostTwoFactorWebauthnResponse) Status

Status returns HTTPResponse.Status

func (PostTwoFactorWebauthnResponse) StatusCode

func (r PostTwoFactorWebauthnResponse) StatusCode() int

StatusCode returns HTTPResponse.StatusCode

type PostTwoFactorYubikeyJSONBody

type PostTwoFactorYubikeyJSONBody UpdateTwoFactorYubicoOtpRequestModel

PostTwoFactorYubikeyJSONBody defines parameters for PostTwoFactorYubikey.

type PostTwoFactorYubikeyJSONRequestBody

type PostTwoFactorYubikeyJSONRequestBody PostTwoFactorYubikeyJSONBody

PostTwoFactorYubikeyJSONRequestBody defines body for PostTwoFactorYubikey for application/json ContentType.

type PostTwoFactorYubikeyResponse

type PostTwoFactorYubikeyResponse struct {
	Body         []byte
	HTTPResponse *http.Response
	JSON200      *TwoFactorYubiKeyResponseModel
}

func ParsePostTwoFactorYubikeyResponse

func ParsePostTwoFactorYubikeyResponse(rsp *http.Response) (*PostTwoFactorYubikeyResponse, error)

ParsePostTwoFactorYubikeyResponse parses an HTTP response from a PostTwoFactorYubikeyWithResponse call

func (PostTwoFactorYubikeyResponse) Status

Status returns HTTPResponse.Status

func (PostTwoFactorYubikeyResponse) StatusCode

func (r PostTwoFactorYubikeyResponse) StatusCode() int

StatusCode returns HTTPResponse.StatusCode

type PreloginRequestModel

type PreloginRequestModel struct {
	Email openapi_types.Email `json:"email"`
}

PreloginRequestModel defines model for PreloginRequestModel.

type PreloginResponseModel

type PreloginResponseModel struct {
	Kdf           *KdfType `json:"kdf,omitempty"`
	KdfIterations *int32   `json:"kdfIterations,omitempty"`
}

PreloginResponseModel defines model for PreloginResponseModel.

type ProductType

type ProductType int32

ProductType defines model for ProductType.

const (
	ProductTypeN0 ProductType = 0

	ProductTypeN1 ProductType = 1

	ProductTypeN2 ProductType = 2

	ProductTypeN3 ProductType = 3
)

Defines values for ProductType.

type ProfileOrganizationResponseModel

type ProfileOrganizationResponseModel struct {
	Enabled                 *bool                       `json:"enabled,omitempty"`
	HasPublicAndPrivateKeys *bool                       `json:"hasPublicAndPrivateKeys,omitempty"`
	Id                      *string                     `json:"id"`
	Identifier              *string                     `json:"identifier"`
	Key                     *string                     `json:"key"`
	MaxCollections          *int32                      `json:"maxCollections,omitempty"`
	MaxStorageGb            *int32                      `json:"maxStorageGb"`
	Name                    *string                     `json:"name"`
	Object                  *string                     `json:"object"`
	Permissions             *Permissions                `json:"permissions,omitempty"`
	ResetPasswordEnrolled   *bool                       `json:"resetPasswordEnrolled,omitempty"`
	Seats                   *int32                      `json:"seats,omitempty"`
	SelfHost                *bool                       `json:"selfHost,omitempty"`
	SsoBound                *bool                       `json:"ssoBound,omitempty"`
	Status                  *OrganizationUserStatusType `json:"status,omitempty"`
	Type                    *OrganizationUserType       `json:"type,omitempty"`
	Use2fa                  *bool                       `json:"use2fa,omitempty"`
	UseApi                  *bool                       `json:"useApi,omitempty"`
	UseBusinessPortal       *bool                       `json:"useBusinessPortal,omitempty"`
	UseDirectory            *bool                       `json:"useDirectory,omitempty"`
	UseEvents               *bool                       `json:"useEvents,omitempty"`
	UseGroups               *bool                       `json:"useGroups,omitempty"`
	UsePolicies             *bool                       `json:"usePolicies,omitempty"`
	UseResetPassword        *bool                       `json:"useResetPassword,omitempty"`
	UseSso                  *bool                       `json:"useSso,omitempty"`
	UseTotp                 *bool                       `json:"useTotp,omitempty"`
	UserId                  *string                     `json:"userId"`
	UsersGetPremium         *bool                       `json:"usersGetPremium,omitempty"`
}

ProfileOrganizationResponseModel defines model for ProfileOrganizationResponseModel.

type ProfileOrganizationResponseModelListResponseModel

type ProfileOrganizationResponseModelListResponseModel struct {
	ContinuationToken *string                             `json:"continuationToken"`
	Data              *[]ProfileOrganizationResponseModel `json:"data"`
	Object            *string                             `json:"object"`
}

ProfileOrganizationResponseModelListResponseModel defines model for ProfileOrganizationResponseModelListResponseModel.

type ProfileResponseModel

type ProfileResponseModel struct {
	Culture            *string                             `json:"culture"`
	Email              *string                             `json:"email"`
	EmailVerified      *bool                               `json:"emailVerified,omitempty"`
	Id                 *string                             `json:"id"`
	Key                *string                             `json:"key"`
	MasterPasswordHint *string                             `json:"masterPasswordHint"`
	Name               *string                             `json:"name"`
	Object             *string                             `json:"object"`
	Organizations      *[]ProfileOrganizationResponseModel `json:"organizations"`
	Premium            *bool                               `json:"premium,omitempty"`
	PrivateKey         *string                             `json:"privateKey"`
	SecurityStamp      *string                             `json:"securityStamp"`
	TwoFactorEnabled   *bool                               `json:"twoFactorEnabled,omitempty"`
}

ProfileResponseModel defines model for ProfileResponseModel.

type PubKeyCredParam

type PubKeyCredParam struct {
	Alg  *int64                   `json:"alg,omitempty"`
	Type *PublicKeyCredentialType `json:"type,omitempty"`
}

PubKeyCredParam defines model for PubKeyCredParam.

type PublicKeyCredentialDescriptor

type PublicKeyCredentialDescriptor struct {
	Id         *[]byte                   `json:"id"`
	Transports *[]AuthenticatorTransport `json:"transports"`
	Type       *PublicKeyCredentialType  `json:"type,omitempty"`
}

PublicKeyCredentialDescriptor defines model for PublicKeyCredentialDescriptor.

type PublicKeyCredentialRpEntity

type PublicKeyCredentialRpEntity struct {
	Icon *string `json:"icon"`
	Id   *string `json:"id"`
	Name *string `json:"name"`
}

PublicKeyCredentialRpEntity defines model for PublicKeyCredentialRpEntity.

type PublicKeyCredentialType

type PublicKeyCredentialType int32

PublicKeyCredentialType defines model for PublicKeyCredentialType.

const (
	PublicKeyCredentialTypeN0 PublicKeyCredentialType = 0
)

Defines values for PublicKeyCredentialType.

type PushRegistrationRequestModel

type PushRegistrationRequestModel struct {
	DeviceId   string     `json:"deviceId"`
	Identifier string     `json:"identifier"`
	PushToken  string     `json:"pushToken"`
	Type       DeviceType `json:"type"`
	UserId     string     `json:"userId"`
}

PushRegistrationRequestModel defines model for PushRegistrationRequestModel.

type PushSendRequestModel

type PushSendRequestModel struct {
	DeviceId       *string                `json:"deviceId"`
	Identifier     *string                `json:"identifier"`
	OrganizationId *string                `json:"organizationId"`
	Payload        map[string]interface{} `json:"payload"`
	Type           PushType               `json:"type"`
	UserId         *string                `json:"userId"`
}

PushSendRequestModel defines model for PushSendRequestModel.

type PushType

type PushType int32

PushType defines model for PushType.

const (
	PushTypeN0 PushType = 0

	PushTypeN1 PushType = 1

	PushTypeN10 PushType = 10

	PushTypeN11 PushType = 11

	PushTypeN12 PushType = 12

	PushTypeN13 PushType = 13

	PushTypeN14 PushType = 14

	PushTypeN2 PushType = 2

	PushTypeN3 PushType = 3

	PushTypeN4 PushType = 4

	PushTypeN5 PushType = 5

	PushTypeN6 PushType = 6

	PushTypeN7 PushType = 7

	PushTypeN8 PushType = 8

	PushTypeN9 PushType = 9
)

Defines values for PushType.

type PushUpdateRequestModel

type PushUpdateRequestModel struct {
	DeviceIds      []string `json:"deviceIds"`
	OrganizationId string   `json:"organizationId"`
}

PushUpdateRequestModel defines model for PushUpdateRequestModel.

type PutAccountsProfileJSONBody

type PutAccountsProfileJSONBody UpdateProfileRequestModel

PutAccountsProfileJSONBody defines parameters for PutAccountsProfile.

type PutAccountsProfileJSONRequestBody

type PutAccountsProfileJSONRequestBody PutAccountsProfileJSONBody

PutAccountsProfileJSONRequestBody defines body for PutAccountsProfile for application/json ContentType.

type PutAccountsProfileResponse

type PutAccountsProfileResponse struct {
	Body         []byte
	HTTPResponse *http.Response
	JSON200      *ProfileResponseModel
}

func ParsePutAccountsProfileResponse

func ParsePutAccountsProfileResponse(rsp *http.Response) (*PutAccountsProfileResponse, error)

ParsePutAccountsProfileResponse parses an HTTP response from a PutAccountsProfileWithResponse call

func (PutAccountsProfileResponse) Status

Status returns HTTPResponse.Status

func (PutAccountsProfileResponse) StatusCode

func (r PutAccountsProfileResponse) StatusCode() int

StatusCode returns HTTPResponse.StatusCode

type PutAccountsTaxJSONBody

type PutAccountsTaxJSONBody TaxInfoUpdateRequestModel

PutAccountsTaxJSONBody defines parameters for PutAccountsTax.

type PutAccountsTaxJSONRequestBody

type PutAccountsTaxJSONRequestBody PutAccountsTaxJSONBody

PutAccountsTaxJSONRequestBody defines body for PutAccountsTax for application/json ContentType.

type PutAccountsTaxResponse

type PutAccountsTaxResponse struct {
	Body         []byte
	HTTPResponse *http.Response
}

func ParsePutAccountsTaxResponse

func ParsePutAccountsTaxResponse(rsp *http.Response) (*PutAccountsTaxResponse, error)

ParsePutAccountsTaxResponse parses an HTTP response from a PutAccountsTaxWithResponse call

func (PutAccountsTaxResponse) Status

func (r PutAccountsTaxResponse) Status() string

Status returns HTTPResponse.Status

func (PutAccountsTaxResponse) StatusCode

func (r PutAccountsTaxResponse) StatusCode() int

StatusCode returns HTTPResponse.StatusCode

type PutCiphersDeleteAdminJSONBody

type PutCiphersDeleteAdminJSONBody CipherBulkDeleteRequestModel

PutCiphersDeleteAdminJSONBody defines parameters for PutCiphersDeleteAdmin.

type PutCiphersDeleteAdminJSONRequestBody

type PutCiphersDeleteAdminJSONRequestBody PutCiphersDeleteAdminJSONBody

PutCiphersDeleteAdminJSONRequestBody defines body for PutCiphersDeleteAdmin for application/json ContentType.

type PutCiphersDeleteAdminResponse

type PutCiphersDeleteAdminResponse struct {
	Body         []byte
	HTTPResponse *http.Response
}

func ParsePutCiphersDeleteAdminResponse

func ParsePutCiphersDeleteAdminResponse(rsp *http.Response) (*PutCiphersDeleteAdminResponse, error)

ParsePutCiphersDeleteAdminResponse parses an HTTP response from a PutCiphersDeleteAdminWithResponse call

func (PutCiphersDeleteAdminResponse) Status

Status returns HTTPResponse.Status

func (PutCiphersDeleteAdminResponse) StatusCode

func (r PutCiphersDeleteAdminResponse) StatusCode() int

StatusCode returns HTTPResponse.StatusCode

type PutCiphersDeleteJSONBody

type PutCiphersDeleteJSONBody CipherBulkDeleteRequestModel

PutCiphersDeleteJSONBody defines parameters for PutCiphersDelete.

type PutCiphersDeleteJSONRequestBody

type PutCiphersDeleteJSONRequestBody PutCiphersDeleteJSONBody

PutCiphersDeleteJSONRequestBody defines body for PutCiphersDelete for application/json ContentType.

type PutCiphersDeleteResponse

type PutCiphersDeleteResponse struct {
	Body         []byte
	HTTPResponse *http.Response
}

func ParsePutCiphersDeleteResponse

func ParsePutCiphersDeleteResponse(rsp *http.Response) (*PutCiphersDeleteResponse, error)

ParsePutCiphersDeleteResponse parses an HTTP response from a PutCiphersDeleteWithResponse call

func (PutCiphersDeleteResponse) Status

func (r PutCiphersDeleteResponse) Status() string

Status returns HTTPResponse.Status

func (PutCiphersDeleteResponse) StatusCode

func (r PutCiphersDeleteResponse) StatusCode() int

StatusCode returns HTTPResponse.StatusCode

type PutCiphersIdAdminJSONBody

type PutCiphersIdAdminJSONBody CipherRequestModel

PutCiphersIdAdminJSONBody defines parameters for PutCiphersIdAdmin.

type PutCiphersIdAdminJSONRequestBody

type PutCiphersIdAdminJSONRequestBody PutCiphersIdAdminJSONBody

PutCiphersIdAdminJSONRequestBody defines body for PutCiphersIdAdmin for application/json ContentType.

type PutCiphersIdAdminResponse

type PutCiphersIdAdminResponse struct {
	Body         []byte
	HTTPResponse *http.Response
	JSON200      *CipherMiniResponseModel
}

func ParsePutCiphersIdAdminResponse

func ParsePutCiphersIdAdminResponse(rsp *http.Response) (*PutCiphersIdAdminResponse, error)

ParsePutCiphersIdAdminResponse parses an HTTP response from a PutCiphersIdAdminWithResponse call

func (PutCiphersIdAdminResponse) Status

func (r PutCiphersIdAdminResponse) Status() string

Status returns HTTPResponse.Status

func (PutCiphersIdAdminResponse) StatusCode

func (r PutCiphersIdAdminResponse) StatusCode() int

StatusCode returns HTTPResponse.StatusCode

type PutCiphersIdCollectionsAdminJSONBody

type PutCiphersIdCollectionsAdminJSONBody CipherCollectionsRequestModel

PutCiphersIdCollectionsAdminJSONBody defines parameters for PutCiphersIdCollectionsAdmin.

type PutCiphersIdCollectionsAdminJSONRequestBody

type PutCiphersIdCollectionsAdminJSONRequestBody PutCiphersIdCollectionsAdminJSONBody

PutCiphersIdCollectionsAdminJSONRequestBody defines body for PutCiphersIdCollectionsAdmin for application/json ContentType.

type PutCiphersIdCollectionsAdminResponse

type PutCiphersIdCollectionsAdminResponse struct {
	Body         []byte
	HTTPResponse *http.Response
}

func ParsePutCiphersIdCollectionsAdminResponse

func ParsePutCiphersIdCollectionsAdminResponse(rsp *http.Response) (*PutCiphersIdCollectionsAdminResponse, error)

ParsePutCiphersIdCollectionsAdminResponse parses an HTTP response from a PutCiphersIdCollectionsAdminWithResponse call

func (PutCiphersIdCollectionsAdminResponse) Status

Status returns HTTPResponse.Status

func (PutCiphersIdCollectionsAdminResponse) StatusCode

StatusCode returns HTTPResponse.StatusCode

type PutCiphersIdCollectionsJSONBody

type PutCiphersIdCollectionsJSONBody CipherCollectionsRequestModel

PutCiphersIdCollectionsJSONBody defines parameters for PutCiphersIdCollections.

type PutCiphersIdCollectionsJSONRequestBody

type PutCiphersIdCollectionsJSONRequestBody PutCiphersIdCollectionsJSONBody

PutCiphersIdCollectionsJSONRequestBody defines body for PutCiphersIdCollections for application/json ContentType.

type PutCiphersIdCollectionsResponse

type PutCiphersIdCollectionsResponse struct {
	Body         []byte
	HTTPResponse *http.Response
}

func ParsePutCiphersIdCollectionsResponse

func ParsePutCiphersIdCollectionsResponse(rsp *http.Response) (*PutCiphersIdCollectionsResponse, error)

ParsePutCiphersIdCollectionsResponse parses an HTTP response from a PutCiphersIdCollectionsWithResponse call

func (PutCiphersIdCollectionsResponse) Status

Status returns HTTPResponse.Status

func (PutCiphersIdCollectionsResponse) StatusCode

func (r PutCiphersIdCollectionsResponse) StatusCode() int

StatusCode returns HTTPResponse.StatusCode

type PutCiphersIdDeleteAdminResponse

type PutCiphersIdDeleteAdminResponse struct {
	Body         []byte
	HTTPResponse *http.Response
}

func ParsePutCiphersIdDeleteAdminResponse

func ParsePutCiphersIdDeleteAdminResponse(rsp *http.Response) (*PutCiphersIdDeleteAdminResponse, error)

ParsePutCiphersIdDeleteAdminResponse parses an HTTP response from a PutCiphersIdDeleteAdminWithResponse call

func (PutCiphersIdDeleteAdminResponse) Status

Status returns HTTPResponse.Status

func (PutCiphersIdDeleteAdminResponse) StatusCode

func (r PutCiphersIdDeleteAdminResponse) StatusCode() int

StatusCode returns HTTPResponse.StatusCode

type PutCiphersIdDeleteResponse

type PutCiphersIdDeleteResponse struct {
	Body         []byte
	HTTPResponse *http.Response
}

func ParsePutCiphersIdDeleteResponse

func ParsePutCiphersIdDeleteResponse(rsp *http.Response) (*PutCiphersIdDeleteResponse, error)

ParsePutCiphersIdDeleteResponse parses an HTTP response from a PutCiphersIdDeleteWithResponse call

func (PutCiphersIdDeleteResponse) Status

Status returns HTTPResponse.Status

func (PutCiphersIdDeleteResponse) StatusCode

func (r PutCiphersIdDeleteResponse) StatusCode() int

StatusCode returns HTTPResponse.StatusCode

type PutCiphersIdJSONBody

type PutCiphersIdJSONBody CipherRequestModel

PutCiphersIdJSONBody defines parameters for PutCiphersId.

type PutCiphersIdJSONRequestBody

type PutCiphersIdJSONRequestBody PutCiphersIdJSONBody

PutCiphersIdJSONRequestBody defines body for PutCiphersId for application/json ContentType.

type PutCiphersIdPartialJSONBody

type PutCiphersIdPartialJSONBody CipherPartialRequestModel

PutCiphersIdPartialJSONBody defines parameters for PutCiphersIdPartial.

type PutCiphersIdPartialJSONRequestBody

type PutCiphersIdPartialJSONRequestBody PutCiphersIdPartialJSONBody

PutCiphersIdPartialJSONRequestBody defines body for PutCiphersIdPartial for application/json ContentType.

type PutCiphersIdPartialResponse

type PutCiphersIdPartialResponse struct {
	Body         []byte
	HTTPResponse *http.Response
}

func ParsePutCiphersIdPartialResponse

func ParsePutCiphersIdPartialResponse(rsp *http.Response) (*PutCiphersIdPartialResponse, error)

ParsePutCiphersIdPartialResponse parses an HTTP response from a PutCiphersIdPartialWithResponse call

func (PutCiphersIdPartialResponse) Status

Status returns HTTPResponse.Status

func (PutCiphersIdPartialResponse) StatusCode

func (r PutCiphersIdPartialResponse) StatusCode() int

StatusCode returns HTTPResponse.StatusCode

type PutCiphersIdResponse

type PutCiphersIdResponse struct {
	Body         []byte
	HTTPResponse *http.Response
	JSON200      *CipherResponseModel
}

func ParsePutCiphersIdResponse

func ParsePutCiphersIdResponse(rsp *http.Response) (*PutCiphersIdResponse, error)

ParsePutCiphersIdResponse parses an HTTP response from a PutCiphersIdWithResponse call

func (PutCiphersIdResponse) Status

func (r PutCiphersIdResponse) Status() string

Status returns HTTPResponse.Status

func (PutCiphersIdResponse) StatusCode

func (r PutCiphersIdResponse) StatusCode() int

StatusCode returns HTTPResponse.StatusCode

type PutCiphersIdRestoreAdminResponse

type PutCiphersIdRestoreAdminResponse struct {
	Body         []byte
	HTTPResponse *http.Response
	JSON200      *CipherMiniResponseModel
}

func ParsePutCiphersIdRestoreAdminResponse

func ParsePutCiphersIdRestoreAdminResponse(rsp *http.Response) (*PutCiphersIdRestoreAdminResponse, error)

ParsePutCiphersIdRestoreAdminResponse parses an HTTP response from a PutCiphersIdRestoreAdminWithResponse call

func (PutCiphersIdRestoreAdminResponse) Status

Status returns HTTPResponse.Status

func (PutCiphersIdRestoreAdminResponse) StatusCode

func (r PutCiphersIdRestoreAdminResponse) StatusCode() int

StatusCode returns HTTPResponse.StatusCode

type PutCiphersIdRestoreResponse

type PutCiphersIdRestoreResponse struct {
	Body         []byte
	HTTPResponse *http.Response
	JSON200      *CipherResponseModel
}

func ParsePutCiphersIdRestoreResponse

func ParsePutCiphersIdRestoreResponse(rsp *http.Response) (*PutCiphersIdRestoreResponse, error)

ParsePutCiphersIdRestoreResponse parses an HTTP response from a PutCiphersIdRestoreWithResponse call

func (PutCiphersIdRestoreResponse) Status

Status returns HTTPResponse.Status

func (PutCiphersIdRestoreResponse) StatusCode

func (r PutCiphersIdRestoreResponse) StatusCode() int

StatusCode returns HTTPResponse.StatusCode

type PutCiphersIdShareJSONBody

type PutCiphersIdShareJSONBody CipherShareRequestModel

PutCiphersIdShareJSONBody defines parameters for PutCiphersIdShare.

type PutCiphersIdShareJSONRequestBody

type PutCiphersIdShareJSONRequestBody PutCiphersIdShareJSONBody

PutCiphersIdShareJSONRequestBody defines body for PutCiphersIdShare for application/json ContentType.

type PutCiphersIdShareResponse

type PutCiphersIdShareResponse struct {
	Body         []byte
	HTTPResponse *http.Response
	JSON200      *CipherResponseModel
}

func ParsePutCiphersIdShareResponse

func ParsePutCiphersIdShareResponse(rsp *http.Response) (*PutCiphersIdShareResponse, error)

ParsePutCiphersIdShareResponse parses an HTTP response from a PutCiphersIdShareWithResponse call

func (PutCiphersIdShareResponse) Status

func (r PutCiphersIdShareResponse) Status() string

Status returns HTTPResponse.Status

func (PutCiphersIdShareResponse) StatusCode

func (r PutCiphersIdShareResponse) StatusCode() int

StatusCode returns HTTPResponse.StatusCode

type PutCiphersMoveJSONBody

type PutCiphersMoveJSONBody CipherBulkMoveRequestModel

PutCiphersMoveJSONBody defines parameters for PutCiphersMove.

type PutCiphersMoveJSONRequestBody

type PutCiphersMoveJSONRequestBody PutCiphersMoveJSONBody

PutCiphersMoveJSONRequestBody defines body for PutCiphersMove for application/json ContentType.

type PutCiphersMoveResponse

type PutCiphersMoveResponse struct {
	Body         []byte
	HTTPResponse *http.Response
}

func ParsePutCiphersMoveResponse

func ParsePutCiphersMoveResponse(rsp *http.Response) (*PutCiphersMoveResponse, error)

ParsePutCiphersMoveResponse parses an HTTP response from a PutCiphersMoveWithResponse call

func (PutCiphersMoveResponse) Status

func (r PutCiphersMoveResponse) Status() string

Status returns HTTPResponse.Status

func (PutCiphersMoveResponse) StatusCode

func (r PutCiphersMoveResponse) StatusCode() int

StatusCode returns HTTPResponse.StatusCode

type PutCiphersRestoreJSONBody

type PutCiphersRestoreJSONBody CipherBulkRestoreRequestModel

PutCiphersRestoreJSONBody defines parameters for PutCiphersRestore.

type PutCiphersRestoreJSONRequestBody

type PutCiphersRestoreJSONRequestBody PutCiphersRestoreJSONBody

PutCiphersRestoreJSONRequestBody defines body for PutCiphersRestore for application/json ContentType.

type PutCiphersRestoreResponse

type PutCiphersRestoreResponse struct {
	Body         []byte
	HTTPResponse *http.Response
	JSON200      *CipherResponseModelListResponseModel
}

func ParsePutCiphersRestoreResponse

func ParsePutCiphersRestoreResponse(rsp *http.Response) (*PutCiphersRestoreResponse, error)

ParsePutCiphersRestoreResponse parses an HTTP response from a PutCiphersRestoreWithResponse call

func (PutCiphersRestoreResponse) Status

func (r PutCiphersRestoreResponse) Status() string

Status returns HTTPResponse.Status

func (PutCiphersRestoreResponse) StatusCode

func (r PutCiphersRestoreResponse) StatusCode() int

StatusCode returns HTTPResponse.StatusCode

type PutCiphersShareJSONBody

type PutCiphersShareJSONBody CipherBulkShareRequestModel

PutCiphersShareJSONBody defines parameters for PutCiphersShare.

type PutCiphersShareJSONRequestBody

type PutCiphersShareJSONRequestBody PutCiphersShareJSONBody

PutCiphersShareJSONRequestBody defines body for PutCiphersShare for application/json ContentType.

type PutCiphersShareResponse

type PutCiphersShareResponse struct {
	Body         []byte
	HTTPResponse *http.Response
}

func ParsePutCiphersShareResponse

func ParsePutCiphersShareResponse(rsp *http.Response) (*PutCiphersShareResponse, error)

ParsePutCiphersShareResponse parses an HTTP response from a PutCiphersShareWithResponse call

func (PutCiphersShareResponse) Status

func (r PutCiphersShareResponse) Status() string

Status returns HTTPResponse.Status

func (PutCiphersShareResponse) StatusCode

func (r PutCiphersShareResponse) StatusCode() int

StatusCode returns HTTPResponse.StatusCode

type PutDevicesIdJSONBody

type PutDevicesIdJSONBody DeviceRequestModel

PutDevicesIdJSONBody defines parameters for PutDevicesId.

type PutDevicesIdJSONRequestBody

type PutDevicesIdJSONRequestBody PutDevicesIdJSONBody

PutDevicesIdJSONRequestBody defines body for PutDevicesId for application/json ContentType.

type PutDevicesIdResponse

type PutDevicesIdResponse struct {
	Body         []byte
	HTTPResponse *http.Response
	JSON200      *DeviceResponseModel
}

func ParsePutDevicesIdResponse

func ParsePutDevicesIdResponse(rsp *http.Response) (*PutDevicesIdResponse, error)

ParsePutDevicesIdResponse parses an HTTP response from a PutDevicesIdWithResponse call

func (PutDevicesIdResponse) Status

func (r PutDevicesIdResponse) Status() string

Status returns HTTPResponse.Status

func (PutDevicesIdResponse) StatusCode

func (r PutDevicesIdResponse) StatusCode() int

StatusCode returns HTTPResponse.StatusCode

type PutDevicesIdentifierIdentifierClearTokenResponse

type PutDevicesIdentifierIdentifierClearTokenResponse struct {
	Body         []byte
	HTTPResponse *http.Response
}

func ParsePutDevicesIdentifierIdentifierClearTokenResponse

func ParsePutDevicesIdentifierIdentifierClearTokenResponse(rsp *http.Response) (*PutDevicesIdentifierIdentifierClearTokenResponse, error)

ParsePutDevicesIdentifierIdentifierClearTokenResponse parses an HTTP response from a PutDevicesIdentifierIdentifierClearTokenWithResponse call

func (PutDevicesIdentifierIdentifierClearTokenResponse) Status

Status returns HTTPResponse.Status

func (PutDevicesIdentifierIdentifierClearTokenResponse) StatusCode

StatusCode returns HTTPResponse.StatusCode

type PutDevicesIdentifierIdentifierTokenJSONBody

type PutDevicesIdentifierIdentifierTokenJSONBody DeviceTokenRequestModel

PutDevicesIdentifierIdentifierTokenJSONBody defines parameters for PutDevicesIdentifierIdentifierToken.

type PutDevicesIdentifierIdentifierTokenJSONRequestBody

type PutDevicesIdentifierIdentifierTokenJSONRequestBody PutDevicesIdentifierIdentifierTokenJSONBody

PutDevicesIdentifierIdentifierTokenJSONRequestBody defines body for PutDevicesIdentifierIdentifierToken for application/json ContentType.

type PutDevicesIdentifierIdentifierTokenResponse

type PutDevicesIdentifierIdentifierTokenResponse struct {
	Body         []byte
	HTTPResponse *http.Response
}

func ParsePutDevicesIdentifierIdentifierTokenResponse

func ParsePutDevicesIdentifierIdentifierTokenResponse(rsp *http.Response) (*PutDevicesIdentifierIdentifierTokenResponse, error)

ParsePutDevicesIdentifierIdentifierTokenResponse parses an HTTP response from a PutDevicesIdentifierIdentifierTokenWithResponse call

func (PutDevicesIdentifierIdentifierTokenResponse) Status

Status returns HTTPResponse.Status

func (PutDevicesIdentifierIdentifierTokenResponse) StatusCode

StatusCode returns HTTPResponse.StatusCode

type PutEmergencyAccessIdJSONBody

type PutEmergencyAccessIdJSONBody EmergencyAccessUpdateRequestModel

PutEmergencyAccessIdJSONBody defines parameters for PutEmergencyAccessId.

type PutEmergencyAccessIdJSONRequestBody

type PutEmergencyAccessIdJSONRequestBody PutEmergencyAccessIdJSONBody

PutEmergencyAccessIdJSONRequestBody defines body for PutEmergencyAccessId for application/json ContentType.

type PutEmergencyAccessIdResponse

type PutEmergencyAccessIdResponse struct {
	Body         []byte
	HTTPResponse *http.Response
}

func ParsePutEmergencyAccessIdResponse

func ParsePutEmergencyAccessIdResponse(rsp *http.Response) (*PutEmergencyAccessIdResponse, error)

ParsePutEmergencyAccessIdResponse parses an HTTP response from a PutEmergencyAccessIdWithResponse call

func (PutEmergencyAccessIdResponse) Status

Status returns HTTPResponse.Status

func (PutEmergencyAccessIdResponse) StatusCode

func (r PutEmergencyAccessIdResponse) StatusCode() int

StatusCode returns HTTPResponse.StatusCode

type PutFoldersIdJSONBody

type PutFoldersIdJSONBody FolderRequestModel

PutFoldersIdJSONBody defines parameters for PutFoldersId.

type PutFoldersIdJSONRequestBody

type PutFoldersIdJSONRequestBody PutFoldersIdJSONBody

PutFoldersIdJSONRequestBody defines body for PutFoldersId for application/json ContentType.

type PutFoldersIdResponse

type PutFoldersIdResponse struct {
	Body         []byte
	HTTPResponse *http.Response
	JSON200      *FolderResponseModel
}

func ParsePutFoldersIdResponse

func ParsePutFoldersIdResponse(rsp *http.Response) (*PutFoldersIdResponse, error)

ParsePutFoldersIdResponse parses an HTTP response from a PutFoldersIdWithResponse call

func (PutFoldersIdResponse) Status

func (r PutFoldersIdResponse) Status() string

Status returns HTTPResponse.Status

func (PutFoldersIdResponse) StatusCode

func (r PutFoldersIdResponse) StatusCode() int

StatusCode returns HTTPResponse.StatusCode

type PutOrganizationsIdJSONBody

type PutOrganizationsIdJSONBody OrganizationUpdateRequestModel

PutOrganizationsIdJSONBody defines parameters for PutOrganizationsId.

type PutOrganizationsIdJSONRequestBody

type PutOrganizationsIdJSONRequestBody PutOrganizationsIdJSONBody

PutOrganizationsIdJSONRequestBody defines body for PutOrganizationsId for application/json ContentType.

type PutOrganizationsIdResponse

type PutOrganizationsIdResponse struct {
	Body         []byte
	HTTPResponse *http.Response
	JSON200      *OrganizationResponseModel
}

func ParsePutOrganizationsIdResponse

func ParsePutOrganizationsIdResponse(rsp *http.Response) (*PutOrganizationsIdResponse, error)

ParsePutOrganizationsIdResponse parses an HTTP response from a PutOrganizationsIdWithResponse call

func (PutOrganizationsIdResponse) Status

Status returns HTTPResponse.Status

func (PutOrganizationsIdResponse) StatusCode

func (r PutOrganizationsIdResponse) StatusCode() int

StatusCode returns HTTPResponse.StatusCode

type PutOrganizationsIdTaxJSONBody

type PutOrganizationsIdTaxJSONBody OrganizationTaxInfoUpdateRequestModel

PutOrganizationsIdTaxJSONBody defines parameters for PutOrganizationsIdTax.

type PutOrganizationsIdTaxJSONRequestBody

type PutOrganizationsIdTaxJSONRequestBody PutOrganizationsIdTaxJSONBody

PutOrganizationsIdTaxJSONRequestBody defines body for PutOrganizationsIdTax for application/json ContentType.

type PutOrganizationsIdTaxResponse

type PutOrganizationsIdTaxResponse struct {
	Body         []byte
	HTTPResponse *http.Response
}

func ParsePutOrganizationsIdTaxResponse

func ParsePutOrganizationsIdTaxResponse(rsp *http.Response) (*PutOrganizationsIdTaxResponse, error)

ParsePutOrganizationsIdTaxResponse parses an HTTP response from a PutOrganizationsIdTaxWithResponse call

func (PutOrganizationsIdTaxResponse) Status

Status returns HTTPResponse.Status

func (PutOrganizationsIdTaxResponse) StatusCode

func (r PutOrganizationsIdTaxResponse) StatusCode() int

StatusCode returns HTTPResponse.StatusCode

type PutOrganizationsIdTwoFactorDisableJSONBody

type PutOrganizationsIdTwoFactorDisableJSONBody TwoFactorProviderRequestModel

PutOrganizationsIdTwoFactorDisableJSONBody defines parameters for PutOrganizationsIdTwoFactorDisable.

type PutOrganizationsIdTwoFactorDisableJSONRequestBody

type PutOrganizationsIdTwoFactorDisableJSONRequestBody PutOrganizationsIdTwoFactorDisableJSONBody

PutOrganizationsIdTwoFactorDisableJSONRequestBody defines body for PutOrganizationsIdTwoFactorDisable for application/json ContentType.

type PutOrganizationsIdTwoFactorDisableResponse

type PutOrganizationsIdTwoFactorDisableResponse struct {
	Body         []byte
	HTTPResponse *http.Response
	JSON200      *TwoFactorProviderResponseModel
}

func ParsePutOrganizationsIdTwoFactorDisableResponse

func ParsePutOrganizationsIdTwoFactorDisableResponse(rsp *http.Response) (*PutOrganizationsIdTwoFactorDisableResponse, error)

ParsePutOrganizationsIdTwoFactorDisableResponse parses an HTTP response from a PutOrganizationsIdTwoFactorDisableWithResponse call

func (PutOrganizationsIdTwoFactorDisableResponse) Status

Status returns HTTPResponse.Status

func (PutOrganizationsIdTwoFactorDisableResponse) StatusCode

StatusCode returns HTTPResponse.StatusCode

type PutOrganizationsIdTwoFactorDuoJSONBody

type PutOrganizationsIdTwoFactorDuoJSONBody UpdateTwoFactorDuoRequestModel

PutOrganizationsIdTwoFactorDuoJSONBody defines parameters for PutOrganizationsIdTwoFactorDuo.

type PutOrganizationsIdTwoFactorDuoJSONRequestBody

type PutOrganizationsIdTwoFactorDuoJSONRequestBody PutOrganizationsIdTwoFactorDuoJSONBody

PutOrganizationsIdTwoFactorDuoJSONRequestBody defines body for PutOrganizationsIdTwoFactorDuo for application/json ContentType.

type PutOrganizationsIdTwoFactorDuoResponse

type PutOrganizationsIdTwoFactorDuoResponse struct {
	Body         []byte
	HTTPResponse *http.Response
	JSON200      *TwoFactorDuoResponseModel
}

func ParsePutOrganizationsIdTwoFactorDuoResponse

func ParsePutOrganizationsIdTwoFactorDuoResponse(rsp *http.Response) (*PutOrganizationsIdTwoFactorDuoResponse, error)

ParsePutOrganizationsIdTwoFactorDuoResponse parses an HTTP response from a PutOrganizationsIdTwoFactorDuoWithResponse call

func (PutOrganizationsIdTwoFactorDuoResponse) Status

Status returns HTTPResponse.Status

func (PutOrganizationsIdTwoFactorDuoResponse) StatusCode

StatusCode returns HTTPResponse.StatusCode

type PutOrganizationsOrgIdCollectionsIdJSONBody

type PutOrganizationsOrgIdCollectionsIdJSONBody CollectionRequestModel

PutOrganizationsOrgIdCollectionsIdJSONBody defines parameters for PutOrganizationsOrgIdCollectionsId.

type PutOrganizationsOrgIdCollectionsIdJSONRequestBody

type PutOrganizationsOrgIdCollectionsIdJSONRequestBody PutOrganizationsOrgIdCollectionsIdJSONBody

PutOrganizationsOrgIdCollectionsIdJSONRequestBody defines body for PutOrganizationsOrgIdCollectionsId for application/json ContentType.

type PutOrganizationsOrgIdCollectionsIdResponse

type PutOrganizationsOrgIdCollectionsIdResponse struct {
	Body         []byte
	HTTPResponse *http.Response
	JSON200      *CollectionResponseModel
}

func ParsePutOrganizationsOrgIdCollectionsIdResponse

func ParsePutOrganizationsOrgIdCollectionsIdResponse(rsp *http.Response) (*PutOrganizationsOrgIdCollectionsIdResponse, error)

ParsePutOrganizationsOrgIdCollectionsIdResponse parses an HTTP response from a PutOrganizationsOrgIdCollectionsIdWithResponse call

func (PutOrganizationsOrgIdCollectionsIdResponse) Status

Status returns HTTPResponse.Status

func (PutOrganizationsOrgIdCollectionsIdResponse) StatusCode

StatusCode returns HTTPResponse.StatusCode

type PutOrganizationsOrgIdCollectionsIdUsersJSONBody

type PutOrganizationsOrgIdCollectionsIdUsersJSONBody []SelectionReadOnlyRequestModel

PutOrganizationsOrgIdCollectionsIdUsersJSONBody defines parameters for PutOrganizationsOrgIdCollectionsIdUsers.

type PutOrganizationsOrgIdCollectionsIdUsersJSONRequestBody

type PutOrganizationsOrgIdCollectionsIdUsersJSONRequestBody PutOrganizationsOrgIdCollectionsIdUsersJSONBody

PutOrganizationsOrgIdCollectionsIdUsersJSONRequestBody defines body for PutOrganizationsOrgIdCollectionsIdUsers for application/json ContentType.

type PutOrganizationsOrgIdCollectionsIdUsersResponse

type PutOrganizationsOrgIdCollectionsIdUsersResponse struct {
	Body         []byte
	HTTPResponse *http.Response
}

func ParsePutOrganizationsOrgIdCollectionsIdUsersResponse

func ParsePutOrganizationsOrgIdCollectionsIdUsersResponse(rsp *http.Response) (*PutOrganizationsOrgIdCollectionsIdUsersResponse, error)

ParsePutOrganizationsOrgIdCollectionsIdUsersResponse parses an HTTP response from a PutOrganizationsOrgIdCollectionsIdUsersWithResponse call

func (PutOrganizationsOrgIdCollectionsIdUsersResponse) Status

Status returns HTTPResponse.Status

func (PutOrganizationsOrgIdCollectionsIdUsersResponse) StatusCode

StatusCode returns HTTPResponse.StatusCode

type PutOrganizationsOrgIdGroupsIdJSONBody

type PutOrganizationsOrgIdGroupsIdJSONBody GroupRequestModel

PutOrganizationsOrgIdGroupsIdJSONBody defines parameters for PutOrganizationsOrgIdGroupsId.

type PutOrganizationsOrgIdGroupsIdJSONRequestBody

type PutOrganizationsOrgIdGroupsIdJSONRequestBody PutOrganizationsOrgIdGroupsIdJSONBody

PutOrganizationsOrgIdGroupsIdJSONRequestBody defines body for PutOrganizationsOrgIdGroupsId for application/json ContentType.

type PutOrganizationsOrgIdGroupsIdResponse

type PutOrganizationsOrgIdGroupsIdResponse struct {
	Body         []byte
	HTTPResponse *http.Response
	JSON200      *GroupResponseModel
}

func ParsePutOrganizationsOrgIdGroupsIdResponse

func ParsePutOrganizationsOrgIdGroupsIdResponse(rsp *http.Response) (*PutOrganizationsOrgIdGroupsIdResponse, error)

ParsePutOrganizationsOrgIdGroupsIdResponse parses an HTTP response from a PutOrganizationsOrgIdGroupsIdWithResponse call

func (PutOrganizationsOrgIdGroupsIdResponse) Status

Status returns HTTPResponse.Status

func (PutOrganizationsOrgIdGroupsIdResponse) StatusCode

StatusCode returns HTTPResponse.StatusCode

type PutOrganizationsOrgIdGroupsIdUsersJSONBody

type PutOrganizationsOrgIdGroupsIdUsersJSONBody []string

PutOrganizationsOrgIdGroupsIdUsersJSONBody defines parameters for PutOrganizationsOrgIdGroupsIdUsers.

type PutOrganizationsOrgIdGroupsIdUsersJSONRequestBody

type PutOrganizationsOrgIdGroupsIdUsersJSONRequestBody PutOrganizationsOrgIdGroupsIdUsersJSONBody

PutOrganizationsOrgIdGroupsIdUsersJSONRequestBody defines body for PutOrganizationsOrgIdGroupsIdUsers for application/json ContentType.

type PutOrganizationsOrgIdGroupsIdUsersResponse

type PutOrganizationsOrgIdGroupsIdUsersResponse struct {
	Body         []byte
	HTTPResponse *http.Response
}

func ParsePutOrganizationsOrgIdGroupsIdUsersResponse

func ParsePutOrganizationsOrgIdGroupsIdUsersResponse(rsp *http.Response) (*PutOrganizationsOrgIdGroupsIdUsersResponse, error)

ParsePutOrganizationsOrgIdGroupsIdUsersResponse parses an HTTP response from a PutOrganizationsOrgIdGroupsIdUsersWithResponse call

func (PutOrganizationsOrgIdGroupsIdUsersResponse) Status

Status returns HTTPResponse.Status

func (PutOrganizationsOrgIdGroupsIdUsersResponse) StatusCode

StatusCode returns HTTPResponse.StatusCode

type PutOrganizationsOrgIdPoliciesTypeJSONBody

type PutOrganizationsOrgIdPoliciesTypeJSONBody PolicyRequestModel

PutOrganizationsOrgIdPoliciesTypeJSONBody defines parameters for PutOrganizationsOrgIdPoliciesType.

type PutOrganizationsOrgIdPoliciesTypeJSONRequestBody

type PutOrganizationsOrgIdPoliciesTypeJSONRequestBody PutOrganizationsOrgIdPoliciesTypeJSONBody

PutOrganizationsOrgIdPoliciesTypeJSONRequestBody defines body for PutOrganizationsOrgIdPoliciesType for application/json ContentType.

type PutOrganizationsOrgIdPoliciesTypeResponse

type PutOrganizationsOrgIdPoliciesTypeResponse struct {
	Body         []byte
	HTTPResponse *http.Response
	JSON200      *PolicyResponseModel
}

func ParsePutOrganizationsOrgIdPoliciesTypeResponse

func ParsePutOrganizationsOrgIdPoliciesTypeResponse(rsp *http.Response) (*PutOrganizationsOrgIdPoliciesTypeResponse, error)

ParsePutOrganizationsOrgIdPoliciesTypeResponse parses an HTTP response from a PutOrganizationsOrgIdPoliciesTypeWithResponse call

func (PutOrganizationsOrgIdPoliciesTypeResponse) Status

Status returns HTTPResponse.Status

func (PutOrganizationsOrgIdPoliciesTypeResponse) StatusCode

StatusCode returns HTTPResponse.StatusCode

type PutOrganizationsOrgIdUsersIdGroupsJSONBody

type PutOrganizationsOrgIdUsersIdGroupsJSONBody OrganizationUserUpdateGroupsRequestModel

PutOrganizationsOrgIdUsersIdGroupsJSONBody defines parameters for PutOrganizationsOrgIdUsersIdGroups.

type PutOrganizationsOrgIdUsersIdGroupsJSONRequestBody

type PutOrganizationsOrgIdUsersIdGroupsJSONRequestBody PutOrganizationsOrgIdUsersIdGroupsJSONBody

PutOrganizationsOrgIdUsersIdGroupsJSONRequestBody defines body for PutOrganizationsOrgIdUsersIdGroups for application/json ContentType.

type PutOrganizationsOrgIdUsersIdGroupsResponse

type PutOrganizationsOrgIdUsersIdGroupsResponse struct {
	Body         []byte
	HTTPResponse *http.Response
}

func ParsePutOrganizationsOrgIdUsersIdGroupsResponse

func ParsePutOrganizationsOrgIdUsersIdGroupsResponse(rsp *http.Response) (*PutOrganizationsOrgIdUsersIdGroupsResponse, error)

ParsePutOrganizationsOrgIdUsersIdGroupsResponse parses an HTTP response from a PutOrganizationsOrgIdUsersIdGroupsWithResponse call

func (PutOrganizationsOrgIdUsersIdGroupsResponse) Status

Status returns HTTPResponse.Status

func (PutOrganizationsOrgIdUsersIdGroupsResponse) StatusCode

StatusCode returns HTTPResponse.StatusCode

type PutOrganizationsOrgIdUsersIdJSONBody

type PutOrganizationsOrgIdUsersIdJSONBody OrganizationUserUpdateRequestModel

PutOrganizationsOrgIdUsersIdJSONBody defines parameters for PutOrganizationsOrgIdUsersId.

type PutOrganizationsOrgIdUsersIdJSONRequestBody

type PutOrganizationsOrgIdUsersIdJSONRequestBody PutOrganizationsOrgIdUsersIdJSONBody

PutOrganizationsOrgIdUsersIdJSONRequestBody defines body for PutOrganizationsOrgIdUsersId for application/json ContentType.

type PutOrganizationsOrgIdUsersIdResetPasswordJSONBody

type PutOrganizationsOrgIdUsersIdResetPasswordJSONBody OrganizationUserResetPasswordRequestModel

PutOrganizationsOrgIdUsersIdResetPasswordJSONBody defines parameters for PutOrganizationsOrgIdUsersIdResetPassword.

type PutOrganizationsOrgIdUsersIdResetPasswordJSONRequestBody

type PutOrganizationsOrgIdUsersIdResetPasswordJSONRequestBody PutOrganizationsOrgIdUsersIdResetPasswordJSONBody

PutOrganizationsOrgIdUsersIdResetPasswordJSONRequestBody defines body for PutOrganizationsOrgIdUsersIdResetPassword for application/json ContentType.

type PutOrganizationsOrgIdUsersIdResetPasswordResponse

type PutOrganizationsOrgIdUsersIdResetPasswordResponse struct {
	Body         []byte
	HTTPResponse *http.Response
}

func ParsePutOrganizationsOrgIdUsersIdResetPasswordResponse

func ParsePutOrganizationsOrgIdUsersIdResetPasswordResponse(rsp *http.Response) (*PutOrganizationsOrgIdUsersIdResetPasswordResponse, error)

ParsePutOrganizationsOrgIdUsersIdResetPasswordResponse parses an HTTP response from a PutOrganizationsOrgIdUsersIdResetPasswordWithResponse call

func (PutOrganizationsOrgIdUsersIdResetPasswordResponse) Status

Status returns HTTPResponse.Status

func (PutOrganizationsOrgIdUsersIdResetPasswordResponse) StatusCode

StatusCode returns HTTPResponse.StatusCode

type PutOrganizationsOrgIdUsersIdResponse

type PutOrganizationsOrgIdUsersIdResponse struct {
	Body         []byte
	HTTPResponse *http.Response
}

func ParsePutOrganizationsOrgIdUsersIdResponse

func ParsePutOrganizationsOrgIdUsersIdResponse(rsp *http.Response) (*PutOrganizationsOrgIdUsersIdResponse, error)

ParsePutOrganizationsOrgIdUsersIdResponse parses an HTTP response from a PutOrganizationsOrgIdUsersIdWithResponse call

func (PutOrganizationsOrgIdUsersIdResponse) Status

Status returns HTTPResponse.Status

func (PutOrganizationsOrgIdUsersIdResponse) StatusCode

StatusCode returns HTTPResponse.StatusCode

type PutOrganizationsOrgIdUsersUserIdResetPasswordEnrollmentJSONBody

type PutOrganizationsOrgIdUsersUserIdResetPasswordEnrollmentJSONBody OrganizationUserResetPasswordEnrollmentRequestModel

PutOrganizationsOrgIdUsersUserIdResetPasswordEnrollmentJSONBody defines parameters for PutOrganizationsOrgIdUsersUserIdResetPasswordEnrollment.

type PutOrganizationsOrgIdUsersUserIdResetPasswordEnrollmentJSONRequestBody

type PutOrganizationsOrgIdUsersUserIdResetPasswordEnrollmentJSONRequestBody PutOrganizationsOrgIdUsersUserIdResetPasswordEnrollmentJSONBody

PutOrganizationsOrgIdUsersUserIdResetPasswordEnrollmentJSONRequestBody defines body for PutOrganizationsOrgIdUsersUserIdResetPasswordEnrollment for application/json ContentType.

type PutOrganizationsOrgIdUsersUserIdResetPasswordEnrollmentResponse

type PutOrganizationsOrgIdUsersUserIdResetPasswordEnrollmentResponse struct {
	Body         []byte
	HTTPResponse *http.Response
}

func ParsePutOrganizationsOrgIdUsersUserIdResetPasswordEnrollmentResponse

func ParsePutOrganizationsOrgIdUsersUserIdResetPasswordEnrollmentResponse(rsp *http.Response) (*PutOrganizationsOrgIdUsersUserIdResetPasswordEnrollmentResponse, error)

ParsePutOrganizationsOrgIdUsersUserIdResetPasswordEnrollmentResponse parses an HTTP response from a PutOrganizationsOrgIdUsersUserIdResetPasswordEnrollmentWithResponse call

func (PutOrganizationsOrgIdUsersUserIdResetPasswordEnrollmentResponse) Status

Status returns HTTPResponse.Status

func (PutOrganizationsOrgIdUsersUserIdResetPasswordEnrollmentResponse) StatusCode

StatusCode returns HTTPResponse.StatusCode

type PutPushAddOrganizationJSONBody

type PutPushAddOrganizationJSONBody PushUpdateRequestModel

PutPushAddOrganizationJSONBody defines parameters for PutPushAddOrganization.

type PutPushAddOrganizationJSONRequestBody

type PutPushAddOrganizationJSONRequestBody PutPushAddOrganizationJSONBody

PutPushAddOrganizationJSONRequestBody defines body for PutPushAddOrganization for application/json ContentType.

type PutPushAddOrganizationResponse

type PutPushAddOrganizationResponse struct {
	Body         []byte
	HTTPResponse *http.Response
}

func ParsePutPushAddOrganizationResponse

func ParsePutPushAddOrganizationResponse(rsp *http.Response) (*PutPushAddOrganizationResponse, error)

ParsePutPushAddOrganizationResponse parses an HTTP response from a PutPushAddOrganizationWithResponse call

func (PutPushAddOrganizationResponse) Status

Status returns HTTPResponse.Status

func (PutPushAddOrganizationResponse) StatusCode

func (r PutPushAddOrganizationResponse) StatusCode() int

StatusCode returns HTTPResponse.StatusCode

type PutPushDeleteOrganizationJSONBody

type PutPushDeleteOrganizationJSONBody PushUpdateRequestModel

PutPushDeleteOrganizationJSONBody defines parameters for PutPushDeleteOrganization.

type PutPushDeleteOrganizationJSONRequestBody

type PutPushDeleteOrganizationJSONRequestBody PutPushDeleteOrganizationJSONBody

PutPushDeleteOrganizationJSONRequestBody defines body for PutPushDeleteOrganization for application/json ContentType.

type PutPushDeleteOrganizationResponse

type PutPushDeleteOrganizationResponse struct {
	Body         []byte
	HTTPResponse *http.Response
}

func ParsePutPushDeleteOrganizationResponse

func ParsePutPushDeleteOrganizationResponse(rsp *http.Response) (*PutPushDeleteOrganizationResponse, error)

ParsePutPushDeleteOrganizationResponse parses an HTTP response from a PutPushDeleteOrganizationWithResponse call

func (PutPushDeleteOrganizationResponse) Status

Status returns HTTPResponse.Status

func (PutPushDeleteOrganizationResponse) StatusCode

func (r PutPushDeleteOrganizationResponse) StatusCode() int

StatusCode returns HTTPResponse.StatusCode

type PutSendsIdJSONBody

type PutSendsIdJSONBody SendRequestModel

PutSendsIdJSONBody defines parameters for PutSendsId.

type PutSendsIdJSONRequestBody

type PutSendsIdJSONRequestBody PutSendsIdJSONBody

PutSendsIdJSONRequestBody defines body for PutSendsId for application/json ContentType.

type PutSendsIdRemovePasswordResponse

type PutSendsIdRemovePasswordResponse struct {
	Body         []byte
	HTTPResponse *http.Response
	JSON200      *SendResponseModel
}

func ParsePutSendsIdRemovePasswordResponse

func ParsePutSendsIdRemovePasswordResponse(rsp *http.Response) (*PutSendsIdRemovePasswordResponse, error)

ParsePutSendsIdRemovePasswordResponse parses an HTTP response from a PutSendsIdRemovePasswordWithResponse call

func (PutSendsIdRemovePasswordResponse) Status

Status returns HTTPResponse.Status

func (PutSendsIdRemovePasswordResponse) StatusCode

func (r PutSendsIdRemovePasswordResponse) StatusCode() int

StatusCode returns HTTPResponse.StatusCode

type PutSendsIdResponse

type PutSendsIdResponse struct {
	Body         []byte
	HTTPResponse *http.Response
	JSON200      *SendResponseModel
}

func ParsePutSendsIdResponse

func ParsePutSendsIdResponse(rsp *http.Response) (*PutSendsIdResponse, error)

ParsePutSendsIdResponse parses an HTTP response from a PutSendsIdWithResponse call

func (PutSendsIdResponse) Status

func (r PutSendsIdResponse) Status() string

Status returns HTTPResponse.Status

func (PutSendsIdResponse) StatusCode

func (r PutSendsIdResponse) StatusCode() int

StatusCode returns HTTPResponse.StatusCode

type PutSettingsDomainsJSONBody

type PutSettingsDomainsJSONBody UpdateDomainsRequestModel

PutSettingsDomainsJSONBody defines parameters for PutSettingsDomains.

type PutSettingsDomainsJSONRequestBody

type PutSettingsDomainsJSONRequestBody PutSettingsDomainsJSONBody

PutSettingsDomainsJSONRequestBody defines body for PutSettingsDomains for application/json ContentType.

type PutSettingsDomainsResponse

type PutSettingsDomainsResponse struct {
	Body         []byte
	HTTPResponse *http.Response
	JSON200      *DomainsResponseModel
}

func ParsePutSettingsDomainsResponse

func ParsePutSettingsDomainsResponse(rsp *http.Response) (*PutSettingsDomainsResponse, error)

ParsePutSettingsDomainsResponse parses an HTTP response from a PutSettingsDomainsWithResponse call

func (PutSettingsDomainsResponse) Status

Status returns HTTPResponse.Status

func (PutSettingsDomainsResponse) StatusCode

func (r PutSettingsDomainsResponse) StatusCode() int

StatusCode returns HTTPResponse.StatusCode

type PutTwoFactorAuthenticatorJSONBody

type PutTwoFactorAuthenticatorJSONBody UpdateTwoFactorAuthenticatorRequestModel

PutTwoFactorAuthenticatorJSONBody defines parameters for PutTwoFactorAuthenticator.

type PutTwoFactorAuthenticatorJSONRequestBody

type PutTwoFactorAuthenticatorJSONRequestBody PutTwoFactorAuthenticatorJSONBody

PutTwoFactorAuthenticatorJSONRequestBody defines body for PutTwoFactorAuthenticator for application/json ContentType.

type PutTwoFactorAuthenticatorResponse

type PutTwoFactorAuthenticatorResponse struct {
	Body         []byte
	HTTPResponse *http.Response
	JSON200      *TwoFactorAuthenticatorResponseModel
}

func ParsePutTwoFactorAuthenticatorResponse

func ParsePutTwoFactorAuthenticatorResponse(rsp *http.Response) (*PutTwoFactorAuthenticatorResponse, error)

ParsePutTwoFactorAuthenticatorResponse parses an HTTP response from a PutTwoFactorAuthenticatorWithResponse call

func (PutTwoFactorAuthenticatorResponse) Status

Status returns HTTPResponse.Status

func (PutTwoFactorAuthenticatorResponse) StatusCode

func (r PutTwoFactorAuthenticatorResponse) StatusCode() int

StatusCode returns HTTPResponse.StatusCode

type PutTwoFactorDisableJSONBody

type PutTwoFactorDisableJSONBody TwoFactorProviderRequestModel

PutTwoFactorDisableJSONBody defines parameters for PutTwoFactorDisable.

type PutTwoFactorDisableJSONRequestBody

type PutTwoFactorDisableJSONRequestBody PutTwoFactorDisableJSONBody

PutTwoFactorDisableJSONRequestBody defines body for PutTwoFactorDisable for application/json ContentType.

type PutTwoFactorDisableResponse

type PutTwoFactorDisableResponse struct {
	Body         []byte
	HTTPResponse *http.Response
	JSON200      *TwoFactorProviderResponseModel
}

func ParsePutTwoFactorDisableResponse

func ParsePutTwoFactorDisableResponse(rsp *http.Response) (*PutTwoFactorDisableResponse, error)

ParsePutTwoFactorDisableResponse parses an HTTP response from a PutTwoFactorDisableWithResponse call

func (PutTwoFactorDisableResponse) Status

Status returns HTTPResponse.Status

func (PutTwoFactorDisableResponse) StatusCode

func (r PutTwoFactorDisableResponse) StatusCode() int

StatusCode returns HTTPResponse.StatusCode

type PutTwoFactorDuoJSONBody

type PutTwoFactorDuoJSONBody UpdateTwoFactorDuoRequestModel

PutTwoFactorDuoJSONBody defines parameters for PutTwoFactorDuo.

type PutTwoFactorDuoJSONRequestBody

type PutTwoFactorDuoJSONRequestBody PutTwoFactorDuoJSONBody

PutTwoFactorDuoJSONRequestBody defines body for PutTwoFactorDuo for application/json ContentType.

type PutTwoFactorDuoResponse

type PutTwoFactorDuoResponse struct {
	Body         []byte
	HTTPResponse *http.Response
	JSON200      *TwoFactorDuoResponseModel
}

func ParsePutTwoFactorDuoResponse

func ParsePutTwoFactorDuoResponse(rsp *http.Response) (*PutTwoFactorDuoResponse, error)

ParsePutTwoFactorDuoResponse parses an HTTP response from a PutTwoFactorDuoWithResponse call

func (PutTwoFactorDuoResponse) Status

func (r PutTwoFactorDuoResponse) Status() string

Status returns HTTPResponse.Status

func (PutTwoFactorDuoResponse) StatusCode

func (r PutTwoFactorDuoResponse) StatusCode() int

StatusCode returns HTTPResponse.StatusCode

type PutTwoFactorEmailJSONBody

type PutTwoFactorEmailJSONBody UpdateTwoFactorEmailRequestModel

PutTwoFactorEmailJSONBody defines parameters for PutTwoFactorEmail.

type PutTwoFactorEmailJSONRequestBody

type PutTwoFactorEmailJSONRequestBody PutTwoFactorEmailJSONBody

PutTwoFactorEmailJSONRequestBody defines body for PutTwoFactorEmail for application/json ContentType.

type PutTwoFactorEmailResponse

type PutTwoFactorEmailResponse struct {
	Body         []byte
	HTTPResponse *http.Response
	JSON200      *TwoFactorEmailResponseModel
}

func ParsePutTwoFactorEmailResponse

func ParsePutTwoFactorEmailResponse(rsp *http.Response) (*PutTwoFactorEmailResponse, error)

ParsePutTwoFactorEmailResponse parses an HTTP response from a PutTwoFactorEmailWithResponse call

func (PutTwoFactorEmailResponse) Status

func (r PutTwoFactorEmailResponse) Status() string

Status returns HTTPResponse.Status

func (PutTwoFactorEmailResponse) StatusCode

func (r PutTwoFactorEmailResponse) StatusCode() int

StatusCode returns HTTPResponse.StatusCode

type PutTwoFactorWebauthnJSONBody

type PutTwoFactorWebauthnJSONBody TwoFactorWebAuthnRequestModel

PutTwoFactorWebauthnJSONBody defines parameters for PutTwoFactorWebauthn.

type PutTwoFactorWebauthnJSONRequestBody

type PutTwoFactorWebauthnJSONRequestBody PutTwoFactorWebauthnJSONBody

PutTwoFactorWebauthnJSONRequestBody defines body for PutTwoFactorWebauthn for application/json ContentType.

type PutTwoFactorWebauthnResponse

type PutTwoFactorWebauthnResponse struct {
	Body         []byte
	HTTPResponse *http.Response
	JSON200      *TwoFactorWebAuthnResponseModel
}

func ParsePutTwoFactorWebauthnResponse

func ParsePutTwoFactorWebauthnResponse(rsp *http.Response) (*PutTwoFactorWebauthnResponse, error)

ParsePutTwoFactorWebauthnResponse parses an HTTP response from a PutTwoFactorWebauthnWithResponse call

func (PutTwoFactorWebauthnResponse) Status

Status returns HTTPResponse.Status

func (PutTwoFactorWebauthnResponse) StatusCode

func (r PutTwoFactorWebauthnResponse) StatusCode() int

StatusCode returns HTTPResponse.StatusCode

type PutTwoFactorYubikeyJSONBody

type PutTwoFactorYubikeyJSONBody UpdateTwoFactorYubicoOtpRequestModel

PutTwoFactorYubikeyJSONBody defines parameters for PutTwoFactorYubikey.

type PutTwoFactorYubikeyJSONRequestBody

type PutTwoFactorYubikeyJSONRequestBody PutTwoFactorYubikeyJSONBody

PutTwoFactorYubikeyJSONRequestBody defines body for PutTwoFactorYubikey for application/json ContentType.

type PutTwoFactorYubikeyResponse

type PutTwoFactorYubikeyResponse struct {
	Body         []byte
	HTTPResponse *http.Response
	JSON200      *TwoFactorYubiKeyResponseModel
}

func ParsePutTwoFactorYubikeyResponse

func ParsePutTwoFactorYubikeyResponse(rsp *http.Response) (*PutTwoFactorYubikeyResponse, error)

ParsePutTwoFactorYubikeyResponse parses an HTTP response from a PutTwoFactorYubikeyWithResponse call

func (PutTwoFactorYubikeyResponse) Status

Status returns HTTPResponse.Status

func (PutTwoFactorYubikeyResponse) StatusCode

func (r PutTwoFactorYubikeyResponse) StatusCode() int

StatusCode returns HTTPResponse.StatusCode

type RegisterRequestModel

type RegisterRequestModel struct {
	Email              openapi_types.Email                 `json:"email"`
	Kdf                *KdfType                            `json:"kdf,omitempty"`
	KdfIterations      *int32                              `json:"kdfIterations"`
	Key                *string                             `json:"key"`
	Keys               *KeysRequestModel                   `json:"keys,omitempty"`
	MasterPasswordHash string                              `json:"masterPasswordHash"`
	MasterPasswordHint *string                             `json:"masterPasswordHint"`
	Name               *string                             `json:"name"`
	OrganizationUserId *string                             `json:"organizationUserId"`
	ReferenceData      *RegisterRequestModel_ReferenceData `json:"referenceData"`
	Token              *string                             `json:"token"`
}

RegisterRequestModel defines model for RegisterRequestModel.

type RegisterRequestModel_ReferenceData

type RegisterRequestModel_ReferenceData struct {
	AdditionalProperties map[string]map[string]interface{} `json:"-"`
}

RegisterRequestModel_ReferenceData defines model for RegisterRequestModel.ReferenceData.

func (RegisterRequestModel_ReferenceData) Get

func (a RegisterRequestModel_ReferenceData) Get(fieldName string) (value map[string]interface{}, found bool)

Getter for additional properties for RegisterRequestModel_ReferenceData. Returns the specified element and whether it was found

func (RegisterRequestModel_ReferenceData) MarshalJSON

func (a RegisterRequestModel_ReferenceData) MarshalJSON() ([]byte, error)

Override default JSON handling for RegisterRequestModel_ReferenceData to handle AdditionalProperties

func (*RegisterRequestModel_ReferenceData) Set

func (a *RegisterRequestModel_ReferenceData) Set(fieldName string, value map[string]interface{})

Setter for additional properties for RegisterRequestModel_ReferenceData

func (*RegisterRequestModel_ReferenceData) UnmarshalJSON

func (a *RegisterRequestModel_ReferenceData) UnmarshalJSON(b []byte) error

Override default JSON handling for RegisterRequestModel_ReferenceData to handle AdditionalProperties

type RequestEditorFn

type RequestEditorFn func(ctx context.Context, req *http.Request) error

RequestEditorFn is the function signature for the RequestEditor callback function

type ResponseData

type ResponseData struct {
	AttestationObject *[]byte `json:"attestationObject"`
	ClientDataJson    *[]byte `json:"clientDataJson"`
}

ResponseData defines model for ResponseData.

type SecureNoteType

type SecureNoteType int32

SecureNoteType defines model for SecureNoteType.

const (
	SecureNoteTypeN0 SecureNoteType = 0
)

Defines values for SecureNoteType.

type SecurityStampRequestModel

type SecurityStampRequestModel struct {
	MasterPasswordHash string `json:"masterPasswordHash"`
}

SecurityStampRequestModel defines model for SecurityStampRequestModel.

type SelectionReadOnlyRequestModel

type SelectionReadOnlyRequestModel struct {
	HidePasswords *bool  `json:"hidePasswords,omitempty"`
	Id            string `json:"id"`
	ReadOnly      *bool  `json:"readOnly,omitempty"`
}

SelectionReadOnlyRequestModel defines model for SelectionReadOnlyRequestModel.

type SelectionReadOnlyResponseModel

type SelectionReadOnlyResponseModel struct {
	HidePasswords *bool   `json:"hidePasswords,omitempty"`
	Id            *string `json:"id"`
	ReadOnly      *bool   `json:"readOnly,omitempty"`
}

SelectionReadOnlyResponseModel defines model for SelectionReadOnlyResponseModel.

type SendAccessRequestModel

type SendAccessRequestModel struct {
	Password *string `json:"password"`
}

SendAccessRequestModel defines model for SendAccessRequestModel.

type SendFileModel

type SendFileModel struct {
	FileName *string `json:"fileName"`
	Id       *string `json:"id"`
	Size     *string `json:"size"`
	SizeName *string `json:"sizeName"`
}

SendFileModel defines model for SendFileModel.

type SendFileUploadDataResponseModel

type SendFileUploadDataResponseModel struct {
	FileUploadType *FileUploadType    `json:"fileUploadType,omitempty"`
	Object         *string            `json:"object"`
	SendResponse   *SendResponseModel `json:"sendResponse,omitempty"`
	Url            *string            `json:"url"`
}

SendFileUploadDataResponseModel defines model for SendFileUploadDataResponseModel.

type SendRequestModel

type SendRequestModel struct {
	DeletionDate   time.Time      `json:"deletionDate"`
	Disabled       bool           `json:"disabled"`
	ExpirationDate *time.Time     `json:"expirationDate"`
	File           *SendFileModel `json:"file,omitempty"`
	FileLength     *int64         `json:"fileLength"`
	HideEmail      *bool          `json:"hideEmail"`
	Key            string         `json:"key"`
	MaxAccessCount *int32         `json:"maxAccessCount"`
	Name           *string        `json:"name"`
	Notes          *string        `json:"notes"`
	Password       *string        `json:"password"`
	Text           *SendTextModel `json:"text,omitempty"`
	Type           *SendType      `json:"type,omitempty"`
}

SendRequestModel defines model for SendRequestModel.

type SendResponseModel

type SendResponseModel struct {
	AccessCount    *int32         `json:"accessCount,omitempty"`
	AccessId       *string        `json:"accessId"`
	DeletionDate   *time.Time     `json:"deletionDate,omitempty"`
	Disabled       *bool          `json:"disabled,omitempty"`
	ExpirationDate *time.Time     `json:"expirationDate"`
	File           *SendFileModel `json:"file,omitempty"`
	HideEmail      *bool          `json:"hideEmail,omitempty"`
	Id             *string        `json:"id"`
	Key            *string        `json:"key"`
	MaxAccessCount *int32         `json:"maxAccessCount"`
	Name           *string        `json:"name"`
	Notes          *string        `json:"notes"`
	Object         *string        `json:"object"`
	Password       *string        `json:"password"`
	RevisionDate   *time.Time     `json:"revisionDate,omitempty"`
	Text           *SendTextModel `json:"text,omitempty"`
	Type           *SendType      `json:"type,omitempty"`
}

SendResponseModel defines model for SendResponseModel.

type SendResponseModelListResponseModel

type SendResponseModelListResponseModel struct {
	ContinuationToken *string              `json:"continuationToken"`
	Data              *[]SendResponseModel `json:"data"`
	Object            *string              `json:"object"`
}

SendResponseModelListResponseModel defines model for SendResponseModelListResponseModel.

type SendTextModel

type SendTextModel struct {
	Hidden *bool   `json:"hidden,omitempty"`
	Text   *string `json:"text"`
}

SendTextModel defines model for SendTextModel.

type SendType

type SendType int32

SendType defines model for SendType.

const (
	SendTypeN0 SendType = 0

	SendTypeN1 SendType = 1
)

Defines values for SendType.

type SetPasswordRequestModel

type SetPasswordRequestModel struct {
	Kdf                KdfType          `json:"kdf"`
	KdfIterations      int32            `json:"kdfIterations"`
	Key                string           `json:"key"`
	Keys               KeysRequestModel `json:"keys"`
	MasterPasswordHash string           `json:"masterPasswordHash"`
	MasterPasswordHint *string          `json:"masterPasswordHint"`
	OrgIdentifier      *string          `json:"orgIdentifier"`
}

SetPasswordRequestModel defines model for SetPasswordRequestModel.

type StorageRequestModel

type StorageRequestModel struct {
	StorageGbAdjustment int32 `json:"storageGbAdjustment"`
}

StorageRequestModel defines model for StorageRequestModel.

type SubscriptionResponseModel

type SubscriptionResponseModel struct {
	Expiration         *time.Time                          `json:"expiration"`
	License            *UserLicense                        `json:"license,omitempty"`
	MaxStorageGb       *int32                              `json:"maxStorageGb"`
	Object             *string                             `json:"object"`
	StorageGb          *float64                            `json:"storageGb"`
	StorageName        *string                             `json:"storageName"`
	Subscription       *BillingSubscription                `json:"subscription,omitempty"`
	UpcomingInvoice    *BillingSubscriptionUpcomingInvoice `json:"upcomingInvoice,omitempty"`
	UsingInAppPurchase *bool                               `json:"usingInAppPurchase,omitempty"`
}

SubscriptionResponseModel defines model for SubscriptionResponseModel.

type SyncResponseModel

type SyncResponseModel struct {
	Ciphers     *[]CipherDetailsResponseModel     `json:"ciphers"`
	Collections *[]CollectionDetailsResponseModel `json:"collections"`
	Domains     *DomainsResponseModel             `json:"domains,omitempty"`
	Folders     *[]FolderResponseModel            `json:"folders"`
	Object      *string                           `json:"object"`
	Policies    *[]PolicyResponseModel            `json:"policies"`
	Profile     *ProfileResponseModel             `json:"profile,omitempty"`
	Sends       *[]SendResponseModel              `json:"sends"`
}

SyncResponseModel defines model for SyncResponseModel.

type TaxInfoResponseModel

type TaxInfoResponseModel struct {
	City        *string `json:"city"`
	Country     *string `json:"country"`
	Line1       *string `json:"line1"`
	Line2       *string `json:"line2"`
	PostalCode  *string `json:"postalCode"`
	State       *string `json:"state"`
	TaxIdNumber *string `json:"taxIdNumber"`
	TaxIdType   *string `json:"taxIdType"`
}

TaxInfoResponseModel defines model for TaxInfoResponseModel.

type TaxInfoUpdateRequestModel

type TaxInfoUpdateRequestModel struct {
	Country    string  `json:"country"`
	PostalCode *string `json:"postalCode"`
}

TaxInfoUpdateRequestModel defines model for TaxInfoUpdateRequestModel.

type TaxRateResponseModel

type TaxRateResponseModel struct {
	Country    *string  `json:"country"`
	Id         *string  `json:"id"`
	Object     *string  `json:"object"`
	PostalCode *string  `json:"postalCode"`
	Rate       *float64 `json:"rate,omitempty"`
	State      *string  `json:"state"`
}

TaxRateResponseModel defines model for TaxRateResponseModel.

type TaxRateResponseModelListResponseModel

type TaxRateResponseModelListResponseModel struct {
	ContinuationToken *string                 `json:"continuationToken"`
	Data              *[]TaxRateResponseModel `json:"data"`
	Object            *string                 `json:"object"`
}

TaxRateResponseModelListResponseModel defines model for TaxRateResponseModelListResponseModel.

type TransactionType

type TransactionType int32

TransactionType defines model for TransactionType.

const (
	TransactionTypeN0 TransactionType = 0

	TransactionTypeN1 TransactionType = 1

	TransactionTypeN2 TransactionType = 2

	TransactionTypeN3 TransactionType = 3

	TransactionTypeN4 TransactionType = 4
)

Defines values for TransactionType.

type TwoFactorAuthenticatorResponseModel

type TwoFactorAuthenticatorResponseModel struct {
	Enabled *bool   `json:"enabled,omitempty"`
	Key     *string `json:"key"`
	Object  *string `json:"object"`
}

TwoFactorAuthenticatorResponseModel defines model for TwoFactorAuthenticatorResponseModel.

type TwoFactorDuoResponseModel

type TwoFactorDuoResponseModel struct {
	Enabled        *bool   `json:"enabled,omitempty"`
	Host           *string `json:"host"`
	IntegrationKey *string `json:"integrationKey"`
	Object         *string `json:"object"`
	SecretKey      *string `json:"secretKey"`
}

TwoFactorDuoResponseModel defines model for TwoFactorDuoResponseModel.

type TwoFactorEmailRequestModel

type TwoFactorEmailRequestModel struct {
	Email              openapi_types.Email `json:"email"`
	MasterPasswordHash string              `json:"masterPasswordHash"`
}

TwoFactorEmailRequestModel defines model for TwoFactorEmailRequestModel.

type TwoFactorEmailResponseModel

type TwoFactorEmailResponseModel struct {
	Email   *string `json:"email"`
	Enabled *bool   `json:"enabled,omitempty"`
	Object  *string `json:"object"`
}

TwoFactorEmailResponseModel defines model for TwoFactorEmailResponseModel.

type TwoFactorProviderRequestModel

type TwoFactorProviderRequestModel struct {
	MasterPasswordHash string                `json:"masterPasswordHash"`
	Type               TwoFactorProviderType `json:"type"`
}

TwoFactorProviderRequestModel defines model for TwoFactorProviderRequestModel.

type TwoFactorProviderResponseModel

type TwoFactorProviderResponseModel struct {
	Enabled *bool                  `json:"enabled,omitempty"`
	Object  *string                `json:"object"`
	Type    *TwoFactorProviderType `json:"type,omitempty"`
}

TwoFactorProviderResponseModel defines model for TwoFactorProviderResponseModel.

type TwoFactorProviderResponseModelListResponseModel

type TwoFactorProviderResponseModelListResponseModel struct {
	ContinuationToken *string                           `json:"continuationToken"`
	Data              *[]TwoFactorProviderResponseModel `json:"data"`
	Object            *string                           `json:"object"`
}

TwoFactorProviderResponseModelListResponseModel defines model for TwoFactorProviderResponseModelListResponseModel.

type TwoFactorProviderType

type TwoFactorProviderType int32

TwoFactorProviderType defines model for TwoFactorProviderType.

const (
	TwoFactorProviderTypeN0 TwoFactorProviderType = 0

	TwoFactorProviderTypeN1 TwoFactorProviderType = 1

	TwoFactorProviderTypeN2 TwoFactorProviderType = 2

	TwoFactorProviderTypeN3 TwoFactorProviderType = 3

	TwoFactorProviderTypeN4 TwoFactorProviderType = 4

	TwoFactorProviderTypeN5 TwoFactorProviderType = 5

	TwoFactorProviderTypeN6 TwoFactorProviderType = 6

	TwoFactorProviderTypeN7 TwoFactorProviderType = 7
)

Defines values for TwoFactorProviderType.

type TwoFactorRecoverResponseModel

type TwoFactorRecoverResponseModel struct {
	Code   *string `json:"code"`
	Object *string `json:"object"`
}

TwoFactorRecoverResponseModel defines model for TwoFactorRecoverResponseModel.

type TwoFactorRecoveryRequestModel

type TwoFactorRecoveryRequestModel struct {
	Email              openapi_types.Email `json:"email"`
	MasterPasswordHash string              `json:"masterPasswordHash"`
	RecoveryCode       string              `json:"recoveryCode"`
}

TwoFactorRecoveryRequestModel defines model for TwoFactorRecoveryRequestModel.

type TwoFactorRequestModel

type TwoFactorRequestModel struct {
	MasterPasswordHash string `json:"masterPasswordHash"`
}

TwoFactorRequestModel defines model for TwoFactorRequestModel.

type TwoFactorWebAuthnDeleteRequestModel

type TwoFactorWebAuthnDeleteRequestModel struct {
	Id                 int32  `json:"id"`
	MasterPasswordHash string `json:"masterPasswordHash"`
}

TwoFactorWebAuthnDeleteRequestModel defines model for TwoFactorWebAuthnDeleteRequestModel.

type TwoFactorWebAuthnRequestModel

type TwoFactorWebAuthnRequestModel struct {
	DeviceResponse     AuthenticatorAttestationRawResponse `json:"deviceResponse"`
	Id                 int32                               `json:"id"`
	MasterPasswordHash string                              `json:"masterPasswordHash"`
	Name               *string                             `json:"name"`
}

TwoFactorWebAuthnRequestModel defines model for TwoFactorWebAuthnRequestModel.

type TwoFactorWebAuthnResponseModel

type TwoFactorWebAuthnResponseModel struct {
	Enabled *bool       `json:"enabled,omitempty"`
	Keys    *[]KeyModel `json:"keys"`
	Object  *string     `json:"object"`
}

TwoFactorWebAuthnResponseModel defines model for TwoFactorWebAuthnResponseModel.

type TwoFactorYubiKeyResponseModel

type TwoFactorYubiKeyResponseModel struct {
	Enabled *bool   `json:"enabled,omitempty"`
	Key1    *string `json:"key1"`
	Key2    *string `json:"key2"`
	Key3    *string `json:"key3"`
	Key4    *string `json:"key4"`
	Key5    *string `json:"key5"`
	Nfc     *bool   `json:"nfc,omitempty"`
	Object  *string `json:"object"`
}

TwoFactorYubiKeyResponseModel defines model for TwoFactorYubiKeyResponseModel.

type TxAuthGenericArg

type TxAuthGenericArg struct {
	Content     *[]byte `json:"content"`
	ContentType *string `json:"contentType"`
}

TxAuthGenericArg defines model for TxAuthGenericArg.

type UpdateDomainsRequestModel

type UpdateDomainsRequestModel struct {
	EquivalentDomains               *[][]string                    `json:"equivalentDomains"`
	ExcludedGlobalEquivalentDomains *[]GlobalEquivalentDomainsType `json:"excludedGlobalEquivalentDomains"`
}

UpdateDomainsRequestModel defines model for UpdateDomainsRequestModel.

type UpdateKeyRequestModel

type UpdateKeyRequestModel struct {
	Ciphers            []CipherWithIdRequestModel `json:"ciphers"`
	Folders            []FolderWithIdRequestModel `json:"folders"`
	Key                string                     `json:"key"`
	MasterPasswordHash string                     `json:"masterPasswordHash"`
	PrivateKey         string                     `json:"privateKey"`
}

UpdateKeyRequestModel defines model for UpdateKeyRequestModel.

type UpdateProfileRequestModel

type UpdateProfileRequestModel struct {
	MasterPasswordHint *string `json:"masterPasswordHint"`
	Name               *string `json:"name"`
}

UpdateProfileRequestModel defines model for UpdateProfileRequestModel.

type UpdateTwoFactorAuthenticatorRequestModel

type UpdateTwoFactorAuthenticatorRequestModel struct {
	Key                string `json:"key"`
	MasterPasswordHash string `json:"masterPasswordHash"`
	Token              string `json:"token"`
}

UpdateTwoFactorAuthenticatorRequestModel defines model for UpdateTwoFactorAuthenticatorRequestModel.

type UpdateTwoFactorDuoRequestModel

type UpdateTwoFactorDuoRequestModel struct {
	Host               string `json:"host"`
	IntegrationKey     string `json:"integrationKey"`
	MasterPasswordHash string `json:"masterPasswordHash"`
	SecretKey          string `json:"secretKey"`
}

UpdateTwoFactorDuoRequestModel defines model for UpdateTwoFactorDuoRequestModel.

type UpdateTwoFactorEmailRequestModel

type UpdateTwoFactorEmailRequestModel struct {
	Email              openapi_types.Email `json:"email"`
	MasterPasswordHash string              `json:"masterPasswordHash"`
	Token              string              `json:"token"`
}

UpdateTwoFactorEmailRequestModel defines model for UpdateTwoFactorEmailRequestModel.

type UpdateTwoFactorYubicoOtpRequestModel

type UpdateTwoFactorYubicoOtpRequestModel struct {
	Key1               *string `json:"key1"`
	Key2               *string `json:"key2"`
	Key3               *string `json:"key3"`
	Key4               *string `json:"key4"`
	Key5               *string `json:"key5"`
	MasterPasswordHash string  `json:"masterPasswordHash"`
	Nfc                bool    `json:"nfc"`
}

UpdateTwoFactorYubicoOtpRequestModel defines model for UpdateTwoFactorYubicoOtpRequestModel.

type UriMatchType

type UriMatchType int32

UriMatchType defines model for UriMatchType.

const (
	UriMatchTypeN0 UriMatchType = 0

	UriMatchTypeN1 UriMatchType = 1

	UriMatchTypeN2 UriMatchType = 2

	UriMatchTypeN3 UriMatchType = 3

	UriMatchTypeN4 UriMatchType = 4

	UriMatchTypeN5 UriMatchType = 5
)

Defines values for UriMatchType.

type User

type User struct {
	Deleted    *bool                `json:"deleted,omitempty"`
	Email      *openapi_types.Email `json:"email"`
	ExternalId string               `json:"externalId"`
}

User defines model for User.

type UserKeyResponseModel

type UserKeyResponseModel struct {
	Object    *string `json:"object"`
	PublicKey *string `json:"publicKey"`
	UserId    *string `json:"userId"`
}

UserKeyResponseModel defines model for UserKeyResponseModel.

type UserLicense

type UserLicense struct {
	Email          *string    `json:"email"`
	Expires        *time.Time `json:"expires"`
	Hash           *string    `json:"hash"`
	Id             *string    `json:"id,omitempty"`
	Issued         *time.Time `json:"issued,omitempty"`
	LicenseKey     *string    `json:"licenseKey"`
	MaxStorageGb   *int32     `json:"maxStorageGb"`
	Name           *string    `json:"name"`
	Premium        *bool      `json:"premium,omitempty"`
	Refresh        *time.Time `json:"refresh"`
	Signature      *string    `json:"signature"`
	SignatureBytes *[]byte    `json:"signatureBytes"`
	Trial          *bool      `json:"trial,omitempty"`
	Version        *int32     `json:"version,omitempty"`
}

UserLicense defines model for UserLicense.

type UserVerificationRequirement

type UserVerificationRequirement int32

UserVerificationRequirement defines model for UserVerificationRequirement.

const (
	UserVerificationRequirementN0 UserVerificationRequirement = 0

	UserVerificationRequirementN1 UserVerificationRequirement = 1

	UserVerificationRequirementN2 UserVerificationRequirement = 2
)

Defines values for UserVerificationRequirement.

type VerifyDeleteRecoverRequestModel

type VerifyDeleteRecoverRequestModel struct {
	Token  string `json:"token"`
	UserId string `json:"userId"`
}

VerifyDeleteRecoverRequestModel defines model for VerifyDeleteRecoverRequestModel.

type VerifyEmailRequestModel

type VerifyEmailRequestModel struct {
	Token  string `json:"token"`
	UserId string `json:"userId"`
}

VerifyEmailRequestModel defines model for VerifyEmailRequestModel.

type VerifyPasswordRequestModel

type VerifyPasswordRequestModel struct {
	MasterPasswordHash string `json:"masterPasswordHash"`
}

VerifyPasswordRequestModel defines model for VerifyPasswordRequestModel.

type VersionResponseModel

type VersionResponseModel struct {
	Object  *string `json:"object"`
	Version *string `json:"version"`
}

VersionResponseModel defines model for VersionResponseModel.

Jump to

Keyboard shortcuts

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