DocumentationToolsSDKsPythonReferenceBetaModelsSourceCodeOn this pageSourceCode SourceCode Properties NameTypeDescriptionNotesversionstrthe version of the code[required]scriptstrThe code[required]} Example from sailpoint.beta.models.source_code import SourceCodesource_code = SourceCode(version='1.0',script='return "Mr. " + firstName;') [Back to top]