'1.0', 'info' => ['style' => 'RPC', 'product' => 'idaas-doraemon', 'version' => '2021-05-20'], 'components' => [ 'schemas' => [], ], 'apis' => [ 'CreateAuthenticatorRegistration' => [ 'methods' => ['post'], 'schemes' => ['https'], 'security' => [ [ 'AK' => [], ], ], 'deprecated' => false, 'parameters' => [ [ 'name' => 'ApplicationExternalId', 'in' => 'query', 'schema' => ['type' => 'string', 'required' => true, 'maxLength' => 64], ], [ 'name' => 'AuthenticatorType', 'in' => 'query', 'schema' => ['type' => 'string', 'required' => true, 'maxLength' => 32], ], [ 'name' => 'UserId', 'in' => 'query', 'schema' => ['type' => 'string', 'required' => true, 'maxLength' => 64], ], [ 'name' => 'UserName', 'in' => 'query', 'schema' => ['type' => 'string', 'required' => false, 'maxLength' => 64], ], [ 'name' => 'UserDisplayName', 'in' => 'query', 'schema' => ['type' => 'string', 'required' => false, 'maxLength' => 64], ], [ 'name' => 'ClientExtendParamsJson', 'in' => 'query', 'schema' => ['type' => 'string', 'required' => false], ], [ 'name' => 'ClientExtendParamsJsonSign', 'in' => 'query', 'schema' => ['type' => 'string', 'required' => false], ], [ 'name' => 'ServerExtendParamsJson', 'in' => 'query', 'schema' => ['type' => 'string', 'required' => false], ], [ 'name' => 'RegistrationContext', 'in' => 'query', 'schema' => ['type' => 'string', 'required' => false], ], ], ], 'CreateUserAuthenticateOptions' => [ 'methods' => ['post'], 'schemes' => ['https'], 'security' => [ [ 'AK' => [], ], ], 'deprecated' => false, 'parameters' => [ [ 'name' => 'ApplicationExternalId', 'in' => 'query', 'schema' => ['type' => 'string', 'required' => true, 'maxLength' => 64], ], [ 'name' => 'AuthenticatorType', 'in' => 'query', 'schema' => ['type' => 'string', 'required' => true, 'maxLength' => 32], ], [ 'name' => 'UserId', 'in' => 'query', 'schema' => ['type' => 'string', 'required' => true, 'maxLength' => 64], ], [ 'name' => 'BindHashBase64', 'in' => 'query', 'schema' => ['type' => 'string', 'required' => false, 'maxLength' => 64], ], [ 'name' => 'ClientExtendParamsJson', 'in' => 'query', 'schema' => ['type' => 'string', 'required' => false], ], [ 'name' => 'ClientExtendParamsJsonSign', 'in' => 'query', 'schema' => ['type' => 'string', 'required' => false], ], [ 'name' => 'ServerExtendParamsJson', 'in' => 'query', 'schema' => ['type' => 'string', 'required' => false], ], ], ], 'DeregisterAuthenticator' => [ 'methods' => ['post'], 'schemes' => ['https'], 'security' => [ [ 'AK' => [], ], ], 'deprecated' => false, 'parameters' => [ [ 'name' => 'ApplicationExternalId', 'in' => 'query', 'schema' => ['type' => 'string', 'required' => true, 'maxLength' => 64], ], [ 'name' => 'UserId', 'in' => 'query', 'schema' => ['type' => 'string', 'required' => true, 'maxLength' => 64], ], [ 'name' => 'AuthenticatorUuid', 'in' => 'query', 'schema' => ['type' => 'string', 'required' => true], ], ], ], 'FetchAccessToken' => [ 'methods' => ['post'], 'schemes' => ['http', 'https'], 'security' => [ [ 'AK' => [], ], ], 'deprecated' => false, 'parameters' => [ [ 'name' => 'MobileExtendParamsJson', 'in' => 'query', 'schema' => ['type' => 'string', 'required' => true], ], [ 'name' => 'MobileExtendParamsJsonSign', 'in' => 'query', 'schema' => ['type' => 'string', 'required' => true], ], [ 'name' => 'ServerExtendParamsJson', 'in' => 'query', 'schema' => ['type' => 'string', 'required' => false], ], [ 'name' => 'ApplicationExternalId', 'in' => 'query', 'schema' => ['type' => 'string', 'required' => true], ], [ 'name' => 'XClientIp', 'in' => 'query', 'schema' => ['type' => 'string', 'required' => false], ], [ 'name' => 'UserId', 'in' => 'query', 'schema' => ['type' => 'string', 'required' => false], ], ], ], 'GetAuthenticator' => [ 'methods' => ['post'], 'schemes' => ['https'], 'security' => [ [ 'AK' => [], ], ], 'deprecated' => false, 'parameters' => [ [ 'name' => 'ApplicationExternalId', 'in' => 'query', 'schema' => ['type' => 'string', 'required' => true, 'maxLength' => 64], ], [ 'name' => 'UserId', 'in' => 'query', 'schema' => ['type' => 'string', 'required' => true, 'maxLength' => 64], ], [ 'name' => 'AuthenticatorUuid', 'in' => 'query', 'schema' => ['type' => 'string', 'required' => true, 'maxLength' => 64], ], ], ], 'ListAuthenticatorOpsLogs' => [ 'methods' => ['get', 'post'], 'schemes' => ['https'], 'security' => [ [ 'AK' => [], ], ], 'deprecated' => false, 'parameters' => [ [ 'name' => 'ApplicationExternalId', 'in' => 'query', 'schema' => ['type' => 'string', 'required' => true], ], [ 'name' => 'UserId', 'in' => 'query', 'schema' => ['type' => 'string', 'required' => false], ], [ 'name' => 'AuthenticatorUuid', 'in' => 'query', 'schema' => ['type' => 'string', 'required' => false], ], [ 'name' => 'AuthenticatorType', 'in' => 'query', 'schema' => ['type' => 'string', 'required' => false], ], [ 'name' => 'FromTime', 'in' => 'query', 'schema' => ['type' => 'integer', 'format' => 'int64', 'required' => false], ], [ 'name' => 'ToTime', 'in' => 'query', 'schema' => ['type' => 'integer', 'format' => 'int64', 'required' => false], ], [ 'name' => 'PageNumber', 'in' => 'query', 'schema' => ['type' => 'integer', 'format' => 'int64', 'required' => false], ], [ 'name' => 'PageSize', 'in' => 'query', 'schema' => ['type' => 'integer', 'format' => 'int64', 'required' => false], ], ], ], 'ListAuthenticators' => [ 'methods' => ['get', 'post'], 'schemes' => ['https'], 'security' => [ [ 'AK' => [], ], ], 'deprecated' => false, 'parameters' => [ [ 'name' => 'ApplicationExternalId', 'in' => 'query', 'schema' => ['type' => 'string', 'required' => true, 'maxLength' => 64], ], [ 'name' => 'UserId', 'in' => 'query', 'schema' => ['type' => 'string', 'required' => true, 'maxLength' => 64], ], [ 'name' => 'AuthenticatorType', 'in' => 'query', 'schema' => ['type' => 'string', 'required' => false], ], [ 'name' => 'PageNumber', 'in' => 'query', 'schema' => ['type' => 'integer', 'format' => 'int64', 'required' => false], ], [ 'name' => 'PageSize', 'in' => 'query', 'schema' => ['type' => 'integer', 'format' => 'int64', 'required' => false], ], ], ], 'ListCostUnitOrders' => [ 'methods' => ['get', 'post'], 'schemes' => ['http', 'https'], 'security' => [ [ 'AK' => [], ], ], 'deprecated' => false, 'parameters' => [ [ 'name' => 'BeginDate', 'in' => 'query', 'schema' => ['type' => 'string', 'required' => false], ], [ 'name' => 'FinalDate', 'in' => 'query', 'schema' => ['type' => 'string', 'required' => false], ], [ 'name' => 'PageNumber', 'in' => 'query', 'schema' => ['type' => 'integer', 'format' => 'int32', 'required' => false], ], [ 'name' => 'PageSize', 'in' => 'query', 'schema' => ['type' => 'integer', 'format' => 'int32', 'required' => false], ], ], ], 'ListOrderConsumeStatisticRecords' => [ 'methods' => ['get', 'post'], 'schemes' => ['http', 'https'], 'security' => [ [ 'AK' => [], ], ], 'deprecated' => false, 'parameters' => [ [ 'name' => 'AliOrderCode', 'in' => 'query', 'schema' => ['type' => 'string', 'required' => false], ], [ 'name' => 'StatisticTimeMin', 'in' => 'query', 'schema' => ['type' => 'string', 'required' => false], ], [ 'name' => 'StatisticTimeMax', 'in' => 'query', 'schema' => ['type' => 'string', 'required' => false], ], [ 'name' => 'PageNumber', 'in' => 'query', 'schema' => ['type' => 'integer', 'format' => 'int32', 'required' => false], ], [ 'name' => 'PageSize', 'in' => 'query', 'schema' => ['type' => 'integer', 'format' => 'int32', 'required' => false], ], [ 'name' => 'ApplicationExternalId', 'in' => 'query', 'schema' => ['type' => 'string', 'required' => false], ], [ 'name' => 'ServiceCode', 'in' => 'query', 'schema' => ['type' => 'string', 'required' => false], ], ], ], 'ListPwnedPasswords' => [ 'methods' => ['get', 'post'], 'schemes' => ['http', 'https'], 'security' => [ [ 'AK' => [], ], ], 'deprecated' => false, 'parameters' => [ [ 'name' => 'PrefixHexPasswordSha1Hash', 'in' => 'query', 'schema' => ['type' => 'string', 'required' => true], ], ], ], 'QuerySmsReports' => [ 'methods' => ['get'], 'schemes' => ['http', 'https'], 'security' => [ [ 'AK' => [], ], ], 'deprecated' => false, 'parameters' => [ [ 'name' => 'AppId', 'in' => 'query', 'schema' => ['type' => 'string', 'required' => false], ], [ 'name' => 'EventId', 'in' => 'query', 'schema' => ['type' => 'string', 'required' => false], ], ], ], 'RegisterAuthenticator' => [ 'methods' => ['post'], 'schemes' => ['https'], 'security' => [ [ 'AK' => [], ], ], 'deprecated' => false, 'parameters' => [ [ 'name' => 'ApplicationExternalId', 'in' => 'query', 'schema' => ['type' => 'string', 'required' => true, 'maxLength' => 64], ], [ 'name' => 'AuthenticatorType', 'in' => 'query', 'schema' => ['type' => 'string', 'required' => true, 'maxLength' => 32], ], [ 'name' => 'UserId', 'in' => 'query', 'schema' => ['type' => 'string', 'required' => true, 'maxLength' => 64], ], [ 'name' => 'AuthenticatorName', 'in' => 'query', 'schema' => ['type' => 'string', 'required' => false, 'maxLength' => 64], ], [ 'name' => 'RegistrationContext', 'in' => 'query', 'schema' => ['type' => 'string', 'required' => true, 'maxLength' => 3096], ], [ 'name' => 'RequireChallengeBase64', 'in' => 'query', 'schema' => ['type' => 'string', 'required' => false], ], [ 'name' => 'ClientExtendParamsJson', 'in' => 'query', 'schema' => ['type' => 'string', 'required' => false], ], [ 'name' => 'ClientExtendParamsJsonSign', 'in' => 'query', 'schema' => ['type' => 'string', 'required' => false], ], [ 'name' => 'ServerExtendParamsJson', 'in' => 'query', 'schema' => ['type' => 'string', 'required' => false], ], [ 'name' => 'UserSourceIp', 'in' => 'query', 'schema' => ['type' => 'string', 'required' => false], ], [ 'name' => 'LogParams', 'in' => 'query', 'schema' => ['type' => 'string', 'required' => false], ], ], ], 'ServiceInvoke' => [ 'methods' => ['post'], 'schemes' => ['http', 'https'], 'security' => [ [ 'AK' => [], ], ], 'deprecated' => false, 'parameters' => [ [ 'name' => 'MobileExtendParamsJson', 'in' => 'query', 'schema' => ['type' => 'string', 'required' => false], ], [ 'name' => 'MobileExtendParamsJsonSign', 'in' => 'query', 'schema' => ['type' => 'string', 'required' => false], ], [ 'name' => 'ServerExtendParamsJson', 'in' => 'query', 'schema' => ['type' => 'string', 'required' => false], ], [ 'name' => 'ServiceCode', 'in' => 'query', 'schema' => ['type' => 'string', 'required' => true], ], [ 'name' => 'DoraemonAction', 'in' => 'query', 'schema' => ['type' => 'string', 'required' => true], ], [ 'name' => 'ApplicationExternalId', 'in' => 'query', 'schema' => ['type' => 'string', 'required' => true], ], [ 'name' => 'TestModel', 'in' => 'query', 'schema' => ['type' => 'boolean', 'required' => false], ], [ 'name' => 'XClientIp', 'in' => 'query', 'schema' => ['type' => 'string', 'required' => false], ], ], ], 'UpdateAuthenticatorAttribute' => [ 'methods' => ['get', 'post'], 'schemes' => ['https'], 'security' => [ [ 'AK' => [], ], ], 'deprecated' => false, 'parameters' => [ [ 'name' => 'ApplicationExternalId', 'in' => 'query', 'schema' => ['type' => 'string', 'required' => true, 'maxLength' => 64], ], [ 'name' => 'UserId', 'in' => 'query', 'schema' => ['type' => 'string', 'required' => true, 'maxLength' => 64], ], [ 'name' => 'AuthenticatorName', 'in' => 'query', 'schema' => ['type' => 'string', 'required' => true, 'maxLength' => 64], ], [ 'name' => 'AuthenticatorUuid', 'in' => 'query', 'schema' => ['type' => 'string', 'required' => true, 'maxLength' => 64], ], ], ], 'VerifyIdToken' => [ 'methods' => ['get', 'post'], 'schemes' => ['http', 'https'], 'security' => [ [ 'AK' => [], ], ], 'deprecated' => false, 'parameters' => [ [ 'name' => 'JwtIdToken', 'in' => 'query', 'schema' => ['type' => 'string', 'required' => false], ], [ 'name' => 'ApplicationExternalId', 'in' => 'query', 'schema' => ['type' => 'string', 'required' => false], ], ], ], 'VerifyUserAuthentication' => [ 'methods' => ['post'], 'schemes' => ['https'], 'security' => [ [ 'AK' => [], ], ], 'deprecated' => false, 'parameters' => [ [ 'name' => 'ApplicationExternalId', 'in' => 'query', 'schema' => ['type' => 'string', 'required' => true, 'maxLength' => 64], ], [ 'name' => 'AuthenticatorType', 'in' => 'query', 'schema' => ['type' => 'string', 'required' => true, 'maxLength' => 32], ], [ 'name' => 'UserId', 'in' => 'query', 'schema' => ['type' => 'string', 'required' => true, 'maxLength' => 64], ], [ 'name' => 'AuthenticationContext', 'in' => 'query', 'schema' => ['type' => 'string', 'required' => true], ], [ 'name' => 'RequireChallengeBase64', 'in' => 'query', 'schema' => ['type' => 'string', 'required' => false], ], [ 'name' => 'RequireBindHashBase64', 'in' => 'query', 'schema' => ['type' => 'string', 'required' => false], ], [ 'name' => 'ClientExtendParamsJson', 'in' => 'query', 'schema' => ['type' => 'string', 'required' => false], ], [ 'name' => 'ClientExtendParamsJsonSign', 'in' => 'query', 'schema' => ['type' => 'string', 'required' => false], ], [ 'name' => 'ServerExtendParamsJson', 'in' => 'query', 'schema' => ['type' => 'string', 'required' => false], ], [ 'name' => 'UserSourceIp', 'in' => 'query', 'schema' => ['type' => 'string', 'required' => false], ], [ 'name' => 'LogTag', 'in' => 'query', 'schema' => ['type' => 'string', 'required' => false], ], [ 'name' => 'LogParams', 'in' => 'query', 'schema' => ['type' => 'string', 'required' => false], ], ], ], ], 'endpoints' => [ ['regionId' => 'ap-northeast-1', 'regionName' => '日本(东京)', 'areaId' => 'asiaPacific', 'areaName' => '亚太', 'public' => 'idaas-doraemon.aliyuncs.com', 'endpoint' => 'idaas-doraemon.aliyuncs.com', 'vpc' => ''], ['regionId' => 'ap-southeast-1', 'regionName' => '新加坡', 'areaId' => 'asiaPacific', 'areaName' => '亚太', 'public' => 'idaas-doraemon.aliyuncs.com', 'endpoint' => 'idaas-doraemon.aliyuncs.com', 'vpc' => ''], ['regionId' => 'ap-southeast-2', 'regionName' => '澳大利亚(悉尼)已关停', 'areaId' => 'asiaPacific', 'areaName' => '亚太', 'public' => 'idaas-doraemon.aliyuncs.com', 'endpoint' => 'idaas-doraemon.aliyuncs.com', 'vpc' => ''], ['regionId' => 'ap-southeast-3', 'regionName' => '马来西亚(吉隆坡)', 'areaId' => 'asiaPacific', 'areaName' => '亚太', 'public' => 'idaas-doraemon.aliyuncs.com', 'endpoint' => 'idaas-doraemon.aliyuncs.com', 'vpc' => ''], ['regionId' => 'ap-southeast-5', 'regionName' => '印度尼西亚(雅加达)', 'areaId' => 'asiaPacific', 'areaName' => '亚太', 'public' => 'idaas-doraemon.aliyuncs.com', 'endpoint' => 'idaas-doraemon.aliyuncs.com', 'vpc' => ''], ['regionId' => 'cn-beijing', 'regionName' => '华北2(北京)', 'areaId' => 'asiaPacific', 'areaName' => '亚太', 'public' => 'idaas-doraemon.aliyuncs.com', 'endpoint' => 'idaas-doraemon.aliyuncs.com', 'vpc' => 'idaas-doraemon-vpc.cn-beijing.aliyuncs.com'], ['regionId' => 'cn-chengdu', 'regionName' => '西南1(成都)', 'areaId' => 'asiaPacific', 'areaName' => '亚太', 'public' => 'idaas-doraemon.aliyuncs.com', 'endpoint' => 'idaas-doraemon.aliyuncs.com', 'vpc' => ''], ['regionId' => 'cn-hangzhou', 'regionName' => '华东1(杭州)', 'areaId' => 'asiaPacific', 'areaName' => '亚太', 'public' => 'idaas-doraemon.aliyuncs.com', 'endpoint' => 'idaas-doraemon.aliyuncs.com', 'vpc' => ''], ['regionId' => 'cn-hongkong', 'regionName' => '中国香港', 'areaId' => 'asiaPacific', 'areaName' => '亚太', 'public' => 'idaas-doraemon.aliyuncs.com', 'endpoint' => 'idaas-doraemon.aliyuncs.com', 'vpc' => ''], ['regionId' => 'cn-huhehaote', 'regionName' => '华北5(呼和浩特)', 'areaId' => 'asiaPacific', 'areaName' => '亚太', 'public' => 'idaas-doraemon.aliyuncs.com', 'endpoint' => 'idaas-doraemon.aliyuncs.com', 'vpc' => ''], ['regionId' => 'cn-qingdao', 'regionName' => '华北1(青岛)', 'areaId' => 'asiaPacific', 'areaName' => '亚太', 'public' => 'idaas-doraemon.aliyuncs.com', 'endpoint' => 'idaas-doraemon.aliyuncs.com', 'vpc' => ''], ['regionId' => 'cn-shanghai', 'regionName' => '华东2(上海)', 'areaId' => 'asiaPacific', 'areaName' => '亚太', 'public' => 'idaas-doraemon.aliyuncs.com', 'endpoint' => 'idaas-doraemon.aliyuncs.com', 'vpc' => ''], ['regionId' => 'cn-shenzhen', 'regionName' => '华南1(深圳)', 'areaId' => 'asiaPacific', 'areaName' => '亚太', 'public' => 'idaas-doraemon.aliyuncs.com', 'endpoint' => 'idaas-doraemon.aliyuncs.com', 'vpc' => ''], ['regionId' => 'cn-wulanchabu', 'regionName' => '华北6(乌兰察布)', 'areaId' => 'asiaPacific', 'areaName' => '亚太', 'public' => 'idaas-doraemon.aliyuncs.com', 'endpoint' => 'idaas-doraemon.aliyuncs.com', 'vpc' => ''], ['regionId' => 'cn-zhangjiakou', 'regionName' => '华北3(张家口)', 'areaId' => 'asiaPacific', 'areaName' => '亚太', 'public' => 'idaas-doraemon.aliyuncs.com', 'endpoint' => 'idaas-doraemon.aliyuncs.com', 'vpc' => ''], ['regionId' => 'us-west-1', 'regionName' => '美国(硅谷)', 'areaId' => 'europeAmerica', 'areaName' => '欧洲与美洲', 'public' => 'idaas-doraemon.aliyuncs.com', 'endpoint' => 'idaas-doraemon.aliyuncs.com', 'vpc' => ''], ['regionId' => 'us-east-1', 'regionName' => '美国(弗吉尼亚)', 'areaId' => 'europeAmerica', 'areaName' => '欧洲与美洲', 'public' => 'idaas-doraemon.aliyuncs.com', 'endpoint' => 'idaas-doraemon.aliyuncs.com', 'vpc' => ''], ['regionId' => 'eu-west-1', 'regionName' => '英国(伦敦)', 'areaId' => 'europeAmerica', 'areaName' => '欧洲与美洲', 'public' => 'idaas-doraemon.aliyuncs.com', 'endpoint' => 'idaas-doraemon.aliyuncs.com', 'vpc' => ''], ['regionId' => 'eu-central-1', 'regionName' => '德国(法兰克福)', 'areaId' => 'europeAmerica', 'areaName' => '欧洲与美洲', 'public' => 'idaas-doraemon.aliyuncs.com', 'endpoint' => 'idaas-doraemon.aliyuncs.com', 'vpc' => ''], ['regionId' => 'me-east-1', 'regionName' => '阿联酋(迪拜)', 'areaId' => 'middleEast', 'areaName' => '中东', 'public' => 'idaas-doraemon.aliyuncs.com', 'endpoint' => 'idaas-doraemon.aliyuncs.com', 'vpc' => ''], ['regionId' => 'ap-south-1', 'regionName' => '印度(孟买)已关停', 'areaId' => 'middleEast', 'areaName' => '中东', 'public' => 'idaas-doraemon.aliyuncs.com', 'endpoint' => 'idaas-doraemon.aliyuncs.com', 'vpc' => ''], ['regionId' => 'cn-shenzhen-finance-1', 'regionName' => '华南1 金融云', 'areaId' => 'industryCloud', 'areaName' => '行业云', 'public' => 'idaas-doraemon.aliyuncs.com', 'endpoint' => 'idaas-doraemon.aliyuncs.com', 'vpc' => ''], ['regionId' => 'cn-shanghai-finance-1', 'regionName' => '华东2 金融云', 'areaId' => 'industryCloud', 'areaName' => '行业云', 'public' => 'idaas-doraemon.aliyuncs.com', 'endpoint' => 'idaas-doraemon.aliyuncs.com', 'vpc' => ''], ['regionId' => 'cn-north-2-gov-1', 'regionName' => '北京政务云', 'areaId' => 'industryCloud', 'areaName' => '行业云', 'public' => 'idaas-doraemon.aliyuncs.com', 'endpoint' => 'idaas-doraemon.aliyuncs.com', 'vpc' => ''], ['regionId' => 'cn-hangzhou-finance', 'regionName' => '华东1 金融云', 'areaId' => 'industryCloud', 'areaName' => '行业云', 'public' => 'idaas-doraemon.aliyuncs.com', 'endpoint' => 'idaas-doraemon.aliyuncs.com', 'vpc' => ''], ['regionId' => 'cn-beijing-finance-1', 'regionName' => '华北2 金融云(邀测)', 'areaId' => 'industryCloud', 'areaName' => '行业云', 'public' => 'idaas-doraemon.aliyuncs.com', 'endpoint' => 'idaas-doraemon.aliyuncs.com', 'vpc' => ''], ], ];