Report - Get
取得 AppComplianceAutomation 報表及其屬性。
GET https://management.azure.com/providers/Microsoft.AppComplianceAutomation/reports/{reportName}?api-version=2022-11-16-preview
URI 參數
名稱 | 位於 | 必要 | 類型 | Description |
---|---|---|---|---|
report
|
path | True |
string |
報表名稱。 Regex 模式: |
api-version
|
query | True |
string |
用於此作業的 API 版本。 |
回應
名稱 | 類型 | Description |
---|---|---|
200 OK |
成功。 |
|
Other Status Codes |
錯誤回應。 |
安全性
azure_auth
Azure Active Directory OAuth2 Flow
類型:
oauth2
Flow:
implicit
授權 URL:
https://login.microsoftonline.com/common/oauth2/authorize
範圍
名稱 | Description |
---|---|
user_impersonation | 模擬您的用戶帳戶 |
範例
Report_Get
範例要求
範例回覆
{
"id": "/provider/Microsfot.AppComplianceAutomation/reports/testReportName",
"name": "testReportName",
"type": "Microsfot.AppComplianceAutomation/reports",
"properties": {
"id": "00000000-0000-0000-0000-000000000000",
"status": "Active",
"tenantId": "00000000-0000-0000-0000-000000000000",
"reportName": "testReportName",
"offerGuid": "00000000-0000-0000-0000-000000000000",
"timeZone": "GMT Standard Time",
"triggerTime": "2022-03-02T05:17:23.922Z",
"nextTriggerTime": "2022-03-02T05:17:23.922Z",
"lastTriggerTime": "2022-03-02T05:17:23.922Z",
"subscriptions": [
"00000000-0000-0000-0000-000000000000"
],
"resources": [
{
"resourceId": "/subscriptions/00000000-0000-0000-0000-000000000000/resourcegroups/myResourceGroup/providers/Microsoft.SignalRService/SignalR/mySignalRService",
"tags": {
"key1": "value1"
}
}
],
"complianceStatus": {
"m365": {
"passedCount": 0,
"failedCount": 0,
"manualCount": 0
}
},
"provisioningState": "Succeeded"
},
"systemData": {
"createdBy": "00000000-0000-0000-0000-000000000000",
"createdByType": "User",
"createdAt": "2021-05-14T22:34:55.4499903Z",
"lastModifiedBy": "00000000-0000-0000-0000-000000000000",
"lastModifiedByType": "User",
"lastModifiedAt": "2021-05-14T22:34:55.4499903Z"
}
}
定義
名稱 | Description |
---|---|
created |
建立資源的身分識別類型。 |
Error |
資源管理錯誤其他資訊。 |
Error |
錯誤詳細數據。 |
Error |
錯誤回應 |
Overview |
一份報告的合規性結果概觀。 |
provisioning |
Azure 生命週期管理 |
Report |
清單,其中包含一份報表的所有合規性結果。 |
Report |
報表的屬性。 |
Report |
類別代表 AppComplianceAutomation 報表資源。 |
Report |
報告狀態。 |
Resource |
單一資源識別碼的元數據。 |
system |
與建立和上次修改資源相關的元數據。 |
createdByType
建立資源的身分識別類型。
名稱 | 類型 | Description |
---|---|---|
Application |
string |
|
Key |
string |
|
ManagedIdentity |
string |
|
User |
string |
ErrorAdditionalInfo
資源管理錯誤其他資訊。
名稱 | 類型 | Description |
---|---|---|
info |
object |
其他資訊。 |
type |
string |
其他信息類型。 |
ErrorDetail
錯誤詳細數據。
名稱 | 類型 | Description |
---|---|---|
additionalInfo |
錯誤其他資訊。 |
|
code |
string |
錯誤碼。 |
details |
錯誤詳細資料。 |
|
message |
string |
錯誤訊息。 |
target |
string |
錯誤目標。 |
ErrorResponse
錯誤回應
名稱 | 類型 | Description |
---|---|---|
error |
錯誤物件。 |
OverviewStatus
一份報告的合規性結果概觀。
名稱 | 類型 | Description |
---|---|---|
failedCount |
integer |
所有失敗的完整自動化控制計數。 |
manualCount |
integer |
所有手動控件的計數。 |
passedCount |
integer |
所有傳遞的完整自動化控制項計數。 |
provisioningState
Azure 生命週期管理
名稱 | 類型 | Description |
---|---|---|
Canceled |
string |
|
Creating |
string |
|
Deleting |
string |
|
Failed |
string |
|
Succeeded |
string |
|
Updating |
string |
ReportComplianceStatus
清單,其中包含一份報表的所有合規性結果。
名稱 | 類型 | Description |
---|---|---|
m365 |
Microsoft 365 認證名稱。 |
ReportProperties
報表的屬性。
名稱 | 類型 | Description |
---|---|---|
complianceStatus |
報告合規性狀態。 |
|
id |
string |
資料庫中的報表標識碼。 |
lastTriggerTime |
string |
報告上次收集觸發程序時間。 |
nextTriggerTime |
string |
報告下一個集合觸發程序時間。 |
offerGuid |
string |
報表供應專案 Guid。 |
provisioningState |
Azure 生命週期管理 |
|
reportName |
string |
報表名稱。 |
resources |
資源數據的清單。 |
|
status |
報告狀態。 |
|
subscriptions |
string[] |
訂用帳戶標識碼的清單。 |
tenantId |
string |
報表的租用戶標識碼。 |
timeZone |
string |
報表集合觸發時間的時區,可以在 PowerShell 中執行 「Get-TimeZone -ListAvailable」 來取得可用的清單。 有效時區標識碼的範例是“Pacific Standard Time”。 |
triggerTime |
string |
報表集合觸發程序時間。 |
ReportResource
類別代表 AppComplianceAutomation 報表資源。
名稱 | 類型 | Description |
---|---|---|
id |
string |
資源的完整資源識別碼。 例如 - /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/{resourceProviderNamespace}/{resourceType}/{resourceName} |
name |
string |
資源的名稱 |
properties |
報表屬性。 |
|
systemData |
Azure Resource Manager 包含 createdBy 和 modifiedBy 資訊的中繼資料。 |
|
type |
string |
資源類型。 例如“Microsoft.Compute/virtualMachines” 或 “Microsoft.Storage/storageAccounts” |
ReportStatus
報告狀態。
名稱 | 類型 | Description |
---|---|---|
Active |
string |
|
Disabled |
string |
|
Failed |
string |
ResourceMetadata
單一資源識別碼的元數據。
名稱 | 類型 | Description |
---|---|---|
resourceId |
string |
資源標識符 - 例如 “/subscriptions/00000000-0000-0000-0000-0000000000000000/resourceGroups/rg1/providers/Microsoft.Compute/virtualMachines/vm1”。 |
resourceKind |
string |
資源種類。 |
resourceName |
string |
資源名稱。 |
resourceType |
string |
資源類型。 |
tags |
object |
資源的標籤。 |
systemData
與建立和上次修改資源相關的元數據。
名稱 | 類型 | Description |
---|---|---|
createdAt |
string |
資源建立的時間戳 (UTC) 。 |
createdBy |
string |
建立資源的身分識別。 |
createdByType |
建立資源的身分識別類型。 |
|
lastModifiedAt |
string |
上次修改的資源時間戳 (UTC) |
lastModifiedBy |
string |
上次修改資源的身分識別。 |
lastModifiedByType |
上次修改資源的身分識別類型。 |