Class: Google::Apis::ThreatintelligenceV1beta::CustomerProfileConfig
- Inherits:
-
Object
- Object
- Google::Apis::ThreatintelligenceV1beta::CustomerProfileConfig
- Includes:
- Core::Hashable, Core::JsonObjectSupport
- Defined in:
- lib/google/apis/threatintelligence_v1beta/classes.rb,
lib/google/apis/threatintelligence_v1beta/representations.rb,
lib/google/apis/threatintelligence_v1beta/representations.rb
Overview
CustomerProfileConfig is the configuration for the customer profile.
Instance Attribute Summary collapse
-
#citations ⇒ Array<Google::Apis::ThreatintelligenceV1beta::CustomerProfileCitation>
Optional.
-
#contact_info ⇒ Array<Google::Apis::ThreatintelligenceV1beta::CustomerProfileContactInfo>
Optional.
-
#executives ⇒ Array<Google::Apis::ThreatintelligenceV1beta::CustomerProfilePerson>
Optional.
-
#industries ⇒ Array<Google::Apis::ThreatintelligenceV1beta::CustomerProfileIndustry>
Optional.
-
#locations ⇒ Array<Google::Apis::ThreatintelligenceV1beta::CustomerProfileLocation>
Optional.
-
#org ⇒ String
Required.
-
#org_summary ⇒ String
Optional.
-
#parent_companies ⇒ Array<Google::Apis::ThreatintelligenceV1beta::CustomerProfileCompany>
Optional.
-
#products ⇒ Array<Google::Apis::ThreatintelligenceV1beta::CustomerProfileProduct>
Optional.
-
#security_considerations ⇒ Google::Apis::ThreatintelligenceV1beta::CustomerProfileSecurityConsiderations
Security considerations for the customer profile.
-
#summary ⇒ Google::Apis::ThreatintelligenceV1beta::CustomerProfileSummary
A summarized version of the customer profile.
-
#technology_presence ⇒ String
Optional.
-
#web_presences ⇒ Array<Google::Apis::ThreatintelligenceV1beta::CustomerProfileWebPresence>
Optional.
Instance Method Summary collapse
-
#initialize(**args) ⇒ CustomerProfileConfig
constructor
A new instance of CustomerProfileConfig.
-
#update!(**args) ⇒ Object
Update properties of this object.
Constructor Details
#initialize(**args) ⇒ CustomerProfileConfig
Returns a new instance of CustomerProfileConfig.
698 699 700 |
# File 'lib/google/apis/threatintelligence_v1beta/classes.rb', line 698 def initialize(**args) update!(**args) end |
Instance Attribute Details
#citations ⇒ Array<Google::Apis::ThreatintelligenceV1beta::CustomerProfileCitation>
Optional. Citations for the organization profile.
Corresponds to the JSON property citations
636 637 638 |
# File 'lib/google/apis/threatintelligence_v1beta/classes.rb', line 636 def citations @citations end |
#contact_info ⇒ Array<Google::Apis::ThreatintelligenceV1beta::CustomerProfileContactInfo>
Optional. Contact information for the organization.
Corresponds to the JSON property contactInfo
641 642 643 |
# File 'lib/google/apis/threatintelligence_v1beta/classes.rb', line 641 def contact_info @contact_info end |
#executives ⇒ Array<Google::Apis::ThreatintelligenceV1beta::CustomerProfilePerson>
Optional. Executives of the organization.
Corresponds to the JSON property executives
646 647 648 |
# File 'lib/google/apis/threatintelligence_v1beta/classes.rb', line 646 def executives @executives end |
#industries ⇒ Array<Google::Apis::ThreatintelligenceV1beta::CustomerProfileIndustry>
Optional. The industries the organization is involved in.
Corresponds to the JSON property industries
651 652 653 |
# File 'lib/google/apis/threatintelligence_v1beta/classes.rb', line 651 def industries @industries end |
#locations ⇒ Array<Google::Apis::ThreatintelligenceV1beta::CustomerProfileLocation>
Optional. Locations the organization is present or conducts business in.
Corresponds to the JSON property locations
656 657 658 |
# File 'lib/google/apis/threatintelligence_v1beta/classes.rb', line 656 def locations @locations end |
#org ⇒ String
Required. The name of the organization.
Corresponds to the JSON property org
661 662 663 |
# File 'lib/google/apis/threatintelligence_v1beta/classes.rb', line 661 def org @org end |
#org_summary ⇒ String
Optional. A summary of the organization.
Corresponds to the JSON property orgSummary
666 667 668 |
# File 'lib/google/apis/threatintelligence_v1beta/classes.rb', line 666 def org_summary @org_summary end |
#parent_companies ⇒ Array<Google::Apis::ThreatintelligenceV1beta::CustomerProfileCompany>
Optional. The parent companies of the organization.
Corresponds to the JSON property parentCompanies
671 672 673 |
# File 'lib/google/apis/threatintelligence_v1beta/classes.rb', line 671 def parent_companies @parent_companies end |
#products ⇒ Array<Google::Apis::ThreatintelligenceV1beta::CustomerProfileProduct>
Optional. Product information for the organization.
Corresponds to the JSON property products
676 677 678 |
# File 'lib/google/apis/threatintelligence_v1beta/classes.rb', line 676 def products @products end |
#security_considerations ⇒ Google::Apis::ThreatintelligenceV1beta::CustomerProfileSecurityConsiderations
Security considerations for the customer profile.
Corresponds to the JSON property securityConsiderations
681 682 683 |
# File 'lib/google/apis/threatintelligence_v1beta/classes.rb', line 681 def security_considerations @security_considerations end |
#summary ⇒ Google::Apis::ThreatintelligenceV1beta::CustomerProfileSummary
A summarized version of the customer profile. Generated by the backend.
Corresponds to the JSON property summary
686 687 688 |
# File 'lib/google/apis/threatintelligence_v1beta/classes.rb', line 686 def summary @summary end |
#technology_presence ⇒ String
Optional. Technology presence of the organization.
Corresponds to the JSON property technologyPresence
691 692 693 |
# File 'lib/google/apis/threatintelligence_v1beta/classes.rb', line 691 def technology_presence @technology_presence end |
#web_presences ⇒ Array<Google::Apis::ThreatintelligenceV1beta::CustomerProfileWebPresence>
Optional. Web presence of the organization.
Corresponds to the JSON property webPresences
696 697 698 |
# File 'lib/google/apis/threatintelligence_v1beta/classes.rb', line 696 def web_presences @web_presences end |
Instance Method Details
#update!(**args) ⇒ Object
Update properties of this object
703 704 705 706 707 708 709 710 711 712 713 714 715 716 717 |
# File 'lib/google/apis/threatintelligence_v1beta/classes.rb', line 703 def update!(**args) @citations = args[:citations] if args.key?(:citations) @contact_info = args[:contact_info] if args.key?(:contact_info) @executives = args[:executives] if args.key?(:executives) @industries = args[:industries] if args.key?(:industries) @locations = args[:locations] if args.key?(:locations) @org = args[:org] if args.key?(:org) @org_summary = args[:org_summary] if args.key?(:org_summary) @parent_companies = args[:parent_companies] if args.key?(:parent_companies) @products = args[:products] if args.key?(:products) @security_considerations = args[:security_considerations] if args.key?(:security_considerations) @summary = args[:summary] if args.key?(:summary) @technology_presence = args[:technology_presence] if args.key?(:technology_presence) @web_presences = args[:web_presences] if args.key?(:web_presences) end |