Production Object


A function production defines a function and its related entities.

Properties
appIdstringformat GUID

App ID of the business solution that created the function type the function production is based on.


automationsArray <Automation>Read-onlymaxItems 100

Automations created from the function production.


createdDatestringRead-onlyformat date-time

Date and time the function production was created.


functionFunction

Function created from the function production.


functionMethodsArray <FunctionMethod>Read-onlymaxItems 100

Function methods created from the function production.


functionSpiConfigurationFunctionSpiConfiguration

Service plugin configuration for the function.


idstringRead-onlyformat GUID

Function production ID. This is the same as the created function's ID.


One Of

blankOptionsBlankOptions

Options for creating a function from a function type.


templateOptionsTemplateOptions

Options for creating a function from a function template.


typestring

Type that the function is created from.


updatedDatestringRead-onlyformat date-time

Date and time the function production was last updated.

Did this help?