public interface ControlAssessmentDetailsOrBuilder extends MessageOrBuilderImplements
MessageOrBuilderMethods
getAssessedPassingControls()
public abstract int getAssessedPassingControls()The number of controls that were assessed and are passing.
int32 assessed_passing_controls = 3;
| Returns | |
|---|---|
| Type | Description |
int |
The assessedPassingControls. |
getFailingControls()
public abstract int getFailingControls()The number of controls that are failing.
int32 failing_controls = 2;
| Returns | |
|---|---|
| Type | Description |
int |
The failingControls. |
getNotAssessedControls()
public abstract int getNotAssessedControls()The number of controls that aren't assessed because they require manual review.
int32 not_assessed_controls = 4;
| Returns | |
|---|---|
| Type | Description |
int |
The notAssessedControls. |
getPassingControls()
public abstract int getPassingControls()The number of controls that are passing or not assessed.
int32 passing_controls = 1;
| Returns | |
|---|---|
| Type | Description |
int |
The passingControls. |