mirror of
https://github.com/LukeHagar/developer.sailpoint.com.git
synced 2025-12-06 20:37:46 +00:00
2.0 KiB
2.0 KiB
id, title, pagination_label, sidebar_label, sidebar_class_name, keywords, slug, tags
| id | title | pagination_label | sidebar_label | sidebar_class_name | keywords | slug | tags | |||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
| v2024-test-source-connection-multihost200-response | TestSourceConnectionMultihost200Response | TestSourceConnectionMultihost200Response | TestSourceConnectionMultihost200Response | powershellsdk |
|
/tools/sdk/powershell/v2024/models/test-source-connection-multihost200-response |
|
TestSourceConnectionMultihost200Response
Properties
| Name | Type | Description | Notes |
|---|---|---|---|
| Success | Boolean | Source's test connection status. | [optional] |
| Message | String | Source's test connection message. | [optional] |
| Timing | Int32 | Source's test connection timing. | [optional] |
| ResultType | Enum [ "SOURCE_STATE_ERROR_CLUSTER", "SOURCE_STATE_ERROR_SOURCE", "SOURCE_STATE_ERROR_VA", "SOURCE_STATE_FAILURE_CLUSTER", "SOURCE_STATE_FAILURE_SOURCE", "SOURCE_STATE_HEALTHY", "SOURCE_STATE_UNCHECKED_CLUSTER", "SOURCE_STATE_UNCHECKED_CLUSTER_NO_SOURCES", "SOURCE_STATE_UNCHECKED_SOURCE", "SOURCE_STATE_UNCHECKED_SOURCE_NO_ACCOUNTS", "SOURCE_STATE_ERROR_ACCOUNT_FILE_IMPORT" ] | Source's human-readable result type. | [optional] |
| TestConnectionDetails | String | Source's human-readable test connection details. | [optional] |
Examples
- Prepare the resource
$TestSourceConnectionMultihost200Response = Initialize-PSSailpoint.V2024TestSourceConnectionMultihost200Response -Success true `
-Message Tes. `
-Timing null `
-ResultType SOURCE_STATE_HEALTHY `
-TestConnectionDetails null
- Convert the resource to JSON
$TestSourceConnectionMultihost200Response | ConvertTo-JSON