mirror of
https://github.com/LukeHagar/developer.sailpoint.com.git
synced 2025-12-06 20:37:46 +00:00
1.5 KiB
1.5 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 | |||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
| v2025-configuration-details-response | ConfigurationDetailsResponse | ConfigurationDetailsResponse | ConfigurationDetailsResponse | powershellsdk |
|
/tools/sdk/powershell/v2025/models/configuration-details-response |
|
ConfigurationDetailsResponse
Properties
| Name | Type | Description | Notes |
|---|---|---|---|
| ConfigType | ConfigTypeEnum | [optional] | |
| TargetIdentity | 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 | [optional] |
Examples
- Prepare the resource
$ConfigurationDetailsResponse = Initialize-V2025ConfigurationDetailsResponse -ConfigType null `
-TargetIdentity null `
-StartDate 2022-07-21T11:13:12.345Z `
-EndDate 0001-01-01T00:00Z `
-AuditDetails null
- Convert the resource to JSON
$ConfigurationDetailsResponse | ConvertTo-JSON