Remediation Class
- java.
lang. Object - com.
azure. resourcemanager. security. models. Remediation
- com.
Implements
public final class Remediation
implements JsonSerializable<Remediation>
Remediation details.
Method Summary
| Modifier and Type | Method and Description |
|---|---|
| Boolean |
automated()
Get the automated property: Is remediation automated. |
| String |
description()
Get the description property: Remediation description. |
| static Remediation |
fromJson(JsonReader jsonReader)
Reads an instance of Remediation from the Json |
| String |
portalLink()
Get the portal |
| List<String> |
scripts()
Get the scripts property: Remediation script. |
|
Json |
toJson(JsonWriter jsonWriter) |
| void |
validate()
Validates the instance. |
Methods inherited from java.lang.Object
Method Details
automated
public Boolean automated()
Get the automated property: Is remediation automated.
Returns:
description
public String description()
Get the description property: Remediation description.
Returns:
fromJson
public static Remediation fromJson(JsonReader jsonReader)
Reads an instance of Remediation from the JsonReader.
Parameters:
Returns:
Throws:
portalLink
public String portalLink()
Get the portalLink property: Optional link to remediate in Azure Portal.
Returns:
scripts
public List<String> scripts()
Get the scripts property: Remediation script.
Returns:
toJson
validate
public void validate()
Validates the instance.