Class: Google::Cloud::SecurityCenter::V2::CreateMuteConfigRequest
- Inherits:
-
Object
- Object
- Google::Cloud::SecurityCenter::V2::CreateMuteConfigRequest
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/cloud/securitycenter/v2/securitycenter_service.rb
Overview
Request message for creating a mute config.
Instance Attribute Summary collapse
-
#mute_config ⇒ ::Google::Cloud::SecurityCenter::V2::MuteConfig
Required.
-
#mute_config_id ⇒ ::String
Required.
-
#parent ⇒ ::String
Required.
Instance Attribute Details
#mute_config ⇒ ::Google::Cloud::SecurityCenter::V2::MuteConfig
Returns Required. The mute config being created.
175 176 177 178 |
# File 'proto_docs/google/cloud/securitycenter/v2/securitycenter_service.rb', line 175 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.
175 176 177 178 |
# File 'proto_docs/google/cloud/securitycenter/v2/securitycenter_service.rb', line 175 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]/locations/[location_id],
folders/[folder_id]/locations/[location_id], or
projects/[project_id]/locations/[location_id].
175 176 177 178 |
# File 'proto_docs/google/cloud/securitycenter/v2/securitycenter_service.rb', line 175 class CreateMuteConfigRequest include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |