Alerts - Update

アラートを更新します。

PATCH https://management.azure.com/{scope}/providers/Microsoft.Authorization/roleManagementAlerts/{alertId}?api-version=2022-08-01-preview

URI パラメーター

名前 / 必須 説明
alertId
path True

string

無視するアラートの名前。

scope
path True

string

アラートのスコープ。

api-version
query True

string

この操作に使用する API バージョン。

要求本文

名前 説明
properties.isActive

boolean

既定では False。アラートがアクティブな場合は true。

応答

名前 説明
204 No Content

NoContent - アラートが正常に更新されました。

Other Status Codes

CloudError

操作に失敗した理由を説明するエラー応答。

セキュリティ

azure_auth

Azure Active Directory OAuth2 フロー

型: oauth2
フロー: implicit
Authorization URL (承認 URL): https://login.microsoftonline.com/common/oauth2/authorize

スコープ

名前 説明
user_impersonation ユーザー アカウントの借用

DeactivateAlert

要求のサンプル

PATCH https://management.azure.com/subscriptions/afa2a084-766f-4003-8ae1-c4aeb893a99f/providers/Microsoft.Authorization/roleManagementAlerts/TooManyPermanentOwnersAssignedToResource?api-version=2022-08-01-preview

{
  "properties": {
    "isActive": false
  }
}

応答のサンプル

定義

名前 説明
Alert

アラート。

AlertConfiguration

アラートの構成。

AlertDefinition

アラートの定義

AlertIncident

アラート インシデント

CloudError

サービスからのエラー応答。

CloudErrorBody

サービスからのエラー応答。

SeverityLevel

アラートの重大度。

Alert

アラート。

名前 説明
id

string

アラート ID。

name

string

警告名を指定します。

properties.alertConfiguration

AlertConfiguration

アラートの構成。

properties.alertDefinition

AlertDefinition

警告の定義です。

properties.alertIncidents

AlertIncident[]

アラート インシデント。

properties.incidentCount

integer

アラートの生成されたインシデントの数。

properties.isActive

boolean

既定では False。アラートがアクティブな場合は true。

properties.lastModifiedDateTime

string

アラート構成が更新された日時、または新しいインシデントが生成された日時。

properties.lastScannedDateTime

string

アラートが最後にスキャンされた日時。

properties.scope

string

アラート スコープ。

type

string

アラートの種類。

AlertConfiguration

アラートの構成。

名前 説明
id

string

アラート構成 ID。

name

string

アラート構成名。

properties.alertConfigurationType

string

アラート構成の種類。

properties.alertDefinition

AlertDefinition

警告の定義です。

properties.alertDefinitionId

string

警告の定義の ID です。

properties.isEnabled

boolean

True を指定すると、アラートが有効になり、false を指定すると、特定のアラートのスキャンが無効になります。

properties.scope

string

アラート スコープ。

type

string

アラート構成の種類。

AlertDefinition

アラートの定義

名前 説明
id

string

警告の定義の ID です。

name

string

アラート定義名。

properties.description

string

アラートの説明。

properties.displayName

string

アラートの表示名。

properties.howToPrevent

string

アラートを防ぐ方法。

properties.isConfigurable

boolean

True の 場合は、アラートの構成を構成できます。false、それ以外の場合は 。

properties.isRemediatable

boolean

True の 場合は、アラートを修復できます。false、それ以外の場合は 。

properties.mitigationSteps

string

アラートを軽減する方法。

properties.scope

string

アラート スコープ。

properties.securityImpact

string

アラートのセキュリティへの影響。

properties.severityLevel

SeverityLevel

アラートの重大度。

type

string

アラート定義の種類。

AlertIncident

アラート インシデント

名前 説明
id

string

アラート インシデント ID。

name

string

アラート インシデント名。

properties.alertIncidentType

string

アラート インシデントの種類。

type

string

アラート インシデントの種類。

CloudError

サービスからのエラー応答。

名前 説明
error

CloudErrorBody

サービスからのエラー応答。

CloudErrorBody

サービスからのエラー応答。

名前 説明
code

string

エラーの識別子。 コードは不変であり、プログラムによって使用されることを意図しています。

message

string

ユーザー インターフェイスでの表示に適したエラーを説明するメッセージ。

SeverityLevel

アラートの重大度。

名前 説明
High

string

Low

string

Medium

string