Udostępnij za pośrednictwem


SecurityInsightsIncidentOwnerType Struct

Definition

The type of the owner the incident 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 incident owner type is an AAD group.

Unknown

The incident owner type is unknown.

User

The incident 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