Reference documentation and code samples for the Security Center Management V1 API class Google::Cloud::SecurityCenterManagement::V1::UpdateSecurityCenterServiceRequest.
Request message for updating a Security Command Center service.
Inherits
- Object
Extended By
- Google::Protobuf::MessageExts::ClassMethods
Includes
- Google::Protobuf::MessageExts
Methods
#security_center_service
def security_center_service() -> ::Google::Cloud::SecurityCenterManagement::V1::SecurityCenterService
- (::Google::Cloud::SecurityCenterManagement::V1::SecurityCenterService) — Required. The updated service.
#security_center_service=
def security_center_service=(value) -> ::Google::Cloud::SecurityCenterManagement::V1::SecurityCenterService
- value (::Google::Cloud::SecurityCenterManagement::V1::SecurityCenterService) — Required. The updated service.
- (::Google::Cloud::SecurityCenterManagement::V1::SecurityCenterService) — Required. The updated service.
#update_mask
def update_mask() -> ::Google::Protobuf::FieldMask
-
(::Google::Protobuf::FieldMask) —
Required. The list of fields to be updated. Possible values:
- "intended_enablement_state"
- "modules"
#update_mask=
def update_mask=(value) -> ::Google::Protobuf::FieldMask
-
value (::Google::Protobuf::FieldMask) —
Required. The list of fields to be updated. Possible values:
- "intended_enablement_state"
- "modules"
-
(::Google::Protobuf::FieldMask) —
Required. The list of fields to be updated. Possible values:
- "intended_enablement_state"
- "modules"
#validate_only
def validate_only() -> ::Boolean
-
(::Boolean) —
Optional. When set to true, only validations (including IAM checks) will be done for the request (service will not be updated). An OK response indicates that the request is valid, while an error response indicates that the request is invalid. Note that a subsequent request to actually update the service could still fail for one of the following reasons:
- The state could have changed (e.g. IAM permission lost).
- A failure occurred while trying to delete the module.
#validate_only=
def validate_only=(value) -> ::Boolean
-
value (::Boolean) —
Optional. When set to true, only validations (including IAM checks) will be done for the request (service will not be updated). An OK response indicates that the request is valid, while an error response indicates that the request is invalid. Note that a subsequent request to actually update the service could still fail for one of the following reasons:
- The state could have changed (e.g. IAM permission lost).
- A failure occurred while trying to delete the module.
-
(::Boolean) —
Optional. When set to true, only validations (including IAM checks) will be done for the request (service will not be updated). An OK response indicates that the request is valid, while an error response indicates that the request is invalid. Note that a subsequent request to actually update the service could still fail for one of the following reasons:
- The state could have changed (e.g. IAM permission lost).
- A failure occurred while trying to delete the module.