get Custom Assessment Automation
suspend fun getCustomAssessmentAutomation(argument: GetCustomAssessmentAutomationPlainArgs): GetCustomAssessmentAutomationResult
Gets a single custom assessment automation by name for the provided subscription and resource group. API Version: 2021-07-01-preview.
Return
Custom Assessment Automation
Parameters
argument
null
suspend fun getCustomAssessmentAutomation(customAssessmentAutomationName: String, resourceGroupName: String): GetCustomAssessmentAutomationResult
Return
Custom Assessment Automation
Parameters
custom Assessment Automation Name
Name of the Custom Assessment Automation.
resource Group Name
The name of the resource group within the user's subscription. The name is case insensitive.
See also
suspend fun getCustomAssessmentAutomation(argument: suspend GetCustomAssessmentAutomationPlainArgsBuilder.() -> Unit): GetCustomAssessmentAutomationResult
Return
Custom Assessment Automation
Parameters
argument
Builder for com.pulumi.azurenative.security.kotlin.inputs.GetCustomAssessmentAutomationPlainArgs.