SecurityInsightsEntityType Struct

Definition

The type of the entity.

public readonly struct SecurityInsightsEntityType : IEquatable<Azure.ResourceManager.SecurityInsights.Models.SecurityInsightsEntityType>
type SecurityInsightsEntityType = struct
Public Structure SecurityInsightsEntityType
Implements IEquatable(Of SecurityInsightsEntityType)
Inheritance
SecurityInsightsEntityType
Implements

Constructors

SecurityInsightsEntityType(String)

Initializes a new instance of SecurityInsightsEntityType.

Properties

Account

Entity represents account in the system.

AzureResource

Entity represents azure resource in the system.

CloudApplication

Entity represents cloud application in the system.

Dns

Entity represents dns in the system.

File

Entity represents file in the system.

FileHash

Entity represents file hash in the system.

Host

Entity represents host in the system.

HuntingBookmark

Entity represents HuntingBookmark in the system.

IotDevice

Entity represents IoT device in the system.

IP

Entity represents ip in the system.

Mailbox

Entity represents mailbox in the system.

MailCluster

Entity represents mail cluster in the system.

MailMessage

Entity represents mail message in the system.

Malware

Entity represents malware in the system.

Nic

Entity represents network interface in the system.

Process

Entity represents process in the system.

RegistryKey

Entity represents registry key in the system.

RegistryValue

Entity represents registry value in the system.

SecurityAlert

Entity represents security alert in the system.

SecurityGroup

Entity represents security group in the system.

SubmissionMail

Entity represents submission mail in the system.

URL

Entity represents url in the system.

Methods

Equals(SecurityInsightsEntityType)

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(SecurityInsightsEntityType, SecurityInsightsEntityType)

Determines if two SecurityInsightsEntityType values are the same.

Implicit(String to SecurityInsightsEntityType)

Converts a string to a SecurityInsightsEntityType.

Inequality(SecurityInsightsEntityType, SecurityInsightsEntityType)

Determines if two SecurityInsightsEntityType values are not the same.

Applies to