Class: Google::Cloud::SecurityCenter::V1p1beta1::UpdateSecurityMarksRequest

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

Overview

Request message for updating a SecurityMarks resource.

Instance Attribute Summary collapse

Instance Attribute Details

#security_marks::Google::Cloud::SecurityCenter::V1p1beta1::SecurityMarks

Returns Required. The security marks resource to update.

Returns:



1046
1047
1048
1049
# File 'proto_docs/google/cloud/securitycenter/v1p1beta1/securitycenter_service.rb', line 1046

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

#start_time::Google::Protobuf::Timestamp

Returns The time at which the updated SecurityMarks take effect. If not set uses current server time. Updates will be applied to the SecurityMarks that are active immediately preceding this time.

Returns:

  • (::Google::Protobuf::Timestamp)

    The time at which the updated SecurityMarks take effect. If not set uses current server time. Updates will be applied to the SecurityMarks that are active immediately preceding this time.



1046
1047
1048
1049
# File 'proto_docs/google/cloud/securitycenter/v1p1beta1/securitycenter_service.rb', line 1046

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

#update_mask::Google::Protobuf::FieldMask

Returns The FieldMask to use when updating the security marks resource.

The field mask must not contain duplicate fields. If empty or set to "marks", all marks will be replaced. Individual marks can be updated using "marks.".

Returns:

  • (::Google::Protobuf::FieldMask)

    The FieldMask to use when updating the security marks resource.

    The field mask must not contain duplicate fields. If empty or set to "marks", all marks will be replaced. Individual marks can be updated using "marks.".



1046
1047
1048
1049
# File 'proto_docs/google/cloud/securitycenter/v1p1beta1/securitycenter_service.rb', line 1046

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