Automation Object


Properties
archivedboolean

Whether the automation is archived.

To archive an automation, set this to true. To restore an archived automation, set this to false.


autoArchivePolicyAutoArchivePolicy

Auto archive policy


configurationAutomationConfiguration

Automation configuration.


createdByAuditInfoRead-onlyimmutable

Who created the automation.


createdDatestringRead-onlyformat date-time

When the automation was created.


descriptionstringmaxLength 2000

Automation description.


draftInfoDraftInfoRead-only

When the automation is a draft, the draft details.


idstringRead-onlyformat GUID

Automation ID.


namestringminLength 1maxLength 500

Automation name as displayed on the user's site.


originstringimmutable

How the automation was added to the user's site.


One Of

applicationInfoApplicationOrigin

When the origin of the automation is APPLICATION, the details of the app that created it.


preinstalledInfoPreinstalledOrigin

When the origin of the automation is PREINSTALLED, the details of the preinstalled automation.


revisionstringRead-onlyformat int64

Revision number. This increments by 1 whenever the automation is updated. Specify the current revision number whenever updating an existing automation.


settingsAutomationSettings

Automation settings. Applied only for pre-installed and application automations. Not applied to User origin automations


updatedByAuditInfoRead-only

Who last updated the automation.


updatedDatestringRead-onlyformat date-time

When the automation was last updated.

Did this help?