public sealed class SharePointSources.Types.SharePointSource : IMessage<SharePointSources.Types.SharePointSource>, IEquatable<SharePointSources.Types.SharePointSource>, IDeepCloneable<SharePointSources.Types.SharePointSource>, IBufferMessage, IMessage
Reference documentation and code samples for the Cloud AI Platform v1beta1 API class SharePointSources.Types.SharePointSource.
An individual SharePointSource.
Implements
IMessageSharePointSourcesTypesSharePointSource, IEquatableSharePointSourcesTypesSharePointSource, IDeepCloneableSharePointSourcesTypesSharePointSource, IBufferMessage, IMessageNamespace
Google.Cloud.AIPlatform.V1Beta1Assembly
Google.Cloud.AIPlatform.V1Beta1.dll
Constructors
SharePointSource()
public SharePointSource()
SharePointSource(SharePointSource)
public SharePointSource(SharePointSources.Types.SharePointSource other)
Parameter | |
---|---|
Name | Description |
other |
SharePointSourcesTypesSharePointSource |
Properties
ClientId
public string ClientId { get; set; }
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.
Property Value | |
---|---|
Type | Description |
string |
ClientSecret
public ApiAuth.Types.ApiKeyConfig ClientSecret { get; set; }
The application secret for the app registered in Azure.
Property Value | |
---|---|
Type | Description |
ApiAuthTypesApiKeyConfig |
DriveId
public string DriveId { get; set; }
The ID of the drive to download from.
Property Value | |
---|---|
Type | Description |
string |
DriveName
public string DriveName { get; set; }
The name of the drive to download from.
Property Value | |
---|---|
Type | Description |
string |
DriveSourceCase
public SharePointSources.Types.SharePointSource.DriveSourceOneofCase DriveSourceCase { get; }
Property Value | |
---|---|
Type | Description |
SharePointSourcesTypesSharePointSourceDriveSourceOneofCase |
FileId
public string FileId { get; set; }
Output only. The SharePoint file id. Output only.
Property Value | |
---|---|
Type | Description |
string |
FolderSourceCase
public SharePointSources.Types.SharePointSource.FolderSourceOneofCase FolderSourceCase { get; }
Property Value | |
---|---|
Type | Description |
SharePointSourcesTypesSharePointSourceFolderSourceOneofCase |
HasDriveId
public bool HasDriveId { get; }
Gets whether the "drive_id" field is set
Property Value | |
---|---|
Type | Description |
bool |
HasDriveName
public bool HasDriveName { get; }
Gets whether the "drive_name" field is set
Property Value | |
---|---|
Type | Description |
bool |
HasSharepointFolderId
public bool HasSharepointFolderId { get; }
Gets whether the "sharepoint_folder_id" field is set
Property Value | |
---|---|
Type | Description |
bool |
HasSharepointFolderPath
public bool HasSharepointFolderPath { get; }
Gets whether the "sharepoint_folder_path" field is set
Property Value | |
---|---|
Type | Description |
bool |
SharepointFolderId
public string SharepointFolderId { get; set; }
The ID of the SharePoint folder to download from.
Property Value | |
---|---|
Type | Description |
string |
SharepointFolderPath
public string SharepointFolderPath { get; set; }
The path of the SharePoint folder to download from.
Property Value | |
---|---|
Type | Description |
string |
SharepointSiteName
public string SharepointSiteName { get; set; }
The name of the SharePoint site to download from. This can be the site name or the site id.
Property Value | |
---|---|
Type | Description |
string |
TenantId
public string TenantId { get; set; }
Unique identifier of the Azure Active Directory Instance.
Property Value | |
---|---|
Type | Description |
string |