BigQuery Connection v1 API - Class AzureProperties (2.8.0)

public sealed class AzureProperties : IMessage<AzureProperties>, IEquatable<AzureProperties>, IDeepCloneable<AzureProperties>, IBufferMessage, IMessage

Reference documentation and code samples for the BigQuery Connection v1 API class AzureProperties.

Container for connection properties specific to Azure.

Inheritance

object > AzureProperties

Namespace

Google.Cloud.BigQuery.Connection.V1

Assembly

Google.Cloud.BigQuery.Connection.V1.dll

Constructors

AzureProperties()

public AzureProperties()

AzureProperties(AzureProperties)

public AzureProperties(AzureProperties other)
Parameter
NameDescription
otherAzureProperties

Properties

Application

public string Application { get; set; }

Output only. The name of the Azure Active Directory Application.

Property Value
TypeDescription
string

ClientId

public string ClientId { get; set; }

Output only. The client id of the Azure Active Directory Application.

Property Value
TypeDescription
string

CustomerTenantId

public string CustomerTenantId { get; set; }

The id of customer's directory that host the data.

Property Value
TypeDescription
string

FederatedApplicationClientId

public string FederatedApplicationClientId { get; set; }

The client ID of the user's Azure Active Directory Application used for a federated connection.

Property Value
TypeDescription
string

Identity

public string Identity { get; set; }

Output only. A unique Google-owned and Google-generated identity for the Connection. This identity will be used to access the user's Azure Active Directory Application.

Property Value
TypeDescription
string

ObjectId

public string ObjectId { get; set; }

Output only. The object id of the Azure Active Directory Application.

Property Value
TypeDescription
string

RedirectUri

public string RedirectUri { get; set; }

The URL user will be redirected to after granting consent during connection setup.

Property Value
TypeDescription
string