getAutomation

Retrieves information about the model of a security automation. Uses Azure REST API version 2019-01-01-preview. Other available API versions: 2023-12-01-preview.

Return

The security automation resource.

Parameters

argument

null


suspend fun getAutomation(automationName: String, resourceGroupName: String): GetAutomationResult

Return

The security automation resource.

Parameters

automationName

The security automation name.

resourceGroupName

The name of the resource group within the user's subscription. The name is case insensitive.

See also


Return

The security automation resource.

Parameters

argument

Builder for com.pulumi.azurenative.security.kotlin.inputs.GetAutomationPlainArgs.

See also