MigrationSecretParameters interface
Migration secret parameters.
Properties
admin |
Admin credentials for source and target servers |
source |
Gets or sets the username for the source server. This user need not be an admin. |
target |
Gets or sets the username for the target server. This user need not be an admin. |
Property Details
adminCredentials
Admin credentials for source and target servers
adminCredentials: AdminCredentials
Property Value
sourceServerUsername
Gets or sets the username for the source server. This user need not be an admin.
sourceServerUsername?: string
Property Value
string
targetServerUsername
Gets or sets the username for the target server. This user need not be an admin.
targetServerUsername?: string
Property Value
string