Show / Hide Table of Contents

Class GoogleCloudAiplatformV1SharePointSourcesSharePointSource

An individual SharePointSource.

Inheritance
object
GoogleCloudAiplatformV1SharePointSourcesSharePointSource
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.Aiplatform.v1.Data
Assembly: Google.Apis.Aiplatform.v1.dll
Syntax
public class GoogleCloudAiplatformV1SharePointSourcesSharePointSource : IDirectResponseSchema

Properties

ClientId

The Application ID for the app registered in Microsoft Azure Portal. The application must also be configured with MS Graph permissions "Files.ReadAll", "Sites.ReadAll" and BrowserSiteLists.Read.All.

Declaration
[JsonProperty("clientId")]
public virtual string ClientId { get; set; }
Property Value
Type Description
string

ClientSecret

The application secret for the app registered in Azure.

Declaration
[JsonProperty("clientSecret")]
public virtual GoogleCloudAiplatformV1ApiAuthApiKeyConfig ClientSecret { get; set; }
Property Value
Type Description
GoogleCloudAiplatformV1ApiAuthApiKeyConfig

DriveId

The ID of the drive to download from.

Declaration
[JsonProperty("driveId")]
public virtual string DriveId { get; set; }
Property Value
Type Description
string

DriveName

The name of the drive to download from.

Declaration
[JsonProperty("driveName")]
public virtual string DriveName { 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

FileId

Output only. The SharePoint file id. Output only.

Declaration
[JsonProperty("fileId")]
public virtual string FileId { get; set; }
Property Value
Type Description
string

SharepointFolderId

The ID of the SharePoint folder to download from.

Declaration
[JsonProperty("sharepointFolderId")]
public virtual string SharepointFolderId { get; set; }
Property Value
Type Description
string

SharepointFolderPath

The path of the SharePoint folder to download from.

Declaration
[JsonProperty("sharepointFolderPath")]
public virtual string SharepointFolderPath { get; set; }
Property Value
Type Description
string

SharepointSiteName

The name of the SharePoint site to download from. This can be the site name or the site id.

Declaration
[JsonProperty("sharepointSiteName")]
public virtual string SharepointSiteName { get; set; }
Property Value
Type Description
string

TenantId

Unique identifier of the Azure Active Directory 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