TemplateEnvReferences: {
    defaultValue?: string | number | number | boolean;
    envRefKey: string;
    resourceField: string;
    value?: string | number | number | boolean;
}[]

Type declaration

  • OptionaldefaultValue?: string | number | number | boolean

    Default value that will be provided for the reference when no value is provided

  • envRefKey: string

    Key identified as environment reference and is the key identified in the template

  • resourceField: string

    Field the environment reference corresponds too

  • Optionalvalue?: string | number | number | boolean

    Value provided to fulfill reference

MMNEPVFCICPMFPCPTTAAATR