Files
developer.sailpoint.com/docs/tools/sdk/powershell/Reference/V3/Models/PatchServiceDeskIntegrationRequest.md
2025-01-28 13:29:29 -05: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
patch-service-desk-integration-request PatchServiceDeskIntegrationRequest PatchServiceDeskIntegrationRequest PatchServiceDeskIntegrationRequest powershellsdk
powershell
PowerShell
sdk
PatchServiceDeskIntegrationRequest
PatchServiceDeskIntegrationRequest
/tools/sdk/powershell/v3/models/patch-service-desk-integration-request
SDK
Software Development Kit
PatchServiceDeskIntegrationRequest
PatchServiceDeskIntegrationRequest

PatchServiceDeskIntegrationRequest

Properties

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

Examples

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

[Back to top]