ComplianceReportItem Class
- java.
lang. Object - com.
azure. resourcemanager. appcomplianceautomation. models. ComplianceReportItem
- com.
Implements
public final class ComplianceReportItem
implements JsonSerializable<ComplianceReportItem>
Object that includes all the content for single compliance result.
Method Summary
| Modifier and Type | Method and Description |
|---|---|
| String |
categoryName()
Get the category |
| String |
controlFamilyName()
Get the control |
| String |
controlId()
Get the control |
| String |
controlName()
Get the control |
|
Control |
controlStatus()
Get the control |
|
static
Compliance |
fromJson(JsonReader jsonReader)
Reads an instance of Compliance |
| String |
resourceId()
Get the resource |
|
Resource |
resourceOrigin()
Get the resource |
|
Resource |
resourceStatus()
Get the resource |
|
Offset |
resourceStatusChangeDate()
Get the resource |
| String |
resourceType()
Get the resource |
| String |
responsibilityDescription()
Get the responsibility |
| String |
responsibilityTitle()
Get the responsibility |
|
Json |
toJson(JsonWriter jsonWriter) |
Methods inherited from java.lang.Object
Method Details
categoryName
public String categoryName()
Get the categoryName property: The category name.
Returns:
controlFamilyName
public String controlFamilyName()
Get the controlFamilyName property: The control family name.
Returns:
controlId
public String controlId()
Get the controlId property: The control Id - e.g. "1".
Returns:
controlName
public String controlName()
Get the controlName property: The control name.
Returns:
controlStatus
public ControlStatus controlStatus()
Get the controlStatus property: Control status.
Returns:
fromJson
public static ComplianceReportItem fromJson(JsonReader jsonReader)
Reads an instance of ComplianceReportItem from the JsonReader.
Parameters:
Returns:
Throws:
resourceId
public String resourceId()
Get the resourceId property: The Id of the resource.
Returns:
resourceOrigin
public ResourceOrigin resourceOrigin()
Get the resourceOrigin property: Resource origin.
Returns:
resourceStatus
public ResourceStatus resourceStatus()
Get the resourceStatus property: Resource status.
Returns:
resourceStatusChangeDate
public OffsetDateTime resourceStatusChangeDate()
Get the resourceStatusChangeDate property: The status change date for the resource.
Returns:
resourceType
public String resourceType()
Get the resourceType property: The type of the resource. e.g. "Microsoft.SignalRService/SignalR".
Returns:
responsibilityDescription
public String responsibilityDescription()
Get the responsibilityDescription property: The description of the customer responsibility.
Returns:
responsibilityTitle
public String responsibilityTitle()
Get the responsibilityTitle property: The title of the customer responsibility.
Returns: