AppcomplianceautomationFunctions

Functions

Link copied to clipboard

Get the evidence metadata Uses Azure REST API version 2024-06-27.

suspend fun getEvidence(argument: suspend GetEvidencePlainArgsBuilder.() -> Unit): GetEvidenceResult
suspend fun getEvidence(evidenceName: String, reportName: String): GetEvidenceResult
Link copied to clipboard

Get the AppComplianceAutomation report and its properties. Uses Azure REST API version 2024-06-27. Other available API versions: 2022-11-16-preview. These can be accessed by generating a local SDK package using the CLI command pulumi package add azure-native appcomplianceautomation [ApiVersion]. See the ../../../version-guide/#accessing-any-api-version-via-local-packages for details.

suspend fun getReport(reportName: String): GetReportResult
suspend fun getReport(argument: suspend GetReportPlainArgsBuilder.() -> Unit): GetReportResult
Link copied to clipboard

Fix the AppComplianceAutomation report error. e.g: App Compliance Automation Tool service unregistered, automation removed. Uses Azure REST API version 2024-06-27.

Link copied to clipboard

Get the AppComplianceAutomation scoping configuration of the specific report. Uses Azure REST API version 2024-06-27.

suspend fun getScopingConfiguration(reportName: String, scopingConfigurationName: String): GetScopingConfigurationResult
Link copied to clipboard

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

suspend fun getWebhook(argument: suspend GetWebhookPlainArgsBuilder.() -> Unit): GetWebhookResult
suspend fun getWebhook(reportName: String, webhookName: String): GetWebhookResult