RegulatoryComplianceControl Interface

public interface RegulatoryComplianceControl

An immutable client-side representation of RegulatoryComplianceControl.

Method Summary

Modifier and Type Method and Description
abstract String description()

Gets the description property: The description of the regulatory compliance control.

abstract Integer failedAssessments()

Gets the failedAssessments property: The number of supported regulatory compliance assessments of the given control with a failed state.

abstract String id()

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

abstract RegulatoryComplianceControlInner innerModel()

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

abstract String name()

Gets the name property: The name of the resource.

abstract Integer passedAssessments()

Gets the passedAssessments property: The number of supported regulatory compliance assessments of the given control with a passed state.

abstract Integer skippedAssessments()

Gets the skippedAssessments property: The number of supported regulatory compliance assessments of the given control with a skipped state.

abstract State state()

Gets the state property: Aggregative state based on the control's supported assessments states.

abstract SystemData systemData()

Gets the systemData property: Azure Resource Manager metadata containing createdBy and modifiedBy information.

abstract String type()

Gets the type property: The type of the resource.

Method Details

description

public abstract String description()

Gets the description property: The description of the regulatory compliance control.

Returns:

the description value.

failedAssessments

public abstract Integer failedAssessments()

Gets the failedAssessments property: The number of supported regulatory compliance assessments of the given control with a failed state.

Returns:

the failedAssessments value.

id

public abstract String id()

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

Returns:

the id value.

innerModel

public abstract RegulatoryComplianceControlInner innerModel()

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

Returns:

the inner object.

name

public abstract String name()

Gets the name property: The name of the resource.

Returns:

the name value.

passedAssessments

public abstract Integer passedAssessments()

Gets the passedAssessments property: The number of supported regulatory compliance assessments of the given control with a passed state.

Returns:

the passedAssessments value.

skippedAssessments

public abstract Integer skippedAssessments()

Gets the skippedAssessments property: The number of supported regulatory compliance assessments of the given control with a skipped state.

Returns:

the skippedAssessments value.

state

public abstract State state()

Gets the state property: Aggregative state based on the control's supported assessments states.

Returns:

the state value.

systemData

public abstract SystemData systemData()

Gets the systemData property: Azure Resource Manager metadata containing createdBy and modifiedBy information.

Returns:

the systemData value.

type

public abstract String type()

Gets the type property: The type of the resource.

Returns:

the type value.

Applies to