Reference documentation and code samples for the Cloud Security Compliance V1 API class Google::Cloud::CloudSecurityCompliance::V1::ControlAssessmentDetails.
The details for a control assessment.
Inherits
- Object
Extended By
- Google::Protobuf::MessageExts::ClassMethods
Includes
- Google::Protobuf::MessageExts
Methods
#assessed_passing_controls
def assessed_passing_controls() -> ::Integer
Returns
- (::Integer) — The number of controls that were assessed and are passing.
#assessed_passing_controls=
def assessed_passing_controls=(value) -> ::Integer
Parameter
- value (::Integer) — The number of controls that were assessed and are passing.
Returns
- (::Integer) — The number of controls that were assessed and are passing.
#failing_controls
def failing_controls() -> ::Integer
Returns
- (::Integer) — The number of controls that are failing.
#failing_controls=
def failing_controls=(value) -> ::Integer
Parameter
- value (::Integer) — The number of controls that are failing.
Returns
- (::Integer) — The number of controls that are failing.
#not_assessed_controls
def not_assessed_controls() -> ::Integer
Returns
- (::Integer) — The number of controls that aren't assessed because they require manual review.
#not_assessed_controls=
def not_assessed_controls=(value) -> ::Integer
Parameter
- value (::Integer) — The number of controls that aren't assessed because they require manual review.
Returns
- (::Integer) — The number of controls that aren't assessed because they require manual review.
#passing_controls
def passing_controls() -> ::Integer
Returns
- (::Integer) — The number of controls that are passing or not assessed.
#passing_controls=
def passing_controls=(value) -> ::Integer
Parameter
- value (::Integer) — The number of controls that are passing or not assessed.
Returns
- (::Integer) — The number of controls that are passing or not assessed.