Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface IProfileProperty

A single field in a profile schema which can be serialized to a profile file

Hierarchy

Index

Properties

Optional includeInTemplate

includeInTemplate: boolean

Should this property be defined in a new config JSON template?

memberof

IProfileProperty

Optional items

items: any

Optional properties

properties: any

Nested properties e.g. banana.origin.zipcode, banana.origin.country

Optional secure

secure: boolean

Indicates if the given property should be securely stored

type

type: string | string[]

See ICommandProfileProperty.ts for how to include option definitions on your schema for auto-generated commands

Generated using TypeDoc