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

ListHandshakesForAccount - 查詢當前賬號的邀請記錄

調用ListHandshakesForAccount查詢當前賬號的邀請記錄。

調試

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

授權信息

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

請求參數

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

頁碼。

起始值:1。默認值:1。

1
PageSizeinteger

分頁時每頁顯示的數據條數。

取值范圍:1~100。默認值:10。

10

返回參數

名稱類型描述示例值
object

返回結果。

TotalCountinteger

邀請記錄總條數。

2
RequestIdstring

請求 ID。

9B34724D-54B0-4A51-B34D-4512372FE1BE
PageSizeinteger

分頁時每頁顯示的數據條數。

10
PageNumberinteger

頁碼。

1
Handshakesobject []

邀請記錄。

Statusstring

邀請狀態。

  • Pending:等待確認。
  • Accepted:已接受。
  • Cancelled:已取消。
  • Declined:已拒絕。
  • Expired:超時。
Pending
ExpireTimestring

邀請的過期時間(UTC 時間)。

2018-08-24T09:55:41Z
ResourceDirectoryIdstring

資源目錄 ID。

rd-abcdef****
CreateTimestring

邀請的創建時間(UTC 時間)。

2018-08-10T09:55:41Z
Notestring

備注。

歡迎您加入
TargetEntitystring

被邀請的阿里云賬號 ID 或登錄郵箱。

someone@example.com
MasterAccountIdstring

資源目錄管理賬號 ID。

172841235500****
MasterAccountNamestring

資源目錄管理賬號名稱。

CompanyA
ModifyTimestring

邀請的修改時間(UTC 時間)。

2018-08-10T09:55:41Z
TargetTypestring

被邀請的阿里云賬號類型。

  • Account:賬號 ID。
  • Email:賬號登錄郵箱。
Email
HandshakeIdstring

邀請 ID。

h-4N57QZzCTtES****

示例

正常返回示例

JSON格式

{
  "TotalCount": 2,
  "RequestId": "9B34724D-54B0-4A51-B34D-4512372FE1BE",
  "PageSize": 10,
  "PageNumber": 1,
  "Handshakes": {
    "Handshake": [
      {
        "Status": "Pending",
        "ExpireTime": "2018-08-24T09:55:41Z",
        "ResourceDirectoryId": "rd-abcdef****",
        "CreateTime": "2018-08-10T09:55:41Z",
        "Note": "歡迎您加入",
        "TargetEntity": "someone@example.com",
        "MasterAccountId": "172841235500****",
        "MasterAccountName": "CompanyA",
        "ModifyTime": "2018-08-10T09:55:41Z",
        "TargetType": "Email",
        "HandshakeId": "h-4N57QZzCTtES****"
      }
    ]
  }
}

錯誤碼

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

變更歷史

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