Function Activation Object


A function activation is an object that represents the activation of a function.

Properties
idstringRead-onlyformat GUID

Function activation ID.


functionIdstringformat GUID

ID of the function activated by this function activation.


extensionIdstringRead-onlyformat GUID

ID of the service plugin extension created upon function activation. This happens automatically and the field is primarily used in the background.


appIdstringRead-onlyformat GUID

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


createdDatestringRead-onlyformat date-time

Date and time the function activation was created.


updatedDatestringRead-onlyformat date-time

Date and time the function activation was last updated.


functionExtensionIdstringRead-onlyformat GUID

ID of the function type that the activated function is based on.

Did this help?