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,11 +16,11 @@ tags: ['SDK', 'Software Development Kit', 'ConfigurationDetailsResponse', 'BetaC
Name | Type | Description | Notes
------------ | ------------- | ------------- | -------------
**ConfigType** | Pointer to [**ConfigTypeEnum**](config-type-enum) | | [optional]
**TargetIdentity** | Pointer to [**Identity1**](identity1) | | [optional]
**StartDate** | Pointer to **System.DateTime** | The date from which to start reassigning work items | [optional]
**EndDate** | Pointer to **System.DateTime** | The date from which to stop reassigning work items. If this is an empty string it indicates a permanent reassignment. | [optional]
**AuditDetails** | Pointer to [**AuditDetails**](audit-details) | | [optional]
**ConfigType** | [**ConfigTypeEnum**](config-type-enum) | | [optional]
**TargetIdentity** | [**Identity1**](identity1) | | [optional]
**StartDate** | **System.DateTime** | The date from which to start reassigning work items | [optional]
**EndDate** | **System.DateTime** | The date from which to stop reassigning work items. If this is an empty string it indicates a permanent reassignment. | [optional]
**AuditDetails** | [**AuditDetails**](audit-details) | | [optional]
## Examples