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 failedControls property: The number of supported regulatory compliance controls of the given standard with a failed state.

abstract String id()

Gets the id property: Fully qualified resource Id for the resource.

abstract RegulatoryComplianceStandardInner innerModel()

Gets the inner com.azure.resourcemanager.security.fluent.models.RegulatoryComplianceStandardInner object.

abstract String name()

Gets the name property: The name of the resource.

abstract Integer passedControls()

Gets the passedControls property: The number of supported regulatory compliance controls of the given standard with a passed state.

abstract Integer skippedControls()

Gets the skippedControls property: The number of supported regulatory compliance controls of the given standard with a skipped state.

abstract State state()

Gets the state property: Aggregative state based on the standard's supported controls states.

abstract String type()

Gets the type property: The type of the resource.

abstract Integer unsupportedControls()

Gets the unsupportedControls property: The number of regulatory compliance controls of the given standard which are unsupported by automated assessments.

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:

the failedControls value.

id

public abstract String id()

Gets the id property: Fully qualified resource Id for the resource.

Returns:

the id value.

innerModel

public abstract RegulatoryComplianceStandardInner innerModel()

Gets the inner com.azure.resourcemanager.security.fluent.models.RegulatoryComplianceStandardInner object.

Returns:

the inner object.

name

public abstract String name()

Gets the name property: The name of the resource.

Returns:

the name value.

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:

the passedControls value.

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:

the skippedControls value.

state

public abstract State state()

Gets the state property: Aggregative state based on the standard's supported controls states.

Returns:

the state value.

type

public abstract String type()

Gets the type property: The type of the resource.

Returns:

the type value.

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:

the unsupportedControls value.

Applies to