1 个稳定版本
1.49.0 | 2024年1月4日 |
---|
#53 in #api-calls
2MB
26K SLoC
Rust API 客户端用于 openapi
这是一个 FusionAuth 服务器。更多信息请访问 https://fusionauth.io。您需要在您使用的 FusionAuth 实例中设置 API 密钥以测试 API 调用。
概述
此 API 客户端由 OpenAPI Generator 项目生成。通过使用来自远程服务器的 openapi-spec,您可以轻松生成 API 客户端。
- API 版本:1.49.0
- 包版本:1.49.0
- 构建包:
org.openapitools.codegen.languages.RustClientCodegen
API 端点文档
所有 URI 都相对于 https://127.0.0.1:9011
类 | 方法 | HTTP 请求 | 描述 |
---|---|---|---|
DefaultApi | action_user_with_id | POST /api/user/action | |
DefaultApi | activate_reactor_with_id | POST /api/reactor | |
DefaultApi | add_user_to_family_with_id | PUT /api/user/family/{familyId} | |
DefaultApi | approve_device_with_id | POST /oauth2/device/approve | |
DefaultApi | cancel_action_with_id | DELETE /api/user/action/{actionId} | |
DefaultApi | change_password_by_identity_with_id | POST /api/user/change-password | |
DefaultApi | change_password_with_id | POST /api/user/change-password/{changePasswordId} | |
DefaultApi | check_change_password_using_id_with_id | GET /api/user/change-password/{changePasswordId} | |
DefaultApi | comment_on_user_with_id | POST /api/user/comment | |
DefaultApi | complete_web_authn_assertion_with_id | POST /api/webauthn/assert | |
DefaultApi | complete_web_authn_login_with_id | POST /api/webauthn/login | |
DefaultApi | complete_web_authn_registration_with_id | POST /api/webauthn/register/complete | |
DefaultApi | create_api_key | POST /api/api-key | |
DefaultApi | create_api_key_with_id | POST /api/api-key/{keyId} | |
DefaultApi | create_application | POST /api/application | |
DefaultApi | create_application_role | POST /api/application/{applicationId}/role | |
DefaultApi | create_application_role_with_id | POST /api/application/{applicationId}/role/{roleId} | |
DefaultApi | create_application_with_id | POST /api/application/{applicationId} | |
DefaultApi | create_audit_log_with_id | POST /api/system/audit-log | |
DefaultApi | create_connector | POST /api/connector | |
DefaultApi | create_connector_with_id | POST /api/connector/{connectorId} | |
DefaultApi | create_consent | POST /api/consent | |
DefaultApi | create_consent_with_id | POST /api/consent/{consentId} | |
DefaultApi | create_email_template | POST /api/email/template | |
DefaultApi | create_email_template_with_id | POST /api/email/template/{emailTemplateId} | |
DefaultApi | create_entity | POST /api/entity | |
DefaultApi | create_entity_type | POST /api/entity/type | |
DefaultApi | create_entity_type_permission | POST /api/entity/type/{entityTypeId}/permission | |
DefaultApi | 通过ID创建实体类型权限 | POST /api/entity/type/{entityTypeId}/permission/{permissionId} | |
DefaultApi | 通过ID创建实体类型 | POST /api/entity/type/{entityTypeId} | |
DefaultApi | 通过ID创建实体 | POST /api/entity/{entityId} | |
DefaultApi | 创建家族 | POST /api/user/family | |
DefaultApi | 通过ID创建家族 | POST /api/user/family/{familyId} | |
DefaultApi | 创建表单 | POST /api/form | |
DefaultApi | 创建表单字段 | POST /api/form/field | |
DefaultApi | 通过ID创建表单字段 | POST /api/form/field/{fieldId} | |
DefaultApi | 通过ID创建表单 | POST /api/form/{formId} | |
DefaultApi | 创建组 | POST /api/group | |
DefaultApi | 通过ID创建组成员 | POST /api/group/member | |
DefaultApi | 通过ID创建组 | POST /api/group/{groupId} | |
DefaultApi | 创建身份提供者 | POST /api/identity-provider | |
DefaultApi | 通过ID创建身份提供者 | POST /api/identity-provider/{identityProviderId} | |
DefaultApi | 创建 introspect | POST /oauth2/introspect | |
DefaultApi | 创建 IP 访问控制列表 | POST /api/ip-acl | |
DefaultApi | 通过ID创建 IP 访问控制列表 | POST /api/ip-acl/{accessControlListId} | |
DefaultApi | 创建 lambda | POST /api/lambda | |
DefaultApi | 通过ID创建 lambda | POST /api/lambda/{lambdaId} | |
DefaultApi | 创建登出 | POST /api/logout | |
DefaultApi | 创建消息模板 | POST /api/message/template | |
DefaultApi | 通过ID创建消息模板 | POST /api/message/template/{messageTemplateId} | |
DefaultApi | 创建信使 | POST /api/messenger | |
DefaultApi | 通过ID创建信使 | POST /api/messenger/{messengerId} | |
DefaultApi | 创建租户 | POST /api/tenant | |
DefaultApi | 通过ID创建租户 | POST /api/tenant/{tenantId} | |
DefaultApi | 创建主题 | POST /api/theme | |
DefaultApi | 通过ID创建主题 | POST /api/theme/{themeId} | |
DefaultApi | 创建令牌 | POST /oauth2/token | |
DefaultApi | 创建用户 | POST /api/user | |
DefaultApi | 创建用户行为 | POST /api/user-action | |
DefaultApi | 创建用户行为原因 | POST /api/user-action-reason | |
DefaultApi | 通过ID创建用户行为原因 | POST /api/user-action-reason/{userActionReasonId} | |
DefaultApi | 通过ID创建用户行为 | POST /api/user-action/{userActionId} | |
DefaultApi | 创建用户同意 | POST /api/user/consent | |
DefaultApi | 通过ID创建用户同意 | POST /api/user/consent/{userConsentId} | |
DefaultApi | 通过ID创建用户链接 | POST /api/identity-provider/link | |
DefaultApi | 创建用户验证电子邮件 | POST /api/user/verify-email | |
DefaultApi | 通过ID创建用户 | POST /api/user/{userId} | |
DefaultApi | 创建 Webhook | POST /api/webhook | |
DefaultApi | 通过ID创建 Webhook | POST /api/webhook/{webhookId} | |
DefaultApi | 通过ID删除 API 密钥 | DELETE /api/api-key/{keyId} | |
DefaultApi | 通过ID删除应用程序角色 | DELETE /api/application/{applicationId}/role/{roleId} | |
DefaultApi | 通过ID删除应用程序 | DELETE /api/application/{applicationId} | |
DefaultApi | 通过ID删除连接器 | DELETE /api/connector/{connectorId} | |
DefaultApi | 通过ID删除同意 | DELETE /api/consent/{consentId} | |
DefaultApi | 通过ID删除电子邮件模板 | DELETE /api/email/template/{emailTemplateId} | |
DefaultApi | 通过ID删除实体授予 | DELETE /api/entity/{entityId}/grant | |
DefaultApi | 通过ID删除实体类型权限 | DELETE /api/entity/type/{entityTypeId}/permission/{permissionId} | |
DefaultApi | 通过ID删除实体类型 | DELETE /api/entity/type/{entityTypeId} | |
DefaultApi | 通过ID删除实体 | DELETE /api/entity/{entityId} | |
DefaultApi | 通过ID删除表单字段 | DELETE /api/form/field/{fieldId} | |
DefaultApi | 通过ID删除表单 | DELETE /api/form/{formId} | |
DefaultApi | 通过ID删除组成员 | DELETE /api/group/member | |
DefaultApi | 通过ID删除组 | DELETE /api/group/{groupId} | |
DefaultApi | 通过ID删除身份提供者 | DELETE /api/identity-provider/{identityProviderId} | |
DefaultApi | 通过ID删除 IP 访问控制列表 | DELETE /api/ip-acl/{ipAccessControlListId} | |
DefaultApi | 删除 JWT 刷新 | DELETE /api/jwt/refresh | |
DefaultApi | 通过ID删除密钥 | DELETE /api/key/{keyId} | |
DefaultApi | 通过ID删除 lambda | DELETE /api/lambda/{lambdaId} | |
DefaultApi | 通过ID删除消息模板 | DELETE /api/message/template/{messageTemplateId} | |
DefaultApi | 通过ID删除信使 | DELETE /api/messenger/{messengerId} | |
DefaultApi | 删除具有ID的租户 | DELETE /api/tenant/{tenantId} | |
DefaultApi | 删除具有ID的主题 | DELETE /api/theme/{themeId} | |
DefaultApi | 删除具有ID的用户操作原因 | DELETE /api/user-action-reason/{userActionReasonId} | |
DefaultApi | 删除具有ID的用户操作 | DELETE /api/user-action/{userActionId} | |
DefaultApi | 批量删除用户 | DELETE /api/user/bulk | |
DefaultApi | 删除具有ID的用户链接 | DELETE /api/identity-provider/link | |
DefaultApi | 删除具有ID的用户注册 | DELETE /api/user/registration/{userId}/{applicationId} | |
DefaultApi | 删除具有ID的两步验证 | DELETE /api/user/two-factor/{userId} | |
DefaultApi | 删除具有ID的用户 | DELETE /api/user/{userId} | |
DefaultApi | 删除具有ID的WebAuthn凭据 | DELETE /api/webauthn/{id} | |
DefaultApi | 删除具有ID的webhook | DELETE /api/webhook/{webhookId} | |
DefaultApi | 启用具有ID的两步验证 | POST /api/user/two-factor/{userId} | |
DefaultApi | 使用ID交换刷新令牌为JWT | POST /api/jwt/refresh | |
DefaultApi | 使用ID忘记密码 | POST /api/user/forgot-password | |
DefaultApi | 生成密钥 | POST /api/key/generate | |
DefaultApi | 使用ID生成密钥 | POST /api/key/generate/{keyId} | |
DefaultApi | 使用ID生成两步验证恢复码 | POST /api/user/two-factor/recovery-code/{userId} | |
DefaultApi | 使用JWT使用ID生成两步验证密钥 | GET /api/two-factor/secret | |
DefaultApi | 使用ID进行身份提供者登录 | POST /api/identity-provider/login | |
DefaultApi | 导入密钥 | POST /api/key/import | |
DefaultApi | 使用ID导入密钥 | POST /api/key/import/{keyId} | |
DefaultApi | 使用ID导入刷新令牌 | POST /api/user/refresh-token/import | |
DefaultApi | 使用ID导入用户 | POST /api/user/import | |
DefaultApi | 使用ID导入WebAuthn凭据 | POST /api/webauthn/import | |
DefaultApi | 使用ID颁发JWT | GET /api/jwt/issue | |
DefaultApi | 使用ID登录ping | PUT /api/login/{userId}/{applicationId} | |
DefaultApi | 使用ID进行登录ping请求 | PUT /api/login | |
DefaultApi | 使用ID登录 | POST /api/login | |
DefaultApi | 使用ID查找身份提供者 | GET /api/identity-provider/lookup | |
DefaultApi | 使用ID修改操作 | PUT /api/user/action/{actionId} | |
DefaultApi | 使用ID进行无密码登录 | POST /api/passwordless/login | |
DefaultApi | 使用ID修补应用程序角色 | PATCH /api/application/{applicationId}/role/{roleId} | |
DefaultApi | 使用ID修补应用程序 | PATCH /api/application/{applicationId} | |
DefaultApi | 使用ID修补连接器 | PATCH /api/connector/{connectorId} | |
DefaultApi | 使用ID修补同意 | PATCH /api/consent/{consentId} | |
DefaultApi | 使用ID修补电子邮件模板 | PATCH /api/email/template/{emailTemplateId} | |
DefaultApi | 使用ID修补实体类型 | PATCH /api/entity/type/{entityTypeId} | |
DefaultApi | 使用ID修补组 | PATCH /api/group/{groupId} | |
DefaultApi | 使用ID修补身份提供者 | PATCH /api/identity-provider/{identityProviderId} | |
DefaultApi | 使用ID修补集成 | PATCH /api/integration | |
DefaultApi | 使用ID修补Lambda | PATCH /api/lambda/{lambdaId} | |
DefaultApi | 使用ID修补消息模板 | PATCH /api/message/template/{messageTemplateId} | |
DefaultApi | 使用ID修补信使 | PATCH /api/messenger/{messengerId} | |
DefaultApi | 使用ID修补注册 | PATCH /api/user/registration/{userId} | |
DefaultApi | 使用ID修补系统配置 | PATCH /api/system-configuration | |
DefaultApi | 使用ID修补租户 | PATCH /api/tenant/{tenantId} | |
DefaultApi | 使用ID修补主题 | PATCH /api/theme/{themeId} | |
DefaultApi | 使用ID修补用户操作原因 | PATCH /api/user-action-reason/{userActionReasonId} | |
DefaultApi | 使用ID修补用户操作 | PATCH /api/user-action/{userActionId} | |
DefaultApi | 使用ID修补用户同意 | PATCH /api/user/consent/{userConsentId} | |
DefaultApi | 使用ID修补用户 | PATCH /api/user/{userId} | |
DefaultApi | 使用ID调整JWT | POST /api/jwt/reconcile | |
DefaultApi | 注册 | POST /api/user/registration | |
DefaultApi | 使用ID注册 | POST /api/user/registration/{userId} | |
DefaultApi | 使用ID重新索引 | POST /api/system/reindex | |
DefaultApi | 使用ID从家族中删除用户 | DELETE /api/user/family/{familyId}/{userId} | |
DefaultApi | 使用ID检索操作 | GET /api/user/action/{actionId} | |
DefaultApi | 使用ID检索API密钥 | GET /api/api-key/{keyId} | |
DefaultApi | 检索应用程序 | GET /api/application | |
DefaultApi | 使用ID检索应用程序 | GET /api/application/{applicationId} | |
DefaultApi | 使用ID检索审计日志 | GET /api/system/audit-log/{auditLogId} | |
DefaultApi | 通过ID检索连接器 | GET /api/connector/{connectorId} | |
DefaultApi | 通过ID检索同意书 | GET /api/consent/{consentId} | |
DefaultApi | 通过ID检索每日活跃报告 | GET /api/report/daily-active-user | |
DefaultApi | 检索设备用户代码 | GET /oauth2/device/user-code | |
DefaultApi | 检索电子邮件模板 | GET /api/email/template | |
DefaultApi | 通过ID检索电子邮件模板预览 | POST /api/email/template/preview | |
DefaultApi | 通过ID检索电子邮件模板 | GET /api/email/template/{emailTemplateId} | |
DefaultApi | 通过ID检索实体授权 | GET /api/entity/{entityId}/grant | |
DefaultApi | 通过ID检索实体类型 | GET /api/entity/type/{entityTypeId} | |
DefaultApi | 通过ID检索实体 | GET /api/entity/{entityId} | |
DefaultApi | 通过ID检索事件日志 | GET /api/system/event-log/{eventLogId} | |
DefaultApi | 通过ID检索家族 | GET /api/user/family | |
DefaultApi | 通过家族ID检索家族成员 | GET /api/user/family/{familyId} | |
DefaultApi | 通过ID检索表单字段 | GET /api/form/field/{fieldId} | |
DefaultApi | 通过ID检索表单 | GET /api/form/{formId} | |
DefaultApi | 通过ID检索群组 | GET /api/group/{groupId} | |
DefaultApi | 通过类型和ID检索身份提供者 | GET /api/identity-provider | |
DefaultApi | 检索身份提供者链接 | GET /api/identity-provider/link | |
DefaultApi | 通过ID检索身份提供者 | GET /api/identity-provider/{identityProviderId} | |
DefaultApi | 通过ID检索IP访问控制列表 | GET /api/ip-acl/{ipAccessControlListId} | |
DefaultApi | 通过ID检索JSON Web密钥集 | GET /\.well-known/jwks.json | |
DefaultApi | 检索JWT公钥 | GET /api/jwt/public-key | |
DefaultApi | 通过ID检索密钥 | GET /api/key/{keyId} | |
DefaultApi | 通过ID检索密钥 | GET /api/key | |
DefaultApi | 通过ID检索Lambda | GET /api/lambda/{lambdaId} | |
DefaultApi | 通过ID检索按类型Lambda | GET /api/lambda | |
DefaultApi | 检索消息模板 | GET /api/message/template | |
DefaultApi | 通过ID检索消息模板预览 | POST /api/message/template/preview | |
DefaultApi | 通过ID检索消息模板 | GET /api/message/template/{messageTemplateId} | |
DefaultApi | 通过ID检索消息传递者 | GET /api/messenger/{messengerId} | |
DefaultApi | 通过ID检索每月活跃报告 | GET /api/report/monthly-active-user | |
DefaultApi | 通过ID检索OAuth配置 | GET /api/application/{applicationId}/oauth-configuration | |
DefaultApi | 通过ID检索OpenID配置 | GET /\.well-known/openid-configuration | |
DefaultApi | 通过ID检索密码验证规则 | GET /api/tenant/password-validation-rules | |
DefaultApi | 通过ID检索租户ID的密码验证规则 | GET /api/tenant/password-validation-rules/{tenantId} | |
DefaultApi | 通过ID检索待处理子女 | GET /api/user/family/pending | |
DefaultApi | 通过ID检索待处理链接 | GET /api/identity-provider/link/pending/{pendingLinkId} | |
DefaultApi | 通过ID检索反应器度量 | GET /api/reactor/metrics | |
DefaultApi | 通过ID检索刷新令牌 | GET /api/jwt/refresh/{tokenId} | |
DefaultApi | 通过ID检索刷新令牌 | GET /api/jwt/refresh | |
DefaultApi | 通过ID检索注册报告 | GET /api/report/registration | |
DefaultApi | 通过ID检索注册 | GET /api/user/registration/{userId}/{applicationId} | |
DefaultApi | 检索登录报告 | GET /api/report/login | |
DefaultApi | 通过ID检索租户 | GET /api/tenant/{tenantId} | |
DefaultApi | 通过ID检索主题 | GET /api/theme/{themeId} | |
DefaultApi | 通过ID检索总报告 | GET /api/report/totals | |
DefaultApi | 通过ID检索双因素恢复代码 | GET /api/user/two-factor/recovery-code/{userId} | |
DefaultApi | 通过ID检索双因素状态 | GET /api/two-factor/status/{twoFactorTrustId} | |
DefaultApi | 检索用户 | GET /api/user | |
DefaultApi | 检索用户操作 | GET /api/user-action | |
DefaultApi | 检索用户操作原因 | GET /api/user-action-reason | |
DefaultApi | 通过ID检索用户操作原因 | GET /api/user-action-reason/{userActionReasonId} | |
DefaultApi | 通过ID检索用户操作 | GET /api/user-action/{userActionId} | |
DefaultApi | 检索用户操作 | GET /api/user/action | |
DefaultApi | 检索用户更改密码 | GET /api/user/change-password | |
DefaultApi | 通过ID检索用户评论 | GET /api/user/comment/{userId} | |
DefaultApi | 检索用户同意 | GET /api/user/consent/{userConsentId} | |
DefaultApi | 检索用户同意 | GET /api/user/consent | |
DefaultApi | 使用ID从访问令牌检索用户信息 | GET /oauth2/userinfo | |
DefaultApi | 检索用户最近登录 | GET /api/user/recent-login | |
DefaultApi | 使用ID检索用户 | GET /api/user/{userId} | |
DefaultApi | 使用ID检索版本 | GET /api/system/version | |
DefaultApi | 使用ID检索WebAuthn凭证 | GET /api/webauthn/{id} | |
DefaultApi | 使用ID检索用户的WebAuthn凭证 | GET /api/webauthn | |
DefaultApi | 检索Webhook | GET /api/webhook | |
DefaultApi | 使用ID检索Webhook | GET /api/webhook/{webhookId} | |
DefaultApi | 使用ID撤销刷新令牌 | DELETE /api/jwt/refresh/{tokenId} | |
DefaultApi | 使用ID撤销用户同意 | DELETE /api/user/consent/{userConsentId} | |
DefaultApi | 使用ID搜索应用程序 | POST /api/application/search | |
DefaultApi | 使用ID搜索审计日志 | POST /api/system/audit-log/search | |
DefaultApi | 使用ID搜索同意 | POST /api/consent/search | |
DefaultApi | 使用ID搜索电子邮件模板 | POST /api/email/template/search | |
DefaultApi | 使用ID按ID搜索实体 | GET /api/entity/search | |
DefaultApi | 使用ID搜索实体 | POST /api/entity/search | |
DefaultApi | 使用ID搜索实体授权 | POST /api/entity/grant/search | |
DefaultApi | 使用ID搜索实体类型 | POST /api/entity/type/search | |
DefaultApi | 使用ID搜索事件日志 | POST /api/system/event-log/search | |
DefaultApi | 使用ID搜索组成员 | POST /api/group/member/search | |
DefaultApi | 使用ID搜索组 | POST /api/group/search | |
DefaultApi | 使用ID搜索身份提供者 | POST /api/identity-provider/search | |
DefaultApi | 使用ID搜索IP访问控制列表 | POST /api/ip-acl/search | |
DefaultApi | 使用ID搜索密钥 | POST /api/key/search | |
DefaultApi | 使用ID搜索Lambda | POST /api/lambda/search | |
DefaultApi | 使用ID搜索登录记录 | POST /api/system/login-record/search | |
DefaultApi | 使用ID搜索租户 | POST /api/tenant/search | |
DefaultApi | 使用ID搜索主题 | POST /api/theme/search | |
DefaultApi | 使用ID搜索用户评论 | POST /api/user/comment/search | |
DefaultApi | 使用ID按ID搜索用户 | GET /api/user/search | |
DefaultApi | 使用ID按查询搜索用户 | POST /api/user/search | |
DefaultApi | 使用ID搜索Webhook | POST /api/webhook/search | |
DefaultApi | 使用ID发送电子邮件 | POST /api/email/send/{emailTemplateId} | |
DefaultApi | 使用ID发送家庭请求电子邮件 | POST /api/user/family/request | |
DefaultApi | 使用ID发送无密码代码 | POST /api/passwordless/send | |
DefaultApi | 使用ID发送启用/禁用双因素代码 | POST /api/two-factor/send | |
DefaultApi | 使用ID发送用于登录的方法的双因素代码 | POST /api/two-factor/send/{twoFactorId} | |
DefaultApi | 使用ID启动身份提供者登录 | POST /api/identity-provider/start | |
DefaultApi | 使用ID启动无密码登录 | POST /api/passwordless/start | |
DefaultApi | 使用ID启动双因素登录 | POST /api/two-factor/start | |
DefaultApi | 使用ID启动WebAuthn登录 | POST /api/webauthn/start | |
DefaultApi | 使用ID启动WebAuthn注册 | POST /api/webauthn/register/start | |
DefaultApi | 使用ID进行双因素登录 | POST /api/two-factor/login | |
DefaultApi | 使用ID更新API密钥 | PUT /api/api-key/{apiKeyId} | |
DefaultApi | 使用ID更新应用程序角色 | PUT /api/application/{applicationId}/role/{roleId} | |
DefaultApi | 使用ID更新应用程序 | PUT /api/application/{applicationId} | |
DefaultApi | 使用ID更新连接器 | PUT /api/connector/{connectorId} | |
DefaultApi | 使用ID更新同意 | PUT /api/consent/{consentId} | |
DefaultApi | 使用ID更新电子邮件模板 | PUT /api/email/template/{emailTemplateId} | |
DefaultApi | 使用ID更新实体类型权限 | PUT /api/entity/type/{entityTypeId}/permission/{permissionId} | |
DefaultApi | 使用ID更新实体类型 | PUT /api/entity/type/{entityTypeId} | |
DefaultApi | 使用ID更新实体 | PUT /api/entity/{entityId} | |
DefaultApi | 使用ID更新表单字段 | PUT /api/form/field/{fieldId} | |
DefaultApi | 使用ID更新表单 | PUT /api/form/{formId} | |
DefaultApi | 使用ID更新组成员 | PUT /api/group/member | |
DefaultApi | 使用ID更新组 | PUT /api/group/{groupId} | |
DefaultApi | 使用ID更新身份提供者 | PUT /api/identity-provider/{identityProviderId} | |
DefaultApi | 使用ID更新集成 | PUT /api/integration | |
DefaultApi | 使用ID更新IP访问控制列表 | PUT /api/ip-acl/{accessControlListId} | |
DefaultApi | 通过ID更新访问控制列表 | PUT /api/key/{keyId} | |
DefaultApi | 通过ID更新Lambda | PUT /api/lambda/{lambdaId} | |
DefaultApi | 通过ID更新消息模板 | PUT /api/message/template/{messageTemplateId} | |
DefaultApi | 通过ID更新信使 | PUT /api/messenger/{messengerId} | |
DefaultApi | 通过ID更新注册信息 | PUT /api/user/registration/{userId} | |
DefaultApi | 通过ID更新系统配置 | PUT /api/system-configuration | |
DefaultApi | 通过ID更新租户 | PUT /api/tenant/{tenantId} | |
DefaultApi | 通过ID更新主题 | PUT /api/theme/{themeId} | |
DefaultApi | 通过ID更新用户操作原因 | PUT /api/user-action-reason/{userActionReasonId} | |
DefaultApi | 通过ID更新用户操作 | PUT /api/user-action/{userActionId} | |
DefaultApi | 通过ID更新用户同意 | PUT /api/user/consent/{userConsentId} | |
DefaultApi | 更新用户验证邮箱 | PUT /api/user/verify-email | |
DefaultApi | 更新用户验证注册 | PUT /api/user/verify-registration | |
DefaultApi | 通过ID更新用户 | PUT /api/user/{userId} | |
DefaultApi | 通过ID更新Webhook | PUT /api/webhook/{webhookId} | |
DefaultApi | 通过ID更新实体授权 | POST /api/entity/{entityId}/grant | |
DefaultApi | 通过ID验证设备 | GET /oauth2/device/validate | |
DefaultApi | 通过ID验证JWT | GET /api/jwt/validate | |
DefaultApi | 通过ID发行JWT | POST /api/jwt/vend | |
DefaultApi | 通过ID验证用户注册 | POST /api/user/verify-registration |
模型文档
- 访问令牌
- 操作数据
- 操作请求
- 操作响应
- 算法
- API密钥
- API密钥元数据
- API密钥权限
- API密钥请求
- API密钥响应
- Apple应用配置
- Apple身份提供者
- 应用
- 应用访问控制配置
- 应用电子邮件配置
- 应用外部标识配置
- 应用表单配置
- 应用多因素配置
- 应用多因素信任策略
- 应用注册删除策略
- 应用请求
- 应用响应
- 应用角色
- 应用搜索条件
- 应用搜索请求
- 应用搜索响应
- 应用未验证配置
- 应用WebAuthn配置
- 应用WebAuthn工作流程配置
- 附件
- 认证传递偏好
- 认证类型
- 审计日志
- 审计日志配置
- 审计日志创建事件
- 审计日志导出请求
- 审计日志请求
- 审计日志响应
- 审计日志搜索条件
- 审计日志搜索请求
- 审计日志搜索响应
- 认证威胁
- 认证令牌配置
- 认证器附件
- 认证器附件偏好
- 认证器配置
- 认证器选择条件
- 基础连接器配置
- 基础ElasticSearch条件
- 基础事件
- 基础事件请求
- 基础导出请求
- 基础身份提供者应用配置
- 基础登录请求
- 基础信使配置
- 基础搜索条件
- 违规行为
- 违规匹配模式
- 违规密码状态
- 违规密码租户度量
- 规范化方法
- 验证码方法
- 证书信息
- 更改密码原因
- 更改密码请求
- 更改密码响应
- 清洁言语配置
- 客户端认证方法
- 客户端认证策略
- 连接器Lambda配置
- 连接器策略
- 连接器请求
- 连接器响应
- 连接器类型
- 同意
- 同意请求
- 同意响应
- 同意搜索条件
- 同意搜索请求
- 同意搜索响应
- 同意状态
- 内容状态
- Cors配置
- Cose算法标识符
- Cose椭圆曲线
- Cose密钥类型
- 计数
- 凭证属性输出
- 每日活跃用户报告响应
- 删除配置
- 设备批准响应
- 设备信息
- 设备响应
- 设备类型
- 设备用户代码响应
- 可显示的原始登录
- 电子邮件
- 电子邮件地址
- 电子邮件配置
- 电子邮件头
- 电子邮件Plus
- 电子邮件安全类型
- 电子邮件模板
- 电子邮件模板错误
- 电子邮件模板请求
- 电子邮件模板响应
- 电子邮件模板搜索条件
- 电子邮件模板搜索请求
- 电子邮件模板搜索响应
- 未验证电子邮件选项
- 可启用
- 实体
- 实体授权
- 实体授权请求
- 实体授权响应
- 实体授权搜索条件
- 实体授权搜索请求
- 实体授权搜索响应
- 实体JWT配置
- 实体请求
- 实体响应
- 实体搜索条件
- 实体搜索请求
- 实体搜索响应
- 实体类型
- 实体类型权限
- 实体类型请求
- 实体类型响应
- 实体类型搜索条件
- 实体类型搜索请求
- 实体类型搜索响应
- EpicGames应用程序配置
- EpicGames身份提供者
- 错误
- 错误信息
- 事件配置
- 事件配置数据
- 事件信息
- 事件日志
- 事件日志配置
- 事件日志创建事件
- 事件日志响应
- 事件日志搜索条件
- 事件日志搜索请求
- 事件日志搜索响应
- 事件日志类型
- 事件请求
- 事件类型
- 可扩展请求
- 可扩展响应
- 有效期单位
- 外部标识符配置
- 外部JWT应用程序配置
- 外部JWT身份提供者
- Facebook应用程序配置
- Facebook身份提供者
- 失败的认证操作取消策略
- 失败的认证配置
- 家族
- 家族配置
- 家族电子邮件请求
- 家族成员
- 家族请求
- 家族响应
- 家族角色
- 忘记密码请求
- 忘记密码响应
- 表单
- 表单控件
- 表单数据类型
- 表单字段
- 表单字段管理员策略
- 表单字段请求
- 表单字段响应
- 表单字段验证器
- 表单请求
- 表单响应
- 表单步骤
- 表单类型
- FusionAuth连接器配置
- 通用连接器配置
- 通用消息传递配置
- Google应用程序配置
- Google身份提供者
- Google身份提供者属性
- 授权类型
- 组
- 组创建完成事件
- 组创建事件
- 组删除完成事件
- 组删除事件
- 组成员
- 组成员添加完成事件
- 组成员添加事件
- 组成员移除完成事件
- 组成员移除事件
- 组成员搜索条件
- 组成员搜索请求
- 组成员搜索响应
- 组成员更新完成事件
- 组成员更新事件
- 组请求
- 组响应
- 组搜索条件
- 组搜索请求
- 组搜索响应
- 组更新完成事件
- 组更新事件
- 历史条目
- HTTP方法
- Hypr应用程序配置
- Hypr身份提供者
- 身份提供者详细信息
- 身份提供者字段
- 身份提供者限制用户链接策略
- 身份提供者链接
- 身份提供者链接请求
- 身份提供者链接响应
- 身份提供者链接策略
- 身份提供者登录方法
- 身份提供者登录请求
- 身份提供者OAuth2配置
- 身份提供者挂起链接响应
- 身份提供者请求
- 身份提供者响应
- 身份提供者搜索条件
- 身份提供者搜索请求
- 身份提供者搜索响应
- 身份提供者启动登录请求
- 身份提供者启动登录响应
- 身份提供者租户配置
- 身份提供者类型
- 导入请求
- 集成请求
- 集成响应
- 集成
- IP访问控制条目
- IP访问控制条目操作
- IP访问控制列表
- IP访问控制列表请求
- IP访问控制列表响应
- IP访问控制列表搜索条件
- IP访问控制列表搜索请求
- IP访问控制列表搜索响应
- 问题响应
- JSON Web密钥
- JWKS响应
- JWT
- JWT配置
- JWT公钥更新事件
- JWT刷新事件
- JWT刷新响应
- JWT刷新令牌撤销事件
- JWT销售请求
- JWT销售响应
- Kafka配置
- Kafka消息传递配置
- 密钥
- 密钥算法
- 密钥请求
- 密钥响应
- 密钥搜索条件
- 密钥搜索请求
- 密钥搜索响应
- 密钥类型
- 密钥用途
- 启动成功事件
- Lambda
- Lambda配置
- Lambda引擎类型
- Lambda请求
- Lambda响应
- Lambda搜索条件
- Lambda搜索请求
- Lambda搜索响应
- Lambda类型
- Ldap连接器配置
- Ldap安全方法
- LinkedIn应用程序配置
- LinkedIn身份提供者
- 位置
- 日志历史记录
- 登录配置
- 登录提示配置
- 登录ID类型
- 登录ping请求
- 登录阻止响应
- 登录记录配置
- 登录记录导出请求
- 登录记录搜索条件
- 登录记录搜索请求
- 登录记录搜索响应
- 登录报告响应
- 登录请求
- 登录响应
- 注销行为
- 注销请求
- 查找响应
- 最大密码年龄
- 成员删除请求
- 成员请求
- 成员响应
- 消息模板
- 消息模板请求
- 消息模板响应
- 消息类型
- 信使请求
- 信使响应
- 信使类型
- 元数据
- 最小密码年龄
- 每月活跃用户报告响应
- 多因素认证器方法
- 多因素电子邮件方法
- 多因素电子邮件模板
- 多因素登录策略
- 多因素短信方法
- 多因素短信模板
- Nintendo应用程序配置
- Nintendo身份提供者
- OAuth2配置
- OAuth配置响应
- OAuth错误
- OAuth错误原因
- OAuth错误类型
- Oauth2授权URL验证策略
- 对象状态
- OpenId配置
- OpenIdConnect应用程序配置
- OpenIdConnect身份提供者
- 密码泄露检测
- 密码加密配置
- 密码验证规则
- 密码验证规则响应
- 无密码配置
- 无密码登录请求
- 无密码发送请求
- 无密码启动请求
- 无密码启动响应
- 挂起的IDPLink
- 挂起响应
- 预览消息模板请求
- 预览消息模板响应
- 预览请求
- 预览响应
- 证明密钥交换策略
- 提供者Lambda配置
- 公钥凭证创建选项
- 公钥凭证描述符
- 公钥凭证实体
- 公钥凭证参数
- 公钥凭证依赖方实体
- 公钥凭证请求选项
- 公钥凭证类型
- 公钥凭证用户实体
- 公钥响应
- 速率限制请求配置
- 速率限制请求类型
- 原始登录
- 反应器功能状态
- 反应器度量
- 反应器度量响应
- 反应器请求
- 反应器响应
- 反应器状态
- 最近登录响应
- 刷新请求
- 刷新令牌
- 刷新令牌过期策略
- 刷新令牌导入请求
- 刷新令牌响应
- 刷新令牌撤销策略
- 刷新令牌撤销请求
- 刷新令牌滑动窗口配置
- 刷新令牌使用策略
- 注册配置
- 注册删除请求
- 注册报告响应
- 注册请求
- 注册响应
- 注册类型
- 注册未验证选项
- 重新索引请求
- 重新加载请求
- 记住以前的密码
- 必需的
- 居民密钥需求
- Saml注销行为
- Samlv2应用程序配置
- Samlv2断言配置
- Samlv2断言加密配置
- Samlv2配置
- Samlv2目标断言配置
- Samlv2目标断言策略
- Samlv2IdP启动应用程序配置
- Samlv2IdP启动身份提供者
- Samlv2IdP启动登录配置
- Samlv2身份提供者
- Samlv2Idp启动配置
- Samlv2注销
- Samlv2单点注销
- 搜索请求
- 搜索响应
- 搜索结果
- 秘密响应
- 安全生成器配置
- 安全生成器类型
- 安全身份
- 自助服务表单配置
- 发送请求
- 发送响应
- 短信消息
- 短信消息模板
- SonyPsn应用程序配置
- SonyPsn身份提供者
- 排序
- 排序字段
- SteamApi模式
- Steam应用程序配置
- Steam身份提供者
- 系统配置
- 系统配置请求
- 系统配置响应
- 系统日志导出请求
- 模板
- 租户
- 租户访问控制配置
- 租户验证码配置
- 租户删除请求
- 租户表单配置
- 租户Lambda配置
- 租户登录配置
- 租户多因素配置
- 租户OAuth2配置
- 租户速率限制配置
- 租户注册配置
- 租户请求
- 租户响应
- 租户SCIM服务器配置
- 租户搜索条件
- 租户搜索请求
- 租户搜索响应
- 租户SSO配置
- 租户未验证配置
- 租户用户删除策略
- 租户用户名配置
- 租户WebAuthn配置
- 租户WebAuthn工作流配置
- 测试事件
- 主题
- 主题请求
- 主题响应
- 主题搜索条件
- 主题搜索请求
- 主题搜索响应
- 基于时间的删除策略
- 令牌类型
- 总计
- 总计报告响应
- TOTP算法
- 交易类型
- Twilio消息传递配置
- Twitch应用程序配置
- Twitch身份提供者
- Twitter应用程序配置
- Twitter身份提供者
- 禁用两因素请求
- 启用/禁用发送请求
- 两因素登录请求
- 两因素方法
- 两因素恢复码响应
- 两因素请求
- 两因素响应
- 发送请求
- 开始请求
- 开始响应
- 状态响应
- 两因素信任
- 用户界面配置
- 唯一用户名配置
- 唯一用户名策略
- 未验证行为
- 用户
- 用户操作
- 用户操作事件
- 用户操作日志
- 用户操作选项
- 用户操作阶段
- 用户操作原因
- 用户操作原因请求
- 用户操作原因响应
- 用户操作请求
- 用户操作响应
- 用户批量创建事件
- 用户评论
- 用户评论请求
- 用户评论响应
- 用户评论搜索条件
- 用户评论搜索请求
- 用户评论搜索响应
- 用户同意
- 用户同意请求
- 用户同意响应
- 用户创建完成事件
- 用户创建事件
- 用户停用事件
- 用户删除完成事件
- 用户删除事件
- 用户删除请求
- 用户删除响应
- 单个用户删除请求
- 用户电子邮件更新事件
- 用户电子邮件验证事件
- 用户身份提供者链接事件
- 用户身份提供者取消链接事件
- 用户登录失败事件
- 用户登录ID在创建时重复事件
- 用户登录ID在更新时重复事件
- 用户登录新设备事件
- 用户登录成功事件
- 用户登录可疑事件
- 用户密码泄露事件
- 用户密码重置发送事件
- 用户密码重置开始事件
- 用户密码重置成功事件
- 用户密码更新事件
- 用户恢复事件
- 用户注册
- 用户注册完成事件
- 用户注册事件
- 用户注册删除完成事件
- 用户注册删除事件
- 用户注册更新完成事件
- 用户注册更新事件
- 用户注册验证事件
- 用户请求
- 用户响应
- 用户搜索条件
- 用户状态
- 用户两因素配置
- 用户两因素方法添加事件
- 用户两因素方法移除事件
- 用户更新完成事件
- 用户更新事件
- 用户验证需求
- 用户名审核
- 验证响应
- 验证策略
- 验证电子邮件请求
- 验证电子邮件响应
- 验证注册请求
- 验证注册响应
- 版本响应
- WebAuthn断言响应
- WebAuthn认证器身份验证响应
- WebAuthn认证器注册响应
- WebAuthn凭证
- WebAuthn凭证导入请求
- WebAuthn凭证响应
- WebAuthn扩展客户端输出
- WebAuthn登录请求
- WebAuthn公钥身份验证请求
- WebAuthn公钥注册请求
- WebAuthn注册完成请求
- WebAuthn注册完成响应
- WebAuthn注册开始请求
- WebAuthn注册开始响应
- WebAuthn注册扩展选项
- WebAuthn开始请求
- WebAuthn开始响应
- WebAuthn工作流
- Webhook
- Webhook请求
- Webhook响应
- Webhook搜索条件
- Webhook搜索请求
- Webhook搜索响应
- Webhook签名配置
- Xbox应用程序配置
- Xbox身份提供者
- XML签名位置
要获取模块生成的文档,请使用
cargo doc --open
作者
依赖项
~4-16MB
~240K SLoC