Profiles - Update Profile
지정된 서비스 주체 프로필 이름을 업데이트.
지정된 프로필 이름이 있고 서비스 주체 호출자에 속하는 경우 업데이트.
제한 사항
서비스 주체에서만 호출할 수 있습니다.
PUT https://api.powerbi.com/v1.0/myorg/profiles/{profileId}
URI 매개 변수
Name | In(다음 안에) | 필수 | 형식 | Description |
---|---|---|---|---|
profile
|
path | True |
string uuid |
서비스 주체 프로필 ID |
요청 본문
Name | 형식 | Description |
---|---|---|
displayName |
string |
서비스 주체 프로필 이름 |
응답
Name | 형식 | 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"
}
정의
Name | Description |
---|---|
Create |
Power BI 서비스 보안 주체 프로필 만들기 또는 업데이트 요청 |
Service |
Power BI 서비스 보안 주체 프로필입니다. Power BI Embedded 다중 테넌트 솔루션과만 관련이 있습니다. |
CreateOrUpdateProfileRequest
Power BI 서비스 보안 주체 프로필 만들기 또는 업데이트 요청
Name | 형식 | Description |
---|---|---|
displayName |
string |
서비스 주체 프로필 이름 |
ServicePrincipalProfile
Power BI 서비스 보안 주체 프로필입니다. Power BI Embedded 다중 테넌트 솔루션과만 관련이 있습니다.
Name | 형식 | Description |
---|---|---|
displayName |
string |
서비스 주체 프로필 이름 |
id |
string |
서비스 주체 프로필 ID |