Uses of Class
com.azure.resourcemanager.securityinsights.models.Webhook
Package
Description
Package containing the data models for SecurityInsights.
-
Uses of Webhook in com.azure.resourcemanager.securityinsights.models
Modifier and TypeMethodDescriptionRepositoryResourceInfo.webhook()
Get the webhook property: The webhook object created for the source-control.Webhook.withRotateWebhookSecret
(Boolean rotateWebhookSecret) Set the rotateWebhookSecret property: A flag to instruct the backend service to rotate webhook secret.Webhook.withWebhookId
(String webhookId) Set the webhookId property: Unique identifier for the webhook.Webhook.withWebhookSecretUpdateTime
(String webhookSecretUpdateTime) Set the webhookSecretUpdateTime property: Time when the webhook secret was updated.Webhook.withWebhookUrl
(String webhookUrl) Set the webhookUrl property: URL that gets invoked by the webhook.Modifier and TypeMethodDescriptionRepositoryResourceInfo.withWebhook
(Webhook webhook) Set the webhook property: The webhook object created for the source-control.