getWebhook

Get the AppComplianceAutomation webhook and its properties. Uses Azure REST API version 2024-06-27.

Return

A class represent an AppComplianceAutomation webhook resource.

Parameters

argument

null


suspend fun getWebhook(reportName: String, webhookName: String): GetWebhookResult

Return

A class represent an AppComplianceAutomation webhook resource.

Parameters

reportName

Report Name.

webhookName

Webhook Name.

See also


suspend fun getWebhook(argument: suspend GetWebhookPlainArgsBuilder.() -> Unit): GetWebhookResult

Return

A class represent an AppComplianceAutomation webhook resource.

Parameters

argument

Builder for com.pulumi.azurenative.appcomplianceautomation.kotlin.inputs.GetWebhookPlainArgs.

See also