Class: Google::Cloud::SecurityCenter::V1p1beta1::CreateSourceRequest

Inherits:
Object
  • Object
show all
Extended by:
Protobuf::MessageExts::ClassMethods
Includes:
Protobuf::MessageExts
Defined in:
proto_docs/google/cloud/securitycenter/v1p1beta1/securitycenter_service.rb

Overview

Request message for creating a source.

Instance Attribute Summary collapse

Instance Attribute Details

#parent::String

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



69
70
71
72
# File 'proto_docs/google/cloud/securitycenter/v1p1beta1/securitycenter_service.rb', line 69

class CreateSourceRequest
  include ::Google::Protobuf::MessageExts
  extend ::Google::Protobuf::MessageExts::ClassMethods
end

#source::Google::Cloud::SecurityCenter::V1p1beta1::Source

Returns Required. The Source being created, only the display_name and description will be used. All other fields will be ignored.

Returns:



69
70
71
72
# File 'proto_docs/google/cloud/securitycenter/v1p1beta1/securitycenter_service.rb', line 69

class CreateSourceRequest
  include ::Google::Protobuf::MessageExts
  extend ::Google::Protobuf::MessageExts::ClassMethods
end