Documentation ¶
Overview ¶
Package authapi provides primitives to interact with the openapi HTTP API.
Code generated by github.com/deepmap/oapi-codegen version v1.13.0 DO NOT EDIT.
Package authapi provides primitives to interact with the openapi HTTP API.
Code generated by github.com/deepmap/oapi-codegen version v1.13.0 DO NOT EDIT.
Index ¶
- Constants
- func NewConfirmSignUpWithAwsMarketplaceRequest(server string, body ConfirmSignUpWithAwsMarketplaceJSONRequestBody) (*http.Request, error)
- func NewConfirmSignUpWithAwsMarketplaceRequestWithBody(server string, contentType string, body io.Reader) (*http.Request, error)
- func NewCreateApiKeyRequest(server string) (*http.Request, error)
- func NewCreateAuthCredentialsRequest(server string, body CreateAuthCredentialsJSONRequestBody) (*http.Request, error)
- func NewCreateAuthCredentialsRequestWithBody(server string, contentType string, body io.Reader) (*http.Request, error)
- func NewCreateEnvRequest(server string, body CreateEnvJSONRequestBody) (*http.Request, error)
- func NewCreateEnvRequestWithBody(server string, contentType string, body io.Reader) (*http.Request, error)
- func NewCreateRoleRequest(server string, body CreateRoleJSONRequestBody) (*http.Request, error)
- func NewCreateRoleRequestWithBody(server string, contentType string, body io.Reader) (*http.Request, error)
- func NewCreateSaasUserRequest(server string, body CreateSaasUserJSONRequestBody) (*http.Request, error)
- func NewCreateSaasUserRequestWithBody(server string, contentType string, body io.Reader) (*http.Request, error)
- func NewCreateSecretCodeRequest(server string, userId UserId, body CreateSecretCodeJSONRequestBody) (*http.Request, error)
- func NewCreateSecretCodeRequestWithBody(server string, userId UserId, contentType string, body io.Reader) (*http.Request, error)
- func NewCreateTenantAndPricingRequest(server string) (*http.Request, error)
- func NewCreateTenantAttributeRequest(server string, body CreateTenantAttributeJSONRequestBody) (*http.Request, error)
- func NewCreateTenantAttributeRequestWithBody(server string, contentType string, body io.Reader) (*http.Request, error)
- func NewCreateTenantRequest(server string, body CreateTenantJSONRequestBody) (*http.Request, error)
- func NewCreateTenantRequestWithBody(server string, contentType string, body io.Reader) (*http.Request, error)
- func NewCreateTenantUserRequest(server string, tenantId TenantId, body CreateTenantUserJSONRequestBody) (*http.Request, error)
- func NewCreateTenantUserRequestWithBody(server string, tenantId TenantId, contentType string, body io.Reader) (*http.Request, error)
- func NewCreateTenantUserRolesRequest(server string, tenantId TenantId, userId UserId, envId EnvId, ...) (*http.Request, error)
- func NewCreateTenantUserRolesRequestWithBody(server string, tenantId TenantId, userId UserId, envId EnvId, ...) (*http.Request, error)
- func NewCreateUserAttributeRequest(server string, body CreateUserAttributeJSONRequestBody) (*http.Request, error)
- func NewCreateUserAttributeRequestWithBody(server string, contentType string, body io.Reader) (*http.Request, error)
- func NewDeleteApiKeyRequest(server string, apiKey ApiKey) (*http.Request, error)
- func NewDeleteEnvRequest(server string, envId EnvId) (*http.Request, error)
- func NewDeleteRoleRequest(server string, roleName RoleName) (*http.Request, error)
- func NewDeleteSaasUserRequest(server string, userId UserId) (*http.Request, error)
- func NewDeleteStripeTenantAndPricingRequest(server string) (*http.Request, error)
- func NewDeleteTenantAttributeRequest(server string, attributeName string) (*http.Request, error)
- func NewDeleteTenantRequest(server string, tenantId TenantId) (*http.Request, error)
- func NewDeleteTenantUserRequest(server string, tenantId TenantId, userId UserId) (*http.Request, error)
- func NewDeleteTenantUserRoleRequest(server string, tenantId TenantId, userId UserId, envId EnvId, ...) (*http.Request, error)
- func NewDeleteUserAttributeRequest(server string, attributeName string) (*http.Request, error)
- func NewFindNotificationMessagesRequest(server string) (*http.Request, error)
- func NewGetAllTenantUserRequest(server string, userId UserId) (*http.Request, error)
- func NewGetAllTenantUsersRequest(server string) (*http.Request, error)
- func NewGetApiKeysRequest(server string) (*http.Request, error)
- func NewGetAuthCredentialsRequest(server string, params *GetAuthCredentialsParams) (*http.Request, error)
- func NewGetAuthInfoRequest(server string) (*http.Request, error)
- func NewGetBasicInfoRequest(server string) (*http.Request, error)
- func NewGetClientSecretRequest(server string) (*http.Request, error)
- func NewGetCustomizePageSettingsRequest(server string) (*http.Request, error)
- func NewGetCustomizePagesRequest(server string) (*http.Request, error)
- func NewGetEnvRequest(server string, envId EnvId) (*http.Request, error)
- func NewGetEnvsRequest(server string) (*http.Request, error)
- func NewGetIdentityProvidersRequest(server string) (*http.Request, error)
- func NewGetRolesRequest(server string) (*http.Request, error)
- func NewGetSaasIdRequest(server string) (*http.Request, error)
- func NewGetSaasUserRequest(server string, userId UserId) (*http.Request, error)
- func NewGetSaasUsersRequest(server string) (*http.Request, error)
- func NewGetSignInSettingsRequest(server string) (*http.Request, error)
- func NewGetTenantAttributesRequest(server string) (*http.Request, error)
- func NewGetTenantRequest(server string, tenantId TenantId) (*http.Request, error)
- func NewGetTenantUserRequest(server string, tenantId TenantId, userId UserId) (*http.Request, error)
- func NewGetTenantUsersRequest(server string, tenantId TenantId) (*http.Request, error)
- func NewGetTenantsRequest(server string) (*http.Request, error)
- func NewGetUserAttributesRequest(server string) (*http.Request, error)
- func NewGetUserInfoRequest(server string, params *GetUserInfoParams) (*http.Request, error)
- func NewGetUserMfaPreferenceRequest(server string, userId UserId) (*http.Request, error)
- func NewLinkAwsMarketplaceRequest(server string, body LinkAwsMarketplaceJSONRequestBody) (*http.Request, error)
- func NewLinkAwsMarketplaceRequestWithBody(server string, contentType string, body io.Reader) (*http.Request, error)
- func NewResendSignUpConfirmationEmailRequest(server string, body ResendSignUpConfirmationEmailJSONRequestBody) (*http.Request, error)
- func NewResendSignUpConfirmationEmailRequestWithBody(server string, contentType string, body io.Reader) (*http.Request, error)
- func NewResetPlanRequest(server string) (*http.Request, error)
- func NewReturnInternalServerErrorRequest(server string) (*http.Request, error)
- func NewSignUpRequest(server string, body SignUpJSONRequestBody) (*http.Request, error)
- func NewSignUpRequestWithBody(server string, contentType string, body io.Reader) (*http.Request, error)
- func NewSignUpWithAwsMarketplaceRequest(server string, body SignUpWithAwsMarketplaceJSONRequestBody) (*http.Request, error)
- func NewSignUpWithAwsMarketplaceRequestWithBody(server string, contentType string, body io.Reader) (*http.Request, error)
- func NewUnlinkProviderRequest(server string, userId UserId, providerName string) (*http.Request, error)
- func NewUpdateAuthInfoRequest(server string, body UpdateAuthInfoJSONRequestBody) (*http.Request, error)
- func NewUpdateAuthInfoRequestWithBody(server string, contentType string, body io.Reader) (*http.Request, error)
- func NewUpdateBasicInfoRequest(server string, body UpdateBasicInfoJSONRequestBody) (*http.Request, error)
- func NewUpdateBasicInfoRequestWithBody(server string, contentType string, body io.Reader) (*http.Request, error)
- func NewUpdateClientSecretRequest(server string) (*http.Request, error)
- func NewUpdateCustomizePageSettingsRequest(server string, body UpdateCustomizePageSettingsJSONRequestBody) (*http.Request, error)
- func NewUpdateCustomizePageSettingsRequestWithBody(server string, contentType string, body io.Reader) (*http.Request, error)
- func NewUpdateCustomizePagesRequest(server string, body UpdateCustomizePagesJSONRequestBody) (*http.Request, error)
- func NewUpdateCustomizePagesRequestWithBody(server string, contentType string, body io.Reader) (*http.Request, error)
- func NewUpdateEnvRequest(server string, envId EnvId, body UpdateEnvJSONRequestBody) (*http.Request, error)
- func NewUpdateEnvRequestWithBody(server string, envId EnvId, contentType string, body io.Reader) (*http.Request, error)
- func NewUpdateIdentityProviderRequest(server string, body UpdateIdentityProviderJSONRequestBody) (*http.Request, error)
- func NewUpdateIdentityProviderRequestWithBody(server string, contentType string, body io.Reader) (*http.Request, error)
- func NewUpdateNotificationMessagesRequest(server string, body UpdateNotificationMessagesJSONRequestBody) (*http.Request, error)
- func NewUpdateNotificationMessagesRequestWithBody(server string, contentType string, body io.Reader) (*http.Request, error)
- func NewUpdateSaasIdRequest(server string) (*http.Request, error)
- func NewUpdateSaasUserEmailRequest(server string, userId UserId, body UpdateSaasUserEmailJSONRequestBody) (*http.Request, error)
- func NewUpdateSaasUserEmailRequestWithBody(server string, userId UserId, contentType string, body io.Reader) (*http.Request, error)
- func NewUpdateSaasUserPasswordRequest(server string, userId UserId, body UpdateSaasUserPasswordJSONRequestBody) (*http.Request, error)
- func NewUpdateSaasUserPasswordRequestWithBody(server string, userId UserId, contentType string, body io.Reader) (*http.Request, error)
- func NewUpdateSignInSettingsRequest(server string, body UpdateSignInSettingsJSONRequestBody) (*http.Request, error)
- func NewUpdateSignInSettingsRequestWithBody(server string, contentType string, body io.Reader) (*http.Request, error)
- func NewUpdateSoftwareTokenRequest(server string, userId UserId, body UpdateSoftwareTokenJSONRequestBody) (*http.Request, error)
- func NewUpdateSoftwareTokenRequestWithBody(server string, userId UserId, contentType string, body io.Reader) (*http.Request, error)
- func NewUpdateTenantBillingInfoRequest(server string, tenantId TenantId, body UpdateTenantBillingInfoJSONRequestBody) (*http.Request, error)
- func NewUpdateTenantBillingInfoRequestWithBody(server string, tenantId TenantId, contentType string, body io.Reader) (*http.Request, error)
- func NewUpdateTenantPlanRequest(server string, tenantId TenantId, body UpdateTenantPlanJSONRequestBody) (*http.Request, error)
- func NewUpdateTenantPlanRequestWithBody(server string, tenantId TenantId, contentType string, body io.Reader) (*http.Request, error)
- func NewUpdateTenantRequest(server string, tenantId TenantId, body UpdateTenantJSONRequestBody) (*http.Request, error)
- func NewUpdateTenantRequestWithBody(server string, tenantId TenantId, contentType string, body io.Reader) (*http.Request, error)
- func NewUpdateTenantUserRequest(server string, tenantId TenantId, userId UserId, ...) (*http.Request, error)
- func NewUpdateTenantUserRequestWithBody(server string, tenantId TenantId, userId UserId, contentType string, ...) (*http.Request, error)
- func NewUpdateUserMfaPreferenceRequest(server string, userId UserId, body UpdateUserMfaPreferenceJSONRequestBody) (*http.Request, error)
- func NewUpdateUserMfaPreferenceRequestWithBody(server string, userId UserId, contentType string, body io.Reader) (*http.Request, error)
- type AccountVerification
- type AccountVerificationSendingTo
- type AccountVerificationVerificationMethod
- type ApiKey
- type ApiKeys
- type Attribute
- type AttributeType
- type AuthFlow
- type AuthInfo
- type AuthorizationTempCode
- type BasicInfo
- type BillingAddress
- type BillingInfo
- type Client
- func (c *Client) ConfirmSignUpWithAwsMarketplace(ctx context.Context, body ConfirmSignUpWithAwsMarketplaceJSONRequestBody, ...) (*http.Response, error)
- func (c *Client) ConfirmSignUpWithAwsMarketplaceWithBody(ctx context.Context, contentType string, body io.Reader, ...) (*http.Response, error)
- func (c *Client) CreateApiKey(ctx context.Context, reqEditors ...RequestEditorFn) (*http.Response, error)
- func (c *Client) CreateAuthCredentials(ctx context.Context, body CreateAuthCredentialsJSONRequestBody, ...) (*http.Response, error)
- func (c *Client) CreateAuthCredentialsWithBody(ctx context.Context, contentType string, body io.Reader, ...) (*http.Response, error)
- func (c *Client) CreateEnv(ctx context.Context, body CreateEnvJSONRequestBody, ...) (*http.Response, error)
- func (c *Client) CreateEnvWithBody(ctx context.Context, contentType string, body io.Reader, ...) (*http.Response, error)
- func (c *Client) CreateRole(ctx context.Context, body CreateRoleJSONRequestBody, ...) (*http.Response, error)
- func (c *Client) CreateRoleWithBody(ctx context.Context, contentType string, body io.Reader, ...) (*http.Response, error)
- func (c *Client) CreateSaasUser(ctx context.Context, body CreateSaasUserJSONRequestBody, ...) (*http.Response, error)
- func (c *Client) CreateSaasUserWithBody(ctx context.Context, contentType string, body io.Reader, ...) (*http.Response, error)
- func (c *Client) CreateSecretCode(ctx context.Context, userId UserId, body CreateSecretCodeJSONRequestBody, ...) (*http.Response, error)
- func (c *Client) CreateSecretCodeWithBody(ctx context.Context, userId UserId, contentType string, body io.Reader, ...) (*http.Response, error)
- func (c *Client) CreateTenant(ctx context.Context, body CreateTenantJSONRequestBody, ...) (*http.Response, error)
- func (c *Client) CreateTenantAndPricing(ctx context.Context, reqEditors ...RequestEditorFn) (*http.Response, error)
- func (c *Client) CreateTenantAttribute(ctx context.Context, body CreateTenantAttributeJSONRequestBody, ...) (*http.Response, error)
- func (c *Client) CreateTenantAttributeWithBody(ctx context.Context, contentType string, body io.Reader, ...) (*http.Response, error)
- func (c *Client) CreateTenantUser(ctx context.Context, tenantId TenantId, body CreateTenantUserJSONRequestBody, ...) (*http.Response, error)
- func (c *Client) CreateTenantUserRoles(ctx context.Context, tenantId TenantId, userId UserId, envId EnvId, ...) (*http.Response, error)
- func (c *Client) CreateTenantUserRolesWithBody(ctx context.Context, tenantId TenantId, userId UserId, envId EnvId, ...) (*http.Response, error)
- func (c *Client) CreateTenantUserWithBody(ctx context.Context, tenantId TenantId, contentType string, body io.Reader, ...) (*http.Response, error)
- func (c *Client) CreateTenantWithBody(ctx context.Context, contentType string, body io.Reader, ...) (*http.Response, error)
- func (c *Client) CreateUserAttribute(ctx context.Context, body CreateUserAttributeJSONRequestBody, ...) (*http.Response, error)
- func (c *Client) CreateUserAttributeWithBody(ctx context.Context, contentType string, body io.Reader, ...) (*http.Response, error)
- func (c *Client) DeleteApiKey(ctx context.Context, apiKey ApiKey, reqEditors ...RequestEditorFn) (*http.Response, error)
- func (c *Client) DeleteEnv(ctx context.Context, envId EnvId, reqEditors ...RequestEditorFn) (*http.Response, error)
- func (c *Client) DeleteRole(ctx context.Context, roleName RoleName, reqEditors ...RequestEditorFn) (*http.Response, error)
- func (c *Client) DeleteSaasUser(ctx context.Context, userId UserId, reqEditors ...RequestEditorFn) (*http.Response, error)
- func (c *Client) DeleteStripeTenantAndPricing(ctx context.Context, reqEditors ...RequestEditorFn) (*http.Response, error)
- func (c *Client) DeleteTenant(ctx context.Context, tenantId TenantId, reqEditors ...RequestEditorFn) (*http.Response, error)
- func (c *Client) DeleteTenantAttribute(ctx context.Context, attributeName string, reqEditors ...RequestEditorFn) (*http.Response, error)
- func (c *Client) DeleteTenantUser(ctx context.Context, tenantId TenantId, userId UserId, ...) (*http.Response, error)
- func (c *Client) DeleteTenantUserRole(ctx context.Context, tenantId TenantId, userId UserId, envId EnvId, ...) (*http.Response, error)
- func (c *Client) DeleteUserAttribute(ctx context.Context, attributeName string, reqEditors ...RequestEditorFn) (*http.Response, error)
- func (c *Client) FindNotificationMessages(ctx context.Context, reqEditors ...RequestEditorFn) (*http.Response, error)
- func (c *Client) GetAllTenantUser(ctx context.Context, userId UserId, reqEditors ...RequestEditorFn) (*http.Response, error)
- func (c *Client) GetAllTenantUsers(ctx context.Context, reqEditors ...RequestEditorFn) (*http.Response, error)
- func (c *Client) GetApiKeys(ctx context.Context, reqEditors ...RequestEditorFn) (*http.Response, error)
- func (c *Client) GetAuthCredentials(ctx context.Context, params *GetAuthCredentialsParams, ...) (*http.Response, error)
- func (c *Client) GetAuthInfo(ctx context.Context, reqEditors ...RequestEditorFn) (*http.Response, error)
- func (c *Client) GetBasicInfo(ctx context.Context, reqEditors ...RequestEditorFn) (*http.Response, error)
- func (c *Client) GetClientSecret(ctx context.Context, reqEditors ...RequestEditorFn) (*http.Response, error)
- func (c *Client) GetCustomizePageSettings(ctx context.Context, reqEditors ...RequestEditorFn) (*http.Response, error)
- func (c *Client) GetCustomizePages(ctx context.Context, reqEditors ...RequestEditorFn) (*http.Response, error)
- func (c *Client) GetEnv(ctx context.Context, envId EnvId, reqEditors ...RequestEditorFn) (*http.Response, error)
- func (c *Client) GetEnvs(ctx context.Context, reqEditors ...RequestEditorFn) (*http.Response, error)
- func (c *Client) GetIdentityProviders(ctx context.Context, reqEditors ...RequestEditorFn) (*http.Response, error)
- func (c *Client) GetRoles(ctx context.Context, reqEditors ...RequestEditorFn) (*http.Response, error)
- func (c *Client) GetSaasId(ctx context.Context, reqEditors ...RequestEditorFn) (*http.Response, error)
- func (c *Client) GetSaasUser(ctx context.Context, userId UserId, reqEditors ...RequestEditorFn) (*http.Response, error)
- func (c *Client) GetSaasUsers(ctx context.Context, reqEditors ...RequestEditorFn) (*http.Response, error)
- func (c *Client) GetSignInSettings(ctx context.Context, reqEditors ...RequestEditorFn) (*http.Response, error)
- func (c *Client) GetTenant(ctx context.Context, tenantId TenantId, reqEditors ...RequestEditorFn) (*http.Response, error)
- func (c *Client) GetTenantAttributes(ctx context.Context, reqEditors ...RequestEditorFn) (*http.Response, error)
- func (c *Client) GetTenantUser(ctx context.Context, tenantId TenantId, userId UserId, ...) (*http.Response, error)
- func (c *Client) GetTenantUsers(ctx context.Context, tenantId TenantId, reqEditors ...RequestEditorFn) (*http.Response, error)
- func (c *Client) GetTenants(ctx context.Context, reqEditors ...RequestEditorFn) (*http.Response, error)
- func (c *Client) GetUserAttributes(ctx context.Context, reqEditors ...RequestEditorFn) (*http.Response, error)
- func (c *Client) GetUserInfo(ctx context.Context, params *GetUserInfoParams, reqEditors ...RequestEditorFn) (*http.Response, error)
- func (c *Client) GetUserMfaPreference(ctx context.Context, userId UserId, reqEditors ...RequestEditorFn) (*http.Response, error)
- func (c *Client) LinkAwsMarketplace(ctx context.Context, body LinkAwsMarketplaceJSONRequestBody, ...) (*http.Response, error)
- func (c *Client) LinkAwsMarketplaceWithBody(ctx context.Context, contentType string, body io.Reader, ...) (*http.Response, error)
- func (c *Client) ResendSignUpConfirmationEmail(ctx context.Context, body ResendSignUpConfirmationEmailJSONRequestBody, ...) (*http.Response, error)
- func (c *Client) ResendSignUpConfirmationEmailWithBody(ctx context.Context, contentType string, body io.Reader, ...) (*http.Response, error)
- func (c *Client) ResetPlan(ctx context.Context, reqEditors ...RequestEditorFn) (*http.Response, error)
- func (c *Client) ReturnInternalServerError(ctx context.Context, reqEditors ...RequestEditorFn) (*http.Response, error)
- func (c *Client) SignUp(ctx context.Context, body SignUpJSONRequestBody, reqEditors ...RequestEditorFn) (*http.Response, error)
- func (c *Client) SignUpWithAwsMarketplace(ctx context.Context, body SignUpWithAwsMarketplaceJSONRequestBody, ...) (*http.Response, error)
- func (c *Client) SignUpWithAwsMarketplaceWithBody(ctx context.Context, contentType string, body io.Reader, ...) (*http.Response, error)
- func (c *Client) SignUpWithBody(ctx context.Context, contentType string, body io.Reader, ...) (*http.Response, error)
- func (c *Client) UnlinkProvider(ctx context.Context, userId UserId, providerName string, ...) (*http.Response, error)
- func (c *Client) UpdateAuthInfo(ctx context.Context, body UpdateAuthInfoJSONRequestBody, ...) (*http.Response, error)
- func (c *Client) UpdateAuthInfoWithBody(ctx context.Context, contentType string, body io.Reader, ...) (*http.Response, error)
- func (c *Client) UpdateBasicInfo(ctx context.Context, body UpdateBasicInfoJSONRequestBody, ...) (*http.Response, error)
- func (c *Client) UpdateBasicInfoWithBody(ctx context.Context, contentType string, body io.Reader, ...) (*http.Response, error)
- func (c *Client) UpdateClientSecret(ctx context.Context, reqEditors ...RequestEditorFn) (*http.Response, error)
- func (c *Client) UpdateCustomizePageSettings(ctx context.Context, body UpdateCustomizePageSettingsJSONRequestBody, ...) (*http.Response, error)
- func (c *Client) UpdateCustomizePageSettingsWithBody(ctx context.Context, contentType string, body io.Reader, ...) (*http.Response, error)
- func (c *Client) UpdateCustomizePages(ctx context.Context, body UpdateCustomizePagesJSONRequestBody, ...) (*http.Response, error)
- func (c *Client) UpdateCustomizePagesWithBody(ctx context.Context, contentType string, body io.Reader, ...) (*http.Response, error)
- func (c *Client) UpdateEnv(ctx context.Context, envId EnvId, body UpdateEnvJSONRequestBody, ...) (*http.Response, error)
- func (c *Client) UpdateEnvWithBody(ctx context.Context, envId EnvId, contentType string, body io.Reader, ...) (*http.Response, error)
- func (c *Client) UpdateIdentityProvider(ctx context.Context, body UpdateIdentityProviderJSONRequestBody, ...) (*http.Response, error)
- func (c *Client) UpdateIdentityProviderWithBody(ctx context.Context, contentType string, body io.Reader, ...) (*http.Response, error)
- func (c *Client) UpdateNotificationMessages(ctx context.Context, body UpdateNotificationMessagesJSONRequestBody, ...) (*http.Response, error)
- func (c *Client) UpdateNotificationMessagesWithBody(ctx context.Context, contentType string, body io.Reader, ...) (*http.Response, error)
- func (c *Client) UpdateSaasId(ctx context.Context, reqEditors ...RequestEditorFn) (*http.Response, error)
- func (c *Client) UpdateSaasUserEmail(ctx context.Context, userId UserId, body UpdateSaasUserEmailJSONRequestBody, ...) (*http.Response, error)
- func (c *Client) UpdateSaasUserEmailWithBody(ctx context.Context, userId UserId, contentType string, body io.Reader, ...) (*http.Response, error)
- func (c *Client) UpdateSaasUserPassword(ctx context.Context, userId UserId, body UpdateSaasUserPasswordJSONRequestBody, ...) (*http.Response, error)
- func (c *Client) UpdateSaasUserPasswordWithBody(ctx context.Context, userId UserId, contentType string, body io.Reader, ...) (*http.Response, error)
- func (c *Client) UpdateSignInSettings(ctx context.Context, body UpdateSignInSettingsJSONRequestBody, ...) (*http.Response, error)
- func (c *Client) UpdateSignInSettingsWithBody(ctx context.Context, contentType string, body io.Reader, ...) (*http.Response, error)
- func (c *Client) UpdateSoftwareToken(ctx context.Context, userId UserId, body UpdateSoftwareTokenJSONRequestBody, ...) (*http.Response, error)
- func (c *Client) UpdateSoftwareTokenWithBody(ctx context.Context, userId UserId, contentType string, body io.Reader, ...) (*http.Response, error)
- func (c *Client) UpdateTenant(ctx context.Context, tenantId TenantId, body UpdateTenantJSONRequestBody, ...) (*http.Response, error)
- func (c *Client) UpdateTenantBillingInfo(ctx context.Context, tenantId TenantId, ...) (*http.Response, error)
- func (c *Client) UpdateTenantBillingInfoWithBody(ctx context.Context, tenantId TenantId, contentType string, body io.Reader, ...) (*http.Response, error)
- func (c *Client) UpdateTenantPlan(ctx context.Context, tenantId TenantId, body UpdateTenantPlanJSONRequestBody, ...) (*http.Response, error)
- func (c *Client) UpdateTenantPlanWithBody(ctx context.Context, tenantId TenantId, contentType string, body io.Reader, ...) (*http.Response, error)
- func (c *Client) UpdateTenantUser(ctx context.Context, tenantId TenantId, userId UserId, ...) (*http.Response, error)
- func (c *Client) UpdateTenantUserWithBody(ctx context.Context, tenantId TenantId, userId UserId, contentType string, ...) (*http.Response, error)
- func (c *Client) UpdateTenantWithBody(ctx context.Context, tenantId TenantId, contentType string, body io.Reader, ...) (*http.Response, error)
- func (c *Client) UpdateUserMfaPreference(ctx context.Context, userId UserId, ...) (*http.Response, error)
- func (c *Client) UpdateUserMfaPreferenceWithBody(ctx context.Context, userId UserId, contentType string, body io.Reader, ...) (*http.Response, error)
- type ClientInterface
- type ClientOption
- type ClientSecret
- type ClientWithResponses
- func (c *ClientWithResponses) ConfirmSignUpWithAwsMarketplaceWithBodyWithResponse(ctx context.Context, contentType string, body io.Reader, ...) (*ConfirmSignUpWithAwsMarketplaceResponse, error)
- func (c *ClientWithResponses) ConfirmSignUpWithAwsMarketplaceWithResponse(ctx context.Context, body ConfirmSignUpWithAwsMarketplaceJSONRequestBody, ...) (*ConfirmSignUpWithAwsMarketplaceResponse, error)
- func (c *ClientWithResponses) CreateApiKeyWithResponse(ctx context.Context, reqEditors ...RequestEditorFn) (*CreateApiKeyResponse, error)
- func (c *ClientWithResponses) CreateAuthCredentialsWithBodyWithResponse(ctx context.Context, contentType string, body io.Reader, ...) (*CreateAuthCredentialsResponse, error)
- func (c *ClientWithResponses) CreateAuthCredentialsWithResponse(ctx context.Context, body CreateAuthCredentialsJSONRequestBody, ...) (*CreateAuthCredentialsResponse, error)
- func (c *ClientWithResponses) CreateEnvWithBodyWithResponse(ctx context.Context, contentType string, body io.Reader, ...) (*CreateEnvResponse, error)
- func (c *ClientWithResponses) CreateEnvWithResponse(ctx context.Context, body CreateEnvJSONRequestBody, ...) (*CreateEnvResponse, error)
- func (c *ClientWithResponses) CreateRoleWithBodyWithResponse(ctx context.Context, contentType string, body io.Reader, ...) (*CreateRoleResponse, error)
- func (c *ClientWithResponses) CreateRoleWithResponse(ctx context.Context, body CreateRoleJSONRequestBody, ...) (*CreateRoleResponse, error)
- func (c *ClientWithResponses) CreateSaasUserWithBodyWithResponse(ctx context.Context, contentType string, body io.Reader, ...) (*CreateSaasUserResponse, error)
- func (c *ClientWithResponses) CreateSaasUserWithResponse(ctx context.Context, body CreateSaasUserJSONRequestBody, ...) (*CreateSaasUserResponse, error)
- func (c *ClientWithResponses) CreateSecretCodeWithBodyWithResponse(ctx context.Context, userId UserId, contentType string, body io.Reader, ...) (*CreateSecretCodeResponse, error)
- func (c *ClientWithResponses) CreateSecretCodeWithResponse(ctx context.Context, userId UserId, body CreateSecretCodeJSONRequestBody, ...) (*CreateSecretCodeResponse, error)
- func (c *ClientWithResponses) CreateTenantAndPricingWithResponse(ctx context.Context, reqEditors ...RequestEditorFn) (*CreateTenantAndPricingResponse, error)
- func (c *ClientWithResponses) CreateTenantAttributeWithBodyWithResponse(ctx context.Context, contentType string, body io.Reader, ...) (*CreateTenantAttributeResponse, error)
- func (c *ClientWithResponses) CreateTenantAttributeWithResponse(ctx context.Context, body CreateTenantAttributeJSONRequestBody, ...) (*CreateTenantAttributeResponse, error)
- func (c *ClientWithResponses) CreateTenantUserRolesWithBodyWithResponse(ctx context.Context, tenantId TenantId, userId UserId, envId EnvId, ...) (*CreateTenantUserRolesResponse, error)
- func (c *ClientWithResponses) CreateTenantUserRolesWithResponse(ctx context.Context, tenantId TenantId, userId UserId, envId EnvId, ...) (*CreateTenantUserRolesResponse, error)
- func (c *ClientWithResponses) CreateTenantUserWithBodyWithResponse(ctx context.Context, tenantId TenantId, contentType string, body io.Reader, ...) (*CreateTenantUserResponse, error)
- func (c *ClientWithResponses) CreateTenantUserWithResponse(ctx context.Context, tenantId TenantId, body CreateTenantUserJSONRequestBody, ...) (*CreateTenantUserResponse, error)
- func (c *ClientWithResponses) CreateTenantWithBodyWithResponse(ctx context.Context, contentType string, body io.Reader, ...) (*CreateTenantResponse, error)
- func (c *ClientWithResponses) CreateTenantWithResponse(ctx context.Context, body CreateTenantJSONRequestBody, ...) (*CreateTenantResponse, error)
- func (c *ClientWithResponses) CreateUserAttributeWithBodyWithResponse(ctx context.Context, contentType string, body io.Reader, ...) (*CreateUserAttributeResponse, error)
- func (c *ClientWithResponses) CreateUserAttributeWithResponse(ctx context.Context, body CreateUserAttributeJSONRequestBody, ...) (*CreateUserAttributeResponse, error)
- func (c *ClientWithResponses) DeleteApiKeyWithResponse(ctx context.Context, apiKey ApiKey, reqEditors ...RequestEditorFn) (*DeleteApiKeyResponse, error)
- func (c *ClientWithResponses) DeleteEnvWithResponse(ctx context.Context, envId EnvId, reqEditors ...RequestEditorFn) (*DeleteEnvResponse, error)
- func (c *ClientWithResponses) DeleteRoleWithResponse(ctx context.Context, roleName RoleName, reqEditors ...RequestEditorFn) (*DeleteRoleResponse, error)
- func (c *ClientWithResponses) DeleteSaasUserWithResponse(ctx context.Context, userId UserId, reqEditors ...RequestEditorFn) (*DeleteSaasUserResponse, error)
- func (c *ClientWithResponses) DeleteStripeTenantAndPricingWithResponse(ctx context.Context, reqEditors ...RequestEditorFn) (*DeleteStripeTenantAndPricingResponse, error)
- func (c *ClientWithResponses) DeleteTenantAttributeWithResponse(ctx context.Context, attributeName string, reqEditors ...RequestEditorFn) (*DeleteTenantAttributeResponse, error)
- func (c *ClientWithResponses) DeleteTenantUserRoleWithResponse(ctx context.Context, tenantId TenantId, userId UserId, envId EnvId, ...) (*DeleteTenantUserRoleResponse, error)
- func (c *ClientWithResponses) DeleteTenantUserWithResponse(ctx context.Context, tenantId TenantId, userId UserId, ...) (*DeleteTenantUserResponse, error)
- func (c *ClientWithResponses) DeleteTenantWithResponse(ctx context.Context, tenantId TenantId, reqEditors ...RequestEditorFn) (*DeleteTenantResponse, error)
- func (c *ClientWithResponses) DeleteUserAttributeWithResponse(ctx context.Context, attributeName string, reqEditors ...RequestEditorFn) (*DeleteUserAttributeResponse, error)
- func (c *ClientWithResponses) FindNotificationMessagesWithResponse(ctx context.Context, reqEditors ...RequestEditorFn) (*FindNotificationMessagesResponse, error)
- func (c *ClientWithResponses) GetAllTenantUserWithResponse(ctx context.Context, userId UserId, reqEditors ...RequestEditorFn) (*GetAllTenantUserResponse, error)
- func (c *ClientWithResponses) GetAllTenantUsersWithResponse(ctx context.Context, reqEditors ...RequestEditorFn) (*GetAllTenantUsersResponse, error)
- func (c *ClientWithResponses) GetApiKeysWithResponse(ctx context.Context, reqEditors ...RequestEditorFn) (*GetApiKeysResponse, error)
- func (c *ClientWithResponses) GetAuthCredentialsWithResponse(ctx context.Context, params *GetAuthCredentialsParams, ...) (*GetAuthCredentialsResponse, error)
- func (c *ClientWithResponses) GetAuthInfoWithResponse(ctx context.Context, reqEditors ...RequestEditorFn) (*GetAuthInfoResponse, error)
- func (c *ClientWithResponses) GetBasicInfoWithResponse(ctx context.Context, reqEditors ...RequestEditorFn) (*GetBasicInfoResponse, error)
- func (c *ClientWithResponses) GetClientSecretWithResponse(ctx context.Context, reqEditors ...RequestEditorFn) (*GetClientSecretResponse, error)
- func (c *ClientWithResponses) GetCustomizePageSettingsWithResponse(ctx context.Context, reqEditors ...RequestEditorFn) (*GetCustomizePageSettingsResponse, error)
- func (c *ClientWithResponses) GetCustomizePagesWithResponse(ctx context.Context, reqEditors ...RequestEditorFn) (*GetCustomizePagesResponse, error)
- func (c *ClientWithResponses) GetEnvWithResponse(ctx context.Context, envId EnvId, reqEditors ...RequestEditorFn) (*GetEnvResponse, error)
- func (c *ClientWithResponses) GetEnvsWithResponse(ctx context.Context, reqEditors ...RequestEditorFn) (*GetEnvsResponse, error)
- func (c *ClientWithResponses) GetIdentityProvidersWithResponse(ctx context.Context, reqEditors ...RequestEditorFn) (*GetIdentityProvidersResponse, error)
- func (c *ClientWithResponses) GetRolesWithResponse(ctx context.Context, reqEditors ...RequestEditorFn) (*GetRolesResponse, error)
- func (c *ClientWithResponses) GetSaasIdWithResponse(ctx context.Context, reqEditors ...RequestEditorFn) (*GetSaasIdResponse, error)
- func (c *ClientWithResponses) GetSaasUserWithResponse(ctx context.Context, userId UserId, reqEditors ...RequestEditorFn) (*GetSaasUserResponse, error)
- func (c *ClientWithResponses) GetSaasUsersWithResponse(ctx context.Context, reqEditors ...RequestEditorFn) (*GetSaasUsersResponse, error)
- func (c *ClientWithResponses) GetSignInSettingsWithResponse(ctx context.Context, reqEditors ...RequestEditorFn) (*GetSignInSettingsResponse, error)
- func (c *ClientWithResponses) GetTenantAttributesWithResponse(ctx context.Context, reqEditors ...RequestEditorFn) (*GetTenantAttributesResponse, error)
- func (c *ClientWithResponses) GetTenantUserWithResponse(ctx context.Context, tenantId TenantId, userId UserId, ...) (*GetTenantUserResponse, error)
- func (c *ClientWithResponses) GetTenantUsersWithResponse(ctx context.Context, tenantId TenantId, reqEditors ...RequestEditorFn) (*GetTenantUsersResponse, error)
- func (c *ClientWithResponses) GetTenantWithResponse(ctx context.Context, tenantId TenantId, reqEditors ...RequestEditorFn) (*GetTenantResponse, error)
- func (c *ClientWithResponses) GetTenantsWithResponse(ctx context.Context, reqEditors ...RequestEditorFn) (*GetTenantsResponse, error)
- func (c *ClientWithResponses) GetUserAttributesWithResponse(ctx context.Context, reqEditors ...RequestEditorFn) (*GetUserAttributesResponse, error)
- func (c *ClientWithResponses) GetUserInfoWithResponse(ctx context.Context, params *GetUserInfoParams, reqEditors ...RequestEditorFn) (*GetUserInfoResponse, error)
- func (c *ClientWithResponses) GetUserMfaPreferenceWithResponse(ctx context.Context, userId UserId, reqEditors ...RequestEditorFn) (*GetUserMfaPreferenceResponse, error)
- func (c *ClientWithResponses) LinkAwsMarketplaceWithBodyWithResponse(ctx context.Context, contentType string, body io.Reader, ...) (*LinkAwsMarketplaceResponse, error)
- func (c *ClientWithResponses) LinkAwsMarketplaceWithResponse(ctx context.Context, body LinkAwsMarketplaceJSONRequestBody, ...) (*LinkAwsMarketplaceResponse, error)
- func (c *ClientWithResponses) ResendSignUpConfirmationEmailWithBodyWithResponse(ctx context.Context, contentType string, body io.Reader, ...) (*ResendSignUpConfirmationEmailResponse, error)
- func (c *ClientWithResponses) ResendSignUpConfirmationEmailWithResponse(ctx context.Context, body ResendSignUpConfirmationEmailJSONRequestBody, ...) (*ResendSignUpConfirmationEmailResponse, error)
- func (c *ClientWithResponses) ResetPlanWithResponse(ctx context.Context, reqEditors ...RequestEditorFn) (*ResetPlanResponse, error)
- func (c *ClientWithResponses) ReturnInternalServerErrorWithResponse(ctx context.Context, reqEditors ...RequestEditorFn) (*ReturnInternalServerErrorResponse, error)
- func (c *ClientWithResponses) SignUpWithAwsMarketplaceWithBodyWithResponse(ctx context.Context, contentType string, body io.Reader, ...) (*SignUpWithAwsMarketplaceResponse, error)
- func (c *ClientWithResponses) SignUpWithAwsMarketplaceWithResponse(ctx context.Context, body SignUpWithAwsMarketplaceJSONRequestBody, ...) (*SignUpWithAwsMarketplaceResponse, error)
- func (c *ClientWithResponses) SignUpWithBodyWithResponse(ctx context.Context, contentType string, body io.Reader, ...) (*SignUpResponse, error)
- func (c *ClientWithResponses) SignUpWithResponse(ctx context.Context, body SignUpJSONRequestBody, reqEditors ...RequestEditorFn) (*SignUpResponse, error)
- func (c *ClientWithResponses) UnlinkProviderWithResponse(ctx context.Context, userId UserId, providerName string, ...) (*UnlinkProviderResponse, error)
- func (c *ClientWithResponses) UpdateAuthInfoWithBodyWithResponse(ctx context.Context, contentType string, body io.Reader, ...) (*UpdateAuthInfoResponse, error)
- func (c *ClientWithResponses) UpdateAuthInfoWithResponse(ctx context.Context, body UpdateAuthInfoJSONRequestBody, ...) (*UpdateAuthInfoResponse, error)
- func (c *ClientWithResponses) UpdateBasicInfoWithBodyWithResponse(ctx context.Context, contentType string, body io.Reader, ...) (*UpdateBasicInfoResponse, error)
- func (c *ClientWithResponses) UpdateBasicInfoWithResponse(ctx context.Context, body UpdateBasicInfoJSONRequestBody, ...) (*UpdateBasicInfoResponse, error)
- func (c *ClientWithResponses) UpdateClientSecretWithResponse(ctx context.Context, reqEditors ...RequestEditorFn) (*UpdateClientSecretResponse, error)
- func (c *ClientWithResponses) UpdateCustomizePageSettingsWithBodyWithResponse(ctx context.Context, contentType string, body io.Reader, ...) (*UpdateCustomizePageSettingsResponse, error)
- func (c *ClientWithResponses) UpdateCustomizePageSettingsWithResponse(ctx context.Context, body UpdateCustomizePageSettingsJSONRequestBody, ...) (*UpdateCustomizePageSettingsResponse, error)
- func (c *ClientWithResponses) UpdateCustomizePagesWithBodyWithResponse(ctx context.Context, contentType string, body io.Reader, ...) (*UpdateCustomizePagesResponse, error)
- func (c *ClientWithResponses) UpdateCustomizePagesWithResponse(ctx context.Context, body UpdateCustomizePagesJSONRequestBody, ...) (*UpdateCustomizePagesResponse, error)
- func (c *ClientWithResponses) UpdateEnvWithBodyWithResponse(ctx context.Context, envId EnvId, contentType string, body io.Reader, ...) (*UpdateEnvResponse, error)
- func (c *ClientWithResponses) UpdateEnvWithResponse(ctx context.Context, envId EnvId, body UpdateEnvJSONRequestBody, ...) (*UpdateEnvResponse, error)
- func (c *ClientWithResponses) UpdateIdentityProviderWithBodyWithResponse(ctx context.Context, contentType string, body io.Reader, ...) (*UpdateIdentityProviderResponse, error)
- func (c *ClientWithResponses) UpdateIdentityProviderWithResponse(ctx context.Context, body UpdateIdentityProviderJSONRequestBody, ...) (*UpdateIdentityProviderResponse, error)
- func (c *ClientWithResponses) UpdateNotificationMessagesWithBodyWithResponse(ctx context.Context, contentType string, body io.Reader, ...) (*UpdateNotificationMessagesResponse, error)
- func (c *ClientWithResponses) UpdateNotificationMessagesWithResponse(ctx context.Context, body UpdateNotificationMessagesJSONRequestBody, ...) (*UpdateNotificationMessagesResponse, error)
- func (c *ClientWithResponses) UpdateSaasIdWithResponse(ctx context.Context, reqEditors ...RequestEditorFn) (*UpdateSaasIdResponse, error)
- func (c *ClientWithResponses) UpdateSaasUserEmailWithBodyWithResponse(ctx context.Context, userId UserId, contentType string, body io.Reader, ...) (*UpdateSaasUserEmailResponse, error)
- func (c *ClientWithResponses) UpdateSaasUserEmailWithResponse(ctx context.Context, userId UserId, body UpdateSaasUserEmailJSONRequestBody, ...) (*UpdateSaasUserEmailResponse, error)
- func (c *ClientWithResponses) UpdateSaasUserPasswordWithBodyWithResponse(ctx context.Context, userId UserId, contentType string, body io.Reader, ...) (*UpdateSaasUserPasswordResponse, error)
- func (c *ClientWithResponses) UpdateSaasUserPasswordWithResponse(ctx context.Context, userId UserId, body UpdateSaasUserPasswordJSONRequestBody, ...) (*UpdateSaasUserPasswordResponse, error)
- func (c *ClientWithResponses) UpdateSignInSettingsWithBodyWithResponse(ctx context.Context, contentType string, body io.Reader, ...) (*UpdateSignInSettingsResponse, error)
- func (c *ClientWithResponses) UpdateSignInSettingsWithResponse(ctx context.Context, body UpdateSignInSettingsJSONRequestBody, ...) (*UpdateSignInSettingsResponse, error)
- func (c *ClientWithResponses) UpdateSoftwareTokenWithBodyWithResponse(ctx context.Context, userId UserId, contentType string, body io.Reader, ...) (*UpdateSoftwareTokenResponse, error)
- func (c *ClientWithResponses) UpdateSoftwareTokenWithResponse(ctx context.Context, userId UserId, body UpdateSoftwareTokenJSONRequestBody, ...) (*UpdateSoftwareTokenResponse, error)
- func (c *ClientWithResponses) UpdateTenantBillingInfoWithBodyWithResponse(ctx context.Context, tenantId TenantId, contentType string, body io.Reader, ...) (*UpdateTenantBillingInfoResponse, error)
- func (c *ClientWithResponses) UpdateTenantBillingInfoWithResponse(ctx context.Context, tenantId TenantId, ...) (*UpdateTenantBillingInfoResponse, error)
- func (c *ClientWithResponses) UpdateTenantPlanWithBodyWithResponse(ctx context.Context, tenantId TenantId, contentType string, body io.Reader, ...) (*UpdateTenantPlanResponse, error)
- func (c *ClientWithResponses) UpdateTenantPlanWithResponse(ctx context.Context, tenantId TenantId, body UpdateTenantPlanJSONRequestBody, ...) (*UpdateTenantPlanResponse, error)
- func (c *ClientWithResponses) UpdateTenantUserWithBodyWithResponse(ctx context.Context, tenantId TenantId, userId UserId, contentType string, ...) (*UpdateTenantUserResponse, error)
- func (c *ClientWithResponses) UpdateTenantUserWithResponse(ctx context.Context, tenantId TenantId, userId UserId, ...) (*UpdateTenantUserResponse, error)
- func (c *ClientWithResponses) UpdateTenantWithBodyWithResponse(ctx context.Context, tenantId TenantId, contentType string, body io.Reader, ...) (*UpdateTenantResponse, error)
- func (c *ClientWithResponses) UpdateTenantWithResponse(ctx context.Context, tenantId TenantId, body UpdateTenantJSONRequestBody, ...) (*UpdateTenantResponse, error)
- func (c *ClientWithResponses) UpdateUserMfaPreferenceWithBodyWithResponse(ctx context.Context, userId UserId, contentType string, body io.Reader, ...) (*UpdateUserMfaPreferenceResponse, error)
- func (c *ClientWithResponses) UpdateUserMfaPreferenceWithResponse(ctx context.Context, userId UserId, ...) (*UpdateUserMfaPreferenceResponse, error)
- type ClientWithResponsesInterface
- type Code
- type ConfirmSignUpWithAwsMarketplaceJSONRequestBody
- type ConfirmSignUpWithAwsMarketplaceParam
- type ConfirmSignUpWithAwsMarketplaceResponse
- type CreateApiKeyResponse
- type CreateAuthCredentialsJSONRequestBody
- type CreateAuthCredentialsParam
- type CreateAuthCredentialsResponse
- type CreateEnvJSONRequestBody
- type CreateEnvParam
- type CreateEnvResponse
- type CreateRoleJSONRequestBody
- type CreateRoleParam
- type CreateRoleResponse
- type CreateSaasUserJSONRequestBody
- type CreateSaasUserParam
- type CreateSaasUserResponse
- type CreateSecretCodeJSONRequestBody
- type CreateSecretCodeParam
- type CreateSecretCodeResponse
- type CreateTenantAndPricingResponse
- type CreateTenantAttributeJSONRequestBody
- type CreateTenantAttributeParam
- type CreateTenantAttributeResponse
- type CreateTenantJSONRequestBody
- type CreateTenantParam
- type CreateTenantResponse
- type CreateTenantUserJSONRequestBody
- type CreateTenantUserParam
- type CreateTenantUserResponse
- type CreateTenantUserRolesJSONRequestBody
- type CreateTenantUserRolesParam
- type CreateTenantUserRolesResponse
- type CreateUserAttributeJSONRequestBody
- type CreateUserAttributeParam
- type CreateUserAttributeResponse
- type Credentials
- type CustomizePageProps
- type CustomizePageSettings
- type CustomizePageSettingsProps
- type CustomizePages
- type DeleteApiKeyResponse
- type DeleteEnvResponse
- type DeleteRoleResponse
- type DeleteSaasUserResponse
- type DeleteStripeTenantAndPricingResponse
- type DeleteTenantAttributeResponse
- type DeleteTenantResponse
- type DeleteTenantUserResponse
- type DeleteTenantUserRoleResponse
- type DeleteUserAttributeResponse
- type DeviceConfiguration
- type DeviceConfigurationDeviceRemembering
- type DnsRecord
- type DnsRecordType
- type Env
- type EnvId
- type Envs
- type Error
- type FindNotificationMessagesResponse
- type GetAllTenantUserResponse
- type GetAllTenantUsersResponse
- type GetApiKeysResponse
- type GetAuthCredentialsParams
- type GetAuthCredentialsParamsAuthFlow
- type GetAuthCredentialsResponse
- type GetAuthInfoResponse
- type GetBasicInfoResponse
- type GetClientSecretResponse
- type GetCustomizePageSettingsResponse
- type GetCustomizePagesResponse
- type GetEnvResponse
- type GetEnvsResponse
- type GetIdentityProvidersResponse
- type GetRolesResponse
- type GetSaasIdResponse
- type GetSaasUserResponse
- type GetSaasUsersResponse
- type GetSignInSettingsResponse
- type GetTenantAttributesResponse
- type GetTenantResponse
- type GetTenantUserResponse
- type GetTenantUsersResponse
- type GetTenantsResponse
- type GetUserAttributesResponse
- type GetUserInfoParams
- type GetUserInfoResponse
- type GetUserMfaPreferenceResponse
- type HttpRequestDoer
- type Id
- type IdentityProviderConfiguration
- type IdentityProviderProps
- type IdentityProviders
- type InvoiceLanguage
- type LinkAwsMarketplaceJSONRequestBody
- type LinkAwsMarketplaceParam
- type LinkAwsMarketplaceResponse
- type MessageTemplate
- type MfaConfiguration
- type MfaConfigurationMfaConfiguration
- type MfaPreference
- type MfaPreferenceMethod
- type NotificationMessages
- type PasswordPolicy
- type PlanHistories
- type PlanHistory
- type PlanReservation
- type ProviderName
- type RecaptchaProps
- type RefreshToken
- type RequestEditorFn
- type ResendSignUpConfirmationEmailJSONRequestBody
- type ResendSignUpConfirmationEmailParam
- type ResendSignUpConfirmationEmailResponse
- type ResetPlanResponse
- type ReturnInternalServerErrorResponse
- type Role
- type RoleName
- type Roles
- type SaasId
- type SaasUser
- type SaasUsers
- type SelfRegist
- type SignInSettings
- type SignUpJSONRequestBody
- type SignUpParam
- type SignUpResponse
- type SignUpWithAwsMarketplaceJSONRequestBody
- type SignUpWithAwsMarketplaceParam
- type SignUpWithAwsMarketplaceResponse
- type SoftwareTokenSecretCode
- type Tenant
- type TenantAttributes
- type TenantId
- type TenantProps
- type Tenants
- type UnlinkProviderResponse
- type UpdateAuthInfoJSONRequestBody
- type UpdateAuthInfoParam
- type UpdateAuthInfoResponse
- type UpdateBasicInfoJSONRequestBody
- type UpdateBasicInfoParam
- type UpdateBasicInfoResponse
- type UpdateClientSecretResponse
- type UpdateCustomizePageSettingsJSONRequestBody
- type UpdateCustomizePageSettingsParam
- type UpdateCustomizePageSettingsResponse
- type UpdateCustomizePagesJSONRequestBody
- type UpdateCustomizePagesParam
- type UpdateCustomizePagesResponse
- type UpdateEnvJSONRequestBody
- type UpdateEnvParam
- type UpdateEnvResponse
- type UpdateIdentityProviderJSONRequestBody
- type UpdateIdentityProviderParam
- type UpdateIdentityProviderResponse
- type UpdateNotificationMessagesJSONRequestBody
- type UpdateNotificationMessagesParam
- type UpdateNotificationMessagesResponse
- type UpdateSaasIdResponse
- type UpdateSaasUserEmailJSONRequestBody
- type UpdateSaasUserEmailParam
- type UpdateSaasUserEmailResponse
- type UpdateSaasUserPasswordJSONRequestBody
- type UpdateSaasUserPasswordParam
- type UpdateSaasUserPasswordResponse
- type UpdateSignInSettingsJSONRequestBody
- type UpdateSignInSettingsParam
- type UpdateSignInSettingsResponse
- type UpdateSoftwareTokenJSONRequestBody
- type UpdateSoftwareTokenParam
- type UpdateSoftwareTokenResponse
- type UpdateTenantBillingInfoJSONRequestBody
- type UpdateTenantBillingInfoParam
- type UpdateTenantBillingInfoResponse
- type UpdateTenantJSONRequestBody
- type UpdateTenantParam
- type UpdateTenantPlanJSONRequestBody
- type UpdateTenantPlanParam
- type UpdateTenantPlanResponse
- type UpdateTenantResponse
- type UpdateTenantUserJSONRequestBody
- type UpdateTenantUserParam
- type UpdateTenantUserResponse
- type UpdateUserMfaPreferenceJSONRequestBody
- type UpdateUserMfaPreferenceParam
- type UpdateUserMfaPreferenceResponse
- type User
- type UserAttributes
- type UserAvailableEnv
- type UserAvailableTenant
- type UserEnv
- type UserId
- type UserInfo
- type Users
- type Uuid
Constants ¶
const (
BearerScopes = "Bearer.Scopes"
)
Variables ¶
This section is empty.
Functions ¶
func NewConfirmSignUpWithAwsMarketplaceRequest ¶
func NewConfirmSignUpWithAwsMarketplaceRequest(server string, body ConfirmSignUpWithAwsMarketplaceJSONRequestBody) (*http.Request, error)
NewConfirmSignUpWithAwsMarketplaceRequest calls the generic ConfirmSignUpWithAwsMarketplace builder with application/json body
func NewConfirmSignUpWithAwsMarketplaceRequestWithBody ¶
func NewConfirmSignUpWithAwsMarketplaceRequestWithBody(server string, contentType string, body io.Reader) (*http.Request, error)
NewConfirmSignUpWithAwsMarketplaceRequestWithBody generates requests for ConfirmSignUpWithAwsMarketplace with any type of body
func NewCreateApiKeyRequest ¶
NewCreateApiKeyRequest generates requests for CreateApiKey
func NewCreateAuthCredentialsRequest ¶
func NewCreateAuthCredentialsRequest(server string, body CreateAuthCredentialsJSONRequestBody) (*http.Request, error)
NewCreateAuthCredentialsRequest calls the generic CreateAuthCredentials builder with application/json body
func NewCreateAuthCredentialsRequestWithBody ¶
func NewCreateAuthCredentialsRequestWithBody(server string, contentType string, body io.Reader) (*http.Request, error)
NewCreateAuthCredentialsRequestWithBody generates requests for CreateAuthCredentials with any type of body
func NewCreateEnvRequest ¶
func NewCreateEnvRequest(server string, body CreateEnvJSONRequestBody) (*http.Request, error)
NewCreateEnvRequest calls the generic CreateEnv builder with application/json body
func NewCreateEnvRequestWithBody ¶
func NewCreateEnvRequestWithBody(server string, contentType string, body io.Reader) (*http.Request, error)
NewCreateEnvRequestWithBody generates requests for CreateEnv with any type of body
func NewCreateRoleRequest ¶
func NewCreateRoleRequest(server string, body CreateRoleJSONRequestBody) (*http.Request, error)
NewCreateRoleRequest calls the generic CreateRole builder with application/json body
func NewCreateRoleRequestWithBody ¶
func NewCreateRoleRequestWithBody(server string, contentType string, body io.Reader) (*http.Request, error)
NewCreateRoleRequestWithBody generates requests for CreateRole with any type of body
func NewCreateSaasUserRequest ¶
func NewCreateSaasUserRequest(server string, body CreateSaasUserJSONRequestBody) (*http.Request, error)
NewCreateSaasUserRequest calls the generic CreateSaasUser builder with application/json body
func NewCreateSaasUserRequestWithBody ¶
func NewCreateSaasUserRequestWithBody(server string, contentType string, body io.Reader) (*http.Request, error)
NewCreateSaasUserRequestWithBody generates requests for CreateSaasUser with any type of body
func NewCreateSecretCodeRequest ¶
func NewCreateSecretCodeRequest(server string, userId UserId, body CreateSecretCodeJSONRequestBody) (*http.Request, error)
NewCreateSecretCodeRequest calls the generic CreateSecretCode builder with application/json body
func NewCreateSecretCodeRequestWithBody ¶
func NewCreateSecretCodeRequestWithBody(server string, userId UserId, contentType string, body io.Reader) (*http.Request, error)
NewCreateSecretCodeRequestWithBody generates requests for CreateSecretCode with any type of body
func NewCreateTenantAndPricingRequest ¶
NewCreateTenantAndPricingRequest generates requests for CreateTenantAndPricing
func NewCreateTenantAttributeRequest ¶
func NewCreateTenantAttributeRequest(server string, body CreateTenantAttributeJSONRequestBody) (*http.Request, error)
NewCreateTenantAttributeRequest calls the generic CreateTenantAttribute builder with application/json body
func NewCreateTenantAttributeRequestWithBody ¶
func NewCreateTenantAttributeRequestWithBody(server string, contentType string, body io.Reader) (*http.Request, error)
NewCreateTenantAttributeRequestWithBody generates requests for CreateTenantAttribute with any type of body
func NewCreateTenantRequest ¶
func NewCreateTenantRequest(server string, body CreateTenantJSONRequestBody) (*http.Request, error)
NewCreateTenantRequest calls the generic CreateTenant builder with application/json body
func NewCreateTenantRequestWithBody ¶
func NewCreateTenantRequestWithBody(server string, contentType string, body io.Reader) (*http.Request, error)
NewCreateTenantRequestWithBody generates requests for CreateTenant with any type of body
func NewCreateTenantUserRequest ¶
func NewCreateTenantUserRequest(server string, tenantId TenantId, body CreateTenantUserJSONRequestBody) (*http.Request, error)
NewCreateTenantUserRequest calls the generic CreateTenantUser builder with application/json body
func NewCreateTenantUserRequestWithBody ¶
func NewCreateTenantUserRequestWithBody(server string, tenantId TenantId, contentType string, body io.Reader) (*http.Request, error)
NewCreateTenantUserRequestWithBody generates requests for CreateTenantUser with any type of body
func NewCreateTenantUserRolesRequest ¶
func NewCreateTenantUserRolesRequest(server string, tenantId TenantId, userId UserId, envId EnvId, body CreateTenantUserRolesJSONRequestBody) (*http.Request, error)
NewCreateTenantUserRolesRequest calls the generic CreateTenantUserRoles builder with application/json body
func NewCreateTenantUserRolesRequestWithBody ¶
func NewCreateTenantUserRolesRequestWithBody(server string, tenantId TenantId, userId UserId, envId EnvId, contentType string, body io.Reader) (*http.Request, error)
NewCreateTenantUserRolesRequestWithBody generates requests for CreateTenantUserRoles with any type of body
func NewCreateUserAttributeRequest ¶
func NewCreateUserAttributeRequest(server string, body CreateUserAttributeJSONRequestBody) (*http.Request, error)
NewCreateUserAttributeRequest calls the generic CreateUserAttribute builder with application/json body
func NewCreateUserAttributeRequestWithBody ¶
func NewCreateUserAttributeRequestWithBody(server string, contentType string, body io.Reader) (*http.Request, error)
NewCreateUserAttributeRequestWithBody generates requests for CreateUserAttribute with any type of body
func NewDeleteApiKeyRequest ¶
NewDeleteApiKeyRequest generates requests for DeleteApiKey
func NewDeleteEnvRequest ¶
NewDeleteEnvRequest generates requests for DeleteEnv
func NewDeleteRoleRequest ¶
NewDeleteRoleRequest generates requests for DeleteRole
func NewDeleteSaasUserRequest ¶
NewDeleteSaasUserRequest generates requests for DeleteSaasUser
func NewDeleteStripeTenantAndPricingRequest ¶
NewDeleteStripeTenantAndPricingRequest generates requests for DeleteStripeTenantAndPricing
func NewDeleteTenantAttributeRequest ¶
NewDeleteTenantAttributeRequest generates requests for DeleteTenantAttribute
func NewDeleteTenantRequest ¶
NewDeleteTenantRequest generates requests for DeleteTenant
func NewDeleteTenantUserRequest ¶
func NewDeleteTenantUserRequest(server string, tenantId TenantId, userId UserId) (*http.Request, error)
NewDeleteTenantUserRequest generates requests for DeleteTenantUser
func NewDeleteTenantUserRoleRequest ¶
func NewDeleteTenantUserRoleRequest(server string, tenantId TenantId, userId UserId, envId EnvId, roleName RoleName) (*http.Request, error)
NewDeleteTenantUserRoleRequest generates requests for DeleteTenantUserRole
func NewDeleteUserAttributeRequest ¶
NewDeleteUserAttributeRequest generates requests for DeleteUserAttribute
func NewFindNotificationMessagesRequest ¶
NewFindNotificationMessagesRequest generates requests for FindNotificationMessages
func NewGetAllTenantUserRequest ¶
NewGetAllTenantUserRequest generates requests for GetAllTenantUser
func NewGetAllTenantUsersRequest ¶
NewGetAllTenantUsersRequest generates requests for GetAllTenantUsers
func NewGetApiKeysRequest ¶
NewGetApiKeysRequest generates requests for GetApiKeys
func NewGetAuthCredentialsRequest ¶
func NewGetAuthCredentialsRequest(server string, params *GetAuthCredentialsParams) (*http.Request, error)
NewGetAuthCredentialsRequest generates requests for GetAuthCredentials
func NewGetAuthInfoRequest ¶
NewGetAuthInfoRequest generates requests for GetAuthInfo
func NewGetBasicInfoRequest ¶
NewGetBasicInfoRequest generates requests for GetBasicInfo
func NewGetClientSecretRequest ¶
NewGetClientSecretRequest generates requests for GetClientSecret
func NewGetCustomizePageSettingsRequest ¶
NewGetCustomizePageSettingsRequest generates requests for GetCustomizePageSettings
func NewGetCustomizePagesRequest ¶
NewGetCustomizePagesRequest generates requests for GetCustomizePages
func NewGetEnvRequest ¶
NewGetEnvRequest generates requests for GetEnv
func NewGetEnvsRequest ¶
NewGetEnvsRequest generates requests for GetEnvs
func NewGetIdentityProvidersRequest ¶
NewGetIdentityProvidersRequest generates requests for GetIdentityProviders
func NewGetRolesRequest ¶
NewGetRolesRequest generates requests for GetRoles
func NewGetSaasIdRequest ¶
NewGetSaasIdRequest generates requests for GetSaasId
func NewGetSaasUserRequest ¶
NewGetSaasUserRequest generates requests for GetSaasUser
func NewGetSaasUsersRequest ¶
NewGetSaasUsersRequest generates requests for GetSaasUsers
func NewGetSignInSettingsRequest ¶
NewGetSignInSettingsRequest generates requests for GetSignInSettings
func NewGetTenantAttributesRequest ¶
NewGetTenantAttributesRequest generates requests for GetTenantAttributes
func NewGetTenantRequest ¶
NewGetTenantRequest generates requests for GetTenant
func NewGetTenantUserRequest ¶
func NewGetTenantUserRequest(server string, tenantId TenantId, userId UserId) (*http.Request, error)
NewGetTenantUserRequest generates requests for GetTenantUser
func NewGetTenantUsersRequest ¶
NewGetTenantUsersRequest generates requests for GetTenantUsers
func NewGetTenantsRequest ¶
NewGetTenantsRequest generates requests for GetTenants
func NewGetUserAttributesRequest ¶
NewGetUserAttributesRequest generates requests for GetUserAttributes
func NewGetUserInfoRequest ¶
func NewGetUserInfoRequest(server string, params *GetUserInfoParams) (*http.Request, error)
NewGetUserInfoRequest generates requests for GetUserInfo
func NewGetUserMfaPreferenceRequest ¶
NewGetUserMfaPreferenceRequest generates requests for GetUserMfaPreference
func NewLinkAwsMarketplaceRequest ¶
func NewLinkAwsMarketplaceRequest(server string, body LinkAwsMarketplaceJSONRequestBody) (*http.Request, error)
NewLinkAwsMarketplaceRequest calls the generic LinkAwsMarketplace builder with application/json body
func NewLinkAwsMarketplaceRequestWithBody ¶
func NewLinkAwsMarketplaceRequestWithBody(server string, contentType string, body io.Reader) (*http.Request, error)
NewLinkAwsMarketplaceRequestWithBody generates requests for LinkAwsMarketplace with any type of body
func NewResendSignUpConfirmationEmailRequest ¶
func NewResendSignUpConfirmationEmailRequest(server string, body ResendSignUpConfirmationEmailJSONRequestBody) (*http.Request, error)
NewResendSignUpConfirmationEmailRequest calls the generic ResendSignUpConfirmationEmail builder with application/json body
func NewResendSignUpConfirmationEmailRequestWithBody ¶
func NewResendSignUpConfirmationEmailRequestWithBody(server string, contentType string, body io.Reader) (*http.Request, error)
NewResendSignUpConfirmationEmailRequestWithBody generates requests for ResendSignUpConfirmationEmail with any type of body
func NewResetPlanRequest ¶
NewResetPlanRequest generates requests for ResetPlan
func NewReturnInternalServerErrorRequest ¶
NewReturnInternalServerErrorRequest generates requests for ReturnInternalServerError
func NewSignUpRequest ¶
func NewSignUpRequest(server string, body SignUpJSONRequestBody) (*http.Request, error)
NewSignUpRequest calls the generic SignUp builder with application/json body
func NewSignUpRequestWithBody ¶
func NewSignUpRequestWithBody(server string, contentType string, body io.Reader) (*http.Request, error)
NewSignUpRequestWithBody generates requests for SignUp with any type of body
func NewSignUpWithAwsMarketplaceRequest ¶
func NewSignUpWithAwsMarketplaceRequest(server string, body SignUpWithAwsMarketplaceJSONRequestBody) (*http.Request, error)
NewSignUpWithAwsMarketplaceRequest calls the generic SignUpWithAwsMarketplace builder with application/json body
func NewSignUpWithAwsMarketplaceRequestWithBody ¶
func NewSignUpWithAwsMarketplaceRequestWithBody(server string, contentType string, body io.Reader) (*http.Request, error)
NewSignUpWithAwsMarketplaceRequestWithBody generates requests for SignUpWithAwsMarketplace with any type of body
func NewUnlinkProviderRequest ¶
func NewUnlinkProviderRequest(server string, userId UserId, providerName string) (*http.Request, error)
NewUnlinkProviderRequest generates requests for UnlinkProvider
func NewUpdateAuthInfoRequest ¶
func NewUpdateAuthInfoRequest(server string, body UpdateAuthInfoJSONRequestBody) (*http.Request, error)
NewUpdateAuthInfoRequest calls the generic UpdateAuthInfo builder with application/json body
func NewUpdateAuthInfoRequestWithBody ¶
func NewUpdateAuthInfoRequestWithBody(server string, contentType string, body io.Reader) (*http.Request, error)
NewUpdateAuthInfoRequestWithBody generates requests for UpdateAuthInfo with any type of body
func NewUpdateBasicInfoRequest ¶
func NewUpdateBasicInfoRequest(server string, body UpdateBasicInfoJSONRequestBody) (*http.Request, error)
NewUpdateBasicInfoRequest calls the generic UpdateBasicInfo builder with application/json body
func NewUpdateBasicInfoRequestWithBody ¶
func NewUpdateBasicInfoRequestWithBody(server string, contentType string, body io.Reader) (*http.Request, error)
NewUpdateBasicInfoRequestWithBody generates requests for UpdateBasicInfo with any type of body
func NewUpdateClientSecretRequest ¶
NewUpdateClientSecretRequest generates requests for UpdateClientSecret
func NewUpdateCustomizePageSettingsRequest ¶
func NewUpdateCustomizePageSettingsRequest(server string, body UpdateCustomizePageSettingsJSONRequestBody) (*http.Request, error)
NewUpdateCustomizePageSettingsRequest calls the generic UpdateCustomizePageSettings builder with application/json body
func NewUpdateCustomizePageSettingsRequestWithBody ¶
func NewUpdateCustomizePageSettingsRequestWithBody(server string, contentType string, body io.Reader) (*http.Request, error)
NewUpdateCustomizePageSettingsRequestWithBody generates requests for UpdateCustomizePageSettings with any type of body
func NewUpdateCustomizePagesRequest ¶
func NewUpdateCustomizePagesRequest(server string, body UpdateCustomizePagesJSONRequestBody) (*http.Request, error)
NewUpdateCustomizePagesRequest calls the generic UpdateCustomizePages builder with application/json body
func NewUpdateCustomizePagesRequestWithBody ¶
func NewUpdateCustomizePagesRequestWithBody(server string, contentType string, body io.Reader) (*http.Request, error)
NewUpdateCustomizePagesRequestWithBody generates requests for UpdateCustomizePages with any type of body
func NewUpdateEnvRequest ¶
func NewUpdateEnvRequest(server string, envId EnvId, body UpdateEnvJSONRequestBody) (*http.Request, error)
NewUpdateEnvRequest calls the generic UpdateEnv builder with application/json body
func NewUpdateEnvRequestWithBody ¶
func NewUpdateEnvRequestWithBody(server string, envId EnvId, contentType string, body io.Reader) (*http.Request, error)
NewUpdateEnvRequestWithBody generates requests for UpdateEnv with any type of body
func NewUpdateIdentityProviderRequest ¶
func NewUpdateIdentityProviderRequest(server string, body UpdateIdentityProviderJSONRequestBody) (*http.Request, error)
NewUpdateIdentityProviderRequest calls the generic UpdateIdentityProvider builder with application/json body
func NewUpdateIdentityProviderRequestWithBody ¶
func NewUpdateIdentityProviderRequestWithBody(server string, contentType string, body io.Reader) (*http.Request, error)
NewUpdateIdentityProviderRequestWithBody generates requests for UpdateIdentityProvider with any type of body
func NewUpdateNotificationMessagesRequest ¶
func NewUpdateNotificationMessagesRequest(server string, body UpdateNotificationMessagesJSONRequestBody) (*http.Request, error)
NewUpdateNotificationMessagesRequest calls the generic UpdateNotificationMessages builder with application/json body
func NewUpdateNotificationMessagesRequestWithBody ¶
func NewUpdateNotificationMessagesRequestWithBody(server string, contentType string, body io.Reader) (*http.Request, error)
NewUpdateNotificationMessagesRequestWithBody generates requests for UpdateNotificationMessages with any type of body
func NewUpdateSaasIdRequest ¶
NewUpdateSaasIdRequest generates requests for UpdateSaasId
func NewUpdateSaasUserEmailRequest ¶
func NewUpdateSaasUserEmailRequest(server string, userId UserId, body UpdateSaasUserEmailJSONRequestBody) (*http.Request, error)
NewUpdateSaasUserEmailRequest calls the generic UpdateSaasUserEmail builder with application/json body
func NewUpdateSaasUserEmailRequestWithBody ¶
func NewUpdateSaasUserEmailRequestWithBody(server string, userId UserId, contentType string, body io.Reader) (*http.Request, error)
NewUpdateSaasUserEmailRequestWithBody generates requests for UpdateSaasUserEmail with any type of body
func NewUpdateSaasUserPasswordRequest ¶
func NewUpdateSaasUserPasswordRequest(server string, userId UserId, body UpdateSaasUserPasswordJSONRequestBody) (*http.Request, error)
NewUpdateSaasUserPasswordRequest calls the generic UpdateSaasUserPassword builder with application/json body
func NewUpdateSaasUserPasswordRequestWithBody ¶
func NewUpdateSaasUserPasswordRequestWithBody(server string, userId UserId, contentType string, body io.Reader) (*http.Request, error)
NewUpdateSaasUserPasswordRequestWithBody generates requests for UpdateSaasUserPassword with any type of body
func NewUpdateSignInSettingsRequest ¶
func NewUpdateSignInSettingsRequest(server string, body UpdateSignInSettingsJSONRequestBody) (*http.Request, error)
NewUpdateSignInSettingsRequest calls the generic UpdateSignInSettings builder with application/json body
func NewUpdateSignInSettingsRequestWithBody ¶
func NewUpdateSignInSettingsRequestWithBody(server string, contentType string, body io.Reader) (*http.Request, error)
NewUpdateSignInSettingsRequestWithBody generates requests for UpdateSignInSettings with any type of body
func NewUpdateSoftwareTokenRequest ¶
func NewUpdateSoftwareTokenRequest(server string, userId UserId, body UpdateSoftwareTokenJSONRequestBody) (*http.Request, error)
NewUpdateSoftwareTokenRequest calls the generic UpdateSoftwareToken builder with application/json body
func NewUpdateSoftwareTokenRequestWithBody ¶
func NewUpdateSoftwareTokenRequestWithBody(server string, userId UserId, contentType string, body io.Reader) (*http.Request, error)
NewUpdateSoftwareTokenRequestWithBody generates requests for UpdateSoftwareToken with any type of body
func NewUpdateTenantBillingInfoRequest ¶
func NewUpdateTenantBillingInfoRequest(server string, tenantId TenantId, body UpdateTenantBillingInfoJSONRequestBody) (*http.Request, error)
NewUpdateTenantBillingInfoRequest calls the generic UpdateTenantBillingInfo builder with application/json body
func NewUpdateTenantBillingInfoRequestWithBody ¶
func NewUpdateTenantBillingInfoRequestWithBody(server string, tenantId TenantId, contentType string, body io.Reader) (*http.Request, error)
NewUpdateTenantBillingInfoRequestWithBody generates requests for UpdateTenantBillingInfo with any type of body
func NewUpdateTenantPlanRequest ¶
func NewUpdateTenantPlanRequest(server string, tenantId TenantId, body UpdateTenantPlanJSONRequestBody) (*http.Request, error)
NewUpdateTenantPlanRequest calls the generic UpdateTenantPlan builder with application/json body
func NewUpdateTenantPlanRequestWithBody ¶
func NewUpdateTenantPlanRequestWithBody(server string, tenantId TenantId, contentType string, body io.Reader) (*http.Request, error)
NewUpdateTenantPlanRequestWithBody generates requests for UpdateTenantPlan with any type of body
func NewUpdateTenantRequest ¶
func NewUpdateTenantRequest(server string, tenantId TenantId, body UpdateTenantJSONRequestBody) (*http.Request, error)
NewUpdateTenantRequest calls the generic UpdateTenant builder with application/json body
func NewUpdateTenantRequestWithBody ¶
func NewUpdateTenantRequestWithBody(server string, tenantId TenantId, contentType string, body io.Reader) (*http.Request, error)
NewUpdateTenantRequestWithBody generates requests for UpdateTenant with any type of body
func NewUpdateTenantUserRequest ¶
func NewUpdateTenantUserRequest(server string, tenantId TenantId, userId UserId, body UpdateTenantUserJSONRequestBody) (*http.Request, error)
NewUpdateTenantUserRequest calls the generic UpdateTenantUser builder with application/json body
func NewUpdateTenantUserRequestWithBody ¶
func NewUpdateTenantUserRequestWithBody(server string, tenantId TenantId, userId UserId, contentType string, body io.Reader) (*http.Request, error)
NewUpdateTenantUserRequestWithBody generates requests for UpdateTenantUser with any type of body
func NewUpdateUserMfaPreferenceRequest ¶
func NewUpdateUserMfaPreferenceRequest(server string, userId UserId, body UpdateUserMfaPreferenceJSONRequestBody) (*http.Request, error)
NewUpdateUserMfaPreferenceRequest calls the generic UpdateUserMfaPreference builder with application/json body
Types ¶
type AccountVerification ¶
type AccountVerification struct { // SendingTo email: Eメール(e-mail) // sms: SMS // smsOrEmail: SMS不可の場合にEメール(email if SMS is not possible) SendingTo AccountVerificationSendingTo `json:"sending_to"` // VerificationMethod code: 検証コード(verification code) // link: 検証リンク(verification link) // ※ 未提供の機能のため、変更・保存はできません(This function is not yet provided, so it cannot be changed or saved.) VerificationMethod AccountVerificationVerificationMethod `json:"verification_method"` }
AccountVerification アカウント認証設定(account authentication settings) ※ 未提供の機能のため、変更・保存はできません(This function is not yet provided, so it cannot be changed or saved.)
type AccountVerificationSendingTo ¶
type AccountVerificationSendingTo string
AccountVerificationSendingTo email: Eメール(e-mail) sms: SMS smsOrEmail: SMS不可の場合にEメール(email if SMS is not possible)
const ( Email AccountVerificationSendingTo = "email" Sms AccountVerificationSendingTo = "sms" SmsOrEmail AccountVerificationSendingTo = "smsOrEmail" )
Defines values for AccountVerificationSendingTo.
type AccountVerificationVerificationMethod ¶
type AccountVerificationVerificationMethod string
AccountVerificationVerificationMethod code: 検証コード(verification code) link: 検証リンク(verification link) ※ 未提供の機能のため、変更・保存はできません(This function is not yet provided, so it cannot be changed or saved.)
const ( AccountVerificationVerificationMethodCode AccountVerificationVerificationMethod = "code" AccountVerificationVerificationMethodLink AccountVerificationVerificationMethod = "link" )
Defines values for AccountVerificationVerificationMethod.
type ApiKeys ¶
type ApiKeys struct { // ApiKeys APIキー(API Key) ApiKeys []string `json:"api_keys"` }
ApiKeys defines model for ApiKeys.
type Attribute ¶
type Attribute struct { // AttributeName 属性名(attribute name) AttributeName string `json:"attribute_name"` // AttributeType 型(dateはYYYY-MM-DDの形式で使用する事ができます。) // (Type (date can be set to YYYY-MM-DD format.)) AttributeType AttributeType `json:"attribute_type"` // DisplayName 表示名(display name) DisplayName string `json:"display_name"` }
Attribute defines model for Attribute.
type AttributeType ¶
type AttributeType string
AttributeType 型(dateはYYYY-MM-DDの形式で使用する事ができます。) (Type (date can be set to YYYY-MM-DD format.))
const ( Bool AttributeType = "bool" Date AttributeType = "date" Number AttributeType = "number" String AttributeType = "string" )
Defines values for AttributeType.
type AuthInfo ¶
type AuthInfo struct { // CallbackUrl 認証後遷移先(Redirect After Authentication) CallbackUrl string `json:"callback_url"` }
AuthInfo defines model for AuthInfo.
type AuthorizationTempCode ¶
type AuthorizationTempCode struct {
Code Uuid `json:"code"`
}
AuthorizationTempCode defines model for AuthorizationTempCode.
type BasicInfo ¶
type BasicInfo struct { CertificateDnsRecord DnsRecord `json:"certificate_dns_record"` CloudFrontDnsRecord DnsRecord `json:"cloud_front_dns_record"` // DefaultDomainName デフォルトドメイン名(Default Domain Name) DefaultDomainName string `json:"default_domain_name"` // DkimDnsRecords DKIM DNS レコード(DKIM DNS Records) DkimDnsRecords []DnsRecord `json:"dkim_dns_records"` // DomainName ドメイン名(Domain Name) DomainName string `json:"domain_name"` // FromEmailAddress 認証メールの送信元メールアドレス(Sender Email for Authentication Email) FromEmailAddress string `json:"from_email_address"` // IsDnsValidated DNSレコードの検証結果(DNS Record Verification Results) IsDnsValidated bool `json:"is_dns_validated"` // IsSesSandboxGranted SESのサンドボックス解除及びCognitoのSES設定結果(SES sandbox release and Cognito SES configuration results) IsSesSandboxGranted bool `json:"is_ses_sandbox_granted"` // ReplyEmailAddress 認証メールの返信元メールアドレス(Reply-from email address of authentication email) ReplyEmailAddress string `json:"reply_email_address"` }
BasicInfo defines model for BasicInfo.
type BillingAddress ¶
type BillingAddress struct { // AdditionalAddressInfo 建物名・部屋番号などの住所に関する追加情報 // // Additional information about the address, such as a building name, floor, or department name. AdditionalAddressInfo *string `json:"additional_address_info,omitempty"` // City 住所の市区町村 // // City, district, suburb, town, or village. City string `json:"city"` // Country 住所の国を ISO 3166-1 alpha-2 コードで指定します。 // // Country of the address using ISO 3166-1 alpha-2 code. Country string `json:"country"` // PostalCode 郵便番号 // // ZIP or postal code. PostalCode string `json:"postal_code"` // State 住所の都道府県または州 // // State name or abbreviation. State string `json:"state"` // Street 住所の通りの名前や番地を含めた部分 // // Street address, apartment or suite number. Street string `json:"street"` }
BillingAddress defines model for BillingAddress.
type BillingInfo ¶
type BillingInfo struct { Address BillingAddress `json:"address"` // InvoiceLanguage 請求書の言語 // // Language of invoice InvoiceLanguage InvoiceLanguage `json:"invoice_language"` // Name 請求用のテナント名 // // Tenant name for billing Name string `json:"name"` }
BillingInfo defines model for BillingInfo.
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) ConfirmSignUpWithAwsMarketplace ¶
func (c *Client) ConfirmSignUpWithAwsMarketplace(ctx context.Context, body ConfirmSignUpWithAwsMarketplaceJSONRequestBody, reqEditors ...RequestEditorFn) (*http.Response, error)
func (*Client) ConfirmSignUpWithAwsMarketplaceWithBody ¶
func (*Client) CreateApiKey ¶
func (*Client) CreateAuthCredentials ¶
func (c *Client) CreateAuthCredentials(ctx context.Context, body CreateAuthCredentialsJSONRequestBody, reqEditors ...RequestEditorFn) (*http.Response, error)
func (*Client) CreateAuthCredentialsWithBody ¶
func (*Client) CreateEnv ¶
func (c *Client) CreateEnv(ctx context.Context, body CreateEnvJSONRequestBody, reqEditors ...RequestEditorFn) (*http.Response, error)
func (*Client) CreateEnvWithBody ¶
func (*Client) CreateRole ¶
func (c *Client) CreateRole(ctx context.Context, body CreateRoleJSONRequestBody, reqEditors ...RequestEditorFn) (*http.Response, error)
func (*Client) CreateRoleWithBody ¶
func (*Client) CreateSaasUser ¶
func (c *Client) CreateSaasUser(ctx context.Context, body CreateSaasUserJSONRequestBody, reqEditors ...RequestEditorFn) (*http.Response, error)
func (*Client) CreateSaasUserWithBody ¶
func (*Client) CreateSecretCode ¶
func (c *Client) CreateSecretCode(ctx context.Context, userId UserId, body CreateSecretCodeJSONRequestBody, reqEditors ...RequestEditorFn) (*http.Response, error)
func (*Client) CreateSecretCodeWithBody ¶
func (*Client) CreateTenant ¶
func (c *Client) CreateTenant(ctx context.Context, body CreateTenantJSONRequestBody, reqEditors ...RequestEditorFn) (*http.Response, error)
func (*Client) CreateTenantAndPricing ¶
func (*Client) CreateTenantAttribute ¶
func (c *Client) CreateTenantAttribute(ctx context.Context, body CreateTenantAttributeJSONRequestBody, reqEditors ...RequestEditorFn) (*http.Response, error)
func (*Client) CreateTenantAttributeWithBody ¶
func (*Client) CreateTenantUser ¶
func (c *Client) CreateTenantUser(ctx context.Context, tenantId TenantId, body CreateTenantUserJSONRequestBody, reqEditors ...RequestEditorFn) (*http.Response, error)
func (*Client) CreateTenantUserRoles ¶
func (*Client) CreateTenantUserRolesWithBody ¶
func (*Client) CreateTenantUserWithBody ¶
func (*Client) CreateTenantWithBody ¶
func (*Client) CreateUserAttribute ¶
func (c *Client) CreateUserAttribute(ctx context.Context, body CreateUserAttributeJSONRequestBody, reqEditors ...RequestEditorFn) (*http.Response, error)
func (*Client) CreateUserAttributeWithBody ¶
func (*Client) DeleteApiKey ¶
func (*Client) DeleteRole ¶
func (*Client) DeleteSaasUser ¶
func (*Client) DeleteStripeTenantAndPricing ¶
func (*Client) DeleteTenant ¶
func (*Client) DeleteTenantAttribute ¶
func (*Client) DeleteTenantUser ¶
func (*Client) DeleteTenantUserRole ¶
func (*Client) DeleteUserAttribute ¶
func (*Client) FindNotificationMessages ¶
func (*Client) GetAllTenantUser ¶
func (*Client) GetAllTenantUsers ¶
func (*Client) GetApiKeys ¶
func (*Client) GetAuthCredentials ¶
func (c *Client) GetAuthCredentials(ctx context.Context, params *GetAuthCredentialsParams, reqEditors ...RequestEditorFn) (*http.Response, error)
func (*Client) GetAuthInfo ¶
func (*Client) GetBasicInfo ¶
func (*Client) GetClientSecret ¶
func (*Client) GetCustomizePageSettings ¶
func (*Client) GetCustomizePages ¶
func (*Client) GetIdentityProviders ¶
func (*Client) GetSaasUser ¶
func (*Client) GetSaasUsers ¶
func (*Client) GetSignInSettings ¶
func (*Client) GetTenantAttributes ¶
func (*Client) GetTenantUser ¶
func (*Client) GetTenantUsers ¶
func (*Client) GetTenants ¶
func (*Client) GetUserAttributes ¶
func (*Client) GetUserInfo ¶
func (c *Client) GetUserInfo(ctx context.Context, params *GetUserInfoParams, reqEditors ...RequestEditorFn) (*http.Response, error)
func (*Client) GetUserMfaPreference ¶
func (*Client) LinkAwsMarketplace ¶
func (c *Client) LinkAwsMarketplace(ctx context.Context, body LinkAwsMarketplaceJSONRequestBody, reqEditors ...RequestEditorFn) (*http.Response, error)
func (*Client) LinkAwsMarketplaceWithBody ¶
func (*Client) ResendSignUpConfirmationEmail ¶
func (c *Client) ResendSignUpConfirmationEmail(ctx context.Context, body ResendSignUpConfirmationEmailJSONRequestBody, reqEditors ...RequestEditorFn) (*http.Response, error)
func (*Client) ResendSignUpConfirmationEmailWithBody ¶
func (*Client) ReturnInternalServerError ¶
func (*Client) SignUp ¶
func (c *Client) SignUp(ctx context.Context, body SignUpJSONRequestBody, reqEditors ...RequestEditorFn) (*http.Response, error)
func (*Client) SignUpWithAwsMarketplace ¶
func (c *Client) SignUpWithAwsMarketplace(ctx context.Context, body SignUpWithAwsMarketplaceJSONRequestBody, reqEditors ...RequestEditorFn) (*http.Response, error)
func (*Client) SignUpWithAwsMarketplaceWithBody ¶
func (*Client) SignUpWithBody ¶
func (*Client) UnlinkProvider ¶
func (*Client) UpdateAuthInfo ¶
func (c *Client) UpdateAuthInfo(ctx context.Context, body UpdateAuthInfoJSONRequestBody, reqEditors ...RequestEditorFn) (*http.Response, error)
func (*Client) UpdateAuthInfoWithBody ¶
func (*Client) UpdateBasicInfo ¶
func (c *Client) UpdateBasicInfo(ctx context.Context, body UpdateBasicInfoJSONRequestBody, reqEditors ...RequestEditorFn) (*http.Response, error)
func (*Client) UpdateBasicInfoWithBody ¶
func (*Client) UpdateClientSecret ¶
func (*Client) UpdateCustomizePageSettings ¶
func (c *Client) UpdateCustomizePageSettings(ctx context.Context, body UpdateCustomizePageSettingsJSONRequestBody, reqEditors ...RequestEditorFn) (*http.Response, error)
func (*Client) UpdateCustomizePageSettingsWithBody ¶
func (*Client) UpdateCustomizePages ¶
func (c *Client) UpdateCustomizePages(ctx context.Context, body UpdateCustomizePagesJSONRequestBody, reqEditors ...RequestEditorFn) (*http.Response, error)
func (*Client) UpdateCustomizePagesWithBody ¶
func (*Client) UpdateEnv ¶
func (c *Client) UpdateEnv(ctx context.Context, envId EnvId, body UpdateEnvJSONRequestBody, reqEditors ...RequestEditorFn) (*http.Response, error)
func (*Client) UpdateEnvWithBody ¶
func (*Client) UpdateIdentityProvider ¶
func (c *Client) UpdateIdentityProvider(ctx context.Context, body UpdateIdentityProviderJSONRequestBody, reqEditors ...RequestEditorFn) (*http.Response, error)
func (*Client) UpdateIdentityProviderWithBody ¶
func (*Client) UpdateNotificationMessages ¶
func (c *Client) UpdateNotificationMessages(ctx context.Context, body UpdateNotificationMessagesJSONRequestBody, reqEditors ...RequestEditorFn) (*http.Response, error)
func (*Client) UpdateNotificationMessagesWithBody ¶
func (*Client) UpdateSaasId ¶
func (*Client) UpdateSaasUserEmail ¶
func (c *Client) UpdateSaasUserEmail(ctx context.Context, userId UserId, body UpdateSaasUserEmailJSONRequestBody, reqEditors ...RequestEditorFn) (*http.Response, error)
func (*Client) UpdateSaasUserEmailWithBody ¶
func (*Client) UpdateSaasUserPassword ¶
func (c *Client) UpdateSaasUserPassword(ctx context.Context, userId UserId, body UpdateSaasUserPasswordJSONRequestBody, reqEditors ...RequestEditorFn) (*http.Response, error)
func (*Client) UpdateSaasUserPasswordWithBody ¶
func (*Client) UpdateSignInSettings ¶
func (c *Client) UpdateSignInSettings(ctx context.Context, body UpdateSignInSettingsJSONRequestBody, reqEditors ...RequestEditorFn) (*http.Response, error)
func (*Client) UpdateSignInSettingsWithBody ¶
func (*Client) UpdateSoftwareToken ¶
func (c *Client) UpdateSoftwareToken(ctx context.Context, userId UserId, body UpdateSoftwareTokenJSONRequestBody, reqEditors ...RequestEditorFn) (*http.Response, error)
func (*Client) UpdateSoftwareTokenWithBody ¶
func (*Client) UpdateTenant ¶
func (c *Client) UpdateTenant(ctx context.Context, tenantId TenantId, body UpdateTenantJSONRequestBody, reqEditors ...RequestEditorFn) (*http.Response, error)
func (*Client) UpdateTenantBillingInfo ¶
func (c *Client) UpdateTenantBillingInfo(ctx context.Context, tenantId TenantId, body UpdateTenantBillingInfoJSONRequestBody, reqEditors ...RequestEditorFn) (*http.Response, error)
func (*Client) UpdateTenantBillingInfoWithBody ¶
func (*Client) UpdateTenantPlan ¶
func (c *Client) UpdateTenantPlan(ctx context.Context, tenantId TenantId, body UpdateTenantPlanJSONRequestBody, reqEditors ...RequestEditorFn) (*http.Response, error)
func (*Client) UpdateTenantPlanWithBody ¶
func (*Client) UpdateTenantUser ¶
func (c *Client) UpdateTenantUser(ctx context.Context, tenantId TenantId, userId UserId, body UpdateTenantUserJSONRequestBody, reqEditors ...RequestEditorFn) (*http.Response, error)
func (*Client) UpdateTenantUserWithBody ¶
func (*Client) UpdateTenantWithBody ¶
func (*Client) UpdateUserMfaPreference ¶
func (c *Client) UpdateUserMfaPreference(ctx context.Context, userId UserId, body UpdateUserMfaPreferenceJSONRequestBody, reqEditors ...RequestEditorFn) (*http.Response, error)
type ClientInterface ¶
type ClientInterface interface { // GetApiKeys request GetApiKeys(ctx context.Context, reqEditors ...RequestEditorFn) (*http.Response, error) // CreateApiKey request CreateApiKey(ctx context.Context, reqEditors ...RequestEditorFn) (*http.Response, error) // DeleteApiKey request DeleteApiKey(ctx context.Context, apiKey ApiKey, reqEditors ...RequestEditorFn) (*http.Response, error) // GetAuthInfo request GetAuthInfo(ctx context.Context, reqEditors ...RequestEditorFn) (*http.Response, error) // UpdateAuthInfo request with any body UpdateAuthInfoWithBody(ctx context.Context, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*http.Response, error) UpdateAuthInfo(ctx context.Context, body UpdateAuthInfoJSONRequestBody, reqEditors ...RequestEditorFn) (*http.Response, error) // LinkAwsMarketplace request with any body LinkAwsMarketplaceWithBody(ctx context.Context, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*http.Response, error) LinkAwsMarketplace(ctx context.Context, body LinkAwsMarketplaceJSONRequestBody, reqEditors ...RequestEditorFn) (*http.Response, error) // SignUpWithAwsMarketplace request with any body SignUpWithAwsMarketplaceWithBody(ctx context.Context, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*http.Response, error) SignUpWithAwsMarketplace(ctx context.Context, body SignUpWithAwsMarketplaceJSONRequestBody, reqEditors ...RequestEditorFn) (*http.Response, error) // ConfirmSignUpWithAwsMarketplace request with any body ConfirmSignUpWithAwsMarketplaceWithBody(ctx context.Context, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*http.Response, error) ConfirmSignUpWithAwsMarketplace(ctx context.Context, body ConfirmSignUpWithAwsMarketplaceJSONRequestBody, reqEditors ...RequestEditorFn) (*http.Response, error) // GetBasicInfo request GetBasicInfo(ctx context.Context, reqEditors ...RequestEditorFn) (*http.Response, error) // UpdateBasicInfo request with any body UpdateBasicInfoWithBody(ctx context.Context, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*http.Response, error) UpdateBasicInfo(ctx context.Context, body UpdateBasicInfoJSONRequestBody, reqEditors ...RequestEditorFn) (*http.Response, error) // GetClientSecret request GetClientSecret(ctx context.Context, reqEditors ...RequestEditorFn) (*http.Response, error) // UpdateClientSecret request UpdateClientSecret(ctx context.Context, reqEditors ...RequestEditorFn) (*http.Response, error) // GetAuthCredentials request GetAuthCredentials(ctx context.Context, params *GetAuthCredentialsParams, reqEditors ...RequestEditorFn) (*http.Response, error) // CreateAuthCredentials request with any body CreateAuthCredentialsWithBody(ctx context.Context, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*http.Response, error) CreateAuthCredentials(ctx context.Context, body CreateAuthCredentialsJSONRequestBody, reqEditors ...RequestEditorFn) (*http.Response, error) // GetCustomizePageSettings request GetCustomizePageSettings(ctx context.Context, reqEditors ...RequestEditorFn) (*http.Response, error) // UpdateCustomizePageSettings request with any body UpdateCustomizePageSettingsWithBody(ctx context.Context, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*http.Response, error) UpdateCustomizePageSettings(ctx context.Context, body UpdateCustomizePageSettingsJSONRequestBody, reqEditors ...RequestEditorFn) (*http.Response, error) // GetCustomizePages request GetCustomizePages(ctx context.Context, reqEditors ...RequestEditorFn) (*http.Response, error) // UpdateCustomizePages request with any body UpdateCustomizePagesWithBody(ctx context.Context, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*http.Response, error) UpdateCustomizePages(ctx context.Context, body UpdateCustomizePagesJSONRequestBody, reqEditors ...RequestEditorFn) (*http.Response, error) // GetEnvs request GetEnvs(ctx context.Context, reqEditors ...RequestEditorFn) (*http.Response, error) // CreateEnv request with any body CreateEnvWithBody(ctx context.Context, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*http.Response, error) CreateEnv(ctx context.Context, body CreateEnvJSONRequestBody, reqEditors ...RequestEditorFn) (*http.Response, error) // DeleteEnv request DeleteEnv(ctx context.Context, envId EnvId, reqEditors ...RequestEditorFn) (*http.Response, error) // GetEnv request GetEnv(ctx context.Context, envId EnvId, reqEditors ...RequestEditorFn) (*http.Response, error) // UpdateEnv request with any body UpdateEnvWithBody(ctx context.Context, envId EnvId, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*http.Response, error) UpdateEnv(ctx context.Context, envId EnvId, body UpdateEnvJSONRequestBody, reqEditors ...RequestEditorFn) (*http.Response, error) // ReturnInternalServerError request ReturnInternalServerError(ctx context.Context, reqEditors ...RequestEditorFn) (*http.Response, error) // GetIdentityProviders request GetIdentityProviders(ctx context.Context, reqEditors ...RequestEditorFn) (*http.Response, error) // UpdateIdentityProvider request with any body UpdateIdentityProviderWithBody(ctx context.Context, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*http.Response, error) UpdateIdentityProvider(ctx context.Context, body UpdateIdentityProviderJSONRequestBody, reqEditors ...RequestEditorFn) (*http.Response, error) // FindNotificationMessages request FindNotificationMessages(ctx context.Context, reqEditors ...RequestEditorFn) (*http.Response, error) // UpdateNotificationMessages request with any body UpdateNotificationMessagesWithBody(ctx context.Context, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*http.Response, error) UpdateNotificationMessages(ctx context.Context, body UpdateNotificationMessagesJSONRequestBody, reqEditors ...RequestEditorFn) (*http.Response, error) // ResetPlan request ResetPlan(ctx context.Context, reqEditors ...RequestEditorFn) (*http.Response, error) // GetRoles request GetRoles(ctx context.Context, reqEditors ...RequestEditorFn) (*http.Response, error) // CreateRole request with any body CreateRoleWithBody(ctx context.Context, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*http.Response, error) CreateRole(ctx context.Context, body CreateRoleJSONRequestBody, reqEditors ...RequestEditorFn) (*http.Response, error) // DeleteRole request DeleteRole(ctx context.Context, roleName RoleName, reqEditors ...RequestEditorFn) (*http.Response, error) // GetSaasId request GetSaasId(ctx context.Context, reqEditors ...RequestEditorFn) (*http.Response, error) // UpdateSaasId request UpdateSaasId(ctx context.Context, reqEditors ...RequestEditorFn) (*http.Response, error) // GetSignInSettings request GetSignInSettings(ctx context.Context, reqEditors ...RequestEditorFn) (*http.Response, error) // UpdateSignInSettings request with any body UpdateSignInSettingsWithBody(ctx context.Context, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*http.Response, error) UpdateSignInSettings(ctx context.Context, body UpdateSignInSettingsJSONRequestBody, reqEditors ...RequestEditorFn) (*http.Response, error) // SignUp request with any body SignUpWithBody(ctx context.Context, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*http.Response, error) SignUp(ctx context.Context, body SignUpJSONRequestBody, reqEditors ...RequestEditorFn) (*http.Response, error) // ResendSignUpConfirmationEmail request with any body ResendSignUpConfirmationEmailWithBody(ctx context.Context, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*http.Response, error) ResendSignUpConfirmationEmail(ctx context.Context, body ResendSignUpConfirmationEmailJSONRequestBody, reqEditors ...RequestEditorFn) (*http.Response, error) // DeleteStripeTenantAndPricing request DeleteStripeTenantAndPricing(ctx context.Context, reqEditors ...RequestEditorFn) (*http.Response, error) // CreateTenantAndPricing request CreateTenantAndPricing(ctx context.Context, reqEditors ...RequestEditorFn) (*http.Response, error) // GetTenantAttributes request GetTenantAttributes(ctx context.Context, reqEditors ...RequestEditorFn) (*http.Response, error) // CreateTenantAttribute request with any body CreateTenantAttributeWithBody(ctx context.Context, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*http.Response, error) CreateTenantAttribute(ctx context.Context, body CreateTenantAttributeJSONRequestBody, reqEditors ...RequestEditorFn) (*http.Response, error) // DeleteTenantAttribute request DeleteTenantAttribute(ctx context.Context, attributeName string, reqEditors ...RequestEditorFn) (*http.Response, error) // GetTenants request GetTenants(ctx context.Context, reqEditors ...RequestEditorFn) (*http.Response, error) // CreateTenant request with any body CreateTenantWithBody(ctx context.Context, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*http.Response, error) CreateTenant(ctx context.Context, body CreateTenantJSONRequestBody, reqEditors ...RequestEditorFn) (*http.Response, error) // GetAllTenantUsers request GetAllTenantUsers(ctx context.Context, reqEditors ...RequestEditorFn) (*http.Response, error) // GetAllTenantUser request GetAllTenantUser(ctx context.Context, userId UserId, reqEditors ...RequestEditorFn) (*http.Response, error) // DeleteTenant request DeleteTenant(ctx context.Context, tenantId TenantId, reqEditors ...RequestEditorFn) (*http.Response, error) // GetTenant request GetTenant(ctx context.Context, tenantId TenantId, reqEditors ...RequestEditorFn) (*http.Response, error) // UpdateTenant request with any body UpdateTenantWithBody(ctx context.Context, tenantId TenantId, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*http.Response, error) UpdateTenant(ctx context.Context, tenantId TenantId, body UpdateTenantJSONRequestBody, reqEditors ...RequestEditorFn) (*http.Response, error) // UpdateTenantBillingInfo request with any body UpdateTenantBillingInfoWithBody(ctx context.Context, tenantId TenantId, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*http.Response, error) UpdateTenantBillingInfo(ctx context.Context, tenantId TenantId, body UpdateTenantBillingInfoJSONRequestBody, reqEditors ...RequestEditorFn) (*http.Response, error) // UpdateTenantPlan request with any body UpdateTenantPlanWithBody(ctx context.Context, tenantId TenantId, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*http.Response, error) UpdateTenantPlan(ctx context.Context, tenantId TenantId, body UpdateTenantPlanJSONRequestBody, reqEditors ...RequestEditorFn) (*http.Response, error) // GetTenantUsers request GetTenantUsers(ctx context.Context, tenantId TenantId, reqEditors ...RequestEditorFn) (*http.Response, error) // CreateTenantUser request with any body CreateTenantUserWithBody(ctx context.Context, tenantId TenantId, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*http.Response, error) CreateTenantUser(ctx context.Context, tenantId TenantId, body CreateTenantUserJSONRequestBody, reqEditors ...RequestEditorFn) (*http.Response, error) // DeleteTenantUser request DeleteTenantUser(ctx context.Context, tenantId TenantId, userId UserId, reqEditors ...RequestEditorFn) (*http.Response, error) // GetTenantUser request GetTenantUser(ctx context.Context, tenantId TenantId, userId UserId, reqEditors ...RequestEditorFn) (*http.Response, error) // UpdateTenantUser request with any body UpdateTenantUserWithBody(ctx context.Context, tenantId TenantId, userId UserId, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*http.Response, error) UpdateTenantUser(ctx context.Context, tenantId TenantId, userId UserId, body UpdateTenantUserJSONRequestBody, reqEditors ...RequestEditorFn) (*http.Response, error) // CreateTenantUserRoles request with any body CreateTenantUserRolesWithBody(ctx context.Context, tenantId TenantId, userId UserId, envId EnvId, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*http.Response, error) CreateTenantUserRoles(ctx context.Context, tenantId TenantId, userId UserId, envId EnvId, body CreateTenantUserRolesJSONRequestBody, reqEditors ...RequestEditorFn) (*http.Response, error) // DeleteTenantUserRole request DeleteTenantUserRole(ctx context.Context, tenantId TenantId, userId UserId, envId EnvId, roleName RoleName, reqEditors ...RequestEditorFn) (*http.Response, error) // GetUserAttributes request GetUserAttributes(ctx context.Context, reqEditors ...RequestEditorFn) (*http.Response, error) // CreateUserAttribute request with any body CreateUserAttributeWithBody(ctx context.Context, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*http.Response, error) CreateUserAttribute(ctx context.Context, body CreateUserAttributeJSONRequestBody, reqEditors ...RequestEditorFn) (*http.Response, error) // DeleteUserAttribute request DeleteUserAttribute(ctx context.Context, attributeName string, reqEditors ...RequestEditorFn) (*http.Response, error) // GetUserInfo request GetUserInfo(ctx context.Context, params *GetUserInfoParams, reqEditors ...RequestEditorFn) (*http.Response, error) // GetSaasUsers request GetSaasUsers(ctx context.Context, reqEditors ...RequestEditorFn) (*http.Response, error) // CreateSaasUser request with any body CreateSaasUserWithBody(ctx context.Context, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*http.Response, error) CreateSaasUser(ctx context.Context, body CreateSaasUserJSONRequestBody, reqEditors ...RequestEditorFn) (*http.Response, error) // DeleteSaasUser request DeleteSaasUser(ctx context.Context, userId UserId, reqEditors ...RequestEditorFn) (*http.Response, error) // GetSaasUser request GetSaasUser(ctx context.Context, userId UserId, reqEditors ...RequestEditorFn) (*http.Response, error) // UpdateSaasUserEmail request with any body UpdateSaasUserEmailWithBody(ctx context.Context, userId UserId, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*http.Response, error) UpdateSaasUserEmail(ctx context.Context, userId UserId, body UpdateSaasUserEmailJSONRequestBody, reqEditors ...RequestEditorFn) (*http.Response, error) // GetUserMfaPreference request GetUserMfaPreference(ctx context.Context, userId UserId, reqEditors ...RequestEditorFn) (*http.Response, error) // UpdateUserMfaPreference request with any body UpdateUserMfaPreferenceWithBody(ctx context.Context, userId UserId, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*http.Response, error) UpdateUserMfaPreference(ctx context.Context, userId UserId, body UpdateUserMfaPreferenceJSONRequestBody, reqEditors ...RequestEditorFn) (*http.Response, error) // UpdateSoftwareToken request with any body UpdateSoftwareTokenWithBody(ctx context.Context, userId UserId, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*http.Response, error) UpdateSoftwareToken(ctx context.Context, userId UserId, body UpdateSoftwareTokenJSONRequestBody, reqEditors ...RequestEditorFn) (*http.Response, error) // CreateSecretCode request with any body CreateSecretCodeWithBody(ctx context.Context, userId UserId, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*http.Response, error) CreateSecretCode(ctx context.Context, userId UserId, body CreateSecretCodeJSONRequestBody, reqEditors ...RequestEditorFn) (*http.Response, error) // UpdateSaasUserPassword request with any body UpdateSaasUserPasswordWithBody(ctx context.Context, userId UserId, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*http.Response, error) UpdateSaasUserPassword(ctx context.Context, userId UserId, body UpdateSaasUserPasswordJSONRequestBody, reqEditors ...RequestEditorFn) (*http.Response, error) // UnlinkProvider request UnlinkProvider(ctx context.Context, userId UserId, providerName string, reqEditors ...RequestEditorFn) (*http.Response, error) }
The interface specification for the client above.
type ClientOption ¶
ClientOption allows setting custom parameters during construction
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 ClientSecret ¶
type ClientSecret struct { // ClientSecret クライアントシークレット(client secret) ClientSecret string `json:"client_secret"` }
ClientSecret defines model for ClientSecret.
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) ConfirmSignUpWithAwsMarketplaceWithBodyWithResponse ¶
func (c *ClientWithResponses) ConfirmSignUpWithAwsMarketplaceWithBodyWithResponse(ctx context.Context, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*ConfirmSignUpWithAwsMarketplaceResponse, error)
ConfirmSignUpWithAwsMarketplaceWithBodyWithResponse request with arbitrary body returning *ConfirmSignUpWithAwsMarketplaceResponse
func (*ClientWithResponses) ConfirmSignUpWithAwsMarketplaceWithResponse ¶
func (c *ClientWithResponses) ConfirmSignUpWithAwsMarketplaceWithResponse(ctx context.Context, body ConfirmSignUpWithAwsMarketplaceJSONRequestBody, reqEditors ...RequestEditorFn) (*ConfirmSignUpWithAwsMarketplaceResponse, error)
func (*ClientWithResponses) CreateApiKeyWithResponse ¶
func (c *ClientWithResponses) CreateApiKeyWithResponse(ctx context.Context, reqEditors ...RequestEditorFn) (*CreateApiKeyResponse, error)
CreateApiKeyWithResponse request returning *CreateApiKeyResponse
func (*ClientWithResponses) CreateAuthCredentialsWithBodyWithResponse ¶
func (c *ClientWithResponses) CreateAuthCredentialsWithBodyWithResponse(ctx context.Context, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*CreateAuthCredentialsResponse, error)
CreateAuthCredentialsWithBodyWithResponse request with arbitrary body returning *CreateAuthCredentialsResponse
func (*ClientWithResponses) CreateAuthCredentialsWithResponse ¶
func (c *ClientWithResponses) CreateAuthCredentialsWithResponse(ctx context.Context, body CreateAuthCredentialsJSONRequestBody, reqEditors ...RequestEditorFn) (*CreateAuthCredentialsResponse, error)
func (*ClientWithResponses) CreateEnvWithBodyWithResponse ¶
func (c *ClientWithResponses) CreateEnvWithBodyWithResponse(ctx context.Context, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*CreateEnvResponse, error)
CreateEnvWithBodyWithResponse request with arbitrary body returning *CreateEnvResponse
func (*ClientWithResponses) CreateEnvWithResponse ¶
func (c *ClientWithResponses) CreateEnvWithResponse(ctx context.Context, body CreateEnvJSONRequestBody, reqEditors ...RequestEditorFn) (*CreateEnvResponse, error)
func (*ClientWithResponses) CreateRoleWithBodyWithResponse ¶
func (c *ClientWithResponses) CreateRoleWithBodyWithResponse(ctx context.Context, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*CreateRoleResponse, error)
CreateRoleWithBodyWithResponse request with arbitrary body returning *CreateRoleResponse
func (*ClientWithResponses) CreateRoleWithResponse ¶
func (c *ClientWithResponses) CreateRoleWithResponse(ctx context.Context, body CreateRoleJSONRequestBody, reqEditors ...RequestEditorFn) (*CreateRoleResponse, error)
func (*ClientWithResponses) CreateSaasUserWithBodyWithResponse ¶
func (c *ClientWithResponses) CreateSaasUserWithBodyWithResponse(ctx context.Context, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*CreateSaasUserResponse, error)
CreateSaasUserWithBodyWithResponse request with arbitrary body returning *CreateSaasUserResponse
func (*ClientWithResponses) CreateSaasUserWithResponse ¶
func (c *ClientWithResponses) CreateSaasUserWithResponse(ctx context.Context, body CreateSaasUserJSONRequestBody, reqEditors ...RequestEditorFn) (*CreateSaasUserResponse, error)
func (*ClientWithResponses) CreateSecretCodeWithBodyWithResponse ¶
func (c *ClientWithResponses) CreateSecretCodeWithBodyWithResponse(ctx context.Context, userId UserId, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*CreateSecretCodeResponse, error)
CreateSecretCodeWithBodyWithResponse request with arbitrary body returning *CreateSecretCodeResponse
func (*ClientWithResponses) CreateSecretCodeWithResponse ¶
func (c *ClientWithResponses) CreateSecretCodeWithResponse(ctx context.Context, userId UserId, body CreateSecretCodeJSONRequestBody, reqEditors ...RequestEditorFn) (*CreateSecretCodeResponse, error)
func (*ClientWithResponses) CreateTenantAndPricingWithResponse ¶
func (c *ClientWithResponses) CreateTenantAndPricingWithResponse(ctx context.Context, reqEditors ...RequestEditorFn) (*CreateTenantAndPricingResponse, error)
CreateTenantAndPricingWithResponse request returning *CreateTenantAndPricingResponse
func (*ClientWithResponses) CreateTenantAttributeWithBodyWithResponse ¶
func (c *ClientWithResponses) CreateTenantAttributeWithBodyWithResponse(ctx context.Context, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*CreateTenantAttributeResponse, error)
CreateTenantAttributeWithBodyWithResponse request with arbitrary body returning *CreateTenantAttributeResponse
func (*ClientWithResponses) CreateTenantAttributeWithResponse ¶
func (c *ClientWithResponses) CreateTenantAttributeWithResponse(ctx context.Context, body CreateTenantAttributeJSONRequestBody, reqEditors ...RequestEditorFn) (*CreateTenantAttributeResponse, error)
func (*ClientWithResponses) CreateTenantUserRolesWithBodyWithResponse ¶
func (c *ClientWithResponses) CreateTenantUserRolesWithBodyWithResponse(ctx context.Context, tenantId TenantId, userId UserId, envId EnvId, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*CreateTenantUserRolesResponse, error)
CreateTenantUserRolesWithBodyWithResponse request with arbitrary body returning *CreateTenantUserRolesResponse
func (*ClientWithResponses) CreateTenantUserRolesWithResponse ¶
func (c *ClientWithResponses) CreateTenantUserRolesWithResponse(ctx context.Context, tenantId TenantId, userId UserId, envId EnvId, body CreateTenantUserRolesJSONRequestBody, reqEditors ...RequestEditorFn) (*CreateTenantUserRolesResponse, error)
func (*ClientWithResponses) CreateTenantUserWithBodyWithResponse ¶
func (c *ClientWithResponses) CreateTenantUserWithBodyWithResponse(ctx context.Context, tenantId TenantId, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*CreateTenantUserResponse, error)
CreateTenantUserWithBodyWithResponse request with arbitrary body returning *CreateTenantUserResponse
func (*ClientWithResponses) CreateTenantUserWithResponse ¶
func (c *ClientWithResponses) CreateTenantUserWithResponse(ctx context.Context, tenantId TenantId, body CreateTenantUserJSONRequestBody, reqEditors ...RequestEditorFn) (*CreateTenantUserResponse, error)
func (*ClientWithResponses) CreateTenantWithBodyWithResponse ¶
func (c *ClientWithResponses) CreateTenantWithBodyWithResponse(ctx context.Context, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*CreateTenantResponse, error)
CreateTenantWithBodyWithResponse request with arbitrary body returning *CreateTenantResponse
func (*ClientWithResponses) CreateTenantWithResponse ¶
func (c *ClientWithResponses) CreateTenantWithResponse(ctx context.Context, body CreateTenantJSONRequestBody, reqEditors ...RequestEditorFn) (*CreateTenantResponse, error)
func (*ClientWithResponses) CreateUserAttributeWithBodyWithResponse ¶
func (c *ClientWithResponses) CreateUserAttributeWithBodyWithResponse(ctx context.Context, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*CreateUserAttributeResponse, error)
CreateUserAttributeWithBodyWithResponse request with arbitrary body returning *CreateUserAttributeResponse
func (*ClientWithResponses) CreateUserAttributeWithResponse ¶
func (c *ClientWithResponses) CreateUserAttributeWithResponse(ctx context.Context, body CreateUserAttributeJSONRequestBody, reqEditors ...RequestEditorFn) (*CreateUserAttributeResponse, error)
func (*ClientWithResponses) DeleteApiKeyWithResponse ¶
func (c *ClientWithResponses) DeleteApiKeyWithResponse(ctx context.Context, apiKey ApiKey, reqEditors ...RequestEditorFn) (*DeleteApiKeyResponse, error)
DeleteApiKeyWithResponse request returning *DeleteApiKeyResponse
func (*ClientWithResponses) DeleteEnvWithResponse ¶
func (c *ClientWithResponses) DeleteEnvWithResponse(ctx context.Context, envId EnvId, reqEditors ...RequestEditorFn) (*DeleteEnvResponse, error)
DeleteEnvWithResponse request returning *DeleteEnvResponse
func (*ClientWithResponses) DeleteRoleWithResponse ¶
func (c *ClientWithResponses) DeleteRoleWithResponse(ctx context.Context, roleName RoleName, reqEditors ...RequestEditorFn) (*DeleteRoleResponse, error)
DeleteRoleWithResponse request returning *DeleteRoleResponse
func (*ClientWithResponses) DeleteSaasUserWithResponse ¶
func (c *ClientWithResponses) DeleteSaasUserWithResponse(ctx context.Context, userId UserId, reqEditors ...RequestEditorFn) (*DeleteSaasUserResponse, error)
DeleteSaasUserWithResponse request returning *DeleteSaasUserResponse
func (*ClientWithResponses) DeleteStripeTenantAndPricingWithResponse ¶
func (c *ClientWithResponses) DeleteStripeTenantAndPricingWithResponse(ctx context.Context, reqEditors ...RequestEditorFn) (*DeleteStripeTenantAndPricingResponse, error)
DeleteStripeTenantAndPricingWithResponse request returning *DeleteStripeTenantAndPricingResponse
func (*ClientWithResponses) DeleteTenantAttributeWithResponse ¶
func (c *ClientWithResponses) DeleteTenantAttributeWithResponse(ctx context.Context, attributeName string, reqEditors ...RequestEditorFn) (*DeleteTenantAttributeResponse, error)
DeleteTenantAttributeWithResponse request returning *DeleteTenantAttributeResponse
func (*ClientWithResponses) DeleteTenantUserRoleWithResponse ¶
func (c *ClientWithResponses) DeleteTenantUserRoleWithResponse(ctx context.Context, tenantId TenantId, userId UserId, envId EnvId, roleName RoleName, reqEditors ...RequestEditorFn) (*DeleteTenantUserRoleResponse, error)
DeleteTenantUserRoleWithResponse request returning *DeleteTenantUserRoleResponse
func (*ClientWithResponses) DeleteTenantUserWithResponse ¶
func (c *ClientWithResponses) DeleteTenantUserWithResponse(ctx context.Context, tenantId TenantId, userId UserId, reqEditors ...RequestEditorFn) (*DeleteTenantUserResponse, error)
DeleteTenantUserWithResponse request returning *DeleteTenantUserResponse
func (*ClientWithResponses) DeleteTenantWithResponse ¶
func (c *ClientWithResponses) DeleteTenantWithResponse(ctx context.Context, tenantId TenantId, reqEditors ...RequestEditorFn) (*DeleteTenantResponse, error)
DeleteTenantWithResponse request returning *DeleteTenantResponse
func (*ClientWithResponses) DeleteUserAttributeWithResponse ¶
func (c *ClientWithResponses) DeleteUserAttributeWithResponse(ctx context.Context, attributeName string, reqEditors ...RequestEditorFn) (*DeleteUserAttributeResponse, error)
DeleteUserAttributeWithResponse request returning *DeleteUserAttributeResponse
func (*ClientWithResponses) FindNotificationMessagesWithResponse ¶
func (c *ClientWithResponses) FindNotificationMessagesWithResponse(ctx context.Context, reqEditors ...RequestEditorFn) (*FindNotificationMessagesResponse, error)
FindNotificationMessagesWithResponse request returning *FindNotificationMessagesResponse
func (*ClientWithResponses) GetAllTenantUserWithResponse ¶
func (c *ClientWithResponses) GetAllTenantUserWithResponse(ctx context.Context, userId UserId, reqEditors ...RequestEditorFn) (*GetAllTenantUserResponse, error)
GetAllTenantUserWithResponse request returning *GetAllTenantUserResponse
func (*ClientWithResponses) GetAllTenantUsersWithResponse ¶
func (c *ClientWithResponses) GetAllTenantUsersWithResponse(ctx context.Context, reqEditors ...RequestEditorFn) (*GetAllTenantUsersResponse, error)
GetAllTenantUsersWithResponse request returning *GetAllTenantUsersResponse
func (*ClientWithResponses) GetApiKeysWithResponse ¶
func (c *ClientWithResponses) GetApiKeysWithResponse(ctx context.Context, reqEditors ...RequestEditorFn) (*GetApiKeysResponse, error)
GetApiKeysWithResponse request returning *GetApiKeysResponse
func (*ClientWithResponses) GetAuthCredentialsWithResponse ¶
func (c *ClientWithResponses) GetAuthCredentialsWithResponse(ctx context.Context, params *GetAuthCredentialsParams, reqEditors ...RequestEditorFn) (*GetAuthCredentialsResponse, error)
GetAuthCredentialsWithResponse request returning *GetAuthCredentialsResponse
func (*ClientWithResponses) GetAuthInfoWithResponse ¶
func (c *ClientWithResponses) GetAuthInfoWithResponse(ctx context.Context, reqEditors ...RequestEditorFn) (*GetAuthInfoResponse, error)
GetAuthInfoWithResponse request returning *GetAuthInfoResponse
func (*ClientWithResponses) GetBasicInfoWithResponse ¶
func (c *ClientWithResponses) GetBasicInfoWithResponse(ctx context.Context, reqEditors ...RequestEditorFn) (*GetBasicInfoResponse, error)
GetBasicInfoWithResponse request returning *GetBasicInfoResponse
func (*ClientWithResponses) GetClientSecretWithResponse ¶
func (c *ClientWithResponses) GetClientSecretWithResponse(ctx context.Context, reqEditors ...RequestEditorFn) (*GetClientSecretResponse, error)
GetClientSecretWithResponse request returning *GetClientSecretResponse
func (*ClientWithResponses) GetCustomizePageSettingsWithResponse ¶
func (c *ClientWithResponses) GetCustomizePageSettingsWithResponse(ctx context.Context, reqEditors ...RequestEditorFn) (*GetCustomizePageSettingsResponse, error)
GetCustomizePageSettingsWithResponse request returning *GetCustomizePageSettingsResponse
func (*ClientWithResponses) GetCustomizePagesWithResponse ¶
func (c *ClientWithResponses) GetCustomizePagesWithResponse(ctx context.Context, reqEditors ...RequestEditorFn) (*GetCustomizePagesResponse, error)
GetCustomizePagesWithResponse request returning *GetCustomizePagesResponse
func (*ClientWithResponses) GetEnvWithResponse ¶
func (c *ClientWithResponses) GetEnvWithResponse(ctx context.Context, envId EnvId, reqEditors ...RequestEditorFn) (*GetEnvResponse, error)
GetEnvWithResponse request returning *GetEnvResponse
func (*ClientWithResponses) GetEnvsWithResponse ¶
func (c *ClientWithResponses) GetEnvsWithResponse(ctx context.Context, reqEditors ...RequestEditorFn) (*GetEnvsResponse, error)
GetEnvsWithResponse request returning *GetEnvsResponse
func (*ClientWithResponses) GetIdentityProvidersWithResponse ¶
func (c *ClientWithResponses) GetIdentityProvidersWithResponse(ctx context.Context, reqEditors ...RequestEditorFn) (*GetIdentityProvidersResponse, error)
GetIdentityProvidersWithResponse request returning *GetIdentityProvidersResponse
func (*ClientWithResponses) GetRolesWithResponse ¶
func (c *ClientWithResponses) GetRolesWithResponse(ctx context.Context, reqEditors ...RequestEditorFn) (*GetRolesResponse, error)
GetRolesWithResponse request returning *GetRolesResponse
func (*ClientWithResponses) GetSaasIdWithResponse ¶
func (c *ClientWithResponses) GetSaasIdWithResponse(ctx context.Context, reqEditors ...RequestEditorFn) (*GetSaasIdResponse, error)
GetSaasIdWithResponse request returning *GetSaasIdResponse
func (*ClientWithResponses) GetSaasUserWithResponse ¶
func (c *ClientWithResponses) GetSaasUserWithResponse(ctx context.Context, userId UserId, reqEditors ...RequestEditorFn) (*GetSaasUserResponse, error)
GetSaasUserWithResponse request returning *GetSaasUserResponse
func (*ClientWithResponses) GetSaasUsersWithResponse ¶
func (c *ClientWithResponses) GetSaasUsersWithResponse(ctx context.Context, reqEditors ...RequestEditorFn) (*GetSaasUsersResponse, error)
GetSaasUsersWithResponse request returning *GetSaasUsersResponse
func (*ClientWithResponses) GetSignInSettingsWithResponse ¶
func (c *ClientWithResponses) GetSignInSettingsWithResponse(ctx context.Context, reqEditors ...RequestEditorFn) (*GetSignInSettingsResponse, error)
GetSignInSettingsWithResponse request returning *GetSignInSettingsResponse
func (*ClientWithResponses) GetTenantAttributesWithResponse ¶
func (c *ClientWithResponses) GetTenantAttributesWithResponse(ctx context.Context, reqEditors ...RequestEditorFn) (*GetTenantAttributesResponse, error)
GetTenantAttributesWithResponse request returning *GetTenantAttributesResponse
func (*ClientWithResponses) GetTenantUserWithResponse ¶
func (c *ClientWithResponses) GetTenantUserWithResponse(ctx context.Context, tenantId TenantId, userId UserId, reqEditors ...RequestEditorFn) (*GetTenantUserResponse, error)
GetTenantUserWithResponse request returning *GetTenantUserResponse
func (*ClientWithResponses) GetTenantUsersWithResponse ¶
func (c *ClientWithResponses) GetTenantUsersWithResponse(ctx context.Context, tenantId TenantId, reqEditors ...RequestEditorFn) (*GetTenantUsersResponse, error)
GetTenantUsersWithResponse request returning *GetTenantUsersResponse
func (*ClientWithResponses) GetTenantWithResponse ¶
func (c *ClientWithResponses) GetTenantWithResponse(ctx context.Context, tenantId TenantId, reqEditors ...RequestEditorFn) (*GetTenantResponse, error)
GetTenantWithResponse request returning *GetTenantResponse
func (*ClientWithResponses) GetTenantsWithResponse ¶
func (c *ClientWithResponses) GetTenantsWithResponse(ctx context.Context, reqEditors ...RequestEditorFn) (*GetTenantsResponse, error)
GetTenantsWithResponse request returning *GetTenantsResponse
func (*ClientWithResponses) GetUserAttributesWithResponse ¶
func (c *ClientWithResponses) GetUserAttributesWithResponse(ctx context.Context, reqEditors ...RequestEditorFn) (*GetUserAttributesResponse, error)
GetUserAttributesWithResponse request returning *GetUserAttributesResponse
func (*ClientWithResponses) GetUserInfoWithResponse ¶
func (c *ClientWithResponses) GetUserInfoWithResponse(ctx context.Context, params *GetUserInfoParams, reqEditors ...RequestEditorFn) (*GetUserInfoResponse, error)
GetUserInfoWithResponse request returning *GetUserInfoResponse
func (*ClientWithResponses) GetUserMfaPreferenceWithResponse ¶
func (c *ClientWithResponses) GetUserMfaPreferenceWithResponse(ctx context.Context, userId UserId, reqEditors ...RequestEditorFn) (*GetUserMfaPreferenceResponse, error)
GetUserMfaPreferenceWithResponse request returning *GetUserMfaPreferenceResponse
func (*ClientWithResponses) LinkAwsMarketplaceWithBodyWithResponse ¶
func (c *ClientWithResponses) LinkAwsMarketplaceWithBodyWithResponse(ctx context.Context, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*LinkAwsMarketplaceResponse, error)
LinkAwsMarketplaceWithBodyWithResponse request with arbitrary body returning *LinkAwsMarketplaceResponse
func (*ClientWithResponses) LinkAwsMarketplaceWithResponse ¶
func (c *ClientWithResponses) LinkAwsMarketplaceWithResponse(ctx context.Context, body LinkAwsMarketplaceJSONRequestBody, reqEditors ...RequestEditorFn) (*LinkAwsMarketplaceResponse, error)
func (*ClientWithResponses) ResendSignUpConfirmationEmailWithBodyWithResponse ¶
func (c *ClientWithResponses) ResendSignUpConfirmationEmailWithBodyWithResponse(ctx context.Context, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*ResendSignUpConfirmationEmailResponse, error)
ResendSignUpConfirmationEmailWithBodyWithResponse request with arbitrary body returning *ResendSignUpConfirmationEmailResponse
func (*ClientWithResponses) ResendSignUpConfirmationEmailWithResponse ¶
func (c *ClientWithResponses) ResendSignUpConfirmationEmailWithResponse(ctx context.Context, body ResendSignUpConfirmationEmailJSONRequestBody, reqEditors ...RequestEditorFn) (*ResendSignUpConfirmationEmailResponse, error)
func (*ClientWithResponses) ResetPlanWithResponse ¶
func (c *ClientWithResponses) ResetPlanWithResponse(ctx context.Context, reqEditors ...RequestEditorFn) (*ResetPlanResponse, error)
ResetPlanWithResponse request returning *ResetPlanResponse
func (*ClientWithResponses) ReturnInternalServerErrorWithResponse ¶
func (c *ClientWithResponses) ReturnInternalServerErrorWithResponse(ctx context.Context, reqEditors ...RequestEditorFn) (*ReturnInternalServerErrorResponse, error)
ReturnInternalServerErrorWithResponse request returning *ReturnInternalServerErrorResponse
func (*ClientWithResponses) SignUpWithAwsMarketplaceWithBodyWithResponse ¶
func (c *ClientWithResponses) SignUpWithAwsMarketplaceWithBodyWithResponse(ctx context.Context, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*SignUpWithAwsMarketplaceResponse, error)
SignUpWithAwsMarketplaceWithBodyWithResponse request with arbitrary body returning *SignUpWithAwsMarketplaceResponse
func (*ClientWithResponses) SignUpWithAwsMarketplaceWithResponse ¶
func (c *ClientWithResponses) SignUpWithAwsMarketplaceWithResponse(ctx context.Context, body SignUpWithAwsMarketplaceJSONRequestBody, reqEditors ...RequestEditorFn) (*SignUpWithAwsMarketplaceResponse, error)
func (*ClientWithResponses) SignUpWithBodyWithResponse ¶
func (c *ClientWithResponses) SignUpWithBodyWithResponse(ctx context.Context, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*SignUpResponse, error)
SignUpWithBodyWithResponse request with arbitrary body returning *SignUpResponse
func (*ClientWithResponses) SignUpWithResponse ¶
func (c *ClientWithResponses) SignUpWithResponse(ctx context.Context, body SignUpJSONRequestBody, reqEditors ...RequestEditorFn) (*SignUpResponse, error)
func (*ClientWithResponses) UnlinkProviderWithResponse ¶
func (c *ClientWithResponses) UnlinkProviderWithResponse(ctx context.Context, userId UserId, providerName string, reqEditors ...RequestEditorFn) (*UnlinkProviderResponse, error)
UnlinkProviderWithResponse request returning *UnlinkProviderResponse
func (*ClientWithResponses) UpdateAuthInfoWithBodyWithResponse ¶
func (c *ClientWithResponses) UpdateAuthInfoWithBodyWithResponse(ctx context.Context, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*UpdateAuthInfoResponse, error)
UpdateAuthInfoWithBodyWithResponse request with arbitrary body returning *UpdateAuthInfoResponse
func (*ClientWithResponses) UpdateAuthInfoWithResponse ¶
func (c *ClientWithResponses) UpdateAuthInfoWithResponse(ctx context.Context, body UpdateAuthInfoJSONRequestBody, reqEditors ...RequestEditorFn) (*UpdateAuthInfoResponse, error)
func (*ClientWithResponses) UpdateBasicInfoWithBodyWithResponse ¶
func (c *ClientWithResponses) UpdateBasicInfoWithBodyWithResponse(ctx context.Context, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*UpdateBasicInfoResponse, error)
UpdateBasicInfoWithBodyWithResponse request with arbitrary body returning *UpdateBasicInfoResponse
func (*ClientWithResponses) UpdateBasicInfoWithResponse ¶
func (c *ClientWithResponses) UpdateBasicInfoWithResponse(ctx context.Context, body UpdateBasicInfoJSONRequestBody, reqEditors ...RequestEditorFn) (*UpdateBasicInfoResponse, error)
func (*ClientWithResponses) UpdateClientSecretWithResponse ¶
func (c *ClientWithResponses) UpdateClientSecretWithResponse(ctx context.Context, reqEditors ...RequestEditorFn) (*UpdateClientSecretResponse, error)
UpdateClientSecretWithResponse request returning *UpdateClientSecretResponse
func (*ClientWithResponses) UpdateCustomizePageSettingsWithBodyWithResponse ¶
func (c *ClientWithResponses) UpdateCustomizePageSettingsWithBodyWithResponse(ctx context.Context, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*UpdateCustomizePageSettingsResponse, error)
UpdateCustomizePageSettingsWithBodyWithResponse request with arbitrary body returning *UpdateCustomizePageSettingsResponse
func (*ClientWithResponses) UpdateCustomizePageSettingsWithResponse ¶
func (c *ClientWithResponses) UpdateCustomizePageSettingsWithResponse(ctx context.Context, body UpdateCustomizePageSettingsJSONRequestBody, reqEditors ...RequestEditorFn) (*UpdateCustomizePageSettingsResponse, error)
func (*ClientWithResponses) UpdateCustomizePagesWithBodyWithResponse ¶
func (c *ClientWithResponses) UpdateCustomizePagesWithBodyWithResponse(ctx context.Context, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*UpdateCustomizePagesResponse, error)
UpdateCustomizePagesWithBodyWithResponse request with arbitrary body returning *UpdateCustomizePagesResponse
func (*ClientWithResponses) UpdateCustomizePagesWithResponse ¶
func (c *ClientWithResponses) UpdateCustomizePagesWithResponse(ctx context.Context, body UpdateCustomizePagesJSONRequestBody, reqEditors ...RequestEditorFn) (*UpdateCustomizePagesResponse, error)
func (*ClientWithResponses) UpdateEnvWithBodyWithResponse ¶
func (c *ClientWithResponses) UpdateEnvWithBodyWithResponse(ctx context.Context, envId EnvId, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*UpdateEnvResponse, error)
UpdateEnvWithBodyWithResponse request with arbitrary body returning *UpdateEnvResponse
func (*ClientWithResponses) UpdateEnvWithResponse ¶
func (c *ClientWithResponses) UpdateEnvWithResponse(ctx context.Context, envId EnvId, body UpdateEnvJSONRequestBody, reqEditors ...RequestEditorFn) (*UpdateEnvResponse, error)
func (*ClientWithResponses) UpdateIdentityProviderWithBodyWithResponse ¶
func (c *ClientWithResponses) UpdateIdentityProviderWithBodyWithResponse(ctx context.Context, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*UpdateIdentityProviderResponse, error)
UpdateIdentityProviderWithBodyWithResponse request with arbitrary body returning *UpdateIdentityProviderResponse
func (*ClientWithResponses) UpdateIdentityProviderWithResponse ¶
func (c *ClientWithResponses) UpdateIdentityProviderWithResponse(ctx context.Context, body UpdateIdentityProviderJSONRequestBody, reqEditors ...RequestEditorFn) (*UpdateIdentityProviderResponse, error)
func (*ClientWithResponses) UpdateNotificationMessagesWithBodyWithResponse ¶
func (c *ClientWithResponses) UpdateNotificationMessagesWithBodyWithResponse(ctx context.Context, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*UpdateNotificationMessagesResponse, error)
UpdateNotificationMessagesWithBodyWithResponse request with arbitrary body returning *UpdateNotificationMessagesResponse
func (*ClientWithResponses) UpdateNotificationMessagesWithResponse ¶
func (c *ClientWithResponses) UpdateNotificationMessagesWithResponse(ctx context.Context, body UpdateNotificationMessagesJSONRequestBody, reqEditors ...RequestEditorFn) (*UpdateNotificationMessagesResponse, error)
func (*ClientWithResponses) UpdateSaasIdWithResponse ¶
func (c *ClientWithResponses) UpdateSaasIdWithResponse(ctx context.Context, reqEditors ...RequestEditorFn) (*UpdateSaasIdResponse, error)
UpdateSaasIdWithResponse request returning *UpdateSaasIdResponse
func (*ClientWithResponses) UpdateSaasUserEmailWithBodyWithResponse ¶
func (c *ClientWithResponses) UpdateSaasUserEmailWithBodyWithResponse(ctx context.Context, userId UserId, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*UpdateSaasUserEmailResponse, error)
UpdateSaasUserEmailWithBodyWithResponse request with arbitrary body returning *UpdateSaasUserEmailResponse
func (*ClientWithResponses) UpdateSaasUserEmailWithResponse ¶
func (c *ClientWithResponses) UpdateSaasUserEmailWithResponse(ctx context.Context, userId UserId, body UpdateSaasUserEmailJSONRequestBody, reqEditors ...RequestEditorFn) (*UpdateSaasUserEmailResponse, error)
func (*ClientWithResponses) UpdateSaasUserPasswordWithBodyWithResponse ¶
func (c *ClientWithResponses) UpdateSaasUserPasswordWithBodyWithResponse(ctx context.Context, userId UserId, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*UpdateSaasUserPasswordResponse, error)
UpdateSaasUserPasswordWithBodyWithResponse request with arbitrary body returning *UpdateSaasUserPasswordResponse
func (*ClientWithResponses) UpdateSaasUserPasswordWithResponse ¶
func (c *ClientWithResponses) UpdateSaasUserPasswordWithResponse(ctx context.Context, userId UserId, body UpdateSaasUserPasswordJSONRequestBody, reqEditors ...RequestEditorFn) (*UpdateSaasUserPasswordResponse, error)
func (*ClientWithResponses) UpdateSignInSettingsWithBodyWithResponse ¶
func (c *ClientWithResponses) UpdateSignInSettingsWithBodyWithResponse(ctx context.Context, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*UpdateSignInSettingsResponse, error)
UpdateSignInSettingsWithBodyWithResponse request with arbitrary body returning *UpdateSignInSettingsResponse
func (*ClientWithResponses) UpdateSignInSettingsWithResponse ¶
func (c *ClientWithResponses) UpdateSignInSettingsWithResponse(ctx context.Context, body UpdateSignInSettingsJSONRequestBody, reqEditors ...RequestEditorFn) (*UpdateSignInSettingsResponse, error)
func (*ClientWithResponses) UpdateSoftwareTokenWithBodyWithResponse ¶
func (c *ClientWithResponses) UpdateSoftwareTokenWithBodyWithResponse(ctx context.Context, userId UserId, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*UpdateSoftwareTokenResponse, error)
UpdateSoftwareTokenWithBodyWithResponse request with arbitrary body returning *UpdateSoftwareTokenResponse
func (*ClientWithResponses) UpdateSoftwareTokenWithResponse ¶
func (c *ClientWithResponses) UpdateSoftwareTokenWithResponse(ctx context.Context, userId UserId, body UpdateSoftwareTokenJSONRequestBody, reqEditors ...RequestEditorFn) (*UpdateSoftwareTokenResponse, error)
func (*ClientWithResponses) UpdateTenantBillingInfoWithBodyWithResponse ¶
func (c *ClientWithResponses) UpdateTenantBillingInfoWithBodyWithResponse(ctx context.Context, tenantId TenantId, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*UpdateTenantBillingInfoResponse, error)
UpdateTenantBillingInfoWithBodyWithResponse request with arbitrary body returning *UpdateTenantBillingInfoResponse
func (*ClientWithResponses) UpdateTenantBillingInfoWithResponse ¶
func (c *ClientWithResponses) UpdateTenantBillingInfoWithResponse(ctx context.Context, tenantId TenantId, body UpdateTenantBillingInfoJSONRequestBody, reqEditors ...RequestEditorFn) (*UpdateTenantBillingInfoResponse, error)
func (*ClientWithResponses) UpdateTenantPlanWithBodyWithResponse ¶
func (c *ClientWithResponses) UpdateTenantPlanWithBodyWithResponse(ctx context.Context, tenantId TenantId, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*UpdateTenantPlanResponse, error)
UpdateTenantPlanWithBodyWithResponse request with arbitrary body returning *UpdateTenantPlanResponse
func (*ClientWithResponses) UpdateTenantPlanWithResponse ¶
func (c *ClientWithResponses) UpdateTenantPlanWithResponse(ctx context.Context, tenantId TenantId, body UpdateTenantPlanJSONRequestBody, reqEditors ...RequestEditorFn) (*UpdateTenantPlanResponse, error)
func (*ClientWithResponses) UpdateTenantUserWithBodyWithResponse ¶
func (c *ClientWithResponses) UpdateTenantUserWithBodyWithResponse(ctx context.Context, tenantId TenantId, userId UserId, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*UpdateTenantUserResponse, error)
UpdateTenantUserWithBodyWithResponse request with arbitrary body returning *UpdateTenantUserResponse
func (*ClientWithResponses) UpdateTenantUserWithResponse ¶
func (c *ClientWithResponses) UpdateTenantUserWithResponse(ctx context.Context, tenantId TenantId, userId UserId, body UpdateTenantUserJSONRequestBody, reqEditors ...RequestEditorFn) (*UpdateTenantUserResponse, error)
func (*ClientWithResponses) UpdateTenantWithBodyWithResponse ¶
func (c *ClientWithResponses) UpdateTenantWithBodyWithResponse(ctx context.Context, tenantId TenantId, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*UpdateTenantResponse, error)
UpdateTenantWithBodyWithResponse request with arbitrary body returning *UpdateTenantResponse
func (*ClientWithResponses) UpdateTenantWithResponse ¶
func (c *ClientWithResponses) UpdateTenantWithResponse(ctx context.Context, tenantId TenantId, body UpdateTenantJSONRequestBody, reqEditors ...RequestEditorFn) (*UpdateTenantResponse, error)
func (*ClientWithResponses) UpdateUserMfaPreferenceWithBodyWithResponse ¶
func (c *ClientWithResponses) UpdateUserMfaPreferenceWithBodyWithResponse(ctx context.Context, userId UserId, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*UpdateUserMfaPreferenceResponse, error)
UpdateUserMfaPreferenceWithBodyWithResponse request with arbitrary body returning *UpdateUserMfaPreferenceResponse
func (*ClientWithResponses) UpdateUserMfaPreferenceWithResponse ¶
func (c *ClientWithResponses) UpdateUserMfaPreferenceWithResponse(ctx context.Context, userId UserId, body UpdateUserMfaPreferenceJSONRequestBody, reqEditors ...RequestEditorFn) (*UpdateUserMfaPreferenceResponse, error)
type ClientWithResponsesInterface ¶
type ClientWithResponsesInterface interface { // GetApiKeys request GetApiKeysWithResponse(ctx context.Context, reqEditors ...RequestEditorFn) (*GetApiKeysResponse, error) // CreateApiKey request CreateApiKeyWithResponse(ctx context.Context, reqEditors ...RequestEditorFn) (*CreateApiKeyResponse, error) // DeleteApiKey request DeleteApiKeyWithResponse(ctx context.Context, apiKey ApiKey, reqEditors ...RequestEditorFn) (*DeleteApiKeyResponse, error) // GetAuthInfo request GetAuthInfoWithResponse(ctx context.Context, reqEditors ...RequestEditorFn) (*GetAuthInfoResponse, error) // UpdateAuthInfo request with any body UpdateAuthInfoWithBodyWithResponse(ctx context.Context, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*UpdateAuthInfoResponse, error) UpdateAuthInfoWithResponse(ctx context.Context, body UpdateAuthInfoJSONRequestBody, reqEditors ...RequestEditorFn) (*UpdateAuthInfoResponse, error) // LinkAwsMarketplace request with any body LinkAwsMarketplaceWithBodyWithResponse(ctx context.Context, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*LinkAwsMarketplaceResponse, error) LinkAwsMarketplaceWithResponse(ctx context.Context, body LinkAwsMarketplaceJSONRequestBody, reqEditors ...RequestEditorFn) (*LinkAwsMarketplaceResponse, error) // SignUpWithAwsMarketplace request with any body SignUpWithAwsMarketplaceWithBodyWithResponse(ctx context.Context, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*SignUpWithAwsMarketplaceResponse, error) SignUpWithAwsMarketplaceWithResponse(ctx context.Context, body SignUpWithAwsMarketplaceJSONRequestBody, reqEditors ...RequestEditorFn) (*SignUpWithAwsMarketplaceResponse, error) // ConfirmSignUpWithAwsMarketplace request with any body ConfirmSignUpWithAwsMarketplaceWithBodyWithResponse(ctx context.Context, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*ConfirmSignUpWithAwsMarketplaceResponse, error) ConfirmSignUpWithAwsMarketplaceWithResponse(ctx context.Context, body ConfirmSignUpWithAwsMarketplaceJSONRequestBody, reqEditors ...RequestEditorFn) (*ConfirmSignUpWithAwsMarketplaceResponse, error) // GetBasicInfo request GetBasicInfoWithResponse(ctx context.Context, reqEditors ...RequestEditorFn) (*GetBasicInfoResponse, error) // UpdateBasicInfo request with any body UpdateBasicInfoWithBodyWithResponse(ctx context.Context, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*UpdateBasicInfoResponse, error) UpdateBasicInfoWithResponse(ctx context.Context, body UpdateBasicInfoJSONRequestBody, reqEditors ...RequestEditorFn) (*UpdateBasicInfoResponse, error) // GetClientSecret request GetClientSecretWithResponse(ctx context.Context, reqEditors ...RequestEditorFn) (*GetClientSecretResponse, error) // UpdateClientSecret request UpdateClientSecretWithResponse(ctx context.Context, reqEditors ...RequestEditorFn) (*UpdateClientSecretResponse, error) // GetAuthCredentials request GetAuthCredentialsWithResponse(ctx context.Context, params *GetAuthCredentialsParams, reqEditors ...RequestEditorFn) (*GetAuthCredentialsResponse, error) // CreateAuthCredentials request with any body CreateAuthCredentialsWithBodyWithResponse(ctx context.Context, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*CreateAuthCredentialsResponse, error) CreateAuthCredentialsWithResponse(ctx context.Context, body CreateAuthCredentialsJSONRequestBody, reqEditors ...RequestEditorFn) (*CreateAuthCredentialsResponse, error) // GetCustomizePageSettings request GetCustomizePageSettingsWithResponse(ctx context.Context, reqEditors ...RequestEditorFn) (*GetCustomizePageSettingsResponse, error) // UpdateCustomizePageSettings request with any body UpdateCustomizePageSettingsWithBodyWithResponse(ctx context.Context, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*UpdateCustomizePageSettingsResponse, error) UpdateCustomizePageSettingsWithResponse(ctx context.Context, body UpdateCustomizePageSettingsJSONRequestBody, reqEditors ...RequestEditorFn) (*UpdateCustomizePageSettingsResponse, error) // GetCustomizePages request GetCustomizePagesWithResponse(ctx context.Context, reqEditors ...RequestEditorFn) (*GetCustomizePagesResponse, error) // UpdateCustomizePages request with any body UpdateCustomizePagesWithBodyWithResponse(ctx context.Context, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*UpdateCustomizePagesResponse, error) UpdateCustomizePagesWithResponse(ctx context.Context, body UpdateCustomizePagesJSONRequestBody, reqEditors ...RequestEditorFn) (*UpdateCustomizePagesResponse, error) // GetEnvs request GetEnvsWithResponse(ctx context.Context, reqEditors ...RequestEditorFn) (*GetEnvsResponse, error) // CreateEnv request with any body CreateEnvWithBodyWithResponse(ctx context.Context, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*CreateEnvResponse, error) CreateEnvWithResponse(ctx context.Context, body CreateEnvJSONRequestBody, reqEditors ...RequestEditorFn) (*CreateEnvResponse, error) // DeleteEnv request DeleteEnvWithResponse(ctx context.Context, envId EnvId, reqEditors ...RequestEditorFn) (*DeleteEnvResponse, error) // GetEnv request GetEnvWithResponse(ctx context.Context, envId EnvId, reqEditors ...RequestEditorFn) (*GetEnvResponse, error) // UpdateEnv request with any body UpdateEnvWithBodyWithResponse(ctx context.Context, envId EnvId, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*UpdateEnvResponse, error) UpdateEnvWithResponse(ctx context.Context, envId EnvId, body UpdateEnvJSONRequestBody, reqEditors ...RequestEditorFn) (*UpdateEnvResponse, error) // ReturnInternalServerError request ReturnInternalServerErrorWithResponse(ctx context.Context, reqEditors ...RequestEditorFn) (*ReturnInternalServerErrorResponse, error) // GetIdentityProviders request GetIdentityProvidersWithResponse(ctx context.Context, reqEditors ...RequestEditorFn) (*GetIdentityProvidersResponse, error) // UpdateIdentityProvider request with any body UpdateIdentityProviderWithBodyWithResponse(ctx context.Context, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*UpdateIdentityProviderResponse, error) UpdateIdentityProviderWithResponse(ctx context.Context, body UpdateIdentityProviderJSONRequestBody, reqEditors ...RequestEditorFn) (*UpdateIdentityProviderResponse, error) // FindNotificationMessages request FindNotificationMessagesWithResponse(ctx context.Context, reqEditors ...RequestEditorFn) (*FindNotificationMessagesResponse, error) // UpdateNotificationMessages request with any body UpdateNotificationMessagesWithBodyWithResponse(ctx context.Context, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*UpdateNotificationMessagesResponse, error) UpdateNotificationMessagesWithResponse(ctx context.Context, body UpdateNotificationMessagesJSONRequestBody, reqEditors ...RequestEditorFn) (*UpdateNotificationMessagesResponse, error) // ResetPlan request ResetPlanWithResponse(ctx context.Context, reqEditors ...RequestEditorFn) (*ResetPlanResponse, error) // GetRoles request GetRolesWithResponse(ctx context.Context, reqEditors ...RequestEditorFn) (*GetRolesResponse, error) // CreateRole request with any body CreateRoleWithBodyWithResponse(ctx context.Context, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*CreateRoleResponse, error) CreateRoleWithResponse(ctx context.Context, body CreateRoleJSONRequestBody, reqEditors ...RequestEditorFn) (*CreateRoleResponse, error) // DeleteRole request DeleteRoleWithResponse(ctx context.Context, roleName RoleName, reqEditors ...RequestEditorFn) (*DeleteRoleResponse, error) // GetSaasId request GetSaasIdWithResponse(ctx context.Context, reqEditors ...RequestEditorFn) (*GetSaasIdResponse, error) // UpdateSaasId request UpdateSaasIdWithResponse(ctx context.Context, reqEditors ...RequestEditorFn) (*UpdateSaasIdResponse, error) // GetSignInSettings request GetSignInSettingsWithResponse(ctx context.Context, reqEditors ...RequestEditorFn) (*GetSignInSettingsResponse, error) // UpdateSignInSettings request with any body UpdateSignInSettingsWithBodyWithResponse(ctx context.Context, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*UpdateSignInSettingsResponse, error) UpdateSignInSettingsWithResponse(ctx context.Context, body UpdateSignInSettingsJSONRequestBody, reqEditors ...RequestEditorFn) (*UpdateSignInSettingsResponse, error) // SignUp request with any body SignUpWithBodyWithResponse(ctx context.Context, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*SignUpResponse, error) SignUpWithResponse(ctx context.Context, body SignUpJSONRequestBody, reqEditors ...RequestEditorFn) (*SignUpResponse, error) // ResendSignUpConfirmationEmail request with any body ResendSignUpConfirmationEmailWithBodyWithResponse(ctx context.Context, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*ResendSignUpConfirmationEmailResponse, error) ResendSignUpConfirmationEmailWithResponse(ctx context.Context, body ResendSignUpConfirmationEmailJSONRequestBody, reqEditors ...RequestEditorFn) (*ResendSignUpConfirmationEmailResponse, error) // DeleteStripeTenantAndPricing request DeleteStripeTenantAndPricingWithResponse(ctx context.Context, reqEditors ...RequestEditorFn) (*DeleteStripeTenantAndPricingResponse, error) // CreateTenantAndPricing request CreateTenantAndPricingWithResponse(ctx context.Context, reqEditors ...RequestEditorFn) (*CreateTenantAndPricingResponse, error) // GetTenantAttributes request GetTenantAttributesWithResponse(ctx context.Context, reqEditors ...RequestEditorFn) (*GetTenantAttributesResponse, error) // CreateTenantAttribute request with any body CreateTenantAttributeWithBodyWithResponse(ctx context.Context, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*CreateTenantAttributeResponse, error) CreateTenantAttributeWithResponse(ctx context.Context, body CreateTenantAttributeJSONRequestBody, reqEditors ...RequestEditorFn) (*CreateTenantAttributeResponse, error) // DeleteTenantAttribute request DeleteTenantAttributeWithResponse(ctx context.Context, attributeName string, reqEditors ...RequestEditorFn) (*DeleteTenantAttributeResponse, error) // GetTenants request GetTenantsWithResponse(ctx context.Context, reqEditors ...RequestEditorFn) (*GetTenantsResponse, error) // CreateTenant request with any body CreateTenantWithBodyWithResponse(ctx context.Context, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*CreateTenantResponse, error) CreateTenantWithResponse(ctx context.Context, body CreateTenantJSONRequestBody, reqEditors ...RequestEditorFn) (*CreateTenantResponse, error) // GetAllTenantUsers request GetAllTenantUsersWithResponse(ctx context.Context, reqEditors ...RequestEditorFn) (*GetAllTenantUsersResponse, error) // GetAllTenantUser request GetAllTenantUserWithResponse(ctx context.Context, userId UserId, reqEditors ...RequestEditorFn) (*GetAllTenantUserResponse, error) // DeleteTenant request DeleteTenantWithResponse(ctx context.Context, tenantId TenantId, reqEditors ...RequestEditorFn) (*DeleteTenantResponse, error) // GetTenant request GetTenantWithResponse(ctx context.Context, tenantId TenantId, reqEditors ...RequestEditorFn) (*GetTenantResponse, error) // UpdateTenant request with any body UpdateTenantWithBodyWithResponse(ctx context.Context, tenantId TenantId, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*UpdateTenantResponse, error) UpdateTenantWithResponse(ctx context.Context, tenantId TenantId, body UpdateTenantJSONRequestBody, reqEditors ...RequestEditorFn) (*UpdateTenantResponse, error) // UpdateTenantBillingInfo request with any body UpdateTenantBillingInfoWithBodyWithResponse(ctx context.Context, tenantId TenantId, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*UpdateTenantBillingInfoResponse, error) UpdateTenantBillingInfoWithResponse(ctx context.Context, tenantId TenantId, body UpdateTenantBillingInfoJSONRequestBody, reqEditors ...RequestEditorFn) (*UpdateTenantBillingInfoResponse, error) // UpdateTenantPlan request with any body UpdateTenantPlanWithBodyWithResponse(ctx context.Context, tenantId TenantId, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*UpdateTenantPlanResponse, error) UpdateTenantPlanWithResponse(ctx context.Context, tenantId TenantId, body UpdateTenantPlanJSONRequestBody, reqEditors ...RequestEditorFn) (*UpdateTenantPlanResponse, error) // GetTenantUsers request GetTenantUsersWithResponse(ctx context.Context, tenantId TenantId, reqEditors ...RequestEditorFn) (*GetTenantUsersResponse, error) // CreateTenantUser request with any body CreateTenantUserWithBodyWithResponse(ctx context.Context, tenantId TenantId, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*CreateTenantUserResponse, error) CreateTenantUserWithResponse(ctx context.Context, tenantId TenantId, body CreateTenantUserJSONRequestBody, reqEditors ...RequestEditorFn) (*CreateTenantUserResponse, error) // DeleteTenantUser request DeleteTenantUserWithResponse(ctx context.Context, tenantId TenantId, userId UserId, reqEditors ...RequestEditorFn) (*DeleteTenantUserResponse, error) // GetTenantUser request GetTenantUserWithResponse(ctx context.Context, tenantId TenantId, userId UserId, reqEditors ...RequestEditorFn) (*GetTenantUserResponse, error) // UpdateTenantUser request with any body UpdateTenantUserWithBodyWithResponse(ctx context.Context, tenantId TenantId, userId UserId, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*UpdateTenantUserResponse, error) UpdateTenantUserWithResponse(ctx context.Context, tenantId TenantId, userId UserId, body UpdateTenantUserJSONRequestBody, reqEditors ...RequestEditorFn) (*UpdateTenantUserResponse, error) // CreateTenantUserRoles request with any body CreateTenantUserRolesWithBodyWithResponse(ctx context.Context, tenantId TenantId, userId UserId, envId EnvId, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*CreateTenantUserRolesResponse, error) CreateTenantUserRolesWithResponse(ctx context.Context, tenantId TenantId, userId UserId, envId EnvId, body CreateTenantUserRolesJSONRequestBody, reqEditors ...RequestEditorFn) (*CreateTenantUserRolesResponse, error) // DeleteTenantUserRole request DeleteTenantUserRoleWithResponse(ctx context.Context, tenantId TenantId, userId UserId, envId EnvId, roleName RoleName, reqEditors ...RequestEditorFn) (*DeleteTenantUserRoleResponse, error) // GetUserAttributes request GetUserAttributesWithResponse(ctx context.Context, reqEditors ...RequestEditorFn) (*GetUserAttributesResponse, error) // CreateUserAttribute request with any body CreateUserAttributeWithBodyWithResponse(ctx context.Context, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*CreateUserAttributeResponse, error) CreateUserAttributeWithResponse(ctx context.Context, body CreateUserAttributeJSONRequestBody, reqEditors ...RequestEditorFn) (*CreateUserAttributeResponse, error) // DeleteUserAttribute request DeleteUserAttributeWithResponse(ctx context.Context, attributeName string, reqEditors ...RequestEditorFn) (*DeleteUserAttributeResponse, error) // GetUserInfo request GetUserInfoWithResponse(ctx context.Context, params *GetUserInfoParams, reqEditors ...RequestEditorFn) (*GetUserInfoResponse, error) // GetSaasUsers request GetSaasUsersWithResponse(ctx context.Context, reqEditors ...RequestEditorFn) (*GetSaasUsersResponse, error) // CreateSaasUser request with any body CreateSaasUserWithBodyWithResponse(ctx context.Context, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*CreateSaasUserResponse, error) CreateSaasUserWithResponse(ctx context.Context, body CreateSaasUserJSONRequestBody, reqEditors ...RequestEditorFn) (*CreateSaasUserResponse, error) // DeleteSaasUser request DeleteSaasUserWithResponse(ctx context.Context, userId UserId, reqEditors ...RequestEditorFn) (*DeleteSaasUserResponse, error) // GetSaasUser request GetSaasUserWithResponse(ctx context.Context, userId UserId, reqEditors ...RequestEditorFn) (*GetSaasUserResponse, error) // UpdateSaasUserEmail request with any body UpdateSaasUserEmailWithBodyWithResponse(ctx context.Context, userId UserId, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*UpdateSaasUserEmailResponse, error) UpdateSaasUserEmailWithResponse(ctx context.Context, userId UserId, body UpdateSaasUserEmailJSONRequestBody, reqEditors ...RequestEditorFn) (*UpdateSaasUserEmailResponse, error) // GetUserMfaPreference request GetUserMfaPreferenceWithResponse(ctx context.Context, userId UserId, reqEditors ...RequestEditorFn) (*GetUserMfaPreferenceResponse, error) // UpdateUserMfaPreference request with any body UpdateUserMfaPreferenceWithBodyWithResponse(ctx context.Context, userId UserId, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*UpdateUserMfaPreferenceResponse, error) UpdateUserMfaPreferenceWithResponse(ctx context.Context, userId UserId, body UpdateUserMfaPreferenceJSONRequestBody, reqEditors ...RequestEditorFn) (*UpdateUserMfaPreferenceResponse, error) // UpdateSoftwareToken request with any body UpdateSoftwareTokenWithBodyWithResponse(ctx context.Context, userId UserId, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*UpdateSoftwareTokenResponse, error) UpdateSoftwareTokenWithResponse(ctx context.Context, userId UserId, body UpdateSoftwareTokenJSONRequestBody, reqEditors ...RequestEditorFn) (*UpdateSoftwareTokenResponse, error) // CreateSecretCode request with any body CreateSecretCodeWithBodyWithResponse(ctx context.Context, userId UserId, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*CreateSecretCodeResponse, error) CreateSecretCodeWithResponse(ctx context.Context, userId UserId, body CreateSecretCodeJSONRequestBody, reqEditors ...RequestEditorFn) (*CreateSecretCodeResponse, error) // UpdateSaasUserPassword request with any body UpdateSaasUserPasswordWithBodyWithResponse(ctx context.Context, userId UserId, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*UpdateSaasUserPasswordResponse, error) UpdateSaasUserPasswordWithResponse(ctx context.Context, userId UserId, body UpdateSaasUserPasswordJSONRequestBody, reqEditors ...RequestEditorFn) (*UpdateSaasUserPasswordResponse, error) // UnlinkProvider request UnlinkProviderWithResponse(ctx context.Context, userId UserId, providerName string, reqEditors ...RequestEditorFn) (*UnlinkProviderResponse, error) }
ClientWithResponsesInterface is the interface specification for the client with responses above.
type ConfirmSignUpWithAwsMarketplaceJSONRequestBody ¶
type ConfirmSignUpWithAwsMarketplaceJSONRequestBody = ConfirmSignUpWithAwsMarketplaceParam
ConfirmSignUpWithAwsMarketplaceJSONRequestBody defines body for ConfirmSignUpWithAwsMarketplace for application/json ContentType.
type ConfirmSignUpWithAwsMarketplaceParam ¶
type ConfirmSignUpWithAwsMarketplaceParam struct { // AccessToken アクセストークン(access token) AccessToken string `json:"access_token"` // RegistrationToken Registration Token RegistrationToken string `json:"registration_token"` // TenantName テナント名(tenant name) TenantName *string `json:"tenant_name,omitempty"` }
ConfirmSignUpWithAwsMarketplaceParam defines model for ConfirmSignUpWithAwsMarketplaceParam.
type ConfirmSignUpWithAwsMarketplaceResponse ¶
type ConfirmSignUpWithAwsMarketplaceResponse struct { Body []byte HTTPResponse *http.Response JSON201 *Tenant JSON500 *Error }
func ParseConfirmSignUpWithAwsMarketplaceResponse ¶
func ParseConfirmSignUpWithAwsMarketplaceResponse(rsp *http.Response) (*ConfirmSignUpWithAwsMarketplaceResponse, error)
ParseConfirmSignUpWithAwsMarketplaceResponse parses an HTTP response from a ConfirmSignUpWithAwsMarketplaceWithResponse call
func (ConfirmSignUpWithAwsMarketplaceResponse) Status ¶
func (r ConfirmSignUpWithAwsMarketplaceResponse) Status() string
Status returns HTTPResponse.Status
func (ConfirmSignUpWithAwsMarketplaceResponse) StatusCode ¶
func (r ConfirmSignUpWithAwsMarketplaceResponse) StatusCode() int
StatusCode returns HTTPResponse.StatusCode
type CreateApiKeyResponse ¶
func ParseCreateApiKeyResponse ¶
func ParseCreateApiKeyResponse(rsp *http.Response) (*CreateApiKeyResponse, error)
ParseCreateApiKeyResponse parses an HTTP response from a CreateApiKeyWithResponse call
func (CreateApiKeyResponse) Status ¶
func (r CreateApiKeyResponse) Status() string
Status returns HTTPResponse.Status
func (CreateApiKeyResponse) StatusCode ¶
func (r CreateApiKeyResponse) StatusCode() int
StatusCode returns HTTPResponse.StatusCode
type CreateAuthCredentialsJSONRequestBody ¶
type CreateAuthCredentialsJSONRequestBody = CreateAuthCredentialsParam
CreateAuthCredentialsJSONRequestBody defines body for CreateAuthCredentials for application/json ContentType.
type CreateAuthCredentialsParam ¶
type CreateAuthCredentialsParam = Credentials
CreateAuthCredentialsParam defines model for CreateAuthCredentialsParam.
type CreateAuthCredentialsResponse ¶
type CreateAuthCredentialsResponse struct { Body []byte HTTPResponse *http.Response JSON201 *AuthorizationTempCode JSON400 *Error JSON401 *Error JSON500 *Error }
func ParseCreateAuthCredentialsResponse ¶
func ParseCreateAuthCredentialsResponse(rsp *http.Response) (*CreateAuthCredentialsResponse, error)
ParseCreateAuthCredentialsResponse parses an HTTP response from a CreateAuthCredentialsWithResponse call
func (CreateAuthCredentialsResponse) Status ¶
func (r CreateAuthCredentialsResponse) Status() string
Status returns HTTPResponse.Status
func (CreateAuthCredentialsResponse) StatusCode ¶
func (r CreateAuthCredentialsResponse) StatusCode() int
StatusCode returns HTTPResponse.StatusCode
type CreateEnvJSONRequestBody ¶
type CreateEnvJSONRequestBody = CreateEnvParam
CreateEnvJSONRequestBody defines body for CreateEnv for application/json ContentType.
type CreateEnvResponse ¶
type CreateEnvResponse struct { Body []byte HTTPResponse *http.Response JSON201 *Env JSON500 *Error }
func ParseCreateEnvResponse ¶
func ParseCreateEnvResponse(rsp *http.Response) (*CreateEnvResponse, error)
ParseCreateEnvResponse parses an HTTP response from a CreateEnvWithResponse call
func (CreateEnvResponse) Status ¶
func (r CreateEnvResponse) Status() string
Status returns HTTPResponse.Status
func (CreateEnvResponse) StatusCode ¶
func (r CreateEnvResponse) StatusCode() int
StatusCode returns HTTPResponse.StatusCode
type CreateRoleJSONRequestBody ¶
type CreateRoleJSONRequestBody = CreateRoleParam
CreateRoleJSONRequestBody defines body for CreateRole for application/json ContentType.
type CreateRoleResponse ¶
type CreateRoleResponse struct { Body []byte HTTPResponse *http.Response JSON201 *Role JSON500 *Error }
func ParseCreateRoleResponse ¶
func ParseCreateRoleResponse(rsp *http.Response) (*CreateRoleResponse, error)
ParseCreateRoleResponse parses an HTTP response from a CreateRoleWithResponse call
func (CreateRoleResponse) Status ¶
func (r CreateRoleResponse) Status() string
Status returns HTTPResponse.Status
func (CreateRoleResponse) StatusCode ¶
func (r CreateRoleResponse) StatusCode() int
StatusCode returns HTTPResponse.StatusCode
type CreateSaasUserJSONRequestBody ¶
type CreateSaasUserJSONRequestBody = CreateSaasUserParam
CreateSaasUserJSONRequestBody defines body for CreateSaasUser for application/json ContentType.
type CreateSaasUserParam ¶
type CreateSaasUserParam struct { // Email メールアドレス(E-mail) Email string `json:"email"` // Password パスワード(Password) Password string `json:"password"` }
CreateSaasUserParam defines model for CreateSaasUserParam.
type CreateSaasUserResponse ¶
type CreateSaasUserResponse struct { Body []byte HTTPResponse *http.Response JSON201 *SaasUser JSON400 *Error JSON500 *Error }
func ParseCreateSaasUserResponse ¶
func ParseCreateSaasUserResponse(rsp *http.Response) (*CreateSaasUserResponse, error)
ParseCreateSaasUserResponse parses an HTTP response from a CreateSaasUserWithResponse call
func (CreateSaasUserResponse) Status ¶
func (r CreateSaasUserResponse) Status() string
Status returns HTTPResponse.Status
func (CreateSaasUserResponse) StatusCode ¶
func (r CreateSaasUserResponse) StatusCode() int
StatusCode returns HTTPResponse.StatusCode
type CreateSecretCodeJSONRequestBody ¶
type CreateSecretCodeJSONRequestBody = CreateSecretCodeParam
CreateSecretCodeJSONRequestBody defines body for CreateSecretCode for application/json ContentType.
type CreateSecretCodeParam ¶
type CreateSecretCodeParam struct { // AccessToken アクセストークン(access token) AccessToken string `json:"access_token"` }
CreateSecretCodeParam defines model for CreateSecretCodeParam.
type CreateSecretCodeResponse ¶
type CreateSecretCodeResponse struct { Body []byte HTTPResponse *http.Response JSON201 *SoftwareTokenSecretCode JSON500 *Error }
func ParseCreateSecretCodeResponse ¶
func ParseCreateSecretCodeResponse(rsp *http.Response) (*CreateSecretCodeResponse, error)
ParseCreateSecretCodeResponse parses an HTTP response from a CreateSecretCodeWithResponse call
func (CreateSecretCodeResponse) Status ¶
func (r CreateSecretCodeResponse) Status() string
Status returns HTTPResponse.Status
func (CreateSecretCodeResponse) StatusCode ¶
func (r CreateSecretCodeResponse) StatusCode() int
StatusCode returns HTTPResponse.StatusCode
type CreateTenantAndPricingResponse ¶
type CreateTenantAndPricingResponse struct { Body []byte HTTPResponse *http.Response JSON500 *Error }
func ParseCreateTenantAndPricingResponse ¶
func ParseCreateTenantAndPricingResponse(rsp *http.Response) (*CreateTenantAndPricingResponse, error)
ParseCreateTenantAndPricingResponse parses an HTTP response from a CreateTenantAndPricingWithResponse call
func (CreateTenantAndPricingResponse) Status ¶
func (r CreateTenantAndPricingResponse) Status() string
Status returns HTTPResponse.Status
func (CreateTenantAndPricingResponse) StatusCode ¶
func (r CreateTenantAndPricingResponse) StatusCode() int
StatusCode returns HTTPResponse.StatusCode
type CreateTenantAttributeJSONRequestBody ¶
type CreateTenantAttributeJSONRequestBody = CreateTenantAttributeParam
CreateTenantAttributeJSONRequestBody defines body for CreateTenantAttribute for application/json ContentType.
type CreateTenantAttributeParam ¶
type CreateTenantAttributeParam = Attribute
CreateTenantAttributeParam defines model for CreateTenantAttributeParam.
type CreateTenantAttributeResponse ¶
type CreateTenantAttributeResponse struct { Body []byte HTTPResponse *http.Response JSON201 *Attribute JSON500 *Error }
func ParseCreateTenantAttributeResponse ¶
func ParseCreateTenantAttributeResponse(rsp *http.Response) (*CreateTenantAttributeResponse, error)
ParseCreateTenantAttributeResponse parses an HTTP response from a CreateTenantAttributeWithResponse call
func (CreateTenantAttributeResponse) Status ¶
func (r CreateTenantAttributeResponse) Status() string
Status returns HTTPResponse.Status
func (CreateTenantAttributeResponse) StatusCode ¶
func (r CreateTenantAttributeResponse) StatusCode() int
StatusCode returns HTTPResponse.StatusCode
type CreateTenantJSONRequestBody ¶
type CreateTenantJSONRequestBody = CreateTenantParam
CreateTenantJSONRequestBody defines body for CreateTenant for application/json ContentType.
type CreateTenantParam ¶
type CreateTenantParam = TenantProps
CreateTenantParam defines model for CreateTenantParam.
type CreateTenantResponse ¶
type CreateTenantResponse struct { Body []byte HTTPResponse *http.Response JSON201 *Tenant JSON500 *Error }
func ParseCreateTenantResponse ¶
func ParseCreateTenantResponse(rsp *http.Response) (*CreateTenantResponse, error)
ParseCreateTenantResponse parses an HTTP response from a CreateTenantWithResponse call
func (CreateTenantResponse) Status ¶
func (r CreateTenantResponse) Status() string
Status returns HTTPResponse.Status
func (CreateTenantResponse) StatusCode ¶
func (r CreateTenantResponse) StatusCode() int
StatusCode returns HTTPResponse.StatusCode
type CreateTenantUserJSONRequestBody ¶
type CreateTenantUserJSONRequestBody = CreateTenantUserParam
CreateTenantUserJSONRequestBody defines body for CreateTenantUser for application/json ContentType.
type CreateTenantUserParam ¶
type CreateTenantUserParam struct { // Attributes 属性情報(SaaS 開発コンソールでユーザー属性定義を行い設定された情報を取得します) // // Attribute information (Get information set by defining user attributes in the SaaS development console) Attributes map[string]interface{} `json:"attributes"` // Email メールアドレス(e-mail) Email string `json:"email"` }
CreateTenantUserParam defines model for CreateTenantUserParam.
type CreateTenantUserResponse ¶
type CreateTenantUserResponse struct { Body []byte HTTPResponse *http.Response JSON201 *User JSON500 *Error }
func ParseCreateTenantUserResponse ¶
func ParseCreateTenantUserResponse(rsp *http.Response) (*CreateTenantUserResponse, error)
ParseCreateTenantUserResponse parses an HTTP response from a CreateTenantUserWithResponse call
func (CreateTenantUserResponse) Status ¶
func (r CreateTenantUserResponse) Status() string
Status returns HTTPResponse.Status
func (CreateTenantUserResponse) StatusCode ¶
func (r CreateTenantUserResponse) StatusCode() int
StatusCode returns HTTPResponse.StatusCode
type CreateTenantUserRolesJSONRequestBody ¶
type CreateTenantUserRolesJSONRequestBody = CreateTenantUserRolesParam
CreateTenantUserRolesJSONRequestBody defines body for CreateTenantUserRoles for application/json ContentType.
type CreateTenantUserRolesParam ¶
type CreateTenantUserRolesParam struct { // RoleNames 役割(ロール)情報(Role Info) RoleNames []string `json:"role_names"` }
CreateTenantUserRolesParam defines model for CreateTenantUserRolesParam.
type CreateTenantUserRolesResponse ¶
type CreateTenantUserRolesResponse struct { Body []byte HTTPResponse *http.Response JSON500 *Error }
func ParseCreateTenantUserRolesResponse ¶
func ParseCreateTenantUserRolesResponse(rsp *http.Response) (*CreateTenantUserRolesResponse, error)
ParseCreateTenantUserRolesResponse parses an HTTP response from a CreateTenantUserRolesWithResponse call
func (CreateTenantUserRolesResponse) Status ¶
func (r CreateTenantUserRolesResponse) Status() string
Status returns HTTPResponse.Status
func (CreateTenantUserRolesResponse) StatusCode ¶
func (r CreateTenantUserRolesResponse) StatusCode() int
StatusCode returns HTTPResponse.StatusCode
type CreateUserAttributeJSONRequestBody ¶
type CreateUserAttributeJSONRequestBody = CreateUserAttributeParam
CreateUserAttributeJSONRequestBody defines body for CreateUserAttribute for application/json ContentType.
type CreateUserAttributeParam ¶
type CreateUserAttributeParam = Attribute
CreateUserAttributeParam defines model for CreateUserAttributeParam.
type CreateUserAttributeResponse ¶
type CreateUserAttributeResponse struct { Body []byte HTTPResponse *http.Response JSON201 *Attribute JSON500 *Error }
func ParseCreateUserAttributeResponse ¶
func ParseCreateUserAttributeResponse(rsp *http.Response) (*CreateUserAttributeResponse, error)
ParseCreateUserAttributeResponse parses an HTTP response from a CreateUserAttributeWithResponse call
func (CreateUserAttributeResponse) Status ¶
func (r CreateUserAttributeResponse) Status() string
Status returns HTTPResponse.Status
func (CreateUserAttributeResponse) StatusCode ¶
func (r CreateUserAttributeResponse) StatusCode() int
StatusCode returns HTTPResponse.StatusCode
type Credentials ¶
type Credentials struct { // AccessToken アクセストークン(access token) AccessToken string `json:"access_token"` // IdToken IDトークン(ID token) IdToken string `json:"id_token"` // RefreshToken リフレッシュトークン(refresh token) RefreshToken *string `json:"refresh_token,omitempty"` }
Credentials defines model for Credentials.
type CustomizePageProps ¶
type CustomizePageProps struct { // HtmlContents 画面のHTMLを編集できます // ※ 未提供の機能のため、変更・保存はできません // // Edit page HTML // ※ This function is not yet provided, so it cannot be changed or saved. HtmlContents string `json:"html_contents"` // IsPrivacyPolicy プライバシーポリシーチェックボックスを表示するが設定されているか(show the privacy policy checkbox) IsPrivacyPolicy bool `json:"is_privacy_policy"` // IsTermsOfService 利用規約の同意チェックボックスを表示するが設定されているか(display the terms of use agreement check box) IsTermsOfService bool `json:"is_terms_of_service"` }
CustomizePageProps defines model for CustomizePageProps.
type CustomizePageSettings ¶
type CustomizePageSettings struct { // Favicon ファビコン(favicon) Favicon string `json:"favicon"` // GoogleTagManagerContainerId Google Tag Manager コンテナ ID(Google Tag Manager container ID) GoogleTagManagerContainerId string `json:"google_tag_manager_container_id"` // Icon サービスアイコン(service icon) Icon string `json:"icon"` // PrivacyPolicyUrl プライバシーポリシーURL(privacy policy URL) PrivacyPolicyUrl string `json:"privacy_policy_url"` // TermsOfServiceUrl 利用規約URL(terms of service URL) TermsOfServiceUrl string `json:"terms_of_service_url"` // Title サービス名(service name) Title string `json:"title"` }
CustomizePageSettings defines model for CustomizePageSettings.
type CustomizePageSettingsProps ¶
type CustomizePageSettingsProps struct { // GoogleTagManagerContainerId Google Tag Manager コンテナ ID(Google Tag Manager container ID) GoogleTagManagerContainerId string `json:"google_tag_manager_container_id"` // PrivacyPolicyUrl プライバシーポリシーURL(privacy policy URL) PrivacyPolicyUrl string `json:"privacy_policy_url"` // TermsOfServiceUrl 利用規約URL(terms of service URL) TermsOfServiceUrl string `json:"terms_of_service_url"` // Title サービス名(service name) Title string `json:"title"` }
CustomizePageSettingsProps defines model for CustomizePageSettingsProps.
type CustomizePages ¶
type CustomizePages struct { PasswordResetPage CustomizePageProps `json:"password_reset_page"` SignInPage CustomizePageProps `json:"sign_in_page"` SignUpPage CustomizePageProps `json:"sign_up_page"` }
CustomizePages defines model for CustomizePages.
type DeleteApiKeyResponse ¶
func ParseDeleteApiKeyResponse ¶
func ParseDeleteApiKeyResponse(rsp *http.Response) (*DeleteApiKeyResponse, error)
ParseDeleteApiKeyResponse parses an HTTP response from a DeleteApiKeyWithResponse call
func (DeleteApiKeyResponse) Status ¶
func (r DeleteApiKeyResponse) Status() string
Status returns HTTPResponse.Status
func (DeleteApiKeyResponse) StatusCode ¶
func (r DeleteApiKeyResponse) StatusCode() int
StatusCode returns HTTPResponse.StatusCode
type DeleteEnvResponse ¶
type DeleteEnvResponse struct { Body []byte HTTPResponse *http.Response JSON404 *Error JSON500 *Error }
func ParseDeleteEnvResponse ¶
func ParseDeleteEnvResponse(rsp *http.Response) (*DeleteEnvResponse, error)
ParseDeleteEnvResponse parses an HTTP response from a DeleteEnvWithResponse call
func (DeleteEnvResponse) Status ¶
func (r DeleteEnvResponse) Status() string
Status returns HTTPResponse.Status
func (DeleteEnvResponse) StatusCode ¶
func (r DeleteEnvResponse) StatusCode() int
StatusCode returns HTTPResponse.StatusCode
type DeleteRoleResponse ¶
type DeleteRoleResponse struct { Body []byte HTTPResponse *http.Response JSON400 *Error JSON404 *Error JSON500 *Error }
func ParseDeleteRoleResponse ¶
func ParseDeleteRoleResponse(rsp *http.Response) (*DeleteRoleResponse, error)
ParseDeleteRoleResponse parses an HTTP response from a DeleteRoleWithResponse call
func (DeleteRoleResponse) Status ¶
func (r DeleteRoleResponse) Status() string
Status returns HTTPResponse.Status
func (DeleteRoleResponse) StatusCode ¶
func (r DeleteRoleResponse) StatusCode() int
StatusCode returns HTTPResponse.StatusCode
type DeleteSaasUserResponse ¶
type DeleteSaasUserResponse struct { Body []byte HTTPResponse *http.Response JSON404 *Error JSON500 *Error }
func ParseDeleteSaasUserResponse ¶
func ParseDeleteSaasUserResponse(rsp *http.Response) (*DeleteSaasUserResponse, error)
ParseDeleteSaasUserResponse parses an HTTP response from a DeleteSaasUserWithResponse call
func (DeleteSaasUserResponse) Status ¶
func (r DeleteSaasUserResponse) Status() string
Status returns HTTPResponse.Status
func (DeleteSaasUserResponse) StatusCode ¶
func (r DeleteSaasUserResponse) StatusCode() int
StatusCode returns HTTPResponse.StatusCode
type DeleteStripeTenantAndPricingResponse ¶
type DeleteStripeTenantAndPricingResponse struct { Body []byte HTTPResponse *http.Response JSON500 *Error }
func ParseDeleteStripeTenantAndPricingResponse ¶
func ParseDeleteStripeTenantAndPricingResponse(rsp *http.Response) (*DeleteStripeTenantAndPricingResponse, error)
ParseDeleteStripeTenantAndPricingResponse parses an HTTP response from a DeleteStripeTenantAndPricingWithResponse call
func (DeleteStripeTenantAndPricingResponse) Status ¶
func (r DeleteStripeTenantAndPricingResponse) Status() string
Status returns HTTPResponse.Status
func (DeleteStripeTenantAndPricingResponse) StatusCode ¶
func (r DeleteStripeTenantAndPricingResponse) StatusCode() int
StatusCode returns HTTPResponse.StatusCode
type DeleteTenantAttributeResponse ¶
type DeleteTenantAttributeResponse struct { Body []byte HTTPResponse *http.Response JSON404 *Error JSON500 *Error }
func ParseDeleteTenantAttributeResponse ¶
func ParseDeleteTenantAttributeResponse(rsp *http.Response) (*DeleteTenantAttributeResponse, error)
ParseDeleteTenantAttributeResponse parses an HTTP response from a DeleteTenantAttributeWithResponse call
func (DeleteTenantAttributeResponse) Status ¶
func (r DeleteTenantAttributeResponse) Status() string
Status returns HTTPResponse.Status
func (DeleteTenantAttributeResponse) StatusCode ¶
func (r DeleteTenantAttributeResponse) StatusCode() int
StatusCode returns HTTPResponse.StatusCode
type DeleteTenantResponse ¶
func ParseDeleteTenantResponse ¶
func ParseDeleteTenantResponse(rsp *http.Response) (*DeleteTenantResponse, error)
ParseDeleteTenantResponse parses an HTTP response from a DeleteTenantWithResponse call
func (DeleteTenantResponse) Status ¶
func (r DeleteTenantResponse) Status() string
Status returns HTTPResponse.Status
func (DeleteTenantResponse) StatusCode ¶
func (r DeleteTenantResponse) StatusCode() int
StatusCode returns HTTPResponse.StatusCode
type DeleteTenantUserResponse ¶
type DeleteTenantUserResponse struct { Body []byte HTTPResponse *http.Response JSON404 *Error JSON500 *Error }
func ParseDeleteTenantUserResponse ¶
func ParseDeleteTenantUserResponse(rsp *http.Response) (*DeleteTenantUserResponse, error)
ParseDeleteTenantUserResponse parses an HTTP response from a DeleteTenantUserWithResponse call
func (DeleteTenantUserResponse) Status ¶
func (r DeleteTenantUserResponse) Status() string
Status returns HTTPResponse.Status
func (DeleteTenantUserResponse) StatusCode ¶
func (r DeleteTenantUserResponse) StatusCode() int
StatusCode returns HTTPResponse.StatusCode
type DeleteTenantUserRoleResponse ¶
type DeleteTenantUserRoleResponse struct { Body []byte HTTPResponse *http.Response JSON404 *Error JSON500 *Error }
func ParseDeleteTenantUserRoleResponse ¶
func ParseDeleteTenantUserRoleResponse(rsp *http.Response) (*DeleteTenantUserRoleResponse, error)
ParseDeleteTenantUserRoleResponse parses an HTTP response from a DeleteTenantUserRoleWithResponse call
func (DeleteTenantUserRoleResponse) Status ¶
func (r DeleteTenantUserRoleResponse) Status() string
Status returns HTTPResponse.Status
func (DeleteTenantUserRoleResponse) StatusCode ¶
func (r DeleteTenantUserRoleResponse) StatusCode() int
StatusCode returns HTTPResponse.StatusCode
type DeleteUserAttributeResponse ¶
type DeleteUserAttributeResponse struct { Body []byte HTTPResponse *http.Response JSON404 *Error JSON500 *Error }
func ParseDeleteUserAttributeResponse ¶
func ParseDeleteUserAttributeResponse(rsp *http.Response) (*DeleteUserAttributeResponse, error)
ParseDeleteUserAttributeResponse parses an HTTP response from a DeleteUserAttributeWithResponse call
func (DeleteUserAttributeResponse) Status ¶
func (r DeleteUserAttributeResponse) Status() string
Status returns HTTPResponse.Status
func (DeleteUserAttributeResponse) StatusCode ¶
func (r DeleteUserAttributeResponse) StatusCode() int
StatusCode returns HTTPResponse.StatusCode
type DeviceConfiguration ¶
type DeviceConfiguration struct { // DeviceRemembering always: 常に記憶する(always remember) // userOptIn: ユーザーオプトイン(user opt-in) // no: (don't save) DeviceRemembering DeviceConfigurationDeviceRemembering `json:"device_remembering"` }
DeviceConfiguration 信頼済みデバイスの記憶の設定(settings for remembering trusted devices)
type DeviceConfigurationDeviceRemembering ¶
type DeviceConfigurationDeviceRemembering string
DeviceConfigurationDeviceRemembering always: 常に記憶する(always remember) userOptIn: ユーザーオプトイン(user opt-in) no: (don't save)
const ( Always DeviceConfigurationDeviceRemembering = "always" No DeviceConfigurationDeviceRemembering = "no" UserOptIn DeviceConfigurationDeviceRemembering = "userOptIn" )
Defines values for DeviceConfigurationDeviceRemembering.
type DnsRecord ¶
type DnsRecord struct { // Name レコード名(Record Name) Name string `json:"name"` // Type CNAMEリソースレコード(CNAME Resource Record) Type DnsRecordType `json:"type"` // Value 値(Value) Value string `json:"value"` }
DnsRecord defines model for DnsRecord.
type DnsRecordType ¶
type DnsRecordType string
DnsRecordType CNAMEリソースレコード(CNAME Resource Record)
const (
CNAME DnsRecordType = "CNAME"
)
Defines values for DnsRecordType.
type Error ¶
type Error struct { Data *map[string]interface{} `json:"data,omitempty"` // Message Error message Message string `json:"message"` // Type permission_denied Type string `json:"type"` }
Error defines model for Error.
type FindNotificationMessagesResponse ¶
type FindNotificationMessagesResponse struct { Body []byte HTTPResponse *http.Response JSON200 *NotificationMessages JSON500 *Error }
func ParseFindNotificationMessagesResponse ¶
func ParseFindNotificationMessagesResponse(rsp *http.Response) (*FindNotificationMessagesResponse, error)
ParseFindNotificationMessagesResponse parses an HTTP response from a FindNotificationMessagesWithResponse call
func (FindNotificationMessagesResponse) Status ¶
func (r FindNotificationMessagesResponse) Status() string
Status returns HTTPResponse.Status
func (FindNotificationMessagesResponse) StatusCode ¶
func (r FindNotificationMessagesResponse) StatusCode() int
StatusCode returns HTTPResponse.StatusCode
type GetAllTenantUserResponse ¶
type GetAllTenantUserResponse struct { Body []byte HTTPResponse *http.Response JSON200 *Users JSON404 *Error JSON500 *Error }
func ParseGetAllTenantUserResponse ¶
func ParseGetAllTenantUserResponse(rsp *http.Response) (*GetAllTenantUserResponse, error)
ParseGetAllTenantUserResponse parses an HTTP response from a GetAllTenantUserWithResponse call
func (GetAllTenantUserResponse) Status ¶
func (r GetAllTenantUserResponse) Status() string
Status returns HTTPResponse.Status
func (GetAllTenantUserResponse) StatusCode ¶
func (r GetAllTenantUserResponse) StatusCode() int
StatusCode returns HTTPResponse.StatusCode
type GetAllTenantUsersResponse ¶
type GetAllTenantUsersResponse struct { Body []byte HTTPResponse *http.Response JSON200 *Users JSON500 *Error }
func ParseGetAllTenantUsersResponse ¶
func ParseGetAllTenantUsersResponse(rsp *http.Response) (*GetAllTenantUsersResponse, error)
ParseGetAllTenantUsersResponse parses an HTTP response from a GetAllTenantUsersWithResponse call
func (GetAllTenantUsersResponse) Status ¶
func (r GetAllTenantUsersResponse) Status() string
Status returns HTTPResponse.Status
func (GetAllTenantUsersResponse) StatusCode ¶
func (r GetAllTenantUsersResponse) StatusCode() int
StatusCode returns HTTPResponse.StatusCode
type GetApiKeysResponse ¶
type GetApiKeysResponse struct { Body []byte HTTPResponse *http.Response JSON200 *ApiKeys JSON500 *Error }
func ParseGetApiKeysResponse ¶
func ParseGetApiKeysResponse(rsp *http.Response) (*GetApiKeysResponse, error)
ParseGetApiKeysResponse parses an HTTP response from a GetApiKeysWithResponse call
func (GetApiKeysResponse) Status ¶
func (r GetApiKeysResponse) Status() string
Status returns HTTPResponse.Status
func (GetApiKeysResponse) StatusCode ¶
func (r GetApiKeysResponse) StatusCode() int
StatusCode returns HTTPResponse.StatusCode
type GetAuthCredentialsParams ¶
type GetAuthCredentialsParams struct { // Code 一時コード(Temp Code) Code *Code `form:"code,omitempty" json:"code,omitempty"` // AuthFlow 認証フロー(Authentication Flow) // tempCodeAuth: 一時コードを利用した認証情報の取得 // refreshTokenAuth: リフレッシュトークンを利用した認証情報の取得 // 指定されていない場合は tempCodeAuth になります AuthFlow *GetAuthCredentialsParamsAuthFlow `form:"auth-flow,omitempty" json:"auth-flow,omitempty"` // RefreshToken リフレッシュトークン(Refresh Token) RefreshToken *RefreshToken `form:"refresh-token,omitempty" json:"refresh-token,omitempty"` }
GetAuthCredentialsParams defines parameters for GetAuthCredentials.
type GetAuthCredentialsParamsAuthFlow ¶
type GetAuthCredentialsParamsAuthFlow string
GetAuthCredentialsParamsAuthFlow defines parameters for GetAuthCredentials.
const ( GetAuthCredentialsParamsAuthFlowRefreshTokenAuth GetAuthCredentialsParamsAuthFlow = "refreshTokenAuth" GetAuthCredentialsParamsAuthFlowTempCodeAuth GetAuthCredentialsParamsAuthFlow = "tempCodeAuth" )
Defines values for GetAuthCredentialsParamsAuthFlow.
type GetAuthCredentialsResponse ¶
type GetAuthCredentialsResponse struct { Body []byte HTTPResponse *http.Response JSON200 *Credentials JSON404 *Error JSON500 *Error }
func ParseGetAuthCredentialsResponse ¶
func ParseGetAuthCredentialsResponse(rsp *http.Response) (*GetAuthCredentialsResponse, error)
ParseGetAuthCredentialsResponse parses an HTTP response from a GetAuthCredentialsWithResponse call
func (GetAuthCredentialsResponse) Status ¶
func (r GetAuthCredentialsResponse) Status() string
Status returns HTTPResponse.Status
func (GetAuthCredentialsResponse) StatusCode ¶
func (r GetAuthCredentialsResponse) StatusCode() int
StatusCode returns HTTPResponse.StatusCode
type GetAuthInfoResponse ¶
type GetAuthInfoResponse struct { Body []byte HTTPResponse *http.Response JSON200 *AuthInfo JSON500 *Error }
func ParseGetAuthInfoResponse ¶
func ParseGetAuthInfoResponse(rsp *http.Response) (*GetAuthInfoResponse, error)
ParseGetAuthInfoResponse parses an HTTP response from a GetAuthInfoWithResponse call
func (GetAuthInfoResponse) Status ¶
func (r GetAuthInfoResponse) Status() string
Status returns HTTPResponse.Status
func (GetAuthInfoResponse) StatusCode ¶
func (r GetAuthInfoResponse) StatusCode() int
StatusCode returns HTTPResponse.StatusCode
type GetBasicInfoResponse ¶
type GetBasicInfoResponse struct { Body []byte HTTPResponse *http.Response JSON200 *BasicInfo JSON500 *Error }
func ParseGetBasicInfoResponse ¶
func ParseGetBasicInfoResponse(rsp *http.Response) (*GetBasicInfoResponse, error)
ParseGetBasicInfoResponse parses an HTTP response from a GetBasicInfoWithResponse call
func (GetBasicInfoResponse) Status ¶
func (r GetBasicInfoResponse) Status() string
Status returns HTTPResponse.Status
func (GetBasicInfoResponse) StatusCode ¶
func (r GetBasicInfoResponse) StatusCode() int
StatusCode returns HTTPResponse.StatusCode
type GetClientSecretResponse ¶
type GetClientSecretResponse struct { Body []byte HTTPResponse *http.Response JSON200 *ClientSecret JSON500 *Error }
func ParseGetClientSecretResponse ¶
func ParseGetClientSecretResponse(rsp *http.Response) (*GetClientSecretResponse, error)
ParseGetClientSecretResponse parses an HTTP response from a GetClientSecretWithResponse call
func (GetClientSecretResponse) Status ¶
func (r GetClientSecretResponse) Status() string
Status returns HTTPResponse.Status
func (GetClientSecretResponse) StatusCode ¶
func (r GetClientSecretResponse) StatusCode() int
StatusCode returns HTTPResponse.StatusCode
type GetCustomizePageSettingsResponse ¶
type GetCustomizePageSettingsResponse struct { Body []byte HTTPResponse *http.Response JSON200 *CustomizePageSettings JSON500 *Error }
func ParseGetCustomizePageSettingsResponse ¶
func ParseGetCustomizePageSettingsResponse(rsp *http.Response) (*GetCustomizePageSettingsResponse, error)
ParseGetCustomizePageSettingsResponse parses an HTTP response from a GetCustomizePageSettingsWithResponse call
func (GetCustomizePageSettingsResponse) Status ¶
func (r GetCustomizePageSettingsResponse) Status() string
Status returns HTTPResponse.Status
func (GetCustomizePageSettingsResponse) StatusCode ¶
func (r GetCustomizePageSettingsResponse) StatusCode() int
StatusCode returns HTTPResponse.StatusCode
type GetCustomizePagesResponse ¶
type GetCustomizePagesResponse struct { Body []byte HTTPResponse *http.Response JSON200 *CustomizePages JSON500 *Error }
func ParseGetCustomizePagesResponse ¶
func ParseGetCustomizePagesResponse(rsp *http.Response) (*GetCustomizePagesResponse, error)
ParseGetCustomizePagesResponse parses an HTTP response from a GetCustomizePagesWithResponse call
func (GetCustomizePagesResponse) Status ¶
func (r GetCustomizePagesResponse) Status() string
Status returns HTTPResponse.Status
func (GetCustomizePagesResponse) StatusCode ¶
func (r GetCustomizePagesResponse) StatusCode() int
StatusCode returns HTTPResponse.StatusCode
type GetEnvResponse ¶
type GetEnvResponse struct { Body []byte HTTPResponse *http.Response JSON200 *Env JSON404 *Error JSON500 *Error }
func ParseGetEnvResponse ¶
func ParseGetEnvResponse(rsp *http.Response) (*GetEnvResponse, error)
ParseGetEnvResponse parses an HTTP response from a GetEnvWithResponse call
func (GetEnvResponse) Status ¶
func (r GetEnvResponse) Status() string
Status returns HTTPResponse.Status
func (GetEnvResponse) StatusCode ¶
func (r GetEnvResponse) StatusCode() int
StatusCode returns HTTPResponse.StatusCode
type GetEnvsResponse ¶
type GetEnvsResponse struct { Body []byte HTTPResponse *http.Response JSON200 *Envs JSON500 *Error }
func ParseGetEnvsResponse ¶
func ParseGetEnvsResponse(rsp *http.Response) (*GetEnvsResponse, error)
ParseGetEnvsResponse parses an HTTP response from a GetEnvsWithResponse call
func (GetEnvsResponse) Status ¶
func (r GetEnvsResponse) Status() string
Status returns HTTPResponse.Status
func (GetEnvsResponse) StatusCode ¶
func (r GetEnvsResponse) StatusCode() int
StatusCode returns HTTPResponse.StatusCode
type GetIdentityProvidersResponse ¶
type GetIdentityProvidersResponse struct { Body []byte HTTPResponse *http.Response JSON200 *IdentityProviders JSON500 *Error }
func ParseGetIdentityProvidersResponse ¶
func ParseGetIdentityProvidersResponse(rsp *http.Response) (*GetIdentityProvidersResponse, error)
ParseGetIdentityProvidersResponse parses an HTTP response from a GetIdentityProvidersWithResponse call
func (GetIdentityProvidersResponse) Status ¶
func (r GetIdentityProvidersResponse) Status() string
Status returns HTTPResponse.Status
func (GetIdentityProvidersResponse) StatusCode ¶
func (r GetIdentityProvidersResponse) StatusCode() int
StatusCode returns HTTPResponse.StatusCode
type GetRolesResponse ¶
type GetRolesResponse struct { Body []byte HTTPResponse *http.Response JSON200 *Roles JSON500 *Error }
func ParseGetRolesResponse ¶
func ParseGetRolesResponse(rsp *http.Response) (*GetRolesResponse, error)
ParseGetRolesResponse parses an HTTP response from a GetRolesWithResponse call
func (GetRolesResponse) Status ¶
func (r GetRolesResponse) Status() string
Status returns HTTPResponse.Status
func (GetRolesResponse) StatusCode ¶
func (r GetRolesResponse) StatusCode() int
StatusCode returns HTTPResponse.StatusCode
type GetSaasIdResponse ¶
type GetSaasIdResponse struct { Body []byte HTTPResponse *http.Response JSON200 *SaasId JSON500 *Error }
func ParseGetSaasIdResponse ¶
func ParseGetSaasIdResponse(rsp *http.Response) (*GetSaasIdResponse, error)
ParseGetSaasIdResponse parses an HTTP response from a GetSaasIdWithResponse call
func (GetSaasIdResponse) Status ¶
func (r GetSaasIdResponse) Status() string
Status returns HTTPResponse.Status
func (GetSaasIdResponse) StatusCode ¶
func (r GetSaasIdResponse) StatusCode() int
StatusCode returns HTTPResponse.StatusCode
type GetSaasUserResponse ¶
type GetSaasUserResponse struct { Body []byte HTTPResponse *http.Response JSON200 *SaasUser JSON404 *Error JSON500 *Error }
func ParseGetSaasUserResponse ¶
func ParseGetSaasUserResponse(rsp *http.Response) (*GetSaasUserResponse, error)
ParseGetSaasUserResponse parses an HTTP response from a GetSaasUserWithResponse call
func (GetSaasUserResponse) Status ¶
func (r GetSaasUserResponse) Status() string
Status returns HTTPResponse.Status
func (GetSaasUserResponse) StatusCode ¶
func (r GetSaasUserResponse) StatusCode() int
StatusCode returns HTTPResponse.StatusCode
type GetSaasUsersResponse ¶
type GetSaasUsersResponse struct { Body []byte HTTPResponse *http.Response JSON200 *SaasUsers JSON500 *Error }
func ParseGetSaasUsersResponse ¶
func ParseGetSaasUsersResponse(rsp *http.Response) (*GetSaasUsersResponse, error)
ParseGetSaasUsersResponse parses an HTTP response from a GetSaasUsersWithResponse call
func (GetSaasUsersResponse) Status ¶
func (r GetSaasUsersResponse) Status() string
Status returns HTTPResponse.Status
func (GetSaasUsersResponse) StatusCode ¶
func (r GetSaasUsersResponse) StatusCode() int
StatusCode returns HTTPResponse.StatusCode
type GetSignInSettingsResponse ¶
type GetSignInSettingsResponse struct { Body []byte HTTPResponse *http.Response JSON200 *SignInSettings JSON500 *Error }
func ParseGetSignInSettingsResponse ¶
func ParseGetSignInSettingsResponse(rsp *http.Response) (*GetSignInSettingsResponse, error)
ParseGetSignInSettingsResponse parses an HTTP response from a GetSignInSettingsWithResponse call
func (GetSignInSettingsResponse) Status ¶
func (r GetSignInSettingsResponse) Status() string
Status returns HTTPResponse.Status
func (GetSignInSettingsResponse) StatusCode ¶
func (r GetSignInSettingsResponse) StatusCode() int
StatusCode returns HTTPResponse.StatusCode
type GetTenantAttributesResponse ¶
type GetTenantAttributesResponse struct { Body []byte HTTPResponse *http.Response JSON200 *TenantAttributes JSON500 *Error }
func ParseGetTenantAttributesResponse ¶
func ParseGetTenantAttributesResponse(rsp *http.Response) (*GetTenantAttributesResponse, error)
ParseGetTenantAttributesResponse parses an HTTP response from a GetTenantAttributesWithResponse call
func (GetTenantAttributesResponse) Status ¶
func (r GetTenantAttributesResponse) Status() string
Status returns HTTPResponse.Status
func (GetTenantAttributesResponse) StatusCode ¶
func (r GetTenantAttributesResponse) StatusCode() int
StatusCode returns HTTPResponse.StatusCode
type GetTenantResponse ¶
type GetTenantResponse struct { Body []byte HTTPResponse *http.Response JSON200 *Tenant JSON404 *Error JSON500 *Error }
func ParseGetTenantResponse ¶
func ParseGetTenantResponse(rsp *http.Response) (*GetTenantResponse, error)
ParseGetTenantResponse parses an HTTP response from a GetTenantWithResponse call
func (GetTenantResponse) Status ¶
func (r GetTenantResponse) Status() string
Status returns HTTPResponse.Status
func (GetTenantResponse) StatusCode ¶
func (r GetTenantResponse) StatusCode() int
StatusCode returns HTTPResponse.StatusCode
type GetTenantUserResponse ¶
type GetTenantUserResponse struct { Body []byte HTTPResponse *http.Response JSON200 *User JSON404 *Error JSON500 *Error }
func ParseGetTenantUserResponse ¶
func ParseGetTenantUserResponse(rsp *http.Response) (*GetTenantUserResponse, error)
ParseGetTenantUserResponse parses an HTTP response from a GetTenantUserWithResponse call
func (GetTenantUserResponse) Status ¶
func (r GetTenantUserResponse) Status() string
Status returns HTTPResponse.Status
func (GetTenantUserResponse) StatusCode ¶
func (r GetTenantUserResponse) StatusCode() int
StatusCode returns HTTPResponse.StatusCode
type GetTenantUsersResponse ¶
type GetTenantUsersResponse struct { Body []byte HTTPResponse *http.Response JSON200 *Users JSON500 *Error }
func ParseGetTenantUsersResponse ¶
func ParseGetTenantUsersResponse(rsp *http.Response) (*GetTenantUsersResponse, error)
ParseGetTenantUsersResponse parses an HTTP response from a GetTenantUsersWithResponse call
func (GetTenantUsersResponse) Status ¶
func (r GetTenantUsersResponse) Status() string
Status returns HTTPResponse.Status
func (GetTenantUsersResponse) StatusCode ¶
func (r GetTenantUsersResponse) StatusCode() int
StatusCode returns HTTPResponse.StatusCode
type GetTenantsResponse ¶
type GetTenantsResponse struct { Body []byte HTTPResponse *http.Response JSON200 *Tenants JSON500 *Error }
func ParseGetTenantsResponse ¶
func ParseGetTenantsResponse(rsp *http.Response) (*GetTenantsResponse, error)
ParseGetTenantsResponse parses an HTTP response from a GetTenantsWithResponse call
func (GetTenantsResponse) Status ¶
func (r GetTenantsResponse) Status() string
Status returns HTTPResponse.Status
func (GetTenantsResponse) StatusCode ¶
func (r GetTenantsResponse) StatusCode() int
StatusCode returns HTTPResponse.StatusCode
type GetUserAttributesResponse ¶
type GetUserAttributesResponse struct { Body []byte HTTPResponse *http.Response JSON200 *UserAttributes JSON500 *Error }
func ParseGetUserAttributesResponse ¶
func ParseGetUserAttributesResponse(rsp *http.Response) (*GetUserAttributesResponse, error)
ParseGetUserAttributesResponse parses an HTTP response from a GetUserAttributesWithResponse call
func (GetUserAttributesResponse) Status ¶
func (r GetUserAttributesResponse) Status() string
Status returns HTTPResponse.Status
func (GetUserAttributesResponse) StatusCode ¶
func (r GetUserAttributesResponse) StatusCode() int
StatusCode returns HTTPResponse.StatusCode
type GetUserInfoParams ¶
type GetUserInfoParams struct { // Token IDトークン(ID Token) Token string `form:"token" json:"token"` }
GetUserInfoParams defines parameters for GetUserInfo.
type GetUserInfoResponse ¶
type GetUserInfoResponse struct { Body []byte HTTPResponse *http.Response JSON200 *UserInfo JSON401 *Error JSON500 *Error }
func ParseGetUserInfoResponse ¶
func ParseGetUserInfoResponse(rsp *http.Response) (*GetUserInfoResponse, error)
ParseGetUserInfoResponse parses an HTTP response from a GetUserInfoWithResponse call
func (GetUserInfoResponse) Status ¶
func (r GetUserInfoResponse) Status() string
Status returns HTTPResponse.Status
func (GetUserInfoResponse) StatusCode ¶
func (r GetUserInfoResponse) StatusCode() int
StatusCode returns HTTPResponse.StatusCode
type GetUserMfaPreferenceResponse ¶
type GetUserMfaPreferenceResponse struct { Body []byte HTTPResponse *http.Response JSON200 *MfaPreference JSON500 *Error }
func ParseGetUserMfaPreferenceResponse ¶
func ParseGetUserMfaPreferenceResponse(rsp *http.Response) (*GetUserMfaPreferenceResponse, error)
ParseGetUserMfaPreferenceResponse parses an HTTP response from a GetUserMfaPreferenceWithResponse call
func (GetUserMfaPreferenceResponse) Status ¶
func (r GetUserMfaPreferenceResponse) Status() string
Status returns HTTPResponse.Status
func (GetUserMfaPreferenceResponse) StatusCode ¶
func (r GetUserMfaPreferenceResponse) StatusCode() int
StatusCode returns HTTPResponse.StatusCode
type HttpRequestDoer ¶
Doer performs HTTP requests.
The standard http.Client implements this interface.
type IdentityProviderConfiguration ¶
type IdentityProviderConfiguration struct { // Domain ドメイン(domain) Domain string `json:"domain"` // RedirectUrl リダイレクトURL(redirect URL) RedirectUrl string `json:"redirect_url"` }
IdentityProviderConfiguration 外部IDプロバイダを利用したサインインの設定をするために必要な情報です。(This information is required to set up sign-in using an external identity provider.) 変更はできません。(It cannot be changed.)
type IdentityProviderProps ¶
type IdentityProviderProps struct { ApplicationId string `json:"application_id"` ApplicationSecret string `json:"application_secret"` ApprovalScope string `json:"approval_scope"` }
IdentityProviderProps defines model for IdentityProviderProps.
type IdentityProviders ¶
type IdentityProviders struct {
Google IdentityProviderProps `json:"google"`
}
IdentityProviders defines model for IdentityProviders.
type InvoiceLanguage ¶
type InvoiceLanguage string
InvoiceLanguage 請求書の言語
Language of invoice
const ( EnUS InvoiceLanguage = "en-US" JaJP InvoiceLanguage = "ja-JP" )
Defines values for InvoiceLanguage.
type LinkAwsMarketplaceJSONRequestBody ¶
type LinkAwsMarketplaceJSONRequestBody = LinkAwsMarketplaceParam
LinkAwsMarketplaceJSONRequestBody defines body for LinkAwsMarketplace for application/json ContentType.
type LinkAwsMarketplaceParam ¶
type LinkAwsMarketplaceParam struct { // AccessToken アクセストークン(access token) AccessToken string `json:"access_token"` // RegistrationToken Registration Token RegistrationToken string `json:"registration_token"` // TenantId テナントID(tenant ID) TenantId string `json:"tenant_id"` }
LinkAwsMarketplaceParam defines model for LinkAwsMarketplaceParam.
type LinkAwsMarketplaceResponse ¶
func ParseLinkAwsMarketplaceResponse ¶
func ParseLinkAwsMarketplaceResponse(rsp *http.Response) (*LinkAwsMarketplaceResponse, error)
ParseLinkAwsMarketplaceResponse parses an HTTP response from a LinkAwsMarketplaceWithResponse call
func (LinkAwsMarketplaceResponse) Status ¶
func (r LinkAwsMarketplaceResponse) Status() string
Status returns HTTPResponse.Status
func (LinkAwsMarketplaceResponse) StatusCode ¶
func (r LinkAwsMarketplaceResponse) StatusCode() int
StatusCode returns HTTPResponse.StatusCode
type MessageTemplate ¶
type MessageTemplate struct { // Message メッセージ(message) Message string `json:"message"` // Subject タイトル(title) Subject string `json:"subject"` }
MessageTemplate defines model for MessageTemplate.
type MfaConfiguration ¶
type MfaConfiguration struct { // MfaConfiguration on: 全ユーザーがログイン時に適用(apply when all users log in) // optional: MFA要素が有効になっている個別ユーザーに適用(apply to individual users with MFA factor enabled) // ※ パラメータは現在optionalで固定となります。(The parameter is currently optional and fixed.) MfaConfiguration MfaConfigurationMfaConfiguration `json:"mfa_configuration"` }
MfaConfiguration MFAデバイス認証設定(MFA device authentication settings) ※ 未提供の機能のため、変更・保存はできません(This function is not yet provided, so it cannot be changed or saved.)
type MfaConfigurationMfaConfiguration ¶
type MfaConfigurationMfaConfiguration string
MfaConfigurationMfaConfiguration on: 全ユーザーがログイン時に適用(apply when all users log in) optional: MFA要素が有効になっている個別ユーザーに適用(apply to individual users with MFA factor enabled) ※ パラメータは現在optionalで固定となります。(The parameter is currently optional and fixed.)
const ( On MfaConfigurationMfaConfiguration = "on" Optional MfaConfigurationMfaConfiguration = "optional" )
Defines values for MfaConfigurationMfaConfiguration.
type MfaPreference ¶
type MfaPreference struct { // Enabled MFAを有効にするか否か(enable MFA) Enabled bool `json:"enabled"` // Method MFAの方法(enabledがtrueの場合は必須)(MFA method (required if enabled is true)) Method *MfaPreferenceMethod `json:"method,omitempty"` }
MfaPreference defines model for MfaPreference.
type MfaPreferenceMethod ¶
type MfaPreferenceMethod string
MfaPreferenceMethod MFAの方法(enabledがtrueの場合は必須)(MFA method (required if enabled is true))
const (
SoftwareToken MfaPreferenceMethod = "softwareToken"
)
Defines values for MfaPreferenceMethod.
type NotificationMessages ¶
type NotificationMessages struct { AuthenticationMfa MessageTemplate `json:"authentication_mfa"` CreateUser MessageTemplate `json:"create_user"` ForgotPassword MessageTemplate `json:"forgot_password"` ResendCode MessageTemplate `json:"resend_code"` SignUp MessageTemplate `json:"sign_up"` UpdateUserAttribute MessageTemplate `json:"update_user_attribute"` VerifyUserAttribute MessageTemplate `json:"verify_user_attribute"` }
NotificationMessages defines model for NotificationMessages.
type PasswordPolicy ¶
type PasswordPolicy struct { // IsRequireLowercase 一文字以上の小文字を含むが設定されているか(contains one or more lowercase characters) IsRequireLowercase bool `json:"is_require_lowercase"` // IsRequireNumbers 一文字以上の数字を含むが設定されているか(contains one or more numeric characters) IsRequireNumbers bool `json:"is_require_numbers"` // IsRequireSymbols 一文字以上の特殊文字を含むが設定されているか(contains one or more special characters) IsRequireSymbols bool `json:"is_require_symbols"` // IsRequireUppercase 一文字以上の大文字を含むが設定されているか(contains one or more uppercase letters) IsRequireUppercase bool `json:"is_require_uppercase"` // MinimumLength 最小文字数(minimum number of characters) MinimumLength uint64 `json:"minimum_length"` // TemporaryPasswordValidityDays 仮パスワードの有効期限(temporary password expiration date) TemporaryPasswordValidityDays uint64 `json:"temporary_password_validity_days"` }
PasswordPolicy パスワードポリシー(password policy)
type PlanHistories ¶
type PlanHistories struct { // PlanHistories 料金プラン履歴 PlanHistories []PlanHistory `json:"plan_histories"` }
PlanHistories defines model for PlanHistories.
type PlanHistory ¶
type PlanHistory struct { // PlanAppliedAt 登録日時 PlanAppliedAt int `json:"plan_applied_at"` PlanId Uuid `json:"plan_id"` TaxRateId *Uuid `json:"tax_rate_id,omitempty"` }
PlanHistory defines model for PlanHistory.
type PlanReservation ¶
type PlanReservation struct { NextPlanId *Uuid `json:"next_plan_id,omitempty"` NextPlanTaxRateId *Uuid `json:"next_plan_tax_rate_id,omitempty"` // UsingNextPlanFrom 次回料金プラン開始日時(stripe連携時、当月月初の0時(UTC)を指定すると当月月初開始のサブスクリプションを作成できます。ex. 2023年1月の場合は、1672531200 ) // (Next billing plan start time (When using stripe, you can create a subscription that starts at the beginning of the current month by specifying 00:00 (UTC) at the beginning of the current month. Ex. 1672531200 for January 2023.)) UsingNextPlanFrom *int `json:"using_next_plan_from,omitempty"` }
PlanReservation defines model for PlanReservation.
type ProviderName ¶
type ProviderName string
ProviderName defines model for ProviderName.
const (
Google ProviderName = "Google"
)
Defines values for ProviderName.
type RecaptchaProps ¶
type RecaptchaProps struct { // SecretKey シークレットキー(secret key) SecretKey string `json:"secret_key"` // SiteKey サイトキー(site key) SiteKey string `json:"site_key"` }
RecaptchaProps reCAPTCHA認証設定(reCAPTCHA authentication settings) ※ 未提供の機能のため、変更・保存はできません(This function is not yet provided, so it cannot be changed or saved.)
type RequestEditorFn ¶
RequestEditorFn is the function signature for the RequestEditor callback function
type ResendSignUpConfirmationEmailJSONRequestBody ¶
type ResendSignUpConfirmationEmailJSONRequestBody = ResendSignUpConfirmationEmailParam
ResendSignUpConfirmationEmailJSONRequestBody defines body for ResendSignUpConfirmationEmail for application/json ContentType.
type ResendSignUpConfirmationEmailParam ¶
type ResendSignUpConfirmationEmailParam struct { // Email メールアドレス(Email Address) Email string `json:"email"` }
ResendSignUpConfirmationEmailParam defines model for ResendSignUpConfirmationEmailParam.
type ResendSignUpConfirmationEmailResponse ¶
type ResendSignUpConfirmationEmailResponse struct { Body []byte HTTPResponse *http.Response JSON500 *Error }
func ParseResendSignUpConfirmationEmailResponse ¶
func ParseResendSignUpConfirmationEmailResponse(rsp *http.Response) (*ResendSignUpConfirmationEmailResponse, error)
ParseResendSignUpConfirmationEmailResponse parses an HTTP response from a ResendSignUpConfirmationEmailWithResponse call
func (ResendSignUpConfirmationEmailResponse) Status ¶
func (r ResendSignUpConfirmationEmailResponse) Status() string
Status returns HTTPResponse.Status
func (ResendSignUpConfirmationEmailResponse) StatusCode ¶
func (r ResendSignUpConfirmationEmailResponse) StatusCode() int
StatusCode returns HTTPResponse.StatusCode
type ResetPlanResponse ¶
func ParseResetPlanResponse ¶
func ParseResetPlanResponse(rsp *http.Response) (*ResetPlanResponse, error)
ParseResetPlanResponse parses an HTTP response from a ResetPlanWithResponse call
func (ResetPlanResponse) Status ¶
func (r ResetPlanResponse) Status() string
Status returns HTTPResponse.Status
func (ResetPlanResponse) StatusCode ¶
func (r ResetPlanResponse) StatusCode() int
StatusCode returns HTTPResponse.StatusCode
type ReturnInternalServerErrorResponse ¶
type ReturnInternalServerErrorResponse struct { Body []byte HTTPResponse *http.Response JSON500 *Error }
func ParseReturnInternalServerErrorResponse ¶
func ParseReturnInternalServerErrorResponse(rsp *http.Response) (*ReturnInternalServerErrorResponse, error)
ParseReturnInternalServerErrorResponse parses an HTTP response from a ReturnInternalServerErrorWithResponse call
func (ReturnInternalServerErrorResponse) Status ¶
func (r ReturnInternalServerErrorResponse) Status() string
Status returns HTTPResponse.Status
func (ReturnInternalServerErrorResponse) StatusCode ¶
func (r ReturnInternalServerErrorResponse) StatusCode() int
StatusCode returns HTTPResponse.StatusCode
type Role ¶
type Role struct { // DisplayName 役割(ロール)表示名(role display name) DisplayName string `json:"display_name"` // RoleName 役割(ロール)名(role name) RoleName string `json:"role_name"` }
Role 役割(ロール)情報(role info)
type SaasId ¶
type SaasId struct { EnvId Id `json:"env_id"` // SaasId saas id SaasId string `json:"saas_id"` TenantId Uuid `json:"tenant_id"` }
SaasId defines model for SaasId.
type SaasUsers ¶
type SaasUsers struct {
Users []SaasUser `json:"users"`
}
SaasUsers defines model for SaasUsers.
type SelfRegist ¶
type SelfRegist struct {
Enable bool `json:"enable"`
}
SelfRegist セルフサインアップを許可設定(self sign-up permission)
type SignInSettings ¶
type SignInSettings struct { // AccountVerification アカウント認証設定(account authentication settings) // ※ 未提供の機能のため、変更・保存はできません(This function is not yet provided, so it cannot be changed or saved.) AccountVerification AccountVerification `json:"account_verification"` // DeviceConfiguration 信頼済みデバイスの記憶の設定(settings for remembering trusted devices) DeviceConfiguration DeviceConfiguration `json:"device_configuration"` // IdentityProviderConfiguration 外部IDプロバイダを利用したサインインの設定をするために必要な情報です。(This information is required to set up sign-in using an external identity provider.) // 変更はできません。(It cannot be changed.) IdentityProviderConfiguration IdentityProviderConfiguration `json:"identity_provider_configuration"` // MfaConfiguration MFAデバイス認証設定(MFA device authentication settings) // ※ 未提供の機能のため、変更・保存はできません(This function is not yet provided, so it cannot be changed or saved.) MfaConfiguration MfaConfiguration `json:"mfa_configuration"` // PasswordPolicy パスワードポリシー(password policy) PasswordPolicy PasswordPolicy `json:"password_policy"` // RecaptchaProps reCAPTCHA認証設定(reCAPTCHA authentication settings) // ※ 未提供の機能のため、変更・保存はできません(This function is not yet provided, so it cannot be changed or saved.) RecaptchaProps RecaptchaProps `json:"recaptcha_props"` // SelfRegist セルフサインアップを許可設定(self sign-up permission) SelfRegist SelfRegist `json:"self_regist"` }
SignInSettings defines model for SignInSettings.
type SignUpJSONRequestBody ¶
type SignUpJSONRequestBody = SignUpParam
SignUpJSONRequestBody defines body for SignUp for application/json ContentType.
type SignUpParam ¶
type SignUpParam struct { // Email メールアドレス(Email Address) Email string `json:"email"` }
SignUpParam defines model for SignUpParam.
type SignUpResponse ¶
type SignUpResponse struct { Body []byte HTTPResponse *http.Response JSON201 *SaasUser JSON500 *Error }
func ParseSignUpResponse ¶
func ParseSignUpResponse(rsp *http.Response) (*SignUpResponse, error)
ParseSignUpResponse parses an HTTP response from a SignUpWithResponse call
func (SignUpResponse) Status ¶
func (r SignUpResponse) Status() string
Status returns HTTPResponse.Status
func (SignUpResponse) StatusCode ¶
func (r SignUpResponse) StatusCode() int
StatusCode returns HTTPResponse.StatusCode
type SignUpWithAwsMarketplaceJSONRequestBody ¶
type SignUpWithAwsMarketplaceJSONRequestBody = SignUpWithAwsMarketplaceParam
SignUpWithAwsMarketplaceJSONRequestBody defines body for SignUpWithAwsMarketplace for application/json ContentType.
type SignUpWithAwsMarketplaceParam ¶
type SignUpWithAwsMarketplaceParam struct { // Email メールアドレス(Email Address) Email string `json:"email"` // RegistrationToken Registration Token RegistrationToken string `json:"registration_token"` }
SignUpWithAwsMarketplaceParam defines model for SignUpWithAwsMarketplaceParam.
type SignUpWithAwsMarketplaceResponse ¶
type SignUpWithAwsMarketplaceResponse struct { Body []byte HTTPResponse *http.Response JSON201 *SaasUser JSON500 *Error }
func ParseSignUpWithAwsMarketplaceResponse ¶
func ParseSignUpWithAwsMarketplaceResponse(rsp *http.Response) (*SignUpWithAwsMarketplaceResponse, error)
ParseSignUpWithAwsMarketplaceResponse parses an HTTP response from a SignUpWithAwsMarketplaceWithResponse call
func (SignUpWithAwsMarketplaceResponse) Status ¶
func (r SignUpWithAwsMarketplaceResponse) Status() string
Status returns HTTPResponse.Status
func (SignUpWithAwsMarketplaceResponse) StatusCode ¶
func (r SignUpWithAwsMarketplaceResponse) StatusCode() int
StatusCode returns HTTPResponse.StatusCode
type SoftwareTokenSecretCode ¶
type SoftwareTokenSecretCode struct { // SecretCode シークレットコード(secret code) SecretCode string `json:"secret_code"` }
SoftwareTokenSecretCode defines model for SoftwareTokenSecretCode.
type Tenant ¶
type Tenant struct { // Attributes 属性情報(attribute info) Attributes map[string]interface{} `json:"attributes"` // BackOfficeStaffEmail 事務管理部門スタッフメールアドレス(administrative staff email address) BackOfficeStaffEmail string `json:"back_office_staff_email"` BillingInfo *BillingInfo `json:"billing_info,omitempty"` Id Uuid `json:"id"` // Name テナント名(tenant name) Name string `json:"name"` NextPlanId *Uuid `json:"next_plan_id,omitempty"` NextPlanTaxRateId *Uuid `json:"next_plan_tax_rate_id,omitempty"` // PlanHistories 料金プラン履歴 PlanHistories []PlanHistory `json:"plan_histories"` PlanId *Uuid `json:"plan_id,omitempty"` // UsingNextPlanFrom 次回料金プラン開始日時(stripe連携時、当月月初の0時(UTC)を指定すると当月月初開始のサブスクリプションを作成できます。ex. 2023年1月の場合は、1672531200 ) // (Next billing plan start time (When using stripe, you can create a subscription that starts at the beginning of the current month by specifying 00:00 (UTC) at the beginning of the current month. Ex. 1672531200 for January 2023.)) UsingNextPlanFrom *int `json:"using_next_plan_from,omitempty"` }
Tenant defines model for Tenant.
type TenantAttributes ¶
type TenantAttributes struct { // TenantAttributes テナント属性定義(Tenant Attribute Definition) TenantAttributes []Attribute `json:"tenant_attributes"` }
TenantAttributes defines model for TenantAttributes.
type TenantProps ¶
type TenantProps struct { // Attributes 属性情報(attribute info) Attributes map[string]interface{} `json:"attributes"` // BackOfficeStaffEmail 事務管理部門スタッフメールアドレス(administrative staff email address) BackOfficeStaffEmail string `json:"back_office_staff_email"` // Name テナント名(tenant name) Name string `json:"name"` }
TenantProps defines model for TenantProps.
type Tenants ¶
type Tenants struct {
Tenants []Tenant `json:"tenants"`
}
Tenants テナント情報(Tenant Info)
type UnlinkProviderResponse ¶
func ParseUnlinkProviderResponse ¶
func ParseUnlinkProviderResponse(rsp *http.Response) (*UnlinkProviderResponse, error)
ParseUnlinkProviderResponse parses an HTTP response from a UnlinkProviderWithResponse call
func (UnlinkProviderResponse) Status ¶
func (r UnlinkProviderResponse) Status() string
Status returns HTTPResponse.Status
func (UnlinkProviderResponse) StatusCode ¶
func (r UnlinkProviderResponse) StatusCode() int
StatusCode returns HTTPResponse.StatusCode
type UpdateAuthInfoJSONRequestBody ¶
type UpdateAuthInfoJSONRequestBody = UpdateAuthInfoParam
UpdateAuthInfoJSONRequestBody defines body for UpdateAuthInfo for application/json ContentType.
type UpdateAuthInfoParam ¶
type UpdateAuthInfoParam = AuthInfo
UpdateAuthInfoParam defines model for UpdateAuthInfoParam.
type UpdateAuthInfoResponse ¶
func ParseUpdateAuthInfoResponse ¶
func ParseUpdateAuthInfoResponse(rsp *http.Response) (*UpdateAuthInfoResponse, error)
ParseUpdateAuthInfoResponse parses an HTTP response from a UpdateAuthInfoWithResponse call
func (UpdateAuthInfoResponse) Status ¶
func (r UpdateAuthInfoResponse) Status() string
Status returns HTTPResponse.Status
func (UpdateAuthInfoResponse) StatusCode ¶
func (r UpdateAuthInfoResponse) StatusCode() int
StatusCode returns HTTPResponse.StatusCode
type UpdateBasicInfoJSONRequestBody ¶
type UpdateBasicInfoJSONRequestBody = UpdateBasicInfoParam
UpdateBasicInfoJSONRequestBody defines body for UpdateBasicInfo for application/json ContentType.
type UpdateBasicInfoParam ¶
type UpdateBasicInfoParam struct { // DomainName ドメイン名(Domain Name) DomainName string `json:"domain_name"` // FromEmailAddress 認証メールの送信元メールアドレス(Sender email of authentication email) FromEmailAddress string `json:"from_email_address"` // ReplyEmailAddress 認証メールの返信元メールアドレス(Reply-from email address of authentication email) ReplyEmailAddress *string `json:"reply_email_address,omitempty"` }
UpdateBasicInfoParam defines model for UpdateBasicInfoParam.
type UpdateBasicInfoResponse ¶
func ParseUpdateBasicInfoResponse ¶
func ParseUpdateBasicInfoResponse(rsp *http.Response) (*UpdateBasicInfoResponse, error)
ParseUpdateBasicInfoResponse parses an HTTP response from a UpdateBasicInfoWithResponse call
func (UpdateBasicInfoResponse) Status ¶
func (r UpdateBasicInfoResponse) Status() string
Status returns HTTPResponse.Status
func (UpdateBasicInfoResponse) StatusCode ¶
func (r UpdateBasicInfoResponse) StatusCode() int
StatusCode returns HTTPResponse.StatusCode
type UpdateClientSecretResponse ¶
func ParseUpdateClientSecretResponse ¶
func ParseUpdateClientSecretResponse(rsp *http.Response) (*UpdateClientSecretResponse, error)
ParseUpdateClientSecretResponse parses an HTTP response from a UpdateClientSecretWithResponse call
func (UpdateClientSecretResponse) Status ¶
func (r UpdateClientSecretResponse) Status() string
Status returns HTTPResponse.Status
func (UpdateClientSecretResponse) StatusCode ¶
func (r UpdateClientSecretResponse) StatusCode() int
StatusCode returns HTTPResponse.StatusCode
type UpdateCustomizePageSettingsJSONRequestBody ¶
type UpdateCustomizePageSettingsJSONRequestBody = UpdateCustomizePageSettingsParam
UpdateCustomizePageSettingsJSONRequestBody defines body for UpdateCustomizePageSettings for application/json ContentType.
type UpdateCustomizePageSettingsParam ¶
type UpdateCustomizePageSettingsParam struct { // Favicon ファビコン(favicon) Favicon string `json:"favicon"` // GoogleTagManagerContainerId Google Tag Manager コンテナ ID(Google Tag Manager container ID) GoogleTagManagerContainerId string `json:"google_tag_manager_container_id"` // Icon サービスアイコン(service icon) Icon string `json:"icon"` // PrivacyPolicyUrl プライバシーポリシーURL(privacy policy URL) PrivacyPolicyUrl string `json:"privacy_policy_url"` // TermsOfServiceUrl 利用規約URL(terms of service URL) TermsOfServiceUrl string `json:"terms_of_service_url"` // Title サービス名(service name) Title string `json:"title"` }
UpdateCustomizePageSettingsParam defines model for UpdateCustomizePageSettingsParam.
type UpdateCustomizePageSettingsResponse ¶
type UpdateCustomizePageSettingsResponse struct { Body []byte HTTPResponse *http.Response JSON500 *Error }
func ParseUpdateCustomizePageSettingsResponse ¶
func ParseUpdateCustomizePageSettingsResponse(rsp *http.Response) (*UpdateCustomizePageSettingsResponse, error)
ParseUpdateCustomizePageSettingsResponse parses an HTTP response from a UpdateCustomizePageSettingsWithResponse call
func (UpdateCustomizePageSettingsResponse) Status ¶
func (r UpdateCustomizePageSettingsResponse) Status() string
Status returns HTTPResponse.Status
func (UpdateCustomizePageSettingsResponse) StatusCode ¶
func (r UpdateCustomizePageSettingsResponse) StatusCode() int
StatusCode returns HTTPResponse.StatusCode
type UpdateCustomizePagesJSONRequestBody ¶
type UpdateCustomizePagesJSONRequestBody = UpdateCustomizePagesParam
UpdateCustomizePagesJSONRequestBody defines body for UpdateCustomizePages for application/json ContentType.
type UpdateCustomizePagesParam ¶
type UpdateCustomizePagesParam struct { PasswordResetPage *CustomizePageProps `json:"password_reset_page,omitempty"` SignInPage *CustomizePageProps `json:"sign_in_page,omitempty"` SignUpPage *CustomizePageProps `json:"sign_up_page,omitempty"` }
UpdateCustomizePagesParam defines model for UpdateCustomizePagesParam.
type UpdateCustomizePagesResponse ¶
func ParseUpdateCustomizePagesResponse ¶
func ParseUpdateCustomizePagesResponse(rsp *http.Response) (*UpdateCustomizePagesResponse, error)
ParseUpdateCustomizePagesResponse parses an HTTP response from a UpdateCustomizePagesWithResponse call
func (UpdateCustomizePagesResponse) Status ¶
func (r UpdateCustomizePagesResponse) Status() string
Status returns HTTPResponse.Status
func (UpdateCustomizePagesResponse) StatusCode ¶
func (r UpdateCustomizePagesResponse) StatusCode() int
StatusCode returns HTTPResponse.StatusCode
type UpdateEnvJSONRequestBody ¶
type UpdateEnvJSONRequestBody = UpdateEnvParam
UpdateEnvJSONRequestBody defines body for UpdateEnv for application/json ContentType.
type UpdateEnvParam ¶
type UpdateEnvParam struct { // Name 環境名(env name) Name string `json:"name"` }
UpdateEnvParam defines model for UpdateEnvParam.
type UpdateEnvResponse ¶
type UpdateEnvResponse struct { Body []byte HTTPResponse *http.Response JSON404 *Error JSON500 *Error }
func ParseUpdateEnvResponse ¶
func ParseUpdateEnvResponse(rsp *http.Response) (*UpdateEnvResponse, error)
ParseUpdateEnvResponse parses an HTTP response from a UpdateEnvWithResponse call
func (UpdateEnvResponse) Status ¶
func (r UpdateEnvResponse) Status() string
Status returns HTTPResponse.Status
func (UpdateEnvResponse) StatusCode ¶
func (r UpdateEnvResponse) StatusCode() int
StatusCode returns HTTPResponse.StatusCode
type UpdateIdentityProviderJSONRequestBody ¶
type UpdateIdentityProviderJSONRequestBody = UpdateIdentityProviderParam
UpdateIdentityProviderJSONRequestBody defines body for UpdateIdentityProvider for application/json ContentType.
type UpdateIdentityProviderParam ¶
type UpdateIdentityProviderParam struct { IdentityProviderProps *IdentityProviderProps `json:"identity_provider_props,omitempty"` Provider ProviderName `json:"provider"` }
UpdateIdentityProviderParam defines model for UpdateIdentityProviderParam.
type UpdateIdentityProviderResponse ¶
type UpdateIdentityProviderResponse struct { Body []byte HTTPResponse *http.Response JSON500 *Error }
func ParseUpdateIdentityProviderResponse ¶
func ParseUpdateIdentityProviderResponse(rsp *http.Response) (*UpdateIdentityProviderResponse, error)
ParseUpdateIdentityProviderResponse parses an HTTP response from a UpdateIdentityProviderWithResponse call
func (UpdateIdentityProviderResponse) Status ¶
func (r UpdateIdentityProviderResponse) Status() string
Status returns HTTPResponse.Status
func (UpdateIdentityProviderResponse) StatusCode ¶
func (r UpdateIdentityProviderResponse) StatusCode() int
StatusCode returns HTTPResponse.StatusCode
type UpdateNotificationMessagesJSONRequestBody ¶
type UpdateNotificationMessagesJSONRequestBody = UpdateNotificationMessagesParam
UpdateNotificationMessagesJSONRequestBody defines body for UpdateNotificationMessages for application/json ContentType.
type UpdateNotificationMessagesParam ¶
type UpdateNotificationMessagesParam struct { AuthenticationMfa *MessageTemplate `json:"authentication_mfa,omitempty"` CreateUser *MessageTemplate `json:"create_user,omitempty"` ForgotPassword *MessageTemplate `json:"forgot_password,omitempty"` ResendCode *MessageTemplate `json:"resend_code,omitempty"` SignUp *MessageTemplate `json:"sign_up,omitempty"` UpdateUserAttribute *MessageTemplate `json:"update_user_attribute,omitempty"` VerifyUserAttribute *MessageTemplate `json:"verify_user_attribute,omitempty"` }
UpdateNotificationMessagesParam defines model for UpdateNotificationMessagesParam.
type UpdateNotificationMessagesResponse ¶
type UpdateNotificationMessagesResponse struct { Body []byte HTTPResponse *http.Response JSON500 *Error }
func ParseUpdateNotificationMessagesResponse ¶
func ParseUpdateNotificationMessagesResponse(rsp *http.Response) (*UpdateNotificationMessagesResponse, error)
ParseUpdateNotificationMessagesResponse parses an HTTP response from a UpdateNotificationMessagesWithResponse call
func (UpdateNotificationMessagesResponse) Status ¶
func (r UpdateNotificationMessagesResponse) Status() string
Status returns HTTPResponse.Status
func (UpdateNotificationMessagesResponse) StatusCode ¶
func (r UpdateNotificationMessagesResponse) StatusCode() int
StatusCode returns HTTPResponse.StatusCode
type UpdateSaasIdResponse ¶
func ParseUpdateSaasIdResponse ¶
func ParseUpdateSaasIdResponse(rsp *http.Response) (*UpdateSaasIdResponse, error)
ParseUpdateSaasIdResponse parses an HTTP response from a UpdateSaasIdWithResponse call
func (UpdateSaasIdResponse) Status ¶
func (r UpdateSaasIdResponse) Status() string
Status returns HTTPResponse.Status
func (UpdateSaasIdResponse) StatusCode ¶
func (r UpdateSaasIdResponse) StatusCode() int
StatusCode returns HTTPResponse.StatusCode
type UpdateSaasUserEmailJSONRequestBody ¶
type UpdateSaasUserEmailJSONRequestBody = UpdateSaasUserEmailParam
UpdateSaasUserEmailJSONRequestBody defines body for UpdateSaasUserEmail for application/json ContentType.
type UpdateSaasUserEmailParam ¶
type UpdateSaasUserEmailParam struct { // Email メールアドレス(e-mail) Email string `json:"email"` }
UpdateSaasUserEmailParam defines model for UpdateSaasUserEmailParam.
type UpdateSaasUserEmailResponse ¶
func ParseUpdateSaasUserEmailResponse ¶
func ParseUpdateSaasUserEmailResponse(rsp *http.Response) (*UpdateSaasUserEmailResponse, error)
ParseUpdateSaasUserEmailResponse parses an HTTP response from a UpdateSaasUserEmailWithResponse call
func (UpdateSaasUserEmailResponse) Status ¶
func (r UpdateSaasUserEmailResponse) Status() string
Status returns HTTPResponse.Status
func (UpdateSaasUserEmailResponse) StatusCode ¶
func (r UpdateSaasUserEmailResponse) StatusCode() int
StatusCode returns HTTPResponse.StatusCode
type UpdateSaasUserPasswordJSONRequestBody ¶
type UpdateSaasUserPasswordJSONRequestBody = UpdateSaasUserPasswordParam
UpdateSaasUserPasswordJSONRequestBody defines body for UpdateSaasUserPassword for application/json ContentType.
type UpdateSaasUserPasswordParam ¶
type UpdateSaasUserPasswordParam struct { // Password パスワード(password) Password string `json:"password"` }
UpdateSaasUserPasswordParam defines model for UpdateSaasUserPasswordParam.
type UpdateSaasUserPasswordResponse ¶
type UpdateSaasUserPasswordResponse struct { Body []byte HTTPResponse *http.Response JSON500 *Error }
func ParseUpdateSaasUserPasswordResponse ¶
func ParseUpdateSaasUserPasswordResponse(rsp *http.Response) (*UpdateSaasUserPasswordResponse, error)
ParseUpdateSaasUserPasswordResponse parses an HTTP response from a UpdateSaasUserPasswordWithResponse call
func (UpdateSaasUserPasswordResponse) Status ¶
func (r UpdateSaasUserPasswordResponse) Status() string
Status returns HTTPResponse.Status
func (UpdateSaasUserPasswordResponse) StatusCode ¶
func (r UpdateSaasUserPasswordResponse) StatusCode() int
StatusCode returns HTTPResponse.StatusCode
type UpdateSignInSettingsJSONRequestBody ¶
type UpdateSignInSettingsJSONRequestBody = UpdateSignInSettingsParam
UpdateSignInSettingsJSONRequestBody defines body for UpdateSignInSettings for application/json ContentType.
type UpdateSignInSettingsParam ¶
type UpdateSignInSettingsParam struct { // AccountVerification アカウント認証設定(account authentication settings) // ※ 未提供の機能のため、変更・保存はできません(This function is not yet provided, so it cannot be changed or saved.) AccountVerification *AccountVerification `json:"account_verification,omitempty"` // DeviceConfiguration 信頼済みデバイスの記憶の設定(settings for remembering trusted devices) DeviceConfiguration *DeviceConfiguration `json:"device_configuration,omitempty"` // MfaConfiguration MFAデバイス認証設定(MFA device authentication settings) // ※ 未提供の機能のため、変更・保存はできません(This function is not yet provided, so it cannot be changed or saved.) MfaConfiguration *MfaConfiguration `json:"mfa_configuration,omitempty"` // PasswordPolicy パスワードポリシー(password policy) PasswordPolicy *PasswordPolicy `json:"password_policy,omitempty"` // RecaptchaProps reCAPTCHA認証設定(reCAPTCHA authentication settings) // ※ 未提供の機能のため、変更・保存はできません(This function is not yet provided, so it cannot be changed or saved.) RecaptchaProps *RecaptchaProps `json:"recaptcha_props,omitempty"` // SelfRegist セルフサインアップを許可設定(self sign-up permission) SelfRegist *SelfRegist `json:"self_regist,omitempty"` }
UpdateSignInSettingsParam defines model for UpdateSignInSettingsParam.
type UpdateSignInSettingsResponse ¶
func ParseUpdateSignInSettingsResponse ¶
func ParseUpdateSignInSettingsResponse(rsp *http.Response) (*UpdateSignInSettingsResponse, error)
ParseUpdateSignInSettingsResponse parses an HTTP response from a UpdateSignInSettingsWithResponse call
func (UpdateSignInSettingsResponse) Status ¶
func (r UpdateSignInSettingsResponse) Status() string
Status returns HTTPResponse.Status
func (UpdateSignInSettingsResponse) StatusCode ¶
func (r UpdateSignInSettingsResponse) StatusCode() int
StatusCode returns HTTPResponse.StatusCode
type UpdateSoftwareTokenJSONRequestBody ¶
type UpdateSoftwareTokenJSONRequestBody = UpdateSoftwareTokenParam
UpdateSoftwareTokenJSONRequestBody defines body for UpdateSoftwareToken for application/json ContentType.
type UpdateSoftwareTokenParam ¶
type UpdateSoftwareTokenParam struct { // AccessToken アクセストークン(access token) AccessToken string `json:"access_token"` // VerificationCode 検証コード(verification code) VerificationCode string `json:"verification_code"` }
UpdateSoftwareTokenParam defines model for UpdateSoftwareTokenParam.
type UpdateSoftwareTokenResponse ¶
func ParseUpdateSoftwareTokenResponse ¶
func ParseUpdateSoftwareTokenResponse(rsp *http.Response) (*UpdateSoftwareTokenResponse, error)
ParseUpdateSoftwareTokenResponse parses an HTTP response from a UpdateSoftwareTokenWithResponse call
func (UpdateSoftwareTokenResponse) Status ¶
func (r UpdateSoftwareTokenResponse) Status() string
Status returns HTTPResponse.Status
func (UpdateSoftwareTokenResponse) StatusCode ¶
func (r UpdateSoftwareTokenResponse) StatusCode() int
StatusCode returns HTTPResponse.StatusCode
type UpdateTenantBillingInfoJSONRequestBody ¶
type UpdateTenantBillingInfoJSONRequestBody = UpdateTenantBillingInfoParam
UpdateTenantBillingInfoJSONRequestBody defines body for UpdateTenantBillingInfo for application/json ContentType.
type UpdateTenantBillingInfoParam ¶
type UpdateTenantBillingInfoParam = BillingInfo
UpdateTenantBillingInfoParam defines model for UpdateTenantBillingInfoParam.
type UpdateTenantBillingInfoResponse ¶
type UpdateTenantBillingInfoResponse struct { Body []byte HTTPResponse *http.Response JSON400 *Error JSON404 *Error JSON500 *Error }
func ParseUpdateTenantBillingInfoResponse ¶
func ParseUpdateTenantBillingInfoResponse(rsp *http.Response) (*UpdateTenantBillingInfoResponse, error)
ParseUpdateTenantBillingInfoResponse parses an HTTP response from a UpdateTenantBillingInfoWithResponse call
func (UpdateTenantBillingInfoResponse) Status ¶
func (r UpdateTenantBillingInfoResponse) Status() string
Status returns HTTPResponse.Status
func (UpdateTenantBillingInfoResponse) StatusCode ¶
func (r UpdateTenantBillingInfoResponse) StatusCode() int
StatusCode returns HTTPResponse.StatusCode
type UpdateTenantJSONRequestBody ¶
type UpdateTenantJSONRequestBody = UpdateTenantParam
UpdateTenantJSONRequestBody defines body for UpdateTenant for application/json ContentType.
type UpdateTenantParam ¶
type UpdateTenantParam = TenantProps
UpdateTenantParam defines model for UpdateTenantParam.
type UpdateTenantPlanJSONRequestBody ¶
type UpdateTenantPlanJSONRequestBody = UpdateTenantPlanParam
UpdateTenantPlanJSONRequestBody defines body for UpdateTenantPlan for application/json ContentType.
type UpdateTenantPlanParam ¶
type UpdateTenantPlanParam = PlanReservation
UpdateTenantPlanParam defines model for UpdateTenantPlanParam.
type UpdateTenantPlanResponse ¶
type UpdateTenantPlanResponse struct { Body []byte HTTPResponse *http.Response JSON400 *Error JSON404 *Error JSON500 *Error }
func ParseUpdateTenantPlanResponse ¶
func ParseUpdateTenantPlanResponse(rsp *http.Response) (*UpdateTenantPlanResponse, error)
ParseUpdateTenantPlanResponse parses an HTTP response from a UpdateTenantPlanWithResponse call
func (UpdateTenantPlanResponse) Status ¶
func (r UpdateTenantPlanResponse) Status() string
Status returns HTTPResponse.Status
func (UpdateTenantPlanResponse) StatusCode ¶
func (r UpdateTenantPlanResponse) StatusCode() int
StatusCode returns HTTPResponse.StatusCode
type UpdateTenantResponse ¶
type UpdateTenantResponse struct { Body []byte HTTPResponse *http.Response JSON404 *Error JSON500 *Error }
func ParseUpdateTenantResponse ¶
func ParseUpdateTenantResponse(rsp *http.Response) (*UpdateTenantResponse, error)
ParseUpdateTenantResponse parses an HTTP response from a UpdateTenantWithResponse call
func (UpdateTenantResponse) Status ¶
func (r UpdateTenantResponse) Status() string
Status returns HTTPResponse.Status
func (UpdateTenantResponse) StatusCode ¶
func (r UpdateTenantResponse) StatusCode() int
StatusCode returns HTTPResponse.StatusCode
type UpdateTenantUserJSONRequestBody ¶
type UpdateTenantUserJSONRequestBody = UpdateTenantUserParam
UpdateTenantUserJSONRequestBody defines body for UpdateTenantUser for application/json ContentType.
type UpdateTenantUserParam ¶
type UpdateTenantUserParam struct { // Attributes 属性情報(SaaS 開発コンソールでユーザー属性定義を行い設定された情報を取得します) // // Attribute information (Get information set by defining user attributes in the SaaS development console) Attributes map[string]interface{} `json:"attributes"` }
UpdateTenantUserParam defines model for UpdateTenantUserParam.
type UpdateTenantUserResponse ¶
type UpdateTenantUserResponse struct { Body []byte HTTPResponse *http.Response JSON404 *Error JSON500 *Error }
func ParseUpdateTenantUserResponse ¶
func ParseUpdateTenantUserResponse(rsp *http.Response) (*UpdateTenantUserResponse, error)
ParseUpdateTenantUserResponse parses an HTTP response from a UpdateTenantUserWithResponse call
func (UpdateTenantUserResponse) Status ¶
func (r UpdateTenantUserResponse) Status() string
Status returns HTTPResponse.Status
func (UpdateTenantUserResponse) StatusCode ¶
func (r UpdateTenantUserResponse) StatusCode() int
StatusCode returns HTTPResponse.StatusCode
type UpdateUserMfaPreferenceJSONRequestBody ¶
type UpdateUserMfaPreferenceJSONRequestBody = UpdateUserMfaPreferenceParam
UpdateUserMfaPreferenceJSONRequestBody defines body for UpdateUserMfaPreference for application/json ContentType.
type UpdateUserMfaPreferenceParam ¶
type UpdateUserMfaPreferenceParam = MfaPreference
UpdateUserMfaPreferenceParam defines model for UpdateUserMfaPreferenceParam.
type UpdateUserMfaPreferenceResponse ¶
type UpdateUserMfaPreferenceResponse struct { Body []byte HTTPResponse *http.Response JSON500 *Error }
func ParseUpdateUserMfaPreferenceResponse ¶
func ParseUpdateUserMfaPreferenceResponse(rsp *http.Response) (*UpdateUserMfaPreferenceResponse, error)
ParseUpdateUserMfaPreferenceResponse parses an HTTP response from a UpdateUserMfaPreferenceWithResponse call
func (UpdateUserMfaPreferenceResponse) Status ¶
func (r UpdateUserMfaPreferenceResponse) Status() string
Status returns HTTPResponse.Status
func (UpdateUserMfaPreferenceResponse) StatusCode ¶
func (r UpdateUserMfaPreferenceResponse) StatusCode() int
StatusCode returns HTTPResponse.StatusCode
type User ¶
type User struct { // Attributes 属性情報(SaaS 開発コンソールでユーザー属性定義を行い設定された情報を取得します) // // Attribute information (Get information set by defining user attributes in the SaaS development console) Attributes map[string]interface{} `json:"attributes"` // Email メールアドレス(E-mail) Email string `json:"email"` Envs []UserEnv `json:"envs"` // Id ユーザーID(User ID) Id string `json:"id"` TenantId Uuid `json:"tenant_id"` // TenantName テナント名(Tenant Name) TenantName string `json:"tenant_name"` }
User defines model for User.
type UserAttributes ¶
type UserAttributes struct { // UserAttributes ユーザー属性定義(User attribute definition) UserAttributes []Attribute `json:"user_attributes"` }
UserAttributes defines model for UserAttributes.
type UserAvailableEnv ¶
type UserAvailableEnv struct { Id Id `json:"id"` // Name 環境名(env name) Name string `json:"name"` // Roles 役割(ロール)情報(role info) Roles []Role `json:"roles"` }
UserAvailableEnv defines model for UserAvailableEnv.
type UserAvailableTenant ¶
type UserAvailableTenant struct { // BackOfficeStaffEmail バックオフィス担当者のメール(back office contact email) BackOfficeStaffEmail string `json:"back_office_staff_email"` CompletedSignUp bool `json:"completed_sign_up"` // Envs 環境情報、役割(ロール)情報(environmental info, role info) Envs []UserAvailableEnv `json:"envs"` Id Uuid `json:"id"` // Name テナント名(tenant name) Name string `json:"name"` PlanId *Uuid `json:"plan_id,omitempty"` // UserAttribute ユーザー追加属性(user additional attributes) UserAttribute map[string]interface{} `json:"user_attribute"` }
UserAvailableTenant defines model for UserAvailableTenant.
type UserInfo ¶
type UserInfo struct { // Email メールアドレス(E-mail) Email string `json:"email"` Id Uuid `json:"id"` // Tenants テナント情報(Tenant Info) Tenants []UserAvailableTenant `json:"tenants"` }
UserInfo defines model for UserInfo.