Magidoc

ConfigValue
Object

A config value is a stored piece of configuration data that can be used in scripts or reactions

Fields

#

id

ID !
Non-null

The ID of the config value.

name

Non-null

The Name of the config value.

value

The value of the config value, only available by API if the ConfigValue is not marked as secret.

description

The description of the config value, if present

secret

Non-null

Whether the config value is marked as secret.

createdAt

Non-null

The timestamp of when the config value was created.

updatedAt

Non-null

The timestamp of when the config value was last updated.

Usages

#

References

#

  • Field configValue from Query