Class GoogleCloudAiplatformV1beta1SharePointSourcesSharePointSource
An individual SharePointSource.
Implements
Inherited Members
Namespace: Google.Apis.Aiplatform.v1beta1.Data
Assembly: Google.Apis.Aiplatform.v1beta1.dll
Syntax
public class GoogleCloudAiplatformV1beta1SharePointSourcesSharePointSource : 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 GoogleCloudAiplatformV1beta1ApiAuthApiKeyConfig ClientSecret { get; set; }
Property Value
Type | Description |
---|---|
GoogleCloudAiplatformV1beta1ApiAuthApiKeyConfig |
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 |