mirror of
https://github.com/LukeHagar/developer.sailpoint.com.git
synced 2025-12-10 12:27:47 +00:00
15 lines
305 B
YAML
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' |