Class: Google::Cloud::SecurityCenterManagement::V1::GetSecurityCenterServiceRequest
- Inherits:
-
Object
- Object
- Google::Cloud::SecurityCenterManagement::V1::GetSecurityCenterServiceRequest
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/cloud/securitycentermanagement/v1/security_center_management.rb
Overview
Request message for SecurityCenterManagement.GetSecurityCenterService.
Instance Attribute Summary collapse
-
#name ⇒ ::String
Required.
-
#show_eligible_modules_only ⇒ ::Boolean
Set to
true
to show only modules that are in scope.
Instance Attribute Details
#name ⇒ ::String
Returns Required. The Security Command Center service to retrieve, in one of the following formats:
- organizations/{organization}/locations/{location}/securityCenterServices/{service}
- folders/{folder}/locations/{location}/securityCenterServices/{service}
- projects/{project}/locations/{location}/securityCenterServices/{service}
The following values are valid for {service}
:
container-threat-detection
event-threat-detection
security-health-analytics
vm-threat-detection
web-security-scanner
.
1244 1245 1246 1247 |
# File 'proto_docs/google/cloud/securitycentermanagement/v1/security_center_management.rb', line 1244 class GetSecurityCenterServiceRequest include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#show_eligible_modules_only ⇒ ::Boolean
Returns Set to true
to show only modules that are in scope. By default, all
modules are shown.
1244 1245 1246 1247 |
# File 'proto_docs/google/cloud/securitycentermanagement/v1/security_center_management.rb', line 1244 class GetSecurityCenterServiceRequest include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |