TargetAssessmentArmIdsResponse

data class TargetAssessmentArmIdsResponse(val aks: String? = null, val azureAppService: String? = null, val azureAppServiceContainer: String? = null)

ARM IDs of the target assessments.

Constructors

Link copied to clipboard
constructor(aks: String? = null, azureAppService: String? = null, azureAppServiceContainer: String? = null)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
val aks: String? = null

ARM ID for Azure Kubernetes Service assessment.

Link copied to clipboard
val azureAppService: String? = null

ARM ID for Azure App Service assessment.

Link copied to clipboard

ARM ID for Azure App Service Container assessment.