RemediationDeploymentResponse

data class RemediationDeploymentResponse(val createdOn: String, val deploymentId: String, val error: ErrorDefinitionResponse, val lastUpdatedOn: String, val remediatedResourceId: String, val resourceLocation: String, val status: String)

Details of a single deployment created by the remediation.

Constructors

Link copied to clipboard
constructor(createdOn: String, deploymentId: String, error: ErrorDefinitionResponse, lastUpdatedOn: String, remediatedResourceId: String, resourceLocation: String, status: String)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

The time at which the remediation was created.

Link copied to clipboard

Resource ID of the template deployment that will remediate the resource.

Link copied to clipboard

Error encountered while remediated the resource.

Link copied to clipboard

The time at which the remediation deployment was last updated.

Link copied to clipboard

Resource ID of the resource that is being remediated by the deployment.

Link copied to clipboard

Location of the resource that is being remediated.

Link copied to clipboard

Status of the remediation deployment.