Files
developer.sailpoint.com/static/api-specs/idn/beta/schemas/SourceCode.yaml
2022-09-26 21:59:54 -04:00

16 lines
264 B
YAML

description: SourceCode
type: object
required:
- version
- script
properties:
version:
type: string
description: the version of the code
example: '1.0'
script:
type: string
description: The code
example: return "Mr. " + firstName;