getAPICollection

Gets an Azure API Management API if it has been onboarded to Defender for APIs. If an Azure API Management API is onboarded to Defender for APIs, the system will monitor the operations within the Azure API Management API for intrusive behaviors and provide alerts for attacks that have been detected. Uses Azure REST API version 2022-11-20-preview.

Return

An API collection as represented by Defender for APIs.

Parameters

argument

null


suspend fun getAPICollection(apiCollectionId: String, resourceGroupName: String, serviceName: String): GetAPICollectionResult

Return

An API collection as represented by Defender for APIs.

Parameters

apiCollectionId

A string representing the apiCollections resource within the Microsoft.Security provider namespace. This string matches the Azure API Management API name.

resourceGroupName

The name of the resource group. The name is case insensitive.

serviceName

The name of the API Management service.

See also


Return

An API collection as represented by Defender for APIs.

Parameters

argument

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

See also