| Id |
String |
Multi-Host Integration ID. |
[required][readonly] |
| Name |
String |
Multi-Host Integration's human-readable name. |
[required] |
| Description |
String |
Multi-Host Integration's human-readable description. |
[required] |
| Owner |
MultiHostIntegrationsOwner |
|
[required] |
| Cluster |
MultiHostIntegrationsCluster |
|
[optional] |
| Type |
String |
Specifies the type of system being managed e.g. Workday, Multi-Host - Microsoft SQL Server, etc.. If you are creating a delimited file source, you must set the provisionasCsv query parameter to true. |
[optional] |
| Connector |
String |
Connector script name. |
[required] |
| LastSourceUploadSuccessCount |
Int32 |
Last successfully uploaded source count of given Multi-Host Integration. |
[optional] |
| MaxSourcesPerAggGroup |
Int32 |
Maximum sources that can contain in a aggregation group of Multi-Host Integration. |
[optional] |
| ConnectorClass |
String |
Fully qualified name of the Java class that implements the connector interface. |
[optional] |
| ConnectorAttributes |
MultiHostIntegrationsConnectorAttributes |
|
[optional] |
| DeleteThreshold |
Int32 |
Number from 0 to 100 that specifies when to skip the delete phase. |
[optional] |
| Authoritative |
Boolean |
When this is true, it indicates that the source is referenced by an identity profile. |
[optional] [default to $false] |
| ManagementWorkgroup |
MultiHostIntegrationsManagementWorkgroup |
|
[optional] |
| Healthy |
Boolean |
When this is true, it indicates that the source is healthy. |
[optional] [default to $false] |
| Status |
Enum [ "SOURCE_STATE_ERROR_ACCOUNT_FILE_IMPORT", "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" ] |
Status identifier that gives specific information about why a source is or isn't healthy. |
[optional] |
| Since |
System.DateTime |
Timestamp that shows when a source health check was last performed. |
[optional] |
| ConnectorId |
String |
Connector ID |
[optional] |
| ConnectorName |
String |
Name of the connector that was chosen during source creation. |
[optional] |
| ConnectionType |
Enum [ "direct", "file" ] |
Type of connection (direct or file). |
[optional] |
| ConnectorImplementationId |
String |
Connector implementation ID. |
[optional] |
| Created |
System.DateTime |
Date-time when the source was created |
[optional] |
| Modified |
System.DateTime |
Date-time when the source was last modified. |
[optional] |
| CredentialProviderEnabled |
Boolean |
If this is true, it enables a credential provider for the source. If credentialProvider is turned on, then the source can use credential provider(s) to fetch credentials. |
[optional] [default to $false] |
| Category |
String |
Source category (e.g. null, CredentialProvider). |
[optional] |