Reference documentation and code samples for the Cloud Security Command Center V1 API class Google::Cloud::SecurityCenter::V1::CreateMuteConfigRequest.
Request message for creating a mute config.
Inherits
- Object
Extended By
- Google::Protobuf::MessageExts::ClassMethods
Includes
- Google::Protobuf::MessageExts
Methods
#mute_config
def mute_config() -> ::Google::Cloud::SecurityCenter::V1::MuteConfig
Returns
- (::Google::Cloud::SecurityCenter::V1::MuteConfig) — Required. The mute config being created.
#mute_config=
def mute_config=(value) -> ::Google::Cloud::SecurityCenter::V1::MuteConfig
Parameter
- value (::Google::Cloud::SecurityCenter::V1::MuteConfig) — Required. The mute config being created.
Returns
- (::Google::Cloud::SecurityCenter::V1::MuteConfig) — Required. The mute config being created.
#mute_config_id
def mute_config_id() -> ::String
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.
#mute_config_id=
def mute_config_id=(value) -> ::String
Parameter
- value (::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.
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.
#parent
def parent() -> ::String
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]".
#parent=
def parent=(value) -> ::String
Parameter
- value (::String) — 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]".