Class: Google::Cloud::SecurityCenterManagement::V1::UpdateSecurityCenterServiceRequest

Inherits:
Object
  • Object
show all
Extended by:
Protobuf::MessageExts::ClassMethods
Includes:
Protobuf::MessageExts
Defined in:
proto_docs/google/cloud/securitycentermanagement/v1/security_center_management.rb

Overview

Instance Attribute Summary collapse

Instance Attribute Details

#security_center_service::Google::Cloud::SecurityCenterManagement::V1::SecurityCenterService

Returns Required. The updated service.

Returns:



1321
1322
1323
1324
# File 'proto_docs/google/cloud/securitycentermanagement/v1/security_center_management.rb', line 1321

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

#update_mask::Google::Protobuf::FieldMask

Returns Required. The fields to update. Accepts the following values:

  • intended_enablement_state
  • modules

If omitted, then all eligible fields are updated.

Returns:

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

    Required. The fields to update. Accepts the following values:

    • intended_enablement_state
    • modules

    If omitted, then all eligible fields are updated.



1321
1322
1323
1324
# File 'proto_docs/google/cloud/securitycentermanagement/v1/security_center_management.rb', line 1321

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

#validate_only::Boolean

Returns Optional. When set to true, the request will be validated (including IAM checks), but no service will be updated. An OK response indicates that the request is valid, while an error response indicates that the request is invalid.

If the request is valid, a subsequent request to update the service could still fail for one of the following reasons:

  • The state of your cloud resources changed; for example, you lost a required IAM permission
  • An error occurred during update of the service

Defaults to false.

Returns:

  • (::Boolean)

    Optional. When set to true, the request will be validated (including IAM checks), but no service will be updated. An OK response indicates that the request is valid, while an error response indicates that the request is invalid.

    If the request is valid, a subsequent request to update the service could still fail for one of the following reasons:

    • The state of your cloud resources changed; for example, you lost a required IAM permission
    • An error occurred during update of the service

    Defaults to false.



1321
1322
1323
1324
# File 'proto_docs/google/cloud/securitycentermanagement/v1/security_center_management.rb', line 1321

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