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

GoogleBigQueryAuthenticationType(String)

Initializes a new instance of GoogleBigQueryAuthenticationType.

Properties

ServiceAuthentication

ServiceAuthentication.

UserAuthentication

UserAuthentication.

Methods

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

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