SecurityInsightsIncidentOwnerType 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 type of the owner the hunt is assigned to.
public readonly struct SecurityInsightsIncidentOwnerType : IEquatable<Azure.ResourceManager.SecurityInsights.Models.SecurityInsightsIncidentOwnerType>
type SecurityInsightsIncidentOwnerType = struct
Public Structure SecurityInsightsIncidentOwnerType
Implements IEquatable(Of SecurityInsightsIncidentOwnerType)
- Inheritance
-
SecurityInsightsIncidentOwnerType
- Implements
Constructors
SecurityInsightsIncidentOwnerType(String) |
Initializes a new instance of SecurityInsightsIncidentOwnerType. |
Properties
Group |
The hunt owner type is an AAD group. |
Unknown |
The hunt owner type is unknown. |
User |
The hunt owner type is an AAD user. |
Methods
Equals(SecurityInsightsIncidentOwnerType) |
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(SecurityInsightsIncidentOwnerType, SecurityInsightsIncidentOwnerType) |
Determines if two SecurityInsightsIncidentOwnerType values are the same. |
Implicit(String to SecurityInsightsIncidentOwnerType) |
Converts a string to a SecurityInsightsIncidentOwnerType. |
Inequality(SecurityInsightsIncidentOwnerType, SecurityInsightsIncidentOwnerType) |
Determines if two SecurityInsightsIncidentOwnerType values are not the same. |
Applies to
Azure SDK for .NET