Class Google::Cloud::SecurityCenter::V1p1beta1::CreateFindingRequest (v0.7.5)

Request message for creating a finding.

Inherits

  • Object

Extended By

  • Google::Protobuf::MessageExts::ClassMethods

Includes

  • Google::Protobuf::MessageExts

Methods

#finding

def finding() -> ::Google::Cloud::SecurityCenter::V1p1beta1::Finding
Returns

#finding=

def finding=(value) -> ::Google::Cloud::SecurityCenter::V1p1beta1::Finding
Parameter
Returns

#finding_id

def finding_id() -> ::String
Returns
  • (::String) — Required. Unique identifier provided by the client within the parent scope.

#finding_id=

def finding_id=(value) -> ::String
Parameter
  • value (::String) — Required. Unique identifier provided by the client within the parent scope.
Returns
  • (::String) — Required. Unique identifier provided by the client within the parent scope.

#parent

def parent() -> ::String
Returns
  • (::String) — Required. Resource name of the new finding's parent. Its format should be "organizations/[organization_id]/sources/[source_id]".

#parent=

def parent=(value) -> ::String
Parameter
  • value (::String) — 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]".