Class GoogleAdWordsAuthenticationType

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

public final class GoogleAdWordsAuthenticationType extends com.azure.core.util.ExpandableStringEnum<GoogleAdWordsAuthenticationType>
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 GoogleAdWordsAuthenticationType SERVICE_AUTHENTICATION
      Static value ServiceAuthentication for GoogleAdWordsAuthenticationType.
    • USER_AUTHENTICATION

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

    • GoogleAdWordsAuthenticationType

      public GoogleAdWordsAuthenticationType()
  • Method Details

    • fromString

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

      Gets known GoogleAdWordsAuthenticationType values.
      Returns:
      known GoogleAdWordsAuthenticationType values.