Get Remediation At Management Group Result
data class GetRemediationAtManagementGroupResult(val createdOn: String, val deploymentStatus: RemediationDeploymentSummaryResponse, val filters: RemediationFiltersResponse? = null, val id: String, val lastUpdatedOn: String, val name: String, val policyAssignmentId: String? = null, val policyDefinitionReferenceId: String? = null, val provisioningState: String, val resourceDiscoveryMode: String? = null, val type: String)
The remediation definition.
Constructors
Link copied to clipboard
constructor(createdOn: String, deploymentStatus: RemediationDeploymentSummaryResponse, filters: RemediationFiltersResponse? = null, id: String, lastUpdatedOn: String, name: String, policyAssignmentId: String? = null, policyDefinitionReferenceId: String? = null, provisioningState: String, resourceDiscoveryMode: String? = null, type: String)
Properties
Link copied to clipboard
The deployment status summary for all deployments created by the remediation.
Link copied to clipboard
The filters that will be applied to determine which resources to remediate.
Link copied to clipboard
The time at which the remediation was last updated.
Link copied to clipboard
The resource ID of the policy assignment that should be remediated.
Link copied to clipboard
The policy definition reference ID of the individual definition that should be remediated. Required when the policy assignment being remediated assigns a policy set definition.
Link copied to clipboard
The status of the remediation.
Link copied to clipboard
The way resources to remediate are discovered. Defaults to ExistingNonCompliant if not specified.