SecurityInsightsIncidentOwnerType Estrutura
Definição
Importante
Algumas informações se referem a produtos de pré-lançamento que podem ser substancialmente modificados antes do lançamento. A Microsoft não oferece garantias, expressas ou implícitas, das informações aqui fornecidas.
O tipo do proprietário ao qual o incidente é atribuído.
public readonly struct SecurityInsightsIncidentOwnerType : IEquatable<Azure.ResourceManager.SecurityInsights.Models.SecurityInsightsIncidentOwnerType>
type SecurityInsightsIncidentOwnerType = struct
Public Structure SecurityInsightsIncidentOwnerType
Implements IEquatable(Of SecurityInsightsIncidentOwnerType)
- Herança
-
SecurityInsightsIncidentOwnerType
- Implementações
Construtores
SecurityInsightsIncidentOwnerType(String) |
Inicializa uma nova instância de SecurityInsightsIncidentOwnerType. |
Propriedades
Group |
O tipo de proprietário do incidente é um grupo do AAD. |
Unknown |
O tipo de proprietário do incidente é desconhecido. |
User |
O tipo de proprietário do incidente é um usuário do AAD. |
Métodos
Equals(SecurityInsightsIncidentOwnerType) |
Indica se o objeto atual é igual a outro objeto do mesmo tipo. |
ToString() |
Retorna o nome do tipo totalmente qualificado dessa instância. |
Operadores
Equality(SecurityInsightsIncidentOwnerType, SecurityInsightsIncidentOwnerType) |
Determina se dois SecurityInsightsIncidentOwnerType valores são os mesmos. |
Implicit(String to SecurityInsightsIncidentOwnerType) |
Converte uma cadeia de caracteres em um SecurityInsightsIncidentOwnerType. |
Inequality(SecurityInsightsIncidentOwnerType, SecurityInsightsIncidentOwnerType) |
Determina se dois SecurityInsightsIncidentOwnerType valores não são os mesmos. |
Aplica-se a
Azure SDK for .NET