Update to powershell SDK docs: 13123805130

This commit is contained in:
developer-relations-sp
2025-02-03 22:09:17 +00:00
parent bdb088c15d
commit 3e9d359da1
2608 changed files with 14669 additions and 14876 deletions

View File

@@ -16,31 +16,31 @@ tags: ['SDK', 'Software Development Kit', 'MultiHostIntegrations', 'BetaMultiHos
Name | Type | Description | Notes
------------ | ------------- | ------------- | -------------
**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**](multi-host-integrations-owner) | | [required]
**Cluster** | Pointer to [**MultiHostIntegrationsCluster**](multi-host-integrations-cluster) | | [optional]
**Type** | Pointer to **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** | Pointer to **Int32** | Last successfully uploaded source count of given Multi-Host Integration. | [optional]
**MaxSourcesPerAggGroup** | Pointer to **Int32** | Maximum sources that can contain in a aggregation group of Multi-Host Integration. | [optional]
**ConnectorClass** | Pointer to **String** | Fully qualified name of the Java class that implements the connector interface. | [optional]
**ConnectorAttributes** | Pointer to [**MultiHostIntegrationsConnectorAttributes**](multi-host-integrations-connector-attributes) | | [optional]
**DeleteThreshold** | Pointer to **Int32** | Number from 0 to 100 that specifies when to skip the delete phase. | [optional]
**Authoritative** | Pointer to **Boolean** | When this is true, it indicates that the source is referenced by an identity profile. | [optional] [default to $false]
**ManagementWorkgroup** | Pointer to [**MultiHostIntegrationsManagementWorkgroup**](multi-host-integrations-management-workgroup) | | [optional]
**Healthy** | Pointer to **Boolean** | When this is true, it indicates that the source is healthy. | [optional] [default to $false]
**Status** | Pointer to **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** | Pointer to **System.DateTime** | Timestamp that shows when a source health check was last performed. | [optional]
**ConnectorId** | Pointer to **String** | Connector ID | [optional]
**ConnectorName** | Pointer to **String** | Name of the connector that was chosen during source creation. | [optional]
**ConnectionType** | Pointer to **Enum** [ "direct", "file" ] | Type of connection (direct or file). | [optional]
**ConnectorImplementationId** | Pointer to **String** | Connector implementation ID. | [optional]
**Created** | Pointer to **System.DateTime** | Date-time when the source was created | [optional]
**Modified** | Pointer to **System.DateTime** | Date-time when the source was last modified. | [optional]
**CredentialProviderEnabled** | Pointer to **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** | Pointer to **String** | Source category (e.g. null, CredentialProvider). | [optional]
**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**](multi-host-integrations-owner) | | [required]
**Cluster** | [**MultiHostIntegrationsCluster**](multi-host-integrations-cluster) | | [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**](multi-host-integrations-connector-attributes) | | [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**](multi-host-integrations-management-workgroup) | | [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]
## Examples