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

15 lines
305 B
YAML

title: concat
type: object
required:
- values
properties:
values:
type: array
items:
type: object
description: An array of items to join together
example: ["John", " ", "Smith"]
requiresPeriodicRefresh:
$ref: './RequiresPeriodicRefresh.yaml'
input:
$ref: './input.yaml'