Skip to main content

ServiceDeskSource

Properties

NameTypeDescriptionNotes
TypeEnum [ "SOURCE" ]DTO type of source for service desk integration template.[optional]
IdStringID of source for service desk integration template.[optional]
NameStringHuman-readable name of source for service desk integration template.[optional]

Examples

  • Prepare the resource
$ServiceDeskSource = Initialize-PSSailpoint.V2024ServiceDeskSource  -Type SOURCE `
-Id 2c9180835d191a86015d28455b4b232a `
-Name HR Active Directory
  • Convert the resource to JSON
$ServiceDeskSource | ConvertTo-JSON

[Back to top]