mirror of
https://github.com/LukeHagar/developer.sailpoint.com.git
synced 2025-12-09 20:37:47 +00:00
17 lines
359 B
YAML
17 lines
359 B
YAML
type: object
|
|
properties:
|
|
name:
|
|
type: string
|
|
description: the name of the argument
|
|
example: firstName
|
|
description:
|
|
type: string
|
|
description: the description of the argument
|
|
example: the first name of the identity
|
|
type:
|
|
type: string
|
|
description: the programmatic type of the argument
|
|
example: String
|
|
required:
|
|
- name
|