DocumentationToolsSDKsPowerShellReferenceconnector-rule-managementModelsSourceCodeOn this pageSourceCode Properties NameTypeDescriptionNotesVersionStringthe version of the code[required]ScriptStringThe code[required] Examples Prepare the resource $SourceCode = Initialize-SourceCode -Version 1.0 ` -Script return "Mr. " + firstName; Convert the resource to JSON $SourceCode | ConvertTo-JSON [Back to top]