Skip to main content

PatchServiceDeskIntegrationRequest

Properties

NameTypeDescriptionNotes
Operations[]JsonPatchOperationOperations 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]