Class: Google::Cloud::CloudSecurityCompliance::V1::ControlFamily
- Inherits:
-
Object
- Object
- Google::Cloud::CloudSecurityCompliance::V1::ControlFamily
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/cloud/cloudsecuritycompliance/v1/common.rb
Overview
The regulatory family of the control.
Instance Attribute Summary collapse
-
#display_name ⇒ ::String
The friendly name for the regulatory control family.
-
#family_id ⇒ ::String
The identifier for the regulatory control family.
Instance Attribute Details
#display_name ⇒ ::String
Returns The friendly name for the regulatory control family.
588 589 590 591 |
# File 'proto_docs/google/cloud/cloudsecuritycompliance/v1/common.rb', line 588 class ControlFamily include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#family_id ⇒ ::String
Returns The identifier for the regulatory control family.
588 589 590 591 |
# File 'proto_docs/google/cloud/cloudsecuritycompliance/v1/common.rb', line 588 class ControlFamily include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |