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.
625 626 627 |
# File 'lib/google/apis/threatintelligence_v1beta/classes.rb', line 625 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
563 564 565 |
# File 'lib/google/apis/threatintelligence_v1beta/classes.rb', line 563 def citations @citations end |
#contact_info ⇒ Array<Google::Apis::ThreatintelligenceV1beta::CustomerProfileContactInfo>
Optional. Contact information for the organization.
Corresponds to the JSON property contactInfo
568 569 570 |
# File 'lib/google/apis/threatintelligence_v1beta/classes.rb', line 568 def contact_info @contact_info end |
#executives ⇒ Array<Google::Apis::ThreatintelligenceV1beta::CustomerProfilePerson>
Optional. Executives of the organization.
Corresponds to the JSON property executives
573 574 575 |
# File 'lib/google/apis/threatintelligence_v1beta/classes.rb', line 573 def executives @executives end |
#industries ⇒ Array<Google::Apis::ThreatintelligenceV1beta::CustomerProfileIndustry>
Optional. The industries the organization is involved in.
Corresponds to the JSON property industries
578 579 580 |
# File 'lib/google/apis/threatintelligence_v1beta/classes.rb', line 578 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
583 584 585 |
# File 'lib/google/apis/threatintelligence_v1beta/classes.rb', line 583 def locations @locations end |
#org ⇒ String
Required. The name of the organization.
Corresponds to the JSON property org
588 589 590 |
# File 'lib/google/apis/threatintelligence_v1beta/classes.rb', line 588 def org @org end |
#org_summary ⇒ String
Optional. A summary of the organization.
Corresponds to the JSON property orgSummary
593 594 595 |
# File 'lib/google/apis/threatintelligence_v1beta/classes.rb', line 593 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
598 599 600 |
# File 'lib/google/apis/threatintelligence_v1beta/classes.rb', line 598 def parent_companies @parent_companies end |
#products ⇒ Array<Google::Apis::ThreatintelligenceV1beta::CustomerProfileProduct>
Optional. Product information for the organization.
Corresponds to the JSON property products
603 604 605 |
# File 'lib/google/apis/threatintelligence_v1beta/classes.rb', line 603 def products @products end |
#security_considerations ⇒ Google::Apis::ThreatintelligenceV1beta::CustomerProfileSecurityConsiderations
Security considerations for the customer profile.
Corresponds to the JSON property securityConsiderations
608 609 610 |
# File 'lib/google/apis/threatintelligence_v1beta/classes.rb', line 608 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
613 614 615 |
# File 'lib/google/apis/threatintelligence_v1beta/classes.rb', line 613 def summary @summary end |
#technology_presence ⇒ String
Optional. Technology presence of the organization.
Corresponds to the JSON property technologyPresence
618 619 620 |
# File 'lib/google/apis/threatintelligence_v1beta/classes.rb', line 618 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
623 624 625 |
# File 'lib/google/apis/threatintelligence_v1beta/classes.rb', line 623 def web_presences @web_presences end |
Instance Method Details
#update!(**args) ⇒ Object
Update properties of this object
630 631 632 633 634 635 636 637 638 639 640 641 642 643 644 |
# File 'lib/google/apis/threatintelligence_v1beta/classes.rb', line 630 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 |