Class RestServiceAuthenticationType

java.lang.Object
com.azure.core.util.ExpandableStringEnum<RestServiceAuthenticationType>
com.azure.resourcemanager.datafactory.models.RestServiceAuthenticationType

public final class RestServiceAuthenticationType extends com.azure.core.util.ExpandableStringEnum<RestServiceAuthenticationType>
Type of authentication used to connect to the REST service.
  • Field Details

    • ANONYMOUS

      public static final RestServiceAuthenticationType ANONYMOUS
      Static value Anonymous for RestServiceAuthenticationType.
    • BASIC

      public static final RestServiceAuthenticationType BASIC
      Static value Basic for RestServiceAuthenticationType.
    • AAD_SERVICE_PRINCIPAL

      public static final RestServiceAuthenticationType AAD_SERVICE_PRINCIPAL
      Static value AadServicePrincipal for RestServiceAuthenticationType.
    • MANAGED_SERVICE_IDENTITY

      public static final RestServiceAuthenticationType MANAGED_SERVICE_IDENTITY
      Static value ManagedServiceIdentity for RestServiceAuthenticationType.
    • OAUTH2CLIENT_CREDENTIAL

      public static final RestServiceAuthenticationType OAUTH2CLIENT_CREDENTIAL
      Static value OAuth2ClientCredential for RestServiceAuthenticationType.
  • Constructor Details

    • RestServiceAuthenticationType

      public RestServiceAuthenticationType()
  • Method Details

    • fromString

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

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