Class: Google::Cloud::SecurityCenter::V1p1beta1::CreateFindingRequest

Inherits:
Object
  • Object
show all
Extended by:
Protobuf::MessageExts::ClassMethods
Includes:
Protobuf::MessageExts
Defined in:
proto_docs/google/cloud/securitycenter/v1p1beta1/securitycenter_service.rb

Overview

Request message for creating a finding.

Instance Attribute Summary collapse

Instance Attribute Details

#finding::Google::Cloud::SecurityCenter::V1p1beta1::Finding

Returns Required. The Finding being created. The name and security_marks will be ignored as they are both output only fields on this resource.

Returns:



36
37
38
39
# File 'proto_docs/google/cloud/securitycenter/v1p1beta1/securitycenter_service.rb', line 36

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

#finding_id::String

Returns Required. Unique identifier provided by the client within the parent scope.

Returns:

  • (::String)

    Required. Unique identifier provided by the client within the parent scope.



36
37
38
39
# File 'proto_docs/google/cloud/securitycenter/v1p1beta1/securitycenter_service.rb', line 36

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

#parent::String

Returns Required. Resource name of the new finding's parent. Its format should be "organizations/[organization_id]/sources/[source_id]".

Returns:

  • (::String)

    Required. Resource name of the new finding's parent. Its format should be "organizations/[organization_id]/sources/[source_id]".



36
37
38
39
# File 'proto_docs/google/cloud/securitycenter/v1p1beta1/securitycenter_service.rb', line 36

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