Cloud Security Command Center V1 API - Class Google::Cloud::SecurityCenter::V1::CreateMuteConfigRequest (v0.18.0)

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

#mute_config=

def mute_config=(value) -> ::Google::Cloud::SecurityCenter::V1::MuteConfig
Parameter
Returns

#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 lower case letters, numbers, and hyphen, with the first character a letter, the last a letter or a number, and a 63 character maximum.

#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 lower case letters, numbers, and hyphen, with the first character a letter, the last a letter or a number, and a 63 character maximum.
Returns
  • (::String) — Required. Unique identifier provided by the client within the parent scope. It must consist of lower case letters, numbers, and hyphen, with the first character a letter, the last a letter or a number, and a 63 character maximum.

#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]".