java.lang.Object
com.azure.core.util.ExpandableStringEnum<OwnerType>
com.azure.resourcemanager.securityinsights.models.OwnerType

public final class OwnerType extends com.azure.core.util.ExpandableStringEnum<OwnerType>
The type of the owner the incident is assigned to.
  • Field Summary

    Fields
    Modifier and Type
    Field
    Description
    static final OwnerType
    Static value Group for OwnerType.
    static final OwnerType
    Static value Unknown for OwnerType.
    static final OwnerType
    Static value User for OwnerType.
  • Constructor Summary

    Constructors
    Constructor
    Description
     
  • Method Summary

    Modifier and Type
    Method
    Description
    static OwnerType
    Creates or finds a OwnerType from its string representation.
    Gets known OwnerType values.

    Methods inherited from class com.azure.core.util.ExpandableStringEnum

    equals, fromString, hashCode, toString, values

    Methods inherited from class java.lang.Object

    clone, finalize, getClass, notify, notifyAll, wait, wait, wait
  • Field Details

    • UNKNOWN

      public static final OwnerType UNKNOWN
      Static value Unknown for OwnerType.
    • USER

      public static final OwnerType USER
      Static value User for OwnerType.
    • GROUP

      public static final OwnerType GROUP
      Static value Group for OwnerType.
  • Constructor Details

    • OwnerType

      public OwnerType()
  • Method Details

    • fromString

      public static OwnerType fromString(String name)
      Creates or finds a OwnerType from its string representation.
      Parameters:
      name - a name to look for.
      Returns:
      the corresponding OwnerType.
    • values

      public static Collection<OwnerType> values()
      Gets known OwnerType values.
      Returns:
      known OwnerType values.