Automation Runbook Receiver Response
data class AutomationRunbookReceiverResponse(val automationAccountId: String, val isGlobalRunbook: Boolean, val managedIdentity: String? = null, val name: String? = null, val runbookName: String, val serviceUri: String? = null, val useCommonAlertSchema: Boolean? = null, val webhookResourceId: String)
The Azure Automation Runbook notification receiver.
Constructors
Properties
Link copied to clipboard
The Azure automation account Id which holds this runbook and authenticate to Azure resource.
Link copied to clipboard
Indicates whether this instance is global runbook.
Link copied to clipboard
The principal id of the managed identity. The value can be "None", "SystemAssigned"
Link copied to clipboard
The name for this runbook.
Link copied to clipboard
The URI where webhooks should be sent.
Link copied to clipboard
Indicates whether to use common alert schema.
Link copied to clipboard
The resource id for webhook linked to this runbook.