Reference documentation and code samples for the Cloud Security Command Center V1p1beta1 API class Google::Cloud::SecurityCenter::V1p1beta1::SetFindingStateRequest.
Request message for updating a finding's state.
Inherits
- Object
 
Extended By
- Google::Protobuf::MessageExts::ClassMethods
 
Includes
- Google::Protobuf::MessageExts
 
Methods
#name
def name() -> ::String
    Returns
    
  - (::String) — Required. The relative resource name of the finding. See: https://cloud.google.com/apis/design/resource_names#relative_resource_name Example: "organizations/{organization_id}/sources/{source_id}/finding/{finding_id}".
 
#name=
def name=(value) -> ::String
    Parameter
    
  - value (::String) — Required. The relative resource name of the finding. See: https://cloud.google.com/apis/design/resource_names#relative_resource_name Example: "organizations/{organization_id}/sources/{source_id}/finding/{finding_id}".
 
    Returns
    
  - (::String) — Required. The relative resource name of the finding. See: https://cloud.google.com/apis/design/resource_names#relative_resource_name Example: "organizations/{organization_id}/sources/{source_id}/finding/{finding_id}".
 
#start_time
def start_time() -> ::Google::Protobuf::Timestamp
    Returns
    
  - (::Google::Protobuf::Timestamp) — Required. The time at which the updated state takes effect.
 
#start_time=
def start_time=(value) -> ::Google::Protobuf::Timestamp
    Parameter
    
  - value (::Google::Protobuf::Timestamp) — Required. The time at which the updated state takes effect.
 
    Returns
    
  - (::Google::Protobuf::Timestamp) — Required. The time at which the updated state takes effect.
 
#state
def state() -> ::Google::Cloud::SecurityCenter::V1p1beta1::Finding::State
    Returns
    
  - (::Google::Cloud::SecurityCenter::V1p1beta1::Finding::State) — Required. The desired State of the finding.
 
#state=
def state=(value) -> ::Google::Cloud::SecurityCenter::V1p1beta1::Finding::State
    Parameter
    
  - value (::Google::Cloud::SecurityCenter::V1p1beta1::Finding::State) — Required. The desired State of the finding.
 
    Returns
    
- (::Google::Cloud::SecurityCenter::V1p1beta1::Finding::State) — Required. The desired State of the finding.