mirror of
https://github.com/LukeHagar/developer.sailpoint.com.git
synced 2025-12-09 20:37:47 +00:00
Update to powershell SDK docs: 13123805130
This commit is contained in:
@@ -16,16 +16,16 @@ tags: ['SDK', 'Software Development Kit', 'ServiceDeskIntegrationDto', 'BetaServ
|
||||
|
||||
Name | Type | Description | Notes
|
||||
------------ | ------------- | ------------- | -------------
|
||||
**Name** | **String** | Service Desk integration's name. The name must be unique. | [required]
|
||||
**Description** | **String** | Service Desk integration's description. | [required]
|
||||
**Type** | **String** | Service Desk integration types: - ServiceNowSDIM - ServiceNow | [required][default to "ServiceNowSDIM"]
|
||||
**OwnerRef** | Pointer to [**OwnerDto**](owner-dto) | | [optional]
|
||||
**ClusterRef** | Pointer to [**SourceClusterDto**](source-cluster-dto) | | [optional]
|
||||
**Cluster** | Pointer to **String** | Cluster ID for the Service Desk integration (replaced by clusterRef, retained for backward compatibility). | [optional]
|
||||
**ManagedSources** | Pointer to **[]String** | Source IDs for the Service Desk integration (replaced by provisioningConfig.managedSResourceRefs, but retained here for backward compatibility). | [optional]
|
||||
**ProvisioningConfig** | Pointer to [**ProvisioningConfig**](provisioning-config) | | [optional]
|
||||
**Attributes** | [**map[string]AnyType**]https://learn.microsoft.com/en-us/powershell/scripting/lang-spec/chapter-04?view=powershell-7.4 | Service Desk integration's attributes. Validation constraints enforced by the implementation. | [required]
|
||||
**BeforeProvisioningRule** | Pointer to [**BeforeProvisioningRuleDto**](before-provisioning-rule-dto) | | [optional]
|
||||
**Name** | **String** | Service Desk integration's name. The name must be unique. | [required]
|
||||
**Description** | **String** | Service Desk integration's description. | [required]
|
||||
**Type** | **String** | Service Desk integration types: - ServiceNowSDIM - ServiceNow | [required][default to "ServiceNowSDIM"]
|
||||
**OwnerRef** | [**OwnerDto**](owner-dto) | | [optional]
|
||||
**ClusterRef** | [**SourceClusterDto**](source-cluster-dto) | | [optional]
|
||||
**Cluster** | **String** | Cluster ID for the Service Desk integration (replaced by clusterRef, retained for backward compatibility). | [optional]
|
||||
**ManagedSources** | **[]String** | Source IDs for the Service Desk integration (replaced by provisioningConfig.managedSResourceRefs, but retained here for backward compatibility). | [optional]
|
||||
**ProvisioningConfig** | [**ProvisioningConfig**](provisioning-config) | | [optional]
|
||||
**Attributes** | [**map[string]AnyType**]https://learn.microsoft.com/en-us/powershell/scripting/lang-spec/chapter-04?view=powershell-7.4 | Service Desk integration's attributes. Validation constraints enforced by the implementation. | [required]
|
||||
**BeforeProvisioningRule** | [**BeforeProvisioningRuleDto**](before-provisioning-rule-dto) | | [optional]
|
||||
|
||||
## Examples
|
||||
|
||||
|
||||
Reference in New Issue
Block a user