Class | Description | |
---|---|---|
![]() | CreateExposureSetRequest | Contains the Business Unit SID, SQL Instance SID, Data Source SID, and Name of the new Exposure Set that you want to create. |
![]() | CreateExposureSetResponse | Contains the Exposure Set Sequential Identifier (SID), which uniquely identifies the Exposure Set that you created using the CreateExposureSet() method. |
![]() | GetDatabasesRequest | Contains the Business Unit SID, SQL Instance SID, and Data Server Name associated with the Databases that you want to retrieve. |
![]() | GetDatabasesResponse | Contains the list of existing Databases that you have requested using the GetDatabases() method. |
![]() | GetDataServersRequest | Contains the Business Unit SID and SQL Instance SID associated with the Data Servers that you want to retrieve. |
![]() | GetDataServersResponse | Contains the list of existing Data Servers that you have requested using the GetDataServers() method. |
![]() | GetDataSourcesRequest | Contains the Business Unit SID, SQL Instance SID, and Data Server Name associated with the Data Sources that you want to retrieve. |
![]() | GetDataSourcesResponse | Contains the list of existing Data Sources that you have requested using the GetDataSources() method. |
![]() | GetExposureSetsRequest | Contains the Business Unit SID, SQL Instance SID, and Data Source SID associated with the Exposure Sets that you want to retrieve. |
![]() | GetExposureSetsResponse | Contains the list of existing Exposure Sets that you have requested using the GetExposureSets() method. |
![]() | SubmitAssociateResultsToProjectRequest | Contains the Business Unit SID, SQL Instance SID, Data Source SID, and Project SID of the set of Results and the Touchstone® Project that you would like to associate with one another. |
![]() | SubmitAssociateResultsToProjectResponse | Contains the response to your request to associate a set of Results with a specific Project using the SubmitAssociateResultsToProject() method. |
![]() | SubmitAttachDatabaseRequest | Contains the Business Unit SID, SQL Instance SID, and Database of the Database that you want to attach. |
![]() | SubmitAttachDatabaseResponse | Contains the Activity Sequential Identifier (SID), which uniquely identifies the asynchronous web service call that you made to attach a Database using the SubmitAttachDatabase() method. |
![]() | SubmitCreateDatabaseRequest | Contains the Business Unit SID, SQL Instance SID, and Database of the new Database that you want to create. |
![]() | SubmitCreateDatabaseResponse | Contains the Activity Sequential Identifier (SID), which uniquely identifies the asynchronous web service call that you made to create a Database using the SubmitCreateDatabase() method. |
![]() | SubmitDeleteDatabaseRequest | Contains the Business Unit SID, SQL Instance SID, and Database of the Database that you want to delete. |
![]() | SubmitDeleteDatabaseResponse | Contains the Activity Sequential Identifier (SID), which uniquely identifies the asynchronous web service call that you made to delete a Database using the SubmitDeleteDatabase() method. |
![]() | SubmitDeleteExposureSetRequest | Contains the Business Unit SID, SQL Instance SID, Data Source SID, and Exposure Set SID of the Exposure Set that you want to delete. |
![]() | SubmitDeleteExposureSetResponse | Contains the response to your request to delete an Exposure Set using the SubmitDeleteExposureSet() method. |
![]() | SubmitDetachDatabaseRequest | Contains the Business Unit SID, SQL Instance SID, and Database of the Database that you want to detach. |
![]() | SubmitDetachDatabaseResponse | Contains the Activity Sequential Identifier (SID), which uniquely identifies the asynchronous web service call that you made to detach a Database using the SubmitDetachDatabase() method. |
![]() | SubmitDowngradeDatabasesRequest | Contains the Business Unit SID, SQL Instance SID, and the Touchstone Exposure Database that you want to downgrade to the previous version.
You can downgrade an exposure database from one release of Touchstone to the previous major release of Touchstone. For example, you can downgrade a Touchstone 4.x database to Touchstone 3.x. The downgrade works only on databases with the same SQL Server version. If the original and target download databases are not using the same SQL Server version, contact Technical Support for assistance. The exposure databases which are older than the current environment version are not eligible for downgrade. You cannot use the public API service to downgrade the Touchstone Result database. |
![]() | SubmitDowngradeDatabasesResponse | Contains the Activity Sequential Identifier (SID), which uniquely identifies the asynchronous web service call that you made to downgrade a Database using the SubmitDowngradeDatabases() method. |
![]() | SubmitRegisterDataSourceRequest | Contains the Business Unit SID, SQL Instance SID, and details of the Data Source to register. |
![]() | SubmitRegisterDataSourceResponse | Contains the response to the asynchronous web service call that you made to register a Data Source using the SubmitRegisterDataSource() method. |
![]() | SubmitUpgradeDatabaseRequest | Contains the Business Unit SID, SQL Instance SID, and Database of the Database that you want to upgrade.
You can upgrade a database from one release of Touchstone to the next major release of Touchstone. For example, you can upgrade a Touchstone 3.x database to Touchstone 4.x. To view the current version of your Touchstone client, use the GetSecurityPolicy() method. |
![]() | SubmitUpgradeDatabaseResponse | Contains the Activity Sequential Identifier (SID), which uniquely identifies the asynchronous web service call that you made to upgrade a Database using the SubmitUpgradeDatabase() method. |
![]() | UnregisterDataSourceRequest | Contains the Business Unit SID, SQL Instance SID, and Data Source of the Data Source that you want to unregister. |
![]() | UnregisterDataSourceResponse | Contains the Data Source that you have unregistered using the UnregisterDataSource() method. |