Settings - List
Instellingen over verschillende configuraties in Microsoft Defender voor Cloud
GET https://management.azure.com/subscriptions/{subscriptionId}/providers/Microsoft.Security/settings?api-version=2022-05-01
URI-parameters
Name | In | Vereist | Type | Description |
---|---|---|---|---|
subscription
|
path | True |
string pattern: ^[0-9A-Fa-f]{8}-([0-9A-Fa-f]{4}-){3}[0-9A-Fa-f]{12}$ |
Azure-abonnements-id |
api-version
|
query | True |
string |
API-versie voor de bewerking |
Antwoorden
Name | Type | Description |
---|---|---|
200 OK |
OK |
|
Other Status Codes |
Foutreactie waarin wordt beschreven waarom de bewerking is mislukt. |
Beveiliging
azure_auth
Azure Active Directory OAuth2-stroom
Type:
oauth2
Stroom:
implicit
Autorisatie-URL:
https://login.microsoftonline.com/common/oauth2/authorize
Bereiken
Name | Description |
---|---|
user_impersonation | Uw gebruikersaccount imiteren |
Voorbeelden
Get settings of subscription
Voorbeeldaanvraag
Voorbeeldrespons
{
"value": [
{
"id": "/subscriptions/20ff7fc3-e762-44dd-bd96-b71116dcdc23/providers/Microsoft.Security/settings/WDATP",
"name": "WDATP",
"kind": "DataExportSettings",
"type": "Microsoft.Security/settings",
"properties": {
"enabled": false
}
},
{
"id": "/subscriptions/20ff7fc3-e762-44dd-bd96-b71116dcdc23/providers/Microsoft.Security/settings/WDATP_EXCLUDE_LINUX_PUBLIC_PREVIEW",
"name": "WDATP_EXCLUDE_LINUX_PUBLIC_PREVIEW",
"kind": "DataExportSettings",
"type": "Microsoft.Security/settings",
"properties": {
"enabled": false
}
},
{
"id": "/subscriptions/20ff7fc3-e762-44dd-bd96-b71116dcdc23/providers/Microsoft.Security/settings/WDATP_UNIFIED_SOLUTION",
"name": "WDATP_UNIFIED_SOLUTION",
"kind": "DataExportSettings",
"type": "Microsoft.Security/settings",
"properties": {
"enabled": false
}
},
{
"id": "/subscriptions/20ff7fc3-e762-44dd-bd96-b71116dcdc23/providers/Microsoft.Security/settings/Sentinel",
"name": "Sentinel",
"kind": "AlertSyncSettings",
"type": "Microsoft.Security/settings",
"properties": {
"enabled": false
}
}
]
}
Definities
Name | Description |
---|---|
Alert |
Vertegenwoordigt een waarschuwingssynchronisatie-instelling |
Cloud |
Veelvoorkomende foutreactie voor alle Azure Resource Manager-API's om foutdetails te retourneren voor mislukte bewerkingen. (Dit volgt ook de OData-foutreactieindeling.) |
Cloud |
De foutdetails. |
Data |
Vertegenwoordigt een instelling voor het exporteren van gegevens |
Error |
Aanvullende informatie over de resourcebeheerfout. |
Settings |
Lijst met abonnementsinstellingen. |
AlertSyncSettings
Vertegenwoordigt een waarschuwingssynchronisatie-instelling
Name | Type | Description |
---|---|---|
id |
string |
Resource-id |
kind | string: |
het type instellingentekenreeks |
name |
string |
Resourcenaam |
properties.enabled |
boolean |
Is de instelling voor waarschuwingssynchronisatie ingeschakeld |
type |
string |
Resourcetype |
CloudError
Veelvoorkomende foutreactie voor alle Azure Resource Manager-API's om foutdetails te retourneren voor mislukte bewerkingen. (Dit volgt ook de OData-foutreactieindeling.)
Name | Type | Description |
---|---|---|
error.additionalInfo |
De fout bevat aanvullende informatie. |
|
error.code |
string |
De foutcode. |
error.details |
De foutdetails. |
|
error.message |
string |
Het foutbericht. |
error.target |
string |
Het foutdoel. |
CloudErrorBody
De foutdetails.
Name | Type | Description |
---|---|---|
additionalInfo |
De fout bevat aanvullende informatie. |
|
code |
string |
De foutcode. |
details |
De foutdetails. |
|
message |
string |
Het foutbericht. |
target |
string |
Het foutdoel. |
DataExportSettings
Vertegenwoordigt een instelling voor het exporteren van gegevens
Name | Type | Description |
---|---|---|
id |
string |
Resource-id |
kind | string: |
het type instellingentekenreeks |
name |
string |
Resourcenaam |
properties.enabled |
boolean |
Is de instelling voor gegevensexport ingeschakeld |
type |
string |
Resourcetype |
ErrorAdditionalInfo
Aanvullende informatie over de resourcebeheerfout.
Name | Type | Description |
---|---|---|
info |
object |
De aanvullende informatie. |
type |
string |
Het extra informatietype. |
SettingsList
Lijst met abonnementsinstellingen.
Name | Type | Description |
---|---|---|
nextLink |
string |
De URI voor het ophalen van de volgende pagina. |
value | Setting[]: |
De lijst met instellingen. |