Class: Google::Cloud::SecurityCenter::V1p1beta1::RunAssetDiscoveryRequest

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 running asset discovery for an organization.

Instance Attribute Summary collapse

Instance Attribute Details

#parent::String

Returns Required. Name of the organization to run asset discovery for. Its format is "organizations/[organization_id]".

Returns:

  • (::String)

    Required. Name of the organization to run asset discovery for. Its format is "organizations/[organization_id]".



960
961
962
963
# File 'proto_docs/google/cloud/securitycenter/v1p1beta1/securitycenter_service.rb', line 960

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