日本熟妇hd丰满老熟妇,中文字幕一区二区三区在线不卡 ,亚洲成片在线观看,免费女同在线一区二区

AddCustomAuthIdentity - 添加身份認證

更新時間:

添加賬號身份認證信息,可以具體到客戶端。

調試

您可以在OpenAPI Explorer中直接運行該接口,免去您計算簽名的困擾。運行成功后,OpenAPI Explorer可以自動生成SDK代碼示例。

授權信息

當前API暫無授權信息透出。

請求參數

名稱類型必填描述示例值
InstanceIdstring

云消息隊列 MQTT 版實例的 ID。

mqtt-cn-xxxx
Usernamestring

用戶名,不超過 64 位

test
Secretstring

密鑰。

xxxxx
IdentityTypestring

身份類型。

  • USER:僅用戶名。

  • CLIENT:具體到客戶端。

USER
ClientIdstring

當身份類型是 CLIENT 時,指定設備的 ClientID。

GID_test@@@test
SignModestring

簽名校驗方式,ORIGIN:原始值比較,即比較 password 與 secret,SIGNED: 對 clientId 進行 HmacSHA1 加簽(使用 secret,參考簽名模式)驗證,然后比較 password。

SIGNED

返回參數

名稱類型描述示例值
object

Schema of Response

RequestIdstring

Id of the request

020F6A43-19E6-4B6E-B846-44EB31DF****
Codeinteger

狀態碼。說明 200 表示成功。

200
Successboolean

操作是否成功。true 表示成功,false 表示失敗。

True
Messagestring

返回信息。

operation success.

示例

正常返回示例

JSON格式

{
  "RequestId": "020F6A43-19E6-4B6E-B846-44EB31DF****",
  "Code": 200,
  "Success": true,
  "Message": "operation success."
}

錯誤碼

HTTP status code錯誤碼錯誤信息描述
400InstancePermissionCheckFailedAn error occurred while validating the permissions of the instance. Please verify the account that created the instance and its permissions settings.實例權限校驗失敗,請確認MQTT實例的所屬關系以及授權策略。
400InvalidParameter.%sAn error occurred while validating the parameter. The parameter may be missing or invalid.參數校驗失敗,可能缺失或者傳入值非法。
400Customauth.over.capacityOver custom auth capacity.自定義權限數量容量超限
404ApiNotSupportThe specified API is not supported.當前接口不支持,請檢查。

訪問錯誤中心查看更多錯誤碼。

變更歷史

變更時間變更內容概要操作
暫無變更歷史