DocumentationToolsSDKsPythonReferenceconnector_rule_managementModelsSourcecodeOn this pageSourcecode SourceCode Properties NameTypeDescriptionNotesversionstrthe version of the code[required]scriptstrThe code[required]} Example from sailpoint.connector_rule_management.models.sourcecode import Sourcecodesourcecode = Sourcecode(version='1.0',script='return "Mr. " + firstName;') [Back to top]