Files
developer.sailpoint.com/docs/tools/sdk/powershell/Reference/V2025/Models/PatchServiceDeskIntegrationRequest.md
2025-04-01 09:23:12 -04:00

1.1 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-patch-service-desk-integration-request PatchServiceDeskIntegrationRequest PatchServiceDeskIntegrationRequest PatchServiceDeskIntegrationRequest powershellsdk
powershell
PowerShell
sdk
PatchServiceDeskIntegrationRequest
V2025PatchServiceDeskIntegrationRequest
/tools/sdk/powershell/v2025/models/patch-service-desk-integration-request
SDK
Software Development Kit
PatchServiceDeskIntegrationRequest
V2025PatchServiceDeskIntegrationRequest

PatchServiceDeskIntegrationRequest

Properties

Name Type Description Notes
Operations []JsonPatchOperation Operations to be applied [optional]

Examples

  • Prepare the resource
$PatchServiceDeskIntegrationRequest = Initialize-PSSailpoint.V2025PatchServiceDeskIntegrationRequest  -Operations null
  • Convert the resource to JSON
$PatchServiceDeskIntegrationRequest | ConvertTo-JSON

[Back to top]