Get APICollection By Azure Api Management Service Result
data class GetAPICollectionByAzureApiManagementServiceResult(val baseUrl: String, val discoveredVia: String, val displayName: String, val id: String, val name: String, val numberOfApiEndpoints: Double, val numberOfApiEndpointsWithSensitiveDataExposed: Double, val numberOfExternalApiEndpoints: Double, val numberOfInactiveApiEndpoints: Double, val numberOfUnauthenticatedApiEndpoints: Double, val provisioningState: String, val sensitivityLabel: String, val type: String)
An API collection as represented by Microsoft Defender for APIs.
Constructors
Link copied to clipboard
fun GetAPICollectionByAzureApiManagementServiceResult(baseUrl: String, discoveredVia: String, displayName: String, id: String, name: String, numberOfApiEndpoints: Double, numberOfApiEndpointsWithSensitiveDataExposed: Double, numberOfExternalApiEndpoints: Double, numberOfInactiveApiEndpoints: Double, numberOfUnauthenticatedApiEndpoints: Double, provisioningState: String, sensitivityLabel: String, type: String)