AutomationRulePropertyConditionSupportedProperty Struct
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
The property to evaluate in an automation rule property condition.
public readonly struct AutomationRulePropertyConditionSupportedProperty : IEquatable<Azure.ResourceManager.SecurityInsights.Models.AutomationRulePropertyConditionSupportedProperty>
type AutomationRulePropertyConditionSupportedProperty = struct
Public Structure AutomationRulePropertyConditionSupportedProperty
Implements IEquatable(Of AutomationRulePropertyConditionSupportedProperty)
- Inheritance
-
AutomationRulePropertyConditionSupportedProperty
- Implements
Constructors
AutomationRulePropertyConditionSupportedProperty(String) |
Initializes a new instance of AutomationRulePropertyConditionSupportedProperty. |
Properties
AccountAadTenantId |
The account Azure Active Directory tenant id. |
AccountAadUserId |
The account Azure Active Directory user id. |
AccountName |
The account name. |
AccountNTDomain |
The account NetBIOS domain name. |
AccountObjectGuid |
The account unique identifier. |
AccountPuid |
The account Azure Active Directory Passport User ID. |
AccountSid |
The account security identifier. |
AccountUpnSuffix |
The account user principal name suffix. |
AlertAnalyticRuleIds |
The analytic rule ids of the alert. |
AlertProductNames |
The name of the product of the alert. |
AzureResourceResourceId |
The Azure resource id. |
AzureResourceSubscriptionId |
The Azure resource subscription id. |
CloudApplicationAppId |
The cloud application identifier. |
CloudApplicationAppName |
The cloud application name. |
DnsDomainName |
The dns record domain name. |
FileDirectory |
The file directory full path. |
FileHashValue |
The file hash value. |
FileName |
The file name without path. |
HostAzureId |
The host Azure resource id. |
HostName |
The host name without domain. |
HostNetBiosName |
The host NetBIOS name. |
HostNTDomain |
The host NT domain. |
HostOSVersion |
The host operating system. |
IncidentCustomDetailsKey |
The incident custom detail key. |
IncidentCustomDetailsValue |
The incident custom detail value. |
IncidentDescription |
The description of the incident. |
IncidentLabel |
The labels of the incident. |
IncidentProviderName |
The provider name of the incident. |
IncidentRelatedAnalyticRuleIds |
The related Analytic rule ids of the incident. |
IncidentSeverity |
The severity of the incident. |
IncidentStatus |
The status of the incident. |
IncidentTactics |
The tactics of the incident. |
IncidentTitle |
The title of the incident. |
IncidentUpdatedBySource |
The update source of the incident. |
IotDeviceId |
"The IoT device id. |
IotDeviceModel |
The IoT device model. |
IotDeviceName |
The IoT device name. |
IotDeviceOperatingSystem |
The IoT device operating system. |
IotDeviceType |
The IoT device type. |
IotDeviceVendor |
The IoT device vendor. |
IPAddress |
The IP address. |
MailboxDisplayName |
The mailbox display name. |
MailboxPrimaryAddress |
The mailbox primary address. |
MailboxUpn |
The mailbox user principal name. |
MailMessageDeliveryAction |
The mail message delivery action. |
MailMessageDeliveryLocation |
The mail message delivery location. |
MailMessageP1Sender |
The mail message P1 sender. |
MailMessageP2Sender |
The mail message P2 sender. |
MailMessageRecipient |
The mail message recipient. |
MailMessageSenderIP |
The mail message sender IP address. |
MailMessageSubject |
The mail message subject. |
MalwareCategory |
The malware category. |
MalwareName |
The malware name. |
ProcessCommandLine |
The process execution command line. |
ProcessId |
The process id. |
RegistryKey |
The registry key path. |
RegistryValueData |
The registry key value in string formatted representation. |
Uri |
The url. |
Methods
Equals(AutomationRulePropertyConditionSupportedProperty) |
Indicates whether the current object is equal to another object of the same type. |
ToString() |
Returns the fully qualified type name of this instance. |
Operators
Equality(AutomationRulePropertyConditionSupportedProperty, AutomationRulePropertyConditionSupportedProperty) |
Determines if two AutomationRulePropertyConditionSupportedProperty values are the same. |
Implicit(String to AutomationRulePropertyConditionSupportedProperty) |
Converts a string to a AutomationRulePropertyConditionSupportedProperty. |
Inequality(AutomationRulePropertyConditionSupportedProperty, AutomationRulePropertyConditionSupportedProperty) |
Determines if two AutomationRulePropertyConditionSupportedProperty values are not the same. |
Applies to
Azure SDK for .NET