GoogleCloudAiplatformV1SharePointSourcesSharePointSource class

An individual SharePointSource.

Constructors

GoogleCloudAiplatformV1SharePointSourcesSharePointSource.new({String? clientId, GoogleCloudAiplatformV1ApiAuthApiKeyConfig? clientSecret, String? driveId, String? driveName, String? fileId, String? sharepointFolderId, String? sharepointFolderPath, String? sharepointSiteName, String? tenantId})
GoogleCloudAiplatformV1SharePointSourcesSharePointSource.fromJson(Map json_)

Properties

clientId String?
The Application ID for the app registered in Microsoft Azure Portal.
getter/setter pair
clientSecret GoogleCloudAiplatformV1ApiAuthApiKeyConfig?
The application secret for the app registered in Azure.
getter/setter pair
driveId String?
The ID of the drive to download from.
getter/setter pair
driveName String?
The name of the drive to download from.
getter/setter pair
fileId String?
The SharePoint file id.
getter/setter pair
hashCode int
The hash code for this object.
no setterinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
sharepointFolderId String?
The ID of the SharePoint folder to download from.
getter/setter pair
sharepointFolderPath String?
The path of the SharePoint folder to download from.
getter/setter pair
sharepointSiteName String?
The name of the SharePoint site to download from.
getter/setter pair
tenantId String?
Unique identifier of the Azure Active Directory Instance.
getter/setter pair

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toJson() Map<String, dynamic>
toString() String
A string representation of this object.
inherited

Operators

operator ==(Object other) bool
The equality operator.
inherited