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.
633 634 635 |
# File 'lib/google/apis/threatintelligence_v1beta/classes.rb', line 633 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
571 572 573 |
# File 'lib/google/apis/threatintelligence_v1beta/classes.rb', line 571 def citations @citations end |
#contact_info ⇒ Array<Google::Apis::ThreatintelligenceV1beta::CustomerProfileContactInfo>
Optional. Contact information for the organization.
Corresponds to the JSON property contactInfo
576 577 578 |
# File 'lib/google/apis/threatintelligence_v1beta/classes.rb', line 576 def contact_info @contact_info end |
#executives ⇒ Array<Google::Apis::ThreatintelligenceV1beta::CustomerProfilePerson>
Optional. Executives of the organization.
Corresponds to the JSON property executives
581 582 583 |
# File 'lib/google/apis/threatintelligence_v1beta/classes.rb', line 581 def executives @executives end |
#industries ⇒ Array<Google::Apis::ThreatintelligenceV1beta::CustomerProfileIndustry>
Optional. The industries the organization is involved in.
Corresponds to the JSON property industries
586 587 588 |
# File 'lib/google/apis/threatintelligence_v1beta/classes.rb', line 586 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
591 592 593 |
# File 'lib/google/apis/threatintelligence_v1beta/classes.rb', line 591 def locations @locations end |
#org ⇒ String
Required. The name of the organization.
Corresponds to the JSON property org
596 597 598 |
# File 'lib/google/apis/threatintelligence_v1beta/classes.rb', line 596 def org @org end |
#org_summary ⇒ String
Optional. A summary of the organization.
Corresponds to the JSON property orgSummary
601 602 603 |
# File 'lib/google/apis/threatintelligence_v1beta/classes.rb', line 601 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
606 607 608 |
# File 'lib/google/apis/threatintelligence_v1beta/classes.rb', line 606 def parent_companies @parent_companies end |
#products ⇒ Array<Google::Apis::ThreatintelligenceV1beta::CustomerProfileProduct>
Optional. Product information for the organization.
Corresponds to the JSON property products
611 612 613 |
# File 'lib/google/apis/threatintelligence_v1beta/classes.rb', line 611 def products @products end |
#security_considerations ⇒ Google::Apis::ThreatintelligenceV1beta::CustomerProfileSecurityConsiderations
Security considerations for the customer profile.
Corresponds to the JSON property securityConsiderations
616 617 618 |
# File 'lib/google/apis/threatintelligence_v1beta/classes.rb', line 616 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
621 622 623 |
# File 'lib/google/apis/threatintelligence_v1beta/classes.rb', line 621 def summary @summary end |
#technology_presence ⇒ String
Optional. Technology presence of the organization.
Corresponds to the JSON property technologyPresence
626 627 628 |
# File 'lib/google/apis/threatintelligence_v1beta/classes.rb', line 626 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
631 632 633 |
# File 'lib/google/apis/threatintelligence_v1beta/classes.rb', line 631 def web_presences @web_presences end |
Instance Method Details
#update!(**args) ⇒ Object
Update properties of this object
638 639 640 641 642 643 644 645 646 647 648 649 650 651 652 |
# File 'lib/google/apis/threatintelligence_v1beta/classes.rb', line 638 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 |