GetAssessmentResult

data class GetAssessmentResult(val additionalData: Map<String, String>? = null, val azureApiVersion: String, val displayName: String, val id: String, val links: AssessmentLinksResponse, val metadata: SecurityAssessmentMetadataPropertiesResponse? = null, val name: String, val partnersData: SecurityAssessmentPartnerDataResponse? = null, val resourceDetails: Any, val status: AssessmentStatusResponseResponse, val type: String)

Security assessment on a resource - response format

Constructors

Link copied to clipboard
constructor(additionalData: Map<String, String>? = null, azureApiVersion: String, displayName: String, id: String, links: AssessmentLinksResponse, metadata: SecurityAssessmentMetadataPropertiesResponse? = null, name: String, partnersData: SecurityAssessmentPartnerDataResponse? = null, resourceDetails: Any, status: AssessmentStatusResponseResponse, type: String)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

Additional data regarding the assessment

Link copied to clipboard

The Azure API version of the resource.

Link copied to clipboard

User friendly display name of the assessment

Link copied to clipboard
val id: String

Resource Id

Link copied to clipboard

Links relevant to the assessment

Link copied to clipboard

Describes properties of an assessment metadata.

Link copied to clipboard

Resource name

Link copied to clipboard

Data regarding 3rd party partner integration

Link copied to clipboard

Details of the resource that was assessed

Link copied to clipboard

The result of the assessment

Link copied to clipboard

Resource type