Class GoogleBigQueryAuthenticationType

java.lang.Object
com.azure.core.util.ExpandableStringEnum<GoogleBigQueryAuthenticationType>
com.azure.analytics.synapse.artifacts.models.GoogleBigQueryAuthenticationType

public final class GoogleBigQueryAuthenticationType extends com.azure.core.util.ExpandableStringEnum<GoogleBigQueryAuthenticationType>
The OAuth 2.0 authentication mechanism used for authentication. ServiceAuthentication can only be used on self-hosted IR.
  • Field Details

    • SERVICE_AUTHENTICATION

      public static final GoogleBigQueryAuthenticationType SERVICE_AUTHENTICATION
      Static value ServiceAuthentication for GoogleBigQueryAuthenticationType.
    • USER_AUTHENTICATION

      public static final GoogleBigQueryAuthenticationType USER_AUTHENTICATION
      Static value UserAuthentication for GoogleBigQueryAuthenticationType.
  • Constructor Details

    • GoogleBigQueryAuthenticationType

      public GoogleBigQueryAuthenticationType()
  • Method Details

    • fromString

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

      Gets known GoogleBigQueryAuthenticationType values.
      Returns:
      known GoogleBigQueryAuthenticationType values.