Class: Google::Cloud::SecurityCenter::V1::CreateFindingRequest

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

Overview

Request message for creating a finding.

Instance Attribute Summary collapse

Instance Attribute Details

#finding::Google::Cloud::SecurityCenter::V1::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:



104
105
106
107
# File 'proto_docs/google/cloud/securitycenter/v1/securitycenter_service.rb', line 104

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. It must be alphanumeric and less than or equal to 32 characters and greater than 0 characters in length.

Returns:

  • (::String)

    Required. Unique identifier provided by the client within the parent scope. It must be alphanumeric and less than or equal to 32 characters and greater than 0 characters in length.



104
105
106
107
# File 'proto_docs/google/cloud/securitycenter/v1/securitycenter_service.rb', line 104

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



104
105
106
107
# File 'proto_docs/google/cloud/securitycenter/v1/securitycenter_service.rb', line 104

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