共用方式為


Server Vulnerability Assessments Settings - Get

取得所要求種類的伺服器弱點評估設定,該設定是在訂用帳戶上設定

GET https://management.azure.com/subscriptions/{subscriptionId}/providers/Microsoft.Security/serverVulnerabilityAssessmentsSettings/azureServersSetting?api-version=2023-05-01

URI 參數

名稱 位於 必要 類型 Description
settingKind
path True

ServerVulnerabilityAssessmentsSettingKindName

伺服器弱點評估設定的類型

subscriptionId
path True

string

uuid

目標訂用帳戶的標識碼。 此值必須是 UUID。

api-version
query True

string

要用於這項作業的 API 版本。

回應

名稱 類型 Description
200 OK ServerVulnerabilityAssessmentsSetting:

AzureServersSetting

還行

Other Status Codes

ErrorResponse

描述作業失敗原因的錯誤回應

安全性

azure_auth

Azure Active Directory OAuth2 Flow

類型: oauth2
Flow: implicit
授權 URL: https://login.microsoftonline.com/common/oauth2/authorize

範圍

名稱 Description
user_impersonation 模擬您的用戶帳戶

範例

Get the server vulnerability assessments setting of the kind settingKind that is set on the subscription

範例要求

GET https://management.azure.com/subscriptions/20ff7fc3-e762-44dd-bd96-b71116dcdc23/providers/Microsoft.Security/serverVulnerabilityAssessmentsSettings/azureServersSetting?api-version=2023-05-01

範例回覆

{
  "id": "subscriptions/20ff7fc3-e762-44dd-bd96-b71116dcdc23/providers/Microsoft.Security/serverVulnerabilityAssessmentsSettings/azureServersSetting",
  "name": "azureServersSetting",
  "type": "Microsoft.Security/serverVulnerabilityAssessmentsSettings",
  "kind": "AzureServersSetting",
  "properties": {
    "selectedProvider": "MdeTvm"
  },
  "systemData": {
    "createdBy": "user@contoso.com",
    "createdByType": "User",
    "createdAt": "2023-05-12T13:47:50.328Z",
    "lastModifiedBy": "user@contoso.com",
    "lastModifiedByType": "User",
    "lastModifiedAt": "2023-05-12T13:47:50.328Z"
  }
}

定義

名稱 Description
AzureServersSetting

定義範圍中 Azure 伺服器上的弱點評估設定。

createdByType

建立資源的身分識別類型。

ErrorAdditionalInfo

資源管理錯誤其他資訊。

ErrorDetail

錯誤詳細數據。

ErrorResponse

錯誤回應

ServerVulnerabilityAssessmentsAzureSettingSelectedProvider

所定義範圍中 Azure 伺服器上選取的弱點評估提供者。

ServerVulnerabilityAssessmentsSettingKind

伺服器弱點評估設定的類型

ServerVulnerabilityAssessmentsSettingKindName

伺服器弱點評估設定的類型

systemData

與建立和上次修改資源相關的元數據。

AzureServersSetting

定義範圍中 Azure 伺服器上的弱點評估設定。

名稱 類型 Description
id

string

資源的完整資源標識碼。 例如 “/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/{resourceProviderNamespace}/{resourceType}/{resourceName}”

kind string:

AzureServersSetting

伺服器弱點評估設定的類型。

name

string

資源的名稱

properties.selectedProvider

ServerVulnerabilityAssessmentsAzureSettingSelectedProvider

所定義範圍中 Azure 伺服器上選取的弱點評估提供者。

systemData

systemData

包含 createdBy 和 modifiedBy 資訊的 Azure Resource Manager 元數據。

type

string

資源的型別。 例如“Microsoft.Compute/virtualMachines” 或 “Microsoft.Storage/storageAccounts”

createdByType

建立資源的身分識別類型。

名稱 類型 Description
Application

string

Key

string

ManagedIdentity

string

User

string

ErrorAdditionalInfo

資源管理錯誤其他資訊。

名稱 類型 Description
info

object

其他資訊。

type

string

其他信息類型。

ErrorDetail

錯誤詳細數據。

名稱 類型 Description
additionalInfo

ErrorAdditionalInfo[]

錯誤其他資訊。

code

string

錯誤碼。

details

ErrorDetail[]

錯誤詳細數據。

message

string

錯誤訊息。

target

string

錯誤目標。

ErrorResponse

錯誤回應

名稱 類型 Description
error

ErrorDetail

error 物件。

ServerVulnerabilityAssessmentsAzureSettingSelectedProvider

所定義範圍中 Azure 伺服器上選取的弱點評估提供者。

名稱 類型 Description
MdeTvm

string

Microsoft適用於端點的 Defender 威脅和弱點管理。

ServerVulnerabilityAssessmentsSettingKind

伺服器弱點評估設定的類型

名稱 類型 Description
AzureServersSetting

string

ServerVulnerabilityAssessmentsSettingKindName

伺服器弱點評估設定的類型

名稱 類型 Description
azureServersSetting

string

systemData

與建立和上次修改資源相關的元數據。

名稱 類型 Description
createdAt

string

資源建立的時間戳(UTC)。

createdBy

string

建立資源的身分識別。

createdByType

createdByType

建立資源的身分識別類型。

lastModifiedAt

string

上次修改的資源時間戳 (UTC)

lastModifiedBy

string

上次修改資源的身分識別。

lastModifiedByType

createdByType

上次修改資源的身分識別類型。