summaryrefslogtreecommitdiff
path: root/data/en_us/idaas-doraemon/2021-05-20
diff options
context:
space:
mode:
authorZhineng Li <[email protected]>2026-02-13 10:54:11 +0800
committerZhineng Li <[email protected]>2026-02-13 10:54:11 +0800
commit7347bac4ab7e136157fc94777e6cf87ef9e08599 (patch)
tree0dec367dac6e152161a6f7cc0dba6ebbef1f34a2 /data/en_us/idaas-doraemon/2021-05-20
downloadacs-metadata-full-1.0.0+20260212.tar.gz
acs-metadata-full-1.0.0+20260212.zip
Diffstat (limited to 'data/en_us/idaas-doraemon/2021-05-20')
-rw-r--r--data/en_us/idaas-doraemon/2021-05-20/api-docs.php2707
1 files changed, 2707 insertions, 0 deletions
diff --git a/data/en_us/idaas-doraemon/2021-05-20/api-docs.php b/data/en_us/idaas-doraemon/2021-05-20/api-docs.php
new file mode 100644
index 0000000..836101e
--- /dev/null
+++ b/data/en_us/idaas-doraemon/2021-05-20/api-docs.php
@@ -0,0 +1,2707 @@
+<?php return [
+ 'version' => '1.0',
+ 'info' => [
+ 'style' => 'RPC',
+ 'product' => 'idaas-doraemon',
+ 'version' => '2021-05-20',
+ ],
+ 'directories' => [
+ [
+ 'id' => 91754,
+ 'title' => null,
+ 'type' => 'directory',
+ 'children' => [
+ 'FetchAccessToken',
+ ],
+ ],
+ [
+ 'id' => 91756,
+ 'title' => null,
+ 'type' => 'directory',
+ 'children' => [
+ 'CreateAuthenticatorRegistration',
+ 'CreateUserAuthenticateOptions',
+ 'UpdateAuthenticatorAttribute',
+ 'GetAuthenticator',
+ 'ListAuthenticators',
+ 'ListAuthenticatorOpsLogs',
+ 'RegisterAuthenticator',
+ 'VerifyUserAuthentication',
+ 'DeregisterAuthenticator',
+ ],
+ ],
+ [
+ 'id' => 91766,
+ 'title' => null,
+ 'type' => 'directory',
+ 'children' => [
+ 'ServiceInvoke',
+ ],
+ ],
+ [
+ 'id' => 91768,
+ 'title' => null,
+ 'type' => 'directory',
+ 'children' => [
+ 'ListPwnedPasswords',
+ ],
+ ],
+ [
+ 'id' => 362610,
+ 'title' => null,
+ 'type' => 'directory',
+ 'children' => [
+ 'VerifyIdToken',
+ 'ListCostUnitOrders',
+ 'ListOrderConsumeStatisticRecords',
+ 'QuerySmsReports',
+ ],
+ ],
+ ],
+ 'components' => [
+ 'schemas' => [],
+ ],
+ 'apis' => [
+ 'FetchAccessToken' => [
+ 'summary' => '获取access_token',
+ 'methods' => [
+ 'post',
+ ],
+ 'schemes' => [
+ 'http',
+ 'https',
+ ],
+ 'security' => [
+ [
+ 'AK' => [],
+ ],
+ ],
+ 'operationType' => 'read',
+ 'deprecated' => false,
+ 'systemTags' => [
+ 'operationType' => 'get',
+ 'riskType' => 'none',
+ 'chargeType' => 'free',
+ 'abilityTreeNodes' => [
+ 'FEATUREidaasCRU1S2',
+ ],
+ ],
+ 'parameters' => [
+ [
+ 'name' => 'MobileExtendParamsJson',
+ 'in' => 'query',
+ 'schema' => [
+ 'description' => '',
+ 'type' => 'string',
+ 'required' => true,
+ 'example' => 'eyJhdHRhY2htZW50IjoicGxhdGZvcm0iLCJ1c2VyVmVyaWZpY2F0aW9uIjoicmVxdWlyZWQifQ==',
+ ],
+ ],
+ [
+ 'name' => 'MobileExtendParamsJsonSign',
+ 'in' => 'query',
+ 'schema' => [
+ 'description' => '',
+ 'type' => 'string',
+ 'required' => true,
+ 'example' => 'a3984bc27776bb6f65f82276f75d6a12d56e1b41e98ed6975d852b14309b8a20',
+ ],
+ ],
+ [
+ 'name' => 'ServerExtendParamsJson',
+ 'in' => 'query',
+ 'schema' => [
+ 'description' => '',
+ 'type' => 'string',
+ 'required' => false,
+ 'example' => 'eyJhdHRhY2htZW50IjoicGxhdGZvcm0iLCJ1c2VyVmVyaWZpY2F0aW9uIjoicmVxdWlyZWQifQ==',
+ ],
+ ],
+ [
+ 'name' => 'ApplicationExternalId',
+ 'in' => 'query',
+ 'schema' => [
+ 'description' => '',
+ 'type' => 'string',
+ 'required' => true,
+ 'example' => 'secAuthApp',
+ ],
+ ],
+ [
+ 'name' => 'XClientIp',
+ 'in' => 'query',
+ 'schema' => [
+ 'description' => '',
+ 'type' => 'string',
+ 'required' => false,
+ 'example' => '124.127.214.94',
+ ],
+ ],
+ [
+ 'name' => 'UserId',
+ 'in' => 'query',
+ 'schema' => [
+ 'description' => '',
+ 'type' => 'string',
+ 'required' => false,
+ 'example' => '6ba923abf6749536b7fd31c6a31360fboOFZQ8WbzmG',
+ ],
+ ],
+ ],
+ 'responses' => [
+ 200 => [
+ 'schema' => [
+ 'title' => 'Schema of Response',
+ 'description' => 'Schema of Response',
+ 'type' => 'object',
+ 'properties' => [
+ 'RequestId' => [
+ 'description' => '',
+ 'type' => 'string',
+ 'example' => 'BD908DED-849D-5FDB-9C9B-52B1D3F9DC41',
+ ],
+ 'Message' => [
+ 'description' => '',
+ 'type' => 'string',
+ 'example' => 'Success',
+ ],
+ 'Code' => [
+ 'description' => '',
+ 'type' => 'string',
+ 'example' => 'Operation.Success',
+ ],
+ 'Success' => [
+ 'description' => '',
+ 'type' => 'boolean',
+ 'example' => 'True',
+ ],
+ 'Data' => [
+ 'description' => '',
+ 'type' => 'object',
+ 'properties' => [
+ 'Access_token' => [
+ 'description' => '',
+ 'type' => 'string',
+ 'example' => 'eyciOi...jV_PTsxgaNA',
+ ],
+ 'Token_type' => [
+ 'description' => '',
+ 'type' => 'string',
+ 'example' => 'Bearer',
+ ],
+ 'Scope' => [
+ 'description' => '',
+ 'type' => 'string',
+ 'example' => 'openid',
+ ],
+ 'Expires_in' => [
+ 'description' => '',
+ 'type' => 'string',
+ 'example' => '7200',
+ ],
+ 'Refresh_token' => [
+ 'description' => '',
+ 'type' => 'string',
+ 'example' => '7200',
+ ],
+ 'Id_token' => [
+ 'description' => '',
+ 'type' => 'string',
+ 'example' => 'NiwiZW...wcmlzZUlk',
+ ],
+ ],
+ ],
+ ],
+ ],
+ ],
+ ],
+ 'responseDemo' => '[{"errorExample":"","example":"{\\n \\"RequestId\\": \\"BD908DED-849D-5FDB-9C9B-52B1D3F9DC41\\",\\n \\"Message\\": \\"Success\\",\\n \\"Code\\": \\"Operation.Success\\",\\n \\"Success\\": true,\\n \\"Data\\": {\\n \\"Access_token\\": \\"eyciOi...jV_PTsxgaNA\\",\\n \\"Token_type\\": \\"Bearer\\",\\n \\"Scope\\": \\"openid\\",\\n \\"Expires_in\\": \\"7200\\",\\n \\"Refresh_token\\": \\"7200\\",\\n \\"Id_token\\": \\"NiwiZW...wcmlzZUlk\\"\\n }\\n}","type":"json"}]',
+ ],
+ 'CreateAuthenticatorRegistration' => [
+ 'summary' => '创建认证器请求',
+ 'methods' => [
+ 'post',
+ ],
+ 'schemes' => [
+ 'https',
+ ],
+ 'security' => [
+ [
+ 'AK' => [],
+ ],
+ ],
+ 'operationType' => 'readAndWrite',
+ 'deprecated' => false,
+ 'systemTags' => [
+ 'operationType' => 'create',
+ 'riskType' => 'none',
+ 'chargeType' => 'free',
+ 'abilityTreeNodes' => [
+ 'FEATUREidaasCRU1S2',
+ ],
+ 'autoTest' => false,
+ 'notSupportAutoTestReason' => '需要配合移动端SDK动态参数进行测试',
+ 'tenantRelevance' => 'publicInformation',
+ ],
+ 'parameters' => [
+ [
+ 'name' => 'ApplicationExternalId',
+ 'in' => 'query',
+ 'schema' => [
+ 'title' => '应用外部Id',
+ 'description' => '',
+ 'type' => 'string',
+ 'required' => true,
+ 'example' => '11122223333',
+ 'maxLength' => 64,
+ ],
+ ],
+ [
+ 'name' => 'AuthenticatorType',
+ 'in' => 'query',
+ 'schema' => [
+ 'title' => '认证器类型',
+ 'description' => '',
+ 'type' => 'string',
+ 'required' => true,
+ 'example' => 'webauthn',
+ 'maxLength' => 32,
+ ],
+ ],
+ [
+ 'name' => 'UserId',
+ 'in' => 'query',
+ 'schema' => [
+ 'title' => '用户id',
+ 'description' => '',
+ 'type' => 'string',
+ 'required' => true,
+ 'example' => 'user-11122223333',
+ 'maxLength' => 64,
+ ],
+ ],
+ [
+ 'name' => 'UserName',
+ 'in' => 'query',
+ 'schema' => [
+ 'title' => '用户姓名',
+ 'description' => '',
+ 'type' => 'string',
+ 'required' => false,
+ 'example' => 'ZhangSan',
+ 'maxLength' => 64,
+ ],
+ ],
+ [
+ 'name' => 'UserDisplayName',
+ 'in' => 'query',
+ 'schema' => [
+ 'title' => '用户展示名',
+ 'description' => '',
+ 'type' => 'string',
+ 'required' => false,
+ 'example' => '张三',
+ 'maxLength' => 64,
+ ],
+ ],
+ [
+ 'name' => 'ClientExtendParamsJson',
+ 'in' => 'query',
+ 'schema' => [
+ 'title' => '客户端SDK生成认证上下文',
+ 'description' => '',
+ 'type' => 'string',
+ 'required' => false,
+ 'example' => '由具体认证方式决定',
+ ],
+ ],
+ [
+ 'name' => 'ClientExtendParamsJsonSign',
+ 'in' => 'query',
+ 'schema' => [
+ 'title' => '客户端SDK生成认证上下文签名信息',
+ 'description' => '',
+ 'type' => 'string',
+ 'required' => false,
+ 'example' => '由具体认证方式决定',
+ ],
+ ],
+ [
+ 'name' => 'ServerExtendParamsJson',
+ 'in' => 'query',
+ 'schema' => [
+ 'title' => '服务端配置项,决定认证要求属性',
+ 'description' => '',
+ 'type' => 'string',
+ 'required' => false,
+ 'example' => '由具体认证方式决定',
+ ],
+ ],
+ [
+ 'name' => 'RegistrationContext',
+ 'in' => 'query',
+ 'schema' => [
+ 'title' => '注册上下文',
+ 'description' => '',
+ 'type' => 'string',
+ 'required' => false,
+ 'example' => '注册上下文',
+ ],
+ ],
+ ],
+ 'responses' => [
+ 200 => [
+ 'schema' => [
+ 'type' => 'object',
+ 'properties' => [
+ 'RequestId' => [
+ 'description' => '',
+ 'type' => 'string',
+ 'example' => 'DA0A9BF3-029D-5968-B876-0DF49777B22D',
+ ],
+ 'ChallengeBase64' => [
+ 'title' => '防重放挑战码',
+ 'description' => '',
+ 'type' => 'string',
+ ],
+ 'Options' => [
+ 'title' => '创建认证器的Options',
+ 'description' => '',
+ 'type' => 'string',
+ ],
+ ],
+ ],
+ ],
+ ],
+ 'responseDemo' => '[{"errorExample":"","example":"{\\n \\"RequestId\\": \\"DA0A9BF3-029D-5968-B876-0DF49777B22D\\",\\n \\"ChallengeBase64\\": \\"\\",\\n \\"Options\\": \\"\\"\\n}","type":"json"}]',
+ ],
+ 'CreateUserAuthenticateOptions' => [
+ 'summary' => '创建用户认证请求',
+ 'methods' => [
+ 'post',
+ ],
+ 'schemes' => [
+ 'https',
+ ],
+ 'security' => [
+ [
+ 'AK' => [],
+ ],
+ ],
+ 'operationType' => 'readAndWrite',
+ 'deprecated' => false,
+ 'systemTags' => [
+ 'operationType' => 'create',
+ 'riskType' => 'none',
+ 'chargeType' => 'free',
+ 'abilityTreeNodes' => [
+ 'FEATUREidaasCRU1S2',
+ ],
+ 'autoTest' => false,
+ 'notSupportAutoTestReason' => '需要配置移动端SDK动态参数才能调通',
+ 'tenantRelevance' => 'publicInformation',
+ ],
+ 'parameters' => [
+ [
+ 'name' => 'ApplicationExternalId',
+ 'in' => 'query',
+ 'schema' => [
+ 'title' => '应用外部Id',
+ 'description' => '',
+ 'type' => 'string',
+ 'required' => true,
+ 'example' => '11122223333',
+ 'maxLength' => 64,
+ ],
+ ],
+ [
+ 'name' => 'AuthenticatorType',
+ 'in' => 'query',
+ 'schema' => [
+ 'title' => '认证器类型',
+ 'description' => '',
+ 'type' => 'string',
+ 'required' => true,
+ 'example' => 'webauthn',
+ 'maxLength' => 32,
+ ],
+ ],
+ [
+ 'name' => 'UserId',
+ 'in' => 'query',
+ 'schema' => [
+ 'title' => '用户id',
+ 'description' => '',
+ 'type' => 'string',
+ 'required' => true,
+ 'example' => 'user-11122223333',
+ 'maxLength' => 64,
+ ],
+ ],
+ [
+ 'name' => 'BindHashBase64',
+ 'in' => 'query',
+ 'schema' => [
+ 'title' => '操作hash,用来和认证绑定',
+ 'description' => '',
+ 'type' => 'string',
+ 'required' => false,
+ 'example' => '1111222',
+ 'maxLength' => 64,
+ ],
+ ],
+ [
+ 'name' => 'ClientExtendParamsJson',
+ 'in' => 'query',
+ 'schema' => [
+ 'title' => '客户端SDK生成认证上下文',
+ 'description' => '',
+ 'type' => 'string',
+ 'required' => false,
+ 'example' => '由具体认证方式决定',
+ ],
+ ],
+ [
+ 'name' => 'ClientExtendParamsJsonSign',
+ 'in' => 'query',
+ 'schema' => [
+ 'title' => '客户端SDK生成认证上下文签名信息',
+ 'description' => '',
+ 'type' => 'string',
+ 'required' => false,
+ 'example' => '由具体认证方式决定',
+ ],
+ ],
+ [
+ 'name' => 'ServerExtendParamsJson',
+ 'in' => 'query',
+ 'schema' => [
+ 'title' => '服务端配置项,决定认证要求属性',
+ 'description' => '',
+ 'type' => 'string',
+ 'required' => false,
+ 'example' => '由具体认证方式决定',
+ ],
+ ],
+ ],
+ 'responses' => [
+ 200 => [
+ 'schema' => [
+ 'type' => 'object',
+ 'properties' => [
+ 'RequestId' => [
+ 'description' => '',
+ 'type' => 'string',
+ 'example' => 'D0F570B0-89CE-07F2-B41E-F97E089E13C6',
+ ],
+ 'ChallengeBase64' => [
+ 'title' => '防重放挑战码',
+ 'description' => '',
+ 'type' => 'string',
+ 'example' => '2343246776',
+ ],
+ 'Options' => [
+ 'title' => '创建认证的Options,内容是JSON',
+ 'description' => '',
+ 'type' => 'string',
+ 'example' => '{\\"subscribeEvent\\":false,\\"installAgent\\":false}',
+ ],
+ ],
+ ],
+ ],
+ ],
+ 'responseDemo' => '[{"errorExample":"","example":"{\\n \\"RequestId\\": \\"D0F570B0-89CE-07F2-B41E-F97E089E13C6\\",\\n \\"ChallengeBase64\\": \\"2343246776\\",\\n \\"Options\\": \\"{\\\\\\\\\\\\\\"subscribeEvent\\\\\\\\\\\\\\":false,\\\\\\\\\\\\\\"installAgent\\\\\\\\\\\\\\":false}\\"\\n}","type":"json"}]',
+ ],
+ 'UpdateAuthenticatorAttribute' => [
+ 'summary' => '更新认证器名字',
+ 'methods' => [
+ 'get',
+ 'post',
+ ],
+ 'schemes' => [
+ 'https',
+ ],
+ 'security' => [
+ [
+ 'AK' => [],
+ ],
+ ],
+ 'operationType' => 'read',
+ 'deprecated' => false,
+ 'systemTags' => [
+ 'operationType' => 'update',
+ 'riskType' => 'none',
+ 'chargeType' => 'free',
+ 'abilityTreeNodes' => [
+ 'FEATUREidaasCRU1S2',
+ ],
+ 'autoTest' => false,
+ 'notSupportAutoTestReason' => '需要移动端SDK动态参数进行调试',
+ 'tenantRelevance' => 'publicInformation',
+ ],
+ 'parameters' => [
+ [
+ 'name' => 'ApplicationExternalId',
+ 'in' => 'query',
+ 'schema' => [
+ 'title' => '应用外部Id',
+ 'description' => '',
+ 'type' => 'string',
+ 'required' => true,
+ 'example' => '11122223333',
+ 'maxLength' => 64,
+ ],
+ ],
+ [
+ 'name' => 'UserId',
+ 'in' => 'query',
+ 'schema' => [
+ 'title' => '用户id',
+ 'description' => '',
+ 'type' => 'string',
+ 'required' => true,
+ 'example' => 'user-11122223333',
+ 'maxLength' => 64,
+ ],
+ ],
+ [
+ 'name' => 'AuthenticatorName',
+ 'in' => 'query',
+ 'schema' => [
+ 'title' => '认证器名字',
+ 'description' => '',
+ 'type' => 'string',
+ 'required' => true,
+ 'example' => 'TOTP-DefaultName',
+ 'maxLength' => 64,
+ ],
+ ],
+ [
+ 'name' => 'AuthenticatorUuid',
+ 'in' => 'query',
+ 'schema' => [
+ 'title' => '认证器uuid',
+ 'description' => '',
+ 'type' => 'string',
+ 'required' => true,
+ 'example' => 'c810731ad3af06e45171395abf19cf9cb00E7i97PhE',
+ 'maxLength' => 64,
+ ],
+ ],
+ ],
+ 'responses' => [
+ 200 => [
+ 'schema' => [
+ 'type' => 'object',
+ 'properties' => [
+ 'RequestId' => [
+ 'description' => '',
+ 'type' => 'string',
+ 'example' => 'D0F570B0-89CE-07F2-B41E-F97E089E13C6',
+ ],
+ ],
+ ],
+ ],
+ ],
+ 'responseDemo' => '[{"errorExample":"","example":"{\\n \\"RequestId\\": \\"D0F570B0-89CE-07F2-B41E-F97E089E13C6\\"\\n}","type":"json"}]',
+ ],
+ 'GetAuthenticator' => [
+ 'summary' => '查询单个认证器',
+ 'methods' => [
+ 'post',
+ ],
+ 'schemes' => [
+ 'https',
+ ],
+ 'security' => [
+ [
+ 'AK' => [],
+ ],
+ ],
+ 'operationType' => 'read',
+ 'deprecated' => false,
+ 'systemTags' => [
+ 'operationType' => 'get',
+ 'riskType' => 'none',
+ 'chargeType' => 'free',
+ 'abilityTreeNodes' => [
+ 'FEATUREidaasCRU1S2',
+ ],
+ ],
+ 'parameters' => [
+ [
+ 'name' => 'ApplicationExternalId',
+ 'in' => 'query',
+ 'schema' => [
+ 'title' => '应用外部Id',
+ 'description' => '',
+ 'type' => 'string',
+ 'required' => true,
+ 'example' => '11122223333',
+ 'maxLength' => 64,
+ ],
+ ],
+ [
+ 'name' => 'UserId',
+ 'in' => 'query',
+ 'schema' => [
+ 'title' => '用户ID',
+ 'description' => '',
+ 'type' => 'string',
+ 'required' => true,
+ 'example' => '1',
+ 'maxLength' => 64,
+ ],
+ ],
+ [
+ 'name' => 'AuthenticatorUuid',
+ 'in' => 'query',
+ 'schema' => [
+ 'title' => '认证器uuid',
+ 'description' => '',
+ 'type' => 'string',
+ 'required' => true,
+ 'example' => '1331311',
+ 'maxLength' => 64,
+ ],
+ ],
+ ],
+ 'responses' => [
+ 200 => [
+ 'schema' => [
+ 'type' => 'object',
+ 'properties' => [
+ 'RequestId' => [
+ 'description' => '',
+ 'type' => 'string',
+ 'example' => '123131312313',
+ ],
+ 'Authenticator' => [
+ 'description' => '',
+ 'type' => 'object',
+ 'properties' => [
+ 'AuthenticatorUuid' => [
+ 'description' => '',
+ 'type' => 'string',
+ 'example' => '',
+ ],
+ 'CredentialId' => [
+ 'title' => '创建认证器的Options',
+ 'description' => '',
+ 'type' => 'string',
+ 'example' => '1313',
+ ],
+ 'Type' => [
+ 'title' => '认证器类型',
+ 'description' => '',
+ 'type' => 'string',
+ 'example' => 'TOTP',
+ ],
+ 'AuthenticatorName' => [
+ 'title' => '认证器名字',
+ 'description' => '',
+ 'type' => 'string',
+ 'example' => 'ceshi',
+ ],
+ 'RegisterTime' => [
+ 'title' => '注册时间',
+ 'description' => '',
+ 'type' => 'integer',
+ 'format' => 'int64',
+ 'example' => '1231313123',
+ ],
+ 'LastVerifyTime' => [
+ 'title' => '最后验证时间',
+ 'description' => '',
+ 'type' => 'integer',
+ 'format' => 'int64',
+ 'example' => '123123',
+ ],
+ 'RegisterSourceIp' => [
+ 'title' => '用户注册IP',
+ 'description' => '',
+ 'type' => 'string',
+ 'example' => '127.0.0.1',
+ ],
+ 'LastVerifySourceIp' => [
+ 'title' => '用户最后签名IP',
+ 'description' => '',
+ 'type' => 'string',
+ 'example' => '127.0.0.1',
+ ],
+ 'LastVerifyUserAgent' => [
+ 'title' => '用户最后签名userAgent',
+ 'description' => '',
+ 'type' => 'string',
+ 'example' => '123123',
+ ],
+ 'CustomAuthenticator' => [
+ 'description' => '',
+ 'type' => 'string',
+ 'example' => '123123',
+ ],
+ ],
+ ],
+ ],
+ ],
+ ],
+ ],
+ 'responseDemo' => '[{"errorExample":"","example":"{\\n \\"RequestId\\": \\"123131312313\\",\\n \\"Authenticator\\": {\\n \\"AuthenticatorUuid\\": \\"你好!3132\\",\\n \\"CredentialId\\": \\"1313\\",\\n \\"Type\\": \\"TOTP\\",\\n \\"AuthenticatorName\\": \\"ceshi\\",\\n \\"RegisterTime\\": 1231313123,\\n \\"LastVerifyTime\\": 123123,\\n \\"RegisterSourceIp\\": \\"127.0.0.1\\",\\n \\"LastVerifySourceIp\\": \\"127.0.0.1\\",\\n \\"LastVerifyUserAgent\\": \\"123123\\",\\n \\"CustomAuthenticator\\": \\"123123\\"\\n }\\n}","type":"json"}]',
+ ],
+ 'ListAuthenticators' => [
+ 'summary' => '列表查询认证器',
+ 'methods' => [
+ 'get',
+ 'post',
+ ],
+ 'schemes' => [
+ 'https',
+ ],
+ 'security' => [
+ [
+ 'AK' => [],
+ ],
+ ],
+ 'operationType' => 'read',
+ 'deprecated' => false,
+ 'systemTags' => [
+ 'operationType' => 'list',
+ 'riskType' => 'none',
+ 'chargeType' => 'free',
+ 'abilityTreeNodes' => [
+ 'FEATUREidaasCRU1S2',
+ ],
+ ],
+ 'parameters' => [
+ [
+ 'name' => 'ApplicationExternalId',
+ 'in' => 'query',
+ 'schema' => [
+ 'title' => '应用外部Id',
+ 'description' => '',
+ 'type' => 'string',
+ 'required' => true,
+ 'example' => '11122223333',
+ 'maxLength' => 64,
+ ],
+ ],
+ [
+ 'name' => 'UserId',
+ 'in' => 'query',
+ 'schema' => [
+ 'title' => '用户id',
+ 'description' => '',
+ 'type' => 'string',
+ 'required' => true,
+ 'example' => 'user-11122223333',
+ 'maxLength' => 64,
+ ],
+ ],
+ [
+ 'name' => 'AuthenticatorType',
+ 'in' => 'query',
+ 'schema' => [
+ 'title' => '认证器类型',
+ 'description' => '',
+ 'type' => 'string',
+ 'required' => false,
+ 'example' => 'TOTP',
+ ],
+ ],
+ [
+ 'name' => 'PageNumber',
+ 'in' => 'query',
+ 'schema' => [
+ 'title' => '当前开始读取的位置,不设置时默认为1',
+ 'description' => '',
+ 'type' => 'integer',
+ 'format' => 'int64',
+ 'required' => false,
+ 'example' => '1',
+ ],
+ ],
+ [
+ 'name' => 'PageSize',
+ 'in' => 'query',
+ 'schema' => [
+ 'title' => '本次读取的最大数据记录数量,不指定时使用默认值',
+ 'description' => '',
+ 'type' => 'integer',
+ 'format' => 'int64',
+ 'required' => false,
+ 'example' => '5',
+ ],
+ ],
+ ],
+ 'responses' => [
+ 200 => [
+ 'schema' => [
+ 'description' => '',
+ 'type' => 'object',
+ 'properties' => [
+ 'RequestId' => [
+ 'description' => '',
+ 'type' => 'string',
+ 'example' => '531FA210-6F3D-5368-9AE2-AD7B9D1D5CAA',
+ ],
+ 'PageNumber' => [
+ 'title' => '读取到的位置',
+ 'description' => '',
+ 'type' => 'integer',
+ 'format' => 'int64',
+ 'example' => '1',
+ ],
+ 'TotalCount' => [
+ 'title' => '查询结果数据总数',
+ 'description' => '',
+ 'type' => 'integer',
+ 'format' => 'int64',
+ 'example' => '13',
+ ],
+ 'PageSize' => [
+ 'title' => '每页记录数量',
+ 'description' => '',
+ 'type' => 'integer',
+ 'format' => 'int64',
+ 'example' => '5',
+ ],
+ 'Authenticator' => [
+ 'description' => '',
+ 'type' => 'array',
+ 'items' => [
+ 'description' => '',
+ 'type' => 'object',
+ 'properties' => [
+ 'ApplicationExternalId' => [
+ 'title' => '应用ID',
+ 'description' => '',
+ 'type' => 'string',
+ 'example' => 'webauth_demo',
+ ],
+ 'AuthenticatorUuid' => [
+ 'title' => '认证器uuid',
+ 'description' => '',
+ 'type' => 'string',
+ 'example' => '0fcd5fce3fdc42052633a65eb242f10aZ8nzoQMpV3m',
+ ],
+ 'CredentialId' => [
+ 'title' => '身份认证ID',
+ 'description' => '',
+ 'type' => 'string',
+ 'example' => 'scimcred-00skzv5noh34r5aoci76',
+ ],
+ 'Type' => [
+ 'title' => '认证器类型',
+ 'description' => '',
+ 'type' => 'string',
+ 'example' => 'TOTP',
+ ],
+ 'AuthenticatorName' => [
+ 'title' => '身份认证对应的认证器名称',
+ 'description' => '',
+ 'type' => 'string',
+ 'example' => 'TOTP-DefaultName',
+ ],
+ 'RegisterTime' => [
+ 'title' => '创建时间',
+ 'description' => '',
+ 'type' => 'integer',
+ 'format' => 'int64',
+ 'example' => '1342800000000',
+ ],
+ 'LastVerifyTime' => [
+ 'title' => '最后验证时间,如果新注册则为注册时间',
+ 'description' => '',
+ 'type' => 'integer',
+ 'format' => 'int64',
+ 'example' => '123123',
+ ],
+ ],
+ ],
+ ],
+ ],
+ ],
+ ],
+ ],
+ 'responseDemo' => '[{"errorExample":"","example":"{\\n \\"RequestId\\": \\"531FA210-6F3D-5368-9AE2-AD7B9D1D5CAA\\",\\n \\"PageNumber\\": 1,\\n \\"TotalCount\\": 13,\\n \\"PageSize\\": 5,\\n \\"Authenticator\\": [\\n {\\n \\"ApplicationExternalId\\": \\"webauth_demo\\",\\n \\"AuthenticatorUuid\\": \\"0fcd5fce3fdc42052633a65eb242f10aZ8nzoQMpV3m\\",\\n \\"CredentialId\\": \\"scimcred-00skzv5noh34r5aoci76\\",\\n \\"Type\\": \\"TOTP\\",\\n \\"AuthenticatorName\\": \\"TOTP-DefaultName\\",\\n \\"RegisterTime\\": 1342800000000,\\n \\"LastVerifyTime\\": 123123\\n }\\n ]\\n}","type":"json"}]',
+ ],
+ 'ListAuthenticatorOpsLogs' => [
+ 'summary' => '列表查询认证器操作日志',
+ 'methods' => [
+ 'get',
+ 'post',
+ ],
+ 'schemes' => [
+ 'https',
+ ],
+ 'security' => [
+ [
+ 'AK' => [],
+ ],
+ ],
+ 'operationType' => 'read',
+ 'deprecated' => false,
+ 'systemTags' => [
+ 'operationType' => 'list',
+ 'riskType' => 'none',
+ 'chargeType' => 'free',
+ 'abilityTreeNodes' => [
+ 'FEATUREidaasCRU1S2',
+ ],
+ ],
+ 'parameters' => [
+ [
+ 'name' => 'ApplicationExternalId',
+ 'in' => 'query',
+ 'schema' => [
+ 'description' => '',
+ 'type' => 'string',
+ 'required' => true,
+ 'example' => 'webauth_demo',
+ ],
+ ],
+ [
+ 'name' => 'UserId',
+ 'in' => 'query',
+ 'schema' => [
+ 'description' => '',
+ 'type' => 'string',
+ 'required' => false,
+ 'example' => 'wsnidfr',
+ ],
+ ],
+ [
+ 'name' => 'AuthenticatorUuid',
+ 'in' => 'query',
+ 'schema' => [
+ 'description' => '',
+ 'type' => 'string',
+ 'required' => false,
+ 'example' => 'c810731ad3af06e45171395abf19cf9cb00E7i97PhE',
+ ],
+ ],
+ [
+ 'name' => 'AuthenticatorType',
+ 'in' => 'query',
+ 'schema' => [
+ 'description' => '',
+ 'type' => 'string',
+ 'required' => false,
+ 'example' => 'webauthn',
+ ],
+ ],
+ [
+ 'name' => 'FromTime',
+ 'in' => 'query',
+ 'schema' => [
+ 'description' => '',
+ 'type' => 'integer',
+ 'format' => 'int64',
+ 'required' => false,
+ 'example' => '1647232996712',
+ ],
+ ],
+ [
+ 'name' => 'ToTime',
+ 'in' => 'query',
+ 'schema' => [
+ 'description' => '',
+ 'type' => 'integer',
+ 'format' => 'int64',
+ 'required' => false,
+ 'example' => '1647232996812',
+ ],
+ ],
+ [
+ 'name' => 'PageNumber',
+ 'in' => 'query',
+ 'schema' => [
+ 'description' => '',
+ 'type' => 'integer',
+ 'format' => 'int64',
+ 'required' => false,
+ 'example' => '1',
+ 'default' => '1',
+ ],
+ ],
+ [
+ 'name' => 'PageSize',
+ 'in' => 'query',
+ 'schema' => [
+ 'description' => '',
+ 'type' => 'integer',
+ 'format' => 'int64',
+ 'required' => false,
+ 'example' => '10',
+ 'default' => '20',
+ ],
+ ],
+ ],
+ 'responses' => [
+ 200 => [
+ 'schema' => [
+ 'description' => '',
+ 'type' => 'object',
+ 'properties' => [
+ 'RequestId' => [
+ 'description' => '',
+ 'type' => 'string',
+ 'example' => '39FF2C8B-73E7-5BA5-AC25-20EEAC37BAB0',
+ ],
+ 'AuthenticationLogContent' => [
+ 'description' => '',
+ 'type' => 'array',
+ 'items' => [
+ 'description' => '',
+ 'type' => 'object',
+ 'properties' => [
+ 'TenantId' => [
+ 'description' => '',
+ 'type' => 'string',
+ 'example' => 'ed0222867189ad2bacfa746843d4b9692mlWC9sU3zl',
+ ],
+ 'AliUid' => [
+ 'description' => '',
+ 'type' => 'string',
+ 'example' => '1218758215717204',
+ ],
+ 'ApplicationUuid' => [
+ 'description' => '',
+ 'type' => 'string',
+ 'example' => '2bba0564edce2ff90c544dc623d1c1f5iPpCGAqTioA',
+ ],
+ 'ApplicationExternalId' => [
+ 'description' => '',
+ 'type' => 'string',
+ 'example' => 'webauth_demo',
+ ],
+ 'UserId' => [
+ 'description' => '',
+ 'type' => 'string',
+ 'example' => '3b323',
+ ],
+ 'AuthenticatorUuid' => [
+ 'description' => '',
+ 'type' => 'string',
+ 'example' => '0fcd5fce3fdc42052633a65eb242f10aZ8nzoQMpV3m',
+ ],
+ 'AuthenticatorName' => [
+ 'description' => '',
+ 'type' => 'string',
+ 'example' => 'TOTP-DefaultName',
+ ],
+ 'CredentialId' => [
+ 'description' => '',
+ 'type' => 'string',
+ 'example' => 'scimcred-00t3zfhiy2ylzvm2i287',
+ ],
+ 'AuthenticatorType' => [
+ 'description' => '',
+ 'type' => 'string',
+ 'example' => 'TOTP',
+ ],
+ 'OperationAction' => [
+ 'description' => '',
+ 'type' => 'string',
+ 'example' => 'ListTagResources',
+ ],
+ 'ChallengeBase64' => [
+ 'description' => '',
+ 'type' => 'string',
+ 'example' => 'exfa',
+ ],
+ 'OperationTime' => [
+ 'description' => '',
+ 'type' => 'integer',
+ 'format' => 'int64',
+ 'example' => '1647309893086',
+ ],
+ 'UserAgent' => [
+ 'description' => '',
+ 'type' => 'string',
+ 'example' => '10.13.1.56',
+ ],
+ 'UserSourceIp' => [
+ 'description' => '',
+ 'type' => 'string',
+ 'example' => '10.13.1.56',
+ ],
+ 'RawContext' => [
+ 'description' => '',
+ 'type' => 'string',
+ 'example' => '',
+ ],
+ 'OperationResult' => [
+ 'description' => '',
+ 'type' => 'boolean',
+ 'example' => 'True',
+ ],
+ 'ErrorCode' => [
+ 'description' => '',
+ 'type' => 'string',
+ 'example' => 'Failed',
+ ],
+ 'ErrorMessage' => [
+ 'description' => '',
+ 'type' => 'string',
+ 'example' => 'user not exist, alipayId=2088022534411015',
+ ],
+ 'LogParams' => [
+ 'description' => '',
+ 'type' => 'string',
+ 'example' => '1',
+ ],
+ ],
+ ],
+ ],
+ 'TotalCount' => [
+ 'title' => '返回列表长度',
+ 'description' => '',
+ 'type' => 'integer',
+ 'format' => 'int64',
+ 'example' => '3',
+ ],
+ 'PageNumber' => [
+ 'description' => '',
+ 'type' => 'integer',
+ 'format' => 'int64',
+ 'example' => '1',
+ ],
+ 'PageSize' => [
+ 'description' => '',
+ 'type' => 'integer',
+ 'format' => 'int64',
+ 'example' => '10',
+ ],
+ ],
+ ],
+ ],
+ ],
+ 'responseDemo' => '[{"errorExample":"","example":"{\\n \\"RequestId\\": \\"39FF2C8B-73E7-5BA5-AC25-20EEAC37BAB0\\",\\n \\"AuthenticationLogContent\\": [\\n {\\n \\"TenantId\\": \\"ed0222867189ad2bacfa746843d4b9692mlWC9sU3zl\\",\\n \\"AliUid\\": \\"1218758215717204\\",\\n \\"ApplicationUuid\\": \\"2bba0564edce2ff90c544dc623d1c1f5iPpCGAqTioA\\",\\n \\"ApplicationExternalId\\": \\"webauth_demo\\",\\n \\"UserId\\": \\"3b323\\",\\n \\"AuthenticatorUuid\\": \\"0fcd5fce3fdc42052633a65eb242f10aZ8nzoQMpV3m\\",\\n \\"AuthenticatorName\\": \\"TOTP-DefaultName\\",\\n \\"CredentialId\\": \\"scimcred-00t3zfhiy2ylzvm2i287\\",\\n \\"AuthenticatorType\\": \\"TOTP\\",\\n \\"OperationAction\\": \\"ListTagResources\\",\\n \\"ChallengeBase64\\": \\"exfa\\",\\n \\"OperationTime\\": 1647309893086,\\n \\"UserAgent\\": \\"10.13.1.56\\",\\n \\"UserSourceIp\\": \\"10.13.1.56\\",\\n \\"RawContext\\": \\"登录成功\\",\\n \\"OperationResult\\": true,\\n \\"ErrorCode\\": \\"Failed\\",\\n \\"ErrorMessage\\": \\"user not exist, alipayId=2088022534411015\\",\\n \\"LogParams\\": \\"1\\"\\n }\\n ],\\n \\"TotalCount\\": 3,\\n \\"PageNumber\\": 1,\\n \\"PageSize\\": 10\\n}","type":"json"}]',
+ ],
+ 'RegisterAuthenticator' => [
+ 'summary' => '注册认证器',
+ 'methods' => [
+ 'post',
+ ],
+ 'schemes' => [
+ 'https',
+ ],
+ 'security' => [
+ [
+ 'AK' => [],
+ ],
+ ],
+ 'operationType' => 'write',
+ 'deprecated' => false,
+ 'systemTags' => [
+ 'operationType' => 'update',
+ 'riskType' => 'none',
+ 'chargeType' => 'free',
+ 'abilityTreeNodes' => [
+ 'FEATUREidaasCRU1S2',
+ ],
+ ],
+ 'parameters' => [
+ [
+ 'name' => 'ApplicationExternalId',
+ 'in' => 'query',
+ 'schema' => [
+ 'title' => '应用外部Id',
+ 'description' => '',
+ 'type' => 'string',
+ 'required' => true,
+ 'example' => '11122223333',
+ 'maxLength' => 64,
+ ],
+ ],
+ [
+ 'name' => 'AuthenticatorType',
+ 'in' => 'query',
+ 'schema' => [
+ 'title' => '认证器类型',
+ 'description' => '',
+ 'type' => 'string',
+ 'required' => true,
+ 'example' => 'webauthn',
+ 'maxLength' => 32,
+ ],
+ ],
+ [
+ 'name' => 'UserId',
+ 'in' => 'query',
+ 'schema' => [
+ 'title' => '用户id',
+ 'description' => '',
+ 'type' => 'string',
+ 'required' => true,
+ 'example' => 'user-11122223333',
+ 'maxLength' => 64,
+ ],
+ ],
+ [
+ 'name' => 'AuthenticatorName',
+ 'in' => 'query',
+ 'schema' => [
+ 'title' => '认证器名字',
+ 'description' => '',
+ 'type' => 'string',
+ 'required' => false,
+ 'example' => 'ZhangSan\'s authenticator',
+ 'maxLength' => 64,
+ ],
+ ],
+ [
+ 'name' => 'RegistrationContext',
+ 'in' => 'query',
+ 'schema' => [
+ 'title' => '注册上下文',
+ 'description' => '',
+ 'type' => 'string',
+ 'required' => true,
+ 'example' => '{}',
+ 'maxLength' => 3096,
+ ],
+ ],
+ [
+ 'name' => 'RequireChallengeBase64',
+ 'in' => 'query',
+ 'schema' => [
+ 'title' => '会话绑定的challenge base64标识',
+ 'description' => '',
+ 'type' => 'string',
+ 'required' => false,
+ 'example' => 'AAAAdda',
+ ],
+ ],
+ [
+ 'name' => 'ClientExtendParamsJson',
+ 'in' => 'query',
+ 'schema' => [
+ 'title' => '客户端SDK生成认证上下文',
+ 'description' => '',
+ 'type' => 'string',
+ 'required' => false,
+ 'example' => '由具体认证方式决定',
+ ],
+ ],
+ [
+ 'name' => 'ClientExtendParamsJsonSign',
+ 'in' => 'query',
+ 'schema' => [
+ 'title' => '客户端SDK生成认证上下文签名信息',
+ 'description' => '',
+ 'type' => 'string',
+ 'required' => false,
+ 'example' => '由具体认证方式决定',
+ ],
+ ],
+ [
+ 'name' => 'ServerExtendParamsJson',
+ 'in' => 'query',
+ 'schema' => [
+ 'title' => '服务端配置项,决定认证要求属性',
+ 'description' => '',
+ 'type' => 'string',
+ 'required' => false,
+ 'example' => '由具体认证方式决定',
+ ],
+ ],
+ [
+ 'name' => 'UserSourceIp',
+ 'in' => 'query',
+ 'schema' => [
+ 'title' => '用户端来源IP地址,用于审计',
+ 'description' => '',
+ 'type' => 'string',
+ 'required' => false,
+ 'example' => '127.0.0.1',
+ ],
+ ],
+ [
+ 'name' => 'LogParams',
+ 'in' => 'query',
+ 'schema' => [
+ 'title' => '用户自定义记录审计日志信息',
+ 'description' => '',
+ 'type' => 'string',
+ 'required' => false,
+ 'example' => '123123',
+ ],
+ ],
+ ],
+ 'responses' => [
+ 200 => [
+ 'schema' => [
+ 'type' => 'object',
+ 'properties' => [
+ 'RequestId' => [
+ 'description' => '',
+ 'type' => 'string',
+ 'example' => '23123',
+ ],
+ 'AuthenticatorUuid' => [
+ 'title' => '认证器UUID',
+ 'description' => '',
+ 'type' => 'string',
+ 'example' => '123123123',
+ ],
+ 'EtasResponseSting' => [
+ 'title' => '仅IFAA认证器注册返回',
+ 'description' => '',
+ 'type' => 'string',
+ ],
+ ],
+ ],
+ ],
+ ],
+ 'responseDemo' => '[{"errorExample":"","example":"{\\n \\"RequestId\\": \\"23123\\",\\n \\"AuthenticatorUuid\\": \\"123123123\\",\\n \\"EtasResponseSting\\": \\"\\"\\n}","type":"json"}]',
+ ],
+ 'VerifyUserAuthentication' => [
+ 'summary' => '认证用户',
+ 'methods' => [
+ 'post',
+ ],
+ 'schemes' => [
+ 'https',
+ ],
+ 'security' => [
+ [
+ 'AK' => [],
+ ],
+ ],
+ 'operationType' => 'write',
+ 'deprecated' => false,
+ 'systemTags' => [
+ 'operationType' => 'get',
+ 'riskType' => 'none',
+ 'chargeType' => 'free',
+ 'abilityTreeCode' => '91635',
+ 'abilityTreeNodes' => [
+ 'FEATUREidaasCRU1S2',
+ ],
+ 'autoTest' => false,
+ 'notSupportAutoTestReason' => '需要配合移动端SDK动态参数进行',
+ 'tenantRelevance' => 'publicInformation',
+ ],
+ 'parameters' => [
+ [
+ 'name' => 'ApplicationExternalId',
+ 'in' => 'query',
+ 'schema' => [
+ 'title' => '应用外部Id',
+ 'description' => '',
+ 'type' => 'string',
+ 'required' => true,
+ 'example' => '11122223333',
+ 'maxLength' => 64,
+ ],
+ ],
+ [
+ 'name' => 'AuthenticatorType',
+ 'in' => 'query',
+ 'schema' => [
+ 'title' => '认证器类型',
+ 'description' => '',
+ 'type' => 'string',
+ 'required' => true,
+ 'example' => 'webauthn',
+ 'maxLength' => 32,
+ ],
+ ],
+ [
+ 'name' => 'UserId',
+ 'in' => 'query',
+ 'schema' => [
+ 'title' => '用户id',
+ 'description' => '',
+ 'type' => 'string',
+ 'required' => true,
+ 'example' => 'user-11122223333',
+ 'maxLength' => 64,
+ ],
+ ],
+ [
+ 'name' => 'AuthenticationContext',
+ 'in' => 'query',
+ 'schema' => [
+ 'title' => '认证上下文,由AuthenticatorType决定格式',
+ 'description' => '',
+ 'type' => 'string',
+ 'required' => true,
+ 'example' => '{}',
+ ],
+ ],
+ [
+ 'name' => 'RequireChallengeBase64',
+ 'in' => 'query',
+ 'schema' => [
+ 'title' => '会话绑定的challenge base64标识',
+ 'description' => '',
+ 'type' => 'string',
+ 'required' => false,
+ 'example' => 'AAAAdda',
+ ],
+ ],
+ [
+ 'name' => 'RequireBindHashBase64',
+ 'in' => 'query',
+ 'schema' => [
+ 'title' => '认证绑定的操作hash base64标识',
+ 'description' => '',
+ 'type' => 'string',
+ 'required' => false,
+ 'example' => 'AAAAdda',
+ ],
+ ],
+ [
+ 'name' => 'ClientExtendParamsJson',
+ 'in' => 'query',
+ 'schema' => [
+ 'title' => '客户端SDK生成认证上下文',
+ 'description' => '',
+ 'type' => 'string',
+ 'required' => false,
+ 'example' => '由具体认证方式决定',
+ ],
+ ],
+ [
+ 'name' => 'ClientExtendParamsJsonSign',
+ 'in' => 'query',
+ 'schema' => [
+ 'title' => '客户端SDK生成认证上下文签名信息',
+ 'description' => '',
+ 'type' => 'string',
+ 'required' => false,
+ 'example' => '由具体认证方式决定',
+ ],
+ ],
+ [
+ 'name' => 'ServerExtendParamsJson',
+ 'in' => 'query',
+ 'schema' => [
+ 'title' => '服务端配置项,决定认证要求属性',
+ 'description' => '',
+ 'type' => 'string',
+ 'required' => false,
+ 'example' => '由具体认证方式决定',
+ ],
+ ],
+ [
+ 'name' => 'UserSourceIp',
+ 'in' => 'query',
+ 'schema' => [
+ 'title' => '用户端来源IP地址,用于审计',
+ 'description' => '',
+ 'type' => 'string',
+ 'required' => false,
+ 'example' => '127.0.0.1',
+ ],
+ ],
+ [
+ 'name' => 'LogTag',
+ 'in' => 'query',
+ 'schema' => [
+ 'title' => '用户自定义记录审计日志标签',
+ 'description' => '',
+ 'type' => 'string',
+ 'required' => false,
+ 'example' => 'login',
+ ],
+ ],
+ [
+ 'name' => 'LogParams',
+ 'in' => 'query',
+ 'schema' => [
+ 'title' => '用户自定义记录审计日志信息',
+ 'description' => '',
+ 'type' => 'string',
+ 'required' => false,
+ 'example' => '123123',
+ ],
+ ],
+ ],
+ 'responses' => [
+ 200 => [
+ 'schema' => [
+ 'description' => '',
+ 'type' => 'object',
+ 'properties' => [
+ 'RequestId' => [
+ 'description' => '',
+ 'type' => 'string',
+ 'example' => '83ED3BC7-B36E-53B5-83D4-152CF2088DB9',
+ ],
+ 'VerifyResult' => [
+ 'title' => '认证结果,true or false',
+ 'description' => '',
+ 'type' => 'boolean',
+ 'example' => 'true',
+ ],
+ 'AuthenticateResultInfo' => [
+ 'title' => '认证结果',
+ 'description' => '',
+ 'type' => 'object',
+ 'properties' => [
+ 'UserId' => [
+ 'title' => '认证通过的用户Id',
+ 'description' => '',
+ 'type' => 'string',
+ 'example' => '3b32',
+ ],
+ 'CredentialId' => [
+ 'title' => '认证使用的凭据Id',
+ 'description' => '',
+ 'type' => 'string',
+ 'example' => 'scimcred-000vfaknfwlp8kesl520',
+ ],
+ 'BindHashBase64' => [
+ 'title' => '这次认证绑定的操作hash',
+ 'description' => '',
+ 'type' => 'string',
+ 'example' => '10e8c224555bba8bfb780badebc4a08cc1Z6LmC6Hp9',
+ ],
+ ],
+ ],
+ 'EtasSDKString' => [
+ 'description' => '',
+ 'type' => 'string',
+ 'example' => 'zmtdjb',
+ ],
+ 'IdToken' => [
+ 'description' => '',
+ 'type' => 'string',
+ 'example' => 'qacdfhigvbcvb',
+ ],
+ ],
+ ],
+ ],
+ ],
+ 'responseDemo' => '[{"errorExample":"","example":"{\\n \\"RequestId\\": \\"83ED3BC7-B36E-53B5-83D4-152CF2088DB9\\",\\n \\"VerifyResult\\": true,\\n \\"AuthenticateResultInfo\\": {\\n \\"UserId\\": \\"3b32\\",\\n \\"CredentialId\\": \\"scimcred-000vfaknfwlp8kesl520\\",\\n \\"BindHashBase64\\": \\"10e8c224555bba8bfb780badebc4a08cc1Z6LmC6Hp9\\"\\n },\\n \\"EtasSDKString\\": \\"zmtdjb\\",\\n \\"IdToken\\": \\"qacdfhigvbcvb\\"\\n}","type":"json"}]',
+ ],
+ 'DeregisterAuthenticator' => [
+ 'summary' => '删除认证器',
+ 'methods' => [
+ 'post',
+ ],
+ 'schemes' => [
+ 'https',
+ ],
+ 'security' => [
+ [
+ 'AK' => [],
+ ],
+ ],
+ 'operationType' => 'read',
+ 'deprecated' => false,
+ 'systemTags' => [
+ 'operationType' => 'delete',
+ 'riskType' => 'none',
+ 'chargeType' => 'free',
+ 'abilityTreeNodes' => [
+ 'FEATUREidaasCRU1S2',
+ ],
+ ],
+ 'parameters' => [
+ [
+ 'name' => 'ApplicationExternalId',
+ 'in' => 'query',
+ 'schema' => [
+ 'title' => '应用外部Id',
+ 'description' => '',
+ 'type' => 'string',
+ 'required' => true,
+ 'example' => '11122223333',
+ 'maxLength' => 64,
+ ],
+ ],
+ [
+ 'name' => 'UserId',
+ 'in' => 'query',
+ 'schema' => [
+ 'title' => '用户id',
+ 'description' => '',
+ 'type' => 'string',
+ 'required' => true,
+ 'example' => 'user-11122223333',
+ 'maxLength' => 64,
+ ],
+ ],
+ [
+ 'name' => 'AuthenticatorUuid',
+ 'in' => 'query',
+ 'schema' => [
+ 'title' => '认证器uuid',
+ 'description' => '',
+ 'type' => 'string',
+ 'required' => true,
+ 'example' => 'a00712a4e56196755059356c290793031xHdUrCPXUS',
+ ],
+ ],
+ ],
+ 'responses' => [
+ 200 => [
+ 'schema' => [
+ 'type' => 'object',
+ 'properties' => [
+ 'RequestId' => [
+ 'description' => '',
+ 'type' => 'string',
+ 'example' => 'D0F570B0-89CE-07F2-B41E-F97E089E13C6',
+ ],
+ ],
+ ],
+ ],
+ ],
+ 'responseDemo' => '[{"errorExample":"","example":"{\\n \\"RequestId\\": \\"D0F570B0-89CE-07F2-B41E-F97E089E13C6\\"\\n}","type":"json"}]',
+ ],
+ 'ServiceInvoke' => [
+ 'summary' => '认证接口',
+ 'methods' => [
+ 'post',
+ ],
+ 'schemes' => [
+ 'http',
+ 'https',
+ ],
+ 'security' => [
+ [
+ 'AK' => [],
+ ],
+ ],
+ 'operationType' => 'readAndWrite',
+ 'deprecated' => false,
+ 'systemTags' => [
+ 'operationType' => 'none',
+ 'riskType' => 'none',
+ 'chargeType' => 'free',
+ 'abilityTreeNodes' => [
+ 'FEATUREidaasCRU1S2',
+ ],
+ ],
+ 'parameters' => [
+ [
+ 'name' => 'MobileExtendParamsJson',
+ 'in' => 'query',
+ 'schema' => [
+ 'description' => '',
+ 'type' => 'string',
+ 'required' => false,
+ 'example' => 'eyJhdHRhY2htZW50IjoicGxhdGZvcm0iLCJ1c2VyVmVyaWZpY2F0aW9uIjoicmVxdWlyZWQifQ==',
+ ],
+ ],
+ [
+ 'name' => 'MobileExtendParamsJsonSign',
+ 'in' => 'query',
+ 'schema' => [
+ 'description' => '',
+ 'type' => 'string',
+ 'required' => false,
+ 'example' => 'ba6f5596f00102cb1a7d971f8390b7ccb28e6bc4e8694d051f9299ccc69e1186',
+ ],
+ ],
+ [
+ 'name' => 'ServerExtendParamsJson',
+ 'in' => 'query',
+ 'schema' => [
+ 'description' => '',
+ 'type' => 'string',
+ 'required' => false,
+ 'example' => 'eyJhdHRhY2htZW50IjoicGxhdGZvcm0iLCJ1c2VyVmVyaWZpY2F0aW9uIjoicmVxdWlyZWQifQ==',
+ ],
+ ],
+ [
+ 'name' => 'ServiceCode',
+ 'in' => 'query',
+ 'schema' => [
+ 'description' => '',
+ 'type' => 'string',
+ 'required' => true,
+ 'example' => 'IFAA',
+ ],
+ ],
+ [
+ 'name' => 'DoraemonAction',
+ 'in' => 'query',
+ 'schema' => [
+ 'description' => '',
+ 'type' => 'string',
+ 'required' => true,
+ 'example' => 'SimpleAuthInit',
+ ],
+ ],
+ [
+ 'name' => 'ApplicationExternalId',
+ 'in' => 'query',
+ 'schema' => [
+ 'description' => '',
+ 'type' => 'string',
+ 'required' => true,
+ 'example' => 'A0000003',
+ ],
+ ],
+ [
+ 'name' => 'TestModel',
+ 'in' => 'query',
+ 'schema' => [
+ 'description' => '',
+ 'type' => 'boolean',
+ 'required' => false,
+ 'example' => 'false',
+ ],
+ ],
+ [
+ 'name' => 'XClientIp',
+ 'in' => 'query',
+ 'schema' => [
+ 'description' => '',
+ 'type' => 'string',
+ 'required' => false,
+ 'example' => '127.0.0.1',
+ ],
+ ],
+ ],
+ 'responses' => [
+ 200 => [
+ 'schema' => [
+ 'title' => 'Schema of Response',
+ 'description' => 'Schema of Response',
+ 'type' => 'object',
+ 'properties' => [
+ 'RequestId' => [
+ 'description' => '',
+ 'type' => 'string',
+ 'example' => 'F8F63CAB-A96C-5017-AFB0-324593223817',
+ ],
+ 'Data' => [
+ 'description' => '',
+ 'type' => 'string',
+ 'example' => '"{\\"ifaa\\"{\\"code\\":0,\\"message\\":\\"eyJo....BWUFBQUFBIn19\\"},\\"version\\":\\"1.0.0\\",\\"transaction\\":{\\"id\\":\\"sIFAA-ios\\",\\"type\\":\\"sIFAA-ios\\",\\"payload\\":\\"\\"},\\"action\\":\\"request/auth\\"}" }',
+ ],
+ 'Message' => [
+ 'description' => '',
+ 'type' => 'string',
+ 'example' => 'Operation.Failure.ApiInvoke.ServiceInArrears',
+ ],
+ 'Code' => [
+ 'description' => '',
+ 'type' => 'string',
+ 'example' => 'Operation.Success',
+ ],
+ 'Success' => [
+ 'description' => '',
+ 'type' => 'boolean',
+ 'example' => 'true',
+ ],
+ 'IdToken' => [
+ 'description' => '',
+ 'type' => 'string',
+ 'example' => 'qacdfhigvbcvb',
+ ],
+ 'EventId' => [
+ 'type' => 'string',
+ ],
+ ],
+ ],
+ ],
+ ],
+ 'responseDemo' => '[{"type":"json","example":"{\\n \\"RequestId\\": \\"F8F63CAB-A96C-5017-AFB0-324593223817\\",\\n \\"Data\\": \\"\\\\\\"{\\\\\\\\\\\\\\"ifaa\\\\\\\\\\\\\\"{\\\\\\\\\\\\\\"code\\\\\\\\\\\\\\":0,\\\\\\\\\\\\\\"message\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"eyJo....BWUFBQUFBIn19\\\\\\\\\\\\\\"},\\\\\\\\\\\\\\"version\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"1.0.0\\\\\\\\\\\\\\",\\\\\\\\\\\\\\"transaction\\\\\\\\\\\\\\":{\\\\\\\\\\\\\\"id\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"sIFAA-ios\\\\\\\\\\\\\\",\\\\\\\\\\\\\\"type\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"sIFAA-ios\\\\\\\\\\\\\\",\\\\\\\\\\\\\\"payload\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"\\\\\\\\\\\\\\"},\\\\\\\\\\\\\\"action\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"request/auth\\\\\\\\\\\\\\"}\\\\\\" }\\",\\n \\"Message\\": \\"Operation.Failure.ApiInvoke.ServiceInArrears\\",\\n \\"Code\\": \\"Operation.Success\\",\\n \\"Success\\": true,\\n \\"IdToken\\": \\"qacdfhigvbcvb\\",\\n \\"EventId\\": \\"\\"\\n}","errorExample":""},{"type":"xml","example":"<ServiceInvokeResponse>\\n <Success>true</Success>\\n <Code>Operation.Success</Code>\\n <Message>Operation.Success</Message>\\n <RequestId>337848D2-FF8A-4EDD-BD4D-1B9BC80E58B6</RequestId>\\n <Data>{\\"ifaa\\"{\\"code\\":0,\\"message\\":\\"eyJo....BWUFBQUFBIn19\\"},\\"version\\":\\"1.0.0\\",\\"transaction\\":{\\"id\\":\\"sIFAA-ios\\",\\"type\\":\\"sIFAA-ios\\",\\"payload\\":\\"\\"},\\"action\\":\\"request/auth\\"}</Data>\\n</ServiceInvokeResponse>","errorExample":""}]',
+ ],
+ 'ListPwnedPasswords' => [
+ 'summary' => '弱密码检测',
+ 'methods' => [
+ 'get',
+ 'post',
+ ],
+ 'schemes' => [
+ 'http',
+ 'https',
+ ],
+ 'security' => [
+ [
+ 'AK' => [],
+ ],
+ ],
+ 'operationType' => 'read',
+ 'deprecated' => false,
+ 'systemTags' => [
+ 'operationType' => 'list',
+ 'riskType' => 'none',
+ 'chargeType' => 'free',
+ 'abilityTreeNodes' => [
+ 'FEATUREidaasCRU1S2',
+ ],
+ ],
+ 'parameters' => [
+ [
+ 'name' => 'PrefixHexPasswordSha1Hash',
+ 'in' => 'query',
+ 'schema' => [
+ 'description' => '',
+ 'type' => 'string',
+ 'required' => true,
+ 'example' => '000000',
+ ],
+ ],
+ ],
+ 'responses' => [
+ 200 => [
+ 'schema' => [
+ 'title' => 'Schema of Response',
+ 'description' => 'Schema of Response',
+ 'type' => 'object',
+ 'properties' => [
+ 'RequestId' => [
+ 'title' => 'Id of the request',
+ 'description' => 'Id of the request',
+ 'type' => 'string',
+ 'example' => 'D0F570B0-89CE-07F2-B41E-F97E089E13C6',
+ ],
+ 'PageNumber' => [
+ 'description' => '',
+ 'type' => 'integer',
+ 'format' => 'int64',
+ 'example' => '2',
+ ],
+ 'TotalCount' => [
+ 'description' => '',
+ 'type' => 'integer',
+ 'format' => 'int64',
+ 'example' => '80',
+ ],
+ 'PageSize' => [
+ 'description' => '',
+ 'type' => 'integer',
+ 'format' => 'int64',
+ 'example' => '10',
+ ],
+ 'PwnedPasswordInfos' => [
+ 'description' => '',
+ 'type' => 'array',
+ 'items' => [
+ 'description' => '',
+ 'type' => 'object',
+ 'properties' => [
+ 'HexPasswordSha1Hash' => [
+ 'description' => '',
+ 'type' => 'string',
+ 'example' => '0000',
+ ],
+ 'PwnedCount' => [
+ 'description' => '',
+ 'type' => 'integer',
+ 'format' => 'int64',
+ 'example' => '84',
+ ],
+ ],
+ ],
+ ],
+ ],
+ ],
+ ],
+ ],
+ 'responseDemo' => '[{"type":"json","example":"{\\n \\"RequestId\\": \\"D0F570B0-89CE-07F2-B41E-F97E089E13C6\\",\\n \\"PageNumber\\": 2,\\n \\"TotalCount\\": 80,\\n \\"PageSize\\": 10,\\n \\"PwnedPasswordInfos\\": [\\n {\\n \\"HexPasswordSha1Hash\\": \\"0000\\",\\n \\"PwnedCount\\": 84\\n }\\n ]\\n}","errorExample":""},{"type":"xml","example":"<ListPwnedPasswordsResponse>\\n <RequestId>D0F570B0-89CE-07F2-B41E-F97E089E13C6</RequestId>\\n <PageNumber>2</PageNumber>\\n <TotalCount>80</TotalCount>\\n <PageSize>10</PageSize>\\n <PwnedPasswordInfos>\\n <HexPasswordSha1Hash>0000</HexPasswordSha1Hash>\\n <PwnedCount>84</PwnedCount>\\n </PwnedPasswordInfos>\\n</ListPwnedPasswordsResponse>","errorExample":""}]',
+ ],
+ 'VerifyIdToken' => [
+ 'summary' => '验证id_token',
+ 'methods' => [
+ 'get',
+ 'post',
+ ],
+ 'schemes' => [
+ 'http',
+ 'https',
+ ],
+ 'security' => [
+ [
+ 'AK' => [],
+ ],
+ ],
+ 'operationType' => 'read',
+ 'deprecated' => false,
+ 'systemTags' => [
+ 'operationType' => 'get',
+ 'riskType' => 'none',
+ 'chargeType' => 'free',
+ 'abilityTreeNodes' => [
+ 'FEATUREidaasCRU1S2',
+ ],
+ ],
+ 'parameters' => [
+ [
+ 'name' => 'JwtIdToken',
+ 'in' => 'query',
+ 'schema' => [
+ 'description' => 'jwtIdToken',
+ 'type' => 'string',
+ 'required' => false,
+ 'example' => 'eyJraWQiOiIzNj',
+ ],
+ ],
+ [
+ 'name' => 'ApplicationExternalId',
+ 'in' => 'query',
+ 'schema' => [
+ 'description' => '',
+ 'type' => 'string',
+ 'required' => false,
+ 'example' => 'webauth_demo',
+ ],
+ ],
+ ],
+ 'responses' => [
+ 200 => [
+ 'schema' => [
+ 'title' => 'Schema of Response',
+ 'description' => '',
+ 'type' => 'object',
+ 'properties' => [
+ 'RequestId' => [
+ 'description' => '',
+ 'type' => 'string',
+ 'example' => 'F620E712-F325-520D-BE1A-E2421B062F57',
+ ],
+ 'UserId' => [
+ 'description' => '',
+ 'type' => 'string',
+ 'example' => '123456',
+ ],
+ ],
+ ],
+ ],
+ ],
+ 'responseDemo' => '[{"errorExample":"","example":"{\\n \\"RequestId\\": \\"F620E712-F325-520D-BE1A-E2421B062F57\\",\\n \\"UserId\\": \\"123456\\"\\n}","type":"json"}]',
+ ],
+ 'ListCostUnitOrders' => [
+ 'summary' => '查询按量计费订单列表',
+ 'methods' => [
+ 'get',
+ 'post',
+ ],
+ 'schemes' => [
+ 'http',
+ 'https',
+ ],
+ 'security' => [
+ [
+ 'AK' => [],
+ ],
+ ],
+ 'operationType' => 'read',
+ 'deprecated' => false,
+ 'systemTags' => [
+ 'operationType' => 'list',
+ 'riskType' => 'none',
+ 'chargeType' => 'free',
+ 'abilityTreeNodes' => [
+ 'FEATUREidaasCRU1S2',
+ ],
+ ],
+ 'parameters' => [
+ [
+ 'name' => 'BeginDate',
+ 'in' => 'query',
+ 'schema' => [
+ 'title' => '开始创建时间',
+ 'description' => '',
+ 'type' => 'string',
+ 'required' => false,
+ 'example' => '2021-11-16',
+ ],
+ ],
+ [
+ 'name' => 'FinalDate',
+ 'in' => 'query',
+ 'schema' => [
+ 'title' => '结束创建时间',
+ 'description' => '',
+ 'type' => 'string',
+ 'required' => false,
+ 'example' => '2021-12-04 00',
+ ],
+ ],
+ [
+ 'name' => 'PageNumber',
+ 'in' => 'query',
+ 'schema' => [
+ 'title' => '第几页',
+ 'description' => '',
+ 'type' => 'integer',
+ 'format' => 'int32',
+ 'required' => false,
+ 'example' => '1',
+ 'default' => '0',
+ ],
+ ],
+ [
+ 'name' => 'PageSize',
+ 'in' => 'query',
+ 'schema' => [
+ 'title' => '每页大小',
+ 'description' => '',
+ 'type' => 'integer',
+ 'format' => 'int32',
+ 'required' => false,
+ 'example' => '10',
+ 'default' => '0',
+ ],
+ ],
+ ],
+ 'responses' => [
+ 200 => [
+ 'schema' => [
+ 'type' => 'object',
+ 'properties' => [
+ 'RequestId' => [
+ 'description' => '',
+ 'type' => 'string',
+ 'example' => 'A82621A5-715C-5486-80E9-9262EE43BA55',
+ ],
+ 'TotalPages' => [
+ 'description' => '',
+ 'type' => 'integer',
+ 'format' => 'int64',
+ 'example' => '2',
+ ],
+ 'TotalElements' => [
+ 'description' => '',
+ 'type' => 'integer',
+ 'format' => 'int64',
+ 'example' => '12',
+ ],
+ 'PageSize' => [
+ 'description' => '',
+ 'type' => 'integer',
+ 'format' => 'int64',
+ 'example' => '10',
+ ],
+ 'Items' => [
+ 'description' => '',
+ 'type' => 'array',
+ 'items' => [
+ 'description' => '',
+ 'type' => 'object',
+ 'properties' => [
+ 'AliOrderCode' => [
+ 'title' => '阿里云订单编号',
+ 'description' => '',
+ 'type' => 'string',
+ 'example' => '215222637610732',
+ ],
+ 'AliOrderInstanceId' => [
+ 'title' => '阿里云订单实例名称',
+ 'description' => '',
+ 'type' => 'string',
+ 'example' => 'idaas_auth_public_cn-pl32pciy101',
+ ],
+ 'TotalCostUnit' => [
+ 'title' => '总计 CU 值,单位厘,实际购买 CU 乘以 1000',
+ 'description' => '',
+ 'type' => 'integer',
+ 'format' => 'int64',
+ 'example' => '100000',
+ ],
+ 'UsedCostUnit' => [
+ 'title' => '已用 CU 值,单位厘,实际使用 CU 乘以 1000',
+ 'description' => '',
+ 'type' => 'integer',
+ 'format' => 'int64',
+ 'example' => '100',
+ ],
+ 'OrderStatus' => [
+ 'title' => '订单状态。VALID:有效、REFUND:退款、EXPIRED:过期',
+ 'description' => '',
+ 'type' => 'string',
+ 'example' => 'VALID',
+ ],
+ 'CreateTime' => [
+ 'title' => '创建时间',
+ 'description' => '',
+ 'type' => 'integer',
+ 'format' => 'int64',
+ 'example' => '1646028448000',
+ ],
+ 'ExpiredTime' => [
+ 'title' => '过期时间',
+ 'description' => '',
+ 'type' => 'integer',
+ 'format' => 'int64',
+ 'example' => '1923321600000',
+ ],
+ 'RefundTime' => [
+ 'title' => '退款时间,毫秒时间戳,退款时才有值',
+ 'description' => '',
+ 'type' => 'integer',
+ 'format' => 'int64',
+ 'example' => '1923321600000',
+ ],
+ 'Exhausted' => [
+ 'type' => 'boolean',
+ ],
+ ],
+ ],
+ ],
+ ],
+ ],
+ ],
+ ],
+ 'responseDemo' => '[{"errorExample":"","example":"{\\n \\"RequestId\\": \\"A82621A5-715C-5486-80E9-9262EE43BA55\\",\\n \\"TotalPages\\": 2,\\n \\"TotalElements\\": 12,\\n \\"PageSize\\": 10,\\n \\"Items\\": [\\n {\\n \\"AliOrderCode\\": \\"215222637610732\\",\\n \\"AliOrderInstanceId\\": \\"idaas_auth_public_cn-pl32pciy101\\",\\n \\"TotalCostUnit\\": 100000,\\n \\"UsedCostUnit\\": 100,\\n \\"OrderStatus\\": \\"VALID\\",\\n \\"CreateTime\\": 1646028448000,\\n \\"ExpiredTime\\": 1923321600000,\\n \\"RefundTime\\": 1923321600000,\\n \\"Exhausted\\": true\\n }\\n ]\\n}","type":"json"}]',
+ ],
+ 'ListOrderConsumeStatisticRecords' => [
+ 'summary' => '查询用量消费统计记录列表',
+ 'methods' => [
+ 'get',
+ 'post',
+ ],
+ 'schemes' => [
+ 'http',
+ 'https',
+ ],
+ 'security' => [
+ [
+ 'AK' => [],
+ ],
+ ],
+ 'operationType' => 'read',
+ 'deprecated' => false,
+ 'systemTags' => [
+ 'operationType' => 'list',
+ 'riskType' => 'none',
+ 'chargeType' => 'free',
+ 'abilityTreeNodes' => [
+ 'FEATUREidaasCRU1S2',
+ ],
+ ],
+ 'parameters' => [
+ [
+ 'name' => 'AliOrderCode',
+ 'in' => 'query',
+ 'schema' => [
+ 'title' => '阿里订单编号',
+ 'description' => '',
+ 'type' => 'string',
+ 'required' => false,
+ 'example' => '211283925690732',
+ ],
+ ],
+ [
+ 'name' => 'StatisticTimeMin',
+ 'in' => 'query',
+ 'schema' => [
+ 'title' => '统计时间最小值',
+ 'description' => '',
+ 'type' => 'string',
+ 'required' => false,
+ 'example' => '2022-05-31',
+ ],
+ ],
+ [
+ 'name' => 'StatisticTimeMax',
+ 'in' => 'query',
+ 'schema' => [
+ 'title' => '统计时间最大值',
+ 'description' => '',
+ 'type' => 'string',
+ 'required' => false,
+ 'example' => '2022-05-31',
+ ],
+ ],
+ [
+ 'name' => 'PageNumber',
+ 'in' => 'query',
+ 'schema' => [
+ 'title' => '页码',
+ 'description' => '',
+ 'type' => 'integer',
+ 'format' => 'int32',
+ 'required' => false,
+ 'example' => '1',
+ ],
+ ],
+ [
+ 'name' => 'PageSize',
+ 'in' => 'query',
+ 'schema' => [
+ 'title' => '每页记录数',
+ 'description' => '',
+ 'type' => 'integer',
+ 'format' => 'int32',
+ 'required' => false,
+ 'example' => '10',
+ ],
+ ],
+ [
+ 'name' => 'ApplicationExternalId',
+ 'in' => 'query',
+ 'schema' => [
+ 'type' => 'string',
+ 'required' => false,
+ ],
+ ],
+ [
+ 'name' => 'ServiceCode',
+ 'in' => 'query',
+ 'schema' => [
+ 'type' => 'string',
+ 'required' => false,
+ ],
+ ],
+ ],
+ 'responses' => [
+ 200 => [
+ 'schema' => [
+ 'type' => 'object',
+ 'properties' => [
+ 'RequestId' => [
+ 'title' => '请求 ID',
+ 'description' => '',
+ 'type' => 'string',
+ 'example' => '1655384783875',
+ ],
+ 'TotalPages' => [
+ 'title' => '总页数',
+ 'description' => '',
+ 'type' => 'integer',
+ 'format' => 'int64',
+ 'example' => '10',
+ ],
+ 'TotalElements' => [
+ 'title' => '总记录数',
+ 'description' => '',
+ 'type' => 'integer',
+ 'format' => 'int64',
+ 'example' => '100',
+ ],
+ 'PageSize' => [
+ 'title' => '每页记录数',
+ 'description' => '',
+ 'type' => 'integer',
+ 'format' => 'int64',
+ 'example' => '10',
+ ],
+ 'Items' => [
+ 'title' => '数据项列表',
+ 'description' => '',
+ 'type' => 'array',
+ 'items' => [
+ 'title' => '数据项详情',
+ 'description' => '',
+ 'type' => 'object',
+ 'properties' => [
+ 'AliOrderCode' => [
+ 'title' => '阿里云订单编号',
+ 'description' => '',
+ 'type' => 'string',
+ 'example' => '23567876823',
+ ],
+ 'StatisticTime' => [
+ 'title' => '统计日期,时间戳,精确到秒',
+ 'description' => '',
+ 'type' => 'integer',
+ 'format' => 'int64',
+ 'example' => '1655388050',
+ ],
+ 'ApplicationExternalId' => [
+ 'title' => '应用外部标志',
+ 'description' => '',
+ 'type' => 'string',
+ 'example' => 'sms_auth',
+ ],
+ 'ServiceCode' => [
+ 'title' => '服务码',
+ 'description' => '',
+ 'type' => 'string',
+ 'example' => 'SMS',
+ ],
+ 'UnitPrice' => [
+ 'title' => '单价',
+ 'description' => '',
+ 'type' => 'integer',
+ 'format' => 'int64',
+ 'example' => '10',
+ ],
+ 'ChargedCount' => [
+ 'title' => '计费数目',
+ 'description' => '',
+ 'type' => 'integer',
+ 'format' => 'int64',
+ 'example' => '1',
+ ],
+ 'TotalPrice' => [
+ 'title' => '总价',
+ 'description' => '',
+ 'type' => 'integer',
+ 'format' => 'int64',
+ 'example' => '10',
+ ],
+ ],
+ ],
+ ],
+ ],
+ ],
+ ],
+ ],
+ 'responseDemo' => '[{"errorExample":"","example":"{\\n \\"RequestId\\": \\"1655384783875\\",\\n \\"TotalPages\\": 10,\\n \\"TotalElements\\": 100,\\n \\"PageSize\\": 10,\\n \\"Items\\": [\\n {\\n \\"AliOrderCode\\": \\"23567876823\\",\\n \\"StatisticTime\\": 1655388050,\\n \\"ApplicationExternalId\\": \\"sms_auth\\",\\n \\"ServiceCode\\": \\"SMS\\",\\n \\"UnitPrice\\": 10,\\n \\"ChargedCount\\": 1,\\n \\"TotalPrice\\": 10\\n }\\n ]\\n}","type":"json"}]',
+ ],
+ 'QuerySmsReports' => [
+ 'summary' => '短信回执查询',
+ 'methods' => [
+ 'get',
+ ],
+ 'schemes' => [
+ 'http',
+ 'https',
+ ],
+ 'security' => [
+ [
+ 'AK' => [],
+ ],
+ ],
+ 'operationType' => 'read',
+ 'deprecated' => false,
+ 'systemTags' => [
+ 'operationType' => 'get',
+ 'riskType' => 'none',
+ 'chargeType' => 'free',
+ 'abilityTreeNodes' => [
+ 'FEATUREidaasCRU1S2',
+ ],
+ ],
+ 'parameters' => [
+ [
+ 'name' => 'AppId',
+ 'in' => 'query',
+ 'schema' => [
+ 'description' => '',
+ 'type' => 'string',
+ 'required' => false,
+ 'example' => 'doraemon_xxxxx',
+ ],
+ ],
+ [
+ 'name' => 'EventId',
+ 'in' => 'query',
+ 'schema' => [
+ 'description' => '',
+ 'type' => 'string',
+ 'required' => false,
+ 'example' => 'eventId_xxxxxx',
+ ],
+ ],
+ ],
+ 'responses' => [
+ 200 => [
+ 'schema' => [
+ 'title' => 'Schema of Response',
+ 'description' => 'Schema of Response',
+ 'type' => 'object',
+ 'properties' => [
+ 'RequestId' => [
+ 'title' => 'Id of the request',
+ 'description' => '',
+ 'type' => 'string',
+ 'example' => '4581B16-xxxxx',
+ ],
+ 'TotalElements' => [
+ 'description' => '',
+ 'type' => 'integer',
+ 'format' => 'int64',
+ 'example' => '15',
+ ],
+ 'SmsReports' => [
+ 'description' => '',
+ 'type' => 'array',
+ 'items' => [
+ 'description' => '',
+ 'type' => 'object',
+ 'properties' => [
+ 'Tid' => [
+ 'description' => '',
+ 'type' => 'string',
+ 'example' => '3514',
+ ],
+ 'Mobile' => [
+ 'description' => '',
+ 'type' => 'string',
+ 'example' => '156xxxxxxxx',
+ ],
+ 'Code' => [
+ 'description' => '',
+ 'type' => 'string',
+ 'example' => '0',
+ ],
+ 'Stat' => [
+ 'description' => '',
+ 'type' => 'string',
+ 'example' => 'DELIVRD',
+ ],
+ 'Sn' => [
+ 'description' => '',
+ 'type' => 'string',
+ 'example' => '"d36xxxxx3573772f159f616ebJ8KGPBg7Hr::appId::123456::Bird"',
+ ],
+ 'TenantId' => [
+ 'description' => '',
+ 'type' => 'string',
+ 'example' => 'd36a370f33f037233573772f15xxxxxx',
+ ],
+ 'AppId' => [
+ 'description' => '',
+ 'type' => 'string',
+ 'example' => 'appid',
+ ],
+ 'EventId' => [
+ 'description' => '',
+ 'type' => 'string',
+ 'example' => 'event_xxxx',
+ ],
+ 'Time' => [
+ 'description' => '',
+ 'type' => 'string',
+ 'example' => '20220823171446',
+ ],
+ 'ChargedCount' => [
+ 'type' => 'integer',
+ 'format' => 'int32',
+ ],
+ ],
+ ],
+ ],
+ ],
+ ],
+ ],
+ ],
+ 'responseDemo' => '[{"errorExample":"","example":"{\\n \\"RequestId\\": \\"4581B16-xxxxx\\",\\n \\"TotalElements\\": 15,\\n \\"SmsReports\\": [\\n {\\n \\"Tid\\": \\"3514\\",\\n \\"Mobile\\": \\"156xxxxxxxx\\",\\n \\"Code\\": \\"0\\",\\n \\"Stat\\": \\"DELIVRD\\",\\n \\"Sn\\": \\"\\\\\\"d36xxxxx3573772f159f616ebJ8KGPBg7Hr::appId::123456::Bird\\\\\\"\\",\\n \\"TenantId\\": \\"d36a370f33f037233573772f15xxxxxx\\",\\n \\"AppId\\": \\"appid\\",\\n \\"EventId\\": \\"event_xxxx\\",\\n \\"Time\\": \\"20220823171446\\",\\n \\"ChargedCount\\": 0\\n }\\n ]\\n}","type":"json"}]',
+ ],
+ ],
+ 'endpoints' => [
+ [
+ 'regionId' => 'cn-hangzhou',
+ 'endpoint' => 'idaas-doraemon.aliyuncs.com',
+ ],
+ [
+ 'regionId' => 'cn-qingdao',
+ 'endpoint' => 'idaas-doraemon.aliyuncs.com',
+ ],
+ [
+ 'regionId' => 'cn-beijing',
+ 'endpoint' => 'idaas-doraemon.aliyuncs.com',
+ ],
+ [
+ 'regionId' => 'cn-huhehaote',
+ 'endpoint' => 'idaas-doraemon.aliyuncs.com',
+ ],
+ [
+ 'regionId' => 'cn-shanghai',
+ 'endpoint' => 'idaas-doraemon.aliyuncs.com',
+ ],
+ [
+ 'regionId' => 'cn-shenzhen',
+ 'endpoint' => 'idaas-doraemon.aliyuncs.com',
+ ],
+ [
+ 'regionId' => 'ap-northeast-1',
+ 'endpoint' => 'idaas-doraemon.aliyuncs.com',
+ ],
+ [
+ 'regionId' => 'ap-northeast-2-pop',
+ 'endpoint' => 'idaas-doraemon.aliyuncs.com',
+ ],
+ [
+ 'regionId' => 'ap-south-1',
+ 'endpoint' => 'idaas-doraemon.aliyuncs.com',
+ ],
+ [
+ 'regionId' => 'ap-southeast-1',
+ 'endpoint' => 'idaas-doraemon.aliyuncs.com',
+ ],
+ [
+ 'regionId' => 'ap-southeast-2',
+ 'endpoint' => 'idaas-doraemon.aliyuncs.com',
+ ],
+ [
+ 'regionId' => 'ap-southeast-3',
+ 'endpoint' => 'idaas-doraemon.aliyuncs.com',
+ ],
+ [
+ 'regionId' => 'ap-southeast-5',
+ 'endpoint' => 'idaas-doraemon.aliyuncs.com',
+ ],
+ [
+ 'regionId' => 'cn-beijing-finance-1',
+ 'endpoint' => 'idaas-doraemon.aliyuncs.com',
+ ],
+ [
+ 'regionId' => 'cn-beijing-finance-pop',
+ 'endpoint' => 'idaas-doraemon.aliyuncs.com',
+ ],
+ [
+ 'regionId' => 'cn-beijing-gov-1',
+ 'endpoint' => 'idaas-doraemon.aliyuncs.com',
+ ],
+ [
+ 'regionId' => 'cn-beijing-nu16-b01',
+ 'endpoint' => 'idaas-doraemon.aliyuncs.com',
+ ],
+ [
+ 'regionId' => 'cn-chengdu',
+ 'endpoint' => 'idaas-doraemon.aliyuncs.com',
+ ],
+ [
+ 'regionId' => 'cn-edge-1',
+ 'endpoint' => 'idaas-doraemon.aliyuncs.com',
+ ],
+ [
+ 'regionId' => 'cn-fujian',
+ 'endpoint' => 'idaas-doraemon.aliyuncs.com',
+ ],
+ [
+ 'regionId' => 'cn-haidian-cm12-c01',
+ 'endpoint' => 'idaas-doraemon.aliyuncs.com',
+ ],
+ [
+ 'regionId' => 'cn-hangzhou-bj-b01',
+ 'endpoint' => 'idaas-doraemon.aliyuncs.com',
+ ],
+ [
+ 'regionId' => 'cn-hangzhou-finance',
+ 'endpoint' => 'idaas-doraemon.aliyuncs.com',
+ ],
+ [
+ 'regionId' => 'cn-hangzhou-internal-prod-1',
+ 'endpoint' => 'idaas-doraemon.aliyuncs.com',
+ ],
+ [
+ 'regionId' => 'cn-hangzhou-internal-test-1',
+ 'endpoint' => 'idaas-doraemon.aliyuncs.com',
+ ],
+ [
+ 'regionId' => 'cn-hangzhou-internal-test-2',
+ 'endpoint' => 'idaas-doraemon.aliyuncs.com',
+ ],
+ [
+ 'regionId' => 'cn-hangzhou-internal-test-3',
+ 'endpoint' => 'idaas-doraemon.aliyuncs.com',
+ ],
+ [
+ 'regionId' => 'cn-hangzhou-test-306',
+ 'endpoint' => 'idaas-doraemon.aliyuncs.com',
+ ],
+ [
+ 'regionId' => 'cn-hongkong',
+ 'endpoint' => 'idaas-doraemon.aliyuncs.com',
+ ],
+ [
+ 'regionId' => 'cn-hongkong-finance-pop',
+ 'endpoint' => 'idaas-doraemon.aliyuncs.com',
+ ],
+ [
+ 'regionId' => 'cn-huhehaote-nebula-1',
+ 'endpoint' => 'idaas-doraemon.aliyuncs.com',
+ ],
+ [
+ 'regionId' => 'cn-north-2-gov-1',
+ 'endpoint' => 'idaas-doraemon.aliyuncs.com',
+ ],
+ [
+ 'regionId' => 'cn-qingdao-nebula',
+ 'endpoint' => 'idaas-doraemon.aliyuncs.com',
+ ],
+ [
+ 'regionId' => 'cn-shanghai-et15-b01',
+ 'endpoint' => 'idaas-doraemon.aliyuncs.com',
+ ],
+ [
+ 'regionId' => 'cn-shanghai-et2-b01',
+ 'endpoint' => 'idaas-doraemon.aliyuncs.com',
+ ],
+ [
+ 'regionId' => 'cn-shanghai-finance-1',
+ 'endpoint' => 'idaas-doraemon.aliyuncs.com',
+ ],
+ [
+ 'regionId' => 'cn-shanghai-inner',
+ 'endpoint' => 'idaas-doraemon.aliyuncs.com',
+ ],
+ [
+ 'regionId' => 'cn-shanghai-internal-test-1',
+ 'endpoint' => 'idaas-doraemon.aliyuncs.com',
+ ],
+ [
+ 'regionId' => 'cn-shenzhen-finance-1',
+ 'endpoint' => 'idaas-doraemon.aliyuncs.com',
+ ],
+ [
+ 'regionId' => 'cn-shenzhen-inner',
+ 'endpoint' => 'idaas-doraemon.aliyuncs.com',
+ ],
+ [
+ 'regionId' => 'cn-shenzhen-st4-d01',
+ 'endpoint' => 'idaas-doraemon.aliyuncs.com',
+ ],
+ [
+ 'regionId' => 'cn-shenzhen-su18-b01',
+ 'endpoint' => 'idaas-doraemon.aliyuncs.com',
+ ],
+ [
+ 'regionId' => 'cn-wuhan',
+ 'endpoint' => 'idaas-doraemon.aliyuncs.com',
+ ],
+ [
+ 'regionId' => 'cn-wulanchabu',
+ 'endpoint' => 'idaas-doraemon.aliyuncs.com',
+ ],
+ [
+ 'regionId' => 'cn-yushanfang',
+ 'endpoint' => 'idaas-doraemon.aliyuncs.com',
+ ],
+ [
+ 'regionId' => 'cn-zhangbei',
+ 'endpoint' => 'idaas-doraemon.aliyuncs.com',
+ ],
+ [
+ 'regionId' => 'cn-zhangbei-na61-b01',
+ 'endpoint' => 'idaas-doraemon.aliyuncs.com',
+ ],
+ [
+ 'regionId' => 'cn-zhangjiakou',
+ 'endpoint' => 'idaas-doraemon.aliyuncs.com',
+ ],
+ [
+ 'regionId' => 'cn-zhangjiakou-na62-a01',
+ 'endpoint' => 'idaas-doraemon.aliyuncs.com',
+ ],
+ [
+ 'regionId' => 'cn-zhengzhou-nebula-1',
+ 'endpoint' => 'idaas-doraemon.aliyuncs.com',
+ ],
+ [
+ 'regionId' => 'eu-central-1',
+ 'endpoint' => 'idaas-doraemon.aliyuncs.com',
+ ],
+ [
+ 'regionId' => 'eu-west-1',
+ 'endpoint' => 'idaas-doraemon.aliyuncs.com',
+ ],
+ [
+ 'regionId' => 'eu-west-1-oxs',
+ 'endpoint' => 'idaas-doraemon.aliyuncs.com',
+ ],
+ [
+ 'regionId' => 'me-east-1',
+ 'endpoint' => 'idaas-doraemon.aliyuncs.com',
+ ],
+ [
+ 'regionId' => 'rus-west-1-pop',
+ 'endpoint' => 'idaas-doraemon.aliyuncs.com',
+ ],
+ [
+ 'regionId' => 'us-east-1',
+ 'endpoint' => 'idaas-doraemon.aliyuncs.com',
+ ],
+ [
+ 'regionId' => 'us-west-1',
+ 'endpoint' => 'idaas-doraemon.aliyuncs.com',
+ ],
+ ],
+];