Skip to main content

SourceCode

Properties

NameTypeDescriptionNotes
VersionStringthe version of the code[required]
ScriptStringThe code[required]

Examples

  • Prepare the resource
$SourceCode = Initialize-PSSailpoint.V2024SourceCode  -Version 1.0 `
-Script return "Mr. " + firstName;
  • Convert the resource to JSON
$SourceCode | ConvertTo-JSON

[Back to top]