Profiles - Create Profile
建立新的服務主體設定檔。
建立屬於服務主體呼叫端的新設定檔。
限制
只能由服務主體呼叫。
POST https://api.powerbi.com/v1.0/myorg/profiles
要求本文
名稱 | 類型 | Description |
---|---|---|
displayName |
string |
服務主體設定檔名稱 |
回應
名稱 | 類型 | Description |
---|---|---|
200 OK |
確定 |
範例
Create a service principal profile
Sample Request
POST https://api.powerbi.com/v1.0/myorg/profiles
{
"displayName": "My new profile"
}
Sample Response
{
"id": "b2ded813-54b7-43f4-b072-ed4c1f9d5824",
"displayName": "My new 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 |
服務主體設定檔識別碼 |