OptionalcreateOptionalcustomCustom description for the alert. support mustache template.
OptionalcustomCustom summary for the alert. support mustache template.
OptionaldisplayThe display name of the alert.
OptionaleffectiveThe actual identity that will be used to execute the alert. This is an output-only field that shows the resolved run-as identity after applying permissions and defaults.
OptionalevaluationOptionalidThe canonical identifier of the alert to retrieve information about.
OptionallifecycleIndicates whether the query is trashed.
OptionalownerThe owner's username. This field is set to "Unavailable" if the user has been deleted.
OptionalparametersA list of parameters to pass into the alert SQL query statement containing parameter markers. Static values only.
Reference a parameter in the query text as :name. Each parameter must have a unique, non-empty name.
Each parameter consists of a name, a value, and optionally a type. To represent a NULL
value, the value field may be omitted or set to null explicitly. If the type field
is omitted, the value is interpreted as a string.
If the type is given, parameters will be checked for type correctness according
to the given type. A value is correct if the provided string can be converted to
the requested type using the cast function. The exact semantics are described in
the section cast function of the SQL language reference.
OptionalparentThe workspace path of the folder containing the alert. Can only be set on create, and cannot be updated.
OptionalqueryText of the query to be run.
OptionalrunSpecifies the identity that will be used to run the alert. This field allows you to configure alerts to run as a specific user or service principal.
user_name to the email of an active workspace user. Users can only set this to their own email.service_principal_name to the application ID. Requires the servicePrincipal/user role.
If not specified, the alert will run as the request user.OptionalrunThe run as username or application ID of service principal.
On Create and Update, this field can be set to application ID of an active service principal. Setting this field requires the servicePrincipal/user role.
Deprecated: Use run_as field instead. This field will be removed in a future release.
OptionalscheduleOptionalupdateThe timestamp indicating when the alert was updated.
OptionalwarehouseID of the SQL warehouse attached to the alert.
The timestamp indicating when the alert was created.