Reference documentation and code samples for the Cloud Security Command Center V1 API class Google::Cloud::SecurityCenter::V1::SetFindingStateRequest.
Request message for updating a finding's state.
Inherits
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. Example:
organizations/{organization_id}/sources/{source_id}/findings/{finding_id}
,folders/{folder_id}/sources/{source_id}/findings/{finding_id}
,projects/{project_id}/sources/{source_id}/findings/{finding_id}
.
#name=
def name=(value) -> ::String
Parameter
-
value (::String) — Required. The relative resource
name
of the finding. Example:
organizations/{organization_id}/sources/{source_id}/findings/{finding_id}
,folders/{folder_id}/sources/{source_id}/findings/{finding_id}
,projects/{project_id}/sources/{source_id}/findings/{finding_id}
.
Returns
-
(::String) — Required. The relative resource
name
of the finding. Example:
organizations/{organization_id}/sources/{source_id}/findings/{finding_id}
,folders/{folder_id}/sources/{source_id}/findings/{finding_id}
,projects/{project_id}/sources/{source_id}/findings/{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::V1::Finding::State
Returns
- (::Google::Cloud::SecurityCenter::V1::Finding::State) — Required. The desired State of the finding.
#state=
def state=(value) -> ::Google::Cloud::SecurityCenter::V1::Finding::State
Parameter
- value (::Google::Cloud::SecurityCenter::V1::Finding::State) — Required. The desired State of the finding.
Returns
- (::Google::Cloud::SecurityCenter::V1::Finding::State) — Required. The desired State of the finding.