Class AzureProperties
Container for connection properties specific to Azure.
Implements
Inherited Members
Namespace: Google.Apis.BigQueryConnectionService.v1.Data
Assembly: Google.Apis.BigQueryConnectionService.v1.dll
Syntax
public class AzureProperties : IDirectResponseSchema
Properties
Application
Output only. The name of the Azure Active Directory Application.
Declaration
[JsonProperty("application")]
public virtual string Application { get; set; }
Property Value
Type | Description |
---|---|
string |
ClientId
Output only. The client id of the Azure Active Directory Application.
Declaration
[JsonProperty("clientId")]
public virtual string ClientId { get; set; }
Property Value
Type | Description |
---|---|
string |
CustomerTenantId
The id of customer's directory that host the data.
Declaration
[JsonProperty("customerTenantId")]
public virtual string CustomerTenantId { get; set; }
Property Value
Type | Description |
---|---|
string |
ETag
The ETag of the item.
Declaration
public virtual string ETag { get; set; }
Property Value
Type | Description |
---|---|
string |
FederatedApplicationClientId
The client ID of the user's Azure Active Directory Application used for a federated connection.
Declaration
[JsonProperty("federatedApplicationClientId")]
public virtual string FederatedApplicationClientId { get; set; }
Property Value
Type | Description |
---|---|
string |
Identity
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.
Declaration
[JsonProperty("identity")]
public virtual string Identity { get; set; }
Property Value
Type | Description |
---|---|
string |
ObjectId
Output only. The object id of the Azure Active Directory Application.
Declaration
[JsonProperty("objectId")]
public virtual string ObjectId { get; set; }
Property Value
Type | Description |
---|---|
string |
RedirectUri
The URL user will be redirected to after granting consent during connection setup.
Declaration
[JsonProperty("redirectUri")]
public virtual string RedirectUri { get; set; }
Property Value
Type | Description |
---|---|
string |