Webhook Receiver Args
data class WebhookReceiverArgs(val identifierUri: Output<String>? = null, val managedIdentity: Output<String>? = null, val name: Output<String>, val objectId: Output<String>? = null, val serviceUri: Output<String>, val tenantId: Output<String>? = null, val useAadAuth: Output<Boolean>? = null, val useCommonAlertSchema: Output<Boolean>? = null) : ConvertibleToJava<WebhookReceiverArgs>
A webhook receiver.
Properties
Link copied to clipboard
Indicates the identifier uri for aad auth.
Link copied to clipboard
The principal id of the managed identity. The value can be "None", "SystemAssigned"
Link copied to clipboard
The URI where webhooks should be sent.
Link copied to clipboard
Indicates whether or not use AAD authentication.
Link copied to clipboard
Indicates whether to use common alert schema.