SecurityThreat Struct

Definition

Threats impact of the assessment.

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

Constructors

SecurityThreat(String)

Initializes a new instance of SecurityThreat.

Properties

AccountBreach

accountBreach.

DataExfiltration

dataExfiltration.

DataSpillage

dataSpillage.

DenialOfService

denialOfService.

ElevationOfPrivilege

elevationOfPrivilege.

MaliciousInsider

maliciousInsider.

MissingCoverage

missingCoverage.

ThreatResistance

threatResistance.

Methods

Equals(SecurityThreat)

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

Determines if two SecurityThreat values are the same.

Implicit(String to SecurityThreat)

Converts a string to a SecurityThreat.

Inequality(SecurityThreat, SecurityThreat)

Determines if two SecurityThreat values are not the same.

Applies to