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.
Implements
IMessage<AzureProperties>, IEquatable<AzureProperties>, IDeepCloneable<AzureProperties>, IBufferMessage, IMessageNamespace
Google.Cloud.BigQuery.Connection.V1Assembly
Google.Cloud.BigQuery.Connection.V1.dll
Constructors
AzureProperties()
public AzureProperties()
AzureProperties(AzureProperties)
public AzureProperties(AzureProperties other)
Parameter | |
---|---|
Name | Description |
other | AzureProperties |
Properties
Application
public string Application { get; set; }
Output only. The name of the Azure Active Directory Application.
Property Value | |
---|---|
Type | Description |
String |
ClientId
public string ClientId { get; set; }
Output only. The client id of the Azure Active Directory Application.
Property Value | |
---|---|
Type | Description |
String |
CustomerTenantId
public string CustomerTenantId { get; set; }
The id of customer's directory that host the data.
Property Value | |
---|---|
Type | Description |
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 | |
---|---|
Type | Description |
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 | |
---|---|
Type | Description |
String |
ObjectId
public string ObjectId { get; set; }
Output only. The object id of the Azure Active Directory Application.
Property Value | |
---|---|
Type | Description |
String |
RedirectUri
public string RedirectUri { get; set; }
The URL user will be redirected to after granting consent during connection setup.
Property Value | |
---|---|
Type | Description |
String |