Security Center Management V1 API - Class Google::Cloud::SecurityCenterManagement::V1::GetSecurityCenterServiceRequest (v0.4.0)

Reference documentation and code samples for the Security Center Management V1 API class Google::Cloud::SecurityCenterManagement::V1::GetSecurityCenterServiceRequest.

Request message for getting a Security Command Center service.

Inherits

  • Object

Extended By

  • Google::Protobuf::MessageExts::ClassMethods

Includes

  • Google::Protobuf::MessageExts

Methods

#name

def name() -> ::String
Returns
  • (::String) —

    Required. The Security Command Center service to retrieve.

    Formats:

    • organizations/{organization}/locations/{location}/securityCenterServices/{service}
    • folders/{folder}/locations/{location}/securityCenterServices/{service}
    • projects/{project}/locations/{location}/securityCenterServices/{service}

    The possible values for id {service} are:

    • container-threat-detection
    • event-threat-detection
    • security-health-analytics
    • vm-threat-detection
    • web-security-scanner

#name=

def name=(value) -> ::String
Parameter
  • value (::String) —

    Required. The Security Command Center service to retrieve.

    Formats:

    • organizations/{organization}/locations/{location}/securityCenterServices/{service}
    • folders/{folder}/locations/{location}/securityCenterServices/{service}
    • projects/{project}/locations/{location}/securityCenterServices/{service}

    The possible values for id {service} are:

    • 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.

    Formats:

    • organizations/{organization}/locations/{location}/securityCenterServices/{service}
    • folders/{folder}/locations/{location}/securityCenterServices/{service}
    • projects/{project}/locations/{location}/securityCenterServices/{service}

    The possible values for id {service} are:

    • container-threat-detection
    • event-threat-detection
    • security-health-analytics
    • vm-threat-detection
    • web-security-scanner

#show_eligible_modules_only

def show_eligible_modules_only() -> ::Boolean
Returns
  • (::Boolean) — Flag that, when set, will be used to filter the ModuleSettings that are in scope. The default setting is that all modules will be shown.

#show_eligible_modules_only=

def show_eligible_modules_only=(value) -> ::Boolean
Parameter
  • value (::Boolean) — Flag that, when set, will be used to filter the ModuleSettings that are in scope. The default setting is that all modules will be shown.
Returns
  • (::Boolean) — Flag that, when set, will be used to filter the ModuleSettings that are in scope. The default setting is that all modules will be shown.