IotAlertType Class
IoT alert type.
Variables are only populated by the server, and will be ignored when sending a request.
- Inheritance
-
azure.mgmt.security.models._models_py3.ResourceIotAlertType
Constructor
IotAlertType(**kwargs)
Variables
- id
- str
Resource Id.
- name
- str
Resource name.
- type
- str
Resource type.
- alert_display_name
- str
The display name of the alert.
- severity
- str or AlertSeverity
The severity of the alert. Possible values include: "Informational", "Low", "Medium", "High".
- description
- str
Description of the suspected vulnerability and meaning.
- provider_name
- str
The name of the alert provider or internal partner.
- product_name
- str
The name of the product which published this alert.
- product_component_name
- str
The name of a component inside the product which generated the alert.
- vendor_name
- str
The name of the vendor that raise the alert.
- intent
- str or AlertIntent
Kill chain related intent behind the alert. Could contain multiple enum values (separated by commas). Possible values include: "Unknown", "PreAttack", "InitialAccess", "Persistence", "PrivilegeEscalation", "DefenseEvasion", "CredentialAccess", "Discovery", "LateralMovement", "Execution", "Collection", "Exfiltration", "CommandAndControl", "Impact", "Probing", "Exploitation".
Feedback
Submit and view feedback for