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

UpdateUser - 修改RAM用戶信息

更新時(shí)間:

調(diào)用UpdateUser修改RAM用戶信息。

調(diào)試

您可以在OpenAPI Explorer中直接運(yùn)行該接口,免去您計(jì)算簽名的困擾。運(yùn)行成功后,OpenAPI Explorer可以自動(dòng)生成SDK代碼示例。

授權(quán)信息

下表是API對(duì)應(yīng)的授權(quán)信息,可以在RAM權(quán)限策略語句的Action元素中使用,用來給RAM用戶或RAM角色授予調(diào)用此API的權(quán)限。具體說明如下:

  • 操作:是指具體的權(quán)限點(diǎn)。
  • 訪問級(jí)別:是指每個(gè)操作的訪問級(jí)別,取值為寫入(Write)、讀取(Read)或列出(List)。
  • 資源類型:是指操作中支持授權(quán)的資源類型。具體說明如下:
    • 對(duì)于必選的資源類型,用背景高亮的方式表示。
    • 對(duì)于不支持資源級(jí)授權(quán)的操作,用全部資源表示。
  • 條件關(guān)鍵字:是指云產(chǎn)品自身定義的條件關(guān)鍵字。
  • 關(guān)聯(lián)操作:是指成功執(zhí)行操作所需要的其他權(quán)限。操作者必須同時(shí)具備關(guān)聯(lián)操作的權(quán)限,操作才能成功。
操作訪問級(jí)別資源類型條件關(guān)鍵字關(guān)聯(lián)操作
ram:UpdateUserupdate
*User
acs:ram::{#accountId}:user/{#UserName}

請求參數(shù)

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

指定的 RAM 用戶登錄名稱。

說明 UserPrincipalNameUserId參數(shù),必須指定一個(gè),但不能同時(shí)指定。
test@example.onaliyun.com
UserIdstring

指定的 RAM 用戶 ID。

說明 UserPrincipalNameUserId參數(shù),必須指定一個(gè),但不能同時(shí)指定。
20732900249392****
NewUserPrincipalNamestring

RAM 用戶的新登錄名稱。

格式為<username>@<AccountAlias>.onaliyun.com,其中<username>為 RAM 用戶名稱,<AccountAlias>.onaliyun.com為默認(rèn)域名。

UserPrincipalName長度為1~128個(gè)字符,可包含英文字母、數(shù)字、半角句號(hào)(.)、短劃線(-)和下劃線(_)。其中<username>的長度為1~64個(gè)字符。

new@example.onaliyun.com
NewDisplayNamestring

RAM 用戶的新顯示名稱。

長度為 1~24 個(gè)字符。

new
NewMobilePhonestring

RAM 用戶的新手機(jī)號(hào)碼。

格式:國際區(qū)號(hào)-號(hào)碼。

說明 該參數(shù)僅適用于中國站。
86-1868888****
NewEmailstring

RAM 用戶的新電子郵箱。

說明 該參數(shù)僅適用于中國站。
alice@example.com
NewCommentsstring

新備注。

長度為 1~128 個(gè)字符。

This is a cloud computing engineer.

返回參數(shù)

名稱類型描述示例值
object

返回參數(shù)。

Userobject

RAM 用戶信息。

DisplayNamestring

RAM 用戶的顯示名稱。

new
UserPrincipalNamestring

RAM 用戶的登錄名稱。

new@example.onaliyun.com
Emailstring

RAM 用戶的電子郵箱。

說明 該參數(shù)僅適用于中國站。
alice@example.com
UpdateDatestring

RAM 用戶的更新時(shí)間。

2020-10-13T09:19:49Z
MobilePhonestring

RAM 用戶的手機(jī)號(hào)碼。

說明 該參數(shù)僅適用于中國站。
86-1868888****
UserIdstring

RAM 用戶 ID。

20732900249392****
Commentsstring

備注。

This is a cloud computing engineer.
LastLoginDatestring

RAM 用戶最近一次登錄控制臺(tái)的時(shí)間。

2020-10-12T09:12:00Z
CreateDatestring

RAM 用戶的創(chuàng)建時(shí)間。

2020-10-12T09:12:00Z
ProvisionTypestring

同步類型。取值:

  • Manual:在 RAM 中手動(dòng)創(chuàng)建的 RAM 用戶。
  • SCIM:通過 SCIM 協(xié)議同步創(chuàng)建的 RAM 用戶。
  • CloudSSO:通過云 SSO 同步創(chuàng)建的用戶。
Manual
RequestIdstring

請求 ID。

1B56DD42-6962-4F89-A19C-079EED1F0FE3

示例

正常返回示例

JSON格式

{
  "User": {
    "DisplayName": "new",
    "UserPrincipalName": "new@example.onaliyun.com",
    "Email": "alice@example.com",
    "UpdateDate": "2020-10-13T09:19:49Z",
    "MobilePhone": "86-1868888****",
    "UserId": "20732900249392****",
    "Comments": "This is a cloud computing engineer.",
    "LastLoginDate": "2020-10-12T09:12:00Z",
    "CreateDate": "2020-10-12T09:12:00Z",
    "ProvisionType": "Manual"
  },
  "RequestId": "1B56DD42-6962-4F89-A19C-079EED1F0FE3"
}

錯(cuò)誤碼

訪問錯(cuò)誤中心查看更多錯(cuò)誤碼。

變更歷史

變更時(shí)間變更內(nèi)容概要操作
2024-08-14OpenAPI 描述信息更新查看變更詳情