Profiles - Get Profile
지정된 서비스 주체 프로필을 반환합니다.
지정된 프로필이 존재하고 서비스 주체 호출자에 속하는 경우 해당 프로필을 반환합니다.
제한 사항
서비스 주체만 호출할 수 있습니다.
GET https://api.powerbi.com/v1.0/myorg/profiles/{profileId}
URI 매개 변수
Name | In(다음 안에) | 필수 | 형식 | Description |
---|---|---|---|---|
profile
|
path | True |
string uuid |
서비스 주체 프로필 ID |
응답
Name | 형식 | Description |
---|---|---|
200 OK |
정상 |
예제
Get service principal profile
Sample Request
GET https://api.powerbi.com/v1.0/myorg/profiles/b2ded813-54b7-43f4-b072-ed4c1f9d5824
Sample Response
{
"id": "b2ded813-54b7-43f4-b072-ed4c1f9d5824",
"displayName": "My new profile"
}
정의
ServicePrincipalProfile
Power BI 서비스 보안 주체 프로필입니다. Power BI Embedded 다중 테넌트 솔루션에만 관련됩니다.
Name | 형식 | Description |
---|---|---|
displayName |
string |
서비스 주체 프로필 이름 |
id |
string |
서비스 주체 프로필 ID |