Show / Hide Table of Contents

Class ConfigurationDetail

Wrapper class that contains the union struct for all the various configuration detail specific classes.

Inheritance
object
ConfigurationDetail
Implements
IDirectResponseSchema
Inherited Members
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
object.ToString()
Namespace: Google.Apis.ThreatIntelligenceService.v1beta.Data
Assembly: Google.Apis.ThreatIntelligenceService.v1beta.dll
Syntax
public class ConfigurationDetail : IDirectResponseSchema

Properties

AssetDiscovery

Asset Discovery detail config.

Declaration
[JsonProperty("assetDiscovery")]
public virtual AssetDiscoveryConfig AssetDiscovery { get; set; }
Property Value
Type Description
AssetDiscoveryConfig

CustomerProfile

Customer Profile detail config.

Declaration
[JsonProperty("customerProfile")]
public virtual CustomerProfileConfig CustomerProfile { get; set; }
Property Value
Type Description
CustomerProfileConfig

DetailType

Output only. Name of the detail type. Will be set by the server during creation to the name of the field that is set in the detail union.

Declaration
[JsonProperty("detailType")]
public virtual string DetailType { get; set; }
Property Value
Type Description
string

DomainMonitoring

Domain Monitoring detail config.

Declaration
[JsonProperty("domainMonitoring")]
public virtual DomainMonitoringConfig DomainMonitoring { get; set; }
Property Value
Type Description
DomainMonitoringConfig

ETag

The ETag of the item.

Declaration
public virtual string ETag { get; set; }
Property Value
Type Description
string

InitialAccessBroker

Initial Access Broker (IAB) detail config.

Declaration
[JsonProperty("initialAccessBroker")]
public virtual InitialAccessBrokerConfig InitialAccessBroker { get; set; }
Property Value
Type Description
InitialAccessBrokerConfig

TechnologyWatchlist

Technology Watchlist detail config.

Declaration
[JsonProperty("technologyWatchlist")]
public virtual TechnologyWatchListConfig TechnologyWatchlist { get; set; }
Property Value
Type Description
TechnologyWatchListConfig

Implements

IDirectResponseSchema
In this article
Back to top Generated by DocFX