Database Sql Vulnerability Assessments Settings - Get
データベースの SQL 脆弱性評価ポリシーを取得します。
GET https://management.azure.com/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Sql/servers/{serverName}/databases/{databaseName}/sqlVulnerabilityAssessments/default?api-version=2023-05-01-preview
URI パラメーター
名前 | / | 必須 | 型 | 説明 |
---|---|---|---|---|
database
|
path | True |
string |
データベースの名前。 |
resource
|
path | True |
string |
リソースが含まれているリソース グループの名前。 この値は、Azure リソース マネージャー API またはポータルから取得できます。 |
server
|
path | True |
string |
サーバーの名前。 |
subscription
|
path | True |
string |
Azure サブスクリプションを識別するサブスクリプション ID。 |
vulnerability
|
path | True |
SQL 脆弱性評価の名前。 |
|
api-version
|
query | True |
string |
要求で使用する API のバージョン。 |
応答
名前 | 型 | 説明 |
---|---|---|
200 OK |
データベースの SQL 脆弱性評価ポリシーが正常に取得されました。 |
|
Other Status Codes |
エラー応答: ***
|
例
Get SQL Vulnerability Assessment policy for database
要求のサンプル
GET https://management.azure.com/subscriptions/00000000-1111-2222-3333-444444444444/resourceGroups/vulnerabilityaseessmenttest-4799/providers/Microsoft.Sql/servers/vulnerabilityaseessmenttest-6440/databases/testdb/sqlVulnerabilityAssessments/default?api-version=2023-05-01-preview
応答のサンプル
{
"id": "/subscriptions/00000000-1111-2222-3333-444444444444/resourceGroups/vulnerabilityaseessmenttest-4799/providers/Microsoft.Sql/servers/vulnerabilityaseessmenttest-6440/databases/testdb/sqlVulnerabilityAssessments/default",
"name": "default",
"type": "Microsoft.Sql/servers/databases/sqlVulnerabilityAssessments",
"properties": {
"state": "Enabled"
}
}
定義
名前 | 説明 |
---|---|
created |
リソースを作成した ID の種類。 |
Sql |
SQL 脆弱性評価。 |
Sql |
SQL 脆弱性評価の名前。 |
Sql |
SQL 脆弱性評価が有効か無効か、または特定のデータベースまたはサーバーに状態がまだ適用されていないかどうかに関係なく、SQL 脆弱性評価の状態を指定します。 |
system |
リソースの作成と最後の変更に関連するメタデータ。 |
createdByType
リソースを作成した ID の種類。
名前 | 型 | 説明 |
---|---|---|
Application |
string |
|
Key |
string |
|
ManagedIdentity |
string |
|
User |
string |
SqlVulnerabilityAssessment
SQL 脆弱性評価。
名前 | 型 | 説明 |
---|---|---|
id |
string |
リソースの ID |
name |
string |
リソース名。 |
properties.state |
SQL 脆弱性評価が有効か無効か、または特定のデータベースまたはサーバーに状態がまだ適用されていないかどうかに関係なく、SQL 脆弱性評価の状態を指定します。 |
|
systemData |
SqlVulnerabilityAssessmentResource の SystemData。 |
|
type |
string |
リソースの種類。 |
SqlVulnerabilityAssessmentName
SQL 脆弱性評価の名前。
名前 | 型 | 説明 |
---|---|---|
default |
string |
SqlVulnerabilityAssessmentState
SQL 脆弱性評価が有効か無効か、または特定のデータベースまたはサーバーに状態がまだ適用されていないかどうかに関係なく、SQL 脆弱性評価の状態を指定します。
名前 | 型 | 説明 |
---|---|---|
Disabled |
string |
|
Enabled |
string |
systemData
リソースの作成と最後の変更に関連するメタデータ。
名前 | 型 | 説明 |
---|---|---|
createdAt |
string |
リソース作成のタイムスタンプ (UTC)。 |
createdBy |
string |
リソースを作成した ID。 |
createdByType |
リソースを作成した ID の種類。 |
|
lastModifiedAt |
string |
リソースの最終変更のタイムスタンプ (UTC) |
lastModifiedBy |
string |
リソースを最後に変更した ID。 |
lastModifiedByType |
リソースを最後に変更した ID の種類。 |