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]