Class: Google::Cloud::SecurityCenterManagement::V1::GetEffectiveSecurityHealthAnalyticsCustomModuleRequest

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 full resource name of the custom module, specified in one of the following formats:

  • organizations/organization/{location}/effectiveSecurityHealthAnalyticsCustomModules/{custom_module}
  • folders/folder/{location}/effectiveSecurityHealthAnalyticsCustomModules/{custom_module}
  • projects/project/{location}/effectiveSecurityHealthAnalyticsCustomModules/{custom_module}.

Returns:

  • (::String)

    Required. The full resource name of the custom module, specified in one of the following formats:

    • organizations/organization/{location}/effectiveSecurityHealthAnalyticsCustomModules/{custom_module}
    • folders/folder/{location}/effectiveSecurityHealthAnalyticsCustomModules/{custom_module}
    • projects/project/{location}/effectiveSecurityHealthAnalyticsCustomModules/{custom_module}


217
218
219
220
# File 'proto_docs/google/cloud/securitycentermanagement/v1/security_center_management.rb', line 217

class GetEffectiveSecurityHealthAnalyticsCustomModuleRequest
  include ::Google::Protobuf::MessageExts
  extend ::Google::Protobuf::MessageExts::ClassMethods
end