ProjectProperties interface
Project-specific properties
Properties
| azure |
Field that defines the Azure active directory application info, used to connect to the target Azure resource |
| creation |
UTC Date and time when project was created |
| databases |
List of DatabaseInfo |
| provisioning |
The project's provisioning state |
| source |
Information for connecting to source |
| source |
Source platform for the project |
| target |
Information for connecting to target |
| target |
Target platform for the project |
Property Details
azureAuthenticationInfo
Field that defines the Azure active directory application info, used to connect to the target Azure resource
azureAuthenticationInfo?: AzureActiveDirectoryApp
Property Value
creationTime
UTC Date and time when project was created
creationTime?: Date
Property Value
Date
databasesInfo
provisioningState
The project's provisioning state
provisioningState?: string
Property Value
string
sourceConnectionInfo
Information for connecting to source
sourceConnectionInfo?: ConnectionInfoUnion
Property Value
sourcePlatform
Source platform for the project
sourcePlatform: string
Property Value
string
targetConnectionInfo
Information for connecting to target
targetConnectionInfo?: ConnectionInfoUnion
Property Value
targetPlatform
Target platform for the project
targetPlatform: string
Property Value
string