Class: Google::Cloud::SecurityCenter::V1::UpdateSecurityMarksRequest
- Inherits:
-
Object
- Object
- Google::Cloud::SecurityCenter::V1::UpdateSecurityMarksRequest
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/cloud/securitycenter/v1/securitycenter_service.rb
Overview
Request message for updating a SecurityMarks resource.
Instance Attribute Summary collapse
-
#security_marks ⇒ ::Google::Cloud::SecurityCenter::V1::SecurityMarks
Required.
-
#start_time ⇒ ::Google::Protobuf::Timestamp
The time at which the updated SecurityMarks take effect.
-
#update_mask ⇒ ::Google::Protobuf::FieldMask
The FieldMask to use when updating the security marks resource.
Instance Attribute Details
#security_marks ⇒ ::Google::Cloud::SecurityCenter::V1::SecurityMarks
Returns Required. The security marks resource to update.
1805 1806 1807 1808 |
# File 'proto_docs/google/cloud/securitycenter/v1/securitycenter_service.rb', line 1805 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. Must be earlier or equal to the server time.
1805 1806 1807 1808 |
# File 'proto_docs/google/cloud/securitycenter/v1/securitycenter_service.rb', line 1805 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.
1805 1806 1807 1808 |
# File 'proto_docs/google/cloud/securitycenter/v1/securitycenter_service.rb', line 1805 class UpdateSecurityMarksRequest include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |