Files
developer.sailpoint.com/docs/tools/sdk/powershell/Reference/V2024/Models/PatchServiceDeskIntegrationRequest.md
2025-02-03 22:09:17 +00: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
v2024-patch-service-desk-integration-request PatchServiceDeskIntegrationRequest PatchServiceDeskIntegrationRequest PatchServiceDeskIntegrationRequest powershellsdk
powershell
PowerShell
sdk
PatchServiceDeskIntegrationRequest
V2024PatchServiceDeskIntegrationRequest
/tools/sdk/powershell/v2024/models/patch-service-desk-integration-request
SDK
Software Development Kit
PatchServiceDeskIntegrationRequest
V2024PatchServiceDeskIntegrationRequest

PatchServiceDeskIntegrationRequest

Properties

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

Examples

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

[Back to top]