Class: Google::Cloud::SecurityCenterManagement::V1::GetSecurityCenterServiceRequest

Inherits:
Object
  • Object
show all
Extended by:
Protobuf::MessageExts::ClassMethods
Includes:
Protobuf::MessageExts
Defined in:
proto_docs/google/cloud/securitycentermanagement/v1/security_center_management.rb

Overview

Instance Attribute Summary collapse

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.

Returns:

  • (::String)

    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.

Returns:

  • (::Boolean)

    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