RegulatoryComplianceStandardInner Class
- java.
lang. Object - com.
azure. core. management. ProxyResource - com.
azure. resourcemanager. security. fluent. models. RegulatoryComplianceStandardInner
- com.
- com.
public final class RegulatoryComplianceStandardInner
extends ProxyResource
Regulatory compliance standard details and state.
Method Summary
| Modifier and Type | Method and Description |
|---|---|
| Integer |
failedControls()
Get the failed |
|
static
Regulatory |
fromJson(JsonReader jsonReader)
Reads an instance of Regulatory |
| String |
id()
Get the id property: Fully qualified resource Id for the resource. |
| String |
name()
Get the name property: The name of the resource. |
| Integer |
passedControls()
Get the passed |
| Integer |
skippedControls()
Get the skipped |
| State |
state()
Get the state property: Aggregative state based on the standard's supported controls states. |
|
System |
systemData()
Get the system |
|
Json |
toJson(JsonWriter jsonWriter) |
| String |
type()
Get the type property: The type of the resource. |
| Integer |
unsupportedControls()
Get the unsupported |
| void |
validate()
Validates the instance. |
Methods inherited from ProxyResource
Methods inherited from java.lang.Object
Method Details
failedControls
public Integer failedControls()
Get the failedControls property: The number of supported regulatory compliance controls of the given standard with a failed state.
Returns:
fromJson
public static RegulatoryComplianceStandardInner fromJson(JsonReader jsonReader)
Reads an instance of RegulatoryComplianceStandardInner from the JsonReader.
Parameters:
Returns:
Throws:
id
public String id()
Get the id property: Fully qualified resource Id for the resource.
Overrides:
RegulatoryComplianceStandardInner.id()Returns:
name
public String name()
Get the name property: The name of the resource.
Overrides:
RegulatoryComplianceStandardInner.name()Returns:
passedControls
public Integer passedControls()
Get the passedControls property: The number of supported regulatory compliance controls of the given standard with a passed state.
Returns:
skippedControls
public Integer skippedControls()
Get the skippedControls property: The number of supported regulatory compliance controls of the given standard with a skipped state.
Returns:
state
public State state()
Get the state property: Aggregative state based on the standard's supported controls states.
Returns:
systemData
public SystemData systemData()
Get the systemData property: Azure Resource Manager metadata containing createdBy and modifiedBy information.
Returns:
toJson
public JsonWriter toJson(JsonWriter jsonWriter)
Overrides:
RegulatoryComplianceStandardInner.toJson(JsonWriter jsonWriter)Parameters:
Throws:
type
public String type()
Get the type property: The type of the resource.
Overrides:
RegulatoryComplianceStandardInner.type()Returns:
unsupportedControls
public Integer unsupportedControls()
Get the unsupportedControls property: The number of regulatory compliance controls of the given standard which are unsupported by automated assessments.
Returns:
validate
public void validate()
Validates the instance.