Profiles - Update Profile
更新指定的服務主體設定檔名稱。
如果指定的設定檔名稱存在且屬於服務主體呼叫者,更新指定設定檔名稱。
限制
只能由服務主體呼叫。
PUT https://api.powerbi.com/v1.0/myorg/profiles/{profileId}
URI 參數
名稱 | 位於 | 必要 | 類型 | Description |
---|---|---|---|---|
profile
|
path | True |
string uuid |
服務主體設定檔識別碼 |
要求本文
名稱 | 類型 | Description |
---|---|---|
displayName |
string |
服務主體設定檔名稱 |
回應
名稱 | 類型 | Description |
---|---|---|
200 OK |
確定 |
範例
Updates a service principal profile
Sample Request
PUT https://api.powerbi.com/v1.0/myorg/profiles/b3ded933-57b7-21f4-b072-ed4c1f9d5824
{
"displayName": "My updated profile"
}
Sample Response
{
"id": "b3ded933-57b7-21f4-b072-ed4c1f9d5824",
"displayName": "My updated profile"
}
定義
名稱 | Description |
---|---|
Create |
Power BI 服務主體設定檔建立或更新要求 |
Service |
Power BI 服務主體設定檔。 僅適用于Power BI Embedded多租使用者解決方案。 |
CreateOrUpdateProfileRequest
Power BI 服務主體設定檔建立或更新要求
名稱 | 類型 | Description |
---|---|---|
displayName |
string |
服務主體設定檔名稱 |
ServicePrincipalProfile
Power BI 服務主體設定檔。 僅適用于Power BI Embedded多租使用者解決方案。
名稱 | 類型 | Description |
---|---|---|
displayName |
string |
服務主體設定檔名稱 |
id |
string |
服務主體設定檔識別碼 |