Class CustomerProfileConfig
CustomerProfileConfig is the configuration for the customer profile.
Implements
Inherited Members
Namespace: Google.Apis.ThreatIntelligenceService.v1beta.Data
Assembly: Google.Apis.ThreatIntelligenceService.v1beta.dll
Syntax
public class CustomerProfileConfig : IDirectResponseSchema
Properties
Citations
Optional. Citations for the organization profile.
Declaration
[JsonProperty("citations")]
public virtual IList<CustomerProfileCitation> Citations { get; set; }
Property Value
| Type | Description |
|---|---|
| IList<CustomerProfileCitation> |
ContactInfo
Optional. Contact information for the organization.
Declaration
[JsonProperty("contactInfo")]
public virtual IList<CustomerProfileContactInfo> ContactInfo { get; set; }
Property Value
| Type | Description |
|---|---|
| IList<CustomerProfileContactInfo> |
ETag
The ETag of the item.
Declaration
public virtual string ETag { get; set; }
Property Value
| Type | Description |
|---|---|
| string |
Executives
Optional. Executives of the organization.
Declaration
[JsonProperty("executives")]
public virtual IList<CustomerProfilePerson> Executives { get; set; }
Property Value
| Type | Description |
|---|---|
| IList<CustomerProfilePerson> |
Industries
Optional. The industries the organization is involved in.
Declaration
[JsonProperty("industries")]
public virtual IList<CustomerProfileIndustry> Industries { get; set; }
Property Value
| Type | Description |
|---|---|
| IList<CustomerProfileIndustry> |
Locations
Optional. Locations the organization is present or conducts business in.
Declaration
[JsonProperty("locations")]
public virtual IList<CustomerProfileLocation> Locations { get; set; }
Property Value
| Type | Description |
|---|---|
| IList<CustomerProfileLocation> |
Org
Required. The name of the organization.
Declaration
[JsonProperty("org")]
public virtual string Org { get; set; }
Property Value
| Type | Description |
|---|---|
| string |
OrgSummary
Optional. A summary of the organization.
Declaration
[JsonProperty("orgSummary")]
public virtual string OrgSummary { get; set; }
Property Value
| Type | Description |
|---|---|
| string |
ParentCompanies
Optional. The parent companies of the organization.
Declaration
[JsonProperty("parentCompanies")]
public virtual IList<CustomerProfileCompany> ParentCompanies { get; set; }
Property Value
| Type | Description |
|---|---|
| IList<CustomerProfileCompany> |
Products
Optional. Product information for the organization.
Declaration
[JsonProperty("products")]
public virtual IList<CustomerProfileProduct> Products { get; set; }
Property Value
| Type | Description |
|---|---|
| IList<CustomerProfileProduct> |
SecurityConsiderations
Optional. Security considerations for the organization.
Declaration
[JsonProperty("securityConsiderations")]
public virtual CustomerProfileSecurityConsiderations SecurityConsiderations { get; set; }
Property Value
| Type | Description |
|---|---|
| CustomerProfileSecurityConsiderations |
Summary
Optional. A summarized version of the customer profile.
Declaration
[JsonProperty("summary")]
public virtual CustomerProfileSummary Summary { get; set; }
Property Value
| Type | Description |
|---|---|
| CustomerProfileSummary |
TechnologyPresence
Optional. Technology presence of the organization.
Declaration
[JsonProperty("technologyPresence")]
public virtual string TechnologyPresence { get; set; }
Property Value
| Type | Description |
|---|---|
| string |
WebPresences
Optional. Web presence of the organization.
Declaration
[JsonProperty("webPresences")]
public virtual IList<CustomerProfileWebPresence> WebPresences { get; set; }
Property Value
| Type | Description |
|---|---|
| IList<CustomerProfileWebPresence> |