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

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