Reference documentation and code samples for the Cloud Security Command Center V1 API class Google::Cloud::SecurityCenter::V1::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::V1::ResourceValueConfig
    Returns
    
  - (::Google::Cloud::SecurityCenter::V1::ResourceValueConfig) — Required. The resource value config being created.
#resource_value_config=
def resource_value_config=(value) -> ::Google::Cloud::SecurityCenter::V1::ResourceValueConfig
    Parameter
    
  - value (::Google::Cloud::SecurityCenter::V1::ResourceValueConfig) — Required. The resource value config being created.
    Returns
    
- (::Google::Cloud::SecurityCenter::V1::ResourceValueConfig) — Required. The resource value config being created.