Share via


GoogleBigQueryAuthenticationType Struct

Definition

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

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

Constructors

Name Description
GoogleBigQueryAuthenticationType(String)

Initializes a new instance of GoogleBigQueryAuthenticationType.

Properties

Name Description
ServiceAuthentication

ServiceAuthentication.

UserAuthentication

UserAuthentication.

Methods

Name Description
Equals(GoogleBigQueryAuthenticationType)

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

Name Description
Equality(GoogleBigQueryAuthenticationType, GoogleBigQueryAuthenticationType)

Determines if two GoogleBigQueryAuthenticationType values are the same.

Implicit(String to GoogleBigQueryAuthenticationType)

Converts a String to a GoogleBigQueryAuthenticationType.

Inequality(GoogleBigQueryAuthenticationType, GoogleBigQueryAuthenticationType)

Determines if two GoogleBigQueryAuthenticationType values are not the same.

Applies to