Show / Hide Table of Contents

Class DataverseProfile

Profile for connecting to a Dataverse source.

Inheritance
object
DataverseProfile
Implements
IDirectResponseSchema
Inherited Members
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
object.ToString()
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

Implements

IDirectResponseSchema
In this article
Back to top Generated by DocFX