Server Vulnerability Assessments Settings - Get
サブスクリプションに設定されている、要求された種類のサーバー脆弱性評価設定を取得する
GET https://management.azure.com/subscriptions/{subscriptionId}/providers/Microsoft.Security/serverVulnerabilityAssessmentsSettings/azureServersSetting?api-version=2023-05-01
URI パラメーター
名前 | / | 必須 | 型 | 説明 |
---|---|---|---|---|
setting
|
path | True |
サーバーの脆弱性評価設定の種類 |
|
subscription
|
path | True |
string uuid |
ターゲット サブスクリプションの ID。 値は UUID である必要があります。 |
api-version
|
query | True |
string |
この操作に使用する API バージョン。 |
応答
名前 | 型 | 説明 |
---|---|---|
200 OK | ServerVulnerabilityAssessmentsSetting: |
わかりました |
Other Status Codes |
操作が失敗した理由を説明するエラー応答 |
セキュリティ
azure_auth
Azure Active Directory OAuth2 フロー
型:
oauth2
フロー:
implicit
Authorization URL (承認 URL):
https://login.microsoftonline.com/common/oauth2/authorize
スコープ
名前 | 説明 |
---|---|
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"
}
}
定義
名前 | 説明 |
---|---|
Azure |
定義されたスコープ内の Azure サーバーでの脆弱性評価の設定。 |
created |
リソースを作成した ID の種類。 |
Error |
リソース管理エラーの追加情報。 |
Error |
エラーの詳細。 |
Error |
エラー応答 |
Server |
定義されたスコープ内の Azure サーバー上で選択された脆弱性評価プロバイダー。 |
Server |
サーバーの脆弱性評価設定の種類 |
Server |
サーバーの脆弱性評価設定の種類 |
system |
リソースの作成と最後の変更に関連するメタデータ。 |
AzureServersSetting
定義されたスコープ内の Azure サーバーでの脆弱性評価の設定。
名前 | 型 | 説明 |
---|---|---|
id |
string |
リソースの完全修飾リソース ID。 例: "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/{resourceProviderNamespace}/{resourceType}/{resourceName}" |
kind | string: |
サーバーの脆弱性評価設定の種類。 |
name |
string |
リソースの名前 |
properties.selectedProvider |
定義されたスコープ内の Azure サーバー上で選択された脆弱性評価プロバイダー。 |
|
systemData |
createdBy と modifiedBy 情報を含む Azure Resource Manager メタデータ。 |
|
type |
string |
リソースの種類。 例: "Microsoft.Compute/virtualMachines" または "Microsoft.Storage/storageAccounts" |
createdByType
リソースを作成した ID の種類。
名前 | 型 | 説明 |
---|---|---|
Application |
string |
|
Key |
string |
|
ManagedIdentity |
string |
|
User |
string |
ErrorAdditionalInfo
リソース管理エラーの追加情報。
名前 | 型 | 説明 |
---|---|---|
info |
object |
追加情報。 |
type |
string |
追加情報の種類。 |
ErrorDetail
エラーの詳細。
名前 | 型 | 説明 |
---|---|---|
additionalInfo |
エラーの追加情報。 |
|
code |
string |
エラー コード。 |
details |
エラーの詳細。 |
|
message |
string |
エラー メッセージ。 |
target |
string |
エラーターゲット。 |
ErrorResponse
エラー応答
名前 | 型 | 説明 |
---|---|---|
error |
エラー オブジェクト。 |
ServerVulnerabilityAssessmentsAzureSettingSelectedProvider
定義されたスコープ内の Azure サーバー上で選択された脆弱性評価プロバイダー。
名前 | 型 | 説明 |
---|---|---|
MdeTvm |
string |
Microsoft Defender for Endpoints の脅威と脆弱性の管理。 |
ServerVulnerabilityAssessmentsSettingKind
サーバーの脆弱性評価設定の種類
名前 | 型 | 説明 |
---|---|---|
AzureServersSetting |
string |
ServerVulnerabilityAssessmentsSettingKindName
サーバーの脆弱性評価設定の種類
名前 | 型 | 説明 |
---|---|---|
azureServersSetting |
string |
systemData
リソースの作成と最後の変更に関連するメタデータ。
名前 | 型 | 説明 |
---|---|---|
createdAt |
string |
リソース作成のタイムスタンプ (UTC)。 |
createdBy |
string |
リソースを作成した ID。 |
createdByType |
リソースを作成した ID の種類。 |
|
lastModifiedAt |
string |
リソースの最終変更のタイムスタンプ (UTC) |
lastModifiedBy |
string |
リソースを最後に変更した ID。 |
lastModifiedByType |
リソースを最後に変更した ID の種類。 |