Class ResourceAuthorIdentityType

java.lang.Object
com.azure.core.util.ExpandableStringEnum<ResourceAuthorIdentityType>
com.azure.core.management.ResourceAuthorIdentityType

public final class ResourceAuthorIdentityType extends ExpandableStringEnum<ResourceAuthorIdentityType>
Defines values for identity type of resource author.
  • Field Details

    • USER

      public static final ResourceAuthorIdentityType USER
      Static value User for ResourceAuthorIdentityType, represents an AAD user.
    • APPLICATION

      public static final ResourceAuthorIdentityType APPLICATION
      Static value Application for ResourceAuthorIdentityType, represents an AAD application.
    • MANAGED_IDENTITY

      public static final ResourceAuthorIdentityType MANAGED_IDENTITY
      Static value ManagedIdentity for ResourceAuthorIdentityType, represents a Managed Identity.
    • KEY

      public static final ResourceAuthorIdentityType KEY
      Static value Key for ResourceAuthorIdentityType.
  • Constructor Details

    • ResourceAuthorIdentityType

      public ResourceAuthorIdentityType()
  • Method Details

    • fromString

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

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