Reference documentation and code samples for the Security Command Center V2 API class Google::Cloud::SecurityCenter::V2::CreateResourceValueConfigRequest.
Request message to create single resource value config
Inherits
Extended By
- Google::Protobuf::MessageExts::ClassMethods
 
Includes
- Google::Protobuf::MessageExts
 
Methods
#parent
def parent() -> ::String Returns 
 - (::String) — Required. Resource name of the new ResourceValueConfig's parent.
 
#parent=
def parent=(value) -> ::String Parameter 
 - value (::String) — Required. Resource name of the new ResourceValueConfig's parent.
 
 Returns 
 - (::String) — Required. Resource name of the new ResourceValueConfig's parent.
 
#resource_value_config
def resource_value_config() -> ::Google::Cloud::SecurityCenter::V2::ResourceValueConfig Returns 
 - (::Google::Cloud::SecurityCenter::V2::ResourceValueConfig) — Required. The resource value config being created.
 
#resource_value_config=
def resource_value_config=(value) -> ::Google::Cloud::SecurityCenter::V2::ResourceValueConfig Parameter 
 - value (::Google::Cloud::SecurityCenter::V2::ResourceValueConfig) — Required. The resource value config being created.
 
 Returns 
 - (::Google::Cloud::SecurityCenter::V2::ResourceValueConfig) — Required. The resource value config being created.