RegulatoryComplianceStandard Interface
public interface RegulatoryComplianceStandard
An immutable client-side representation of RegulatoryComplianceStandard.
Method Summary
| Modifier and Type | Method and Description |
|---|---|
| abstract Integer |
failedControls()
Gets the failed |
| abstract String |
id()
Gets the id property: Fully qualified resource Id for the resource. |
|
abstract
Regulatory |
innerModel()
Gets the inner com. |
| abstract String |
name()
Gets the name property: The name of the resource. |
| abstract Integer |
passedControls()
Gets the passed |
| abstract Integer |
skippedControls()
Gets the skipped |
| abstract State |
state()
Gets the state property: Aggregative state based on the standard's supported controls states. |
|
abstract
System |
systemData()
Gets the system |
| abstract String |
type()
Gets the type property: The type of the resource. |
| abstract Integer |
unsupportedControls()
Gets the unsupported |
Method Details
failedControls
public abstract Integer failedControls()
Gets the failedControls property: The number of supported regulatory compliance controls of the given standard with a failed state.
Returns:
id
public abstract String id()
Gets the id property: Fully qualified resource Id for the resource.
Returns:
innerModel
public abstract RegulatoryComplianceStandardInner innerModel()
Gets the inner com.azure.resourcemanager.security.fluent.models.RegulatoryComplianceStandardInner object.
Returns:
name
public abstract String name()
Gets the name property: The name of the resource.
Returns:
passedControls
public abstract Integer passedControls()
Gets the passedControls property: The number of supported regulatory compliance controls of the given standard with a passed state.
Returns:
skippedControls
public abstract Integer skippedControls()
Gets the skippedControls property: The number of supported regulatory compliance controls of the given standard with a skipped state.
Returns:
state
public abstract State state()
Gets the state property: Aggregative state based on the standard's supported controls states.
Returns:
systemData
public abstract SystemData systemData()
Gets the systemData property: Azure Resource Manager metadata containing createdBy and modifiedBy information.
Returns:
type
public abstract String type()
Gets the type property: The type of the resource.
Returns:
unsupportedControls
public abstract Integer unsupportedControls()
Gets the unsupportedControls property: The number of regulatory compliance controls of the given standard which are unsupported by automated assessments.
Returns: