Class: Google::Cloud::SecurityCenter::V1::CreateMuteConfigRequest

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

Overview

Request message for creating a mute config.

Instance Attribute Summary collapse

Instance Attribute Details

#mute_config::Google::Cloud::SecurityCenter::V1::MuteConfig

Returns Required. The mute config being created.

Returns:



124
125
126
127
# File 'proto_docs/google/cloud/securitycenter/v1/securitycenter_service.rb', line 124

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

#mute_config_id::String

Returns Required. Unique identifier provided by the client within the parent scope. It must consist of only lowercase letters, numbers, and hyphens, must start with a letter, must end with either a letter or a number, and must be 63 characters or less.

Returns:

  • (::String)

    Required. Unique identifier provided by the client within the parent scope. It must consist of only lowercase letters, numbers, and hyphens, must start with a letter, must end with either a letter or a number, and must be 63 characters or less.



124
125
126
127
# File 'proto_docs/google/cloud/securitycenter/v1/securitycenter_service.rb', line 124

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

#parent::String

Returns Required. Resource name of the new mute configs's parent. Its format is organizations/[organization_id], folders/[folder_id], or projects/[project_id].

Returns:

  • (::String)

    Required. Resource name of the new mute configs's parent. Its format is organizations/[organization_id], folders/[folder_id], or projects/[project_id].



124
125
126
127
# File 'proto_docs/google/cloud/securitycenter/v1/securitycenter_service.rb', line 124

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