Production Object


A function production defines a function and its related entities.

Properties
idstringRead-onlyformat GUID

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


appIdstringformat GUID

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


typestring

Type that the function is created from.


functionSpiConfigurationFunctionSpiConfiguration

Service plugin configuration for the function.


functionFunction

Function created from the function production.


functionMethodsArray <FunctionMethod>Read-onlymaxItems 100

Function methods created from the function production.


automationsArray <Automation>Read-onlymaxItems 100

Automations created from the function production.


createdDatestringRead-onlyformat date-time

Date and time the function production was created.


updatedDatestringRead-onlyformat date-time

Date and time the function production was last updated.


One Of

blankOptionsBlankOptions

Options for creating a function from a function type.


templateOptionsTemplateOptions

Options for creating a function from a function template.

Did this help?