IAutomationMetadataObjectBase
Home > @gooddata/sdk-model > IAutomationMetadataObjectBase
IAutomationMetadataObjectBase interface
This API is provided as an alpha preview for developers and may change based on feedback that we receive. Do not use this API in a production environment.
Signature:
export interface IAutomationMetadataObjectBase
Properties
Property | Modifiers | Type | Description |
---|---|---|---|
alert? | IAutomationAlert | (ALPHA) (Optional) Alerting configuration of the automation. | |
dashboard? | Identifier | (ALPHA) (Optional) Dashboard that automation is related to. | |
details? | { subject?: string; message?: string; } | (ALPHA) (Optional) Details of the automation. | |
exportDefinitions? | IExportDefinitionMetadataObject[] | (ALPHA) (Optional) Export definitions of the automation (attachments). | |
metadata? | { widget?: string; } | (ALPHA) (Optional) Additional metadata of the automation. | |
notificationChannel? | string | (ALPHA) (Optional) Target notificationChannel that automation will trigger. String with webhook (notificationChannel) id. | |
recipients? | IAutomationRecipient[] | (ALPHA) (Optional) Recipients of the automation. Array of strings with user ids. | |
schedule? | IAutomationSchedule | (ALPHA) (Optional) Schedule of the automation. Object with cron expression, timezone and first run timestamp. |