SecurityInsightsIncidentOwnerType Structure
Définition
Important
Certaines informations portent sur la préversion du produit qui est susceptible d’être en grande partie modifiée avant sa publication. Microsoft exclut toute garantie, expresse ou implicite, concernant les informations fournies ici.
Type du propriétaire auquel l’incident est affecté.
public readonly struct SecurityInsightsIncidentOwnerType : IEquatable<Azure.ResourceManager.SecurityInsights.Models.SecurityInsightsIncidentOwnerType>
type SecurityInsightsIncidentOwnerType = struct
Public Structure SecurityInsightsIncidentOwnerType
Implements IEquatable(Of SecurityInsightsIncidentOwnerType)
- Héritage
-
SecurityInsightsIncidentOwnerType
- Implémente
Constructeurs
SecurityInsightsIncidentOwnerType(String) |
Initialise une nouvelle instance de SecurityInsightsIncidentOwnerType. |
Propriétés
Group |
Le type de propriétaire de l’incident est un groupe AAD. |
Unknown |
Le type de propriétaire de l’incident est inconnu. |
User |
Le type de propriétaire de l’incident est un utilisateur AAD. |
Méthodes
Equals(SecurityInsightsIncidentOwnerType) |
Indique si l'objet actuel est égal à un autre objet du même type. |
ToString() |
Retourne le nom de type qualifié complet de cette instance. |
Opérateurs
Equality(SecurityInsightsIncidentOwnerType, SecurityInsightsIncidentOwnerType) |
Détermine si deux SecurityInsightsIncidentOwnerType valeurs sont identiques. |
Implicit(String to SecurityInsightsIncidentOwnerType) |
Convertit une chaîne en SecurityInsightsIncidentOwnerType. |
Inequality(SecurityInsightsIncidentOwnerType, SecurityInsightsIncidentOwnerType) |
Détermine si deux SecurityInsightsIncidentOwnerType valeurs ne sont pas identiques. |
S’applique à
Azure SDK for .NET