GoogleAdWordsAuthenticationType Struct

Definition

The OAuth 2.0 authentication mechanism used for authentication. ServiceAuthentication can only be used on self-hosted IR.

public readonly struct GoogleAdWordsAuthenticationType : IEquatable<Azure.Analytics.Synapse.Artifacts.Models.GoogleAdWordsAuthenticationType>
type GoogleAdWordsAuthenticationType = struct
Public Structure GoogleAdWordsAuthenticationType
Implements IEquatable(Of GoogleAdWordsAuthenticationType)
Inheritance
GoogleAdWordsAuthenticationType
Implements

Constructors

GoogleAdWordsAuthenticationType(String)

Initializes a new instance of GoogleAdWordsAuthenticationType.

Properties

ServiceAuthentication

ServiceAuthentication.

UserAuthentication

UserAuthentication.

Methods

Equals(GoogleAdWordsAuthenticationType)

Indicates whether the current object is equal to another object of the same type.

ToString()

Returns the fully qualified type name of this instance.

Operators

Equality(GoogleAdWordsAuthenticationType, GoogleAdWordsAuthenticationType)

Determines if two GoogleAdWordsAuthenticationType values are the same.

Implicit(String to GoogleAdWordsAuthenticationType)

Converts a string to a GoogleAdWordsAuthenticationType.

Inequality(GoogleAdWordsAuthenticationType, GoogleAdWordsAuthenticationType)

Determines if two GoogleAdWordsAuthenticationType values are not the same.

Applies to