Security Command Center V2 API - Class Google::Cloud::SecurityCenter::V2::SetFindingStateRequest (v0.3.0)

Reference documentation and code samples for the Security Command Center V2 API class Google::Cloud::SecurityCenter::V2::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. If no location is specified, finding is assumed to be in global. The following list shows some examples:

    + organizations/{organization_id}/sources/{source_id}/findings/{finding_id} + organizations/{organization_id}/sources/{source_id}/locations/{location_id}/findings/{finding_id}

    • folders/{folder_id}/sources/{source_id}/findings/{finding_id} + folders/{folder_id}/sources/{source_id}/locations/{location_id}/findings/{finding_id}
    • projects/{project_id}/sources/{source_id}/findings/{finding_id} + projects/{project_id}/sources/{source_id}/locations/{location_id}/findings/{finding_id}

#name=

def name=(value) -> ::String
Parameter
  • value (::String) —

    Required. The relative resource name of the finding. If no location is specified, finding is assumed to be in global. The following list shows some examples:

    + organizations/{organization_id}/sources/{source_id}/findings/{finding_id} + organizations/{organization_id}/sources/{source_id}/locations/{location_id}/findings/{finding_id}

    • folders/{folder_id}/sources/{source_id}/findings/{finding_id} + folders/{folder_id}/sources/{source_id}/locations/{location_id}/findings/{finding_id}
    • projects/{project_id}/sources/{source_id}/findings/{finding_id} + projects/{project_id}/sources/{source_id}/locations/{location_id}/findings/{finding_id}
Returns
  • (::String) —

    Required. The relative resource name of the finding. If no location is specified, finding is assumed to be in global. The following list shows some examples:

    + organizations/{organization_id}/sources/{source_id}/findings/{finding_id} + organizations/{organization_id}/sources/{source_id}/locations/{location_id}/findings/{finding_id}

    • folders/{folder_id}/sources/{source_id}/findings/{finding_id} + folders/{folder_id}/sources/{source_id}/locations/{location_id}/findings/{finding_id}
    • projects/{project_id}/sources/{source_id}/findings/{finding_id} + projects/{project_id}/sources/{source_id}/locations/{location_id}/findings/{finding_id}

#state

def state() -> ::Google::Cloud::SecurityCenter::V2::Finding::State
Returns

#state=

def state=(value) -> ::Google::Cloud::SecurityCenter::V2::Finding::State
Parameter
Returns