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

31 lines
691 B
YAML

type: object
properties:
helpText:
type: string
description: Describes the form field in the UI
example: The name to give to this certification campaign.
label:
type: string
description: A human readable name for this form field in the UI
example: Campaign Name
name:
type: string
description: The name of the input attribute
example: name
required:
type: boolean
description: Denotes if this field is a required attribute
example: false
type:
description: The type of the form field
enum:
- text
- textarea
- boolean
- email
- url
- number
- json
- checkbox
example: text