Class DataverseProfile
Profile for connecting to a Dataverse source.
Implements
Inherited Members
Namespace: Google.Apis.Datastream.v1.Data
Assembly: Google.Apis.Datastream.v1.dll
Syntax
public class DataverseProfile : IDirectResponseSchema
Properties
ETag
The ETag of the item.
Declaration
public virtual string ETag { get; set; }
Property Value
| Type | Description |
|---|---|
| string |
EnvironmentUrl
Required. Environment URL of the Microsoft Dataverse instance. Example: .crm.dynamics.com
Declaration
[JsonProperty("environmentUrl")]
public virtual string EnvironmentUrl { get; set; }
Property Value
| Type | Description |
|---|---|
| string |
OauthClientCredentials
Required. Credentials for authenticating with the Dataverse API.
Declaration
[JsonProperty("oauthClientCredentials")]
public virtual OauthClientCredentials OauthClientCredentials { get; set; }
Property Value
| Type | Description |
|---|---|
| OauthClientCredentials |
TenantId
Required. Tenant id of the Microsoft Dataverse instance.
Declaration
[JsonProperty("tenantId")]
public virtual string TenantId { get; set; }
Property Value
| Type | Description |
|---|---|
| string |