SecurityInsightsAlertRuleEntityMappingType 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 V3 type of the mapped entity.
public readonly struct SecurityInsightsAlertRuleEntityMappingType : IEquatable<Azure.ResourceManager.SecurityInsights.Models.SecurityInsightsAlertRuleEntityMappingType>
type SecurityInsightsAlertRuleEntityMappingType = struct
Public Structure SecurityInsightsAlertRuleEntityMappingType
Implements IEquatable(Of SecurityInsightsAlertRuleEntityMappingType)
- Inheritance
-
SecurityInsightsAlertRuleEntityMappingType
- Implements
Constructors
SecurityInsightsAlertRuleEntityMappingType(String) |
Initializes a new instance of SecurityInsightsAlertRuleEntityMappingType. |
Properties
Account |
User account entity type. |
AzureResource |
Azure resource entity type. |
CloudApplication |
Cloud app entity type. |
Dns |
DNS entity type. |
File |
System file entity type. |
FileHash |
File-hash entity type. |
Host |
Host entity type. |
IP |
IP address entity type. |
Mailbox |
Mailbox entity type. |
MailCluster |
Mail cluster entity type. |
MailMessage |
Mail message entity type. |
Malware |
Malware entity type. |
Process |
Process entity type. |
RegistryKey |
Registry key entity type. |
RegistryValue |
Registry value entity type. |
SecurityGroup |
Security group entity type. |
SubmissionMail |
Submission mail entity type. |
Uri |
URL entity type. |
Methods
Equals(SecurityInsightsAlertRuleEntityMappingType) |
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(SecurityInsightsAlertRuleEntityMappingType, SecurityInsightsAlertRuleEntityMappingType) |
Determines if two SecurityInsightsAlertRuleEntityMappingType values are the same. |
Implicit(String to SecurityInsightsAlertRuleEntityMappingType) |
Converts a string to a SecurityInsightsAlertRuleEntityMappingType. |
Inequality(SecurityInsightsAlertRuleEntityMappingType, SecurityInsightsAlertRuleEntityMappingType) |
Determines if two SecurityInsightsAlertRuleEntityMappingType values are not the same. |
Applies to
Azure SDK for .NET