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 2022-11-16-preview. Other available API versions: 2024-06-27.

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