Skip to main content

ServiceDeskIntegrationTemplateType

Properties

NameTypeDescriptionNotes
NameStringThis is the name of the type.[optional]
TypeStringThis is the type value for the type.[required]
ScriptNameStringThis is the scriptName attribute value for the type.[required]

Examples

  • Prepare the resource
$ServiceDeskIntegrationTemplateType = Initialize-PSSailpoint.V2024ServiceDeskIntegrationTemplateType  -Name aName `
-Type aType `
-ScriptName aScriptName
  • Convert the resource to JSON
$ServiceDeskIntegrationTemplateType | ConvertTo-JSON

[Back to top]