Reference documentation and code samples for the Cloud Security Command Center V1p1beta1 API class Google::Cloud::SecurityCenter::V1p1beta1::CreateSourceRequest.
Request message for creating a source.
Inherits
- Object
 
Extended By
- Google::Protobuf::MessageExts::ClassMethods
 
Includes
- Google::Protobuf::MessageExts
 
Methods
#parent
def parent() -> ::String
    Returns
    
  - (::String) — Required. Resource name of the new source's parent. Its format should be "organizations/[organization_id]".
 
#parent=
def parent=(value) -> ::String
    Parameter
    
  - value (::String) — Required. Resource name of the new source's parent. Its format should be "organizations/[organization_id]".
 
    Returns
    
  - (::String) — Required. Resource name of the new source's parent. Its format should be "organizations/[organization_id]".
 
#source
def source() -> ::Google::Cloud::SecurityCenter::V1p1beta1::Source
    Returns
    
  - (::Google::Cloud::SecurityCenter::V1p1beta1::Source) — Required. The Source being created, only the display_name and description will be used. All other fields will be ignored.
 
#source=
def source=(value) -> ::Google::Cloud::SecurityCenter::V1p1beta1::Source
    Parameter
    
  - value (::Google::Cloud::SecurityCenter::V1p1beta1::Source) — Required. The Source being created, only the display_name and description will be used. All other fields will be ignored.
 
    Returns
    
- (::Google::Cloud::SecurityCenter::V1p1beta1::Source) — Required. The Source being created, only the display_name and description will be used. All other fields will be ignored.