Aad Properties - Get
대상 지역 BCM 스탬프에서 AAD 속성을 가져옵니다.
GET https://management.azure.com/subscriptions/{subscriptionId}/providers/Microsoft.RecoveryServices/locations/{azureRegion}/backupAadProperties?api-version=2023-01-15
GET https://management.azure.com/subscriptions/{subscriptionId}/providers/Microsoft.RecoveryServices/locations/{azureRegion}/backupAadProperties?api-version=2023-01-15&$filter={$filter}
URI 매개 변수
Name | In(다음 안에) | 필수 | 형식 | Description |
---|---|---|---|---|
azure
|
path | True |
string |
API에 도달할 Azure 지역 |
subscription
|
path | True |
string |
구독 ID입니다. |
api-version
|
query | True |
string |
클라이언트 API 버전. |
$filter
|
query |
string |
OData 필터 옵션. |
응답
Name | 형식 | Description |
---|---|---|
200 OK |
정상 |
|
Other Status Codes |
작업이 실패한 이유를 설명하는 오류 응답입니다. |
보안
azure_auth
Azure Active Directory OAuth2 Flow
형식:
oauth2
Flow:
implicit
권한 부여 URL:
https://login.microsoftonline.com/common/oauth2/authorize
범위
Name | Description |
---|---|
user_impersonation | 사용자 계정을 가장합니다. |
예제
Get AAD Properties for authentication in the third region
샘플 요청
GET https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.RecoveryServices/locations/southeastasia/backupAadProperties?api-version=2023-01-15
샘플 응답
{
"id": "/subscriptions/00000000-0000-0000-0000-000000000000",
"properties": {
"tenantId": "33e01921-4d64-4f8c-a055-5bdaffd5e33d",
"audience": "https://RecoveryServices/IaasCoord/aadmgmt/ecy",
"servicePrincipalObjectId": "07e0a67b-cba3-4fcf-a58c-b670d5ced06d"
}
}
정의
Name | Description |
---|---|
AADProperties | |
AADProperties |
|
Error |
Error 개체. |
Error |
리소스 관리 오류 추가 정보입니다. |
New |
리소스 관리 오류 응답입니다. |
AADProperties
Name | 형식 | Description |
---|---|---|
audience |
string |
|
authority |
string |
|
servicePrincipalClientId |
string |
|
servicePrincipalObjectId |
string |
|
tenantId |
string |
AADPropertiesResource
Name | 형식 | Description |
---|---|---|
eTag |
string |
선택적 ETag입니다. |
id |
string |
리소스 ID는 리소스의 전체 경로를 나타냅니다. |
location |
string |
리소스 위치. |
name |
string |
리소스와 연결된 리소스 이름입니다. |
properties |
AADPropertiesResource 속성 |
|
tags |
object |
리소스 태그. |
type |
string |
리소스 종류는 네임스페이스/ResourceType/ResourceType/... 양식의 전체 경로를 나타냅니다. |
Error
Error 개체.
Name | 형식 | Description |
---|---|---|
additionalInfo |
오류 추가 정보입니다. |
|
code |
string |
오류 코드입니다. |
details |
오류 세부 정보입니다. |
|
message |
string |
오류 메시지입니다. |
target |
string |
오류 대상입니다. |
ErrorAdditionalInfo
리소스 관리 오류 추가 정보입니다.
Name | 형식 | Description |
---|---|---|
info |
object |
추가 정보입니다. |
type |
string |
추가 정보 유형입니다. |
NewErrorResponse
리소스 관리 오류 응답입니다.
Name | 형식 | Description |
---|---|---|
error |
Error 개체. |